+ 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 Jun 18 09:44:46 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-76f7f56dcd-l5kf5 machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7f768163d668 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-06-18 09:44:51.266 8 INFO neutron.common.config [-] Logging enabled! 2026-06-18 09:44:51.267 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-18 09:44:51.441 7 INFO neutron.common.config [-] Logging enabled! 2026-06-18 09:44:51.441 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-18 09:44:52.493 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-18 09:44:52.673 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-18 09:44:54.521 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-18 09:44:54.524 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-18 09:44:54.528 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-18 09:44:54.529 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-18 09:44:54.529 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-18 09:44:54.529 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-18 09:44:54.530 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-18 09:44:54.538 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-18 09:44:54.538 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-18 09:44:54.539 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-18 09:44:54.567 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-18 09:44:54.569 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-18 09:44:54.569 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-18 09:44:54.600 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-18 09:44:54.601 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-18 09:44:54.601 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-18 09:44:54.601 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-18 09:44:54.610 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-18 09:44:54.613 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-18 09:44:54.617 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-18 09:44:54.618 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-18 09:44:54.618 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-18 09:44:54.618 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-18 09:44:54.618 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-18 09:44:54.627 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-18 09:44:54.627 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-18 09:44:54.627 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-18 09:44:54.651 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-18 09:44:54.652 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-18 09:44:54.652 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-18 09:44:54.682 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-18 09:44:54.683 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-18 09:44:54.683 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-18 09:44:54.683 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-18 09:44:54.924 8 INFO neutron.plugins.ml2.managers [None req-50b25ef7-4df8-4234-89a3-ff87ee317f22 - - - - - -] Initializing driver for type 'vlan' 2026-06-18 09:44:54.996 7 INFO neutron.plugins.ml2.managers [None req-18ad357b-38e1-4ded-a8d9-9a9430576a68 - - - - - -] Initializing driver for type 'vlan' 2026-06-18 09:44:56.029 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-50b25ef7-4df8-4234-89a3-ff87ee317f22 - - - - - -] VlanTypeDriver initialization complete 2026-06-18 09:44:56.029 8 INFO neutron.plugins.ml2.managers [None req-50b25ef7-4df8-4234-89a3-ff87ee317f22 - - - - - -] Initializing driver for type 'vxlan' 2026-06-18 09:44:56.029 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-50b25ef7-4df8-4234-89a3-ff87ee317f22 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-18 09:44:56.042 8 INFO neutron.plugins.ml2.managers [None req-50b25ef7-4df8-4234-89a3-ff87ee317f22 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-18 09:44:56.042 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-50b25ef7-4df8-4234-89a3-ff87ee317f22 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-18 09:44:56.042 8 INFO neutron.plugins.ml2.managers [None req-50b25ef7-4df8-4234-89a3-ff87ee317f22 - - - - - -] Initializing extension driver 'port_security' 2026-06-18 09:44:56.042 8 INFO neutron.plugins.ml2.extensions.port_security [None req-50b25ef7-4df8-4234-89a3-ff87ee317f22 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-18 09:44:56.042 8 INFO neutron.plugins.ml2.managers [None req-50b25ef7-4df8-4234-89a3-ff87ee317f22 - - - - - -] Initializing extension driver 'qos' 2026-06-18 09:44:56.042 8 INFO neutron.plugins.ml2.managers [None req-50b25ef7-4df8-4234-89a3-ff87ee317f22 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-18 09:44:56.042 8 INFO neutron.plugins.ml2.managers [None req-50b25ef7-4df8-4234-89a3-ff87ee317f22 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-18 09:44:56.053 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-18ad357b-38e1-4ded-a8d9-9a9430576a68 - - - - - -] VlanTypeDriver initialization complete 2026-06-18 09:44:56.054 7 INFO neutron.plugins.ml2.managers [None req-18ad357b-38e1-4ded-a8d9-9a9430576a68 - - - - - -] Initializing driver for type 'vxlan' 2026-06-18 09:44:56.054 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-18ad357b-38e1-4ded-a8d9-9a9430576a68 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-18 09:44:56.058 8 INFO neutron.quota [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded quota_driver: . 2026-06-18 09:44:56.059 8 INFO neutron.plugins.ml2.plugin [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Modular L2 Plugin initialization complete 2026-06-18 09:44:56.059 8 INFO neutron.plugins.ml2.managers [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-18 09:44:56.059 8 INFO neutron.plugins.ml2.managers [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-18 09:44:56.059 8 INFO neutron.plugins.ml2.managers [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-18 09:44:56.059 8 INFO neutron.manager [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loading Plugin: qos 2026-06-18 09:44:56.070 7 INFO neutron.plugins.ml2.managers [None req-18ad357b-38e1-4ded-a8d9-9a9430576a68 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-18 09:44:56.071 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-18ad357b-38e1-4ded-a8d9-9a9430576a68 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-18 09:44:56.071 7 INFO neutron.plugins.ml2.managers [None req-18ad357b-38e1-4ded-a8d9-9a9430576a68 - - - - - -] Initializing extension driver 'port_security' 2026-06-18 09:44:56.071 7 INFO neutron.plugins.ml2.extensions.port_security [None req-18ad357b-38e1-4ded-a8d9-9a9430576a68 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-18 09:44:56.072 7 INFO neutron.plugins.ml2.managers [None req-18ad357b-38e1-4ded-a8d9-9a9430576a68 - - - - - -] Initializing extension driver 'qos' 2026-06-18 09:44:56.072 7 INFO neutron.plugins.ml2.managers [None req-18ad357b-38e1-4ded-a8d9-9a9430576a68 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-18 09:44:56.072 7 INFO neutron.plugins.ml2.managers [None req-18ad357b-38e1-4ded-a8d9-9a9430576a68 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-18 09:44:56.074 8 INFO neutron.manager [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loading Plugin: router 2026-06-18 09:44:56.089 7 INFO neutron.quota [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded quota_driver: . 2026-06-18 09:44:56.090 7 INFO neutron.plugins.ml2.plugin [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Modular L2 Plugin initialization complete 2026-06-18 09:44:56.090 7 INFO neutron.plugins.ml2.managers [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-18 09:44:56.090 7 INFO neutron.plugins.ml2.managers [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-18 09:44:56.090 7 INFO neutron.plugins.ml2.managers [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-18 09:44:56.090 7 INFO neutron.manager [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loading Plugin: qos 2026-06-18 09:44:56.106 7 INFO neutron.manager [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loading Plugin: router 2026-06-18 09:44:56.125 8 INFO neutron.services.service_base [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-18 09:44:56.126 8 INFO neutron.manager [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loading Plugin: segments 2026-06-18 09:44:56.168 7 INFO neutron.services.service_base [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-18 09:44:56.168 7 INFO neutron.manager [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loading Plugin: segments 2026-06-18 09:44:56.230 8 INFO neutron.manager [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loading Plugin: trunk 2026-06-18 09:44:56.246 8 INFO neutron.manager [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loading Plugin: vpnaas 2026-06-18 09:44:56.287 8 WARNING stevedore.named [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-18 09:44:56.301 7 INFO neutron.manager [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loading Plugin: trunk 2026-06-18 09:44:56.323 7 INFO neutron.manager [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loading Plugin: vpnaas 2026-06-18 09:44:56.365 8 INFO neutron_vpnaas.services.vpn.plugin [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-18 09:44:56.366 8 INFO neutron.common.utils [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-18 09:44:56.366 8 INFO neutron.manager [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loading Plugin: taas 2026-06-18 09:44:56.379 7 WARNING stevedore.named [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-18 09:44:56.396 8 WARNING stevedore.named [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-18 09:44:56.396 8 WARNING stevedore.named [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-18 09:44:56.424 8 INFO neutron_taas.services.taas.taas_plugin [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-18 09:44:56.424 8 INFO neutron.manager [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loading Plugin: tapmirror 2026-06-18 09:44:56.439 8 WARNING stevedore.named [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-18 09:44:56.439 8 WARNING stevedore.named [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-18 09:44:56.455 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-18 09:44:56.456 8 INFO neutron.manager [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loading Plugin: auto_allocate 2026-06-18 09:44:56.464 8 INFO neutron.manager [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loading Plugin: tag 2026-06-18 09:44:56.474 7 INFO neutron_vpnaas.services.vpn.plugin [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-18 09:44:56.476 8 INFO neutron.manager [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loading Plugin: timestamp 2026-06-18 09:44:56.475 7 INFO neutron.common.utils [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-18 09:44:56.476 7 INFO neutron.manager [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loading Plugin: taas 2026-06-18 09:44:56.482 8 INFO neutron.manager [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loading Plugin: network_ip_availability 2026-06-18 09:44:56.489 8 INFO neutron.manager [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loading Plugin: flavors 2026-06-18 09:44:56.496 8 INFO neutron.manager [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loading Plugin: revisions 2026-06-18 09:44:56.501 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Initializing extension manager. 2026-06-18 09:44:56.502 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: address-group 2026-06-18 09:44:56.503 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: address-scope 2026-06-18 09:44:56.504 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-18 09:44:56.505 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: agent 2026-06-18 09:44:56.506 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: agent-resources-synced 2026-06-18 09:44:56.507 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-18 09:44:56.507 7 WARNING stevedore.named [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-18 09:44:56.507 7 WARNING stevedore.named [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-18 09:44:56.508 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-18 09:44:56.509 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: availability_zone 2026-06-18 09:44:56.509 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: availability_zone_filter 2026-06-18 09:44:56.510 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-18 09:44:56.510 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: default-subnetpools 2026-06-18 09:44:56.513 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-18 09:44:56.513 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: dns-integration 2026-06-18 09:44:56.514 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: dns-domain-ports 2026-06-18 09:44:56.514 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-18 09:44:56.515 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: dvr 2026-06-18 09:44:56.516 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-18 09:44:56.516 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: empty-string-filtering 2026-06-18 09:44:56.517 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-18 09:44:56.517 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-18 09:44:56.518 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: external-net 2026-06-18 09:44:56.518 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-18 09:44:56.519 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: extraroute 2026-06-18 09:44:56.519 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: extraroute-atomic 2026-06-18 09:44:56.520 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-18 09:44:56.521 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-18 09:44:56.522 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-18 09:44:56.522 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-18 09:44:56.523 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: fip-port-details 2026-06-18 09:44:56.524 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: flavors 2026-06-18 09:44:56.525 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-18 09:44:56.526 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: floatingip-pools 2026-06-18 09:44:56.527 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: ip_allocation 2026-06-18 09:44:56.527 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-18 09:44:56.528 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: l2_adjacency 2026-06-18 09:44:56.529 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: router 2026-06-18 09:44:56.532 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-18 09:44:56.533 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-18 09:44:56.533 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-18 09:44:56.534 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: ext-gw-mode 2026-06-18 09:44:56.535 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: l3-ha 2026-06-18 09:44:56.535 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-18 09:44:56.536 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-18 09:44:56.536 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: l3-flavors 2026-06-18 09:44:56.537 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-18 09:44:56.537 7 INFO neutron_taas.services.taas.taas_plugin [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-18 09:44:56.538 7 INFO neutron.manager [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loading Plugin: tapmirror 2026-06-18 09:44:56.538 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-18 09:44:56.541 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-18 09:44:56.542 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-18 09:44:56.543 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-18 09:44:56.544 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-18 09:44:56.545 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-18 09:44:56.545 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: multi-provider 2026-06-18 09:44:56.546 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: net-mtu 2026-06-18 09:44:56.546 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: net-mtu-writable 2026-06-18 09:44:56.547 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: network_availability_zone 2026-06-18 09:44:56.548 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: network_ha 2026-06-18 09:44:56.548 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: network-ip-availability 2026-06-18 09:44:56.549 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-18 09:44:56.550 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: pagination 2026-06-18 09:44:56.549 7 WARNING stevedore.named [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-18 09:44:56.550 7 WARNING stevedore.named [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-18 09:44:56.550 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: port-device-profile 2026-06-18 09:44:56.551 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-18 09:44:56.551 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-18 09:44:56.552 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-18 09:44:56.553 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: port-mac-override 2026-06-18 09:44:56.554 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-18 09:44:56.555 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-18 09:44:56.557 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-18 09:44:56.557 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: port-resource-request 2026-06-18 09:44:56.558 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-18 09:44:56.559 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-18 09:44:56.560 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: binding 2026-06-18 09:44:56.561 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: binding-extended 2026-06-18 09:44:56.561 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: port-security 2026-06-18 09:44:56.562 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: project-id 2026-06-18 09:44:56.562 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: provider 2026-06-18 09:44:56.563 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-18 09:44:56.565 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: qos 2026-06-18 09:44:56.567 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-18 09:44:56.567 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-18 09:44:56.567 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-18 09:44:56.567 7 INFO neutron.manager [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loading Plugin: auto_allocate 2026-06-18 09:44:56.568 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: qos-default 2026-06-18 09:44:56.568 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: qos-fip 2026-06-18 09:44:56.569 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-18 09:44:56.569 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-18 09:44:56.570 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-18 09:44:56.570 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-18 09:44:56.571 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-18 09:44:56.572 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: qos-pps 2026-06-18 09:44:56.572 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-18 09:44:56.573 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-18 09:44:56.573 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: qos-rules-alias 2026-06-18 09:44:56.574 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: quota-check-limit 2026-06-18 09:44:56.576 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-18 09:44:56.579 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: quotas 2026-06-18 09:44:56.579 7 INFO neutron.manager [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loading Plugin: tag 2026-06-18 09:44:56.580 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: quota_details 2026-06-18 09:44:56.581 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: rbac-policies 2026-06-18 09:44:56.582 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: rbac-address-group 2026-06-18 09:44:56.582 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: rbac-address-scope 2026-06-18 09:44:56.584 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: rbac-security-groups 2026-06-18 09:44:56.584 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-18 09:44:56.585 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: revision-if-match 2026-06-18 09:44:56.585 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-18 09:44:56.586 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: router_availability_zone 2026-06-18 09:44:56.587 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-18 09:44:56.588 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-18 09:44:56.589 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-18 09:44:56.589 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-18 09:44:56.590 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-18 09:44:56.590 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-18 09:44:56.591 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-18 09:44:56.595 7 INFO neutron.manager [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loading Plugin: timestamp 2026-06-18 09:44:56.597 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: security-group 2026-06-18 09:44:56.598 7 INFO neutron.manager [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loading Plugin: network_ip_availability 2026-06-18 09:44:56.599 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: segment 2026-06-18 09:44:56.600 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-18 09:44:56.601 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: service-type 2026-06-18 09:44:56.602 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: sorting 2026-06-18 09:44:56.602 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: standard-attr-segment 2026-06-18 09:44:56.603 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: standard-attr-description 2026-06-18 09:44:56.603 7 INFO neutron.manager [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loading Plugin: flavors 2026-06-18 09:44:56.604 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: stateful-security-group 2026-06-18 09:44:56.605 8 WARNING neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-18 09:44:56.606 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-18 09:44:56.606 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: subnet-external-network 2026-06-18 09:44:56.607 7 INFO neutron.manager [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loading Plugin: revisions 2026-06-18 09:44:56.607 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: subnet_onboard 2026-06-18 09:44:56.608 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-18 09:44:56.609 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: subnet-service-types 2026-06-18 09:44:56.609 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: subnet_allocation 2026-06-18 09:44:56.610 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-18 09:44:56.610 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: tag-creation 2026-06-18 09:44:56.611 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Initializing extension manager. 2026-06-18 09:44:56.611 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-18 09:44:56.612 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: address-group 2026-06-18 09:44:56.613 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: address-scope 2026-06-18 09:44:56.614 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-18 09:44:56.615 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: agent 2026-06-18 09:44:56.615 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: standard-attr-tag 2026-06-18 09:44:56.616 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: agent-resources-synced 2026-06-18 09:44:56.616 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-18 09:44:56.617 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-18 09:44:56.617 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: trunk 2026-06-18 09:44:56.617 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: trunk-details 2026-06-18 09:44:56.617 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-18 09:44:56.618 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: availability_zone 2026-06-18 09:44:56.619 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-18 09:44:56.619 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-18 09:44:56.620 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: availability_zone_filter 2026-06-18 09:44:56.620 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-18 09:44:56.620 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-18 09:44:56.621 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: default-subnetpools 2026-06-18 09:44:56.621 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-18 09:44:56.622 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-18 09:44:56.623 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: dns-integration 2026-06-18 09:44:56.623 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-18 09:44:56.623 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: dns-domain-ports 2026-06-18 09:44:56.624 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-18 09:44:56.624 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-18 09:44:56.624 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: dvr 2026-06-18 09:44:56.625 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: vpn-flavors 2026-06-18 09:44:56.625 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-18 09:44:56.625 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: empty-string-filtering 2026-06-18 09:44:56.626 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-18 09:44:56.626 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-18 09:44:56.627 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: external-net 2026-06-18 09:44:56.627 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: vpnaas 2026-06-18 09:44:56.627 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-18 09:44:56.628 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: extraroute 2026-06-18 09:44:56.628 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: taas 2026-06-18 09:44:56.629 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: extraroute-atomic 2026-06-18 09:44:56.629 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-18 09:44:56.630 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: tap-mirror 2026-06-18 09:44:56.630 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-18 09:44:56.630 8 INFO neutron.api.extensions [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-18 09:44:56.630 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-18 09:44:56.631 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-18 09:44:56.631 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: fip-port-details 2026-06-18 09:44:56.632 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: flavors 2026-06-18 09:44:56.633 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-18 09:44:56.633 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-18 09:44:56.634 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-18 09:44:56.634 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 09:44:56.634 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: floatingip-pools 2026-06-18 09:44:56.634 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-18 09:44:56.635 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: ip_allocation 2026-06-18 09:44:56.635 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-18 09:44:56.636 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: l2_adjacency 2026-06-18 09:44:56.637 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: router 2026-06-18 09:44:56.638 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-18 09:44:56.638 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-18 09:44:56.638 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-18 09:44:56.639 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-18 09:44:56.640 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-18 09:44:56.640 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: ext-gw-mode 2026-06-18 09:44:56.641 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: l3-ha 2026-06-18 09:44:56.641 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-18 09:44:56.642 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-18 09:44:56.642 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: l3-flavors 2026-06-18 09:44:56.643 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-18 09:44:56.644 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-18 09:44:56.644 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-18 09:44:56.645 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-18 09:44:56.645 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-18 09:44:56.646 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 09:44:56.646 8 WARNING neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] subnetpool is already registered 2026-06-18 09:44:56.646 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-18 09:44:56.647 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 09:44:56.647 8 WARNING neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] subnetpool is already registered 2026-06-18 09:44:56.647 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-18 09:44:56.648 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-18 09:44:56.648 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-18 09:44:56.648 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-18 09:44:56.648 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-18 09:44:56.649 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-18 09:44:56.649 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-18 09:44:56.649 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-18 09:44:56.650 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-18 09:44:56.650 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-18 09:44:56.650 8 WARNING neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] ipsecpolicy is already registered 2026-06-18 09:44:56.650 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-18 09:44:56.650 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-18 09:44:56.650 8 WARNING neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] ikepolicy is already registered 2026-06-18 09:44:56.651 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: multi-provider 2026-06-18 09:44:56.651 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: net-mtu 2026-06-18 09:44:56.652 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: net-mtu-writable 2026-06-18 09:44:56.653 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: network_availability_zone 2026-06-18 09:44:56.654 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: network_ha 2026-06-18 09:44:56.654 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: network-ip-availability 2026-06-18 09:44:56.656 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-18 09:44:56.656 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: pagination 2026-06-18 09:44:56.656 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: port-device-profile 2026-06-18 09:44:56.657 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-18 09:44:56.657 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-18 09:44:56.657 8 WARNING neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] router is already registered 2026-06-18 09:44:56.657 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-18 09:44:56.658 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-18 09:44:56.658 8 WARNING neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] floatingip is already registered 2026-06-18 09:44:56.658 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-18 09:44:56.658 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: port-mac-override 2026-06-18 09:44:56.659 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-18 09:44:56.659 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-18 09:44:56.660 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-18 09:44:56.660 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: port-resource-request 2026-06-18 09:44:56.661 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-18 09:44:56.661 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-18 09:44:56.661 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-18 09:44:56.662 8 WARNING neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] rbac_policy is already registered 2026-06-18 09:44:56.662 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: binding 2026-06-18 09:44:56.662 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-18 09:44:56.662 8 WARNING neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] security_group is already registered 2026-06-18 09:44:56.663 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: binding-extended 2026-06-18 09:44:56.663 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-18 09:44:56.663 8 WARNING neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] security_group_rule is already registered 2026-06-18 09:44:56.663 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: port-security 2026-06-18 09:44:56.664 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: project-id 2026-06-18 09:44:56.664 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 09:44:56.664 8 WARNING neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] subnetpool is already registered 2026-06-18 09:44:56.664 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: provider 2026-06-18 09:44:56.664 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 09:44:56.664 8 WARNING neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] subnetpool is already registered 2026-06-18 09:44:56.665 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-18 09:44:56.665 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-18 09:44:56.665 8 WARNING neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] trunk is already registered 2026-06-18 09:44:56.665 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-18 09:44:56.666 8 WARNING neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] ikepolicy is already registered 2026-06-18 09:44:56.666 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-18 09:44:56.666 8 WARNING neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] ipsecpolicy is already registered 2026-06-18 09:44:56.666 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-18 09:44:56.667 8 WARNING neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] endpoint_group is already registered 2026-06-18 09:44:56.667 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: qos 2026-06-18 09:44:56.667 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-18 09:44:56.667 8 WARNING neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] vpnservice is already registered 2026-06-18 09:44:56.668 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-18 09:44:56.668 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-18 09:44:56.668 8 WARNING neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] ipsec_site_connection is already registered 2026-06-18 09:44:56.668 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-18 09:44:56.668 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-18 09:44:56.668 8 WARNING neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] ipsecpolicy is already registered 2026-06-18 09:44:56.668 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: qos-default 2026-06-18 09:44:56.668 8 INFO neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-18 09:44:56.669 8 WARNING neutron.quota.resource_registry [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] ikepolicy is already registered 2026-06-18 09:44:56.669 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: qos-fip 2026-06-18 09:44:56.669 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-18 09:44:56.670 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-18 09:44:56.670 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-18 09:44:56.671 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-18 09:44:56.672 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-18 09:44:56.672 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: qos-pps 2026-06-18 09:44:56.673 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-18 09:44:56.673 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-18 09:44:56.674 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: qos-rules-alias 2026-06-18 09:44:56.674 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: quota-check-limit 2026-06-18 09:44:56.675 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-18 09:44:56.677 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: quotas 2026-06-18 09:44:56.678 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: quota_details 2026-06-18 09:44:56.680 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: rbac-policies 2026-06-18 09:44:56.681 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: rbac-address-group 2026-06-18 09:44:56.682 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: rbac-address-scope 2026-06-18 09:44:56.682 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: rbac-security-groups 2026-06-18 09:44:56.683 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-18 09:44:56.683 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: revision-if-match 2026-06-18 09:44:56.684 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-18 09:44:56.684 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: router_availability_zone 2026-06-18 09:44:56.685 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-18 09:44:56.692 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-18 09:44:56.694 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-18 09:44:56.694 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-18 09:44:56.695 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-18 09:44:56.696 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-18 09:44:56.697 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-18 09:44:56.705 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: security-group 2026-06-18 09:44:56.707 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: segment 2026-06-18 09:44:56.708 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-18 09:44:56.708 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: service-type 2026-06-18 09:44:56.709 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: sorting 2026-06-18 09:44:56.710 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: standard-attr-segment 2026-06-18 09:44:56.711 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: standard-attr-description 2026-06-18 09:44:56.712 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: stateful-security-group 2026-06-18 09:44:56.712 7 WARNING neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-18 09:44:56.713 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-18 09:44:56.714 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: subnet-external-network 2026-06-18 09:44:56.715 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: subnet_onboard 2026-06-18 09:44:56.715 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-18 09:44:56.716 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: subnet-service-types 2026-06-18 09:44:56.717 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: subnet_allocation 2026-06-18 09:44:56.719 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-18 09:44:56.719 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: tag-creation 2026-06-18 09:44:56.720 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-18 09:44:56.720 8 WARNING keystonemiddleware._common.config [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-18 09:44:56.725 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: standard-attr-tag 2026-06-18 09:44:56.726 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-18 09:44:56.727 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: trunk 2026-06-18 09:44:56.727 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: trunk-details 2026-06-18 09:44:56.728 8 WARNING oslo_config.cfg [None req-003dcfe7-40bc-45b2-9545-33768f9f16e2 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-18 09:44:56.728 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-18 09:44:56.728 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-18 09:44:56.729 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-18 09:44:56.730 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: vpn-aes-ctr WSGI app 0 (mountpoint='') ready in 10 seconds on interpreter 0x7f768163d668 pid: 8 (default app) 2026-06-18 09:44:56.732 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-18 09:44:56.733 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-18 09:44:56.734 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: vpn-flavors 2026-06-18 09:44:56.735 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: vpnaas 2026-06-18 09:44:56.737 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: taas 2026-06-18 09:44:56.738 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: tap-mirror 2026-06-18 09:44:56.739 7 INFO neutron.api.extensions [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-18 09:44:56.742 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-18 09:44:56.742 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-18 09:44:56.743 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 09:44:56.743 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-18 09:44:56.747 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-18 09:44:56.747 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-18 09:44:56.752 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-18 09:44:56.753 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-18 09:44:56.754 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-18 09:44:56.755 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 09:44:56.755 7 WARNING neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] subnetpool is already registered 2026-06-18 09:44:56.755 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 09:44:56.756 7 WARNING neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] subnetpool is already registered 2026-06-18 09:44:56.756 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-18 09:44:56.757 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-18 09:44:56.757 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-18 09:44:56.758 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-18 09:44:56.758 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-18 09:44:56.758 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-18 09:44:56.759 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-18 09:44:56.759 7 WARNING neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] ipsecpolicy is already registered 2026-06-18 09:44:56.760 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-18 09:44:56.760 7 WARNING neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] ikepolicy is already registered 2026-06-18 09:44:56.767 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-18 09:44:56.768 7 WARNING neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] router is already registered 2026-06-18 09:44:56.768 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-18 09:44:56.768 7 WARNING neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] floatingip is already registered 2026-06-18 09:44:56.772 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-18 09:44:56.772 7 WARNING neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] rbac_policy is already registered 2026-06-18 09:44:56.773 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-18 09:44:56.773 7 WARNING neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] security_group is already registered 2026-06-18 09:44:56.774 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-18 09:44:56.774 7 WARNING neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] security_group_rule is already registered 2026-06-18 09:44:56.775 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 09:44:56.775 7 WARNING neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] subnetpool is already registered 2026-06-18 09:44:56.775 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 09:44:56.775 7 WARNING neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] subnetpool is already registered 2026-06-18 09:44:56.776 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-18 09:44:56.776 7 WARNING neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] trunk is already registered 2026-06-18 09:44:56.776 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-18 09:44:56.777 7 WARNING neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] ikepolicy is already registered 2026-06-18 09:44:56.777 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-18 09:44:56.777 7 WARNING neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] ipsecpolicy is already registered 2026-06-18 09:44:56.778 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-18 09:44:56.778 7 WARNING neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] endpoint_group is already registered 2026-06-18 09:44:56.778 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-18 09:44:56.778 7 WARNING neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] vpnservice is already registered 2026-06-18 09:44:56.779 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-18 09:44:56.779 7 WARNING neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] ipsec_site_connection is already registered 2026-06-18 09:44:56.779 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-18 09:44:56.779 7 WARNING neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] ipsecpolicy is already registered 2026-06-18 09:44:56.780 7 INFO neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-18 09:44:56.780 7 WARNING neutron.quota.resource_registry [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] ikepolicy is already registered 2026-06-18 09:44:56.852 7 WARNING keystonemiddleware._common.config [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-18 09:44:56.860 7 WARNING oslo_config.cfg [None req-57738b4c-d158-47e1-b598-856a466d0c23 - - - - - -] 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 10 seconds on interpreter 0x7f768163d668 pid: 7 (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-06-18 09:45:01.316 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1b5c9c87-8816-4b4f-8c65-67b23319fc8f 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/3] 199.204.45.113 () {44 vars in 928 bytes} [Thu Jun 18 09:45:00 2026] GET /v2.0/networks/public => generated 108 bytes in 1077 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: 2/4] 199.204.45.113 () {44 vars in 950 bytes} [Thu Jun 18 09:45:01 2026] GET /v2.0/networks?name=public => generated 15 bytes in 507 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 09:45:03.190 8 WARNING neutron.services.revisions.revision_plugin [None req-ed87de12-967d-4616-be99-c81d853dc4e9 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Could not find related network for resource to bump revision. 2026-06-18 09:45:03.224 8 INFO neutron.db.segments_db [None req-ed87de12-967d-4616-be99-c81d853dc4e9 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment dd58d838-71a8-417a-bd44-c60599925aa3 of type flat for network 317f4dc6-476f-4e11-a096-6db0ab7a02f8 2026-06-18 09:45:03.294 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ed87de12-967d-4616-be99-c81d853dc4e9 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/5] 199.204.45.113 () {48 vars in 968 bytes} [Thu Jun 18 09:45:01 2026] POST /v2.0/networks => generated 124 bytes in 1488 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 09:45:09.887 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2aac0229-382a-42dc-bb39-5732ce1b14db 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/6] 199.204.45.113 () {44 vars in 928 bytes} [Thu Jun 18 09:45:09 2026] GET /v2.0/networks/public => generated 108 bytes in 442 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4/7] 199.204.45.113 () {44 vars in 950 bytes} [Thu Jun 18 09:45:09 2026] GET /v2.0/networks?name=public => generated 15 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 09:45:10.200 7 WARNING neutron.services.revisions.revision_plugin [None req-a9304abb-d4b1-4464-9a85-66ecbe06a847 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Could not find related network for resource to bump revision. 2026-06-18 09:45:10.218 7 INFO neutron.db.segments_db [None req-a9304abb-d4b1-4464-9a85-66ecbe06a847 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment f4d8f737-7b57-4740-ac1d-5479f7216c8d of type flat for network 959564ef-463c-4cdc-9a32-40adc96598de 2026-06-18 09:45:10.288 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a9304abb-d4b1-4464-9a85-66ecbe06a847 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/8] 199.204.45.113 () {48 vars in 968 bytes} [Thu Jun 18 09:45:09 2026] POST /v2.0/networks => generated 124 bytes in 490 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 09:45:16.566 7 INFO neutron.pecan_wsgi.hooks.translation [None req-caba246c-141e-43d1-a2ea-ce7e9d13420b 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/10] 199.204.45.113 () {44 vars in 928 bytes} [Thu Jun 18 09:45:16 2026] GET /v2.0/networks/public => generated 108 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/11] 199.204.45.113 () {44 vars in 950 bytes} [Thu Jun 18 09:45:16 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-06-18 09:45:16.742 7 WARNING neutron.services.revisions.revision_plugin [None req-a770763d-8d05-432e-ad2f-5e6bd3ffb02b 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Could not find related network for resource to bump revision. 2026-06-18 09:45:16.758 7 INFO neutron.db.segments_db [None req-a770763d-8d05-432e-ad2f-5e6bd3ffb02b 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment af9913dc-ba39-4b86-9e69-804478d74d2e of type flat for network 5d1a98ef-59d1-43f5-89fd-58aec6333b63 2026-06-18 09:45:16.784 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a770763d-8d05-432e-ad2f-5e6bd3ffb02b 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/12] 199.204.45.113 () {48 vars in 968 bytes} [Thu Jun 18 09:45:16 2026] POST /v2.0/networks => generated 124 bytes in 208 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 09:45:22.805 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3522addd-1939-4d12-b3c2-d683a0f4de81 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/13] 199.204.45.113 () {44 vars in 928 bytes} [Thu Jun 18 09:45:22 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/14] 199.204.45.113 () {44 vars in 950 bytes} [Thu Jun 18 09:45:22 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 09:45:22.913 8 WARNING neutron.services.revisions.revision_plugin [None req-7933e0b7-976e-46ab-b92f-2ec1f488c141 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Could not find related network for resource to bump revision. 2026-06-18 09:45:22.930 8 INFO neutron.db.segments_db [None req-7933e0b7-976e-46ab-b92f-2ec1f488c141 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment 489fa35f-c38f-4edc-95c0-49332f96efbb of type flat for network 7cd4d33c-b935-4448-90d5-9d24923ab7b1 2026-06-18 09:45:22.965 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7933e0b7-976e-46ab-b92f-2ec1f488c141 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/15] 199.204.45.113 () {48 vars in 968 bytes} [Thu Jun 18 09:45:22 2026] POST /v2.0/networks => generated 124 bytes in 222 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 09:45:29.020 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cc6f84df-277e-4ad8-abfd-f2ff9e5a31ee 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/17] 199.204.45.113 () {44 vars in 928 bytes} [Thu Jun 18 09:45:28 2026] GET /v2.0/networks/public => generated 108 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/18] 199.204.45.113 () {44 vars in 950 bytes} [Thu Jun 18 09:45:29 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 09:45:29.096 8 WARNING neutron.services.revisions.revision_plugin [None req-ab90c219-d856-4ca8-a5c3-728c91ec41f9 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Could not find related network for resource to bump revision. 2026-06-18 09:45:29.124 8 INFO neutron.db.segments_db [None req-ab90c219-d856-4ca8-a5c3-728c91ec41f9 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment 05aaf03d-f2d1-4c62-9de6-30311be91586 of type flat for network 9e103dc1-1f64-4942-bb42-788be860a2a8 2026-06-18 09:45:29.152 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ab90c219-d856-4ca8-a5c3-728c91ec41f9 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/19] 199.204.45.113 () {48 vars in 968 bytes} [Thu Jun 18 09:45:29 2026] POST /v2.0/networks => generated 124 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 09:45:35.130 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e3c86ce4-6f06-4891-8322-e30b48c721a4 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/20] 199.204.45.113 () {44 vars in 928 bytes} [Thu Jun 18 09:45:35 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/21] 199.204.45.113 () {44 vars in 950 bytes} [Thu Jun 18 09:45:35 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 09:45:35.627 7 WARNING neutron.services.revisions.revision_plugin [None req-891f6e55-d3e7-4757-9ca2-04a711170ef5 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Could not find related network for resource to bump revision. 2026-06-18 09:45:35.912 7 INFO neutron.db.segments_db [None req-891f6e55-d3e7-4757-9ca2-04a711170ef5 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment 7e2ec9a8-8be7-481d-a3b6-3cf6ba34ce34 of type flat for network ce57da33-658c-4860-a2c8-e3a104a3a736 2026-06-18 09:45:35.937 7 INFO neutron.pecan_wsgi.hooks.translation [None req-891f6e55-d3e7-4757-9ca2-04a711170ef5 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/22] 199.204.45.113 () {48 vars in 968 bytes} [Thu Jun 18 09:45:35 2026] POST /v2.0/networks => generated 124 bytes in 1161 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 09:45:42.490 8 INFO neutron.pecan_wsgi.hooks.translation [None req-634583ea-b92f-479d-9d52-ac2f77d425e6 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/23] 199.204.45.113 () {44 vars in 928 bytes} [Thu Jun 18 09:45:42 2026] GET /v2.0/networks/public => generated 108 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/24] 199.204.45.113 () {44 vars in 950 bytes} [Thu Jun 18 09:45:42 2026] GET /v2.0/networks?name=public => generated 15 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 09:45:44.497 8 WARNING neutron.services.revisions.revision_plugin [None req-8dd1d4d9-cf17-41fc-a59f-efdb40571004 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Could not find related network for resource to bump revision. 2026-06-18 09:45:44.531 8 INFO neutron.db.segments_db [None req-8dd1d4d9-cf17-41fc-a59f-efdb40571004 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment 5848b64f-6612-4a16-b4f2-8605cb00dbab of type flat for network d285f322-9d97-420d-8bc0-e7e0e82b7289 2026-06-18 09:45:44.569 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8dd1d4d9-cf17-41fc-a59f-efdb40571004 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/26] 199.204.45.113 () {48 vars in 968 bytes} [Thu Jun 18 09:45:42 2026] POST /v2.0/networks => generated 124 bytes in 2054 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 09:45:51.306 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bdc61bc4-beae-44fd-9827-a6af3729e9f6 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/27] 199.204.45.113 () {44 vars in 928 bytes} [Thu Jun 18 09:45:51 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/28] 199.204.45.113 () {44 vars in 950 bytes} [Thu Jun 18 09:45:51 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 09:45:51.692 7 WARNING neutron.services.revisions.revision_plugin [None req-b3165783-23e1-4e45-8efe-39573b5855d9 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Could not find related network for resource to bump revision. 2026-06-18 09:45:51.732 7 INFO neutron.db.segments_db [None req-b3165783-23e1-4e45-8efe-39573b5855d9 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment 3bd6e170-1751-4f56-9987-5ce906233068 of type flat for network 40b86c8a-1846-41ea-9d22-04abdaa59f86 [pid: 7|app: 0|req: 15/29] 199.204.45.113 () {48 vars in 968 bytes} [Thu Jun 18 09:45:51 2026] POST /v2.0/networks => generated 706 bytes in 1182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 09:45:54.968 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d472b075-2db6-447c-a732-1561bb90c05d 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/30] 199.204.45.113 () {44 vars in 928 bytes} [Thu Jun 18 09:45:54 2026] GET /v2.0/networks/public => generated 108 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 16/31] 199.204.45.113 () {44 vars in 950 bytes} [Thu Jun 18 09:45:55 2026] GET /v2.0/networks?name=public => generated 709 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 09:45:55.241 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e419fc65-aefa-41b4-b7ba-ba5a2c862461 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 16/32] 199.204.45.113 () {44 vars in 1035 bytes} [Thu Jun 18 09:45:55 2026] GET /v2.0/subnets/public-subnet?network_id=40b86c8a-1846-41ea-9d22-04abdaa59f86 => generated 113 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 17/33] 199.204.45.113 () {44 vars in 1058 bytes} [Thu Jun 18 09:45:55 2026] GET /v2.0/subnets?name=public-subnet&network_id=40b86c8a-1846-41ea-9d22-04abdaa59f86 => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 17/34] 199.204.45.113 () {48 vars in 966 bytes} [Thu Jun 18 09:45:55 2026] POST /v2.0/subnets => generated 664 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 09:52:22.411 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8cbaa997-0e28-4a96-9115-f456d9a8e3c6 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 44/87] 199.204.45.113 () {44 vars in 938 bytes} [Thu Jun 18 09:52:22 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 155 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/88] 199.204.45.113 () {44 vars in 960 bytes} [Thu Jun 18 09:52:22 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 09:52:22.540 8 INFO neutron.db.segments_db [None req-dde8bc6f-3fdf-4d41-9626-f498fa35c034 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment 31bce6c1-9de1-4b9f-a147-51c44a4c6009 of type vxlan for network 873960a2-65c8-4f44-8070-4fe35a211277 [pid: 8|app: 0|req: 45/89] 199.204.45.113 () {48 vars in 967 bytes} [Thu Jun 18 09:52:22 2026] POST /v2.0/networks => generated 688 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 09:52:23.777 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5934e88c-f75b-4bff-8b48-be8b04a06aab 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 45/90] 199.204.45.113 () {44 vars in 938 bytes} [Thu Jun 18 09:52:23 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/91] 199.204.45.113 () {44 vars in 960 bytes} [Thu Jun 18 09:52:23 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 09:52:23.855 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1940397e-c16e-42c3-8039-2f19f250be7c 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 46/92] 199.204.45.113 () {44 vars in 1037 bytes} [Thu Jun 18 09:52:23 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=873960a2-65c8-4f44-8070-4fe35a211277 => generated 114 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/93] 199.204.45.113 () {44 vars in 1060 bytes} [Thu Jun 18 09:52:23 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=873960a2-65c8-4f44-8070-4fe35a211277 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/94] 199.204.45.113 () {48 vars in 966 bytes} [Thu Jun 18 09:52:23 2026] POST /v2.0/subnets => generated 651 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 09:52:25.812 8 INFO neutron.api.v2.resource [None req-8c1ac03f-c21b-4c4d-ae9d-2a4fed4e0f6e 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 48/95] 199.204.45.113 () {44 vars in 972 bytes} [Thu Jun 18 09:52:25 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/96] 199.204.45.113 () {44 vars in 994 bytes} [Thu Jun 18 09:52:25 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/97] 199.204.45.113 () {48 vars in 981 bytes} [Thu Jun 18 09:52:25 2026] POST /v2.0/security-groups => generated 1616 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/98] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 09:52:27 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 1616 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/99] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 09:52:27 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 1616 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/100] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 09:52:27 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/101] 199.204.45.113 () {48 vars in 992 bytes} [Thu Jun 18 09:52:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/104] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 09:52:28 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 2230 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/105] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 09:52:28 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 2230 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/106] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 09:52:28 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 2230 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/107] 199.204.45.113 () {48 vars in 992 bytes} [Thu Jun 18 09:52:28 2026] POST /v2.0/security-group-rules => generated 603 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/108] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 09:52:29 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 2846 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/109] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 09:52:29 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => 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: 55/110] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 09:52:29 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/111] 199.204.45.113 () {48 vars in 992 bytes} [Thu Jun 18 09:52:29 2026] POST /v2.0/security-group-rules => generated 603 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/112] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 09:52:30 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 3462 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/113] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 09:52:30 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 3462 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/114] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 09:52:30 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/115] 199.204.45.113 () {48 vars in 992 bytes} [Thu Jun 18 09:52:30 2026] POST /v2.0/security-group-rules => generated 603 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/116] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 09:52:31 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 4078 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/117] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 09:52:32 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 4078 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/118] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 09:52:32 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 4078 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/119] 199.204.45.113 () {48 vars in 992 bytes} [Thu Jun 18 09:52:32 2026] POST /v2.0/security-group-rules => generated 603 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/120] 199.204.45.113 () {44 vars in 988 bytes} [Thu Jun 18 09:52:33 2026] GET /v2.0/networks/873960a2-65c8-4f44-8070-4fe35a211277 => generated 732 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 09:52:33.714 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2d569d31-7281-4771-bc6d-7a0acb51b85f 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 61/121] 199.204.45.113 () {44 vars in 1077 bytes} [Thu Jun 18 09:52:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=873960a2-65c8-4f44-8070-4fe35a211277 => generated 132 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/122] 199.204.45.113 () {44 vars in 1100 bytes} [Thu Jun 18 09:52:33 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=873960a2-65c8-4f44-8070-4fe35a211277 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/123] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 09:52:33 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/124] 199.204.45.113 () {48 vars in 962 bytes} [Thu Jun 18 09:52:33 2026] POST /v2.0/ports => generated 1100 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-18 09:52:41.999 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4bc720f7-7318-45fe-8b5e-5a060c928b14 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 63/125] 199.204.45.113 () {44 vars in 980 bytes} [Thu Jun 18 09:52:41 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 63/126] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 09:52:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/129] 199.204.45.113 () {48 vars in 1032 bytes} [Thu Jun 18 09:52:42 2026] PUT /v2.0/ports/a0de6952-2cd0-4180-b18c-0daf870b1c52 => generated 1249 bytes in 957 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/130] 199.204.45.113 () {44 vars in 921 bytes} [Thu Jun 18 09:52:44 2026] GET /v2.0/ports => generated 3730 bytes in 93 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-06-18 09:52:46.197 8 INFO neutron.api.v2.resource [None req-aeabbfe8-1ba1-4116-aa71-a163e344560c 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 65/131] 199.204.45.113 () {44 vars in 960 bytes} [Thu Jun 18 09:52:46 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/132] 199.204.45.113 () {44 vars in 982 bytes} [Thu Jun 18 09:52:46 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/133] 199.204.45.113 () {48 vars in 981 bytes} [Thu Jun 18 09:52:46 2026] POST /v2.0/security-groups => generated 1610 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 68/134] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 09:52:47 2026] GET /v2.0/security-groups/74d7d6e7-1eb2-421e-a20a-a9f3b5f71768 => generated 1610 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 67/135] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 09:52:47 2026] GET /v2.0/security-groups/74d7d6e7-1eb2-421e-a20a-a9f3b5f71768 => 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: 69/136] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 09:52:47 2026] GET /v2.0/security-groups/74d7d6e7-1eb2-421e-a20a-a9f3b5f71768 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 68/137] 199.204.45.113 () {48 vars in 992 bytes} [Thu Jun 18 09:52:47 2026] POST /v2.0/security-group-rules => generated 623 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 70/138] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 09:52:48 2026] GET /v2.0/security-groups/74d7d6e7-1eb2-421e-a20a-a9f3b5f71768 => generated 2246 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 69/139] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 09:52:48 2026] GET /v2.0/security-groups/74d7d6e7-1eb2-421e-a20a-a9f3b5f71768 => generated 2246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 71/140] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 09:52:48 2026] GET /v2.0/security-groups/74d7d6e7-1eb2-421e-a20a-a9f3b5f71768 => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 70/141] 199.204.45.113 () {48 vars in 992 bytes} [Thu Jun 18 09:52:48 2026] POST /v2.0/security-group-rules => generated 627 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/154] 199.204.45.113 () {44 vars in 976 bytes} [Thu Jun 18 09:54:22 2026] GET /v2.0/quotas/9394a2928302458c9168f406963dd31b => 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: 78/155] 199.204.45.113 () {48 vars in 1028 bytes} [Thu Jun 18 09:54:22 2026] PUT /v2.0/quotas/9394a2928302458c9168f406963dd31b => generated 291 bytes in 67 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-06-18 09:56:53.384 7 INFO neutron.pecan_wsgi.hooks.translation [None req-49481b6e-e286-4391-917d-1f513adae147 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 89/176] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 09:56:53 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 172 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: 88/177] 199.204.45.113 () {30 vars in 763 bytes} [Thu Jun 18 09:56:53 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 09:56:55.698 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cacf9fbf-16fd-4e8b-b343-c3ea85fac44b 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 90/178] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 09:56:55 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 147 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 89/179] 199.204.45.113 () {30 vars in 763 bytes} [Thu Jun 18 09:56:55 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:07:17.738 7 INFO neutron.api.v2.resource [None req-d8aa79c8-bb16-49e0-b623-5446247870f2 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 133/264] 199.204.45.113 () {44 vars in 1075 bytes} [Thu Jun 18 10:07:17 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=12864a357eaa49b78c880cf0c5d741c6 => generated 139 bytes in 153 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/265] 199.204.45.113 () {44 vars in 1098 bytes} [Thu Jun 18 10:07:17 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=12864a357eaa49b78c880cf0c5d741c6 => generated 23 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/266] 199.204.45.113 () {48 vars in 982 bytes} [Thu Jun 18 10:07:18 2026] POST /v2.0/security-groups => generated 1624 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/267] 199.204.45.113 () {44 vars in 1089 bytes} [Thu Jun 18 10:07:19 2026] GET /v2.0/security-groups/69df47f4-0a1a-4f21-a6e3-7234961efa49?project_id=12864a357eaa49b78c880cf0c5d741c6 => generated 1624 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/268] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 10:07:19 2026] GET /v2.0/security-groups/69df47f4-0a1a-4f21-a6e3-7234961efa49 => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/269] 199.204.45.113 () {44 vars in 1089 bytes} [Thu Jun 18 10:07:19 2026] GET /v2.0/security-groups/69df47f4-0a1a-4f21-a6e3-7234961efa49?project_id=12864a357eaa49b78c880cf0c5d741c6 => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/270] 199.204.45.113 () {48 vars in 992 bytes} [Thu Jun 18 10:07:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/271] 199.204.45.113 () {44 vars in 1089 bytes} [Thu Jun 18 10:07:20 2026] GET /v2.0/security-groups/69df47f4-0a1a-4f21-a6e3-7234961efa49?project_id=12864a357eaa49b78c880cf0c5d741c6 => generated 2234 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/272] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 10:07:20 2026] GET /v2.0/security-groups/69df47f4-0a1a-4f21-a6e3-7234961efa49 => generated 2234 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/273] 199.204.45.113 () {44 vars in 1089 bytes} [Thu Jun 18 10:07:20 2026] GET /v2.0/security-groups/69df47f4-0a1a-4f21-a6e3-7234961efa49?project_id=12864a357eaa49b78c880cf0c5d741c6 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/274] 199.204.45.113 () {48 vars in 992 bytes} [Thu Jun 18 10:07:20 2026] POST /v2.0/security-group-rules => generated 599 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/275] 199.204.45.113 () {44 vars in 1089 bytes} [Thu Jun 18 10:07:21 2026] GET /v2.0/security-groups/69df47f4-0a1a-4f21-a6e3-7234961efa49?project_id=12864a357eaa49b78c880cf0c5d741c6 => generated 2846 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/276] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 10:07:21 2026] GET /v2.0/security-groups/69df47f4-0a1a-4f21-a6e3-7234961efa49 => 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: 138/277] 199.204.45.113 () {44 vars in 1089 bytes} [Thu Jun 18 10:07:21 2026] GET /v2.0/security-groups/69df47f4-0a1a-4f21-a6e3-7234961efa49?project_id=12864a357eaa49b78c880cf0c5d741c6 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/278] 199.204.45.113 () {48 vars in 992 bytes} [Thu Jun 18 10:07:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/279] 199.204.45.113 () {44 vars in 1089 bytes} [Thu Jun 18 10:07:23 2026] GET /v2.0/security-groups/69df47f4-0a1a-4f21-a6e3-7234961efa49?project_id=12864a357eaa49b78c880cf0c5d741c6 => generated 3460 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/280] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 10:07:23 2026] GET /v2.0/security-groups/69df47f4-0a1a-4f21-a6e3-7234961efa49 => generated 3460 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/281] 199.204.45.113 () {44 vars in 1089 bytes} [Thu Jun 18 10:07:23 2026] GET /v2.0/security-groups/69df47f4-0a1a-4f21-a6e3-7234961efa49?project_id=12864a357eaa49b78c880cf0c5d741c6 => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/282] 199.204.45.113 () {48 vars in 992 bytes} [Thu Jun 18 10:07:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 153/307] 199.204.45.113 () {30 vars in 740 bytes} [Thu Jun 18 10:10:25 2026] GET /v2.0/networks?tenant_id=12864a357eaa49b78c880cf0c5d741c6&shared=False => generated 15 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:10:25.622 7 INFO neutron.db.segments_db [None req-be65693b-aa82-4dca-9948-f4a4f28b042a dd3740b3914b4f7195a6fb68c928cd3f 12864a357eaa49b78c880cf0c5d741c6 - - 1db438f65a894b249a2156bc8e0e974b 1db438f65a894b249a2156bc8e0e974b] Added segment a75ce3ac-3c84-4f8a-9e9f-719e16a24137 of type vxlan for network 5d3e4d9a-40ca-4702-a39b-046875d8638f [pid: 7|app: 0|req: 155/308] 199.204.45.113 () {34 vars in 682 bytes} [Thu Jun 18 10:10:25 2026] POST /v2.0/networks => generated 699 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 154/309] 199.204.45.113 () {30 vars in 722 bytes} [Thu Jun 18 10:10:25 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/310] 199.204.45.113 () {30 vars in 633 bytes} [Thu Jun 18 10:10:25 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: 8|app: 0|req: 155/311] 199.204.45.113 () {34 vars in 677 bytes} [Thu Jun 18 10:10:25 2026] POST /v2.0/ports => generated 999 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/312] 199.204.45.113 () {30 vars in 703 bytes} [Thu Jun 18 10:10:26 2026] GET /v2.0/networks/5d3e4d9a-40ca-4702-a39b-046875d8638f => 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: 159/315] 199.204.45.113 () {30 vars in 722 bytes} [Thu Jun 18 10:10:28 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/316] 199.204.45.113 () {30 vars in 703 bytes} [Thu Jun 18 10:10:28 2026] GET /v2.0/networks/5d3e4d9a-40ca-4702-a39b-046875d8638f => generated 705 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 161/319] 199.204.45.113 () {44 vars in 976 bytes} [Thu Jun 18 10:10:52 2026] GET /v2.0/quotas/12864a357eaa49b78c880cf0c5d741c6 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/320] 199.204.45.113 () {48 vars in 1028 bytes} [Thu Jun 18 10:10:53 2026] PUT /v2.0/quotas/12864a357eaa49b78c880cf0c5d741c6 => generated 291 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:23:15.376 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a788326e-fb29-4dfb-b5c1-098e0db0bdfc 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 210/421] 199.204.45.113 () {44 vars in 928 bytes} [Thu Jun 18 10:23:15 2026] GET /v2.0/networks/public => generated 108 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/422] 199.204.45.113 () {44 vars in 950 bytes} [Thu Jun 18 10:23:15 2026] GET /v2.0/networks?name=public => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:23:16.642 8 INFO neutron.pecan_wsgi.hooks.translation [None req-77947d64-9348-4d1b-a9c2-56b76fd6e133 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 211/423] 199.204.45.113 () {44 vars in 928 bytes} [Thu Jun 18 10:23:16 2026] GET /v2.0/networks/public => generated 108 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/424] 199.204.45.113 () {44 vars in 950 bytes} [Thu Jun 18 10:23:16 2026] GET /v2.0/networks?name=public => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:23:16.706 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2d26e017-a054-4383-a9bc-d4ec2797dee1 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 212/425] 199.204.45.113 () {44 vars in 1035 bytes} [Thu Jun 18 10:23:16 2026] GET /v2.0/subnets/public-subnet?network_id=40b86c8a-1846-41ea-9d22-04abdaa59f86 => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/426] 199.204.45.113 () {44 vars in 1058 bytes} [Thu Jun 18 10:23:16 2026] GET /v2.0/subnets?name=public-subnet&network_id=40b86c8a-1846-41ea-9d22-04abdaa59f86 => generated 667 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:23:45.107 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4079fb5d-4ee6-4137-8023-e7946586f94a 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 217/431] 199.204.45.113 () {44 vars in 938 bytes} [Thu Jun 18 10:23:45 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/432] 199.204.45.113 () {44 vars in 960 bytes} [Thu Jun 18 10:23:45 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:23:46.126 7 INFO neutron.pecan_wsgi.hooks.translation [None req-726257f0-ef26-4ea2-b656-2830b86b46d6 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 218/433] 199.204.45.113 () {44 vars in 938 bytes} [Thu Jun 18 10:23:46 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/434] 199.204.45.113 () {44 vars in 960 bytes} [Thu Jun 18 10:23:46 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:23:46.200 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6e858374-fa15-47d6-ad41-a4144a1daf27 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 219/435] 199.204.45.113 () {44 vars in 1037 bytes} [Thu Jun 18 10:23:46 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=873960a2-65c8-4f44-8070-4fe35a211277 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/436] 199.204.45.113 () {44 vars in 1060 bytes} [Thu Jun 18 10:23:46 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=873960a2-65c8-4f44-8070-4fe35a211277 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:23:47.253 7 INFO neutron.api.v2.resource [None req-c7634299-f115-4390-8283-09c373421bc2 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 220/437] 199.204.45.113 () {44 vars in 972 bytes} [Thu Jun 18 10:23:47 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/438] 199.204.45.113 () {44 vars in 994 bytes} [Thu Jun 18 10:23:47 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/439] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 10:23:48 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 4694 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/440] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 10:23:48 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/441] 199.204.45.113 () {44 vars in 1012 bytes} [Thu Jun 18 10:23:48 2026] GET /v2.0/security-group-rules/ed6e88ff-3cc3-4cf5-a895-d6bc82a3b867 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/442] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 10:23:49 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 4694 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/443] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 10:23:49 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/444] 199.204.45.113 () {44 vars in 1012 bytes} [Thu Jun 18 10:23:49 2026] GET /v2.0/security-group-rules/b372fc23-9e8e-484a-87d3-535fffb08bdd => generated 603 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/445] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 10:23:50 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/446] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 10:23:50 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/447] 199.204.45.113 () {44 vars in 1012 bytes} [Thu Jun 18 10:23:50 2026] GET /v2.0/security-group-rules/65c0a5a4-9f92-4bdf-8b51-f22395ffe00a => generated 603 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/448] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 10:23:51 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/449] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 10:23:51 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/450] 199.204.45.113 () {44 vars in 1012 bytes} [Thu Jun 18 10:23:51 2026] GET /v2.0/security-group-rules/9908b07c-e5ae-4c78-9993-d3d32607f35b => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/451] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 10:23:52 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 4694 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/452] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 10:23:52 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/453] 199.204.45.113 () {44 vars in 1012 bytes} [Thu Jun 18 10:23:52 2026] GET /v2.0/security-group-rules/58dc728f-2612-4816-a911-9bceaa486b99 => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/454] 199.204.45.113 () {44 vars in 988 bytes} [Thu Jun 18 10:23:53 2026] GET /v2.0/networks/873960a2-65c8-4f44-8070-4fe35a211277 => generated 732 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:23:53.733 7 INFO neutron.pecan_wsgi.hooks.translation [None req-37fe63d0-d80e-46c1-9274-7c907b3c107a 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 229/455] 199.204.45.113 () {44 vars in 1077 bytes} [Thu Jun 18 10:23:53 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=873960a2-65c8-4f44-8070-4fe35a211277 => 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: 227/456] 199.204.45.113 () {44 vars in 1100 bytes} [Thu Jun 18 10:23:53 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=873960a2-65c8-4f44-8070-4fe35a211277 => generated 1254 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/457] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 10:23:53 2026] GET /v2.0/security-groups/15d811eb-bed1-42bb-9230-5b21b07b91c8 => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:24:01.756 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fe0deb7b-dae4-4618-9dc4-c7893f5b2734 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 229/460] 199.204.45.113 () {44 vars in 980 bytes} [Thu Jun 18 10:24:01 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/461] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 10:24:01 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/462] 199.204.45.113 () {44 vars in 921 bytes} [Thu Jun 18 10:24:03 2026] GET /v2.0/ports => generated 4725 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:24:04.672 7 INFO neutron.api.v2.resource [None req-7338b15b-922f-419c-8ffc-cddcdcaa3429 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 233/463] 199.204.45.113 () {44 vars in 960 bytes} [Thu Jun 18 10:24:04 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/464] 199.204.45.113 () {44 vars in 982 bytes} [Thu Jun 18 10:24:04 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/465] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 10:24:05 2026] GET /v2.0/security-groups/74d7d6e7-1eb2-421e-a20a-a9f3b5f71768 => generated 2886 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/466] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 10:24:05 2026] GET /v2.0/security-groups/74d7d6e7-1eb2-421e-a20a-a9f3b5f71768 => generated 2886 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/467] 199.204.45.113 () {44 vars in 1012 bytes} [Thu Jun 18 10:24:05 2026] GET /v2.0/security-group-rules/7b3e3782-f716-4559-a4c7-3913d9f2c84b => generated 623 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/468] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 10:24:06 2026] GET /v2.0/security-groups/74d7d6e7-1eb2-421e-a20a-a9f3b5f71768 => generated 2886 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/469] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 10:24:06 2026] GET /v2.0/security-groups/74d7d6e7-1eb2-421e-a20a-a9f3b5f71768 => generated 2886 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/470] 199.204.45.113 () {44 vars in 1012 bytes} [Thu Jun 18 10:24:06 2026] GET /v2.0/security-group-rules/4260cd74-8b52-42e0-864d-c09924a09c5a => generated 627 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/473] 199.204.45.113 () {44 vars in 976 bytes} [Thu Jun 18 10:24:19 2026] GET /v2.0/quotas/9394a2928302458c9168f406963dd31b => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:25:16.951 7 INFO neutron.api.v2.resource [None req-5caefc52-b3d7-4151-a34f-e72ce0ee0c93 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 243/482] 199.204.45.113 () {44 vars in 1075 bytes} [Thu Jun 18 10:25:16 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=12864a357eaa49b78c880cf0c5d741c6 => generated 139 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/483] 199.204.45.113 () {44 vars in 1098 bytes} [Thu Jun 18 10:25:16 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=12864a357eaa49b78c880cf0c5d741c6 => generated 4072 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/484] 199.204.45.113 () {44 vars in 1089 bytes} [Thu Jun 18 10:25:17 2026] GET /v2.0/security-groups/69df47f4-0a1a-4f21-a6e3-7234961efa49?project_id=12864a357eaa49b78c880cf0c5d741c6 => 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: 241/485] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 10:25:18 2026] GET /v2.0/security-groups/69df47f4-0a1a-4f21-a6e3-7234961efa49 => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/486] 199.204.45.113 () {44 vars in 1012 bytes} [Thu Jun 18 10:25:18 2026] GET /v2.0/security-group-rules/871dbeaf-e1ef-4a18-8bd9-cfb373ea2ca5 => 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: 242/487] 199.204.45.113 () {44 vars in 1089 bytes} [Thu Jun 18 10:25:19 2026] GET /v2.0/security-groups/69df47f4-0a1a-4f21-a6e3-7234961efa49?project_id=12864a357eaa49b78c880cf0c5d741c6 => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/488] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 10:25:19 2026] GET /v2.0/security-groups/69df47f4-0a1a-4f21-a6e3-7234961efa49 => generated 4075 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/489] 199.204.45.113 () {44 vars in 1012 bytes} [Thu Jun 18 10:25:19 2026] GET /v2.0/security-group-rules/c48aade1-5127-4e30-889b-40d4842f55ba => generated 599 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/490] 199.204.45.113 () {44 vars in 1089 bytes} [Thu Jun 18 10:25:20 2026] GET /v2.0/security-groups/69df47f4-0a1a-4f21-a6e3-7234961efa49?project_id=12864a357eaa49b78c880cf0c5d741c6 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/491] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 10:25:20 2026] GET /v2.0/security-groups/69df47f4-0a1a-4f21-a6e3-7234961efa49 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/492] 199.204.45.113 () {44 vars in 1012 bytes} [Thu Jun 18 10:25:20 2026] GET /v2.0/security-group-rules/0606509c-adf2-4a87-bbd8-90b51db82a96 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/493] 199.204.45.113 () {44 vars in 1089 bytes} [Thu Jun 18 10:25:21 2026] GET /v2.0/security-groups/69df47f4-0a1a-4f21-a6e3-7234961efa49?project_id=12864a357eaa49b78c880cf0c5d741c6 => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/494] 199.204.45.113 () {44 vars in 1002 bytes} [Thu Jun 18 10:25:21 2026] GET /v2.0/security-groups/69df47f4-0a1a-4f21-a6e3-7234961efa49 => generated 4075 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/495] 199.204.45.113 () {44 vars in 1012 bytes} [Thu Jun 18 10:25:21 2026] GET /v2.0/security-group-rules/8083eb47-7ff8-4721-afe3-e4434869db43 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/498] 199.204.45.113 () {44 vars in 976 bytes} [Thu Jun 18 10:25:28 2026] GET /v2.0/quotas/12864a357eaa49b78c880cf0c5d741c6 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/505] 199.204.45.113 () {44 vars in 950 bytes} [Thu Jun 18 10:26:19 2026] GET /v2.0/networks?name=public => generated 753 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/512] 10.0.0.47 () {32 vars in 648 bytes} [Thu Jun 18 10:27:01 2026] GET /v2.0/networks => generated 2168 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/513] 10.0.0.47 () {32 vars in 654 bytes} [Thu Jun 18 10:27:03 2026] GET /v2.0/floatingips => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/514] 10.0.0.47 () {32 vars in 646 bytes} [Thu Jun 18 10:27:03 2026] GET /v2.0/routers => generated 15 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/515] 10.0.0.47 () {32 vars in 642 bytes} [Thu Jun 18 10:27:03 2026] GET /v2.0/ports => generated 4725 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/516] 10.0.0.47 () {32 vars in 646 bytes} [Thu Jun 18 10:27:03 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/517] 10.0.0.47 () {32 vars in 648 bytes} [Thu Jun 18 10:27:03 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/518] 10.0.0.47 () {32 vars in 662 bytes} [Thu Jun 18 10:27:03 2026] GET /v2.0/security-groups => generated 17401 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/519] 10.0.0.47 () {32 vars in 654 bytes} [Thu Jun 18 10:27:03 2026] GET /v2.0/subnetpools => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:27:14.423 8 INFO neutron.db.segments_db [None req-3e31d963-4916-45cc-8ae7-e62b85641c77 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment 064ad983-ff11-4943-ad6e-2131cc6e2586 of type vxlan for network 76958e91-5326-447a-a4d7-c116097adc82 2026-06-18 10:27:14.468 7 INFO neutron.db.segments_db [None req-ee9a992e-c1f5-4b63-9901-2afaebe93100 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment dc222a6d-9263-4548-b9f4-2bd9fd16ccd0 of type vxlan for network 5ad2083f-4c3c-4c7f-a2bf-903489c1212c [pid: 8|app: 0|req: 261/522] 10.0.0.47 () {34 vars in 670 bytes} [Thu Jun 18 10:27:14 2026] POST /v2.0/networks => generated 729 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/523] 10.0.0.47 () {34 vars in 670 bytes} [Thu Jun 18 10:27:14 2026] POST /v2.0/networks => generated 725 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:27:14.725 8 INFO neutron.db.segments_db [None req-66cd6b26-6eb3-4833-aa84-09494345847b 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment 5f29d81a-2679-422e-bcc3-e214e1fc30bb of type vxlan for network 077c79ed-6856-494c-880f-855c7a3969e6 [pid: 7|app: 0|req: 263/524] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:27:14 2026] POST /v2.0/subnets => generated 695 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/525] 10.0.0.47 () {34 vars in 670 bytes} [Thu Jun 18 10:27:14 2026] POST /v2.0/networks => generated 732 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:27:14.875 8 INFO neutron.db.segments_db [None req-c7790db7-7a38-4f9e-a458-3dcd2a7f442d 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment 65dba3c2-cd4e-47f5-bb64-7196886f1f18 of type vxlan for network a6d03d98-62e6-49df-93fc-93ed30877066 [pid: 7|app: 0|req: 264/526] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:27:14 2026] POST /v2.0/subnets => generated 692 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:27:15.119 8 INFO neutron.db.l3_hamode_db [None req-c7790db7-7a38-4f9e-a458-3dcd2a7f442d 96a21c91f33a41dd88c0321f544ed8db b766742c9fc0401a890ffb378cf3f157 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 265/527] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:27:14 2026] POST /v2.0/subnets => generated 698 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:27:15.192 7 INFO neutron.db.segments_db [None req-290906c3-b828-4d37-9787-e723fc4b6d03 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment 37480e15-61c9-438b-82db-48adbc79ff49 of type vxlan for network 4190399e-c0c7-4f45-ad89-418c107283c3 2026-06-18 10:27:15.431 7 INFO neutron.db.l3_hamode_db [None req-290906c3-b828-4d37-9787-e723fc4b6d03 96a21c91f33a41dd88c0321f544ed8db 8585998f57ff4e52aa3476f81c5a209f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 10:27:16.170 8 INFO neutron.db.l3_hamode_db [None req-c7790db7-7a38-4f9e-a458-3dcd2a7f442d 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 10:27:16.303 7 INFO neutron.db.l3_hamode_db [None req-290906c3-b828-4d37-9787-e723fc4b6d03 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 263/528] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:27:14 2026] POST /v2.0/routers => generated 735 bytes in 2474 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/529] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:27:17 2026] GET /v2.0/security-groups?tenant_id=c6f6f7c5412944a9bf94e070cb1293b6&name=default => generated 2924 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:27:17.626 8 INFO neutron.db.segments_db [None req-b8855e8d-eceb-47a5-8a4a-6c9616cff11e 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment 7ece7d34-ab95-4f41-bb28-dc6e973c0478 of type vxlan for network 91369458-3b55-49f7-a865-cc60c0371a7e [pid: 7|app: 0|req: 266/530] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:27:15 2026] POST /v2.0/routers => generated 732 bytes in 2502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:27:17.941 8 INFO neutron.db.l3_hamode_db [None req-b8855e8d-eceb-47a5-8a4a-6c9616cff11e 96a21c91f33a41dd88c0321f544ed8db dc32a1f5dc3e4c67a89dc567c3277b59 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 10:27:18.766 8 INFO neutron.db.l3_hamode_db [None req-b8855e8d-eceb-47a5-8a4a-6c9616cff11e 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 267/531] 10.0.0.47 () {34 vars in 782 bytes} [Thu Jun 18 10:27:17 2026] PUT /v2.0/routers/bdc449cf-ac11-4f20-9c77-8392995abd9e/add_router_interface => generated 309 bytes in 1399 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/532] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:27:19 2026] DELETE /v2.0/security-groups/3e348909-94aa-4c51-b441-5c6ad6b00393 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/533] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:27:17 2026] POST /v2.0/routers => generated 738 bytes in 2191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/534] 10.0.0.47 () {34 vars in 782 bytes} [Thu Jun 18 10:27:19 2026] PUT /v2.0/routers/b1c1d520-03ff-46a8-97de-9a350d2ea79e/add_router_interface => generated 309 bytes in 1156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/535] 10.0.0.253 () {38 vars in 971 bytes} [Thu Jun 18 10:27:20 2026] POST /v2.0/security-groups => generated 1684 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/536] 10.0.0.253 () {38 vars in 971 bytes} [Thu Jun 18 10:27:20 2026] POST /v2.0/security-groups => generated 1682 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/537] 10.0.0.47 () {34 vars in 782 bytes} [Thu Jun 18 10:27:19 2026] PUT /v2.0/routers/a374e46a-4b48-41ff-9ec1-b9046d401f84/add_router_interface => generated 309 bytes in 1370 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/538] 10.0.0.253 () {38 vars in 971 bytes} [Thu Jun 18 10:27:21 2026] POST /v2.0/security-groups => generated 1681 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-18 10:27:21.338 7 INFO neutron.db.segments_db [None req-68cf5c2d-99d7-4d5a-8d49-4525676c16ea 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment 63b9130f-1efa-41be-89af-08a9ed8dc4c2 of type vxlan for network 12de4834-42c2-4c88-8f8f-319ffcf26fac [pid: 8|app: 0|req: 268/539] 10.0.0.253 () {34 vars in 991 bytes} [Thu Jun 18 10:27:21 2026] GET /v2.0/security-groups/735ad667-9b95-4af2-9790-e9e00df6ba53 => generated 1684 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/540] 10.0.0.47 () {34 vars in 670 bytes} [Thu Jun 18 10:27:21 2026] POST /v2.0/networks => generated 724 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/541] 10.0.0.253 () {38 vars in 971 bytes} [Thu Jun 18 10:27:21 2026] POST /v2.0/security-groups => generated 1681 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/542] 10.0.0.253 () {38 vars in 981 bytes} [Thu Jun 18 10:27:21 2026] POST /v2.0/security-group-rules => generated 614 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/543] 10.0.0.253 () {34 vars in 1002 bytes} [Thu Jun 18 10:27:21 2026] GET /v2.0/security-groups?tenant_id=8585998f57ff4e52aa3476f81c5a209f => generated 7905 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/544] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:27:21 2026] POST /v2.0/subnets => generated 691 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/545] 10.0.0.253 () {34 vars in 991 bytes} [Thu Jun 18 10:27:21 2026] GET /v2.0/security-groups/95c861c7-4181-413e-88e2-86ebe389d398 => generated 2918 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:27:21.780 8 INFO neutron.db.segments_db [None req-b4b3fc0d-120a-43bb-b262-50cc0c5c3800 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment d98595c6-45bf-4eca-aec4-ce5ff28c0eb8 of type vxlan for network 8749954a-ebcc-4b24-8fc3-759837d033ad [pid: 7|app: 0|req: 276/546] 10.0.0.253 () {34 vars in 991 bytes} [Thu Jun 18 10:27:21 2026] GET /v2.0/security-groups/95c861c7-4181-413e-88e2-86ebe389d398 => generated 2918 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/547] 10.0.0.47 () {34 vars in 684 bytes} [Thu Jun 18 10:27:21 2026] POST /v2.0/security-groups => generated 1661 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-18 10:27:22.024 8 INFO neutron.db.l3_hamode_db [None req-b4b3fc0d-120a-43bb-b262-50cc0c5c3800 96a21c91f33a41dd88c0321f544ed8db da94cf77fcc347ec82c9f4fe95621a6b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 278/548] 10.0.0.253 () {38 vars in 971 bytes} [Thu Jun 18 10:27:21 2026] POST /v2.0/security-groups => generated 1685 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/549] 10.0.0.253 () {34 vars in 991 bytes} [Thu Jun 18 10:27:22 2026] GET /v2.0/security-groups/d33517c6-37e2-4c88-b1da-aa0a0dc4d635 => generated 1682 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/550] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:27:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/551] 10.0.0.253 () {34 vars in 991 bytes} [Thu Jun 18 10:27:22 2026] GET /v2.0/security-groups/465e4a31-5a64-4f41-9219-b5d16e3a5d14 => generated 1685 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/552] 10.0.0.253 () {36 vars in 1013 bytes} [Thu Jun 18 10:27:22 2026] DELETE /v2.0/security-groups/d33517c6-37e2-4c88-b1da-aa0a0dc4d635 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/553] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:27:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/554] 10.0.0.253 () {38 vars in 981 bytes} [Thu Jun 18 10:27:22 2026] POST /v2.0/security-group-rules => generated 614 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:27:22.472 7 INFO neutron.api.v2.resource [req-9a402659-133e-4022-8c32-0e64b40c9a9e req-73594acf-e7b5-4877-8eda-cc65b2653a1c 992670b95f6c4f4e89c5c963a53d5e0f 8585998f57ff4e52aa3476f81c5a209f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 285/555] 10.0.0.253 () {34 vars in 991 bytes} [Thu Jun 18 10:27:22 2026] GET /v2.0/security-groups/d33517c6-37e2-4c88-b1da-aa0a0dc4d635 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/556] 10.0.0.47 () {34 vars in 675 bytes} [Thu Jun 18 10:27:22 2026] POST /v2.0/floatingips => generated 552 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:27:22.957 8 INFO neutron.db.l3_hamode_db [None req-b4b3fc0d-120a-43bb-b262-50cc0c5c3800 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 287/557] 10.0.0.253 () {34 vars in 991 bytes} [Thu Jun 18 10:27:22 2026] GET /v2.0/security-groups/465e4a31-5a64-4f41-9219-b5d16e3a5d14 => generated 2310 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/558] 10.0.0.253 () {34 vars in 991 bytes} [Thu Jun 18 10:27:22 2026] GET /v2.0/security-groups/c309f430-4acc-454b-a072-e737f3018f8d => generated 1681 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/559] 10.0.0.253 () {38 vars in 981 bytes} [Thu Jun 18 10:27:22 2026] POST /v2.0/security-group-rules => generated 619 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/560] 10.0.0.253 () {36 vars in 1013 bytes} [Thu Jun 18 10:27:23 2026] DELETE /v2.0/security-groups/c309f430-4acc-454b-a072-e737f3018f8d => 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: 291/561] 10.0.0.253 () {34 vars in 991 bytes} [Thu Jun 18 10:27:23 2026] GET /v2.0/security-groups/465e4a31-5a64-4f41-9219-b5d16e3a5d14 => generated 2940 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:27:23.222 7 INFO neutron.api.v2.resource [req-75530717-783e-4c21-9add-bb7e4d4a25dd req-07cb37cc-9e82-4bfa-b1dc-9f7136ac3a38 992670b95f6c4f4e89c5c963a53d5e0f 8585998f57ff4e52aa3476f81c5a209f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 292/562] 10.0.0.253 () {34 vars in 991 bytes} [Thu Jun 18 10:27:23 2026] GET /v2.0/security-groups/c309f430-4acc-454b-a072-e737f3018f8d => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/563] 10.0.0.253 () {34 vars in 1001 bytes} [Thu Jun 18 10:27:23 2026] GET /v2.0/security-group-rules/b53996c6-aa2d-4699-a7d2-b1b7f520ff14 => generated 616 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/564] 10.0.0.253 () {34 vars in 991 bytes} [Thu Jun 18 10:27:23 2026] GET /v2.0/security-groups/9e1ee0bd-33c7-47ec-9d00-b9fbfcc6e245 => generated 1681 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/565] 10.0.0.253 () {34 vars in 991 bytes} [Thu Jun 18 10:27:23 2026] GET /v2.0/security-groups/465e4a31-5a64-4f41-9219-b5d16e3a5d14 => generated 2940 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/566] 10.0.0.253 () {36 vars in 1013 bytes} [Thu Jun 18 10:27:23 2026] DELETE /v2.0/security-groups/9e1ee0bd-33c7-47ec-9d00-b9fbfcc6e245 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/567] 10.0.0.253 () {36 vars in 1023 bytes} [Thu Jun 18 10:27:23 2026] DELETE /v2.0/security-group-rules/b53996c6-aa2d-4699-a7d2-b1b7f520ff14 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/568] 10.0.0.253 () {34 vars in 1100 bytes} [Thu Jun 18 10:27:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2028355026&fields=id&tenant_id=dc32a1f5dc3e4c67a89dc567c3277b59 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:27:23.504 7 INFO neutron.api.v2.resource [req-b58852e1-439c-4099-81f6-b98365e331a4 req-bbfe7f33-3f83-4b56-bc99-9e3c3bdb550c 992670b95f6c4f4e89c5c963a53d5e0f 8585998f57ff4e52aa3476f81c5a209f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 299/569] 10.0.0.253 () {34 vars in 991 bytes} [Thu Jun 18 10:27:23 2026] GET /v2.0/security-groups/9e1ee0bd-33c7-47ec-9d00-b9fbfcc6e245 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/570] 10.0.0.253 () {34 vars in 982 bytes} [Thu Jun 18 10:27:23 2026] GET /v2.0/networks?id=077c79ed-6856-494c-880f-855c7a3969e6 => generated 683 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/571] 10.0.0.253 () {34 vars in 991 bytes} [Thu Jun 18 10:27:23 2026] GET /v2.0/security-groups/465e4a31-5a64-4f41-9219-b5d16e3a5d14 => generated 2310 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/572] 10.0.0.253 () {34 vars in 965 bytes} [Thu Jun 18 10:27:23 2026] GET /v2.0/quotas/dc32a1f5dc3e4c67a89dc567c3277b59 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/573] 10.0.0.253 () {36 vars in 1013 bytes} [Thu Jun 18 10:27:23 2026] DELETE /v2.0/security-groups/465e4a31-5a64-4f41-9219-b5d16e3a5d14 => 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: 271/574] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:27:21 2026] POST /v2.0/routers => generated 731 bytes in 2076 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/575] 10.0.0.253 () {34 vars in 1002 bytes} [Thu Jun 18 10:27:23 2026] GET /v2.0/ports?tenant_id=dc32a1f5dc3e4c67a89dc567c3277b59&fields=id => generated 57 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/576] 10.0.0.253 () {34 vars in 1002 bytes} [Thu Jun 18 10:27:23 2026] GET /v2.0/security-groups?tenant_id=8585998f57ff4e52aa3476f81c5a209f => generated 2921 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/577] 10.0.0.253 () {34 vars in 991 bytes} [Thu Jun 18 10:27:23 2026] GET /v2.0/security-groups/95c861c7-4181-413e-88e2-86ebe389d398 => generated 2918 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/578] 10.0.0.253 () {34 vars in 991 bytes} [Thu Jun 18 10:27:23 2026] GET /v2.0/security-groups/95c861c7-4181-413e-88e2-86ebe389d398 => generated 2918 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/579] 10.0.0.253 () {34 vars in 991 bytes} [Thu Jun 18 10:27:23 2026] GET /v2.0/security-groups/735ad667-9b95-4af2-9790-e9e00df6ba53 => generated 2309 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/580] 10.0.0.253 () {36 vars in 1013 bytes} [Thu Jun 18 10:27:24 2026] DELETE /v2.0/security-groups/735ad667-9b95-4af2-9790-e9e00df6ba53 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:27:24.657 8 INFO neutron_taas.services.taas.taas_plugin [None req-8c6c956e-897d-43d3-a853-1f4f69a530c3 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 6433e36c-9bbb-432b-9943-5cc03ce4913a 2026-06-18 10:27:24.671 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c6c956e-897d-43d3-a853-1f4f69a530c3 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 6433e36c-9bbb-432b-9943-5cc03ce4913a [pid: 7|app: 0|req: 305/581] 10.0.0.47 () {34 vars in 782 bytes} [Thu Jun 18 10:27:23 2026] PUT /v2.0/routers/437afdad-badf-4532-94a1-3361f6a04676/add_router_interface => generated 309 bytes in 1377 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:27:25.212 7 INFO neutron.api.v2.resource [req-38070e1e-25a1-4487-b0a4-6c79c230ce26 req-5c7955b6-0616-4c25-bed2-d85a128d05a5 992670b95f6c4f4e89c5c963a53d5e0f 8585998f57ff4e52aa3476f81c5a209f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 306/582] 10.0.0.253 () {34 vars in 991 bytes} [Thu Jun 18 10:27:25 2026] GET /v2.0/security-groups/9e1ee0bd-33c7-47ec-9d00-b9fbfcc6e245 => 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: 277/583] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:27:24 2026] PUT /v2.0/routers/bdc449cf-ac11-4f20-9c77-8392995abd9e/remove_router_interface => generated 309 bytes in 1109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:27:25.249 8 INFO neutron.api.v2.resource [req-f54d7e08-9b59-4b32-af6c-9981599fde4c req-ff16e440-d9e0-4aad-a49f-cbee8f9f2e46 992670b95f6c4f4e89c5c963a53d5e0f 8585998f57ff4e52aa3476f81c5a209f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 278/584] 10.0.0.253 () {34 vars in 991 bytes} [Thu Jun 18 10:27:25 2026] GET /v2.0/security-groups/c309f430-4acc-454b-a072-e737f3018f8d => 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: 307/585] 10.0.0.253 () {34 vars in 907 bytes} [Thu Jun 18 10:27:25 2026] GET /v2.0/extensions => generated 21537 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-18 10:27:25.283 7 INFO neutron.api.v2.resource [req-11012ba4-5a09-4b93-976d-c4525f3a718c req-5cdb92e8-11ca-4632-b44d-6018612f2f99 992670b95f6c4f4e89c5c963a53d5e0f 8585998f57ff4e52aa3476f81c5a209f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 308/586] 10.0.0.253 () {34 vars in 991 bytes} [Thu Jun 18 10:27:25 2026] GET /v2.0/security-groups/d33517c6-37e2-4c88-b1da-aa0a0dc4d635 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/587] 10.0.0.253 () {34 vars in 1008 bytes} [Thu Jun 18 10:27:25 2026] GET /v2.0/networks/077c79ed-6856-494c-880f-855c7a3969e6?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:27:25.512 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e851b81-b716-4a93-adaa-1d5bcf78165d 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: e102da89-ea54-49fc-8e65-7407306e800a 2026-06-18 10:27:25.517 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e851b81-b716-4a93-adaa-1d5bcf78165d 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: e102da89-ea54-49fc-8e65-7407306e800a 2026-06-18 10:27:25.777 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e851b81-b716-4a93-adaa-1d5bcf78165d 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 0f4716ab-cf65-41d9-be5e-c1e26a48c375 2026-06-18 10:27:25.781 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e851b81-b716-4a93-adaa-1d5bcf78165d 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 0f4716ab-cf65-41d9-be5e-c1e26a48c375 2026-06-18 10:27:25.839 7 INFO neutron_taas.services.taas.taas_plugin [None req-d56244de-54b2-41ac-b15f-6b131eedb931 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 2f7df9cd-6b3f-4994-be0e-a229aeabb4d6 2026-06-18 10:27:25.850 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d56244de-54b2-41ac-b15f-6b131eedb931 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 2f7df9cd-6b3f-4994-be0e-a229aeabb4d6 2026-06-18 10:27:25.881 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-1e851b81-b716-4a93-adaa-1d5bcf78165d 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - 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-06-18 10:27:26.270 8 INFO neutron.db.l3_hamode_db [None req-1e851b81-b716-4a93-adaa-1d5bcf78165d 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] HA network a6d03d98-62e6-49df-93fc-93ed30877066 was deleted as no HA routers are present in tenant b766742c9fc0401a890ffb378cf3f157. [pid: 8|app: 0|req: 279/588] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:27:25 2026] DELETE /v2.0/routers/bdc449cf-ac11-4f20-9c77-8392995abd9e => generated 0 bytes in 1030 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/589] 10.0.0.253 () {34 vars in 1108 bytes} [Thu Jun 18 10:27:26 2026] GET /v2.0/networks/077c79ed-6856-494c-880f-855c7a3969e6?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: 310/590] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:27:25 2026] PUT /v2.0/routers/b1c1d520-03ff-46a8-97de-9a350d2ea79e/remove_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: 281/591] 10.0.0.47 () {34 vars in 684 bytes} [Thu Jun 18 10:27:26 2026] POST /v2.0/security-groups => generated 1661 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/592] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:27:26 2026] DELETE /v2.0/subnets/8cb5b6f4-92c5-4e45-8afe-1da2769480ba => 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: 312/593] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:27:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:27:26.708 8 INFO neutron_taas.services.taas.taas_plugin [None req-15d0f8ae-5dc5-4d4e-ad6f-4646c2742021 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 9b7ada4e-a7ba-4ec7-a488-8381d6378950 2026-06-18 10:27:26.712 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15d0f8ae-5dc5-4d4e-ad6f-4646c2742021 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 9b7ada4e-a7ba-4ec7-a488-8381d6378950 [pid: 7|app: 0|req: 313/594] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:26 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:27:26.769 8 INFO neutron.services.segments.plugin [-] Segment 65dba3c2-cd4e-47f5-bb64-7196886f1f18 resource provider aggregate not found 2026-06-18 10:27:26.779 8 INFO neutron.services.segments.plugin [-] Segment 65dba3c2-cd4e-47f5-bb64-7196886f1f18 resource provider aggregate not found 2026-06-18 10:27:26.795 8 INFO neutron.services.segments.plugin [-] Segment 65dba3c2-cd4e-47f5-bb64-7196886f1f18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65dba3c2-cd4e-47f5-bb64-7196886f1f18 found for delete ", "request_id": "req-4797fdb0-d534-4e09-a047-d67d90d923b1"}]} 2026-06-18 10:27:26.807 7 INFO neutron_taas.services.taas.taas_plugin [None req-aad99864-3df6-454f-99a2-8915c676989b 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 0ef414a8-5282-4af9-b0f5-69a78ae45b82 2026-06-18 10:27:26.808 8 INFO neutron.services.segments.plugin [-] Segment 65dba3c2-cd4e-47f5-bb64-7196886f1f18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65dba3c2-cd4e-47f5-bb64-7196886f1f18 found for delete ", "request_id": "req-3dd50bc4-6e94-49e8-ae13-2c85a32fc0f6"}]} 2026-06-18 10:27:26.810 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aad99864-3df6-454f-99a2-8915c676989b 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 0ef414a8-5282-4af9-b0f5-69a78ae45b82 2026-06-18 10:27:26.988 8 INFO neutron_taas.services.taas.taas_plugin [None req-15d0f8ae-5dc5-4d4e-ad6f-4646c2742021 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 3685e4db-9a5c-4cb6-831d-53060d411ee3 2026-06-18 10:27:26.991 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15d0f8ae-5dc5-4d4e-ad6f-4646c2742021 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 3685e4db-9a5c-4cb6-831d-53060d411ee3 [pid: 7|app: 0|req: 314/595] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:27:26 2026] DELETE /v2.0/networks/76958e91-5326-447a-a4d7-c116097adc82 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/596] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:27:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:27:27.343 8 INFO neutron.db.l3_hamode_db [None req-15d0f8ae-5dc5-4d4e-ad6f-4646c2742021 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] HA network 4190399e-c0c7-4f45-ad89-418c107283c3 was deleted as no HA routers are present in tenant 8585998f57ff4e52aa3476f81c5a209f. [pid: 8|app: 0|req: 282/597] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:27:26 2026] DELETE /v2.0/routers/b1c1d520-03ff-46a8-97de-9a350d2ea79e => generated 0 bytes in 899 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/598] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:27:27 2026] GET /v2.0/security-groups?tenant_id=b766742c9fc0401a890ffb378cf3f157&name=default => generated 2921 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:27:27.629 7 INFO neutron.services.segments.plugin [-] Segment 064ad983-ff11-4943-ad6e-2131cc6e2586 resource provider aggregate not found 2026-06-18 10:27:27.633 7 INFO neutron.services.segments.plugin [-] Segment 064ad983-ff11-4943-ad6e-2131cc6e2586 resource provider aggregate not found [pid: 8|app: 0|req: 284/599] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:27:27 2026] DELETE /v2.0/subnets/18007730-9dbe-495e-a369-e003e6d8a150 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:27:27.668 7 INFO neutron.services.segments.plugin [-] Segment 064ad983-ff11-4943-ad6e-2131cc6e2586 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 064ad983-ff11-4943-ad6e-2131cc6e2586 found for delete ", "request_id": "req-76681f2c-b432-4c1d-a8fe-5cf1f9d2ac2e"}]} 2026-06-18 10:27:27.675 7 INFO neutron.services.segments.plugin [-] Segment 064ad983-ff11-4943-ad6e-2131cc6e2586 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 064ad983-ff11-4943-ad6e-2131cc6e2586 found for delete ", "request_id": "req-bd796ebf-5434-41b1-a323-990159c57dab"}]} [pid: 7|app: 0|req: 316/600] 10.0.0.47 () {34 vars in 675 bytes} [Thu Jun 18 10:27:27 2026] POST /v2.0/floatingips => generated 552 bytes in 566 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/602] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:27:27 2026] DELETE /v2.0/security-groups/006daa40-e408-432f-8993-74fe23764e31 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:27:27.796 7 INFO neutron_taas.services.taas.taas_plugin [None req-101900db-234f-452a-ab7b-1d1e58b24ac5 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 9c883364-63ad-4058-bdc8-266e09a0f8b8 2026-06-18 10:27:27.798 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-101900db-234f-452a-ab7b-1d1e58b24ac5 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 9c883364-63ad-4058-bdc8-266e09a0f8b8 [pid: 8|app: 0|req: 287/604] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:27 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/605] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:27:27 2026] DELETE /v2.0/networks/5ad2083f-4c3c-4c7f-a2bf-903489c1212c => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/606] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:27:28 2026] GET /v2.0/security-groups?tenant_id=8585998f57ff4e52aa3476f81c5a209f&name=default => generated 2921 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/607] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:27:28 2026] DELETE /v2.0/security-groups/95c861c7-4181-413e-88e2-86ebe389d398 => 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: 289/608] 10.0.0.253 () {34 vars in 1100 bytes} [Thu Jun 18 10:27:28 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2125441530&fields=id&tenant_id=da94cf77fcc347ec82c9f4fe95621a6b => generated 69 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/609] 10.0.0.253 () {34 vars in 982 bytes} [Thu Jun 18 10:27:28 2026] GET /v2.0/networks?id=12de4834-42c2-4c88-8f8f-319ffcf26fac => generated 676 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/610] 10.0.0.253 () {34 vars in 965 bytes} [Thu Jun 18 10:27:28 2026] GET /v2.0/quotas/da94cf77fcc347ec82c9f4fe95621a6b => 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: 321/611] 10.0.0.253 () {34 vars in 1002 bytes} [Thu Jun 18 10:27:28 2026] GET /v2.0/ports?tenant_id=da94cf77fcc347ec82c9f4fe95621a6b&fields=id => generated 57 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:27:28.821 8 INFO neutron.services.segments.plugin [-] Segment 37480e15-61c9-438b-82db-48adbc79ff49 resource provider aggregate not found 2026-06-18 10:27:28.829 8 INFO neutron.services.segments.plugin [-] Segment 37480e15-61c9-438b-82db-48adbc79ff49 resource provider aggregate not found 2026-06-18 10:27:28.835 8 INFO neutron.services.segments.plugin [-] Segment 37480e15-61c9-438b-82db-48adbc79ff49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37480e15-61c9-438b-82db-48adbc79ff49 found for delete ", "request_id": "req-cf17bfee-5b3c-470d-bb04-298094dbb332"}]} [pid: 8|app: 0|req: 291/612] 10.0.0.253 () {34 vars in 907 bytes} [Thu Jun 18 10:27:28 2026] GET /v2.0/extensions => generated 21537 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-18 10:27:28.856 8 INFO neutron.services.segments.plugin [-] Segment 37480e15-61c9-438b-82db-48adbc79ff49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37480e15-61c9-438b-82db-48adbc79ff49 found for delete ", "request_id": "req-51a5f897-05f2-40c9-96f1-901c621d4b78"}]} [pid: 7|app: 0|req: 322/613] 10.0.0.253 () {34 vars in 1008 bytes} [Thu Jun 18 10:27:28 2026] GET /v2.0/networks/12de4834-42c2-4c88-8f8f-319ffcf26fac?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: 292/614] 10.0.0.253 () {34 vars in 1108 bytes} [Thu Jun 18 10:27:28 2026] GET /v2.0/networks/12de4834-42c2-4c88-8f8f-319ffcf26fac?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: 323/615] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:28 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => 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: 293/616] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:29 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:27:29.690 7 INFO neutron.services.segments.plugin [-] Segment dc222a6d-9263-4548-b9f4-2bd9fd16ccd0 resource provider aggregate not found 2026-06-18 10:27:29.703 7 INFO neutron.services.segments.plugin [-] Segment dc222a6d-9263-4548-b9f4-2bd9fd16ccd0 resource provider aggregate not found 2026-06-18 10:27:29.707 7 INFO neutron.services.segments.plugin [-] Segment dc222a6d-9263-4548-b9f4-2bd9fd16ccd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc222a6d-9263-4548-b9f4-2bd9fd16ccd0 found for delete ", "request_id": "req-afedc01b-d96a-498c-94d6-e1cd69deba93"}]} 2026-06-18 10:27:29.727 7 INFO neutron.services.segments.plugin [-] Segment dc222a6d-9263-4548-b9f4-2bd9fd16ccd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc222a6d-9263-4548-b9f4-2bd9fd16ccd0 found for delete ", "request_id": "req-1d4cf98a-e353-48f1-bce9-aecd5a5d1dbc"}]} [pid: 8|app: 0|req: 294/617] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:30 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:27:30.276 7 INFO neutron.db.segments_db [None req-5e41207b-f5a3-4372-b1cd-dfcc931c2b3a 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment bdea889c-b6b6-4460-bfb9-49f51b9d1b2a of type vxlan for network 03a077e6-ba99-4838-9bcb-9d51a03e5f7e [pid: 7|app: 0|req: 324/618] 10.0.0.47 () {34 vars in 670 bytes} [Thu Jun 18 10:27:29 2026] POST /v2.0/networks => generated 725 bytes in 569 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/619] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:30 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:27:30.524 8 INFO neutron.db.segments_db [None req-a2bb350e-7805-40a6-98d2-2729c478943c 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment bcc04f09-c623-452e-b996-a40aa2091a1d of type vxlan for network 7d7eae51-874e-4264-b554-5417588e91c9 [pid: 8|app: 0|req: 295/620] 10.0.0.47 () {34 vars in 670 bytes} [Thu Jun 18 10:27:30 2026] POST /v2.0/networks => generated 727 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/621] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:27:30 2026] POST /v2.0/subnets => generated 691 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:27:30.788 7 INFO neutron.db.segments_db [None req-5e4a4a93-98c4-49da-bd4c-c86812277548 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment abf8d90b-c52f-41c2-bae3-7294c225a720 of type vxlan for network c1f817f0-044e-4a75-b3ff-c58e421016af [pid: 8|app: 0|req: 296/622] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:27:30 2026] POST /v2.0/subnets => generated 693 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:27:30.933 8 INFO neutron.db.segments_db [None req-8d805101-1d0e-487a-8813-82ab9a2fe2e8 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment 72d4ac82-099c-4ee9-811e-e29b6c532570 of type vxlan for network b00efd52-8155-4369-afa5-4f4a4b79402b 2026-06-18 10:27:31.064 7 INFO neutron.db.l3_hamode_db [None req-5e4a4a93-98c4-49da-bd4c-c86812277548 96a21c91f33a41dd88c0321f544ed8db 29656a17e6204bb98f067f5ef2e559ad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 10:27:31.166 8 INFO neutron.db.l3_hamode_db [None req-8d805101-1d0e-487a-8813-82ab9a2fe2e8 96a21c91f33a41dd88c0321f544ed8db 127cb81d2d79491b9cc1aa8d2b69c92b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 10:27:31.890 7 INFO neutron.db.l3_hamode_db [None req-5e4a4a93-98c4-49da-bd4c-c86812277548 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 10:27:31.942 8 INFO neutron.db.l3_hamode_db [None req-8d805101-1d0e-487a-8813-82ab9a2fe2e8 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 327/623] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:27:30 2026] POST /v2.0/routers => generated 731 bytes in 1984 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/624] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:32 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => 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: 329/625] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:27:32 2026] GET /v2.0/networks?id=077c79ed-6856-494c-880f-855c7a3969e6 => generated 683 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/626] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:27:30 2026] POST /v2.0/routers => generated 733 bytes in 1948 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/627] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:32 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => 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: 331/628] 10.0.0.47 () {34 vars in 782 bytes} [Thu Jun 18 10:27:32 2026] PUT /v2.0/routers/5c21565f-d373-4ada-84e3-2613ee6698f9/add_router_interface => generated 309 bytes in 1159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/629] 199.204.45.113 () {34 vars in 911 bytes} [Thu Jun 18 10:27:34 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/630] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:27:34 2026] GET /v2.0/networks?id=12de4834-42c2-4c88-8f8f-319ffcf26fac => generated 676 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/631] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:34 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => 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: 335/632] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:34 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => 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: 336/633] 199.204.45.113 () {34 vars in 1050 bytes} [Thu Jun 18 10:27:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dc32a1f5dc3e4c67a89dc567c3277b59 => generated 181 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/634] 199.204.45.113 () {34 vars in 1050 bytes} [Thu Jun 18 10:27:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=da94cf77fcc347ec82c9f4fe95621a6b => generated 181 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/635] 10.0.0.47 () {34 vars in 782 bytes} [Thu Jun 18 10:27:32 2026] PUT /v2.0/routers/ca824ddc-10ef-4100-b9eb-646716eb06f9/add_router_interface => generated 309 bytes in 1656 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/636] 199.204.45.113 () {38 vars in 955 bytes} [Thu Jun 18 10:27:34 2026] POST /v2.0/ports => generated 954 bytes in 492 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 339/637] 10.0.0.253 () {34 vars in 982 bytes} [Thu Jun 18 10:27:34 2026] GET /v2.0/networks?id=7d7eae51-874e-4264-b554-5417588e91c9 => generated 678 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/638] 10.0.0.253 () {34 vars in 965 bytes} [Thu Jun 18 10:27:34 2026] GET /v2.0/quotas/127cb81d2d79491b9cc1aa8d2b69c92b => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/639] 199.204.45.113 () {38 vars in 955 bytes} [Thu Jun 18 10:27:34 2026] POST /v2.0/ports => generated 958 bytes in 545 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: 341/640] 10.0.0.253 () {34 vars in 1002 bytes} [Thu Jun 18 10:27:35 2026] GET /v2.0/ports?tenant_id=127cb81d2d79491b9cc1aa8d2b69c92b&fields=id => generated 57 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/641] 10.0.0.47 () {34 vars in 684 bytes} [Thu Jun 18 10:27:35 2026] POST /v2.0/security-groups => generated 1661 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/642] 199.204.45.113 () {38 vars in 1028 bytes} [Thu Jun 18 10:27:35 2026] PUT /v2.0/ports/82b5fcb7-9313-4d13-82a4-56864b5e2464 => generated 1239 bytes in 627 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: 342/643] 199.204.45.113 () {38 vars in 1028 bytes} [Thu Jun 18 10:27:35 2026] PUT /v2.0/ports/24457ce9-a9c3-4936-9f49-e6fc2371c5a7 => generated 1235 bytes in 709 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: 302/644] 10.0.0.253 () {34 vars in 1008 bytes} [Thu Jun 18 10:27:35 2026] GET /v2.0/networks/7d7eae51-874e-4264-b554-5417588e91c9?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/645] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:35 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => generated 969 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/646] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:27:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/647] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:35 2026] GET /v2.0/security-groups?id=3d09ff63-9fe7-499f-aa3d-d526517e39d3&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: 304/648] 10.0.0.253 () {34 vars in 1108 bytes} [Thu Jun 18 10:27:35 2026] GET /v2.0/networks/7d7eae51-874e-4264-b554-5417588e91c9?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: 305/649] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:36 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/650] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:27:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/651] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:36 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&fields=id&fields=name => generated 114 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/652] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:36 2026] GET /v2.0/ports?device_id=a191b19b-610d-46d8-b1be-0cbd035ab4ed => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:27:36.309 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e2615a91-979e-42dc-a9d1-6a209fd22654'] response: {'name': 'network-changed', 'server_uuid': 'd4a94f77-2150-4466-ad73-5814e15dc1f1', 'tag': '24457ce9-a9c3-4936-9f49-e6fc2371c5a7', 'status': 'completed', 'code': 200} 2026-06-18 10:27:36.344 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4fdb2403-3264-4a50-bf52-cfd2c3b1cc5b'] response: {'name': 'network-changed', 'server_uuid': '74185714-c1a3-4784-a303-6e7008f5eeb5', 'tag': '82b5fcb7-9313-4d13-82a4-56864b5e2464', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 307/653] 10.0.0.47 () {34 vars in 675 bytes} [Thu Jun 18 10:27:36 2026] POST /v2.0/floatingips => generated 552 bytes in 675 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/654] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:27:36 2026] GET /v2.0/ports?tenant_id=da94cf77fcc347ec82c9f4fe95621a6b&device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 1242 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/655] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:27:36 2026] GET /v2.0/ports?tenant_id=dc32a1f5dc3e4c67a89dc567c3277b59&device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => generated 1238 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/656] 199.204.45.113 () {34 vars in 1018 bytes} [Thu Jun 18 10:27:36 2026] GET /v2.0/networks?tenant_id=dc32a1f5dc3e4c67a89dc567c3277b59&shared=False => generated 779 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/657] 199.204.45.113 () {34 vars in 930 bytes} [Thu Jun 18 10:27:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/658] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:37 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/659] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:37 2026] GET /v2.0/security-groups?id=3d09ff63-9fe7-499f-aa3d-d526517e39d3&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: 348/660] 199.204.45.113 () {34 vars in 1060 bytes} [Thu Jun 18 10:27:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=82b5fcb7-9313-4d13-82a4-56864b5e2464 => generated 19 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/661] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:27:37 2026] GET /v2.0/subnets?id=f53ae4f9-9a44-4eeb-806b-0db6a828f8b5 => generated 694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/662] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:37 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/663] 10.0.0.253 () {34 vars in 1100 bytes} [Thu Jun 18 10:27:37 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1597353532&fields=id&tenant_id=29656a17e6204bb98f067f5ef2e559ad => generated 69 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/664] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:37 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&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: 315/665] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:27:37 2026] GET /v2.0/ports?network_id=12de4834-42c2-4c88-8f8f-319ffcf26fac&device_owner=network%3Adhcp => generated 1244 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/666] 10.0.0.253 () {34 vars in 982 bytes} [Thu Jun 18 10:27:37 2026] GET /v2.0/networks?id=03a077e6-ba99-4838-9bcb-9d51a03e5f7e => generated 676 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/667] 10.0.0.253 () {34 vars in 965 bytes} [Thu Jun 18 10:27:37 2026] GET /v2.0/quotas/29656a17e6204bb98f067f5ef2e559ad => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/668] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:27:37 2026] GET /v2.0/networks/12de4834-42c2-4c88-8f8f-319ffcf26fac?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: 353/669] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:37 2026] GET /v2.0/ports?device_id=a191b19b-610d-46d8-b1be-0cbd035ab4ed => 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: 354/670] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:27:37 2026] GET /v2.0/networks/12de4834-42c2-4c88-8f8f-319ffcf26fac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/671] 10.0.0.253 () {34 vars in 1002 bytes} [Thu Jun 18 10:27:37 2026] GET /v2.0/ports?tenant_id=29656a17e6204bb98f067f5ef2e559ad&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/672] 10.0.0.253 () {34 vars in 1008 bytes} [Thu Jun 18 10:27:37 2026] GET /v2.0/networks/03a077e6-ba99-4838-9bcb-9d51a03e5f7e?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: 318/673] 10.0.0.253 () {34 vars in 1108 bytes} [Thu Jun 18 10:27:37 2026] GET /v2.0/networks/03a077e6-ba99-4838-9bcb-9d51a03e5f7e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/674] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:37 2026] GET /v2.0/ports?device_id=3a8d3757-2ac0-46fe-9d89-6f7be1590273 => 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: 319/675] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:27:38 2026] GET /v2.0/ports?tenant_id=dc32a1f5dc3e4c67a89dc567c3277b59&device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/676] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:27:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=24457ce9-a9c3-4936-9f49-e6fc2371c5a7 => 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: 320/677] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:27:38 2026] GET /v2.0/subnets?id=29a9c267-5ebe-4c72-9a02-9b6d36eee1da => generated 701 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/678] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:27:38 2026] GET /v2.0/ports?network_id=077c79ed-6856-494c-880f-855c7a3969e6&device_owner=network%3Adhcp => 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: 359/679] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:38 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/680] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:27:38 2026] GET /v2.0/networks/077c79ed-6856-494c-880f-855c7a3969e6?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/681] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:38 2026] GET /v2.0/security-groups?id=3d09ff63-9fe7-499f-aa3d-d526517e39d3&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: 8|app: 0|req: 322/682] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:27:38 2026] GET /v2.0/networks/077c79ed-6856-494c-880f-855c7a3969e6?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: 7|app: 0|req: 361/683] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:38 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/684] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:38 2026] GET /v2.0/ports?device_id=a191b19b-610d-46d8-b1be-0cbd035ab4ed => 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: 323/685] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:38 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/686] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:27:38 2026] GET /v2.0/ports?tenant_id=da94cf77fcc347ec82c9f4fe95621a6b&device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/687] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:27:38 2026] GET /v2.0/networks?id=12de4834-42c2-4c88-8f8f-319ffcf26fac => generated 771 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/688] 199.204.45.113 () {34 vars in 1060 bytes} [Thu Jun 18 10:27:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=82b5fcb7-9313-4d13-82a4-56864b5e2464 => 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: 325/689] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:27:38 2026] GET /v2.0/subnets?id=f53ae4f9-9a44-4eeb-806b-0db6a828f8b5 => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/690] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:27:38 2026] GET /v2.0/ports?network_id=12de4834-42c2-4c88-8f8f-319ffcf26fac&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: 326/691] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:27:38 2026] GET /v2.0/networks/12de4834-42c2-4c88-8f8f-319ffcf26fac?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: 366/692] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:27:38 2026] GET /v2.0/networks/12de4834-42c2-4c88-8f8f-319ffcf26fac?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: 327/693] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:38 2026] GET /v2.0/ports?device_id=3a8d3757-2ac0-46fe-9d89-6f7be1590273 => 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: 367/694] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:39 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => 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: 328/695] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:39 2026] GET /v2.0/security-groups?id=3d09ff63-9fe7-499f-aa3d-d526517e39d3&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/696] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:39 2026] GET /v2.0/ports?device_id=a191b19b-610d-46d8-b1be-0cbd035ab4ed => 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: 329/697] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:39 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/698] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:39 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&fields=id&fields=name => generated 114 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/699] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:40 2026] GET /v2.0/ports?device_id=3a8d3757-2ac0-46fe-9d89-6f7be1590273 => 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: 370/700] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:40 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => generated 969 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/701] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:27:40 2026] GET /v2.0/networks?id=7d7eae51-874e-4264-b554-5417588e91c9 => generated 678 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/702] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:40 2026] GET /v2.0/security-groups?id=3d09ff63-9fe7-499f-aa3d-d526517e39d3&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/703] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:40 2026] GET /v2.0/ports?device_id=a191b19b-610d-46d8-b1be-0cbd035ab4ed => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/704] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:40 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/705] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:41 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/706] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:41 2026] GET /v2.0/ports?device_id=3a8d3757-2ac0-46fe-9d89-6f7be1590273 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/707] 199.204.45.113 () {38 vars in 955 bytes} [Thu Jun 18 10:27:40 2026] POST /v2.0/ports => generated 958 bytes in 579 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 376/708] 199.204.45.113 () {38 vars in 1028 bytes} [Thu Jun 18 10:27:41 2026] PUT /v2.0/ports/1bf879e6-ab69-4958-a067-19195c9ed9aa => generated 1239 bytes in 509 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 333/709] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:41 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/710] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:41 2026] GET /v2.0/security-groups?id=3d09ff63-9fe7-499f-aa3d-d526517e39d3&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: 377/711] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:41 2026] GET /v2.0/ports?device_id=a191b19b-610d-46d8-b1be-0cbd035ab4ed => generated 973 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:27:41.993 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b10aa5b1-1604-4b83-b710-c8796984bfae'] response: {'name': 'network-changed', 'server_uuid': 'a191b19b-610d-46d8-b1be-0cbd035ab4ed', 'tag': '1bf879e6-ab69-4958-a067-19195c9ed9aa', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 335/712] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:41 2026] GET /v2.0/security-groups?id=804a14a8-0346-49eb-bbe6-22b12db5c769&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/713] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:42 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/714] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:42 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&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: 379/715] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:42 2026] GET /v2.0/ports?device_id=3a8d3757-2ac0-46fe-9d89-6f7be1590273 => 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: 337/716] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:27:42 2026] GET /v2.0/ports?tenant_id=127cb81d2d79491b9cc1aa8d2b69c92b&device_id=a191b19b-610d-46d8-b1be-0cbd035ab4ed => 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: 380/717] 199.204.45.113 () {34 vars in 1018 bytes} [Thu Jun 18 10:27:42 2026] GET /v2.0/networks?tenant_id=127cb81d2d79491b9cc1aa8d2b69c92b&shared=False => generated 774 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/718] 199.204.45.113 () {34 vars in 930 bytes} [Thu Jun 18 10:27:42 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: 8|app: 0|req: 340/721] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:27:42 2026] GET /v2.0/networks?id=03a077e6-ba99-4838-9bcb-9d51a03e5f7e => generated 676 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/722] 199.204.45.113 () {34 vars in 1050 bytes} [Thu Jun 18 10:27:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=29656a17e6204bb98f067f5ef2e559ad => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/723] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:43 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/724] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:43 2026] GET /v2.0/ports?device_id=a191b19b-610d-46d8-b1be-0cbd035ab4ed => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/725] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:43 2026] GET /v2.0/security-groups?id=3d09ff63-9fe7-499f-aa3d-d526517e39d3&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: 386/726] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:43 2026] GET /v2.0/security-groups?id=804a14a8-0346-49eb-bbe6-22b12db5c769&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/727] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:43 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/728] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:43 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&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: 341/729] 199.204.45.113 () {38 vars in 955 bytes} [Thu Jun 18 10:27:42 2026] POST /v2.0/ports => generated 954 bytes in 448 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: 389/730] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:43 2026] GET /v2.0/ports?device_id=3a8d3757-2ac0-46fe-9d89-6f7be1590273 => generated 957 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/731] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:43 2026] GET /v2.0/security-groups?id=18d443bd-3841-4fcc-a608-5cbd65abb53d&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: 391/732] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:27:43 2026] GET /v2.0/ports?tenant_id=127cb81d2d79491b9cc1aa8d2b69c92b&device_id=a191b19b-610d-46d8-b1be-0cbd035ab4ed => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/733] 199.204.45.113 () {34 vars in 1060 bytes} [Thu Jun 18 10:27:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=1bf879e6-ab69-4958-a067-19195c9ed9aa => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/734] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:27:43 2026] GET /v2.0/subnets?id=cdf0839b-68ea-4f4d-b866-2e2cd3031805 => generated 696 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/735] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:27:43 2026] GET /v2.0/ports?network_id=7d7eae51-874e-4264-b554-5417588e91c9&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: 395/736] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:27:43 2026] GET /v2.0/networks/7d7eae51-874e-4264-b554-5417588e91c9?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/737] 199.204.45.113 () {38 vars in 1028 bytes} [Thu Jun 18 10:27:43 2026] PUT /v2.0/ports/b2e4834d-2e82-48fa-9ba2-520d2d3ee58c => generated 1235 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/738] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:27:43 2026] GET /v2.0/networks/7d7eae51-874e-4264-b554-5417588e91c9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:27:43.921 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f1fa57b8-5b01-491e-9209-f0b1f4deeab6'] response: {'name': 'network-changed', 'server_uuid': '3a8d3757-2ac0-46fe-9d89-6f7be1590273', 'tag': 'b2e4834d-2e82-48fa-9ba2-520d2d3ee58c', '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: 343/739] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:44 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/740] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:44 2026] GET /v2.0/ports?device_id=a191b19b-610d-46d8-b1be-0cbd035ab4ed => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/741] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:44 2026] GET /v2.0/security-groups?id=3d09ff63-9fe7-499f-aa3d-d526517e39d3&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/742] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:44 2026] GET /v2.0/security-groups?id=804a14a8-0346-49eb-bbe6-22b12db5c769&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/743] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:27:44 2026] GET /v2.0/ports?tenant_id=29656a17e6204bb98f067f5ef2e559ad&device_id=3a8d3757-2ac0-46fe-9d89-6f7be1590273 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/744] 199.204.45.113 () {34 vars in 1018 bytes} [Thu Jun 18 10:27:44 2026] GET /v2.0/networks?tenant_id=29656a17e6204bb98f067f5ef2e559ad&shared=False => generated 772 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/745] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:44 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 973 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/746] 199.204.45.113 () {34 vars in 930 bytes} [Thu Jun 18 10:27:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/747] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:44 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/748] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:44 2026] GET /v2.0/ports?device_id=3a8d3757-2ac0-46fe-9d89-6f7be1590273 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/749] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:44 2026] GET /v2.0/security-groups?id=18d443bd-3841-4fcc-a608-5cbd65abb53d&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: 349/750] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:45 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/751] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:45 2026] GET /v2.0/ports?device_id=a191b19b-610d-46d8-b1be-0cbd035ab4ed => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/752] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:45 2026] GET /v2.0/security-groups?id=3d09ff63-9fe7-499f-aa3d-d526517e39d3&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: 7|app: 0|req: 403/753] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:45 2026] GET /v2.0/security-groups?id=804a14a8-0346-49eb-bbe6-22b12db5c769&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: 351/754] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:27:45 2026] GET /v2.0/ports?tenant_id=29656a17e6204bb98f067f5ef2e559ad&device_id=3a8d3757-2ac0-46fe-9d89-6f7be1590273 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/755] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:27:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=b2e4834d-2e82-48fa-9ba2-520d2d3ee58c => 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: 352/756] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:27:45 2026] GET /v2.0/subnets?id=3122c46a-4610-4dee-b87e-5b8e03e23fbb => generated 694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/757] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:45 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/758] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:27:45 2026] GET /v2.0/ports?network_id=03a077e6-ba99-4838-9bcb-9d51a03e5f7e&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/759] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:45 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/760] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:45 2026] GET /v2.0/ports?device_id=3a8d3757-2ac0-46fe-9d89-6f7be1590273 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/761] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:27:45 2026] GET /v2.0/networks/03a077e6-ba99-4838-9bcb-9d51a03e5f7e?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/762] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:45 2026] GET /v2.0/security-groups?id=18d443bd-3841-4fcc-a608-5cbd65abb53d&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/763] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:27:45 2026] GET /v2.0/networks/03a077e6-ba99-4838-9bcb-9d51a03e5f7e?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: 356/764] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:46 2026] GET /v2.0/ports?device_id=a191b19b-610d-46d8-b1be-0cbd035ab4ed => generated 973 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/765] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:46 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => 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: 357/766] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:46 2026] GET /v2.0/security-groups?id=804a14a8-0346-49eb-bbe6-22b12db5c769&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/767] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:46 2026] GET /v2.0/security-groups?id=3d09ff63-9fe7-499f-aa3d-d526517e39d3&fields=id&fields=name => generated 114 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/768] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:46 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/769] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:46 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/770] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:46 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/771] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:47 2026] GET /v2.0/ports?device_id=3a8d3757-2ac0-46fe-9d89-6f7be1590273 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/772] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:47 2026] GET /v2.0/security-groups?id=18d443bd-3841-4fcc-a608-5cbd65abb53d&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:27:47.605 7 INFO neutron.db.l3_db [None req-e9aaaed6-7317-4005-bf2e-fe71017b11b4 69e037c1d5924d508e063a60b9247b2b dc32a1f5dc3e4c67a89dc567c3277b59 - - default default] Floating IP 83632bdb-9e09-4b6a-b6bf-453411337db0 associated. External IP: 10.96.250.220, port: 24457ce9-a9c3-4936-9f49-e6fc2371c5a7. [pid: 8|app: 0|req: 362/773] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:47 2026] GET /v2.0/ports?device_id=a191b19b-610d-46d8-b1be-0cbd035ab4ed => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/774] 10.0.0.47 () {34 vars in 748 bytes} [Thu Jun 18 10:27:47 2026] PUT /v2.0/floatingips/83632bdb-9e09-4b6a-b6bf-453411337db0 => generated 855 bytes in 946 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/775] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:47 2026] GET /v2.0/security-groups?id=804a14a8-0346-49eb-bbe6-22b12db5c769&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:27:48.034 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b87fa97f-1598-47e5-96f2-545e96f45b14'] response: {'name': 'network-changed', 'server_uuid': 'd4a94f77-2150-4466-ad73-5814e15dc1f1', 'tag': '24457ce9-a9c3-4936-9f49-e6fc2371c5a7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 413/776] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:48 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => 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: 364/777] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:48 2026] GET /v2.0/security-groups?id=3d09ff63-9fe7-499f-aa3d-d526517e39d3&fields=id&fields=name => generated 114 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/778] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:48 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/779] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:48 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/780] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:48 2026] GET /v2.0/ports?device_id=3a8d3757-2ac0-46fe-9d89-6f7be1590273 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/781] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:48 2026] GET /v2.0/security-groups?id=18d443bd-3841-4fcc-a608-5cbd65abb53d&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/782] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:48 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/783] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:27:48 2026] GET /v2.0/ports?tenant_id=dc32a1f5dc3e4c67a89dc567c3277b59&device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/784] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:27:48 2026] GET /v2.0/networks?id=077c79ed-6856-494c-880f-855c7a3969e6 => generated 779 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/785] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:27:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=24457ce9-a9c3-4936-9f49-e6fc2371c5a7 => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/786] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:27:48 2026] GET /v2.0/subnets?id=29a9c267-5ebe-4c72-9a02-9b6d36eee1da => generated 701 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/787] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:27:48 2026] GET /v2.0/ports?network_id=077c79ed-6856-494c-880f-855c7a3969e6&device_owner=network%3Adhcp => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/788] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:27:48 2026] GET /v2.0/networks/077c79ed-6856-494c-880f-855c7a3969e6?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: 423/789] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:27:48 2026] GET /v2.0/networks/077c79ed-6856-494c-880f-855c7a3969e6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:27:49.000 8 INFO neutron.db.l3_db [None req-6bc95af2-bb88-49c5-a0ee-f64f6ec85389 1e072fb1e07246c28633984b26db4c5f da94cf77fcc347ec82c9f4fe95621a6b - - default default] Floating IP d7203a33-9e74-4389-a808-c9fcdff38d01 associated. External IP: 10.96.250.212, port: 82b5fcb7-9313-4d13-82a4-56864b5e2464. [pid: 7|app: 0|req: 424/790] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:49 2026] GET /v2.0/ports?device_id=a191b19b-610d-46d8-b1be-0cbd035ab4ed => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/791] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:49 2026] GET /v2.0/security-groups?id=804a14a8-0346-49eb-bbe6-22b12db5c769&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/792] 10.0.0.47 () {34 vars in 748 bytes} [Thu Jun 18 10:27:48 2026] PUT /v2.0/floatingips/d7203a33-9e74-4389-a808-c9fcdff38d01 => generated 856 bytes in 942 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:27:49.414 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c40fae30-7c75-427b-9145-497b8c7e3baf'] response: {'name': 'network-changed', 'server_uuid': '74185714-c1a3-4784-a303-6e7008f5eeb5', 'tag': '82b5fcb7-9313-4d13-82a4-56864b5e2464', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 426/793] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:49 2026] GET /v2.0/ports?device_id=3a8d3757-2ac0-46fe-9d89-6f7be1590273 => generated 969 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/794] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:49 2026] GET /v2.0/security-groups?id=18d443bd-3841-4fcc-a608-5cbd65abb53d&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/795] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:27:49 2026] GET /v2.0/ports?tenant_id=da94cf77fcc347ec82c9f4fe95621a6b&device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => 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: 369/796] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:27:49 2026] GET /v2.0/networks?id=12de4834-42c2-4c88-8f8f-319ffcf26fac => generated 771 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/797] 199.204.45.113 () {34 vars in 1060 bytes} [Thu Jun 18 10:27:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=82b5fcb7-9313-4d13-82a4-56864b5e2464 => generated 859 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/798] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:27:50 2026] GET /v2.0/subnets?id=f53ae4f9-9a44-4eeb-806b-0db6a828f8b5 => generated 694 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/799] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:27:50 2026] GET /v2.0/ports?network_id=12de4834-42c2-4c88-8f8f-319ffcf26fac&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/800] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:27:50 2026] GET /v2.0/networks/12de4834-42c2-4c88-8f8f-319ffcf26fac?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: 430/801] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:27:50 2026] GET /v2.0/networks/12de4834-42c2-4c88-8f8f-319ffcf26fac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/802] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:50 2026] GET /v2.0/ports?device_id=a191b19b-610d-46d8-b1be-0cbd035ab4ed => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/803] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:50 2026] GET /v2.0/security-groups?id=804a14a8-0346-49eb-bbe6-22b12db5c769&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: 373/804] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:50 2026] GET /v2.0/ports?device_id=3a8d3757-2ac0-46fe-9d89-6f7be1590273 => generated 971 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/805] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:50 2026] GET /v2.0/security-groups?id=18d443bd-3841-4fcc-a608-5cbd65abb53d&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/806] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:50 2026] GET /v2.0/ports?device_id=a191b19b-610d-46d8-b1be-0cbd035ab4ed => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/807] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:50 2026] GET /v2.0/security-groups?id=804a14a8-0346-49eb-bbe6-22b12db5c769&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: 375/808] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:51 2026] GET /v2.0/ports?device_id=3a8d3757-2ac0-46fe-9d89-6f7be1590273 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/809] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:52 2026] GET /v2.0/security-groups?id=18d443bd-3841-4fcc-a608-5cbd65abb53d&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: 435/810] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:52 2026] GET /v2.0/ports?device_id=3a8d3757-2ac0-46fe-9d89-6f7be1590273 => 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: 376/811] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:52 2026] GET /v2.0/ports?device_id=a191b19b-610d-46d8-b1be-0cbd035ab4ed => generated 975 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/812] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:52 2026] GET /v2.0/security-groups?id=804a14a8-0346-49eb-bbe6-22b12db5c769&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:27:52.495 8 INFO neutron.db.l3_db [None req-b328586d-e159-4453-b6fe-448f2b77e217 c4a167ddccef4322b7aed360538276eb 29656a17e6204bb98f067f5ef2e559ad - - default default] Floating IP 569b9832-e8ee-46ad-a50d-edf3f5d64ed5 associated. External IP: 10.96.250.209, port: b2e4834d-2e82-48fa-9ba2-520d2d3ee58c. [pid: 8|app: 0|req: 377/813] 10.0.0.47 () {34 vars in 748 bytes} [Thu Jun 18 10:27:52 2026] PUT /v2.0/floatingips/569b9832-e8ee-46ad-a50d-edf3f5d64ed5 => generated 855 bytes in 701 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:27:52.902 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a616f674-5631-4bb4-9166-a1bd6ee26313'] response: {'name': 'network-changed', 'server_uuid': '3a8d3757-2ac0-46fe-9d89-6f7be1590273', 'tag': 'b2e4834d-2e82-48fa-9ba2-520d2d3ee58c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 437/814] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:52 2026] GET /v2.0/ports?device_id=3a8d3757-2ac0-46fe-9d89-6f7be1590273 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/815] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:52 2026] GET /v2.0/security-groups?id=18d443bd-3841-4fcc-a608-5cbd65abb53d&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: 379/816] 199.204.45.113 () {34 vars in 994 bytes} [Thu Jun 18 10:27:53 2026] GET /v2.0/ports?device_id=a191b19b-610d-46d8-b1be-0cbd035ab4ed => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/817] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:53 2026] GET /v2.0/ports?device_id=a191b19b-610d-46d8-b1be-0cbd035ab4ed => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/818] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:53 2026] GET /v2.0/ports?device_id=3a8d3757-2ac0-46fe-9d89-6f7be1590273 => 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: 381/819] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:53 2026] GET /v2.0/security-groups?id=804a14a8-0346-49eb-bbe6-22b12db5c769&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/820] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:53 2026] GET /v2.0/security-groups?id=18d443bd-3841-4fcc-a608-5cbd65abb53d&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: 383/821] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:27:53 2026] GET /v2.0/ports?tenant_id=29656a17e6204bb98f067f5ef2e559ad&device_id=3a8d3757-2ac0-46fe-9d89-6f7be1590273 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:27:53.469 7 INFO neutron_taas.services.taas.taas_plugin [req-839dbd50-e93e-43ee-a771-7461930d5b69 req-b9b528f1-2c57-401e-a928-dfffadf5fc8b 9cf71b95d91c4143beb91a9526b630e7 127cb81d2d79491b9cc1aa8d2b69c92b - - default default] TaaS: Handle Delete Port: 1bf879e6-ab69-4958-a067-19195c9ed9aa 2026-06-18 10:27:53.474 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-839dbd50-e93e-43ee-a771-7461930d5b69 req-b9b528f1-2c57-401e-a928-dfffadf5fc8b 9cf71b95d91c4143beb91a9526b630e7 127cb81d2d79491b9cc1aa8d2b69c92b - - default default] Tap Mirror: Handle Delete Port: 1bf879e6-ab69-4958-a067-19195c9ed9aa [pid: 8|app: 0|req: 384/822] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:27:53 2026] GET /v2.0/networks?id=03a077e6-ba99-4838-9bcb-9d51a03e5f7e => generated 772 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/823] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:27:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=b2e4834d-2e82-48fa-9ba2-520d2d3ee58c => generated 858 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/824] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:27:53 2026] GET /v2.0/subnets?id=3122c46a-4610-4dee-b87e-5b8e03e23fbb => 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: 439/825] 199.204.45.113 () {36 vars in 997 bytes} [Thu Jun 18 10:27:53 2026] DELETE /v2.0/ports/1bf879e6-ab69-4958-a067-19195c9ed9aa => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/826] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:27:53 2026] GET /v2.0/ports?network_id=03a077e6-ba99-4838-9bcb-9d51a03e5f7e&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-06-18 10:27:53.701 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-21f32529-b23c-4508-aab8-1f32258beefc'] response: {'server_uuid': 'a191b19b-610d-46d8-b1be-0cbd035ab4ed', 'name': 'network-vif-deleted', 'tag': '1bf879e6-ab69-4958-a067-19195c9ed9aa', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 440/827] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:27:53 2026] GET /v2.0/networks/03a077e6-ba99-4838-9bcb-9d51a03e5f7e?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: 388/828] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:27:53 2026] GET /v2.0/networks/03a077e6-ba99-4838-9bcb-9d51a03e5f7e?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: 441/829] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:54 2026] GET /v2.0/ports?device_id=a191b19b-610d-46d8-b1be-0cbd035ab4ed => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/830] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:54 2026] GET /v2.0/ports?device_id=3a8d3757-2ac0-46fe-9d89-6f7be1590273 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/831] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:54 2026] GET /v2.0/security-groups?id=18d443bd-3841-4fcc-a608-5cbd65abb53d&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: 390/832] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:55 2026] GET /v2.0/ports?device_id=a191b19b-610d-46d8-b1be-0cbd035ab4ed => 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: 443/833] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:55 2026] GET /v2.0/ports?device_id=3a8d3757-2ac0-46fe-9d89-6f7be1590273 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/834] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:55 2026] GET /v2.0/security-groups?id=18d443bd-3841-4fcc-a608-5cbd65abb53d&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: 444/835] 199.204.45.113 () {34 vars in 994 bytes} [Thu Jun 18 10:27:55 2026] GET /v2.0/ports?device_id=3a8d3757-2ac0-46fe-9d89-6f7be1590273 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:27:56.023 8 INFO neutron_taas.services.taas.taas_plugin [req-d4d0773e-0869-4d6c-80ab-185938d75b62 req-c62d74e4-4d93-498c-8ad1-b9a569efeb5c c4a167ddccef4322b7aed360538276eb 29656a17e6204bb98f067f5ef2e559ad - - default default] TaaS: Handle Delete Port: b2e4834d-2e82-48fa-9ba2-520d2d3ee58c 2026-06-18 10:27:56.028 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d4d0773e-0869-4d6c-80ab-185938d75b62 req-c62d74e4-4d93-498c-8ad1-b9a569efeb5c c4a167ddccef4322b7aed360538276eb 29656a17e6204bb98f067f5ef2e559ad - - default default] Tap Mirror: Handle Delete Port: b2e4834d-2e82-48fa-9ba2-520d2d3ee58c 2026-06-18 10:27:56.536 8 INFO neutron.db.l3_db [req-d4d0773e-0869-4d6c-80ab-185938d75b62 req-c62d74e4-4d93-498c-8ad1-b9a569efeb5c c4a167ddccef4322b7aed360538276eb 29656a17e6204bb98f067f5ef2e559ad - - default default] Floating IP 569b9832-e8ee-46ad-a50d-edf3f5d64ed5 disassociated. External IP: 10.96.250.209, port: b2e4834d-2e82-48fa-9ba2-520d2d3ee58c. [pid: 7|app: 0|req: 445/836] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:56 2026] GET /v2.0/ports?device_id=a191b19b-610d-46d8-b1be-0cbd035ab4ed => 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: 446/837] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:56 2026] GET /v2.0/ports?device_id=3a8d3757-2ac0-46fe-9d89-6f7be1590273 => 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: 392/838] 199.204.45.113 () {36 vars in 997 bytes} [Thu Jun 18 10:27:55 2026] DELETE /v2.0/ports/b2e4834d-2e82-48fa-9ba2-520d2d3ee58c => generated 0 bytes in 1095 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:27:56.986 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d6ed760-3578-4842-8439-6d69014ba70a'] response: {'server_uuid': '3a8d3757-2ac0-46fe-9d89-6f7be1590273', 'name': 'network-vif-deleted', 'tag': 'b2e4834d-2e82-48fa-9ba2-520d2d3ee58c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 448/841] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:57 2026] GET /v2.0/ports?device_id=3a8d3757-2ac0-46fe-9d89-6f7be1590273 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:27:58.204 8 INFO neutron_taas.services.taas.taas_plugin [None req-3745454b-5985-4abb-b74a-94412b21080b 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 83d3470f-3f3d-4a7f-ad85-e3b8e6384804 2026-06-18 10:27:58.208 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3745454b-5985-4abb-b74a-94412b21080b 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 83d3470f-3f3d-4a7f-ad85-e3b8e6384804 [pid: 8|app: 0|req: 394/842] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:27:57 2026] PUT /v2.0/routers/5c21565f-d373-4ada-84e3-2613ee6698f9/remove_router_interface => generated 309 bytes in 1006 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/843] 10.0.0.157 () {34 vars in 990 bytes} [Thu Jun 18 10:27:58 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => generated 1240 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/844] 10.0.0.157 () {34 vars in 1040 bytes} [Thu Jun 18 10:27:58 2026] GET /v2.0/security-groups?id=3d09ff63-9fe7-499f-aa3d-d526517e39d3&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-06-18 10:27:59.010 8 INFO neutron_taas.services.taas.taas_plugin [None req-613a5f9a-bc57-4c3e-be2b-527bbafd770e 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 2980589f-f6ae-4022-9d9d-04f1b86c62c9 2026-06-18 10:27:59.012 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-613a5f9a-bc57-4c3e-be2b-527bbafd770e 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 2980589f-f6ae-4022-9d9d-04f1b86c62c9 [pid: 7|app: 0|req: 451/845] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:27:59 2026] GET /v2.0/ports?device_id=3a8d3757-2ac0-46fe-9d89-6f7be1590273 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:27:59.275 8 INFO neutron_taas.services.taas.taas_plugin [None req-613a5f9a-bc57-4c3e-be2b-527bbafd770e 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 074a4532-4064-4bec-bf6c-975a078c3c63 2026-06-18 10:27:59.278 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-613a5f9a-bc57-4c3e-be2b-527bbafd770e 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 074a4532-4064-4bec-bf6c-975a078c3c63 2026-06-18 10:27:59.621 8 INFO neutron.services.segments.plugin [-] Segment 72d4ac82-099c-4ee9-811e-e29b6c532570 resource provider aggregate not found 2026-06-18 10:27:59.629 8 INFO neutron.services.segments.plugin [-] Segment 72d4ac82-099c-4ee9-811e-e29b6c532570 resource provider aggregate not found 2026-06-18 10:27:59.652 8 INFO neutron.services.segments.plugin [-] Segment 72d4ac82-099c-4ee9-811e-e29b6c532570 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72d4ac82-099c-4ee9-811e-e29b6c532570 found for delete ", "request_id": "req-dfe2b67d-9cf6-43db-9cef-10d2dfd19c7d"}]} 2026-06-18 10:27:59.657 8 INFO neutron.services.segments.plugin [-] Segment 72d4ac82-099c-4ee9-811e-e29b6c532570 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72d4ac82-099c-4ee9-811e-e29b6c532570 found for delete ", "request_id": "req-684e7d1a-288f-4a5d-899d-04a6c24fe26c"}]} 2026-06-18 10:27:59.660 8 INFO neutron.db.l3_hamode_db [None req-613a5f9a-bc57-4c3e-be2b-527bbafd770e 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] HA network b00efd52-8155-4369-afa5-4f4a4b79402b was deleted as no HA routers are present in tenant 127cb81d2d79491b9cc1aa8d2b69c92b. [pid: 8|app: 0|req: 395/846] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:27:58 2026] DELETE /v2.0/routers/5c21565f-d373-4ada-84e3-2613ee6698f9 => generated 0 bytes in 879 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/847] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:27:59 2026] DELETE /v2.0/subnets/cdf0839b-68ea-4f4d-b866-2e2cd3031805 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:27:59.910 8 INFO neutron_taas.services.taas.taas_plugin [None req-c98d8b27-c5b9-458e-9675-768ce176e50c 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 610710d0-7e40-42b1-beee-58c7480ceb45 2026-06-18 10:27:59.913 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c98d8b27-c5b9-458e-9675-768ce176e50c 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 610710d0-7e40-42b1-beee-58c7480ceb45 [pid: 8|app: 0|req: 396/848] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:27:59 2026] DELETE /v2.0/networks/7d7eae51-874e-4264-b554-5417588e91c9 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/849] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:00 2026] GET /v2.0/security-groups?tenant_id=127cb81d2d79491b9cc1aa8d2b69c92b&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/850] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:00 2026] DELETE /v2.0/security-groups/18d443bd-3841-4fcc-a608-5cbd65abb53d => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:28:00.333 7 INFO neutron.api.v2.resource [None req-b65a660f-f4ad-4b61-bbdb-a4486e4b5225 c4a167ddccef4322b7aed360538276eb 29656a17e6204bb98f067f5ef2e559ad - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 454/851] 10.0.0.47 () {32 vars in 736 bytes} [Thu Jun 18 10:28:00 2026] GET /v2.0/security-groups/18d443bd-3841-4fcc-a608-5cbd65abb53d => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/852] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:00 2026] DELETE /v2.0/security-groups/804a14a8-0346-49eb-bbe6-22b12db5c769 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:28:00.462 7 INFO neutron_taas.services.taas.taas_plugin [None req-596cb0b9-922f-4885-8596-7609d4fcd429 c4a167ddccef4322b7aed360538276eb 29656a17e6204bb98f067f5ef2e559ad - - default default] TaaS: Handle Delete Port: 7b1e1de7-0069-4543-8c0e-8202af6f2e64 2026-06-18 10:28:00.465 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-596cb0b9-922f-4885-8596-7609d4fcd429 c4a167ddccef4322b7aed360538276eb 29656a17e6204bb98f067f5ef2e559ad - - default default] Tap Mirror: Handle Delete Port: 7b1e1de7-0069-4543-8c0e-8202af6f2e64 [pid: 7|app: 0|req: 455/853] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:28:00 2026] DELETE /v2.0/floatingips/569b9832-e8ee-46ad-a50d-edf3f5d64ed5 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:28:01.064 8 INFO neutron_taas.services.taas.taas_plugin [None req-fea77bfc-cee6-45a8-9ecc-a024c25ec29f 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: f84b4530-7c01-4518-851d-f61699a94c3f 2026-06-18 10:28:01.069 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fea77bfc-cee6-45a8-9ecc-a024c25ec29f 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: f84b4530-7c01-4518-851d-f61699a94c3f [pid: 8|app: 0|req: 399/854] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:28:00 2026] PUT /v2.0/routers/ca824ddc-10ef-4100-b9eb-646716eb06f9/remove_router_interface => generated 309 bytes in 983 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/855] 10.0.0.157 () {34 vars in 990 bytes} [Thu Jun 18 10:28:01 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 1244 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:28:01.682 8 INFO neutron.services.segments.plugin [-] Segment bcc04f09-c623-452e-b996-a40aa2091a1d resource provider aggregate not found 2026-06-18 10:28:01.697 8 INFO neutron.services.segments.plugin [-] Segment bcc04f09-c623-452e-b996-a40aa2091a1d resource provider aggregate not found 2026-06-18 10:28:01.702 8 INFO neutron.services.segments.plugin [-] Segment bcc04f09-c623-452e-b996-a40aa2091a1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcc04f09-c623-452e-b996-a40aa2091a1d found for delete ", "request_id": "req-879ef95a-6ca5-4c33-ad7f-ff5a63cc68ed"}]} 2026-06-18 10:28:01.717 8 INFO neutron.services.segments.plugin [-] Segment bcc04f09-c623-452e-b996-a40aa2091a1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcc04f09-c623-452e-b996-a40aa2091a1d found for delete ", "request_id": "req-798110e0-bb71-4cee-b3a3-28b3ba58e5f9"}]} [pid: 7|app: 0|req: 457/856] 10.0.0.157 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:01 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:28:01.876 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d6f0ff9-4566-4136-b15e-3baa47ad06b9 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: b173f8f9-c1b4-4b9e-b497-dd3f0834d3f7 2026-06-18 10:28:01.880 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d6f0ff9-4566-4136-b15e-3baa47ad06b9 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: b173f8f9-c1b4-4b9e-b497-dd3f0834d3f7 2026-06-18 10:28:02.204 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d6f0ff9-4566-4136-b15e-3baa47ad06b9 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 84ebc716-435c-4a02-81c2-7560576a13e4 2026-06-18 10:28:02.207 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d6f0ff9-4566-4136-b15e-3baa47ad06b9 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 84ebc716-435c-4a02-81c2-7560576a13e4 2026-06-18 10:28:02.656 8 INFO neutron.db.l3_hamode_db [None req-3d6f0ff9-4566-4136-b15e-3baa47ad06b9 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] HA network c1f817f0-044e-4a75-b3ff-c58e421016af was deleted as no HA routers are present in tenant 29656a17e6204bb98f067f5ef2e559ad. [pid: 8|app: 0|req: 400/857] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:28:01 2026] DELETE /v2.0/routers/ca824ddc-10ef-4100-b9eb-646716eb06f9 => generated 0 bytes in 1030 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/858] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:28:02 2026] DELETE /v2.0/subnets/3122c46a-4610-4dee-b87e-5b8e03e23fbb => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:28:02.931 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ad73d71-4162-497e-8954-7561c7288bca 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 03772dbe-f3d9-41d8-ba85-f378d0de15af 2026-06-18 10:28:02.934 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ad73d71-4162-497e-8954-7561c7288bca 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 03772dbe-f3d9-41d8-ba85-f378d0de15af [pid: 8|app: 0|req: 401/859] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:28:02 2026] DELETE /v2.0/networks/03a077e6-ba99-4838-9bcb-9d51a03e5f7e => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/860] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:03 2026] GET /v2.0/security-groups?tenant_id=29656a17e6204bb98f067f5ef2e559ad&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/861] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:03 2026] DELETE /v2.0/security-groups/7dd152ef-e7c2-4167-b256-cbdb37f8966f => 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: 459/862] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:03 2026] GET /v2.0/security-groups?tenant_id=8f748ad04b5541e69903f0efc45914b6&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/863] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:03 2026] DELETE /v2.0/security-groups/78233f53-9d94-472a-9ac1-6a777b6222ec => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:28:03.725 8 INFO neutron.services.segments.plugin [-] Segment abf8d90b-c52f-41c2-bae3-7294c225a720 resource provider aggregate not found 2026-06-18 10:28:03.736 8 INFO neutron.services.segments.plugin [-] Segment abf8d90b-c52f-41c2-bae3-7294c225a720 resource provider aggregate not found 2026-06-18 10:28:03.741 8 INFO neutron.services.segments.plugin [-] Segment abf8d90b-c52f-41c2-bae3-7294c225a720 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abf8d90b-c52f-41c2-bae3-7294c225a720 found for delete ", "request_id": "req-7cdd8b65-7ba3-434f-b31e-8af22168ce1f"}]} 2026-06-18 10:28:03.759 8 INFO neutron.services.segments.plugin [-] Segment abf8d90b-c52f-41c2-bae3-7294c225a720 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abf8d90b-c52f-41c2-bae3-7294c225a720 found for delete ", "request_id": "req-f0ab838d-03f4-49d5-a782-0ee592c9dc7d"}]} 2026-06-18 10:28:03.761 8 INFO neutron.services.segments.plugin [-] Segment bdea889c-b6b6-4460-bfb9-49f51b9d1b2a resource provider aggregate not found 2026-06-18 10:28:03.779 8 INFO neutron.services.segments.plugin [-] Segment bdea889c-b6b6-4460-bfb9-49f51b9d1b2a resource provider aggregate not found 2026-06-18 10:28:03.783 8 INFO neutron.services.segments.plugin [-] Segment bdea889c-b6b6-4460-bfb9-49f51b9d1b2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdea889c-b6b6-4460-bfb9-49f51b9d1b2a found for delete ", "request_id": "req-2f69da15-6e0d-4163-a9ee-9d7b0098d8e8"}]} 2026-06-18 10:28:03.793 8 INFO neutron.services.segments.plugin [-] Segment bdea889c-b6b6-4460-bfb9-49f51b9d1b2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdea889c-b6b6-4460-bfb9-49f51b9d1b2a found for delete ", "request_id": "req-fd07706b-4e71-4f35-b0cc-1a906143e9de"}]} [pid: 7|app: 0|req: 460/864] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:09 2026] GET /v2.0/security-groups?tenant_id=9c3a936db1b44e0c9e788463bf865a91&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/865] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:09 2026] DELETE /v2.0/security-groups/3d251302-3a2d-4024-8f00-655d1b3c5720 => 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: 461/866] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:09 2026] GET /v2.0/security-groups?tenant_id=6c50b1ec498c4b15a71fb0ef25c84985&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: 406/867] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:10 2026] DELETE /v2.0/security-groups/d0966bfa-888a-4dc5-9496-3cad2058bff2 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/868] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:10 2026] GET /v2.0/security-groups?tenant_id=f3a90dfd171d44c589694f648da79788&name=default => generated 2925 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/869] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:11 2026] DELETE /v2.0/security-groups/5cf21c97-ae5f-4cc3-982a-23e324e417a5 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/870] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:11 2026] GET /v2.0/security-groups?tenant_id=7f07c68bea0f4ab8910cb355255060e4&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/871] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:11 2026] DELETE /v2.0/security-groups/60a66e2d-1fd7-4bb2-b80b-12423966f3a6 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/874] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:14 2026] GET /v2.0/security-groups?tenant_id=39d35dc9a28f4f1491cedd0dbb7e21e9&name=default => generated 2925 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/875] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:14 2026] DELETE /v2.0/security-groups/c9930985-55f4-42b7-aea1-aa6852c84026 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/876] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:14 2026] GET /v2.0/security-groups?tenant_id=6d4ab01ac1344db7a9feff66fd9cd128&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/877] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:15 2026] DELETE /v2.0/security-groups/e4ac6b19-5e35-4442-96cb-827a966ba5c1 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/878] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:15 2026] GET /v2.0/security-groups?tenant_id=06bccddf53974129b83f0a48c03e8132&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: 467/879] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:15 2026] DELETE /v2.0/security-groups/4e27cebc-f720-4b5a-b8e8-2389a341ee19 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/880] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:16 2026] GET /v2.0/security-groups?tenant_id=5a5ee3365a7246edb0a2e9924e4ecac2&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/881] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:16 2026] DELETE /v2.0/security-groups/0b832adf-ebeb-4840-be04-65343e3aac4a => 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: 414/882] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:16 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => 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: 469/883] 10.0.0.253 () {34 vars in 971 bytes} [Thu Jun 18 10:28:16 2026] GET /v2.0/ports/24457ce9-a9c3-4936-9f49-e6fc2371c5a7 => generated 968 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/884] 199.204.45.113 () {34 vars in 1000 bytes} [Thu Jun 18 10:28:17 2026] GET /v2.0/subnets?network_id=077c79ed-6856-494c-880f-855c7a3969e6 => generated 683 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/885] 199.204.45.113 () {34 vars in 1146 bytes} [Thu Jun 18 10:28:17 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1&device_owner=compute%3Anova&network_id=077c79ed-6856-494c-880f-855c7a3969e6 => 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: 471/886] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:17 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/887] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:17 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/888] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:17 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/889] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:17 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/890] 199.204.45.113 () {38 vars in 1028 bytes} [Thu Jun 18 10:28:17 2026] PUT /v2.0/ports/24457ce9-a9c3-4936-9f49-e6fc2371c5a7 => generated 1149 bytes in 625 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:28:18.191 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e82c6700-c7bc-41b9-8961-f123ef9f0f87'] response: {'name': 'network-changed', 'server_uuid': 'd4a94f77-2150-4466-ad73-5814e15dc1f1', 'tag': '24457ce9-a9c3-4936-9f49-e6fc2371c5a7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 475/891] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:18 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 975 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: 8|app: 0|req: 417/892] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:18 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/893] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:28:18 2026] GET /v2.0/ports?tenant_id=dc32a1f5dc3e4c67a89dc567c3277b59&device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => generated 1421 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/894] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:28:18 2026] GET /v2.0/networks?id=077c79ed-6856-494c-880f-855c7a3969e6 => generated 779 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/895] 199.204.45.113 () {34 vars in 1060 bytes} [Thu Jun 18 10:28:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=24457ce9-a9c3-4936-9f49-e6fc2371c5a7 => 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: 419/896] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:28:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=24457ce9-a9c3-4936-9f49-e6fc2371c5a7 => 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: 478/897] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:28:18 2026] GET /v2.0/subnets?id=29a9c267-5ebe-4c72-9a02-9b6d36eee1da => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/898] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:28:18 2026] GET /v2.0/ports?network_id=077c79ed-6856-494c-880f-855c7a3969e6&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/899] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:28:18 2026] GET /v2.0/networks/077c79ed-6856-494c-880f-855c7a3969e6?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/900] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:28:19 2026] GET /v2.0/networks/077c79ed-6856-494c-880f-855c7a3969e6?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: 480/901] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:19 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => 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: 422/902] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:19 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&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: 481/903] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:28:19 2026] GET /v2.0/ports?tenant_id=da94cf77fcc347ec82c9f4fe95621a6b&device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/904] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:28:20 2026] GET /v2.0/networks?id=12de4834-42c2-4c88-8f8f-319ffcf26fac => generated 771 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/905] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:28:20 2026] GET /v2.0/ports?tenant_id=dc32a1f5dc3e4c67a89dc567c3277b59&device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => generated 1421 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/906] 199.204.45.113 () {34 vars in 1060 bytes} [Thu Jun 18 10:28:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=82b5fcb7-9313-4d13-82a4-56864b5e2464 => generated 861 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/907] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:28:20 2026] GET /v2.0/subnets?id=f53ae4f9-9a44-4eeb-806b-0db6a828f8b5 => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/908] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:28:20 2026] GET /v2.0/networks?id=077c79ed-6856-494c-880f-855c7a3969e6 => generated 779 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/909] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:20 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => generated 1152 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/910] 199.204.45.113 () {34 vars in 1060 bytes} [Thu Jun 18 10:28:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=24457ce9-a9c3-4936-9f49-e6fc2371c5a7 => 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: 426/911] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:28:20 2026] GET /v2.0/ports?network_id=12de4834-42c2-4c88-8f8f-319ffcf26fac&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/912] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:20 2026] GET /v2.0/security-groups?id=3d09ff63-9fe7-499f-aa3d-d526517e39d3&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/913] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:28:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=24457ce9-a9c3-4936-9f49-e6fc2371c5a7 => 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: 487/914] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:28:20 2026] GET /v2.0/networks/12de4834-42c2-4c88-8f8f-319ffcf26fac?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: 428/915] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:28:20 2026] GET /v2.0/subnets?id=29a9c267-5ebe-4c72-9a02-9b6d36eee1da => generated 701 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/916] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:28:20 2026] GET /v2.0/networks/12de4834-42c2-4c88-8f8f-319ffcf26fac?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: 429/917] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:28:20 2026] GET /v2.0/ports?network_id=077c79ed-6856-494c-880f-855c7a3969e6&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/918] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:28:20 2026] GET /v2.0/networks/077c79ed-6856-494c-880f-855c7a3969e6?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/919] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:28:20 2026] GET /v2.0/networks/077c79ed-6856-494c-880f-855c7a3969e6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/920] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:20 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/921] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:20 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/922] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:20 2026] GET /v2.0/security-groups?tenant_id=e654cdda578c4e41951befaf2d674bfb&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/923] 199.204.45.113 () {34 vars in 1120 bytes} [Thu Jun 18 10:28:20 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.11 => generated 1152 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/924] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:21 2026] DELETE /v2.0/security-groups/83e52d3e-b260-45be-99b8-2f872a97bcd9 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/925] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:21 2026] GET /v2.0/security-groups?tenant_id=4c6d4edfbc2e4100ba226388e04ef84c&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/926] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:21 2026] DELETE /v2.0/security-groups/5b22f478-7ba6-4679-aa2f-32b51c27269c => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/927] 199.204.45.113 () {38 vars in 1028 bytes} [Thu Jun 18 10:28:21 2026] PUT /v2.0/ports/24457ce9-a9c3-4936-9f49-e6fc2371c5a7 => generated 968 bytes in 549 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:28:21.661 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-271943f3-181f-4477-ae5e-3ab51d04cad4'] response: {'name': 'network-changed', 'server_uuid': 'd4a94f77-2150-4466-ad73-5814e15dc1f1', 'tag': '24457ce9-a9c3-4936-9f49-e6fc2371c5a7', '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: 435/928] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:21 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/929] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:21 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/930] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:21 2026] GET /v2.0/security-groups?tenant_id=b432bc3b6465453eabf16950e4eace24&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: 437/931] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:28:22 2026] GET /v2.0/ports?tenant_id=dc32a1f5dc3e4c67a89dc567c3277b59&device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/932] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:28:22 2026] GET /v2.0/networks?id=077c79ed-6856-494c-880f-855c7a3969e6 => generated 779 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/933] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:22 2026] DELETE /v2.0/security-groups/26e356fb-5fd1-4e0b-84ab-2b50312faf3e => 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: 439/934] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:28:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=24457ce9-a9c3-4936-9f49-e6fc2371c5a7 => generated 860 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/935] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:28:22 2026] GET /v2.0/subnets?id=29a9c267-5ebe-4c72-9a02-9b6d36eee1da => generated 701 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/936] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:28:22 2026] GET /v2.0/ports?network_id=077c79ed-6856-494c-880f-855c7a3969e6&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/937] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:28:22 2026] GET /v2.0/networks/077c79ed-6856-494c-880f-855c7a3969e6?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: 498/938] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:28:22 2026] GET /v2.0/networks/077c79ed-6856-494c-880f-855c7a3969e6?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: 441/939] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:22 2026] GET /v2.0/security-groups?tenant_id=993da83402a84c2c98b1b556a57805b7&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/940] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:22 2026] DELETE /v2.0/security-groups/3cf37a90-240d-40de-987f-9f47d126c35c => 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: 442/941] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:23 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/942] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:23 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&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: 443/943] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:28:23 2026] GET /v2.0/ports?tenant_id=dc32a1f5dc3e4c67a89dc567c3277b59&device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/944] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:28:23 2026] GET /v2.0/networks?id=077c79ed-6856-494c-880f-855c7a3969e6 => generated 779 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/945] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:28:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=24457ce9-a9c3-4936-9f49-e6fc2371c5a7 => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/946] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:28:23 2026] GET /v2.0/subnets?id=29a9c267-5ebe-4c72-9a02-9b6d36eee1da => generated 701 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/947] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:23 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/948] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:28:23 2026] GET /v2.0/ports?network_id=077c79ed-6856-494c-880f-855c7a3969e6&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/949] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:23 2026] GET /v2.0/security-groups?id=3d09ff63-9fe7-499f-aa3d-d526517e39d3&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: 447/950] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:28:23 2026] GET /v2.0/networks/077c79ed-6856-494c-880f-855c7a3969e6?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: 504/951] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:28:23 2026] GET /v2.0/networks/077c79ed-6856-494c-880f-855c7a3969e6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/952] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:24 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/953] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:24 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&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: 449/954] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:24 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/955] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:24 2026] GET /v2.0/security-groups?id=3d09ff63-9fe7-499f-aa3d-d526517e39d3&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: 450/956] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:25 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/957] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:25 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&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: 451/958] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:26 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => 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: 508/959] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:26 2026] GET /v2.0/security-groups?id=3d09ff63-9fe7-499f-aa3d-d526517e39d3&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/960] 199.204.45.113 () {34 vars in 994 bytes} [Thu Jun 18 10:28:26 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:28:26.293 7 INFO neutron_taas.services.taas.taas_plugin [req-17feda4f-159a-42e2-a564-b8350d9595a2 req-ae4a811f-23fd-43ff-90b4-52891b241d13 69e037c1d5924d508e063a60b9247b2b dc32a1f5dc3e4c67a89dc567c3277b59 - - default default] TaaS: Handle Delete Port: 24457ce9-a9c3-4936-9f49-e6fc2371c5a7 2026-06-18 10:28:26.297 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-17feda4f-159a-42e2-a564-b8350d9595a2 req-ae4a811f-23fd-43ff-90b4-52891b241d13 69e037c1d5924d508e063a60b9247b2b dc32a1f5dc3e4c67a89dc567c3277b59 - - default default] Tap Mirror: Handle Delete Port: 24457ce9-a9c3-4936-9f49-e6fc2371c5a7 2026-06-18 10:28:26.515 7 INFO neutron.db.l3_db [req-17feda4f-159a-42e2-a564-b8350d9595a2 req-ae4a811f-23fd-43ff-90b4-52891b241d13 69e037c1d5924d508e063a60b9247b2b dc32a1f5dc3e4c67a89dc567c3277b59 - - default default] Floating IP 83632bdb-9e09-4b6a-b6bf-453411337db0 disassociated. External IP: 10.96.250.220, port: 24457ce9-a9c3-4936-9f49-e6fc2371c5a7. [pid: 8|app: 0|req: 453/961] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:26 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/962] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:26 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/963] 199.204.45.113 () {36 vars in 997 bytes} [Thu Jun 18 10:28:26 2026] DELETE /v2.0/ports/24457ce9-a9c3-4936-9f49-e6fc2371c5a7 => generated 0 bytes in 754 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:28:26.994 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae4b9b85-21f7-474a-8f36-714e9fc85b16'] response: {'server_uuid': 'd4a94f77-2150-4466-ad73-5814e15dc1f1', 'name': 'network-vif-deleted', 'tag': '24457ce9-a9c3-4936-9f49-e6fc2371c5a7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 510/964] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:27 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => 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: 455/965] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:27 2026] GET /v2.0/security-groups?tenant_id=66a4a20a23c3460f97e69ab7bd294e4c&name=default => generated 2925 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/966] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:27 2026] DELETE /v2.0/security-groups/03df5b6b-5e14-4428-860c-406783dfbb00 => 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: 459/969] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:27 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/970] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:27 2026] GET /v2.0/security-groups?tenant_id=8424e017a9f444a69b26196fb493077d&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/971] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:27 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/972] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:27 2026] DELETE /v2.0/security-groups/1b33d998-1c34-48b0-b44c-772aee66fab3 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/973] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:28 2026] GET /v2.0/security-groups?tenant_id=812ae083f94e415196702150bf0f8235&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: 462/974] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:28 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => 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: 513/975] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:28 2026] DELETE /v2.0/security-groups/d65d2273-5eb8-440b-9f73-02a17879a9a2 => 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: 463/976] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:28 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/977] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:28 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/978] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:29 2026] GET /v2.0/ports?device_id=d4a94f77-2150-4466-ad73-5814e15dc1f1 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:28:29.952 7 INFO neutron.db.segments_db [None req-98989e45-9783-4f28-9322-49b4c582f40d 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - default default] Added segment 547e00ce-f5e4-41aa-a97c-6a1ebbac512b of type vxlan for network fdacfbd0-a9f3-45b9-b119-bd0c86de0693 [pid: 7|app: 0|req: 515/979] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:28:29 2026] POST /v2.0/networks => generated 630 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/980] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:28:30 2026] POST /v2.0/subnets => generated 627 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:28:30.423 7 INFO neutron.db.segments_db [None req-2a269b7b-2286-46ef-ad95-ae6d5aef7ac6 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - default default] Added segment 68118215-6781-4f7b-b58c-2cc267c15649 of type vxlan for network a5ec8ffd-a57f-4466-a00a-2eb662a47a10 [pid: 8|app: 0|req: 466/981] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:30 2026] DELETE /v2.0/security-groups/3d09ff63-9fe7-499f-aa3d-d526517e39d3 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:28:30.692 8 INFO neutron.api.v2.resource [None req-1864b43f-ac49-4ddf-bfa8-f5c11f8049b9 69e037c1d5924d508e063a60b9247b2b dc32a1f5dc3e4c67a89dc567c3277b59 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 467/982] 10.0.0.47 () {32 vars in 736 bytes} [Thu Jun 18 10:28:30 2026] GET /v2.0/security-groups/3d09ff63-9fe7-499f-aa3d-d526517e39d3 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:28:30.714 7 INFO neutron.db.l3_hamode_db [None req-2a269b7b-2286-46ef-ad95-ae6d5aef7ac6 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 10:28:30.775 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f084378-c303-449a-9b74-e088bec9e441 69e037c1d5924d508e063a60b9247b2b dc32a1f5dc3e4c67a89dc567c3277b59 - - default default] TaaS: Handle Delete Port: e52d840e-2d27-4d9f-8eb1-3be500f28cb1 2026-06-18 10:28:30.777 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f084378-c303-449a-9b74-e088bec9e441 69e037c1d5924d508e063a60b9247b2b dc32a1f5dc3e4c67a89dc567c3277b59 - - default default] Tap Mirror: Handle Delete Port: e52d840e-2d27-4d9f-8eb1-3be500f28cb1 [pid: 8|app: 0|req: 468/983] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:28:30 2026] DELETE /v2.0/floatingips/83632bdb-9e09-4b6a-b6bf-453411337db0 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/984] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:30 2026] GET /v2.0/security-groups?tenant_id=369c3561a6bb44ccabe4de798f51a853&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:28:31.560 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab66d960-e535-4e59-b1d3-f473ac808353 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 7fb745b7-8b83-45fb-9085-c35c69a56866 2026-06-18 10:28:31.563 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab66d960-e535-4e59-b1d3-f473ac808353 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 7fb745b7-8b83-45fb-9085-c35c69a56866 2026-06-18 10:28:31.790 7 INFO neutron.db.l3_hamode_db [None req-2a269b7b-2286-46ef-ad95-ae6d5aef7ac6 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 470/985] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:28:31 2026] PUT /v2.0/routers/a374e46a-4b48-41ff-9ec1-b9046d401f84/remove_router_interface => generated 309 bytes in 894 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/986] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:32 2026] DELETE /v2.0/security-groups/b553702c-3819-4e8a-bc02-6a9bad3bde4b => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:28:32.448 8 INFO neutron_taas.services.taas.taas_plugin [None req-f136560a-e382-441f-b480-1525ea1a1388 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: db9760f5-74f9-48e0-9ebe-e7b892ef886c 2026-06-18 10:28:32.451 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f136560a-e382-441f-b480-1525ea1a1388 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: db9760f5-74f9-48e0-9ebe-e7b892ef886c [pid: 7|app: 0|req: 516/987] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:28:30 2026] POST /v2.0/routers => generated 694 bytes in 2340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:28:32.769 8 INFO neutron_taas.services.taas.taas_plugin [None req-f136560a-e382-441f-b480-1525ea1a1388 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: dc0657a7-88ef-47a6-b38a-b1880005e4ee 2026-06-18 10:28:32.772 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f136560a-e382-441f-b480-1525ea1a1388 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: dc0657a7-88ef-47a6-b38a-b1880005e4ee 2026-06-18 10:28:33.148 8 INFO neutron.services.segments.plugin [-] Segment 7ece7d34-ab95-4f41-bb28-dc6e973c0478 resource provider aggregate not found 2026-06-18 10:28:33.152 8 INFO neutron.services.segments.plugin [-] Segment 7ece7d34-ab95-4f41-bb28-dc6e973c0478 resource provider aggregate not found 2026-06-18 10:28:33.169 8 INFO neutron.services.segments.plugin [-] Segment 7ece7d34-ab95-4f41-bb28-dc6e973c0478 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ece7d34-ab95-4f41-bb28-dc6e973c0478 found for delete ", "request_id": "req-87d35f32-05d2-4f03-a8ea-79cd2a7d7e7f"}]} 2026-06-18 10:28:33.170 8 INFO neutron.db.l3_hamode_db [None req-f136560a-e382-441f-b480-1525ea1a1388 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] HA network 91369458-3b55-49f7-a865-cc60c0371a7e was deleted as no HA routers are present in tenant dc32a1f5dc3e4c67a89dc567c3277b59. [pid: 8|app: 0|req: 472/988] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:28:32 2026] DELETE /v2.0/routers/a374e46a-4b48-41ff-9ec1-b9046d401f84 => generated 0 bytes in 939 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:28:33.179 8 INFO neutron.services.segments.plugin [-] Segment 7ece7d34-ab95-4f41-bb28-dc6e973c0478 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ece7d34-ab95-4f41-bb28-dc6e973c0478 found for delete ", "request_id": "req-0cd2ff2e-b038-4cca-b264-1cad8a56943b"}]} [pid: 8|app: 0|req: 473/989] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:28:33 2026] DELETE /v2.0/subnets/29a9c267-5ebe-4c72-9a02-9b6d36eee1da => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:28:33.423 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6642542-990e-4596-b131-e4ccf3c84d0c 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 8b52ce37-bee9-4db4-86be-a9fc84488e24 2026-06-18 10:28:33.426 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6642542-990e-4596-b131-e4ccf3c84d0c 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 8b52ce37-bee9-4db4-86be-a9fc84488e24 [pid: 8|app: 0|req: 474/990] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:28:33 2026] DELETE /v2.0/networks/077c79ed-6856-494c-880f-855c7a3969e6 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/991] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:33 2026] GET /v2.0/security-groups?tenant_id=dc32a1f5dc3e4c67a89dc567c3277b59&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: 476/992] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:33 2026] DELETE /v2.0/security-groups/eec056aa-2738-4fc5-a0dd-9a9b3efd940b => 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: 517/993] 10.0.0.47 () {34 vars in 782 bytes} [Thu Jun 18 10:28:32 2026] PUT /v2.0/routers/f924ab54-3155-43ee-bf08-3ae57091b2bc/add_router_interface => generated 309 bytes in 1409 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/994] 10.0.0.47 () {34 vars in 664 bytes} [Thu Jun 18 10:28:34 2026] POST /v2.0/ports => generated 958 bytes in 394 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: 518/995] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:34 2026] GET /v2.0/security-groups?tenant_id=349ffb78644044b5abdb2c3e331b3ea6&name=default => generated 2925 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/996] 10.0.0.47 () {34 vars in 664 bytes} [Thu Jun 18 10:28:34 2026] POST /v2.0/ports => generated 957 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 519/997] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:34 2026] DELETE /v2.0/security-groups/14c244d5-0398-42b5-9b6e-0dde10977c14 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:28:35.190 8 INFO neutron.services.segments.plugin [-] Segment 5f29d81a-2679-422e-bcc3-e214e1fc30bb resource provider aggregate not found 2026-06-18 10:28:35.206 8 INFO neutron.services.segments.plugin [-] Segment 5f29d81a-2679-422e-bcc3-e214e1fc30bb resource provider aggregate not found 2026-06-18 10:28:35.218 8 INFO neutron.services.segments.plugin [-] Segment 5f29d81a-2679-422e-bcc3-e214e1fc30bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f29d81a-2679-422e-bcc3-e214e1fc30bb found for delete ", "request_id": "req-a73ac6ec-cd9b-4c0a-beb1-ccd0856f1c61"}]} 2026-06-18 10:28:35.233 8 INFO neutron.services.segments.plugin [-] Segment 5f29d81a-2679-422e-bcc3-e214e1fc30bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f29d81a-2679-422e-bcc3-e214e1fc30bb found for delete ", "request_id": "req-b42b4714-6658-41c2-9d4c-e7c886d99533"}]} 2026-06-18 10:28:35.765 8 INFO neutron.db.l3_db [None req-169293f5-38e1-4492-9712-f868f3fe5e7a 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - default default] Floating IP f6f95915-1eb1-4250-82e9-b794d242f04b associated. External IP: 10.96.250.209, port: b9c66747-20c4-4528-bdcb-b67006c51849. [pid: 8|app: 0|req: 479/998] 10.0.0.47 () {34 vars in 676 bytes} [Thu Jun 18 10:28:34 2026] POST /v2.0/floatingips => generated 841 bytes in 1152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:28:36.175 7 INFO neutron.db.segments_db [None req-b3052ebe-48d5-4bc3-9745-3867fe38cfe1 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment 0662a184-d855-47dd-bed8-b95fc1c283b3 of type vxlan for network 859fe580-7deb-4aff-9b76-2d376081f255 2026-06-18 10:28:36.235 8 INFO neutron.db.l3_db [None req-698550a7-24fe-4035-a6cb-869f44e019e8 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - default default] Floating IP f6f95915-1eb1-4250-82e9-b794d242f04b disassociated. External IP: 10.96.250.209, port: b9c66747-20c4-4528-bdcb-b67006c51849. [pid: 7|app: 0|req: 520/999] 10.0.0.47 () {34 vars in 670 bytes} [Thu Jun 18 10:28:35 2026] POST /v2.0/networks => generated 727 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1000] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:28:36 2026] POST /v2.0/subnets => generated 693 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:28:36.499 7 INFO neutron.db.segments_db [None req-9501daf4-2254-4bcd-80b7-c4d8920e6c8e 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment d49606cb-dd65-4387-aeca-f3c43cdf21ff of type vxlan for network f053c87f-63e7-4f30-8a2f-3e315557574c [pid: 8|app: 0|req: 480/1001] 10.0.0.47 () {34 vars in 748 bytes} [Thu Jun 18 10:28:36 2026] PUT /v2.0/floatingips/f6f95915-1eb1-4250-82e9-b794d242f04b => generated 552 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:28:36.670 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a38874c-d7e4-486c-9104-97b99ab5e87c 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - default default] TaaS: Handle Delete Port: c8e6d5bf-2d8a-4d74-8b2a-5e4b453fde6c 2026-06-18 10:28:36.673 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a38874c-d7e4-486c-9104-97b99ab5e87c 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - default default] Tap Mirror: Handle Delete Port: c8e6d5bf-2d8a-4d74-8b2a-5e4b453fde6c 2026-06-18 10:28:36.778 7 INFO neutron.db.l3_hamode_db [None req-9501daf4-2254-4bcd-80b7-c4d8920e6c8e 96a21c91f33a41dd88c0321f544ed8db 4d4b9ff823b54d5cb98ad2463211ee20 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 481/1002] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:28:36 2026] DELETE /v2.0/floatingips/f6f95915-1eb1-4250-82e9-b794d242f04b => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:28:37.136 8 INFO neutron.db.segments_db [None req-a8e2ba2c-31fe-495f-a95d-03aa529a1506 f3d71d2233d147449b441ea782392a98 2839e7bd59754125a78cdabd15c63a84 - - default default] Added segment fe3b1c19-cb55-4d76-a20e-9f109dac3283 of type vxlan for network 5c5e2197-6291-4e37-bf25-c34e9550e531 2026-06-18 10:28:37.211 8 INFO neutron.db.segments_db [None req-a8e2ba2c-31fe-495f-a95d-03aa529a1506 f3d71d2233d147449b441ea782392a98 2839e7bd59754125a78cdabd15c63a84 - - default default] Added segment 281fa388-d4b5-4d7b-a76a-e0535a0e486b of type vxlan for network d6fd4224-feb9-41f4-ba36-dce8780977c3 [pid: 8|app: 0|req: 482/1003] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:28:36 2026] POST /v2.0/networks => generated 1205 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-18 10:28:37.413 7 INFO neutron.db.l3_hamode_db [None req-9501daf4-2254-4bcd-80b7-c4d8920e6c8e 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 10:28:38.075 8 INFO neutron.db.l3_db [None req-64fd8d20-d981-4653-9afe-e4bfe5de5a78 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - default default] Floating IP 355ebd10-6504-4340-b218-52bb8c999763 associated. External IP: 10.96.250.217, port: a4748374-4dac-4085-ab65-b62b88f36c2d. [pid: 7|app: 0|req: 522/1004] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:28:36 2026] POST /v2.0/routers => generated 733 bytes in 1826 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1005] 10.0.0.47 () {32 vars in 648 bytes} [Thu Jun 18 10:28:38 2026] GET /v2.0/networks => generated 1842 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1006] 10.0.0.47 () {34 vars in 676 bytes} [Thu Jun 18 10:28:37 2026] POST /v2.0/floatingips => generated 842 bytes in 1086 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:28:38.569 8 INFO neutron.services.segments.plugin [-] Segment fe3b1c19-cb55-4d76-a20e-9f109dac3283 resource provider aggregate not found 2026-06-18 10:28:38.571 8 INFO neutron.services.segments.plugin [-] Segment fe3b1c19-cb55-4d76-a20e-9f109dac3283 resource provider aggregate not found [pid: 8|app: 0|req: 484/1007] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:28:38 2026] DELETE /v2.0/networks/5c5e2197-6291-4e37-bf25-c34e9550e531 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:28:38.597 8 INFO neutron.services.segments.plugin [-] Segment fe3b1c19-cb55-4d76-a20e-9f109dac3283 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe3b1c19-cb55-4d76-a20e-9f109dac3283 found for delete ", "request_id": "req-ed1288ce-d6ee-49ed-8684-508894ea9daf"}]} 2026-06-18 10:28:38.599 8 INFO neutron.services.segments.plugin [-] Segment fe3b1c19-cb55-4d76-a20e-9f109dac3283 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe3b1c19-cb55-4d76-a20e-9f109dac3283 found for delete ", "request_id": "req-0a178266-08a7-4a02-a52f-67fbb1bfd542"}]} [pid: 8|app: 0|req: 485/1008] 10.0.0.47 () {32 vars in 728 bytes} [Thu Jun 18 10:28:38 2026] GET /v2.0/floatingips/355ebd10-6504-4340-b218-52bb8c999763 => generated 842 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1009] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:28:38 2026] DELETE /v2.0/networks/d6fd4224-feb9-41f4-ba36-dce8780977c3 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1010] 10.0.0.47 () {32 vars in 654 bytes} [Thu Jun 18 10:28:38 2026] GET /v2.0/floatingips => generated 845 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1011] 10.0.0.47 () {32 vars in 648 bytes} [Thu Jun 18 10:28:38 2026] GET /v2.0/networks => generated 651 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1012] 10.0.0.47 () {34 vars in 782 bytes} [Thu Jun 18 10:28:38 2026] PUT /v2.0/routers/91e05fa5-2188-456e-a057-c3da9c98889e/add_router_interface => generated 309 bytes in 1244 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:28:39.652 7 INFO neutron.db.segments_db [None req-608d4487-76b8-4e90-a036-91e7a73c9fae f3d71d2233d147449b441ea782392a98 2839e7bd59754125a78cdabd15c63a84 - - default default] Added segment b34beeb5-18be-43b8-858b-90bcabb3f6ad of type vxlan for network 44600dc4-e83c-4813-84fd-0b1c35c12a74 2026-06-18 10:28:39.737 8 INFO neutron.db.l3_db [None req-8c83e405-9e7b-44b4-a76c-2bc8fc6a9ddd 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - default default] Floating IP 355ebd10-6504-4340-b218-52bb8c999763 associated. External IP: 10.96.250.217, port: a4748374-4dac-4085-ab65-b62b88f36c2d. [pid: 7|app: 0|req: 525/1013] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:28:39 2026] POST /v2.0/networks => generated 635 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1014] 10.0.0.157 () {34 vars in 990 bytes} [Thu Jun 18 10:28:39 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:28:40.009 7 INFO neutron.db.segments_db [None req-d2c533c1-0ec1-431d-ae56-1219b59283b8 f3d71d2233d147449b441ea782392a98 2839e7bd59754125a78cdabd15c63a84 - - default default] Added segment 7d095e74-5cea-4321-9009-a76c09395230 of type vxlan for network 46e55b95-8f75-4e6e-bdfb-50aa47e217fd [pid: 7|app: 0|req: 527/1015] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:28:39 2026] POST /v2.0/networks => generated 634 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1016] 10.0.0.157 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:40 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&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: 489/1017] 10.0.0.47 () {34 vars in 748 bytes} [Thu Jun 18 10:28:38 2026] PUT /v2.0/floatingips/355ebd10-6504-4340-b218-52bb8c999763 => generated 841 bytes in 1608 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:28:40.635 8 INFO neutron.services.segments.plugin [-] Segment 281fa388-d4b5-4d7b-a76a-e0535a0e486b resource provider aggregate not found 2026-06-18 10:28:40.644 8 INFO neutron.services.segments.plugin [-] Segment 281fa388-d4b5-4d7b-a76a-e0535a0e486b resource provider aggregate not found 2026-06-18 10:28:40.659 8 INFO neutron.services.segments.plugin [-] Segment 281fa388-d4b5-4d7b-a76a-e0535a0e486b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 281fa388-d4b5-4d7b-a76a-e0535a0e486b found for delete ", "request_id": "req-689a1a64-07f8-4bc8-92d3-c447ee10b631"}]} 2026-06-18 10:28:40.668 8 INFO neutron.services.segments.plugin [-] Segment 281fa388-d4b5-4d7b-a76a-e0535a0e486b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 281fa388-d4b5-4d7b-a76a-e0535a0e486b found for delete ", "request_id": "req-a89f5a1a-6797-4754-801a-aa86c0415c95"}]} [pid: 8|app: 0|req: 490/1018] 10.0.0.47 () {34 vars in 684 bytes} [Thu Jun 18 10:28:40 2026] POST /v2.0/security-groups => generated 1659 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-18 10:28:41.199 8 INFO neutron.db.l3_db [None req-08997b67-902e-4144-89d1-167908e15607 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - default default] Floating IP 355ebd10-6504-4340-b218-52bb8c999763 disassociated. External IP: 10.96.250.217, port: b9c66747-20c4-4528-bdcb-b67006c51849. [pid: 7|app: 0|req: 529/1019] 10.0.0.47 () {34 vars in 664 bytes} [Thu Jun 18 10:28:40 2026] POST /v2.0/ports => generated 1506 bytes in 1123 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: 530/1020] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:28:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1021] 10.0.0.47 () {32 vars in 642 bytes} [Thu Jun 18 10:28:41 2026] GET /v2.0/ports => generated 1506 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1022] 10.0.0.47 () {34 vars in 748 bytes} [Thu Jun 18 10:28:40 2026] PUT /v2.0/floatingips/355ebd10-6504-4340-b218-52bb8c999763 => generated 552 bytes in 729 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:28:41.709 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae97e8e5-90e6-4e16-a696-eaa24d0505d2 f3d71d2233d147449b441ea782392a98 2839e7bd59754125a78cdabd15c63a84 - - default default] TaaS: Handle Delete Port: 65a0264f-b766-41e2-be89-e8a402f4f9d1 2026-06-18 10:28:41.712 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae97e8e5-90e6-4e16-a696-eaa24d0505d2 f3d71d2233d147449b441ea782392a98 2839e7bd59754125a78cdabd15c63a84 - - default default] Tap Mirror: Handle Delete Port: 65a0264f-b766-41e2-be89-e8a402f4f9d1 [pid: 7|app: 0|req: 532/1023] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:28:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1024] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:28:41 2026] DELETE /v2.0/ports/65a0264f-b766-41e2-be89-e8a402f4f9d1 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:28:41.924 7 INFO neutron_taas.services.taas.taas_plugin [None req-026775a8-f719-4274-ab67-666bd168c8fb 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - default default] TaaS: Handle Delete Port: bc0702c7-e317-424b-b37e-304a8d8725c2 2026-06-18 10:28:41.927 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-026775a8-f719-4274-ab67-666bd168c8fb 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - default default] Tap Mirror: Handle Delete Port: bc0702c7-e317-424b-b37e-304a8d8725c2 [pid: 7|app: 0|req: 533/1025] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:28:41 2026] DELETE /v2.0/floatingips/355ebd10-6504-4340-b218-52bb8c999763 => generated 0 bytes in 419 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:28:42.312 7 INFO neutron_taas.services.taas.taas_plugin [None req-a1d6c966-3115-4e62-b9f1-d91d2c394698 f3d71d2233d147449b441ea782392a98 2839e7bd59754125a78cdabd15c63a84 - - default default] TaaS: Handle Delete Port: a40e3f55-2044-4f27-8161-9cd4723a15d5 2026-06-18 10:28:42.316 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1d6c966-3115-4e62-b9f1-d91d2c394698 f3d71d2233d147449b441ea782392a98 2839e7bd59754125a78cdabd15c63a84 - - default default] Tap Mirror: Handle Delete Port: a40e3f55-2044-4f27-8161-9cd4723a15d5 [pid: 7|app: 0|req: 534/1026] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:28:42 2026] DELETE /v2.0/ports/a40e3f55-2044-4f27-8161-9cd4723a15d5 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:28:42.540 7 INFO neutron.api.v2.resource [None req-1187752f-b1c1-4abe-983b-c65cacb724f0 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 535/1027] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:28:42 2026] DELETE /v2.0/floatingips/355ebd10-6504-4340-b218-52bb8c999763 => 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: 536/1028] 10.0.0.47 () {32 vars in 642 bytes} [Thu Jun 18 10:28:42 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-06-18 10:28:42.703 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa1f2d53-4ae3-4c20-bc4a-8f2d04990d89 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - default default] TaaS: Handle Delete Port: b9c66747-20c4-4528-bdcb-b67006c51849 2026-06-18 10:28:42.706 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa1f2d53-4ae3-4c20-bc4a-8f2d04990d89 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - default default] Tap Mirror: Handle Delete Port: b9c66747-20c4-4528-bdcb-b67006c51849 [pid: 8|app: 0|req: 493/1029] 10.0.0.47 () {34 vars in 675 bytes} [Thu Jun 18 10:28:41 2026] POST /v2.0/floatingips => generated 552 bytes in 1008 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1030] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:28:42 2026] DELETE /v2.0/ports/b9c66747-20c4-4528-bdcb-b67006c51849 => generated 0 bytes in 398 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:28:42.981 8 INFO neutron.db.segments_db [None req-6cbde6c5-236d-44f7-9ab3-ff0faa254152 f3d71d2233d147449b441ea782392a98 2839e7bd59754125a78cdabd15c63a84 - - default default] Added segment dc8bf58a-9031-4010-b098-55b2a3320432 of type vxlan for network ab63a84d-1e32-4dac-be2c-21745459aa9e 2026-06-18 10:28:43.058 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6d117b5-e61a-49db-84e7-ac2cf75b9a18 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - default default] TaaS: Handle Delete Port: a4748374-4dac-4085-ab65-b62b88f36c2d 2026-06-18 10:28:43.061 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6d117b5-e61a-49db-84e7-ac2cf75b9a18 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - default default] Tap Mirror: Handle Delete Port: a4748374-4dac-4085-ab65-b62b88f36c2d [pid: 8|app: 0|req: 494/1033] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:28:42 2026] POST /v2.0/networks => generated 635 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1034] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:28:42 2026] DELETE /v2.0/ports/a4748374-4dac-4085-ab65-b62b88f36c2d => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:28:43.337 8 INFO neutron.db.segments_db [None req-20715a04-de12-4171-9b8c-6ef4bac17ee0 f3d71d2233d147449b441ea782392a98 2839e7bd59754125a78cdabd15c63a84 - - default default] Added segment f66ca7f0-08f5-42f6-b43f-adcf134aa95b of type vxlan for network 336b1b07-d068-47bd-99ed-92805b042fd6 [pid: 7|app: 0|req: 541/1035] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:28:43 2026] GET /v2.0/ports?device_id=f924ab54-3155-43ee-bf08-3ae57091b2bc => generated 958 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1036] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:28:43 2026] POST /v2.0/networks => generated 635 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:28:43.753 7 INFO neutron_taas.services.taas.taas_plugin [None req-c0b7e55d-d2d4-4386-b25b-95bc6029b7cc 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - default default] TaaS: Handle Delete Port: 100e0efd-1704-427b-be73-7d9072d1100d 2026-06-18 10:28:43.756 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0b7e55d-d2d4-4386-b25b-95bc6029b7cc 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - default default] Tap Mirror: Handle Delete Port: 100e0efd-1704-427b-be73-7d9072d1100d [pid: 7|app: 0|req: 542/1037] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:28:43 2026] PUT /v2.0/routers/f924ab54-3155-43ee-bf08-3ae57091b2bc/remove_router_interface => generated 309 bytes in 970 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:28:44.551 7 INFO neutron_taas.services.taas.taas_plugin [None req-b05c9ce6-d4aa-490d-92ba-55cd228263ef 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - default default] TaaS: Handle Delete Port: 3c3307d1-3498-454b-ad85-2018522bfc9c 2026-06-18 10:28:44.555 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b05c9ce6-d4aa-490d-92ba-55cd228263ef 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - default default] Tap Mirror: Handle Delete Port: 3c3307d1-3498-454b-ad85-2018522bfc9c [pid: 8|app: 0|req: 496/1038] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:28:44 2026] POST /v2.0/subnets => generated 1323 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1039] 10.0.0.47 () {32 vars in 646 bytes} [Thu Jun 18 10:28:44 2026] GET /v2.0/subnets => generated 1959 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1040] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:28:44 2026] DELETE /v2.0/subnets/0f0e7a40-d771-4146-9d68-bb11cedbedb3 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:28:44.834 7 INFO neutron_taas.services.taas.taas_plugin [None req-b05c9ce6-d4aa-490d-92ba-55cd228263ef 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - default default] TaaS: Handle Delete Port: 27bd7a25-28d9-4b27-8c84-7b9a2df2b331 2026-06-18 10:28:44.837 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b05c9ce6-d4aa-490d-92ba-55cd228263ef 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - default default] Tap Mirror: Handle Delete Port: 27bd7a25-28d9-4b27-8c84-7b9a2df2b331 2026-06-18 10:28:44.927 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-b05c9ce6-d4aa-490d-92ba-55cd228263ef 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - 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: 8|app: 0|req: 499/1041] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:28:44 2026] DELETE /v2.0/subnets/e7697e46-a58f-415b-99be-bd7cf7698586 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1042] 10.0.0.47 () {32 vars in 646 bytes} [Thu Jun 18 10:28:44 2026] GET /v2.0/subnets => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:28:45.131 8 INFO neutron.services.segments.plugin [-] Segment f66ca7f0-08f5-42f6-b43f-adcf134aa95b resource provider aggregate not found 2026-06-18 10:28:45.146 8 INFO neutron.services.segments.plugin [-] Segment f66ca7f0-08f5-42f6-b43f-adcf134aa95b resource provider aggregate not found 2026-06-18 10:28:45.167 8 INFO neutron.services.segments.plugin [-] Segment f66ca7f0-08f5-42f6-b43f-adcf134aa95b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f66ca7f0-08f5-42f6-b43f-adcf134aa95b found for delete ", "request_id": "req-dbc9988b-4430-49b8-a168-2957607f0432"}]} 2026-06-18 10:28:45.169 8 INFO neutron.services.segments.plugin [-] Segment f66ca7f0-08f5-42f6-b43f-adcf134aa95b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f66ca7f0-08f5-42f6-b43f-adcf134aa95b found for delete ", "request_id": "req-79eaf57a-2d63-4e9b-9c99-7bba46aad209"}]} [pid: 8|app: 0|req: 501/1043] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:28:45 2026] DELETE /v2.0/networks/336b1b07-d068-47bd-99ed-92805b042fd6 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:28:45.271 7 INFO neutron.services.segments.plugin [-] Segment 68118215-6781-4f7b-b58c-2cc267c15649 resource provider aggregate not found 2026-06-18 10:28:45.279 7 INFO neutron.services.segments.plugin [-] Segment 68118215-6781-4f7b-b58c-2cc267c15649 resource provider aggregate not found 2026-06-18 10:28:45.296 7 INFO neutron.services.segments.plugin [-] Segment 68118215-6781-4f7b-b58c-2cc267c15649 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68118215-6781-4f7b-b58c-2cc267c15649 found for delete ", "request_id": "req-6f9c19d1-26de-4d7e-a53c-60586db6ea65"}]} 2026-06-18 10:28:45.299 7 INFO neutron.services.segments.plugin [-] Segment 68118215-6781-4f7b-b58c-2cc267c15649 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68118215-6781-4f7b-b58c-2cc267c15649 found for delete ", "request_id": "req-285bf008-9917-4902-b373-d66372b47adf"}]} 2026-06-18 10:28:45.306 7 INFO neutron.db.l3_hamode_db [None req-b05c9ce6-d4aa-490d-92ba-55cd228263ef 1d2cf2c9fba146aba40ee9c1ca9c5ec6 12a3b41d828347409713075615f9f8b8 - - default default] HA network a5ec8ffd-a57f-4466-a00a-2eb662a47a10 was deleted as no HA routers are present in tenant 12a3b41d828347409713075615f9f8b8. [pid: 7|app: 0|req: 543/1044] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:28:44 2026] DELETE /v2.0/routers/f924ab54-3155-43ee-bf08-3ae57091b2bc => generated 0 bytes in 977 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1045] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:28:45 2026] DELETE /v2.0/networks/ab63a84d-1e32-4dac-be2c-21745459aa9e => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1046] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:28:45 2026] DELETE /v2.0/networks/46e55b95-8f75-4e6e-bdfb-50aa47e217fd => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1047] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:28:45 2026] DELETE /v2.0/subnets/d8d5c747-a2a9-4e2b-89e8-0c35474c0ff9 => 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: 545/1048] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:28:45 2026] DELETE /v2.0/networks/fdacfbd0-a9f3-45b9-b119-bd0c86de0693 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1049] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:28:45 2026] DELETE /v2.0/networks/44600dc4-e83c-4813-84fd-0b1c35c12a74 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1050] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:46 2026] GET /v2.0/security-groups?tenant_id=12a3b41d828347409713075615f9f8b8&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: 546/1051] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:46 2026] GET /v2.0/security-groups?tenant_id=2839e7bd59754125a78cdabd15c63a84&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: 506/1052] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:46 2026] DELETE /v2.0/security-groups/116a344d-45a7-42d7-b60d-fa5b9ded75b5 => 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: 547/1053] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:46 2026] DELETE /v2.0/security-groups/a0bfd2cf-05c2-41aa-ac9c-df7e31e1d9c4 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:28:47.184 8 INFO neutron.services.segments.plugin [-] Segment dc8bf58a-9031-4010-b098-55b2a3320432 resource provider aggregate not found 2026-06-18 10:28:47.189 8 INFO neutron.services.segments.plugin [-] Segment dc8bf58a-9031-4010-b098-55b2a3320432 resource provider aggregate not found 2026-06-18 10:28:47.201 8 INFO neutron.services.segments.plugin [-] Segment dc8bf58a-9031-4010-b098-55b2a3320432 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc8bf58a-9031-4010-b098-55b2a3320432 found for delete ", "request_id": "req-47ec9a5a-12f3-42fe-93b1-57bd7632a66c"}]} 2026-06-18 10:28:47.207 8 INFO neutron.services.segments.plugin [-] Segment dc8bf58a-9031-4010-b098-55b2a3320432 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc8bf58a-9031-4010-b098-55b2a3320432 found for delete ", "request_id": "req-64aefe77-b339-4e69-8771-58b9105dc5c0"}]} 2026-06-18 10:28:47.220 8 INFO neutron.services.segments.plugin [-] Segment 7d095e74-5cea-4321-9009-a76c09395230 resource provider aggregate not found 2026-06-18 10:28:47.226 8 INFO neutron.services.segments.plugin [-] Segment 7d095e74-5cea-4321-9009-a76c09395230 resource provider aggregate not found 2026-06-18 10:28:47.237 8 INFO neutron.services.segments.plugin [-] Segment 7d095e74-5cea-4321-9009-a76c09395230 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d095e74-5cea-4321-9009-a76c09395230 found for delete ", "request_id": "req-ab818f7a-659f-48e1-ba3e-8b181e7c6e6c"}]} 2026-06-18 10:28:47.243 8 INFO neutron.services.segments.plugin [-] Segment 7d095e74-5cea-4321-9009-a76c09395230 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d095e74-5cea-4321-9009-a76c09395230 found for delete ", "request_id": "req-d6806dfe-3ef7-483e-93da-15e86d0b2b6c"}]} 2026-06-18 10:28:47.253 8 INFO neutron.services.segments.plugin [-] Segment b34beeb5-18be-43b8-858b-90bcabb3f6ad resource provider aggregate not found 2026-06-18 10:28:47.264 8 INFO neutron.services.segments.plugin [-] Segment b34beeb5-18be-43b8-858b-90bcabb3f6ad resource provider aggregate not found 2026-06-18 10:28:47.271 8 INFO neutron.services.segments.plugin [-] Segment b34beeb5-18be-43b8-858b-90bcabb3f6ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b34beeb5-18be-43b8-858b-90bcabb3f6ad found for delete ", "request_id": "req-4c0dddd1-c6e7-4cdb-912e-bcd894f44648"}]} 2026-06-18 10:28:47.278 8 INFO neutron.services.segments.plugin [-] Segment b34beeb5-18be-43b8-858b-90bcabb3f6ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b34beeb5-18be-43b8-858b-90bcabb3f6ad found for delete ", "request_id": "req-f1f80a8a-f0ed-4e9b-beb0-2705df43e300"}]} 2026-06-18 10:28:47.312 7 INFO neutron.services.segments.plugin [-] Segment 547e00ce-f5e4-41aa-a97c-6a1ebbac512b resource provider aggregate not found 2026-06-18 10:28:47.317 7 INFO neutron.services.segments.plugin [-] Segment 547e00ce-f5e4-41aa-a97c-6a1ebbac512b resource provider aggregate not found 2026-06-18 10:28:47.324 7 INFO neutron.services.segments.plugin [-] Segment 547e00ce-f5e4-41aa-a97c-6a1ebbac512b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 547e00ce-f5e4-41aa-a97c-6a1ebbac512b found for delete ", "request_id": "req-b87845f4-167b-43c4-9df8-65b75e664c84"}]} 2026-06-18 10:28:47.332 7 INFO neutron.services.segments.plugin [-] Segment 547e00ce-f5e4-41aa-a97c-6a1ebbac512b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 547e00ce-f5e4-41aa-a97c-6a1ebbac512b found for delete ", "request_id": "req-af685b80-2422-4378-adbf-a78d5f565b5d"}]} [pid: 8|app: 0|req: 507/1054] 10.0.0.253 () {34 vars in 1098 bytes} [Thu Jun 18 10:28:47 2026] GET /v2.0/security-groups?name=tempest-securitygroup--389299547&fields=id&tenant_id=4d4b9ff823b54d5cb98ad2463211ee20 => 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: 548/1055] 10.0.0.253 () {34 vars in 982 bytes} [Thu Jun 18 10:28:47 2026] GET /v2.0/networks?id=859fe580-7deb-4aff-9b76-2d376081f255 => generated 678 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1056] 10.0.0.253 () {34 vars in 965 bytes} [Thu Jun 18 10:28:47 2026] GET /v2.0/quotas/4d4b9ff823b54d5cb98ad2463211ee20 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1057] 10.0.0.253 () {34 vars in 1002 bytes} [Thu Jun 18 10:28:47 2026] GET /v2.0/ports?tenant_id=4d4b9ff823b54d5cb98ad2463211ee20&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1058] 10.0.0.253 () {34 vars in 1008 bytes} [Thu Jun 18 10:28:47 2026] GET /v2.0/networks/859fe580-7deb-4aff-9b76-2d376081f255?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: 550/1059] 10.0.0.253 () {34 vars in 1108 bytes} [Thu Jun 18 10:28:47 2026] GET /v2.0/networks/859fe580-7deb-4aff-9b76-2d376081f255?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1060] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:48 2026] GET /v2.0/ports?device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:28:48.604 8 INFO neutron.db.segments_db [None req-7633dadb-63d1-4e6f-b258-3f80dd6b09ba 00204fd91d444a518656298ccbda473b fe2f0359a12540a88e36ebe15b8082d5 - - default default] Added segment 67c54f4b-e8a5-497a-a27a-8c3eb7d4f041 of type vxlan for network 1bd947aa-b28f-41e4-b1e7-a5af2ec48ca1 [pid: 8|app: 0|req: 510/1061] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:28:48 2026] POST /v2.0/networks => generated 629 bytes in 591 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1062] 10.0.0.47 () {34 vars in 664 bytes} [Thu Jun 18 10:28:48 2026] POST /v2.0/ports => generated 778 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:28:49.168 8 INFO neutron.db.segments_db [None req-b7aef921-1234-4d03-99ed-db4d62ef4f7c 00204fd91d444a518656298ccbda473b fe2f0359a12540a88e36ebe15b8082d5 - - default default] Added segment efb93c78-e07a-42f9-8d41-913a51fad9b9 of type vxlan for network 633c01cb-31a1-44b1-922d-c7f9fad99e29 [pid: 8|app: 0|req: 511/1063] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:28:49 2026] POST /v2.0/networks => generated 617 bytes in 146 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: 512/1064] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:49 2026] GET /v2.0/ports?device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1065] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:28:49 2026] POST /v2.0/subnets => generated 646 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1066] 10.0.0.47 () {34 vars in 664 bytes} [Thu Jun 18 10:28:49 2026] POST /v2.0/ports => generated 965 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:28:50.051 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d8aa0d6-fa83-4cbd-b859-84d259add70a 00204fd91d444a518656298ccbda473b fe2f0359a12540a88e36ebe15b8082d5 - - default default] TaaS: Handle Delete Port: 06d0afcc-60a5-44a6-8692-33d4fe70c3eb 2026-06-18 10:28:50.053 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d8aa0d6-fa83-4cbd-b859-84d259add70a 00204fd91d444a518656298ccbda473b fe2f0359a12540a88e36ebe15b8082d5 - - default default] Tap Mirror: Handle Delete Port: 06d0afcc-60a5-44a6-8692-33d4fe70c3eb [pid: 7|app: 0|req: 554/1067] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:28:49 2026] DELETE /v2.0/ports/06d0afcc-60a5-44a6-8692-33d4fe70c3eb => generated 0 bytes in 285 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-06-18 10:28:50.233 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2af247e8-9854-47bc-a21e-44fe0e82216b 00204fd91d444a518656298ccbda473b fe2f0359a12540a88e36ebe15b8082d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 514/1068] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:28:50 2026] DELETE /v2.0/ports/06d0afcc-60a5-44a6-8692-33d4fe70c3eb => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:28:50.261 7 INFO neutron.pecan_wsgi.hooks.translation [None req-85f2860a-0de8-403f-acf3-a24f76e98520 00204fd91d444a518656298ccbda473b fe2f0359a12540a88e36ebe15b8082d5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 555/1069] 10.0.0.47 () {32 vars in 716 bytes} [Thu Jun 18 10:28:50 2026] GET /v2.0/ports/06d0afcc-60a5-44a6-8692-33d4fe70c3eb => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1070] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:28:50 2026] DELETE /v2.0/subnets/c77bdd6b-4c10-4fbe-9887-2fa2ef73229d => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1071] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:50 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1072] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:50 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:28:50.602 8 INFO neutron_taas.services.taas.taas_plugin [None req-422b233f-0245-4d8c-bb7a-2c18150ba9df 00204fd91d444a518656298ccbda473b fe2f0359a12540a88e36ebe15b8082d5 - - default default] TaaS: Handle Delete Port: 8546e2e2-de61-4998-bad5-71d85b3ea17d 2026-06-18 10:28:50.604 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-422b233f-0245-4d8c-bb7a-2c18150ba9df 00204fd91d444a518656298ccbda473b fe2f0359a12540a88e36ebe15b8082d5 - - default default] Tap Mirror: Handle Delete Port: 8546e2e2-de61-4998-bad5-71d85b3ea17d [pid: 7|app: 0|req: 558/1073] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:50 2026] GET /v2.0/ports?device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:28:50.768 8 INFO neutron.services.segments.plugin [-] Segment efb93c78-e07a-42f9-8d41-913a51fad9b9 resource provider aggregate not found 2026-06-18 10:28:50.770 8 INFO neutron.services.segments.plugin [-] Segment efb93c78-e07a-42f9-8d41-913a51fad9b9 resource provider aggregate not found 2026-06-18 10:28:50.789 8 INFO neutron.services.segments.plugin [-] Segment efb93c78-e07a-42f9-8d41-913a51fad9b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efb93c78-e07a-42f9-8d41-913a51fad9b9 found for delete ", "request_id": "req-f3a73298-a083-4dd2-a054-d406cdbaaa73"}]} 2026-06-18 10:28:50.792 8 INFO neutron.services.segments.plugin [-] Segment efb93c78-e07a-42f9-8d41-913a51fad9b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efb93c78-e07a-42f9-8d41-913a51fad9b9 found for delete ", "request_id": "req-3846b166-1b13-418a-8437-bbb6967f668a"}]} [pid: 8|app: 0|req: 516/1074] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:28:50 2026] DELETE /v2.0/networks/633c01cb-31a1-44b1-922d-c7f9fad99e29 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1075] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:50 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1076] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:50 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&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-06-18 10:28:50.861 8 INFO neutron.db.segments_db [None req-8ba35a0a-2b97-4dae-b62b-79c4abc5f07e 00204fd91d444a518656298ccbda473b fe2f0359a12540a88e36ebe15b8082d5 - - default default] Added segment deb4e92b-4d5b-411c-9d73-090905eb3e68 of type vxlan for network 7fa2ded1-c9f6-4457-937c-6f28aab57133 [pid: 8|app: 0|req: 517/1077] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:28:50 2026] POST /v2.0/networks => generated 616 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1078] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:28:50 2026] POST /v2.0/subnets => generated 646 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1079] 10.0.0.47 () {34 vars in 664 bytes} [Thu Jun 18 10:28:51 2026] POST /v2.0/ports => generated 923 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:28:51.719 8 INFO neutron_taas.services.taas.taas_plugin [None req-c2b093c1-58f4-417c-9808-d16fe63dc64f 00204fd91d444a518656298ccbda473b fe2f0359a12540a88e36ebe15b8082d5 - - default default] TaaS: Handle Delete Port: 01c7837d-bf67-4fda-ba2f-5c87a57e4c42 2026-06-18 10:28:51.722 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2b093c1-58f4-417c-9808-d16fe63dc64f 00204fd91d444a518656298ccbda473b fe2f0359a12540a88e36ebe15b8082d5 - - default default] Tap Mirror: Handle Delete Port: 01c7837d-bf67-4fda-ba2f-5c87a57e4c42 [pid: 7|app: 0|req: 562/1080] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:51 2026] GET /v2.0/security-groups?tenant_id=8f430ac898404c4bab2c5f93f7066dda&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1081] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:51 2026] GET /v2.0/ports?device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => 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: 519/1082] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:28:51 2026] DELETE /v2.0/ports/01c7837d-bf67-4fda-ba2f-5c87a57e4c42 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:28:51.894 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4c918d38-7feb-4ad4-8fd1-58e2666b2283 00204fd91d444a518656298ccbda473b fe2f0359a12540a88e36ebe15b8082d5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 520/1083] 10.0.0.47 () {32 vars in 716 bytes} [Thu Jun 18 10:28:51 2026] GET /v2.0/ports/01c7837d-bf67-4fda-ba2f-5c87a57e4c42 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1084] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:51 2026] DELETE /v2.0/security-groups/fcfd930a-de54-4bdd-91e7-969f0d51876c => 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: 565/1085] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:51 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1086] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:51 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&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: 521/1087] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:28:51 2026] DELETE /v2.0/subnets/beac3fc1-3203-4de6-bb13-bf6ddbe341f3 => 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: 567/1088] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:52 2026] GET /v2.0/security-groups?tenant_id=c849086ae095453cbcf5a581bea0fc7b&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: 522/1089] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:28:52 2026] DELETE /v2.0/networks/7fa2ded1-c9f6-4457-937c-6f28aab57133 => 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: 568/1090] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:52 2026] DELETE /v2.0/security-groups/c586024c-5b88-4a36-b05d-ee0f2e813ad3 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1091] 10.0.0.47 () {34 vars in 664 bytes} [Thu Jun 18 10:28:52 2026] POST /v2.0/ports => generated 779 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 569/1092] 10.0.0.47 () {34 vars in 736 bytes} [Thu Jun 18 10:28:52 2026] PUT /v2.0/ports/6102f333-e871-4e64-83bc-ee4ded8b4c7a => generated 752 bytes in 216 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: 524/1093] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:28:52 2026] GET /v2.0/networks?id=859fe580-7deb-4aff-9b76-2d376081f255 => generated 678 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:28:52.812 8 INFO neutron.services.segments.plugin [-] Segment deb4e92b-4d5b-411c-9d73-090905eb3e68 resource provider aggregate not found 2026-06-18 10:28:52.819 8 INFO neutron.services.segments.plugin [-] Segment deb4e92b-4d5b-411c-9d73-090905eb3e68 resource provider aggregate not found [pid: 8|app: 0|req: 525/1094] 199.204.45.113 () {34 vars in 1050 bytes} [Thu Jun 18 10:28:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4d4b9ff823b54d5cb98ad2463211ee20 => generated 180 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:28:52.832 8 INFO neutron.services.segments.plugin [-] Segment deb4e92b-4d5b-411c-9d73-090905eb3e68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid deb4e92b-4d5b-411c-9d73-090905eb3e68 found for delete ", "request_id": "req-ab570424-3ede-4a03-bbf8-1a6a0d906b4d"}]} 2026-06-18 10:28:52.837 8 INFO neutron.services.segments.plugin [-] Segment deb4e92b-4d5b-411c-9d73-090905eb3e68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid deb4e92b-4d5b-411c-9d73-090905eb3e68 found for delete ", "request_id": "req-44d9a31f-2117-4014-9373-b2b5c9c125ee"}]} 2026-06-18 10:28:52.871 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0a8d1d6-df73-43ee-89c6-3a478a4839c6 00204fd91d444a518656298ccbda473b fe2f0359a12540a88e36ebe15b8082d5 - - default default] TaaS: Handle Delete Port: 6102f333-e871-4e64-83bc-ee4ded8b4c7a 2026-06-18 10:28:52.875 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0a8d1d6-df73-43ee-89c6-3a478a4839c6 00204fd91d444a518656298ccbda473b fe2f0359a12540a88e36ebe15b8082d5 - - default default] Tap Mirror: Handle Delete Port: 6102f333-e871-4e64-83bc-ee4ded8b4c7a [pid: 7|app: 0|req: 570/1095] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:28:52 2026] DELETE /v2.0/ports/6102f333-e871-4e64-83bc-ee4ded8b4c7a => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1096] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:52 2026] GET /v2.0/ports?device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1097] 10.0.0.47 () {32 vars in 642 bytes} [Thu Jun 18 10:28:52 2026] GET /v2.0/ports => generated 781 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:28:53.043 7 INFO neutron.pecan_wsgi.hooks.translation [None req-93599ca2-16f8-4c4d-a206-6bff04f61cb3 00204fd91d444a518656298ccbda473b fe2f0359a12540a88e36ebe15b8082d5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 573/1098] 10.0.0.47 () {32 vars in 716 bytes} [Thu Jun 18 10:28:53 2026] GET /v2.0/ports/6102f333-e871-4e64-83bc-ee4ded8b4c7a => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1099] 10.0.0.47 () {32 vars in 642 bytes} [Thu Jun 18 10:28:53 2026] GET /v2.0/ports => generated 781 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1100] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:53 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1101] 10.0.0.47 () {32 vars in 716 bytes} [Thu Jun 18 10:28:53 2026] GET /v2.0/ports/f7769161-31f0-4d6c-a954-f0386e2b5163 => generated 778 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1102] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:53 2026] GET /v2.0/security-groups?id=5b6c3762-73e0-4415-a118-18d3f593084e&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1103] 199.204.45.113 () {34 vars in 994 bytes} [Thu Jun 18 10:28:53 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:28:53.273 7 INFO neutron.pecan_wsgi.hooks.translation [None req-449ffd1b-3f22-4e4d-849c-9e20d33d22e4 00204fd91d444a518656298ccbda473b fe2f0359a12540a88e36ebe15b8082d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 579/1104] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:28:53 2026] DELETE /v2.0/ports/01c7837d-bf67-4fda-ba2f-5c87a57e4c42 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1105] 199.204.45.113 () {38 vars in 955 bytes} [Thu Jun 18 10:28:52 2026] POST /v2.0/ports => generated 954 bytes in 446 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-06-18 10:28:53.290 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6cbde1ec-b1d8-4cbc-ace3-d3e745667f3b 00204fd91d444a518656298ccbda473b fe2f0359a12540a88e36ebe15b8082d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 527/1106] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:28:53 2026] DELETE /v2.0/subnets/beac3fc1-3203-4de6-bb13-bf6ddbe341f3 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:28:53.412 7 INFO neutron_taas.services.taas.taas_plugin [req-6b89a6fd-37f8-4a6d-a00b-05d1c1890ea4 req-1a2f9729-4abc-47c4-ab6b-b916533e43f9 1e072fb1e07246c28633984b26db4c5f da94cf77fcc347ec82c9f4fe95621a6b - - default default] TaaS: Handle Delete Port: 82b5fcb7-9313-4d13-82a4-56864b5e2464 2026-06-18 10:28:53.414 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6b89a6fd-37f8-4a6d-a00b-05d1c1890ea4 req-1a2f9729-4abc-47c4-ab6b-b916533e43f9 1e072fb1e07246c28633984b26db4c5f da94cf77fcc347ec82c9f4fe95621a6b - - default default] Tap Mirror: Handle Delete Port: 82b5fcb7-9313-4d13-82a4-56864b5e2464 2026-06-18 10:28:53.567 7 INFO neutron.db.l3_db [req-6b89a6fd-37f8-4a6d-a00b-05d1c1890ea4 req-1a2f9729-4abc-47c4-ab6b-b916533e43f9 1e072fb1e07246c28633984b26db4c5f da94cf77fcc347ec82c9f4fe95621a6b - - default default] Floating IP d7203a33-9e74-4389-a808-c9fcdff38d01 disassociated. External IP: 10.96.250.212, port: 82b5fcb7-9313-4d13-82a4-56864b5e2464. [pid: 8|app: 0|req: 528/1107] 199.204.45.113 () {38 vars in 1028 bytes} [Thu Jun 18 10:28:53 2026] PUT /v2.0/ports/9f32480f-de44-4dde-92c7-501c38529fcf => generated 1235 bytes in 448 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-06-18 10:28:53.758 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f5c5c12e-cac2-40f2-ad81-6c4932260c43 00204fd91d444a518656298ccbda473b fe2f0359a12540a88e36ebe15b8082d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 529/1108] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:28:53 2026] DELETE /v2.0/subnets/c77bdd6b-4c10-4fbe-9887-2fa2ef73229d => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:28:53.795 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7004f1c0-cb42-4268-87c5-e436174db475'] response: {'name': 'network-changed', 'server_uuid': '87d4e51f-c650-433a-96ea-6ac0d726dfff', 'tag': '9f32480f-de44-4dde-92c7-501c38529fcf', 'status': 'completed', 'code': 200} 2026-06-18 10:28:53.882 8 INFO neutron_taas.services.taas.taas_plugin [None req-11575b87-d804-4c94-abf1-1a44e2f95bca 00204fd91d444a518656298ccbda473b fe2f0359a12540a88e36ebe15b8082d5 - - default default] TaaS: Handle Delete Port: f7769161-31f0-4d6c-a954-f0386e2b5163 2026-06-18 10:28:53.884 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11575b87-d804-4c94-abf1-1a44e2f95bca 00204fd91d444a518656298ccbda473b fe2f0359a12540a88e36ebe15b8082d5 - - default default] Tap Mirror: Handle Delete Port: f7769161-31f0-4d6c-a954-f0386e2b5163 [pid: 8|app: 0|req: 530/1109] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:28:53 2026] DELETE /v2.0/ports/f7769161-31f0-4d6c-a954-f0386e2b5163 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1110] 199.204.45.113 () {36 vars in 997 bytes} [Thu Jun 18 10:28:53 2026] DELETE /v2.0/ports/82b5fcb7-9313-4d13-82a4-56864b5e2464 => generated 0 bytes in 750 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:28:54.068 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-62edede8-74e1-42b7-abb1-aecaa2267ba4'] response: {'server_uuid': '74185714-c1a3-4784-a303-6e7008f5eeb5', 'name': 'network-vif-deleted', 'tag': '82b5fcb7-9313-4d13-82a4-56864b5e2464', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 581/1111] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:54 2026] GET /v2.0/ports?device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => generated 969 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1112] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:28:54 2026] DELETE /v2.0/networks/1bd947aa-b28f-41e4-b1e7-a5af2ec48ca1 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1113] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:54 2026] GET /v2.0/security-groups?id=83e2f9dd-a55c-42ea-86b8-6f20e2650bdc&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: 532/1114] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:54 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => 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: 583/1115] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:28:54 2026] GET /v2.0/ports?tenant_id=4d4b9ff823b54d5cb98ad2463211ee20&device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1116] 199.204.45.113 () {34 vars in 1018 bytes} [Thu Jun 18 10:28:54 2026] GET /v2.0/networks?tenant_id=4d4b9ff823b54d5cb98ad2463211ee20&shared=False => generated 774 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1117] 199.204.45.113 () {34 vars in 930 bytes} [Thu Jun 18 10:28:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:28:54.855 8 INFO neutron.services.segments.plugin [-] Segment 67c54f4b-e8a5-497a-a27a-8c3eb7d4f041 resource provider aggregate not found 2026-06-18 10:28:54.857 8 INFO neutron.services.segments.plugin [-] Segment 67c54f4b-e8a5-497a-a27a-8c3eb7d4f041 resource provider aggregate not found 2026-06-18 10:28:54.876 8 INFO neutron.services.segments.plugin [-] Segment 67c54f4b-e8a5-497a-a27a-8c3eb7d4f041 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67c54f4b-e8a5-497a-a27a-8c3eb7d4f041 found for delete ", "request_id": "req-d29ac330-9559-4642-8738-e743c053214d"}]} 2026-06-18 10:28:54.878 8 INFO neutron.services.segments.plugin [-] Segment 67c54f4b-e8a5-497a-a27a-8c3eb7d4f041 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67c54f4b-e8a5-497a-a27a-8c3eb7d4f041 found for delete ", "request_id": "req-5157cf16-9a7a-4b7c-8dbb-549b32f0329d"}]} [pid: 8|app: 0|req: 534/1118] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:54 2026] GET /v2.0/security-groups?tenant_id=fe2f0359a12540a88e36ebe15b8082d5&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1119] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:55 2026] DELETE /v2.0/security-groups/6ca1aac0-47e4-4671-ac5d-e45197093882 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1120] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:55 2026] GET /v2.0/ports?device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1121] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:55 2026] GET /v2.0/security-groups?id=83e2f9dd-a55c-42ea-86b8-6f20e2650bdc&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: 536/1122] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:55 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => 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: 587/1123] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:28:55 2026] GET /v2.0/ports?tenant_id=4d4b9ff823b54d5cb98ad2463211ee20&device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => 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: 537/1124] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:28:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=9f32480f-de44-4dde-92c7-501c38529fcf => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1125] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:28:55 2026] GET /v2.0/subnets?id=4fd2d538-fffe-4314-9edb-4167e7f2d4ab => generated 696 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1126] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:28:55 2026] GET /v2.0/ports?network_id=859fe580-7deb-4aff-9b76-2d376081f255&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1127] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:28:55 2026] GET /v2.0/networks/859fe580-7deb-4aff-9b76-2d376081f255?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1128] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:28:55 2026] GET /v2.0/networks/859fe580-7deb-4aff-9b76-2d376081f255?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: 590/1129] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:56 2026] GET /v2.0/ports?device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1130] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:56 2026] GET /v2.0/ports?device_id=74185714-c1a3-4784-a303-6e7008f5eeb5 => 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: 591/1131] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:56 2026] GET /v2.0/security-groups?id=83e2f9dd-a55c-42ea-86b8-6f20e2650bdc&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:28:57.344 8 INFO neutron.db.segments_db [None req-284cc418-e901-4406-9a76-b010a599094d d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Added segment 4bf4d2da-13c6-4f3b-bbe8-4f787c3b2a5b of type vxlan for network 8a31d65b-6d93-47b7-8690-ad9290ada445 [pid: 8|app: 0|req: 541/1132] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:28:56 2026] POST /v2.0/networks => generated 610 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:28:57.511 7 INFO neutron.db.segments_db [None req-aadbb8a0-ae40-4688-b299-49b05cabd169 d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Added segment 6c6903ac-91dd-4ba6-b394-260ec343587b of type vxlan for network 8930e35a-e225-41fc-8b4b-cfaa3e9677fc [pid: 7|app: 0|req: 592/1133] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:28:57 2026] POST /v2.0/networks => generated 611 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1134] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:57 2026] GET /v2.0/ports?device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1137] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:57 2026] DELETE /v2.0/security-groups/5b6c3762-73e0-4415-a118-18d3f593084e => 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: 594/1138] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:28:57 2026] GET /v2.0/security-groups?id=83e2f9dd-a55c-42ea-86b8-6f20e2650bdc&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-06-18 10:28:57.807 7 INFO neutron.api.v2.resource [None req-f3579e45-7554-476a-9a66-2d25b3568e68 1e072fb1e07246c28633984b26db4c5f da94cf77fcc347ec82c9f4fe95621a6b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 595/1139] 10.0.0.47 () {32 vars in 736 bytes} [Thu Jun 18 10:28:57 2026] GET /v2.0/security-groups/5b6c3762-73e0-4415-a118-18d3f593084e => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:28:57.937 7 INFO neutron_taas.services.taas.taas_plugin [None req-7800834a-25af-4e26-a1fd-c308e7e8290f 1e072fb1e07246c28633984b26db4c5f da94cf77fcc347ec82c9f4fe95621a6b - - default default] TaaS: Handle Delete Port: 03e45a4c-7036-4a66-b0d8-a4078e7bda9a 2026-06-18 10:28:57.941 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7800834a-25af-4e26-a1fd-c308e7e8290f 1e072fb1e07246c28633984b26db4c5f da94cf77fcc347ec82c9f4fe95621a6b - - default default] Tap Mirror: Handle Delete Port: 03e45a4c-7036-4a66-b0d8-a4078e7bda9a [pid: 8|app: 0|req: 545/1140] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:28:57 2026] POST /v2.0/subnets => generated 626 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1141] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:28:57 2026] DELETE /v2.0/floatingips/d7203a33-9e74-4389-a808-c9fcdff38d01 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1142] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:28:57 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: 7|app: 0|req: 597/1143] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:28:58 2026] GET /v2.0/security-groups?tenant_id=1f433b09562f45c8a0c8651c162d970c&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:28:58.347 7 INFO neutron.db.segments_db [None req-0ea8da1a-82bf-4b4f-ae8f-0096e9360fcc d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Added segment 36462788-5854-4d9c-9d56-4b1dbac0ec67 of type vxlan for network feec50d3-2cbb-4217-8095-a5176576750d 2026-06-18 10:28:58.604 7 INFO neutron.db.l3_hamode_db [None req-0ea8da1a-82bf-4b4f-ae8f-0096e9360fcc d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 10:28:58.641 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd04b1d8-b3ae-4641-993d-8b3e5c53c9b2 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: cbe2ec1f-2611-4780-b13b-abd796bad67e 2026-06-18 10:28:58.644 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd04b1d8-b3ae-4641-993d-8b3e5c53c9b2 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: cbe2ec1f-2611-4780-b13b-abd796bad67e 2026-06-18 10:28:58.732 7 INFO neutron.db.l3_hamode_db [None req-0ea8da1a-82bf-4b4f-ae8f-0096e9360fcc d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 547/1144] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:28:58 2026] PUT /v2.0/routers/437afdad-badf-4532-94a1-3361f6a04676/remove_router_interface => generated 309 bytes in 1047 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1145] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:28:58 2026] POST /v2.0/routers => generated 507 bytes in 1057 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1146] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:28:59 2026] DELETE /v2.0/security-groups/17559b56-8303-4f97-ac7d-80144d7c14a0 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1147] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:28:59 2026] GET /v2.0/ports?device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:28:59.662 8 INFO neutron_taas.services.taas.taas_plugin [None req-7631a53e-bcd4-4dd1-bdf5-a21fc28c263d 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 4d73b344-95f2-4094-a0d9-02aec9981675 2026-06-18 10:28:59.679 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7631a53e-bcd4-4dd1-bdf5-a21fc28c263d 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 4d73b344-95f2-4094-a0d9-02aec9981675 2026-06-18 10:28:59.928 8 INFO neutron_taas.services.taas.taas_plugin [None req-7631a53e-bcd4-4dd1-bdf5-a21fc28c263d 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 8c5e7e29-d8e1-4962-94e2-7f1775c4e1eb 2026-06-18 10:28:59.929 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7631a53e-bcd4-4dd1-bdf5-a21fc28c263d 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 8c5e7e29-d8e1-4962-94e2-7f1775c4e1eb 2026-06-18 10:29:00.237 8 INFO neutron.services.segments.plugin [-] Segment d98595c6-45bf-4eca-aec4-ce5ff28c0eb8 resource provider aggregate not found 2026-06-18 10:29:00.247 8 INFO neutron.services.segments.plugin [-] Segment d98595c6-45bf-4eca-aec4-ce5ff28c0eb8 resource provider aggregate not found 2026-06-18 10:29:00.259 8 INFO neutron.services.segments.plugin [-] Segment d98595c6-45bf-4eca-aec4-ce5ff28c0eb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d98595c6-45bf-4eca-aec4-ce5ff28c0eb8 found for delete ", "request_id": "req-2a5704da-371e-4428-865f-87c5b9847d72"}]} 2026-06-18 10:29:00.266 8 INFO neutron.services.segments.plugin [-] Segment d98595c6-45bf-4eca-aec4-ce5ff28c0eb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d98595c6-45bf-4eca-aec4-ce5ff28c0eb8 found for delete ", "request_id": "req-37a26f96-82ba-4e4e-a4a6-68ed25694fd2"}]} 2026-06-18 10:29:00.275 8 INFO neutron.db.l3_hamode_db [None req-7631a53e-bcd4-4dd1-bdf5-a21fc28c263d 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] HA network 8749954a-ebcc-4b24-8fc3-759837d033ad was deleted as no HA routers are present in tenant da94cf77fcc347ec82c9f4fe95621a6b. [pid: 8|app: 0|req: 549/1148] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:28:59 2026] DELETE /v2.0/routers/437afdad-badf-4532-94a1-3361f6a04676 => generated 0 bytes in 906 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1149] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:00 2026] GET /v2.0/security-groups?id=83e2f9dd-a55c-42ea-86b8-6f20e2650bdc&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: 551/1150] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:29:00 2026] GET /v2.0/security-groups?tenant_id=bfb92eb2c050491f99e10d881b7a3625&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1151] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:29:00 2026] DELETE /v2.0/subnets/f53ae4f9-9a44-4eeb-806b-0db6a828f8b5 => 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: 600/1152] 10.0.0.47 () {34 vars in 782 bytes} [Thu Jun 18 10:28:59 2026] PUT /v2.0/routers/a60fb26f-eea4-4b46-abd1-c4cb750fe16c/add_router_interface => generated 309 bytes in 1219 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1153] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:29:00 2026] DELETE /v2.0/security-groups/ee8df756-9a99-4fb5-b965-2d80b3a58158 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:29:00.754 7 INFO neutron_taas.services.taas.taas_plugin [None req-87732c5d-4105-4454-8ac0-72330bbd37ce 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: ed035d53-bb92-4ede-bc96-ae9c9835feaa 2026-06-18 10:29:00.756 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87732c5d-4105-4454-8ac0-72330bbd37ce 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: ed035d53-bb92-4ede-bc96-ae9c9835feaa [pid: 8|app: 0|req: 554/1154] 10.0.0.47 () {32 vars in 716 bytes} [Thu Jun 18 10:29:00 2026] GET /v2.0/ports/44fae66a-111d-410b-a8c4-5f47991efc31 => generated 955 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:00.955 7 INFO neutron.services.segments.plugin [-] Segment 63b9130f-1efa-41be-89af-08a9ed8dc4c2 resource provider aggregate not found 2026-06-18 10:29:00.955 7 INFO neutron.services.segments.plugin [-] Segment 63b9130f-1efa-41be-89af-08a9ed8dc4c2 resource provider aggregate not found 2026-06-18 10:29:00.980 7 INFO neutron.services.segments.plugin [-] Segment 63b9130f-1efa-41be-89af-08a9ed8dc4c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63b9130f-1efa-41be-89af-08a9ed8dc4c2 found for delete ", "request_id": "req-76e5469e-7189-4238-966c-947c21db512a"}]} 2026-06-18 10:29:00.981 7 INFO neutron.services.segments.plugin [-] Segment 63b9130f-1efa-41be-89af-08a9ed8dc4c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63b9130f-1efa-41be-89af-08a9ed8dc4c2 found for delete ", "request_id": "req-a27b2e22-4155-42fb-a326-f0d71d4cd0e8"}]} [pid: 7|app: 0|req: 601/1155] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:29:00 2026] DELETE /v2.0/networks/12de4834-42c2-4c88-8f8f-319ffcf26fac => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1156] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:29:01 2026] GET /v2.0/security-groups?tenant_id=da94cf77fcc347ec82c9f4fe95621a6b&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1157] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:29:01 2026] DELETE /v2.0/security-groups/4d5af7ae-a4e2-4eaa-a7ff-6c9f3752e001 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1158] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:01 2026] GET /v2.0/ports?device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1159] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:01 2026] GET /v2.0/security-groups?id=83e2f9dd-a55c-42ea-86b8-6f20e2650bdc&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: 555/1160] 10.0.0.47 () {34 vars in 782 bytes} [Thu Jun 18 10:29:00 2026] PUT /v2.0/routers/a60fb26f-eea4-4b46-abd1-c4cb750fe16c/add_router_interface => generated 309 bytes in 1322 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1161] 10.0.0.47 () {32 vars in 716 bytes} [Thu Jun 18 10:29:02 2026] GET /v2.0/ports/c4143fdb-ea9e-4e54-b178-a99cab6ecf12 => generated 955 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:02.580 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ce85166-2af9-400d-a426-26a0cdfe1dfd d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] TaaS: Handle Delete Port: c4143fdb-ea9e-4e54-b178-a99cab6ecf12 2026-06-18 10:29:02.583 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ce85166-2af9-400d-a426-26a0cdfe1dfd d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Tap Mirror: Handle Delete Port: c4143fdb-ea9e-4e54-b178-a99cab6ecf12 [pid: 7|app: 0|req: 607/1162] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:02 2026] GET /v2.0/ports?device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => 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: 608/1163] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:02 2026] GET /v2.0/security-groups?id=83e2f9dd-a55c-42ea-86b8-6f20e2650bdc&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: 556/1164] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:29:02 2026] PUT /v2.0/routers/a60fb26f-eea4-4b46-abd1-c4cb750fe16c/remove_router_interface => generated 309 bytes in 959 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:03.536 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d73438f-2b04-46ce-8bda-5e8b77207d46 d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] TaaS: Handle Delete Port: 44fae66a-111d-410b-a8c4-5f47991efc31 2026-06-18 10:29:03.540 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d73438f-2b04-46ce-8bda-5e8b77207d46 d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Tap Mirror: Handle Delete Port: 44fae66a-111d-410b-a8c4-5f47991efc31 [pid: 8|app: 0|req: 557/1165] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:03 2026] GET /v2.0/ports?device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1166] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:03 2026] GET /v2.0/security-groups?id=83e2f9dd-a55c-42ea-86b8-6f20e2650bdc&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: 559/1167] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:03 2026] GET /v2.0/ports?device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1168] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:29:03 2026] PUT /v2.0/routers/a60fb26f-eea4-4b46-abd1-c4cb750fe16c/remove_router_interface => generated 309 bytes in 1005 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1169] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:29:04 2026] GET /v2.0/ports?device_id=a60fb26f-eea4-4b46-abd1-c4cb750fe16c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:29:04.356 8 INFO neutron.db.l3_db [None req-f0883678-9f57-453f-b5f1-ad9f4762bfcc a108938d5de940e5b49cc8e550438bc2 4d4b9ff823b54d5cb98ad2463211ee20 - - default default] Floating IP 40b829e7-89f1-493d-95e6-78e148a6c33f associated. External IP: 10.96.250.202, port: 9f32480f-de44-4dde-92c7-501c38529fcf. [pid: 8|app: 0|req: 560/1170] 10.0.0.47 () {34 vars in 748 bytes} [Thu Jun 18 10:29:03 2026] PUT /v2.0/floatingips/40b829e7-89f1-493d-95e6-78e148a6c33f => generated 855 bytes in 702 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:04.737 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b2eca960-c3fb-456c-8036-c1f5ac65df17'] response: {'name': 'network-changed', 'server_uuid': '87d4e51f-c650-433a-96ea-6ac0d726dfff', 'tag': '9f32480f-de44-4dde-92c7-501c38529fcf', 'status': 'completed', 'code': 200} 2026-06-18 10:29:04.753 7 INFO neutron_taas.services.taas.taas_plugin [None req-757a639a-32c8-44ae-b8b6-600f9e6b6773 d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] TaaS: Handle Delete Port: 9dd3e622-081a-4d5d-a8d3-2ffa63629f46 2026-06-18 10:29:04.756 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-757a639a-32c8-44ae-b8b6-600f9e6b6773 d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Tap Mirror: Handle Delete Port: 9dd3e622-081a-4d5d-a8d3-2ffa63629f46 [pid: 8|app: 0|req: 561/1171] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:04 2026] GET /v2.0/ports?device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => 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: 562/1172] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:04 2026] GET /v2.0/security-groups?id=83e2f9dd-a55c-42ea-86b8-6f20e2650bdc&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:05.125 7 INFO neutron.services.segments.plugin [-] Segment 36462788-5854-4d9c-9d56-4b1dbac0ec67 resource provider aggregate not found 2026-06-18 10:29:05.130 7 INFO neutron.services.segments.plugin [-] Segment 36462788-5854-4d9c-9d56-4b1dbac0ec67 resource provider aggregate not found 2026-06-18 10:29:05.151 7 INFO neutron.db.l3_hamode_db [None req-757a639a-32c8-44ae-b8b6-600f9e6b6773 d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] HA network feec50d3-2cbb-4217-8095-a5176576750d was deleted as no HA routers are present in tenant d5c37fea9a3549d288adc392e046a109. 2026-06-18 10:29:05.152 7 INFO neutron.services.segments.plugin [-] Segment 36462788-5854-4d9c-9d56-4b1dbac0ec67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36462788-5854-4d9c-9d56-4b1dbac0ec67 found for delete ", "request_id": "req-7a983909-9f87-42d2-b7ed-9b0a800aaed3"}]} 2026-06-18 10:29:05.156 7 INFO neutron.services.segments.plugin [-] Segment 36462788-5854-4d9c-9d56-4b1dbac0ec67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36462788-5854-4d9c-9d56-4b1dbac0ec67 found for delete ", "request_id": "req-6510aaaa-4620-40ae-a7bd-adb8f2c94651"}]} [pid: 7|app: 0|req: 611/1173] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:29:04 2026] DELETE /v2.0/routers/a60fb26f-eea4-4b46-abd1-c4cb750fe16c => generated 0 bytes in 972 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1174] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:05 2026] GET /v2.0/ports?device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1175] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:29:04 2026] GET /v2.0/security-groups?tenant_id=2177fb7d95ac4c02bf2f9b249a33365f&name=default => generated 2925 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1176] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:29:05 2026] GET /v2.0/ports?tenant_id=4d4b9ff823b54d5cb98ad2463211ee20&device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => generated 1240 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1177] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:05 2026] GET /v2.0/security-groups?id=83e2f9dd-a55c-42ea-86b8-6f20e2650bdc&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: 613/1178] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:29:05 2026] DELETE /v2.0/subnets/9cd03270-6ab1-437f-82f1-ff5976675798 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1179] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:29:05 2026] GET /v2.0/networks?id=859fe580-7deb-4aff-9b76-2d376081f255 => generated 774 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1180] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:29:05 2026] DELETE /v2.0/security-groups/edc07381-ee31-415d-9da5-5e09bb348f92 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1181] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:29:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=9f32480f-de44-4dde-92c7-501c38529fcf => 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: 568/1182] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:29:05 2026] GET /v2.0/subnets?id=4fd2d538-fffe-4314-9edb-4167e7f2d4ab => generated 696 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1183] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:29:05 2026] DELETE /v2.0/subnets/d1504d22-335e-40e5-b0be-72a855ea4aee => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1184] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:29:05 2026] GET /v2.0/ports?network_id=859fe580-7deb-4aff-9b76-2d376081f255&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1185] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:29:05 2026] GET /v2.0/networks/859fe580-7deb-4aff-9b76-2d376081f255?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: 571/1186] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:29:05 2026] GET /v2.0/networks/859fe580-7deb-4aff-9b76-2d376081f255?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:29:05.733 7 INFO neutron_taas.services.taas.taas_plugin [None req-7f372dd8-ec22-4cde-8685-05000364e489 d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] TaaS: Handle Delete Port: 73ac6331-2f6b-4252-a6cf-f1aced3e8447 2026-06-18 10:29:05.741 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f372dd8-ec22-4cde-8685-05000364e489 d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Tap Mirror: Handle Delete Port: 73ac6331-2f6b-4252-a6cf-f1aced3e8447 [pid: 7|app: 0|req: 616/1187] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:29:05 2026] DELETE /v2.0/networks/8930e35a-e225-41fc-8b4b-cfaa3e9677fc => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:29:06.012 8 INFO neutron_taas.services.taas.taas_plugin [None req-f78d9355-8d8e-4337-a9e7-e09c2fa6a619 d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] TaaS: Handle Delete Port: 525ecdc7-369a-4cb9-9064-8b188fb12ad1 2026-06-18 10:29:06.014 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f78d9355-8d8e-4337-a9e7-e09c2fa6a619 d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Tap Mirror: Handle Delete Port: 525ecdc7-369a-4cb9-9064-8b188fb12ad1 2026-06-18 10:29:06.185 8 INFO neutron.services.segments.plugin [-] Segment 4bf4d2da-13c6-4f3b-bbe8-4f787c3b2a5b resource provider aggregate not found 2026-06-18 10:29:06.187 8 INFO neutron.services.segments.plugin [-] Segment 4bf4d2da-13c6-4f3b-bbe8-4f787c3b2a5b resource provider aggregate not found 2026-06-18 10:29:06.200 8 INFO neutron.services.segments.plugin [-] Segment 4bf4d2da-13c6-4f3b-bbe8-4f787c3b2a5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bf4d2da-13c6-4f3b-bbe8-4f787c3b2a5b found for delete ", "request_id": "req-54b55b14-6332-4249-a5d3-21652643e43f"}]} 2026-06-18 10:29:06.209 8 INFO neutron.services.segments.plugin [-] Segment 4bf4d2da-13c6-4f3b-bbe8-4f787c3b2a5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bf4d2da-13c6-4f3b-bbe8-4f787c3b2a5b found for delete ", "request_id": "req-f92b59ff-ec7f-424f-895e-27bf60d242f1"}]} [pid: 8|app: 0|req: 572/1188] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:29:05 2026] DELETE /v2.0/networks/8a31d65b-6d93-47b7-8690-ad9290ada445 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:29:06.285 8 INFO neutron.db.segments_db [None req-114da113-97d1-4c00-a14f-a82df602e70d d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Added segment 72dd47a6-ff51-47d5-afb7-bdc7377d763f of type vxlan for network 7ce23e15-1e95-4eb0-ac56-f0136c244b73 [pid: 7|app: 0|req: 617/1189] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:29:06 2026] GET /v2.0/security-groups?tenant_id=8e484f5118cb4b6697c86ae755d66da5&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1190] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:29:06 2026] POST /v2.0/networks => generated 611 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1191] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:29:06 2026] DELETE /v2.0/security-groups/16d02876-c0f1-406b-a54f-91638388f53e => 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: 619/1192] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:06 2026] GET /v2.0/ports?device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => 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: 620/1193] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:06 2026] GET /v2.0/security-groups?id=83e2f9dd-a55c-42ea-86b8-6f20e2650bdc&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1194] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:29:06 2026] POST /v2.0/subnets => generated 626 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1195] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:29:06 2026] GET /v2.0/security-groups?tenant_id=ec4aee6c2c7949b0a302edfd75ad66c4&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:29:06.717 8 INFO neutron.db.segments_db [None req-be5a3eb5-2d59-4724-8a15-3e541bdb0c6a d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Added segment 48657b43-fe54-49b5-a45e-e28514c98ec9 of type vxlan for network 44759be2-23a5-4c76-91b7-44ad497eeabf [pid: 7|app: 0|req: 622/1196] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:29:06 2026] DELETE /v2.0/security-groups/f7e0de2e-8b99-4e74-bc54-4799cfe4f744 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:29:07.034 8 INFO neutron.db.l3_hamode_db [None req-be5a3eb5-2d59-4724-8a15-3e541bdb0c6a d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 10:29:07.179 7 INFO neutron.services.segments.plugin [-] Segment 6c6903ac-91dd-4ba6-b394-260ec343587b resource provider aggregate not found 2026-06-18 10:29:07.184 7 INFO neutron.services.segments.plugin [-] Segment 6c6903ac-91dd-4ba6-b394-260ec343587b resource provider aggregate not found 2026-06-18 10:29:07.200 8 INFO neutron.db.l3_hamode_db [None req-be5a3eb5-2d59-4724-8a15-3e541bdb0c6a d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 10:29:07.202 7 INFO neutron.services.segments.plugin [-] Segment 6c6903ac-91dd-4ba6-b394-260ec343587b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c6903ac-91dd-4ba6-b394-260ec343587b found for delete ", "request_id": "req-1331bd7a-a0d1-4fb2-ae1d-41d269880889"}]} 2026-06-18 10:29:07.211 7 INFO neutron.services.segments.plugin [-] Segment 6c6903ac-91dd-4ba6-b394-260ec343587b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c6903ac-91dd-4ba6-b394-260ec343587b found for delete ", "request_id": "req-ad4c3051-1887-448c-a9ae-e7072b566646"}]} [pid: 7|app: 0|req: 623/1197] 199.204.45.113 () {34 vars in 994 bytes} [Thu Jun 18 10:29:07 2026] GET /v2.0/ports?device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:07.700 7 INFO neutron_taas.services.taas.taas_plugin [req-0f5506b6-ea66-4571-8040-a1cbfe33124b req-99afea1d-0bcd-492b-ba36-60256fd84130 a108938d5de940e5b49cc8e550438bc2 4d4b9ff823b54d5cb98ad2463211ee20 - - default default] TaaS: Handle Delete Port: 9f32480f-de44-4dde-92c7-501c38529fcf 2026-06-18 10:29:07.703 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0f5506b6-ea66-4571-8040-a1cbfe33124b req-99afea1d-0bcd-492b-ba36-60256fd84130 a108938d5de940e5b49cc8e550438bc2 4d4b9ff823b54d5cb98ad2463211ee20 - - default default] Tap Mirror: Handle Delete Port: 9f32480f-de44-4dde-92c7-501c38529fcf [pid: 8|app: 0|req: 575/1198] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:29:06 2026] POST /v2.0/routers => generated 507 bytes in 1127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:29:07.833 7 INFO neutron.db.l3_db [req-0f5506b6-ea66-4571-8040-a1cbfe33124b req-99afea1d-0bcd-492b-ba36-60256fd84130 a108938d5de940e5b49cc8e550438bc2 4d4b9ff823b54d5cb98ad2463211ee20 - - default default] Floating IP 40b829e7-89f1-493d-95e6-78e148a6c33f disassociated. External IP: 10.96.250.202, port: 9f32480f-de44-4dde-92c7-501c38529fcf. [pid: 8|app: 0|req: 576/1199] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:07 2026] GET /v2.0/ports?device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1200] 10.0.0.47 () {34 vars in 664 bytes} [Thu Jun 18 10:29:07 2026] POST /v2.0/ports => generated 946 bytes in 321 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: 624/1201] 199.204.45.113 () {36 vars in 997 bytes} [Thu Jun 18 10:29:07 2026] DELETE /v2.0/ports/9f32480f-de44-4dde-92c7-501c38529fcf => generated 0 bytes in 576 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1202] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:08 2026] GET /v2.0/security-groups?id=83e2f9dd-a55c-42ea-86b8-6f20e2650bdc&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-06-18 10:29:08.203 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9f7730cf-e740-412f-baf8-556f3de19b5a'] response: {'server_uuid': '87d4e51f-c650-433a-96ea-6ac0d726dfff', 'name': 'network-vif-deleted', 'tag': '9f32480f-de44-4dde-92c7-501c38529fcf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 625/1203] 10.0.0.47 () {34 vars in 782 bytes} [Thu Jun 18 10:29:08 2026] PUT /v2.0/routers/13de262e-f9d4-449f-9899-9a0fb48a5274/add_router_interface => generated 309 bytes in 1285 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1204] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:29:09 2026] GET /v2.0/security-groups?tenant_id=a900d32c414c46c9ab1992699b26f4b5&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1205] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:09 2026] GET /v2.0/ports?device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => 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: 581/1206] 10.0.0.47 () {32 vars in 716 bytes} [Thu Jun 18 10:29:09 2026] GET /v2.0/ports/dde920ae-748c-4590-9e18-3e6c65fc5d0f => generated 1020 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1207] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:29:09 2026] DELETE /v2.0/security-groups/2163fbcd-86be-46c1-9b1c-09060b638474 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1208] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:29:09 2026] GET /v2.0/security-groups?tenant_id=fe34c1d7d3c943d78be4109b29ced858&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1209] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:29:09 2026] DELETE /v2.0/security-groups/08bf23ca-6514-468a-921a-1b0b430ec5a5 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:29:10.033 8 INFO neutron_taas.services.taas.taas_plugin [None req-110d2238-18fa-4a91-9ed8-fc6a41d1671e d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] TaaS: Handle Delete Port: dde920ae-748c-4590-9e18-3e6c65fc5d0f 2026-06-18 10:29:10.036 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-110d2238-18fa-4a91-9ed8-fc6a41d1671e d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Tap Mirror: Handle Delete Port: dde920ae-748c-4590-9e18-3e6c65fc5d0f [pid: 7|app: 0|req: 628/1210] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:10 2026] GET /v2.0/ports?device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => 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: 583/1211] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:29:09 2026] PUT /v2.0/routers/13de262e-f9d4-449f-9899-9a0fb48a5274/remove_router_interface => generated 309 bytes in 1003 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:10.756 7 INFO neutron.api.v2.resource [None req-80662745-56a8-4a12-8c06-30ccb46e3d1f d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 629/1212] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:29:10 2026] PUT /v2.0/routers/13de262e-f9d4-449f-9899-9a0fb48a5274/remove_router_interface => generated 197 bytes in 137 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: 584/1213] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:29:10 2026] GET /v2.0/ports?device_id=13de262e-f9d4-449f-9899-9a0fb48a5274 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:29:10.976 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf737751-3815-4749-9226-99ba2c5ada02 d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] TaaS: Handle Delete Port: fec4a6c3-6970-4fa5-a14a-198b7b2a0b03 2026-06-18 10:29:10.979 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf737751-3815-4749-9226-99ba2c5ada02 d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Tap Mirror: Handle Delete Port: fec4a6c3-6970-4fa5-a14a-198b7b2a0b03 2026-06-18 10:29:11.332 7 INFO neutron.services.segments.plugin [-] Segment 48657b43-fe54-49b5-a45e-e28514c98ec9 resource provider aggregate not found 2026-06-18 10:29:11.340 7 INFO neutron.services.segments.plugin [-] Segment 48657b43-fe54-49b5-a45e-e28514c98ec9 resource provider aggregate not found 2026-06-18 10:29:11.357 7 INFO neutron.services.segments.plugin [-] Segment 48657b43-fe54-49b5-a45e-e28514c98ec9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48657b43-fe54-49b5-a45e-e28514c98ec9 found for delete ", "request_id": "req-06969d0c-eb35-49fe-8dca-5e62976535f5"}]} 2026-06-18 10:29:11.366 7 INFO neutron.services.segments.plugin [-] Segment 48657b43-fe54-49b5-a45e-e28514c98ec9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48657b43-fe54-49b5-a45e-e28514c98ec9 found for delete ", "request_id": "req-a9947255-0a1a-4d77-a9b1-54eeb3c31efa"}]} 2026-06-18 10:29:11.367 7 INFO neutron.db.l3_hamode_db [None req-bf737751-3815-4749-9226-99ba2c5ada02 d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] HA network 44759be2-23a5-4c76-91b7-44ad497eeabf was deleted as no HA routers are present in tenant d5c37fea9a3549d288adc392e046a109. [pid: 7|app: 0|req: 630/1214] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:29:10 2026] DELETE /v2.0/routers/13de262e-f9d4-449f-9899-9a0fb48a5274 => generated 0 bytes in 583 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1215] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:29:11 2026] DELETE /v2.0/subnets/7d35ef9b-d296-4cb5-8a38-3ba618ea9bf3 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1216] 10.0.0.47 () {32 vars in 652 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions => generated 21537 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1217] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/ports?device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => 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: 633/1218] 10.0.0.47 () {32 vars in 680 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:11.691 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a63c11f-8857-4a90-95a7-d240fa9ef4da d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] TaaS: Handle Delete Port: c84418d7-73c6-48e1-80e8-d8f515f8564a [pid: 7|app: 0|req: 634/1219] 10.0.0.47 () {32 vars in 680 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:11.698 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a63c11f-8857-4a90-95a7-d240fa9ef4da d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Tap Mirror: Handle Delete Port: c84418d7-73c6-48e1-80e8-d8f515f8564a [pid: 7|app: 0|req: 635/1220] 10.0.0.47 () {32 vars in 728 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1221] 10.0.0.47 () {32 vars in 664 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1222] 10.0.0.47 () {32 vars in 698 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1223] 10.0.0.47 () {32 vars in 696 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1224] 10.0.0.47 () {32 vars in 700 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1225] 10.0.0.47 () {32 vars in 688 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1226] 10.0.0.47 () {32 vars in 702 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1227] 10.0.0.47 () {32 vars in 692 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1228] 10.0.0.47 () {32 vars in 694 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1229] 10.0.0.47 () {32 vars in 684 bytes} [Thu Jun 18 10:29:11 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: 7|app: 0|req: 645/1230] 10.0.0.47 () {32 vars in 686 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1231] 10.0.0.47 () {32 vars in 660 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1232] 10.0.0.47 () {32 vars in 698 bytes} [Thu Jun 18 10:29:11 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: 7|app: 0|req: 648/1233] 10.0.0.47 () {32 vars in 678 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1234] 10.0.0.47 () {32 vars in 682 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1235] 10.0.0.47 () {32 vars in 674 bytes} [Thu Jun 18 10:29:11 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: 651/1236] 10.0.0.47 () {32 vars in 688 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1237] 10.0.0.47 () {32 vars in 722 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1238] 10.0.0.47 () {32 vars in 686 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1239] 10.0.0.47 () {32 vars in 668 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:11.889 8 INFO neutron.services.segments.plugin [-] Segment 72dd47a6-ff51-47d5-afb7-bdc7377d763f resource provider aggregate not found [pid: 7|app: 0|req: 655/1240] 10.0.0.47 () {32 vars in 686 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:11.897 8 INFO neutron.services.segments.plugin [-] Segment 72dd47a6-ff51-47d5-afb7-bdc7377d763f resource provider aggregate not found [pid: 7|app: 0|req: 656/1241] 10.0.0.47 () {32 vars in 680 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:11.908 8 INFO neutron.services.segments.plugin [-] Segment 72dd47a6-ff51-47d5-afb7-bdc7377d763f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72dd47a6-ff51-47d5-afb7-bdc7377d763f found for delete ", "request_id": "req-c6b60e49-ae60-426d-9f08-0dc42d29d135"}]} [pid: 7|app: 0|req: 657/1242] 10.0.0.47 () {32 vars in 698 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:11.913 8 INFO neutron.services.segments.plugin [-] Segment 72dd47a6-ff51-47d5-afb7-bdc7377d763f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72dd47a6-ff51-47d5-afb7-bdc7377d763f found for delete ", "request_id": "req-d781d739-6c2b-4969-98b9-0a41b201dff0"}]} [pid: 7|app: 0|req: 658/1243] 10.0.0.47 () {32 vars in 678 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1244] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:29:11 2026] DELETE /v2.0/networks/7ce23e15-1e95-4eb0-ac56-f0136c244b73 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1245] 10.0.0.47 () {32 vars in 666 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1246] 10.0.0.47 () {32 vars in 676 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1247] 10.0.0.47 () {32 vars in 664 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1248] 10.0.0.47 () {32 vars in 674 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1249] 10.0.0.47 () {32 vars in 712 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:11.983 8 INFO neutron.db.segments_db [None req-865d2f35-e9a3-4d4e-8094-3a67c73ab8ff d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Added segment 3011e5c9-c261-40ac-9220-b3c02de185f0 of type vxlan for network 4195138d-6d51-409a-b298-24246f7c58a3 [pid: 7|app: 0|req: 664/1250] 10.0.0.47 () {32 vars in 690 bytes} [Thu Jun 18 10:29:11 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: 665/1251] 10.0.0.47 () {32 vars in 682 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1252] 10.0.0.47 () {32 vars in 668 bytes} [Thu Jun 18 10:29:11 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1253] 10.0.0.47 () {32 vars in 686 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1254] 10.0.0.47 () {32 vars in 704 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1255] 10.0.0.47 () {32 vars in 674 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1256] 10.0.0.47 () {32 vars in 700 bytes} [Thu Jun 18 10:29:12 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: 7|app: 0|req: 671/1257] 10.0.0.47 () {32 vars in 674 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1258] 10.0.0.47 () {32 vars in 692 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1259] 10.0.0.47 () {32 vars in 688 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1260] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:29:11 2026] POST /v2.0/networks => generated 610 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1261] 10.0.0.47 () {32 vars in 708 bytes} [Thu Jun 18 10:29:12 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: 675/1262] 10.0.0.47 () {32 vars in 704 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1263] 10.0.0.47 () {32 vars in 718 bytes} [Thu Jun 18 10:29:12 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: 677/1264] 10.0.0.47 () {32 vars in 696 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1265] 10.0.0.47 () {32 vars in 710 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1266] 10.0.0.47 () {32 vars in 668 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1267] 10.0.0.47 () {32 vars in 686 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1268] 10.0.0.47 () {32 vars in 680 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1269] 10.0.0.47 () {32 vars in 674 bytes} [Thu Jun 18 10:29:12 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: 683/1270] 10.0.0.47 () {32 vars in 670 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1271] 10.0.0.47 () {32 vars in 660 bytes} [Thu Jun 18 10:29:12 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: 685/1272] 10.0.0.47 () {32 vars in 698 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1273] 10.0.0.47 () {32 vars in 698 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1274] 10.0.0.47 () {32 vars in 676 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1275] 10.0.0.47 () {32 vars in 668 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1276] 10.0.0.47 () {32 vars in 682 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1277] 10.0.0.47 () {32 vars in 700 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1278] 10.0.0.47 () {32 vars in 684 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1279] 10.0.0.47 () {32 vars in 706 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1280] 10.0.0.47 () {32 vars in 668 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1281] 10.0.0.47 () {32 vars in 696 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1282] 10.0.0.47 () {32 vars in 694 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1283] 10.0.0.47 () {32 vars in 684 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1284] 10.0.0.47 () {32 vars in 688 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1285] 10.0.0.47 () {32 vars in 704 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1286] 10.0.0.47 () {32 vars in 666 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1287] 10.0.0.47 () {32 vars in 680 bytes} [Thu Jun 18 10:29:12 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: 701/1288] 10.0.0.47 () {32 vars in 680 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1289] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:29:12 2026] POST /v2.0/subnets => generated 626 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1290] 10.0.0.47 () {32 vars in 690 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1291] 10.0.0.47 () {32 vars in 690 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1292] 10.0.0.47 () {32 vars in 694 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1293] 10.0.0.47 () {32 vars in 684 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1294] 10.0.0.47 () {32 vars in 688 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:12.334 8 INFO neutron.db.segments_db [None req-d280c6ab-89ea-4e9b-809a-1866dd678938 d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Added segment 137bb77a-b4f6-4942-9927-60ec8a707bb5 of type vxlan for network 20fc63a2-bc2f-4075-966b-552a6c5f4e59 [pid: 7|app: 0|req: 707/1295] 10.0.0.47 () {32 vars in 700 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1296] 10.0.0.47 () {32 vars in 702 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1297] 10.0.0.47 () {32 vars in 712 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1298] 10.0.0.47 () {32 vars in 716 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1299] 10.0.0.47 () {32 vars in 714 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1300] 10.0.0.47 () {32 vars in 726 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1301] 10.0.0.47 () {32 vars in 740 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1302] 10.0.0.47 () {32 vars in 718 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1303] 10.0.0.47 () {32 vars in 682 bytes} [Thu Jun 18 10:29:12 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: 716/1304] 10.0.0.47 () {32 vars in 668 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1305] 10.0.0.47 () {32 vars in 718 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1306] 10.0.0.47 () {32 vars in 678 bytes} [Thu Jun 18 10:29:12 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: 719/1307] 10.0.0.47 () {32 vars in 668 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1308] 10.0.0.47 () {32 vars in 696 bytes} [Thu Jun 18 10:29:12 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: 721/1309] 10.0.0.47 () {32 vars in 704 bytes} [Thu Jun 18 10:29:12 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: 7|app: 0|req: 722/1310] 10.0.0.47 () {32 vars in 700 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1311] 10.0.0.47 () {32 vars in 700 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1312] 10.0.0.47 () {32 vars in 682 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1313] 10.0.0.47 () {32 vars in 704 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1314] 10.0.0.47 () {32 vars in 694 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1315] 10.0.0.47 () {32 vars in 688 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1316] 10.0.0.47 () {32 vars in 696 bytes} [Thu Jun 18 10:29:12 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: 729/1317] 10.0.0.47 () {32 vars in 678 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1318] 10.0.0.47 () {32 vars in 688 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:12.554 8 INFO neutron.db.l3_hamode_db [None req-d280c6ab-89ea-4e9b-809a-1866dd678938 d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 731/1319] 10.0.0.47 () {32 vars in 700 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1320] 10.0.0.47 () {32 vars in 664 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1321] 10.0.0.47 () {32 vars in 680 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1322] 10.0.0.47 () {32 vars in 676 bytes} [Thu Jun 18 10:29:12 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: 735/1323] 10.0.0.47 () {32 vars in 692 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1324] 10.0.0.47 () {32 vars in 676 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1325] 10.0.0.47 () {32 vars in 666 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1326] 10.0.0.47 () {32 vars in 662 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1327] 10.0.0.47 () {32 vars in 674 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1328] 10.0.0.47 () {32 vars in 686 bytes} [Thu Jun 18 10:29:12 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:12.668 8 INFO neutron.db.l3_hamode_db [None req-d280c6ab-89ea-4e9b-809a-1866dd678938 d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 10:29:13.096 7 INFO neutron.db.segments_db [None req-26657338-734d-48b4-a037-acb788c8af77 dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] Added segment de945207-7219-4466-b48f-08778e37c357 of type vxlan for network 1232ad2d-6212-4647-b83a-b9001eeb38a3 [pid: 7|app: 0|req: 743/1331] 10.0.0.47 () {34 vars in 670 bytes} [Thu Jun 18 10:29:12 2026] POST /v2.0/networks => generated 614 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1332] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:13 2026] GET /v2.0/ports?device_id=87d4e51f-c650-433a-96ea-6ac0d726dfff => 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: 589/1333] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:29:12 2026] POST /v2.0/routers => generated 506 bytes in 978 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:29:13.314 8 INFO neutron.db.segments_db [None req-9426a4f0-549c-441e-9797-def49da69429 dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] Added segment 9f39b7c2-8d66-4197-aa35-55c630b5c488 of type vxlan for network 90446b43-89c3-40cd-b7ad-435ce2a33a32 [pid: 7|app: 0|req: 745/1334] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:29:13 2026] GET /v2.0/security-groups?tenant_id=f4ce00735e5f4c0eab6efd7d036a4fd2&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:29:13.567 8 INFO neutron.db.l3_hamode_db [None req-9426a4f0-549c-441e-9797-def49da69429 dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 746/1335] 10.0.0.47 () {34 vars in 782 bytes} [Thu Jun 18 10:29:13 2026] PUT /v2.0/routers/62f668f4-eff5-4e67-8f3c-f655cff0c4bb/add_router_interface => generated 309 bytes in 1089 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1336] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:29:14 2026] DELETE /v2.0/security-groups/ecfda9f3-258f-4d7e-adc7-7ff253291bdf => 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: 748/1337] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:29:14 2026] DELETE /v2.0/security-groups/83e2f9dd-a55c-42ea-86b8-6f20e2650bdc => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:29:14.734 8 INFO neutron.db.l3_hamode_db [None req-9426a4f0-549c-441e-9797-def49da69429 dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 749/1338] 10.0.0.47 () {32 vars in 716 bytes} [Thu Jun 18 10:29:14 2026] GET /v2.0/ports/ba23b4db-cc5b-44e4-a893-78f2b369e1a4 => generated 955 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:14.800 7 INFO neutron.api.v2.resource [None req-132bd6a7-8d61-4536-86d6-06159ebb7eab a108938d5de940e5b49cc8e550438bc2 4d4b9ff823b54d5cb98ad2463211ee20 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 750/1339] 10.0.0.47 () {32 vars in 736 bytes} [Thu Jun 18 10:29:14 2026] GET /v2.0/security-groups/83e2f9dd-a55c-42ea-86b8-6f20e2650bdc => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:29:15.149 7 INFO neutron_taas.services.taas.taas_plugin [None req-78e3d78e-5e46-47e3-8348-eba88f43231b d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] TaaS: Handle Delete Port: ba23b4db-cc5b-44e4-a893-78f2b369e1a4 2026-06-18 10:29:15.153 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78e3d78e-5e46-47e3-8348-eba88f43231b d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Tap Mirror: Handle Delete Port: ba23b4db-cc5b-44e4-a893-78f2b369e1a4 [pid: 7|app: 0|req: 751/1340] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:29:14 2026] PUT /v2.0/routers/62f668f4-eff5-4e67-8f3c-f655cff0c4bb/remove_router_interface => generated 309 bytes in 826 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1341] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:29:13 2026] POST /v2.0/routers => generated 694 bytes in 2401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1342] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:29:15 2026] GET /v2.0/ports?device_id=62f668f4-eff5-4e67-8f3c-f655cff0c4bb => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:29:15.745 7 INFO neutron_taas.services.taas.taas_plugin [None req-8e70031a-508e-4125-9113-1fb09ca9d922 a108938d5de940e5b49cc8e550438bc2 4d4b9ff823b54d5cb98ad2463211ee20 - - default default] TaaS: Handle Delete Port: 563f7585-82e8-4426-978b-1c70986a0471 2026-06-18 10:29:15.748 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e70031a-508e-4125-9113-1fb09ca9d922 a108938d5de940e5b49cc8e550438bc2 4d4b9ff823b54d5cb98ad2463211ee20 - - default default] Tap Mirror: Handle Delete Port: 563f7585-82e8-4426-978b-1c70986a0471 [pid: 7|app: 0|req: 752/1343] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:29:15 2026] DELETE /v2.0/floatingips/40b829e7-89f1-493d-95e6-78e148a6c33f => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1344] 10.0.0.47 () {32 vars in 775 bytes} [Thu Jun 18 10:29:15 2026] GET /v2.0/subnets?project_id=27935f2844e24d1781d982f6d8619b7f&cidr=10.100.0.0%2F28 => generated 14 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:29:16.108 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d299574-c052-45d7-8205-706a5516c80d d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] TaaS: Handle Delete Port: 96d0a9fe-835c-4b81-a15b-56f4b869e2b1 2026-06-18 10:29:16.111 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d299574-c052-45d7-8205-706a5516c80d d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Tap Mirror: Handle Delete Port: 96d0a9fe-835c-4b81-a15b-56f4b869e2b1 2026-06-18 10:29:16.368 8 INFO neutron_taas.services.taas.taas_plugin [None req-66851d31-bba1-439a-906e-37c2c6fb08db 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 40a9cbdc-1f69-4f21-8115-6fe5a8021ca2 2026-06-18 10:29:16.371 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66851d31-bba1-439a-906e-37c2c6fb08db 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 40a9cbdc-1f69-4f21-8115-6fe5a8021ca2 2026-06-18 10:29:16.462 7 INFO neutron.services.segments.plugin [-] Segment 137bb77a-b4f6-4942-9927-60ec8a707bb5 resource provider aggregate not found 2026-06-18 10:29:16.470 7 INFO neutron.services.segments.plugin [-] Segment 137bb77a-b4f6-4942-9927-60ec8a707bb5 resource provider aggregate not found 2026-06-18 10:29:16.486 7 INFO neutron.services.segments.plugin [-] Segment 137bb77a-b4f6-4942-9927-60ec8a707bb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 137bb77a-b4f6-4942-9927-60ec8a707bb5 found for delete ", "request_id": "req-da3434ef-90b5-4209-ad54-5d0b97e4c424"}]} 2026-06-18 10:29:16.501 7 INFO neutron.services.segments.plugin [-] Segment 137bb77a-b4f6-4942-9927-60ec8a707bb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 137bb77a-b4f6-4942-9927-60ec8a707bb5 found for delete ", "request_id": "req-b852f3ae-a5a5-4a00-b06d-3441dfc09be1"}]} 2026-06-18 10:29:16.511 7 INFO neutron.db.l3_hamode_db [None req-7d299574-c052-45d7-8205-706a5516c80d d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] HA network 20fc63a2-bc2f-4075-966b-552a6c5f4e59 was deleted as no HA routers are present in tenant d5c37fea9a3549d288adc392e046a109. [pid: 7|app: 0|req: 753/1345] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:29:15 2026] DELETE /v2.0/routers/62f668f4-eff5-4e67-8f3c-f655cff0c4bb => generated 0 bytes in 578 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1346] 10.0.0.47 () {32 vars in 693 bytes} [Thu Jun 18 10:29:16 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:16.805 7 INFO neutron.db.segments_db [None req-3965ebb6-f728-4e13-8d92-16b748d4f113 b47b964e15cd46eea5bcb6ed70a5f93e 850c2642496a4e7981f58650023fe4e0 - - default default] Added segment 7682713d-d9fb-485d-ad86-81fd152f8cbe of type vxlan for network 75e36ee9-1bda-43e3-9018-1380fc9a9276 [pid: 7|app: 0|req: 755/1347] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:29:16 2026] POST /v2.0/networks => generated 624 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1348] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:29:15 2026] PUT /v2.0/routers/91e05fa5-2188-456e-a057-c3da9c98889e/remove_router_interface => generated 309 bytes in 983 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1349] 10.0.0.47 () {32 vars in 783 bytes} [Thu Jun 18 10:29:16 2026] GET /v2.0/subnets?network_id=40b86c8a-1846-41ea-9d22-04abdaa59f86&cidr=10.100.0.0%2F28 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1350] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:29:16 2026] DELETE /v2.0/subnets/a2066e74-2c10-4cc9-a545-1bcd54fd54f7 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:29:17.277 7 INFO neutron_taas.services.taas.taas_plugin [None req-9dbdb855-96a9-4fe6-a7e8-5ced4fbdf197 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 38195449-0bcc-478b-8ac0-2ba6f3bc4ca0 2026-06-18 10:29:17.280 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dbdb855-96a9-4fe6-a7e8-5ced4fbdf197 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 38195449-0bcc-478b-8ac0-2ba6f3bc4ca0 [pid: 8|app: 0|req: 595/1351] 10.0.0.47 () {34 vars in 664 bytes} [Thu Jun 18 10:29:16 2026] POST /v2.0/ports => generated 773 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 10:29:17.557 7 INFO neutron_taas.services.taas.taas_plugin [None req-9dbdb855-96a9-4fe6-a7e8-5ced4fbdf197 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: b62adbd2-f513-45d9-851a-86c4e6ae6553 2026-06-18 10:29:17.560 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dbdb855-96a9-4fe6-a7e8-5ced4fbdf197 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: b62adbd2-f513-45d9-851a-86c4e6ae6553 [pid: 8|app: 0|req: 596/1352] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:29:17 2026] POST /v2.0/subnets => generated 656 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:29:17.678 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f7f662f-00d0-4a8a-822f-0b069387440a d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] TaaS: Handle Delete Port: 5db136e5-7427-4f22-ac0e-80f0ccf71ca7 2026-06-18 10:29:17.682 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f7f662f-00d0-4a8a-822f-0b069387440a d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Tap Mirror: Handle Delete Port: 5db136e5-7427-4f22-ac0e-80f0ccf71ca7 2026-06-18 10:29:17.871 8 INFO neutron.services.segments.plugin [-] Segment 3011e5c9-c261-40ac-9220-b3c02de185f0 resource provider aggregate not found 2026-06-18 10:29:17.872 8 INFO neutron.services.segments.plugin [-] Segment 3011e5c9-c261-40ac-9220-b3c02de185f0 resource provider aggregate not found 2026-06-18 10:29:17.894 8 INFO neutron.services.segments.plugin [-] Segment 3011e5c9-c261-40ac-9220-b3c02de185f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3011e5c9-c261-40ac-9220-b3c02de185f0 found for delete ", "request_id": "req-6d514cf4-69a3-40b7-a677-eb63aa61b850"}]} 2026-06-18 10:29:17.894 8 INFO neutron.services.segments.plugin [-] Segment 3011e5c9-c261-40ac-9220-b3c02de185f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3011e5c9-c261-40ac-9220-b3c02de185f0 found for delete ", "request_id": "req-797ea1bc-9dbb-4dbf-a683-636ee664d168"}]} [pid: 8|app: 0|req: 597/1353] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:29:17 2026] DELETE /v2.0/networks/4195138d-6d51-409a-b298-24246f7c58a3 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:29:17.955 7 INFO neutron.db.l3_hamode_db [None req-9dbdb855-96a9-4fe6-a7e8-5ced4fbdf197 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] HA network f053c87f-63e7-4f30-8a2f-3e315557574c was deleted as no HA routers are present in tenant 4d4b9ff823b54d5cb98ad2463211ee20. 2026-06-18 10:29:17.956 8 INFO neutron.db.segments_db [None req-d39bd49f-53ae-4f9b-a42e-3051358c304b b47b964e15cd46eea5bcb6ed70a5f93e 850c2642496a4e7981f58650023fe4e0 - - default default] Added segment 74cc4f76-a739-4e5f-b5b7-0ec0f278d63d of type vxlan for network 3b2c7666-da46-4479-acab-9ececb5b6151 [pid: 7|app: 0|req: 757/1354] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:29:17 2026] DELETE /v2.0/routers/91e05fa5-2188-456e-a057-c3da9c98889e => generated 0 bytes in 908 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1355] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:29:17 2026] POST /v2.0/networks => generated 612 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:29:18.091 8 INFO neutron.db.segments_db [None req-3c93a786-6742-41c3-aaa8-6aa86719c932 d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Added segment c9eed9d5-ac30-4f26-936b-577765bbac64 of type vxlan for network faeeddfe-370f-425e-8237-1d8e509c3af0 2026-06-18 10:29:18.366 8 INFO neutron.db.l3_hamode_db [None req-3c93a786-6742-41c3-aaa8-6aa86719c932 d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 10:29:18.516 7 INFO neutron.services.segments.plugin [-] Segment d49606cb-dd65-4387-aeca-f3c43cdf21ff resource provider aggregate not found 2026-06-18 10:29:18.534 7 INFO neutron.services.segments.plugin [-] Segment d49606cb-dd65-4387-aeca-f3c43cdf21ff resource provider aggregate not found 2026-06-18 10:29:18.559 7 INFO neutron.services.segments.plugin [-] Segment d49606cb-dd65-4387-aeca-f3c43cdf21ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d49606cb-dd65-4387-aeca-f3c43cdf21ff found for delete ", "request_id": "req-64165f4c-7601-4002-a50c-1148d89e8f30"}]} 2026-06-18 10:29:18.561 7 INFO neutron.services.segments.plugin [-] Segment d49606cb-dd65-4387-aeca-f3c43cdf21ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d49606cb-dd65-4387-aeca-f3c43cdf21ff found for delete ", "request_id": "req-7409e644-5d74-4a8c-9e88-0b3f3604a292"}]} 2026-06-18 10:29:19.218 8 INFO neutron.db.l3_hamode_db [None req-3c93a786-6742-41c3-aaa8-6aa86719c932 d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 758/1356] 10.0.0.47 () {34 vars in 782 bytes} [Thu Jun 18 10:29:17 2026] PUT /v2.0/routers/30441129-b147-4afa-96dd-34f5f00b9616/add_router_interface => generated 309 bytes in 1443 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1357] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:29:19 2026] DELETE /v2.0/subnets/4fd2d538-fffe-4314-9edb-4167e7f2d4ab => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1358] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:29:19 2026] POST /v2.0/subnets => generated 626 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1359] 10.0.0.47 () {32 vars in 648 bytes} [Thu Jun 18 10:29:19 2026] GET /v2.0/networks => generated 6481 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:29:19.979 7 INFO neutron_taas.services.taas.taas_plugin [None req-76f55a51-e4cb-4b89-b982-227e93ff804f 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 5cfac6db-38b5-449a-b7e0-40e26d67adb7 2026-06-18 10:29:19.983 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76f55a51-e4cb-4b89-b982-227e93ff804f 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 5cfac6db-38b5-449a-b7e0-40e26d67adb7 [pid: 7|app: 0|req: 762/1360] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:29:19 2026] DELETE /v2.0/networks/859fe580-7deb-4aff-9b76-2d376081f255 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1361] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:29:18 2026] POST /v2.0/routers => generated 687 bytes in 2131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1362] 10.0.0.47 () {32 vars in 646 bytes} [Thu Jun 18 10:29:20 2026] GET /v2.0/subnets => generated 3850 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1363] 10.0.0.47 () {32 vars in 720 bytes} [Thu Jun 18 10:29:20 2026] GET /v2.0/routers/00e43d5d-7467-4cc4-85a4-7c43fcce842f => generated 693 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1364] 10.0.0.47 () {32 vars in 646 bytes} [Thu Jun 18 10:29:20 2026] GET /v2.0/routers => generated 1454 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1365] 10.0.0.47 () {32 vars in 646 bytes} [Thu Jun 18 10:29:20 2026] GET /v2.0/routers => generated 696 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1366] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:29:20 2026] GET /v2.0/security-groups?tenant_id=4d4b9ff823b54d5cb98ad2463211ee20&name=default => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1367] 10.0.0.47 () {34 vars in 664 bytes} [Thu Jun 18 10:29:20 2026] POST /v2.0/ports => generated 949 bytes in 393 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-06-18 10:29:20.606 7 INFO neutron.services.segments.plugin [-] Segment 0662a184-d855-47dd-bed8-b95fc1c283b3 resource provider aggregate not found 2026-06-18 10:29:20.618 7 INFO neutron.services.segments.plugin [-] Segment 0662a184-d855-47dd-bed8-b95fc1c283b3 resource provider aggregate not found 2026-06-18 10:29:20.640 7 INFO neutron.services.segments.plugin [-] Segment 0662a184-d855-47dd-bed8-b95fc1c283b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0662a184-d855-47dd-bed8-b95fc1c283b3 found for delete ", "request_id": "req-29c36069-b499-44d0-94c7-1db493d9c003"}]} 2026-06-18 10:29:20.643 7 INFO neutron.services.segments.plugin [-] Segment 0662a184-d855-47dd-bed8-b95fc1c283b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0662a184-d855-47dd-bed8-b95fc1c283b3 found for delete ", "request_id": "req-5da21356-445a-4931-a5f1-00a5915fad87"}]} [pid: 8|app: 0|req: 605/1368] 10.0.0.47 () {34 vars in 684 bytes} [Thu Jun 18 10:29:20 2026] POST /v2.0/security-groups => generated 1675 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1369] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:29:20 2026] DELETE /v2.0/security-groups/4323b06a-3e26-444c-b901-37f4ab4b847d => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:29:20.969 8 INFO neutron_taas.services.taas.taas_plugin [None req-94493efd-5392-4aa1-94cb-7cfc0aafa9f3 b47b964e15cd46eea5bcb6ed70a5f93e 850c2642496a4e7981f58650023fe4e0 - - default default] TaaS: Handle Delete Port: 1a722b64-e088-4861-bc51-ee675d6bc294 2026-06-18 10:29:20.972 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94493efd-5392-4aa1-94cb-7cfc0aafa9f3 b47b964e15cd46eea5bcb6ed70a5f93e 850c2642496a4e7981f58650023fe4e0 - - default default] Tap Mirror: Handle Delete Port: 1a722b64-e088-4861-bc51-ee675d6bc294 [pid: 7|app: 0|req: 764/1370] 10.0.0.47 () {34 vars in 740 bytes} [Thu Jun 18 10:29:20 2026] PUT /v2.0/routers/00e43d5d-7467-4cc4-85a4-7c43fcce842f => generated 700 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1371] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:29:20 2026] DELETE /v2.0/ports/1a722b64-e088-4861-bc51-ee675d6bc294 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1372] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:29:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1373] 10.0.0.47 () {32 vars in 720 bytes} [Thu Jun 18 10:29:21 2026] GET /v2.0/routers/00e43d5d-7467-4cc4-85a4-7c43fcce842f => generated 700 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:21.199 7 INFO neutron.pecan_wsgi.hooks.translation [None req-98c3c3c5-5f70-4095-9695-3e1f68ad3338 b47b964e15cd46eea5bcb6ed70a5f93e 850c2642496a4e7981f58650023fe4e0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 766/1374] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:29:21 2026] DELETE /v2.0/ports/1a722b64-e088-4861-bc51-ee675d6bc294 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1375] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:29:21 2026] GET /v2.0/ports?device_id=00e43d5d-7467-4cc4-85a4-7c43fcce842f => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:29:21.229 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3fc848f1-50a8-48bc-9ff4-293e5d578b42 b47b964e15cd46eea5bcb6ed70a5f93e 850c2642496a4e7981f58650023fe4e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 768/1376] 10.0.0.47 () {32 vars in 716 bytes} [Thu Jun 18 10:29:21 2026] GET /v2.0/ports/1a722b64-e088-4861-bc51-ee675d6bc294 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1377] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:29:21 2026] POST /v2.0/security-group-rules => generated 596 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:29:21.480 7 INFO neutron_taas.services.taas.taas_plugin [None req-30e7765d-62df-499d-baee-44b2f09b5bbf d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] TaaS: Handle Delete Port: 0e20473f-6a3f-445d-8d8f-5f3c623baafb 2026-06-18 10:29:21.486 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30e7765d-62df-499d-baee-44b2f09b5bbf d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Tap Mirror: Handle Delete Port: 0e20473f-6a3f-445d-8d8f-5f3c623baafb [pid: 8|app: 0|req: 610/1378] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:29:21 2026] DELETE /v2.0/subnets/645dc8c6-c827-451f-839e-1a2574d5b079 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1379] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:29:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:29:21.764 8 INFO neutron.services.segments.plugin [-] Segment 74cc4f76-a739-4e5f-b5b7-0ec0f278d63d resource provider aggregate not found 2026-06-18 10:29:21.772 8 INFO neutron.services.segments.plugin [-] Segment 74cc4f76-a739-4e5f-b5b7-0ec0f278d63d resource provider aggregate not found 2026-06-18 10:29:21.782 7 INFO neutron_taas.services.taas.taas_plugin [None req-30e7765d-62df-499d-baee-44b2f09b5bbf d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] TaaS: Handle Delete Port: 4a56df99-e8c4-4a5b-9903-c2ee6f7652a3 2026-06-18 10:29:21.785 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30e7765d-62df-499d-baee-44b2f09b5bbf d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] Tap Mirror: Handle Delete Port: 4a56df99-e8c4-4a5b-9903-c2ee6f7652a3 2026-06-18 10:29:21.790 8 INFO neutron.services.segments.plugin [-] Segment 74cc4f76-a739-4e5f-b5b7-0ec0f278d63d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74cc4f76-a739-4e5f-b5b7-0ec0f278d63d found for delete ", "request_id": "req-e66752a9-822e-48da-9306-3f3d93d87fde"}]} 2026-06-18 10:29:21.797 8 INFO neutron.services.segments.plugin [-] Segment 74cc4f76-a739-4e5f-b5b7-0ec0f278d63d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74cc4f76-a739-4e5f-b5b7-0ec0f278d63d found for delete ", "request_id": "req-befb5ad9-f165-4ccd-9a04-023201b7c853"}]} [pid: 8|app: 0|req: 612/1380] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:29:21 2026] DELETE /v2.0/networks/3b2c7666-da46-4479-acab-9ececb5b6151 => 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: 613/1381] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:29:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:29:21.993 8 INFO neutron.db.segments_db [None req-efa773f3-c974-4844-adc0-096433b05612 b47b964e15cd46eea5bcb6ed70a5f93e 850c2642496a4e7981f58650023fe4e0 - - default default] Added segment 5b0534dd-85f3-495f-9ead-8a7f38ccc53c of type vxlan for network fdc50ef7-ec02-4df7-a93e-dc26e60e74d3 [pid: 8|app: 0|req: 614/1382] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:29:21 2026] POST /v2.0/networks => generated 612 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:29:22.154 8 INFO neutron.db.securitygroups_db [None req-0358f28e-6496-4571-9553-1ad1234bcc0e dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] Project 27935f2844e24d1781d982f6d8619b7f added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-06-18 10:29:22.192 7 INFO neutron.db.l3_hamode_db [None req-30e7765d-62df-499d-baee-44b2f09b5bbf d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] HA network faeeddfe-370f-425e-8237-1d8e509c3af0 was deleted as no HA routers are present in tenant d5c37fea9a3549d288adc392e046a109. [pid: 7|app: 0|req: 769/1383] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:29:21 2026] DELETE /v2.0/routers/00e43d5d-7467-4cc4-85a4-7c43fcce842f => generated 0 bytes in 968 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1384] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:29:22 2026] POST /v2.0/security-group-rules => generated 607 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1385] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:29:22 2026] GET /v2.0/ports?device_id=00e43d5d-7467-4cc4-85a4-7c43fcce842f => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:29:22.304 8 INFO neutron.db.securitygroups_db [None req-932c1865-f514-4ce6-9366-d35e099b44dc dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] Project 27935f2844e24d1781d982f6d8619b7f 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: 617/1386] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:29:22 2026] POST /v2.0/security-group-rules => generated 606 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:29:22.461 8 INFO neutron.api.v2.resource [None req-8619818f-6dff-47bb-8cd0-b2653376ad7e d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 618/1387] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:29:22 2026] DELETE /v2.0/routers/00e43d5d-7467-4cc4-85a4-7c43fcce842f => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1388] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:29:22 2026] GET /v2.0/ports?device_id=62f668f4-eff5-4e67-8f3c-f655cff0c4bb => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:29:22.520 8 INFO neutron.api.v2.resource [None req-49b462e4-c72e-4a34-986c-e809fd9aef58 d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 620/1389] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:29:22 2026] DELETE /v2.0/routers/62f668f4-eff5-4e67-8f3c-f655cff0c4bb => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:29:22.536 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0b972346-9b40-446a-bc83-82b143918069 d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 621/1390] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:29:22 2026] DELETE /v2.0/subnets/a2066e74-2c10-4cc9-a545-1bcd54fd54f7 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1391] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:29:22 2026] GET /v2.0/ports?device_id=13de262e-f9d4-449f-9899-9a0fb48a5274 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:29:22.593 8 INFO neutron.api.v2.resource [None req-2cc1d42f-c08d-4024-b91c-0906a6c0fbfb d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 623/1392] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:29:22 2026] DELETE /v2.0/routers/13de262e-f9d4-449f-9899-9a0fb48a5274 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:29:22.613 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3b76581b-3306-400f-83b8-b59ed311d7ce d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 624/1393] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:29:22 2026] DELETE /v2.0/subnets/7d35ef9b-d296-4cb5-8a38-3ba618ea9bf3 => 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: 770/1394] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:29:22 2026] POST /v2.0/subnets => generated 626 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1395] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:29:22 2026] GET /v2.0/ports?device_id=a60fb26f-eea4-4b46-abd1-c4cb750fe16c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:29:22.660 8 INFO neutron.api.v2.resource [None req-58a048ee-5d0e-4cb5-93d5-3e9d36f26b66 d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 626/1396] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:29:22 2026] DELETE /v2.0/routers/a60fb26f-eea4-4b46-abd1-c4cb750fe16c => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:29:22.680 7 INFO neutron.services.segments.plugin [-] Segment c9eed9d5-ac30-4f26-936b-577765bbac64 resource provider aggregate not found 2026-06-18 10:29:22.687 7 INFO neutron.services.segments.plugin [-] Segment c9eed9d5-ac30-4f26-936b-577765bbac64 resource provider aggregate not found 2026-06-18 10:29:22.706 7 INFO neutron.services.segments.plugin [-] Segment c9eed9d5-ac30-4f26-936b-577765bbac64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9eed9d5-ac30-4f26-936b-577765bbac64 found for delete ", "request_id": "req-b9286077-ac81-420e-94d5-c75d8d027e02"}]} 2026-06-18 10:29:22.715 7 INFO neutron.services.segments.plugin [-] Segment c9eed9d5-ac30-4f26-936b-577765bbac64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9eed9d5-ac30-4f26-936b-577765bbac64 found for delete ", "request_id": "req-293cd726-a900-49fa-bb88-2f52984e6787"}]} 2026-06-18 10:29:22.990 8 INFO neutron.db.segments_db [None req-6d2987e2-6d5b-4152-b0e0-448e7c7ddde8 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment d499cf87-b3ea-43cf-a9e7-4ea03705463e of type vxlan for network 3b7dfb06-a0e6-4651-bf73-a56111a2eafc [pid: 7|app: 0|req: 771/1397] 10.0.0.47 () {34 vars in 664 bytes} [Thu Jun 18 10:29:22 2026] POST /v2.0/ports => generated 911 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:29:23.050 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1759b32f-fba3-455b-9e4b-9c1601f6ed0b d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 772/1398] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:29:23 2026] DELETE /v2.0/subnets/9cd03270-6ab1-437f-82f1-ff5976675798 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1399] 10.0.0.47 () {34 vars in 670 bytes} [Thu Jun 18 10:29:22 2026] POST /v2.0/networks => generated 718 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1400] 10.0.0.47 () {32 vars in 648 bytes} [Thu Jun 18 10:29:23 2026] GET /v2.0/networks => generated 1298 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:29:23.155 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b6250ce3-e857-493b-bf35-9ed21d4d37f3 d5beeb18544b4865b38b018e43dfd72c d5c37fea9a3549d288adc392e046a109 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 774/1401] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:29:23 2026] DELETE /v2.0/subnets/d1504d22-335e-40e5-b0be-72a855ea4aee => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:29:23.238 8 INFO neutron_taas.services.taas.taas_plugin [None req-23695bf8-ac63-498f-a675-7af5ef0a2eb0 b47b964e15cd46eea5bcb6ed70a5f93e 850c2642496a4e7981f58650023fe4e0 - - default default] TaaS: Handle Delete Port: 842323ff-1695-4f26-9f28-bcde12182038 2026-06-18 10:29:23.241 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23695bf8-ac63-498f-a675-7af5ef0a2eb0 b47b964e15cd46eea5bcb6ed70a5f93e 850c2642496a4e7981f58650023fe4e0 - - default default] Tap Mirror: Handle Delete Port: 842323ff-1695-4f26-9f28-bcde12182038 [pid: 7|app: 0|req: 775/1402] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:29:23 2026] POST /v2.0/subnets => generated 684 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1403] 10.0.0.253 () {34 vars in 1100 bytes} [Thu Jun 18 10:29:23 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1682305194&fields=id&tenant_id=27935f2844e24d1781d982f6d8619b7f => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1404] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:29:23 2026] DELETE /v2.0/ports/842323ff-1695-4f26-9f28-bcde12182038 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:29:23.434 7 INFO neutron.db.segments_db [None req-14a180ab-ed33-4013-b0f1-be7083d3ac89 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment cac764c0-57ed-419c-8850-09b7bae0f343 of type vxlan for network 26a98948-96bf-4153-81eb-4b6e5eda2b03 [pid: 8|app: 0|req: 629/1405] 10.0.0.253 () {34 vars in 982 bytes} [Thu Jun 18 10:29:23 2026] GET /v2.0/networks?id=1232ad2d-6212-4647-b83a-b9001eeb38a3 => generated 661 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:23.449 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9552f00d-acf1-425f-a729-d7e3397d9340 b47b964e15cd46eea5bcb6ed70a5f93e 850c2642496a4e7981f58650023fe4e0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 630/1406] 10.0.0.47 () {32 vars in 716 bytes} [Thu Jun 18 10:29:23 2026] GET /v2.0/ports/842323ff-1695-4f26-9f28-bcde12182038 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1407] 10.0.0.253 () {34 vars in 965 bytes} [Thu Jun 18 10:29:23 2026] GET /v2.0/quotas/27935f2844e24d1781d982f6d8619b7f => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1408] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:29:23 2026] DELETE /v2.0/subnets/0fb9f59b-f0ba-446d-8706-57e14d31fa2e => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1409] 10.0.0.253 () {34 vars in 1002 bytes} [Thu Jun 18 10:29:23 2026] GET /v2.0/ports?tenant_id=27935f2844e24d1781d982f6d8619b7f&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:23.699 7 INFO neutron.db.l3_hamode_db [None req-14a180ab-ed33-4013-b0f1-be7083d3ac89 96a21c91f33a41dd88c0321f544ed8db 4d0fb9686db34c2098f01f0a85ad20b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 10:29:23.810 8 INFO neutron.services.segments.plugin [-] Segment 5b0534dd-85f3-495f-9ead-8a7f38ccc53c resource provider aggregate not found [pid: 8|app: 0|req: 634/1410] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:29:23 2026] DELETE /v2.0/networks/fdc50ef7-ec02-4df7-a93e-dc26e60e74d3 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:29:23.833 8 INFO neutron.services.segments.plugin [-] Segment 5b0534dd-85f3-495f-9ead-8a7f38ccc53c resource provider aggregate not found 2026-06-18 10:29:23.836 8 INFO neutron.services.segments.plugin [-] Segment 5b0534dd-85f3-495f-9ead-8a7f38ccc53c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b0534dd-85f3-495f-9ead-8a7f38ccc53c found for delete ", "request_id": "req-fca50782-4b88-41a1-a21e-92097a9e6e85"}]} 2026-06-18 10:29:23.846 8 INFO neutron.services.segments.plugin [-] Segment 5b0534dd-85f3-495f-9ead-8a7f38ccc53c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b0534dd-85f3-495f-9ead-8a7f38ccc53c found for delete ", "request_id": "req-372b96e4-cf4a-49e1-8cfc-346204b06910"}]} [pid: 8|app: 0|req: 635/1411] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:29:23 2026] GET /v2.0/security-groups?tenant_id=d5c37fea9a3549d288adc392e046a109&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1412] 10.0.0.253 () {34 vars in 1008 bytes} [Thu Jun 18 10:29:23 2026] GET /v2.0/networks/1232ad2d-6212-4647-b83a-b9001eeb38a3?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: 637/1413] 10.0.0.47 () {34 vars in 664 bytes} [Thu Jun 18 10:29:23 2026] POST /v2.0/ports => generated 775 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 638/1414] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:29:24 2026] DELETE /v2.0/security-groups/f9533ccd-cd31-49ad-a592-8a1710c715bb => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1415] 10.0.0.253 () {34 vars in 1108 bytes} [Thu Jun 18 10:29:24 2026] GET /v2.0/networks/1232ad2d-6212-4647-b83a-b9001eeb38a3?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-06-18 10:29:24.540 7 INFO neutron.db.l3_hamode_db [None req-14a180ab-ed33-4013-b0f1-be7083d3ac89 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 640/1416] 10.0.0.47 () {34 vars in 736 bytes} [Thu Jun 18 10:29:24 2026] PUT /v2.0/ports/7f7cac6f-7e8c-4493-9956-fa2fd4943cc2 => generated 752 bytes in 225 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: 641/1417] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:24 2026] GET /v2.0/ports?device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:29:24.790 8 INFO neutron_taas.services.taas.taas_plugin [None req-d6358bab-8db2-44fb-a64b-8e8e3bb17326 b47b964e15cd46eea5bcb6ed70a5f93e 850c2642496a4e7981f58650023fe4e0 - - default default] TaaS: Handle Delete Port: 7f7cac6f-7e8c-4493-9956-fa2fd4943cc2 2026-06-18 10:29:24.793 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6358bab-8db2-44fb-a64b-8e8e3bb17326 b47b964e15cd46eea5bcb6ed70a5f93e 850c2642496a4e7981f58650023fe4e0 - - default default] Tap Mirror: Handle Delete Port: 7f7cac6f-7e8c-4493-9956-fa2fd4943cc2 [pid: 8|app: 0|req: 642/1418] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:29:24 2026] DELETE /v2.0/ports/7f7cac6f-7e8c-4493-9956-fa2fd4943cc2 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1419] 10.0.0.47 () {32 vars in 642 bytes} [Thu Jun 18 10:29:24 2026] GET /v2.0/ports => generated 776 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:25.012 8 INFO neutron.pecan_wsgi.hooks.translation [None req-69a1a828-64eb-47cf-badd-07f14531e460 b47b964e15cd46eea5bcb6ed70a5f93e 850c2642496a4e7981f58650023fe4e0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 644/1420] 10.0.0.47 () {32 vars in 716 bytes} [Thu Jun 18 10:29:24 2026] GET /v2.0/ports/7f7cac6f-7e8c-4493-9956-fa2fd4943cc2 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1421] 10.0.0.47 () {32 vars in 642 bytes} [Thu Jun 18 10:29:25 2026] GET /v2.0/ports => generated 776 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1422] 10.0.0.47 () {32 vars in 716 bytes} [Thu Jun 18 10:29:25 2026] GET /v2.0/ports/b9887bfb-6b6e-4c39-a4bb-f97c3d01f27e => generated 773 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:25.111 8 INFO neutron.pecan_wsgi.hooks.translation [None req-28b5de9b-1d1a-432e-9621-4f25391519a9 b47b964e15cd46eea5bcb6ed70a5f93e 850c2642496a4e7981f58650023fe4e0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 647/1423] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:29:25 2026] DELETE /v2.0/ports/842323ff-1695-4f26-9f28-bcde12182038 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:29:25.129 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ff534076-9d87-442f-823e-066ddbb27299 b47b964e15cd46eea5bcb6ed70a5f93e 850c2642496a4e7981f58650023fe4e0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 648/1424] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:29:25 2026] DELETE /v2.0/subnets/0fb9f59b-f0ba-446d-8706-57e14d31fa2e => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:29:25.164 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8ea4651f-8c5f-41ff-a330-64c6c0b4ff54 b47b964e15cd46eea5bcb6ed70a5f93e 850c2642496a4e7981f58650023fe4e0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 649/1425] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:29:25 2026] DELETE /v2.0/subnets/645dc8c6-c827-451f-839e-1a2574d5b079 => generated 136 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:29:25.267 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f31e665-20ec-4122-bc98-509186b3e180 b47b964e15cd46eea5bcb6ed70a5f93e 850c2642496a4e7981f58650023fe4e0 - - default default] TaaS: Handle Delete Port: b9887bfb-6b6e-4c39-a4bb-f97c3d01f27e 2026-06-18 10:29:25.270 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f31e665-20ec-4122-bc98-509186b3e180 b47b964e15cd46eea5bcb6ed70a5f93e 850c2642496a4e7981f58650023fe4e0 - - default default] Tap Mirror: Handle Delete Port: b9887bfb-6b6e-4c39-a4bb-f97c3d01f27e [pid: 8|app: 0|req: 650/1426] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:29:25 2026] DELETE /v2.0/ports/b9887bfb-6b6e-4c39-a4bb-f97c3d01f27e => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1427] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:29:23 2026] POST /v2.0/routers => generated 724 bytes in 2072 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1428] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:29:25 2026] DELETE /v2.0/networks/75e36ee9-1bda-43e3-9018-1380fc9a9276 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1429] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:25 2026] GET /v2.0/ports?device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:29:25.861 8 INFO neutron.services.segments.plugin [-] Segment 7682713d-d9fb-485d-ad86-81fd152f8cbe resource provider aggregate not found 2026-06-18 10:29:25.867 8 INFO neutron.services.segments.plugin [-] Segment 7682713d-d9fb-485d-ad86-81fd152f8cbe resource provider aggregate not found 2026-06-18 10:29:25.883 8 INFO neutron.services.segments.plugin [-] Segment 7682713d-d9fb-485d-ad86-81fd152f8cbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7682713d-d9fb-485d-ad86-81fd152f8cbe found for delete ", "request_id": "req-058806fe-e799-45b7-b29a-47b1b5706a61"}]} 2026-06-18 10:29:25.886 8 INFO neutron.services.segments.plugin [-] Segment 7682713d-d9fb-485d-ad86-81fd152f8cbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7682713d-d9fb-485d-ad86-81fd152f8cbe found for delete ", "request_id": "req-299a62fc-f57d-4115-8377-a489a9b42a85"}]} [pid: 8|app: 0|req: 653/1430] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:29:25 2026] GET /v2.0/security-groups?tenant_id=850c2642496a4e7981f58650023fe4e0&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1431] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:29:26 2026] DELETE /v2.0/security-groups/ad717a27-d014-4d27-957a-fa6703f45928 => 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: 778/1432] 10.0.0.47 () {34 vars in 782 bytes} [Thu Jun 18 10:29:25 2026] PUT /v2.0/routers/0e17fbed-a521-4582-96e1-cca540bc1071/add_router_interface => generated 309 bytes in 1479 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1433] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:26 2026] GET /v2.0/ports?device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => 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: 655/1434] 10.0.0.47 () {34 vars in 683 bytes} [Thu Jun 18 10:29:26 2026] POST /v2.0/security-groups => generated 1625 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1435] 10.0.0.47 () {32 vars in 662 bytes} [Thu Jun 18 10:29:27 2026] GET /v2.0/security-groups => generated 4530 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1436] 10.0.0.47 () {34 vars in 757 bytes} [Thu Jun 18 10:29:27 2026] PUT /v2.0/security-groups/3ad21383-7ee0-4f51-ae7e-911c37116079 => generated 1663 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1437] 10.0.0.47 () {32 vars in 736 bytes} [Thu Jun 18 10:29:27 2026] GET /v2.0/security-groups/3ad21383-7ee0-4f51-ae7e-911c37116079 => generated 1663 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1438] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:29:27 2026] DELETE /v2.0/security-groups/3ad21383-7ee0-4f51-ae7e-911c37116079 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1439] 10.0.0.47 () {32 vars in 662 bytes} [Thu Jun 18 10:29:27 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:29:27.468 8 INFO neutron.api.v2.resource [None req-21253586-4d04-4853-93d7-f2712b0faaa4 1f98232097a241e9a5ea3dbbfac952d7 87a30b2f1bd0491c9b5ee177ddf2fa2a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 658/1440] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:29:27 2026] DELETE /v2.0/security-groups/3ad21383-7ee0-4f51-ae7e-911c37116079 => 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: 783/1441] 10.0.0.47 () {34 vars in 683 bytes} [Thu Jun 18 10:29:27 2026] POST /v2.0/security-groups => generated 1624 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1444] 10.0.0.47 () {34 vars in 684 bytes} [Thu Jun 18 10:29:27 2026] POST /v2.0/security-groups => generated 1658 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1445] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:29:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1446] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:29:27 2026] GET /v2.0/security-group-rules/8c68359a-82ea-49a2-b91f-2a93f3e8be64 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1447] 10.0.0.47 () {32 vars in 672 bytes} [Thu Jun 18 10:29:28 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1448] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:28 2026] GET /v2.0/ports?device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => 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: 660/1449] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:29:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1450] 10.0.0.47 () {32 vars in 749 bytes} [Thu Jun 18 10:29:28 2026] DELETE /v2.0/security-group-rules/8c68359a-82ea-49a2-b91f-2a93f3e8be64 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1451] 10.0.0.47 () {32 vars in 672 bytes} [Thu Jun 18 10:29:28 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1452] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:29:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1453] 10.0.0.47 () {34 vars in 683 bytes} [Thu Jun 18 10:29:28 2026] POST /v2.0/security-groups => generated 1624 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1454] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:29:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1455] 10.0.0.47 () {32 vars in 662 bytes} [Thu Jun 18 10:29:29 2026] GET /v2.0/security-groups => generated 4529 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1456] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:29:29 2026] GET /v2.0/networks?id=1232ad2d-6212-4647-b83a-b9001eeb38a3 => generated 661 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1457] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:29:29 2026] GET /v2.0/security-group-rules/23af2ed1-53c2-4c26-8dd1-59ac3a16a6f9 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1458] 10.0.0.47 () {34 vars in 757 bytes} [Thu Jun 18 10:29:29 2026] PUT /v2.0/security-groups/39b65bf7-b9a0-4bfe-9751-96ea4ec1969c => generated 1663 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1459] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:29 2026] GET /v2.0/ports?device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => 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: 668/1460] 199.204.45.113 () {34 vars in 1050 bytes} [Thu Jun 18 10:29:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=27935f2844e24d1781d982f6d8619b7f => generated 181 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1461] 10.0.0.47 () {32 vars in 672 bytes} [Thu Jun 18 10:29:29 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1462] 10.0.0.47 () {32 vars in 736 bytes} [Thu Jun 18 10:29:29 2026] GET /v2.0/security-groups/39b65bf7-b9a0-4bfe-9751-96ea4ec1969c => generated 1663 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1463] 10.0.0.47 () {34 vars in 675 bytes} [Thu Jun 18 10:29:28 2026] POST /v2.0/floatingips => generated 552 bytes in 1073 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1464] 10.0.0.47 () {32 vars in 749 bytes} [Thu Jun 18 10:29:30 2026] DELETE /v2.0/security-group-rules/23af2ed1-53c2-4c26-8dd1-59ac3a16a6f9 => 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: 671/1465] 199.204.45.113 () {38 vars in 955 bytes} [Thu Jun 18 10:29:29 2026] POST /v2.0/ports => generated 958 bytes in 569 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: 795/1466] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:29:30 2026] DELETE /v2.0/security-groups/39b65bf7-b9a0-4bfe-9751-96ea4ec1969c => 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: 672/1467] 10.0.0.47 () {32 vars in 672 bytes} [Thu Jun 18 10:29:30 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1468] 10.0.0.47 () {32 vars in 662 bytes} [Thu Jun 18 10:29:30 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:29:30.356 8 INFO neutron.db.securitygroups_db [None req-65af93c9-9b48-4107-82e0-522942e35edf 1f98232097a241e9a5ea3dbbfac952d7 87a30b2f1bd0491c9b5ee177ddf2fa2a - - default default] Project 87a30b2f1bd0491c9b5ee177ddf2fa2a 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: 674/1469] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:29:30 2026] POST /v2.0/security-group-rules => generated 607 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:29:30.472 8 INFO neutron.api.v2.resource [None req-1db72bfb-94e9-4f2d-af96-525332bc9128 cfff61c0e7914497a7fc9232cdc4aafd ee386dd39f9a4024898adbff1e406138 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 675/1470] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:29:30 2026] DELETE /v2.0/security-groups/39b65bf7-b9a0-4bfe-9751-96ea4ec1969c => 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: 676/1471] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:29:30 2026] GET /v2.0/security-group-rules/f0e347d1-e669-4e75-8b39-170efbfa5b4b => generated 607 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1472] 10.0.0.47 () {34 vars in 683 bytes} [Thu Jun 18 10:29:30 2026] POST /v2.0/security-groups => generated 1625 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1473] 199.204.45.113 () {38 vars in 1028 bytes} [Thu Jun 18 10:29:30 2026] PUT /v2.0/ports/9531c85a-5526-4d54-a0bb-99c28629ddb6 => generated 1239 bytes in 562 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: 678/1474] 10.0.0.47 () {32 vars in 672 bytes} [Thu Jun 18 10:29:30 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: 7|app: 0|req: 797/1475] 10.0.0.253 () {34 vars in 1096 bytes} [Thu Jun 18 10:29:30 2026] GET /v2.0/security-groups?name=tempest-securitygroup--18018176&fields=id&tenant_id=4d0fb9686db34c2098f01f0a85ad20b2 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1476] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:30 2026] GET /v2.0/ports?device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1477] 10.0.0.47 () {32 vars in 749 bytes} [Thu Jun 18 10:29:30 2026] DELETE /v2.0/security-group-rules/f0e347d1-e669-4e75-8b39-170efbfa5b4b => 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: 681/1478] 10.0.0.253 () {34 vars in 982 bytes} [Thu Jun 18 10:29:30 2026] GET /v2.0/networks?id=3b7dfb06-a0e6-4651-bf73-a56111a2eafc => generated 669 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1479] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:30 2026] GET /v2.0/security-groups?id=f69eebc4-0029-4c40-aadb-bb1dc8f9551d&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1480] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:29:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1481] 10.0.0.253 () {34 vars in 965 bytes} [Thu Jun 18 10:29:31 2026] GET /v2.0/quotas/4d0fb9686db34c2098f01f0a85ad20b2 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:31.070 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-59c802c4-7eae-45c3-a7ab-c28023543b23'] response: {'name': 'network-changed', 'server_uuid': '3d16e8b8-437e-42e3-b18e-0f4ee5e970dc', 'tag': '9531c85a-5526-4d54-a0bb-99c28629ddb6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 800/1482] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:29:31 2026] GET /v2.0/security-group-rules/27f92819-a783-4a05-8ce4-2dc56f00f698 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1483] 10.0.0.47 () {32 vars in 672 bytes} [Thu Jun 18 10:29:31 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1484] 10.0.0.253 () {34 vars in 1002 bytes} [Thu Jun 18 10:29:31 2026] GET /v2.0/ports?tenant_id=4d0fb9686db34c2098f01f0a85ad20b2&fields=id => generated 103 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1485] 10.0.0.47 () {32 vars in 672 bytes} [Thu Jun 18 10:29:31 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1486] 10.0.0.253 () {34 vars in 1008 bytes} [Thu Jun 18 10:29:31 2026] GET /v2.0/networks/3b7dfb06-a0e6-4651-bf73-a56111a2eafc?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: 802/1487] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:29:31 2026] DELETE /v2.0/security-groups/fbaa0e2c-3251-4e98-9ee2-e95f93f7735e => generated 0 bytes in 171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1488] 10.0.0.253 () {34 vars in 1108 bytes} [Thu Jun 18 10:29:31 2026] GET /v2.0/networks/3b7dfb06-a0e6-4651-bf73-a56111a2eafc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1489] 10.0.0.47 () {32 vars in 749 bytes} [Thu Jun 18 10:29:31 2026] DELETE /v2.0/security-group-rules/27f92819-a783-4a05-8ce4-2dc56f00f698 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1490] 10.0.0.47 () {32 vars in 662 bytes} [Thu Jun 18 10:29:31 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) [pid: 7|app: 0|req: 805/1491] 10.0.0.47 () {32 vars in 662 bytes} [Thu Jun 18 10:29:31 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1492] 10.0.0.47 () {32 vars in 672 bytes} [Thu Jun 18 10:29:31 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1493] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:29:31 2026] GET /v2.0/ports?tenant_id=27935f2844e24d1781d982f6d8619b7f&device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1494] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:31 2026] GET /v2.0/ports?device_id=744d4efb-fc51-4644-ad17-07aad783b010 => 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: 806/1495] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:29:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1496] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:29:31 2026] GET /v2.0/security-group-rules/0dbc71ca-6021-4ac1-be26-9172e7387edd => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1497] 199.204.45.113 () {34 vars in 1018 bytes} [Thu Jun 18 10:29:31 2026] GET /v2.0/networks?tenant_id=27935f2844e24d1781d982f6d8619b7f&shared=False => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1498] 10.0.0.47 () {32 vars in 672 bytes} [Thu Jun 18 10:29:31 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1499] 199.204.45.113 () {34 vars in 930 bytes} [Thu Jun 18 10:29:31 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: 809/1500] 10.0.0.47 () {32 vars in 749 bytes} [Thu Jun 18 10:29:31 2026] DELETE /v2.0/security-group-rules/0dbc71ca-6021-4ac1-be26-9172e7387edd => 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: 692/1501] 10.0.0.47 () {32 vars in 672 bytes} [Thu Jun 18 10:29:31 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: 810/1502] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:29:31 2026] POST /v2.0/security-group-rules => generated 602 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1503] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:29:32 2026] GET /v2.0/security-group-rules/2d954d1c-a2ab-43e7-8fb4-6ecb3eccfc1a => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1504] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:32 2026] GET /v2.0/ports?device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1505] 10.0.0.47 () {32 vars in 672 bytes} [Thu Jun 18 10:29:32 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1506] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:32 2026] GET /v2.0/security-groups?id=f69eebc4-0029-4c40-aadb-bb1dc8f9551d&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: 695/1507] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:29:32 2026] GET /v2.0/security-groups?tenant_id=87a30b2f1bd0491c9b5ee177ddf2fa2a&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: 813/1508] 10.0.0.47 () {32 vars in 749 bytes} [Thu Jun 18 10:29:32 2026] DELETE /v2.0/security-group-rules/2d954d1c-a2ab-43e7-8fb4-6ecb3eccfc1a => generated 0 bytes in 202 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1509] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:29:32 2026] DELETE /v2.0/security-groups/5392707e-7766-4bb9-b7b5-701522095be2 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1510] 10.0.0.47 () {32 vars in 672 bytes} [Thu Jun 18 10:29:32 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1511] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:29:32 2026] DELETE /v2.0/security-groups/04abca2f-19ef-49c6-a712-3ebf40635fef => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1512] 10.0.0.47 () {32 vars in 662 bytes} [Thu Jun 18 10:29:32 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) [pid: 8|app: 0|req: 698/1513] 10.0.0.47 () {32 vars in 662 bytes} [Thu Jun 18 10:29:32 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: 7|app: 0|req: 816/1514] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:32 2026] GET /v2.0/ports?device_id=744d4efb-fc51-4644-ad17-07aad783b010 => 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: 699/1515] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:29:32 2026] GET /v2.0/ports?tenant_id=27935f2844e24d1781d982f6d8619b7f&device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => 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: 817/1516] 199.204.45.113 () {34 vars in 1060 bytes} [Thu Jun 18 10:29:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=9531c85a-5526-4d54-a0bb-99c28629ddb6 => 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: 700/1517] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:29:32 2026] GET /v2.0/subnets?id=904739c1-02bb-4836-91f1-e820ddb5a72d => 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: 818/1518] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:29:32 2026] GET /v2.0/ports?network_id=1232ad2d-6212-4647-b83a-b9001eeb38a3&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1519] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:29:32 2026] GET /v2.0/networks/1232ad2d-6212-4647-b83a-b9001eeb38a3?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: 819/1520] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:29:32 2026] GET /v2.0/networks/1232ad2d-6212-4647-b83a-b9001eeb38a3?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: 702/1521] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:29:33 2026] GET /v2.0/security-groups?tenant_id=ee386dd39f9a4024898adbff1e406138&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1522] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:33 2026] GET /v2.0/ports?device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => generated 973 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1523] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:33 2026] GET /v2.0/security-groups?id=f69eebc4-0029-4c40-aadb-bb1dc8f9551d&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1524] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:29:33 2026] DELETE /v2.0/security-groups/829db285-bb5d-43c1-8a63-470ea8319114 => 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: 822/1525] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:33 2026] GET /v2.0/ports?device_id=744d4efb-fc51-4644-ad17-07aad783b010 => 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: 704/1526] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:34 2026] GET /v2.0/ports?device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1527] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:34 2026] GET /v2.0/security-groups?id=f69eebc4-0029-4c40-aadb-bb1dc8f9551d&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1528] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:34 2026] GET /v2.0/ports?device_id=744d4efb-fc51-4644-ad17-07aad783b010 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:29:35.729 7 INFO neutron.db.segments_db [None req-03209473-dac6-4543-ac6d-54f4716b6e1c 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment 026559ad-14e2-491f-bfa7-dd9d9fdbcc14 of type vxlan for network f1c32e04-5c79-4312-8ada-3c92c97eefb8 [pid: 8|app: 0|req: 706/1529] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:35 2026] GET /v2.0/ports?device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1530] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:35 2026] GET /v2.0/security-groups?id=f69eebc4-0029-4c40-aadb-bb1dc8f9551d&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1531] 10.0.0.47 () {34 vars in 670 bytes} [Thu Jun 18 10:29:35 2026] POST /v2.0/networks => generated 721 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1532] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:29:35 2026] GET /v2.0/networks?id=3b7dfb06-a0e6-4651-bf73-a56111a2eafc => generated 669 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1533] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:36 2026] GET /v2.0/ports?device_id=744d4efb-fc51-4644-ad17-07aad783b010 => 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: 708/1534] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:29:35 2026] POST /v2.0/subnets => generated 687 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1535] 199.204.45.113 () {34 vars in 1050 bytes} [Thu Jun 18 10:29:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4d0fb9686db34c2098f01f0a85ad20b2 => generated 179 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:36.147 8 INFO neutron.db.segments_db [None req-4fa7ac7e-4dc0-44b4-acff-92c4fd168d10 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment de9e9f97-c1c2-47a2-ab43-190010b14370 of type vxlan for network 18bbedd3-3364-4a8c-8392-39432bd04fde 2026-06-18 10:29:36.508 8 INFO neutron.db.l3_hamode_db [None req-4fa7ac7e-4dc0-44b4-acff-92c4fd168d10 96a21c91f33a41dd88c0321f544ed8db a2c8f2a314e64eeabb87d49ce0dc1064 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 828/1536] 199.204.45.113 () {38 vars in 955 bytes} [Thu Jun 18 10:29:36 2026] POST /v2.0/ports => generated 954 bytes in 423 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: 829/1537] 199.204.45.113 () {38 vars in 1028 bytes} [Thu Jun 18 10:29:36 2026] PUT /v2.0/ports/645af6f9-a640-4ba0-a01c-5a41f74760ac => generated 1235 bytes in 501 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: 830/1538] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:37 2026] GET /v2.0/ports?device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:37.087 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e2c63fb0-7a0a-4db9-ba15-bde6e0f65bb0'] response: {'name': 'network-changed', 'server_uuid': '744d4efb-fc51-4644-ad17-07aad783b010', 'tag': '645af6f9-a640-4ba0-a01c-5a41f74760ac', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 831/1539] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:37 2026] GET /v2.0/security-groups?id=f69eebc4-0029-4c40-aadb-bb1dc8f9551d&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: 832/1540] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:37 2026] GET /v2.0/ports?device_id=744d4efb-fc51-4644-ad17-07aad783b010 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1541] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:37 2026] GET /v2.0/security-groups?id=97a35d2a-3cc8-441a-8ecf-526e54919cba&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:37.378 8 INFO neutron.db.l3_hamode_db [None req-4fa7ac7e-4dc0-44b4-acff-92c4fd168d10 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 834/1542] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:29:37 2026] GET /v2.0/ports?tenant_id=4d0fb9686db34c2098f01f0a85ad20b2&device_id=744d4efb-fc51-4644-ad17-07aad783b010 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1543] 199.204.45.113 () {34 vars in 1018 bytes} [Thu Jun 18 10:29:37 2026] GET /v2.0/networks?tenant_id=4d0fb9686db34c2098f01f0a85ad20b2&shared=False => 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: 836/1544] 199.204.45.113 () {34 vars in 930 bytes} [Thu Jun 18 10:29:37 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: 7|app: 0|req: 837/1545] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:38 2026] GET /v2.0/ports?device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1546] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:38 2026] GET /v2.0/security-groups?id=f69eebc4-0029-4c40-aadb-bb1dc8f9551d&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: 839/1547] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:38 2026] GET /v2.0/ports?device_id=744d4efb-fc51-4644-ad17-07aad783b010 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1548] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:38 2026] GET /v2.0/security-groups?id=97a35d2a-3cc8-441a-8ecf-526e54919cba&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1549] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:29:36 2026] POST /v2.0/routers => generated 727 bytes in 2705 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1550] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:29:38 2026] GET /v2.0/ports?tenant_id=4d0fb9686db34c2098f01f0a85ad20b2&device_id=744d4efb-fc51-4644-ad17-07aad783b010 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1551] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:29:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=645af6f9-a640-4ba0-a01c-5a41f74760ac => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1552] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:29:38 2026] GET /v2.0/subnets?id=f8ebb3bb-a466-4d22-901f-0fe1a9b4da3a => generated 687 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1553] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:29:38 2026] GET /v2.0/ports?network_id=3b7dfb06-a0e6-4651-bf73-a56111a2eafc&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: 845/1554] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:29:38 2026] GET /v2.0/networks/3b7dfb06-a0e6-4651-bf73-a56111a2eafc?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: 846/1555] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:29:38 2026] GET /v2.0/networks/3b7dfb06-a0e6-4651-bf73-a56111a2eafc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1556] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:39 2026] GET /v2.0/ports?device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1557] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:39 2026] GET /v2.0/ports?device_id=744d4efb-fc51-4644-ad17-07aad783b010 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1558] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:29:39 2026] GET /v2.0/security-groups?tenant_id=8eef66a734934fd1856c0ec152c75d8f&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1559] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:39 2026] GET /v2.0/security-groups?id=f69eebc4-0029-4c40-aadb-bb1dc8f9551d&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1560] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:39 2026] GET /v2.0/security-groups?id=97a35d2a-3cc8-441a-8ecf-526e54919cba&fields=id&fields=name => generated 112 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1561] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:29:39 2026] DELETE /v2.0/security-groups/49948c11-82d6-4345-ab66-553db5d0b485 => 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: 853/1562] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:40 2026] GET /v2.0/ports?device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1563] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:40 2026] GET /v2.0/security-groups?id=f69eebc4-0029-4c40-aadb-bb1dc8f9551d&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1564] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:29:40 2026] GET /v2.0/ports?device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => 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: 710/1565] 10.0.0.47 () {34 vars in 782 bytes} [Thu Jun 18 10:29:38 2026] PUT /v2.0/routers/e2f094e8-d122-41cc-be5d-d13ed91ecbbe/add_router_interface => generated 309 bytes in 1530 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1566] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:40 2026] GET /v2.0/ports?device_id=744d4efb-fc51-4644-ad17-07aad783b010 => generated 969 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1567] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:41 2026] GET /v2.0/security-groups?id=97a35d2a-3cc8-441a-8ecf-526e54919cba&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:41.372 7 INFO neutron.db.l3_db [None req-3cf16fb4-ab73-4fdb-a0b0-44e7dbf417f1 dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] Floating IP b3b426ba-3dab-499f-893d-ab2a1bd704e2 associated. External IP: 10.96.250.204, port: 9531c85a-5526-4d54-a0bb-99c28629ddb6. [pid: 7|app: 0|req: 856/1568] 10.0.0.47 () {34 vars in 676 bytes} [Thu Jun 18 10:29:40 2026] POST /v2.0/floatingips => generated 856 bytes in 1801 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:29:42.073 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff5dd7dd-7b39-4017-9386-6c3d932b6a42'] response: {'name': 'network-changed', 'server_uuid': '3d16e8b8-437e-42e3-b18e-0f4ee5e970dc', 'tag': '9531c85a-5526-4d54-a0bb-99c28629ddb6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 713/1569] 10.0.0.47 () {32 vars in 728 bytes} [Thu Jun 18 10:29:42 2026] GET /v2.0/floatingips/b3b426ba-3dab-499f-893d-ab2a1bd704e2 => generated 856 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1570] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:42 2026] GET /v2.0/ports?device_id=744d4efb-fc51-4644-ad17-07aad783b010 => generated 969 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1571] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:42 2026] GET /v2.0/security-groups?id=97a35d2a-3cc8-441a-8ecf-526e54919cba&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1572] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:29:42 2026] GET /v2.0/ports?tenant_id=27935f2844e24d1781d982f6d8619b7f&device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1573] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:29:42 2026] GET /v2.0/networks?id=1232ad2d-6212-4647-b83a-b9001eeb38a3 => generated 757 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1576] 199.204.45.113 () {34 vars in 1060 bytes} [Thu Jun 18 10:29:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=9531c85a-5526-4d54-a0bb-99c28629ddb6 => generated 859 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1577] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:29:42 2026] GET /v2.0/subnets?id=904739c1-02bb-4836-91f1-e820ddb5a72d => 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: 861/1578] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:29:42 2026] GET /v2.0/ports?network_id=1232ad2d-6212-4647-b83a-b9001eeb38a3&device_owner=network%3Adhcp => 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: 718/1579] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:29:42 2026] GET /v2.0/networks/1232ad2d-6212-4647-b83a-b9001eeb38a3?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: 862/1580] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:29:42 2026] GET /v2.0/networks/1232ad2d-6212-4647-b83a-b9001eeb38a3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1581] 10.0.0.47 () {32 vars in 728 bytes} [Thu Jun 18 10:29:43 2026] GET /v2.0/floatingips/b3b426ba-3dab-499f-893d-ab2a1bd704e2 => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1582] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:43 2026] GET /v2.0/ports?device_id=744d4efb-fc51-4644-ad17-07aad783b010 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1583] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:43 2026] GET /v2.0/security-groups?id=97a35d2a-3cc8-441a-8ecf-526e54919cba&fields=id&fields=name => generated 112 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1584] 10.0.0.253 () {34 vars in 982 bytes} [Thu Jun 18 10:29:43 2026] GET /v2.0/networks?id=f1c32e04-5c79-4312-8ada-3c92c97eefb8 => generated 672 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1585] 10.0.0.253 () {34 vars in 965 bytes} [Thu Jun 18 10:29:43 2026] GET /v2.0/quotas/a2c8f2a314e64eeabb87d49ce0dc1064 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1586] 10.0.0.253 () {34 vars in 1002 bytes} [Thu Jun 18 10:29:43 2026] GET /v2.0/ports?tenant_id=a2c8f2a314e64eeabb87d49ce0dc1064&fields=id => generated 57 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1587] 10.0.0.253 () {34 vars in 1008 bytes} [Thu Jun 18 10:29:43 2026] GET /v2.0/networks/f1c32e04-5c79-4312-8ada-3c92c97eefb8?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: 866/1588] 10.0.0.253 () {34 vars in 1108 bytes} [Thu Jun 18 10:29:43 2026] GET /v2.0/networks/f1c32e04-5c79-4312-8ada-3c92c97eefb8?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: 723/1589] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:44 2026] GET /v2.0/ports?device_id=692d0de7-ca8c-4063-bd67-73ce25a5419e => 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: 867/1590] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:44 2026] GET /v2.0/ports?device_id=744d4efb-fc51-4644-ad17-07aad783b010 => 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: 724/1591] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:44 2026] GET /v2.0/security-groups?id=97a35d2a-3cc8-441a-8ecf-526e54919cba&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1592] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:45 2026] GET /v2.0/ports?device_id=692d0de7-ca8c-4063-bd67-73ce25a5419e => 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: 725/1593] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:45 2026] GET /v2.0/ports?device_id=744d4efb-fc51-4644-ad17-07aad783b010 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1594] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:45 2026] GET /v2.0/security-groups?id=97a35d2a-3cc8-441a-8ecf-526e54919cba&fields=id&fields=name => generated 112 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1595] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:45 2026] GET /v2.0/ports?device_id=744d4efb-fc51-4644-ad17-07aad783b010 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1596] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:46 2026] GET /v2.0/ports?device_id=692d0de7-ca8c-4063-bd67-73ce25a5419e => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:29:47.150 7 INFO neutron.db.l3_db [None req-0b08a275-c825-460c-be3a-d666ae21e9b3 e85146bed54748d3bdc5149536e51bc6 4d0fb9686db34c2098f01f0a85ad20b2 - - default default] Floating IP 0fdd78a7-d58a-4090-80a3-07c307141212 associated. External IP: 10.96.250.207, port: 645af6f9-a640-4ba0-a01c-5a41f74760ac. [pid: 7|app: 0|req: 870/1597] 10.0.0.47 () {34 vars in 748 bytes} [Thu Jun 18 10:29:46 2026] PUT /v2.0/floatingips/0fdd78a7-d58a-4090-80a3-07c307141212 => generated 855 bytes in 1522 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:47.575 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f4c686b-d2a5-4f5b-93ba-a8a21305e3d4'] response: {'name': 'network-changed', 'server_uuid': '744d4efb-fc51-4644-ad17-07aad783b010', 'tag': '645af6f9-a640-4ba0-a01c-5a41f74760ac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 728/1598] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:47 2026] GET /v2.0/ports?device_id=744d4efb-fc51-4644-ad17-07aad783b010 => 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: 871/1599] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:47 2026] GET /v2.0/security-groups?id=97a35d2a-3cc8-441a-8ecf-526e54919cba&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1600] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:47 2026] GET /v2.0/ports?device_id=692d0de7-ca8c-4063-bd67-73ce25a5419e => 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: 872/1601] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:47 2026] GET /v2.0/ports?device_id=744d4efb-fc51-4644-ad17-07aad783b010 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1602] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:29:48 2026] GET /v2.0/ports?tenant_id=4d0fb9686db34c2098f01f0a85ad20b2&device_id=744d4efb-fc51-4644-ad17-07aad783b010 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1603] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:48 2026] GET /v2.0/security-groups?id=97a35d2a-3cc8-441a-8ecf-526e54919cba&fields=id&fields=name => generated 112 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1604] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:29:48 2026] GET /v2.0/networks?id=3b7dfb06-a0e6-4651-bf73-a56111a2eafc => generated 765 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1605] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:29:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=645af6f9-a640-4ba0-a01c-5a41f74760ac => generated 858 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1606] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:29:48 2026] GET /v2.0/subnets?id=f8ebb3bb-a466-4d22-901f-0fe1a9b4da3a => generated 687 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1607] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:29:48 2026] GET /v2.0/ports?network_id=3b7dfb06-a0e6-4651-bf73-a56111a2eafc&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: 733/1608] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:29:48 2026] GET /v2.0/networks/3b7dfb06-a0e6-4651-bf73-a56111a2eafc?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1609] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:29:48 2026] GET /v2.0/networks/3b7dfb06-a0e6-4651-bf73-a56111a2eafc?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: 734/1610] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:48 2026] GET /v2.0/ports?device_id=692d0de7-ca8c-4063-bd67-73ce25a5419e => 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: 877/1611] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:49 2026] GET /v2.0/ports?device_id=744d4efb-fc51-4644-ad17-07aad783b010 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1612] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:49 2026] GET /v2.0/security-groups?id=97a35d2a-3cc8-441a-8ecf-526e54919cba&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1613] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:29:49 2026] GET /v2.0/networks?id=f1c32e04-5c79-4312-8ada-3c92c97eefb8 => generated 672 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1614] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:49 2026] GET /v2.0/ports?device_id=692d0de7-ca8c-4063-bd67-73ce25a5419e => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1615] 199.204.45.113 () {38 vars in 955 bytes} [Thu Jun 18 10:29:49 2026] POST /v2.0/ports => generated 958 bytes in 600 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: 737/1616] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:50 2026] GET /v2.0/ports?device_id=744d4efb-fc51-4644-ad17-07aad783b010 => 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: 738/1617] 199.204.45.113 () {34 vars in 994 bytes} [Thu Jun 18 10:29:50 2026] GET /v2.0/ports?device_id=744d4efb-fc51-4644-ad17-07aad783b010 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1618] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:50 2026] GET /v2.0/security-groups?id=97a35d2a-3cc8-441a-8ecf-526e54919cba&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:50.588 8 INFO neutron_taas.services.taas.taas_plugin [req-24f6586d-4fa9-4a0a-8cf6-e0982c38d573 req-07c61592-b66f-441f-96ff-3d05c847c9e3 e85146bed54748d3bdc5149536e51bc6 4d0fb9686db34c2098f01f0a85ad20b2 - - default default] TaaS: Handle Delete Port: 645af6f9-a640-4ba0-a01c-5a41f74760ac 2026-06-18 10:29:50.591 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-24f6586d-4fa9-4a0a-8cf6-e0982c38d573 req-07c61592-b66f-441f-96ff-3d05c847c9e3 e85146bed54748d3bdc5149536e51bc6 4d0fb9686db34c2098f01f0a85ad20b2 - - default default] Tap Mirror: Handle Delete Port: 645af6f9-a640-4ba0-a01c-5a41f74760ac 2026-06-18 10:29:50.744 8 INFO neutron.db.l3_db [req-24f6586d-4fa9-4a0a-8cf6-e0982c38d573 req-07c61592-b66f-441f-96ff-3d05c847c9e3 e85146bed54748d3bdc5149536e51bc6 4d0fb9686db34c2098f01f0a85ad20b2 - - default default] Floating IP 0fdd78a7-d58a-4090-80a3-07c307141212 disassociated. External IP: 10.96.250.207, port: 645af6f9-a640-4ba0-a01c-5a41f74760ac. [pid: 7|app: 0|req: 880/1619] 199.204.45.113 () {38 vars in 1028 bytes} [Thu Jun 18 10:29:50 2026] PUT /v2.0/ports/0e8c0595-323b-4199-95b1-4280f0507358 => generated 1239 bytes in 527 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:29:50.804 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d9b2800e-aada-475b-b387-049355163139'] response: {'name': 'network-changed', 'server_uuid': '692d0de7-ca8c-4063-bd67-73ce25a5419e', 'tag': '0e8c0595-323b-4199-95b1-4280f0507358', '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: 740/1620] 199.204.45.113 () {36 vars in 997 bytes} [Thu Jun 18 10:29:50 2026] DELETE /v2.0/ports/645af6f9-a640-4ba0-a01c-5a41f74760ac => generated 0 bytes in 647 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1621] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:51 2026] GET /v2.0/ports?device_id=692d0de7-ca8c-4063-bd67-73ce25a5419e => generated 973 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:51.167 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-28ca42a2-da90-4825-b67f-e50fd1fb8ae5'] response: {'server_uuid': '744d4efb-fc51-4644-ad17-07aad783b010', 'name': 'network-vif-deleted', 'tag': '645af6f9-a640-4ba0-a01c-5a41f74760ac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 741/1622] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:51 2026] GET /v2.0/security-groups?id=d61cb080-c7ba-47a9-b5ad-8eace85eb56b&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1623] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:29:51 2026] GET /v2.0/ports?tenant_id=a2c8f2a314e64eeabb87d49ce0dc1064&device_id=692d0de7-ca8c-4063-bd67-73ce25a5419e => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1624] 199.204.45.113 () {34 vars in 1018 bytes} [Thu Jun 18 10:29:51 2026] GET /v2.0/networks?tenant_id=a2c8f2a314e64eeabb87d49ce0dc1064&shared=False => generated 768 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1625] 199.204.45.113 () {34 vars in 930 bytes} [Thu Jun 18 10:29:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1626] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:51 2026] GET /v2.0/ports?device_id=744d4efb-fc51-4644-ad17-07aad783b010 => 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: 884/1627] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:52 2026] GET /v2.0/ports?device_id=692d0de7-ca8c-4063-bd67-73ce25a5419e => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1628] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:52 2026] GET /v2.0/security-groups?id=d61cb080-c7ba-47a9-b5ad-8eace85eb56b&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: 885/1629] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:29:52 2026] GET /v2.0/ports?tenant_id=a2c8f2a314e64eeabb87d49ce0dc1064&device_id=692d0de7-ca8c-4063-bd67-73ce25a5419e => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1630] 199.204.45.113 () {34 vars in 1060 bytes} [Thu Jun 18 10:29:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=0e8c0595-323b-4199-95b1-4280f0507358 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1631] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:29:52 2026] GET /v2.0/subnets?id=6c3b1277-27e2-45e1-8600-17816c80dc32 => generated 690 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1632] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:29:52 2026] GET /v2.0/ports?network_id=f1c32e04-5c79-4312-8ada-3c92c97eefb8&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: 887/1633] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:29:52 2026] GET /v2.0/networks/f1c32e04-5c79-4312-8ada-3c92c97eefb8?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: 747/1634] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:52 2026] GET /v2.0/ports?device_id=744d4efb-fc51-4644-ad17-07aad783b010 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1635] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:29:52 2026] GET /v2.0/networks/f1c32e04-5c79-4312-8ada-3c92c97eefb8?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: 748/1636] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:53 2026] GET /v2.0/ports?device_id=692d0de7-ca8c-4063-bd67-73ce25a5419e => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1637] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:53 2026] GET /v2.0/security-groups?id=d61cb080-c7ba-47a9-b5ad-8eace85eb56b&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1638] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:53 2026] GET /v2.0/ports?device_id=744d4efb-fc51-4644-ad17-07aad783b010 => 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: 750/1639] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:54 2026] GET /v2.0/ports?device_id=692d0de7-ca8c-4063-bd67-73ce25a5419e => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1640] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:54 2026] GET /v2.0/security-groups?id=d61cb080-c7ba-47a9-b5ad-8eace85eb56b&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1641] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:29:54 2026] GET /v2.0/security-groups?tenant_id=871bae9e23e94f2e8a1925973403231b&name=default => generated 2925 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1642] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:29:54 2026] DELETE /v2.0/security-groups/33d63a51-61e2-439c-a37d-cdab6a1ad26a => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1643] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:29:54 2026] DELETE /v2.0/security-groups/97a35d2a-3cc8-441a-8ecf-526e54919cba => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:29:54.992 8 INFO neutron.api.v2.resource [None req-874ec090-c753-4c31-8adf-2873fcb40045 e85146bed54748d3bdc5149536e51bc6 4d0fb9686db34c2098f01f0a85ad20b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 753/1644] 10.0.0.47 () {32 vars in 736 bytes} [Thu Jun 18 10:29:54 2026] GET /v2.0/security-groups/97a35d2a-3cc8-441a-8ecf-526e54919cba => 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: 892/1645] 10.0.0.157 () {34 vars in 990 bytes} [Thu Jun 18 10:29:54 2026] GET /v2.0/ports?device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1646] 10.0.0.157 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:55 2026] GET /v2.0/security-groups?id=f69eebc4-0029-4c40-aadb-bb1dc8f9551d&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:55.136 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3e955cf-a46d-4a5c-832e-91d5ccca9a08 e85146bed54748d3bdc5149536e51bc6 4d0fb9686db34c2098f01f0a85ad20b2 - - default default] TaaS: Handle Delete Port: 6d0cb346-f117-4019-8482-08b0b35b3747 2026-06-18 10:29:55.141 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3e955cf-a46d-4a5c-832e-91d5ccca9a08 e85146bed54748d3bdc5149536e51bc6 4d0fb9686db34c2098f01f0a85ad20b2 - - default default] Tap Mirror: Handle Delete Port: 6d0cb346-f117-4019-8482-08b0b35b3747 [pid: 8|app: 0|req: 754/1647] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:29:54 2026] DELETE /v2.0/floatingips/0fdd78a7-d58a-4090-80a3-07c307141212 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:29:55.786 7 INFO neutron_taas.services.taas.taas_plugin [None req-366bcf34-9a6f-42db-a302-028dbfaee390 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 1d41c72a-c061-4ba6-9573-c00684cc0138 2026-06-18 10:29:55.789 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-366bcf34-9a6f-42db-a302-028dbfaee390 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 1d41c72a-c061-4ba6-9573-c00684cc0138 [pid: 8|app: 0|req: 755/1648] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:55 2026] GET /v2.0/ports?device_id=692d0de7-ca8c-4063-bd67-73ce25a5419e => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1649] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:55 2026] GET /v2.0/security-groups?id=d61cb080-c7ba-47a9-b5ad-8eace85eb56b&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1650] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:29:55 2026] PUT /v2.0/routers/0e17fbed-a521-4582-96e1-cca540bc1071/remove_router_interface => generated 309 bytes in 1027 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:29:56.643 8 INFO neutron_taas.services.taas.taas_plugin [None req-560345ce-dd5b-49ca-985b-b97e79e491e8 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: db8d24ec-dbce-47a0-af74-6c8ff87fd14b 2026-06-18 10:29:56.646 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-560345ce-dd5b-49ca-985b-b97e79e491e8 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: db8d24ec-dbce-47a0-af74-6c8ff87fd14b 2026-06-18 10:29:56.957 8 INFO neutron_taas.services.taas.taas_plugin [None req-560345ce-dd5b-49ca-985b-b97e79e491e8 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 1d25db60-bff9-4768-97fd-f645b0b12382 2026-06-18 10:29:56.961 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-560345ce-dd5b-49ca-985b-b97e79e491e8 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 1d25db60-bff9-4768-97fd-f645b0b12382 [pid: 7|app: 0|req: 895/1651] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:56 2026] GET /v2.0/ports?device_id=692d0de7-ca8c-4063-bd67-73ce25a5419e => 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: 896/1652] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:57 2026] GET /v2.0/security-groups?id=d61cb080-c7ba-47a9-b5ad-8eace85eb56b&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-06-18 10:29:57.620 8 INFO neutron.services.segments.plugin [-] Segment cac764c0-57ed-419c-8850-09b7bae0f343 resource provider aggregate not found 2026-06-18 10:29:57.620 8 INFO neutron.services.segments.plugin [-] Segment cac764c0-57ed-419c-8850-09b7bae0f343 resource provider aggregate not found 2026-06-18 10:29:57.638 8 INFO neutron.services.segments.plugin [-] Segment cac764c0-57ed-419c-8850-09b7bae0f343 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cac764c0-57ed-419c-8850-09b7bae0f343 found for delete ", "request_id": "req-6f1fa989-5a11-4995-a79f-73197e44229c"}]} 2026-06-18 10:29:57.640 8 INFO neutron.services.segments.plugin [-] Segment cac764c0-57ed-419c-8850-09b7bae0f343 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cac764c0-57ed-419c-8850-09b7bae0f343 found for delete ", "request_id": "req-26b0e8e7-0c98-47a4-97cf-12b92c1f7cd8"}]} 2026-06-18 10:29:57.768 8 INFO neutron.db.l3_hamode_db [None req-560345ce-dd5b-49ca-985b-b97e79e491e8 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] HA network 26a98948-96bf-4153-81eb-4b6e5eda2b03 was deleted as no HA routers are present in tenant 4d0fb9686db34c2098f01f0a85ad20b2. [pid: 8|app: 0|req: 757/1655] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:29:56 2026] DELETE /v2.0/routers/0e17fbed-a521-4582-96e1-cca540bc1071 => generated 0 bytes in 1409 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1656] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:29:57 2026] DELETE /v2.0/subnets/f8ebb3bb-a466-4d22-901f-0fe1a9b4da3a => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:29:58.100 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5be80d2-cf5f-40b9-8533-2e7f0e65c94b 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 84257c48-21de-4fbc-a10a-ce6d177e3f6a 2026-06-18 10:29:58.103 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5be80d2-cf5f-40b9-8533-2e7f0e65c94b 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 84257c48-21de-4fbc-a10a-ce6d177e3f6a [pid: 7|app: 0|req: 900/1657] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:58 2026] GET /v2.0/ports?device_id=692d0de7-ca8c-4063-bd67-73ce25a5419e => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1658] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:58 2026] GET /v2.0/security-groups?id=d61cb080-c7ba-47a9-b5ad-8eace85eb56b&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: 758/1659] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:29:57 2026] DELETE /v2.0/networks/3b7dfb06-a0e6-4651-bf73-a56111a2eafc => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1660] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:29:58 2026] GET /v2.0/security-groups?tenant_id=4d0fb9686db34c2098f01f0a85ad20b2&name=default => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1661] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:29:58 2026] DELETE /v2.0/security-groups/15434754-1818-45a0-b6c1-ed1ee519ef4d => generated 0 bytes in 188 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1662] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:29:59 2026] GET /v2.0/ports?device_id=692d0de7-ca8c-4063-bd67-73ce25a5419e => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1663] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:29:59 2026] GET /v2.0/security-groups?id=d61cb080-c7ba-47a9-b5ad-8eace85eb56b&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:29:59.667 8 INFO neutron.services.segments.plugin [-] Segment d499cf87-b3ea-43cf-a9e7-4ea03705463e resource provider aggregate not found 2026-06-18 10:29:59.675 8 INFO neutron.services.segments.plugin [-] Segment d499cf87-b3ea-43cf-a9e7-4ea03705463e resource provider aggregate not found 2026-06-18 10:29:59.702 8 INFO neutron.services.segments.plugin [-] Segment d499cf87-b3ea-43cf-a9e7-4ea03705463e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d499cf87-b3ea-43cf-a9e7-4ea03705463e found for delete ", "request_id": "req-82234325-2558-45f9-bbec-ad619cc18064"}]} 2026-06-18 10:29:59.702 8 INFO neutron.services.segments.plugin [-] Segment d499cf87-b3ea-43cf-a9e7-4ea03705463e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d499cf87-b3ea-43cf-a9e7-4ea03705463e found for delete ", "request_id": "req-9a27f713-7b6f-41b9-89a5-14a11ec4e301"}]} 2026-06-18 10:30:00.474 7 INFO neutron.db.segments_db [None req-955ef24f-b74d-4466-96d0-04c612ef813f 1ccd48fee5d540f2af34d16ad4c87908 7f692517c506438483c2a874db4a41dc - - default default] Added segment b98eabc8-383e-498d-aa63-c88ee190e9ee of type vxlan for network 6edfb1ac-dcba-44f2-bdd7-618c6d305f83 [pid: 7|app: 0|req: 904/1664] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:30:00 2026] POST /v2.0/networks => generated 611 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:30:00.714 8 INFO neutron.db.segments_db [None req-1fbc3a31-43eb-4d7f-8991-e41e232cdf0f 1ccd48fee5d540f2af34d16ad4c87908 7f692517c506438483c2a874db4a41dc - - default default] Added segment 4c6a623d-e10a-4524-9f33-9aaebd9bd8f1 of type vxlan for network 98894d03-7ea7-4e80-9c7d-12da38208fed [pid: 8|app: 0|req: 761/1665] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:30:00 2026] POST /v2.0/networks => generated 613 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:30:00.978 7 INFO neutron.db.segments_db [None req-de13cd3d-6b27-4535-84f5-4455bc29dae4 1ccd48fee5d540f2af34d16ad4c87908 7f692517c506438483c2a874db4a41dc - - default default] Added segment fe035382-d8ec-46d3-9a5b-1d83713c6daf of type vxlan for network 59a45fb2-5fb2-4798-ab3e-6bad25e7fa60 [pid: 8|app: 0|req: 762/1666] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:00 2026] GET /v2.0/ports?device_id=692d0de7-ca8c-4063-bd67-73ce25a5419e => generated 975 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1667] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:30:00 2026] POST /v2.0/networks => generated 613 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1668] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:30:01 2026] GET /v2.0/security-groups?id=d61cb080-c7ba-47a9-b5ad-8eace85eb56b&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:30:01.212 7 INFO neutron.db.segments_db [None req-24aab986-9d19-4351-a956-15dc5477b29b 1ccd48fee5d540f2af34d16ad4c87908 7f692517c506438483c2a874db4a41dc - - default default] Added segment c8a696df-02e8-4572-b5a3-5c93cdc88de7 of type vxlan for network fe73eb2c-9327-4c4a-a0ec-d9e4a0bdb700 [pid: 7|app: 0|req: 906/1669] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:30:01 2026] POST /v2.0/networks => generated 612 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:30:01.423 8 INFO neutron.db.segments_db [None req-b9da02b1-4bb3-4531-a702-ebb47e307b25 1ccd48fee5d540f2af34d16ad4c87908 7f692517c506438483c2a874db4a41dc - - default default] Added segment 401b860d-187e-43a6-8e28-329092fcc447 of type vxlan for network f9d41953-556c-4aa2-a48b-ac2f5393d514 [pid: 8|app: 0|req: 764/1670] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:30:01 2026] POST /v2.0/networks => generated 612 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1671] 10.0.0.47 () {34 vars in 752 bytes} [Thu Jun 18 10:30:01 2026] PUT /v2.0/networks/6edfb1ac-dcba-44f2-bdd7-618c6d305f83/tags => generated 17 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1672] 10.0.0.47 () {34 vars in 752 bytes} [Thu Jun 18 10:30:01 2026] PUT /v2.0/networks/98894d03-7ea7-4e80-9c7d-12da38208fed/tags => generated 25 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1673] 10.0.0.47 () {34 vars in 752 bytes} [Thu Jun 18 10:30:01 2026] PUT /v2.0/networks/59a45fb2-5fb2-4798-ab3e-6bad25e7fa60/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: 766/1674] 10.0.0.47 () {34 vars in 752 bytes} [Thu Jun 18 10:30:01 2026] PUT /v2.0/networks/fe73eb2c-9327-4c4a-a0ec-d9e4a0bdb700/tags => generated 19 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1675] 10.0.0.47 () {32 vars in 665 bytes} [Thu Jun 18 10:30:01 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1676] 10.0.0.47 () {32 vars in 679 bytes} [Thu Jun 18 10:30:02 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1677] 10.0.0.47 () {32 vars in 675 bytes} [Thu Jun 18 10:30:02 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1678] 10.0.0.47 () {32 vars in 687 bytes} [Thu Jun 18 10:30:02 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1679] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:02 2026] GET /v2.0/ports?device_id=692d0de7-ca8c-4063-bd67-73ce25a5419e => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1680] 10.0.0.47 () {32 vars in 673 bytes} [Thu Jun 18 10:30:02 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1681] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:30:02 2026] GET /v2.0/security-groups?id=d61cb080-c7ba-47a9-b5ad-8eace85eb56b&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1682] 10.0.0.47 () {32 vars in 687 bytes} [Thu Jun 18 10:30:02 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2465 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1683] 10.0.0.47 () {32 vars in 683 bytes} [Thu Jun 18 10:30:02 2026] GET /v2.0/networks?not-tags-any=blue => generated 2465 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1684] 10.0.0.47 () {32 vars in 695 bytes} [Thu Jun 18 10:30:02 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:30:02.666 8 INFO neutron.services.segments.plugin [-] Segment b98eabc8-383e-498d-aa63-c88ee190e9ee resource provider aggregate not found 2026-06-18 10:30:02.671 8 INFO neutron.services.segments.plugin [-] Segment b98eabc8-383e-498d-aa63-c88ee190e9ee resource provider aggregate not found 2026-06-18 10:30:02.692 8 INFO neutron.services.segments.plugin [-] Segment b98eabc8-383e-498d-aa63-c88ee190e9ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b98eabc8-383e-498d-aa63-c88ee190e9ee found for delete ", "request_id": "req-9290e5ac-af21-4296-b3e8-da74c70eb916"}]} 2026-06-18 10:30:02.695 8 INFO neutron.services.segments.plugin [-] Segment b98eabc8-383e-498d-aa63-c88ee190e9ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b98eabc8-383e-498d-aa63-c88ee190e9ee found for delete ", "request_id": "req-9254c257-3e4b-45ca-8ae4-712e43b09c53"}]} [pid: 8|app: 0|req: 772/1685] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:02 2026] DELETE /v2.0/networks/6edfb1ac-dcba-44f2-bdd7-618c6d305f83 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:30:02.854 7 INFO neutron.services.segments.plugin [-] Segment 4c6a623d-e10a-4524-9f33-9aaebd9bd8f1 resource provider aggregate not found 2026-06-18 10:30:02.864 7 INFO neutron.services.segments.plugin [-] Segment 4c6a623d-e10a-4524-9f33-9aaebd9bd8f1 resource provider aggregate not found 2026-06-18 10:30:02.875 7 INFO neutron.services.segments.plugin [-] Segment 4c6a623d-e10a-4524-9f33-9aaebd9bd8f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c6a623d-e10a-4524-9f33-9aaebd9bd8f1 found for delete ", "request_id": "req-c818dd11-4bff-4a36-b48a-a961db7c95aa"}]} 2026-06-18 10:30:02.885 7 INFO neutron.services.segments.plugin [-] Segment 4c6a623d-e10a-4524-9f33-9aaebd9bd8f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c6a623d-e10a-4524-9f33-9aaebd9bd8f1 found for delete ", "request_id": "req-99c8930f-c24d-4e90-8956-20b4c488b122"}]} [pid: 7|app: 0|req: 914/1686] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:02 2026] DELETE /v2.0/networks/98894d03-7ea7-4e80-9c7d-12da38208fed => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1687] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:02 2026] DELETE /v2.0/networks/59a45fb2-5fb2-4798-ab3e-6bad25e7fa60 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1688] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:03 2026] DELETE /v2.0/networks/fe73eb2c-9327-4c4a-a0ec-d9e4a0bdb700 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1689] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:03 2026] DELETE /v2.0/networks/f9d41953-556c-4aa2-a48b-ac2f5393d514 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1690] 199.204.45.113 () {34 vars in 994 bytes} [Thu Jun 18 10:30:03 2026] GET /v2.0/ports?device_id=692d0de7-ca8c-4063-bd67-73ce25a5419e => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1691] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:03 2026] GET /v2.0/ports?device_id=692d0de7-ca8c-4063-bd67-73ce25a5419e => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1692] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:30:03 2026] GET /v2.0/security-groups?id=d61cb080-c7ba-47a9-b5ad-8eace85eb56b&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:30:03.583 7 INFO neutron_taas.services.taas.taas_plugin [req-256daaec-9a84-49aa-8756-3abb93f77053 req-6c469088-82f0-420a-a6a7-afb3f5124b8f 7094cf07c1c7433a8936d82b13637cd3 a2c8f2a314e64eeabb87d49ce0dc1064 - - default default] TaaS: Handle Delete Port: 0e8c0595-323b-4199-95b1-4280f0507358 2026-06-18 10:30:03.586 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-256daaec-9a84-49aa-8756-3abb93f77053 req-6c469088-82f0-420a-a6a7-afb3f5124b8f 7094cf07c1c7433a8936d82b13637cd3 a2c8f2a314e64eeabb87d49ce0dc1064 - - default default] Tap Mirror: Handle Delete Port: 0e8c0595-323b-4199-95b1-4280f0507358 [pid: 7|app: 0|req: 917/1693] 199.204.45.113 () {36 vars in 997 bytes} [Thu Jun 18 10:30:03 2026] DELETE /v2.0/ports/0e8c0595-323b-4199-95b1-4280f0507358 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:30:03.795 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-588dded5-02af-4437-8e05-a09f489587e6'] response: {'server_uuid': '692d0de7-ca8c-4063-bd67-73ce25a5419e', 'name': 'network-vif-deleted', 'tag': '0e8c0595-323b-4199-95b1-4280f0507358', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 777/1694] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:04 2026] GET /v2.0/security-groups?tenant_id=5685d474ea7545d384583042f4e6b27c&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1695] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:04 2026] GET /v2.0/security-groups?tenant_id=877971b63196476789a5dc6199f800b7&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1696] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:04 2026] GET /v2.0/ports?device_id=692d0de7-ca8c-4063-bd67-73ce25a5419e => 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: 778/1697] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:04 2026] DELETE /v2.0/security-groups/973508b9-b0b7-4362-b524-ee52e0866d61 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:30:04.733 8 INFO neutron.services.segments.plugin [-] Segment fe035382-d8ec-46d3-9a5b-1d83713c6daf resource provider aggregate not found 2026-06-18 10:30:04.764 8 INFO neutron.services.segments.plugin [-] Segment fe035382-d8ec-46d3-9a5b-1d83713c6daf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe035382-d8ec-46d3-9a5b-1d83713c6daf found for delete ", "request_id": "req-7546dfce-77f6-47d7-a18f-e4e02d5ea056"}]} 2026-06-18 10:30:04.767 8 INFO neutron.services.segments.plugin [-] Segment fe035382-d8ec-46d3-9a5b-1d83713c6daf resource provider aggregate not found 2026-06-18 10:30:04.790 8 INFO neutron.services.segments.plugin [-] Segment fe035382-d8ec-46d3-9a5b-1d83713c6daf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe035382-d8ec-46d3-9a5b-1d83713c6daf found for delete ", "request_id": "req-adf72b64-5681-4a25-b107-8a727373faa8"}]} [pid: 8|app: 0|req: 779/1698] 10.0.0.47 () {32 vars in 825 bytes} [Thu Jun 18 10:30:04 2026] GET /v2.0/ports?project_id=27935f2844e24d1781d982f6d8619b7f&network_id=1232ad2d-6212-4647-b83a-b9001eeb38a3 => generated 3695 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:30:04.796 8 INFO neutron.services.segments.plugin [-] Segment 401b860d-187e-43a6-8e28-329092fcc447 resource provider aggregate not found 2026-06-18 10:30:04.812 8 INFO neutron.services.segments.plugin [-] Segment 401b860d-187e-43a6-8e28-329092fcc447 resource provider aggregate not found [pid: 7|app: 0|req: 920/1699] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:04 2026] DELETE /v2.0/security-groups/0064ca9f-a012-4317-bf8c-08b345affc6b => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:30:04.818 8 INFO neutron.services.segments.plugin [-] Segment 401b860d-187e-43a6-8e28-329092fcc447 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 401b860d-187e-43a6-8e28-329092fcc447 found for delete ", "request_id": "req-47b12cfb-0fad-42c7-b544-298074e5735b"}]} 2026-06-18 10:30:04.832 8 INFO neutron.services.segments.plugin [-] Segment 401b860d-187e-43a6-8e28-329092fcc447 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 401b860d-187e-43a6-8e28-329092fcc447 found for delete ", "request_id": "req-89b93b3c-637c-4143-9b94-b4db89dd1214"}]} 2026-06-18 10:30:04.894 7 INFO neutron.services.segments.plugin [-] Segment c8a696df-02e8-4572-b5a3-5c93cdc88de7 resource provider aggregate not found 2026-06-18 10:30:04.901 7 INFO neutron.services.segments.plugin [-] Segment c8a696df-02e8-4572-b5a3-5c93cdc88de7 resource provider aggregate not found 2026-06-18 10:30:04.907 7 INFO neutron.services.segments.plugin [-] Segment c8a696df-02e8-4572-b5a3-5c93cdc88de7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8a696df-02e8-4572-b5a3-5c93cdc88de7 found for delete ", "request_id": "req-e01268d1-5749-49ef-8604-a04eca70f177"}]} 2026-06-18 10:30:04.916 7 INFO neutron.services.segments.plugin [-] Segment c8a696df-02e8-4572-b5a3-5c93cdc88de7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8a696df-02e8-4572-b5a3-5c93cdc88de7 found for delete ", "request_id": "req-a50d8470-48bc-4e74-989d-2a557d89a3ce"}]} [pid: 8|app: 0|req: 780/1700] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:04 2026] GET /v2.0/security-groups?tenant_id=5852f49dbbda4f88b91f6c1e55c7c5fd&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1701] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:04 2026] GET /v2.0/security-groups?tenant_id=7f692517c506438483c2a874db4a41dc&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1702] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:05 2026] DELETE /v2.0/security-groups/13010d5e-5a79-4014-9af7-c66edbf6ba21 => 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: 922/1703] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:05 2026] DELETE /v2.0/security-groups/edbcd228-ac05-45f5-acfc-8039d0e0024f => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1704] 10.0.0.47 () {32 vars in 741 bytes} [Thu Jun 18 10:30:05 2026] GET /v2.0/subnets?network_id=40b86c8a-1846-41ea-9d22-04abdaa59f86 => generated 667 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:30:05.451 7 INFO neutron.db.l3_db [None req-9ee0d942-0757-4f1d-9d81-9e5dff100c4e dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] Floating IP b3b426ba-3dab-499f-893d-ab2a1bd704e2 disassociated. External IP: 10.96.250.204, port: 9531c85a-5526-4d54-a0bb-99c28629ddb6. [pid: 8|app: 0|req: 783/1705] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:05 2026] GET /v2.0/security-groups?tenant_id=e541857ef4234c5083455374bfd96e98&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1706] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:05 2026] DELETE /v2.0/security-groups/03e956a9-22eb-42da-b81c-9242a26548b6 => 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: 785/1707] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:05 2026] GET /v2.0/ports?device_id=692d0de7-ca8c-4063-bd67-73ce25a5419e => 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: 923/1708] 10.0.0.47 () {34 vars in 748 bytes} [Thu Jun 18 10:30:05 2026] PUT /v2.0/floatingips/b3b426ba-3dab-499f-893d-ab2a1bd704e2 => generated 554 bytes in 533 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1709] 10.0.0.47 () {32 vars in 728 bytes} [Thu Jun 18 10:30:05 2026] GET /v2.0/floatingips/b3b426ba-3dab-499f-893d-ab2a1bd704e2 => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:30:05.865 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1a2f9ff0-f32e-4602-b37e-e6452178fd16'] response: {'name': 'network-changed', 'server_uuid': '3d16e8b8-437e-42e3-b18e-0f4ee5e970dc', 'tag': '9531c85a-5526-4d54-a0bb-99c28629ddb6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 924/1710] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:30:06 2026] GET /v2.0/ports?tenant_id=27935f2844e24d1781d982f6d8619b7f&device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => 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: 787/1711] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:30:06 2026] GET /v2.0/networks?id=1232ad2d-6212-4647-b83a-b9001eeb38a3 => generated 757 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1712] 199.204.45.113 () {34 vars in 1060 bytes} [Thu Jun 18 10:30:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=9531c85a-5526-4d54-a0bb-99c28629ddb6 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1713] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:30:06 2026] GET /v2.0/subnets?id=904739c1-02bb-4836-91f1-e820ddb5a72d => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1714] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:30:06 2026] GET /v2.0/ports?network_id=1232ad2d-6212-4647-b83a-b9001eeb38a3&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1715] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:30:06 2026] GET /v2.0/networks/1232ad2d-6212-4647-b83a-b9001eeb38a3?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1716] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:30:06 2026] GET /v2.0/networks/1232ad2d-6212-4647-b83a-b9001eeb38a3?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: 790/1717] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:06 2026] GET /v2.0/ports?device_id=692d0de7-ca8c-4063-bd67-73ce25a5419e => 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: 928/1718] 10.0.0.47 () {32 vars in 728 bytes} [Thu Jun 18 10:30:06 2026] GET /v2.0/floatingips/b3b426ba-3dab-499f-893d-ab2a1bd704e2 => generated 554 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:30:07.487 8 INFO neutron.db.segments_db [None req-571cfbe8-e544-47de-b5c5-84850a53a232 097b4ea506334c4da284804ad2a977ff 3b32df3890314b178ee1aa5c6b302999 - - default default] Added segment bcc310d1-0c04-4b09-a6bd-946c396a5532 of type vxlan for network 05e39368-1969-445b-b2e2-82da460549a2 2026-06-18 10:30:07.558 8 INFO neutron.db.segments_db [None req-571cfbe8-e544-47de-b5c5-84850a53a232 097b4ea506334c4da284804ad2a977ff 3b32df3890314b178ee1aa5c6b302999 - - default default] Added segment dc6e121d-fa63-4c24-b074-10a895c0a313 of type vxlan for network c54f8e48-d26e-407d-8f55-9426923adcf4 [pid: 8|app: 0|req: 791/1719] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:30:07 2026] POST /v2.0/networks => generated 1207 bytes in 591 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1720] 10.0.0.47 () {32 vars in 648 bytes} [Thu Jun 18 10:30:07 2026] GET /v2.0/networks => generated 1844 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:30:07.906 8 INFO neutron.services.segments.plugin [-] Segment bcc310d1-0c04-4b09-a6bd-946c396a5532 resource provider aggregate not found 2026-06-18 10:30:07.911 8 INFO neutron.services.segments.plugin [-] Segment bcc310d1-0c04-4b09-a6bd-946c396a5532 resource provider aggregate not found 2026-06-18 10:30:07.936 8 INFO neutron.services.segments.plugin [-] Segment bcc310d1-0c04-4b09-a6bd-946c396a5532 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcc310d1-0c04-4b09-a6bd-946c396a5532 found for delete ", "request_id": "req-1925adee-c6ce-4267-8122-ea1ad04774a1"}]} 2026-06-18 10:30:07.937 8 INFO neutron.services.segments.plugin [-] Segment bcc310d1-0c04-4b09-a6bd-946c396a5532 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcc310d1-0c04-4b09-a6bd-946c396a5532 found for delete ", "request_id": "req-1fd99463-04c7-47be-a286-5603fc68e1bc"}]} [pid: 7|app: 0|req: 930/1721] 10.0.0.47 () {32 vars in 728 bytes} [Thu Jun 18 10:30:07 2026] GET /v2.0/floatingips/b3b426ba-3dab-499f-893d-ab2a1bd704e2 => generated 552 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1722] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:07 2026] DELETE /v2.0/networks/05e39368-1969-445b-b2e2-82da460549a2 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:30:08.069 7 INFO neutron.services.segments.plugin [-] Segment dc6e121d-fa63-4c24-b074-10a895c0a313 resource provider aggregate not found 2026-06-18 10:30:08.079 7 INFO neutron.services.segments.plugin [-] Segment dc6e121d-fa63-4c24-b074-10a895c0a313 resource provider aggregate not found 2026-06-18 10:30:08.097 7 INFO neutron.services.segments.plugin [-] Segment dc6e121d-fa63-4c24-b074-10a895c0a313 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc6e121d-fa63-4c24-b074-10a895c0a313 found for delete ", "request_id": "req-be4ab6df-ee15-42cc-b26c-b7db3e9e628c"}]} 2026-06-18 10:30:08.098 7 INFO neutron.services.segments.plugin [-] Segment dc6e121d-fa63-4c24-b074-10a895c0a313 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc6e121d-fa63-4c24-b074-10a895c0a313 found for delete ", "request_id": "req-18c9da8f-88bd-498a-af8a-fec382212f1d"}]} [pid: 7|app: 0|req: 931/1723] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:07 2026] DELETE /v2.0/networks/c54f8e48-d26e-407d-8f55-9426923adcf4 => 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: 793/1724] 10.0.0.47 () {32 vars in 648 bytes} [Thu Jun 18 10:30:08 2026] GET /v2.0/networks => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:30:08.238 7 INFO neutron.db.segments_db [None req-552dd71a-9d49-4b86-8b43-21bf9d0165b5 097b4ea506334c4da284804ad2a977ff 3b32df3890314b178ee1aa5c6b302999 - - default default] Added segment ab343884-c4a6-407f-8727-0771b68da229 of type vxlan for network 5ddc1dc2-2270-4ac8-8816-b51cc7ae4d89 [pid: 7|app: 0|req: 932/1725] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:30:08 2026] POST /v2.0/networks => generated 631 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:30:08.378 8 INFO neutron.db.segments_db [None req-176ea51a-1d87-45f8-9167-5633cf997746 097b4ea506334c4da284804ad2a977ff 3b32df3890314b178ee1aa5c6b302999 - - default default] Added segment 3e974734-e0bc-4898-a7dc-c98493724bf2 of type vxlan for network bac13464-cafb-4db5-84f6-900ba9c32951 [pid: 8|app: 0|req: 794/1726] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:30:08 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: 933/1727] 10.0.0.47 () {34 vars in 664 bytes} [Thu Jun 18 10:30:08 2026] POST /v2.0/ports => generated 1506 bytes in 637 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: 795/1728] 10.0.0.47 () {34 vars in 684 bytes} [Thu Jun 18 10:30:09 2026] POST /v2.0/security-groups => generated 1675 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1729] 10.0.0.47 () {32 vars in 642 bytes} [Thu Jun 18 10:30:09 2026] GET /v2.0/ports => generated 1506 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1730] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:30:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:30:09.474 8 INFO neutron_taas.services.taas.taas_plugin [None req-f918a6e2-dfac-4edc-a974-bca95d1025b6 097b4ea506334c4da284804ad2a977ff 3b32df3890314b178ee1aa5c6b302999 - - default default] TaaS: Handle Delete Port: ec0275b4-ed37-41b9-a86e-90e06c67ddec 2026-06-18 10:30:09.478 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f918a6e2-dfac-4edc-a974-bca95d1025b6 097b4ea506334c4da284804ad2a977ff 3b32df3890314b178ee1aa5c6b302999 - - default default] Tap Mirror: Handle Delete Port: ec0275b4-ed37-41b9-a86e-90e06c67ddec 2026-06-18 10:30:09.530 7 INFO neutron_taas.services.taas.taas_plugin [None req-b1fe0807-9dca-4057-95c9-0a894f16f253 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: d8dd64c9-dea8-41f7-82ee-2f78ca696604 2026-06-18 10:30:09.547 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1fe0807-9dca-4057-95c9-0a894f16f253 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: d8dd64c9-dea8-41f7-82ee-2f78ca696604 [pid: 8|app: 0|req: 798/1731] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:30:09 2026] DELETE /v2.0/ports/ec0275b4-ed37-41b9-a86e-90e06c67ddec => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1732] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:30:09 2026] POST /v2.0/security-group-rules => generated 596 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:30:09.811 8 INFO neutron_taas.services.taas.taas_plugin [None req-325f8aec-75ed-4758-9b07-a1cd2995ebf1 097b4ea506334c4da284804ad2a977ff 3b32df3890314b178ee1aa5c6b302999 - - default default] TaaS: Handle Delete Port: 142b5494-28c2-4c67-8ebc-a326184d4747 2026-06-18 10:30:09.815 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-325f8aec-75ed-4758-9b07-a1cd2995ebf1 097b4ea506334c4da284804ad2a977ff 3b32df3890314b178ee1aa5c6b302999 - - default default] Tap Mirror: Handle Delete Port: 142b5494-28c2-4c67-8ebc-a326184d4747 [pid: 8|app: 0|req: 800/1733] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:30:09 2026] DELETE /v2.0/ports/142b5494-28c2-4c67-8ebc-a326184d4747 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1734] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:30:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1735] 10.0.0.47 () {32 vars in 642 bytes} [Thu Jun 18 10:30:10 2026] GET /v2.0/ports => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1736] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:30:09 2026] PUT /v2.0/routers/e2f094e8-d122-41cc-be5d-d13ed91ecbbe/remove_router_interface => generated 309 bytes in 1119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1737] 10.0.0.47 () {34 vars in 675 bytes} [Thu Jun 18 10:30:10 2026] POST /v2.0/subnetpools => generated 516 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:30:10.371 8 INFO neutron.db.segments_db [None req-a591dab3-23c4-43a9-aba8-066e1820b151 097b4ea506334c4da284804ad2a977ff 3b32df3890314b178ee1aa5c6b302999 - - default default] Added segment 03afe3cb-0fa5-485c-8c68-42322d1242e2 of type vxlan for network eeab344e-0f07-46d0-9d50-4096bacb03c1 [pid: 7|app: 0|req: 935/1738] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:30:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1739] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:30:10 2026] POST /v2.0/networks => generated 631 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1740] 10.0.0.47 () {34 vars in 675 bytes} [Thu Jun 18 10:30:10 2026] POST /v2.0/subnetpools => generated 516 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:30:10.607 8 INFO neutron.db.securitygroups_db [None req-6e81f8e6-a81b-4492-b2ee-640bddfaaaad dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] Project 27935f2844e24d1781d982f6d8619b7f added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-06-18 10:30:10.639 7 INFO neutron_taas.services.taas.taas_plugin [None req-dce1fe76-c7f9-4fc8-b593-c499e5c4f075 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 79036f83-5e37-4b98-8bfb-32fec871900d 2026-06-18 10:30:10.642 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dce1fe76-c7f9-4fc8-b593-c499e5c4f075 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 79036f83-5e37-4b98-8bfb-32fec871900d [pid: 8|app: 0|req: 806/1741] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:30:10 2026] POST /v2.0/security-group-rules => generated 607 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:30:10.774 8 INFO neutron.db.segments_db [None req-00e53699-3fe5-434e-abd0-cfd9c63d0f95 097b4ea506334c4da284804ad2a977ff 3b32df3890314b178ee1aa5c6b302999 - - default default] Added segment 0bd6d54c-959e-4b66-b8d6-a6f7fb8def7f of type vxlan for network e81346f5-134b-4135-80ee-a215feb856ce 2026-06-18 10:30:10.959 7 INFO neutron_taas.services.taas.taas_plugin [None req-dce1fe76-c7f9-4fc8-b593-c499e5c4f075 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 9e0dff32-c9b0-43cb-993b-b91126901c42 2026-06-18 10:30:10.961 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dce1fe76-c7f9-4fc8-b593-c499e5c4f075 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 9e0dff32-c9b0-43cb-993b-b91126901c42 [pid: 8|app: 0|req: 807/1742] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:30:10 2026] POST /v2.0/networks => generated 630 bytes in 646 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1743] 10.0.0.47 () {34 vars in 675 bytes} [Thu Jun 18 10:30:11 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) 2026-06-18 10:30:11.441 8 INFO neutron.db.securitygroups_db [None req-1ff9ba44-fdcb-4bc9-a905-8b724a0a994b dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] Project 27935f2844e24d1781d982f6d8619b7f added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-06-18 10:30:11.456 7 INFO neutron.services.segments.plugin [-] Segment de9e9f97-c1c2-47a2-ab43-190010b14370 resource provider aggregate not found 2026-06-18 10:30:11.459 7 INFO neutron.services.segments.plugin [-] Segment de9e9f97-c1c2-47a2-ab43-190010b14370 resource provider aggregate not found 2026-06-18 10:30:11.485 7 INFO neutron.services.segments.plugin [-] Segment de9e9f97-c1c2-47a2-ab43-190010b14370 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de9e9f97-c1c2-47a2-ab43-190010b14370 found for delete ", "request_id": "req-ffef3f5a-2ac2-4f3d-9562-9fc54125fc8d"}]} 2026-06-18 10:30:11.488 7 INFO neutron.services.segments.plugin [-] Segment de9e9f97-c1c2-47a2-ab43-190010b14370 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de9e9f97-c1c2-47a2-ab43-190010b14370 found for delete ", "request_id": "req-9a25cdef-b098-474a-b399-2713c6ee7595"}]} 2026-06-18 10:30:11.512 7 INFO neutron.db.l3_hamode_db [None req-dce1fe76-c7f9-4fc8-b593-c499e5c4f075 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] HA network 18bbedd3-3364-4a8c-8392-39432bd04fde was deleted as no HA routers are present in tenant a2c8f2a314e64eeabb87d49ce0dc1064. [pid: 7|app: 0|req: 936/1744] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:10 2026] DELETE /v2.0/routers/e2f094e8-d122-41cc-be5d-d13ed91ecbbe => generated 0 bytes in 1125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1745] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:30:11 2026] POST /v2.0/security-group-rules => generated 606 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1746] 10.0.0.47 () {34 vars in 675 bytes} [Thu Jun 18 10:30:11 2026] POST /v2.0/subnetpools => generated 516 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1747] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:11 2026] DELETE /v2.0/subnets/6c3b1277-27e2-45e1-8600-17816c80dc32 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1748] 10.0.0.47 () {34 vars in 675 bytes} [Thu Jun 18 10:30:11 2026] POST /v2.0/subnetpools => generated 516 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:30:11.942 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f77b9f3-7005-47fe-b4f4-61cc274c5ec9 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 5767eede-6698-47ce-94e5-6a88d033a61c 2026-06-18 10:30:11.945 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f77b9f3-7005-47fe-b4f4-61cc274c5ec9 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 5767eede-6698-47ce-94e5-6a88d033a61c [pid: 7|app: 0|req: 937/1749] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:30:11 2026] POST /v2.0/subnets => generated 1274 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1750] 10.0.0.47 () {34 vars in 758 bytes} [Thu Jun 18 10:30:12 2026] PUT /v2.0/subnetpools/090981a2-a52c-4cd8-868f-2760c111de7a/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:30:12.097 8 INFO neutron.services.segments.plugin [-] Segment 026559ad-14e2-491f-bfa7-dd9d9fdbcc14 resource provider aggregate not found 2026-06-18 10:30:12.102 8 INFO neutron.services.segments.plugin [-] Segment 026559ad-14e2-491f-bfa7-dd9d9fdbcc14 resource provider aggregate not found 2026-06-18 10:30:12.119 8 INFO neutron.services.segments.plugin [-] Segment 026559ad-14e2-491f-bfa7-dd9d9fdbcc14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 026559ad-14e2-491f-bfa7-dd9d9fdbcc14 found for delete ", "request_id": "req-bb8419c8-9458-4a00-b12d-8eba8e14c328"}]} 2026-06-18 10:30:12.121 8 INFO neutron.services.segments.plugin [-] Segment 026559ad-14e2-491f-bfa7-dd9d9fdbcc14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 026559ad-14e2-491f-bfa7-dd9d9fdbcc14 found for delete ", "request_id": "req-b3756cac-7df0-4298-9201-07bc24dd96a3"}]} [pid: 7|app: 0|req: 939/1751] 10.0.0.47 () {32 vars in 648 bytes} [Thu Jun 18 10:30:12 2026] GET /v2.0/networks => generated 1298 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1752] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:11 2026] DELETE /v2.0/networks/f1c32e04-5c79-4312-8ada-3c92c97eefb8 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1753] 10.0.0.47 () {32 vars in 646 bytes} [Thu Jun 18 10:30:12 2026] GET /v2.0/subnets => generated 1910 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1754] 10.0.0.47 () {34 vars in 758 bytes} [Thu Jun 18 10:30:12 2026] PUT /v2.0/subnetpools/cb2941b9-b324-442b-96e7-dcb7a24fe82e/tags => generated 25 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1755] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:12 2026] DELETE /v2.0/subnets/6a191c48-172d-4e4e-bfb6-81c09ab49e0f => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1756] 10.0.0.253 () {34 vars in 1100 bytes} [Thu Jun 18 10:30:12 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1660051888&fields=id&tenant_id=27935f2844e24d1781d982f6d8619b7f => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1757] 10.0.0.47 () {34 vars in 758 bytes} [Thu Jun 18 10:30:12 2026] PUT /v2.0/subnetpools/c4ee3545-5fc5-4ae2-be9d-aff2d832677d/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: 943/1758] 10.0.0.253 () {34 vars in 982 bytes} [Thu Jun 18 10:30:12 2026] GET /v2.0/networks?id=1232ad2d-6212-4647-b83a-b9001eeb38a3 => generated 661 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1759] 10.0.0.47 () {34 vars in 758 bytes} [Thu Jun 18 10:30:12 2026] PUT /v2.0/subnetpools/5f49cf0d-df05-4728-81c4-7bda0672fec4/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1760] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:12 2026] GET /v2.0/security-groups?tenant_id=a2c8f2a314e64eeabb87d49ce0dc1064&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1761] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:12 2026] DELETE /v2.0/subnets/b6d0d6e6-308f-4936-8854-273dd330bf17 => 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: 946/1762] 10.0.0.253 () {34 vars in 965 bytes} [Thu Jun 18 10:30:12 2026] GET /v2.0/quotas/27935f2844e24d1781d982f6d8619b7f => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1763] 10.0.0.47 () {32 vars in 671 bytes} [Thu Jun 18 10:30:12 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1764] 10.0.0.47 () {32 vars in 646 bytes} [Thu Jun 18 10:30:12 2026] GET /v2.0/subnets => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1765] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:12 2026] DELETE /v2.0/security-groups/d61cb080-c7ba-47a9-b5ad-8eace85eb56b => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1766] 10.0.0.47 () {32 vars in 685 bytes} [Thu Jun 18 10:30:12 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1767] 10.0.0.253 () {34 vars in 1002 bytes} [Thu Jun 18 10:30:12 2026] GET /v2.0/ports?tenant_id=27935f2844e24d1781d982f6d8619b7f&fields=id => generated 149 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1770] 10.0.0.47 () {32 vars in 681 bytes} [Thu Jun 18 10:30:12 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1771] 10.0.0.253 () {34 vars in 1008 bytes} [Thu Jun 18 10:30:12 2026] GET /v2.0/networks/1232ad2d-6212-4647-b83a-b9001eeb38a3?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1772] 10.0.0.47 () {32 vars in 693 bytes} [Thu Jun 18 10:30:12 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1773] 10.0.0.253 () {34 vars in 1108 bytes} [Thu Jun 18 10:30:12 2026] GET /v2.0/networks/1232ad2d-6212-4647-b83a-b9001eeb38a3?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: 826/1774] 10.0.0.47 () {32 vars in 679 bytes} [Thu Jun 18 10:30:12 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1775] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:12 2026] DELETE /v2.0/networks/e81346f5-134b-4135-80ee-a215feb856ce => 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: 827/1776] 10.0.0.47 () {32 vars in 693 bytes} [Thu Jun 18 10:30:12 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: 828/1777] 10.0.0.47 () {32 vars in 689 bytes} [Thu Jun 18 10:30:12 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1778] 10.0.0.47 () {32 vars in 701 bytes} [Thu Jun 18 10:30:12 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1779] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:12 2026] DELETE /v2.0/networks/eeab344e-0f07-46d0-9d50-4096bacb03c1 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1780] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:30:12 2026] DELETE /v2.0/subnetpools/090981a2-a52c-4cd8-868f-2760c111de7a => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1781] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:13 2026] GET /v2.0/ports?device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => 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: 832/1782] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:30:13 2026] DELETE /v2.0/subnetpools/cb2941b9-b324-442b-96e7-dcb7a24fe82e => 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: 951/1783] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:12 2026] DELETE /v2.0/networks/bac13464-cafb-4db5-84f6-900ba9c32951 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1784] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:30:13 2026] DELETE /v2.0/subnetpools/c4ee3545-5fc5-4ae2-be9d-aff2d832677d => 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: 952/1785] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:13 2026] DELETE /v2.0/networks/5ddc1dc2-2270-4ac8-8816-b51cc7ae4d89 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1786] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:30:13 2026] DELETE /v2.0/subnetpools/5f49cf0d-df05-4728-81c4-7bda0672fec4 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1787] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:30:13 2026] DELETE /v2.0/subnetpools/76623b9c-c1e9-4643-89f3-9e8584f5e0a7 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:30:13.514 7 INFO neutron.services.segments.plugin [-] Segment 0bd6d54c-959e-4b66-b8d6-a6f7fb8def7f resource provider aggregate not found 2026-06-18 10:30:13.515 7 INFO neutron.services.segments.plugin [-] Segment 0bd6d54c-959e-4b66-b8d6-a6f7fb8def7f resource provider aggregate not found 2026-06-18 10:30:13.537 7 INFO neutron.services.segments.plugin [-] Segment 0bd6d54c-959e-4b66-b8d6-a6f7fb8def7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bd6d54c-959e-4b66-b8d6-a6f7fb8def7f found for delete ", "request_id": "req-90b4c270-179a-4d0b-827f-99bb511a7c84"}]} 2026-06-18 10:30:13.546 7 INFO neutron.services.segments.plugin [-] Segment 0bd6d54c-959e-4b66-b8d6-a6f7fb8def7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bd6d54c-959e-4b66-b8d6-a6f7fb8def7f found for delete ", "request_id": "req-b0400463-4a9d-4ca1-ae8c-dc4f3a100736"}]} 2026-06-18 10:30:13.551 7 INFO neutron.services.segments.plugin [-] Segment 03afe3cb-0fa5-485c-8c68-42322d1242e2 resource provider aggregate not found 2026-06-18 10:30:13.567 7 INFO neutron.services.segments.plugin [-] Segment 03afe3cb-0fa5-485c-8c68-42322d1242e2 resource provider aggregate not found 2026-06-18 10:30:13.575 7 INFO neutron.services.segments.plugin [-] Segment 03afe3cb-0fa5-485c-8c68-42322d1242e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03afe3cb-0fa5-485c-8c68-42322d1242e2 found for delete ", "request_id": "req-8fa7ad53-8443-4378-b9d5-0537b10d2e6f"}]} 2026-06-18 10:30:13.593 7 INFO neutron.services.segments.plugin [-] Segment 3e974734-e0bc-4898-a7dc-c98493724bf2 resource provider aggregate not found 2026-06-18 10:30:13.598 7 INFO neutron.services.segments.plugin [-] Segment 03afe3cb-0fa5-485c-8c68-42322d1242e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03afe3cb-0fa5-485c-8c68-42322d1242e2 found for delete ", "request_id": "req-069168cf-4c23-4fbc-bb2e-d3e323615b28"}]} 2026-06-18 10:30:13.610 7 INFO neutron.services.segments.plugin [-] Segment 3e974734-e0bc-4898-a7dc-c98493724bf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e974734-e0bc-4898-a7dc-c98493724bf2 found for delete ", "request_id": "req-e4f978e6-2deb-45b1-bd7e-9529ff2779d8"}]} 2026-06-18 10:30:13.615 7 INFO neutron.services.segments.plugin [-] Segment 3e974734-e0bc-4898-a7dc-c98493724bf2 resource provider aggregate not found 2026-06-18 10:30:13.632 7 INFO neutron.services.segments.plugin [-] Segment 3e974734-e0bc-4898-a7dc-c98493724bf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e974734-e0bc-4898-a7dc-c98493724bf2 found for delete ", "request_id": "req-088c2728-f317-4692-9a26-e98b9c4e1cd4"}]} 2026-06-18 10:30:13.635 7 INFO neutron.services.segments.plugin [-] Segment ab343884-c4a6-407f-8727-0771b68da229 resource provider aggregate not found 2026-06-18 10:30:13.665 7 INFO neutron.services.segments.plugin [-] Segment ab343884-c4a6-407f-8727-0771b68da229 resource provider aggregate not found 2026-06-18 10:30:13.670 7 INFO neutron.services.segments.plugin [-] Segment ab343884-c4a6-407f-8727-0771b68da229 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab343884-c4a6-407f-8727-0771b68da229 found for delete ", "request_id": "req-629fcc74-38fe-42e1-a453-b16ca88e2311"}]} 2026-06-18 10:30:13.683 7 INFO neutron.services.segments.plugin [-] Segment ab343884-c4a6-407f-8727-0771b68da229 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab343884-c4a6-407f-8727-0771b68da229 found for delete ", "request_id": "req-47e6cccf-194d-45fd-a122-fb0f8fa8812c"}]} [pid: 8|app: 0|req: 835/1788] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:13 2026] GET /v2.0/security-groups?tenant_id=3b32df3890314b178ee1aa5c6b302999&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1789] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:13 2026] DELETE /v2.0/security-groups/e93cd208-7a31-4811-bada-ef9992a86144 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1790] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:14 2026] GET /v2.0/ports?device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => 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: 955/1791] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:14 2026] GET /v2.0/security-groups?tenant_id=417aaa27efd745d384b64b5bf8222b34&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1792] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:14 2026] DELETE /v2.0/security-groups/e41b9920-fa59-4742-acb3-5033bb50faa7 => 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: 956/1793] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:14 2026] GET /v2.0/security-groups?tenant_id=423b94c32a0a4c51bb92b5fe1c3b0017&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1794] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:14 2026] DELETE /v2.0/security-groups/a69cb57d-5b0a-4778-9ea5-1d0e344bf23a => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1795] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:15 2026] GET /v2.0/ports?device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => 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: 839/1796] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:15 2026] GET /v2.0/security-groups?tenant_id=2db1d1d4edac4e269c8d694aa8cfb77a&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1797] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:15 2026] DELETE /v2.0/security-groups/9e0950f1-016f-464f-81d9-05527f2c4eb5 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:30:16.232 8 INFO neutron.db.segments_db [None req-c5950d5f-0f0d-45ef-8596-7a45d216d18c 16530aa6320b4fcd913e992418b2aac3 3ba18b2ba745478f9f0c287d525c523e - - default default] Added segment e58f4ddf-1a3d-45b3-8e44-21a8e952630e of type vxlan for network 7157b579-d78b-438e-a3e1-5f58865d0e86 [pid: 8|app: 0|req: 840/1798] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:30:15 2026] POST /v2.0/networks => generated 628 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1799] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:16 2026] GET /v2.0/ports?device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => 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: 841/1800] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:30:16 2026] POST /v2.0/subnets => generated 673 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:30:17.168 7 INFO neutron.db.segments_db [None req-b5353a44-ebf7-468f-a30f-38b450b6821e 16530aa6320b4fcd913e992418b2aac3 3ba18b2ba745478f9f0c287d525c523e - - default default] Added segment b2b8806e-f582-4ab8-a402-da61bc121333 of type vxlan for network 585b1c84-0aaa-4966-9069-dcf66c412713 [pid: 7|app: 0|req: 960/1801] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:30:17 2026] POST /v2.0/networks => generated 628 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1802] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:17 2026] GET /v2.0/ports?device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => 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: 842/1803] 10.0.0.47 () {34 vars in 742 bytes} [Thu Jun 18 10:30:17 2026] PUT /v2.0/networks/585b1c84-0aaa-4966-9069-dcf66c412713 => generated 592 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1804] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:30:17 2026] POST /v2.0/subnets => generated 646 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1805] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:30:17 2026] GET /v2.0/networks?id=1232ad2d-6212-4647-b83a-b9001eeb38a3 => generated 661 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1806] 199.204.45.113 () {34 vars in 1050 bytes} [Thu Jun 18 10:30:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=27935f2844e24d1781d982f6d8619b7f => generated 274 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1807] 10.0.0.47 () {34 vars in 740 bytes} [Thu Jun 18 10:30:17 2026] PUT /v2.0/subnets/c024c619-0b34-4ded-8b98-616bdf36b4e5 => generated 656 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:30:18.259 8 INFO neutron.services.segments.plugin [-] Segment b2b8806e-f582-4ab8-a402-da61bc121333 resource provider aggregate not found 2026-06-18 10:30:18.268 8 INFO neutron.services.segments.plugin [-] Segment b2b8806e-f582-4ab8-a402-da61bc121333 resource provider aggregate not found 2026-06-18 10:30:18.290 8 INFO neutron.services.segments.plugin [-] Segment b2b8806e-f582-4ab8-a402-da61bc121333 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2b8806e-f582-4ab8-a402-da61bc121333 found for delete ", "request_id": "req-ba9b4c3e-d0d4-437f-89b0-6b192970a404"}]} 2026-06-18 10:30:18.291 8 INFO neutron.services.segments.plugin [-] Segment b2b8806e-f582-4ab8-a402-da61bc121333 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2b8806e-f582-4ab8-a402-da61bc121333 found for delete ", "request_id": "req-cf956486-a554-415d-a11f-a038486373f4"}]} [pid: 8|app: 0|req: 844/1808] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:17 2026] DELETE /v2.0/networks/585b1c84-0aaa-4966-9069-dcf66c412713 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:30:18.318 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3d06cb53-3ad4-45b5-8e81-2cb484e5fc9c 16530aa6320b4fcd913e992418b2aac3 3ba18b2ba745478f9f0c287d525c523e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 845/1809] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:18 2026] DELETE /v2.0/networks/585b1c84-0aaa-4966-9069-dcf66c412713 => generated 138 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1810] 10.0.0.47 () {32 vars in 693 bytes} [Thu Jun 18 10:30:18 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1811] 10.0.0.47 () {32 vars in 741 bytes} [Thu Jun 18 10:30:18 2026] GET /v2.0/subnets?network_id=40b86c8a-1846-41ea-9d22-04abdaa59f86 => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1812] 10.0.0.47 () {32 vars in 652 bytes} [Thu Jun 18 10:30:18 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1813] 10.0.0.47 () {32 vars in 648 bytes} [Thu Jun 18 10:30:18 2026] GET /v2.0/networks => generated 1312 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1814] 199.204.45.113 () {38 vars in 955 bytes} [Thu Jun 18 10:30:17 2026] POST /v2.0/ports => generated 954 bytes in 620 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: 850/1815] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:18 2026] GET /v2.0/ports?device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => generated 957 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1816] 10.0.0.47 () {32 vars in 646 bytes} [Thu Jun 18 10:30:18 2026] GET /v2.0/subnets => generated 1312 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1817] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:30:18 2026] GET /v2.0/security-groups?id=5dd3bb8c-ebb2-499f-a7ca-2ba9d0a1db77&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1818] 10.0.0.47 () {32 vars in 722 bytes} [Thu Jun 18 10:30:18 2026] GET /v2.0/networks/7157b579-d78b-438e-a3e1-5f58865d0e86 => generated 672 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1819] 10.0.0.47 () {32 vars in 720 bytes} [Thu Jun 18 10:30:18 2026] GET /v2.0/subnets/ffc4eaf6-96b7-4bc7-b8ac-506eb8c0ad66 => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:30:18.767 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aaccb902-f823-4d74-af68-6355433b34da 16530aa6320b4fcd913e992418b2aac3 3ba18b2ba745478f9f0c287d525c523e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 970/1820] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:18 2026] DELETE /v2.0/subnets/c024c619-0b34-4ded-8b98-616bdf36b4e5 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:30:18.786 7 INFO neutron.pecan_wsgi.hooks.translation [None req-047e0039-4570-45b7-b0c3-01cbd753d950 16530aa6320b4fcd913e992418b2aac3 3ba18b2ba745478f9f0c287d525c523e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 971/1821] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:18 2026] DELETE /v2.0/networks/585b1c84-0aaa-4966-9069-dcf66c412713 => 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: 972/1822] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:18 2026] DELETE /v2.0/subnets/ffc4eaf6-96b7-4bc7-b8ac-506eb8c0ad66 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:30:19.157 7 INFO neutron_taas.services.taas.taas_plugin [None req-e080f988-05f0-4513-897a-51a4a6dc39c3 16530aa6320b4fcd913e992418b2aac3 3ba18b2ba745478f9f0c287d525c523e - - default default] TaaS: Handle Delete Port: e04fdf98-11ec-4dca-a39b-e78a8e4ea33e 2026-06-18 10:30:19.160 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e080f988-05f0-4513-897a-51a4a6dc39c3 16530aa6320b4fcd913e992418b2aac3 3ba18b2ba745478f9f0c287d525c523e - - default default] Tap Mirror: Handle Delete Port: e04fdf98-11ec-4dca-a39b-e78a8e4ea33e [pid: 8|app: 0|req: 851/1823] 199.204.45.113 () {38 vars in 1028 bytes} [Thu Jun 18 10:30:18 2026] PUT /v2.0/ports/183bb4d1-b57d-4b22-bf46-294f45b0a53d => generated 1235 bytes in 572 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:30:19.219 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eeaba8ba-1956-4ecf-96b4-5a9d04000362'] response: {'name': 'network-changed', 'server_uuid': '7ca0d34d-a52f-4dda-bf40-a6911ebd7a08', 'tag': '183bb4d1-b57d-4b22-bf46-294f45b0a53d', 'status': 'completed', 'code': 200} 2026-06-18 10:30:19.386 7 INFO neutron.services.segments.plugin [-] Segment e58f4ddf-1a3d-45b3-8e44-21a8e952630e resource provider aggregate not found 2026-06-18 10:30:19.395 7 INFO neutron.services.segments.plugin [-] Segment e58f4ddf-1a3d-45b3-8e44-21a8e952630e resource provider aggregate not found 2026-06-18 10:30:19.406 7 INFO neutron.services.segments.plugin [-] Segment e58f4ddf-1a3d-45b3-8e44-21a8e952630e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e58f4ddf-1a3d-45b3-8e44-21a8e952630e found for delete ", "request_id": "req-b2e580f2-f424-4d78-b71a-0d5f862e6ae7"}]} 2026-06-18 10:30:19.418 7 INFO neutron.services.segments.plugin [-] Segment e58f4ddf-1a3d-45b3-8e44-21a8e952630e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e58f4ddf-1a3d-45b3-8e44-21a8e952630e found for delete ", "request_id": "req-d164f3b0-64da-453a-9ac7-fb22fff3049a"}]} [pid: 7|app: 0|req: 973/1824] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:19 2026] DELETE /v2.0/networks/7157b579-d78b-438e-a3e1-5f58865d0e86 => generated 0 bytes in 398 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-06-18 10:30:19.739 8 INFO neutron.db.segments_db [None req-6dbc63d7-81ae-4f19-a0a8-9e8cc98138cc c47e2d5ae8f141d2a4393f154d73e002 e6315fc7f1f14b9ebd07624509bd8427 - - default default] Added segment 102a8899-76cb-41b9-900b-d14e6deaa424 of type vxlan for network a4e6a385-651d-42d4-aa06-46b59947740e [pid: 7|app: 0|req: 974/1825] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:19 2026] GET /v2.0/ports?device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1826] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:30:19 2026] GET /v2.0/ports?tenant_id=27935f2844e24d1781d982f6d8619b7f&device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1827] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:30:19 2026] GET /v2.0/security-groups?id=5dd3bb8c-ebb2-499f-a7ca-2ba9d0a1db77&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: 852/1828] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:30:19 2026] POST /v2.0/networks => generated 613 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1829] 199.204.45.113 () {34 vars in 1018 bytes} [Thu Jun 18 10:30:19 2026] GET /v2.0/networks?tenant_id=27935f2844e24d1781d982f6d8619b7f&shared=False => generated 757 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1830] 199.204.45.113 () {34 vars in 930 bytes} [Thu Jun 18 10:30:19 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: 7|app: 0|req: 979/1831] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:20 2026] GET /v2.0/security-groups?tenant_id=3ba18b2ba745478f9f0c287d525c523e&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1832] 10.0.0.47 () {34 vars in 663 bytes} [Thu Jun 18 10:30:19 2026] POST /v2.0/ports => generated 743 bytes in 552 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: 980/1833] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:20 2026] DELETE /v2.0/security-groups/000dcec3-b976-48e7-8e18-fb1c29b33b16 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1834] 10.0.0.47 () {34 vars in 746 bytes} [Thu Jun 18 10:30:20 2026] PUT /v2.0/ports/a069a334-4e67-4283-9d31-5e30705beff3/tags => generated 25 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1835] 10.0.0.47 () {32 vars in 726 bytes} [Thu Jun 18 10:30:20 2026] GET /v2.0/ports/a069a334-4e67-4283-9d31-5e30705beff3/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 855/1836] 10.0.0.47 () {34 vars in 757 bytes} [Thu Jun 18 10:30:20 2026] PUT /v2.0/ports/a069a334-4e67-4283-9d31-5e30705beff3/tags/green => generated 4 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 982/1837] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:20 2026] GET /v2.0/ports?device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => 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: 983/1838] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:30:20 2026] GET /v2.0/security-groups?id=5dd3bb8c-ebb2-499f-a7ca-2ba9d0a1db77&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: 856/1839] 10.0.0.47 () {32 vars in 726 bytes} [Thu Jun 18 10:30:20 2026] GET /v2.0/ports/a069a334-4e67-4283-9d31-5e30705beff3/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 984/1840] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:30:20 2026] GET /v2.0/ports?tenant_id=27935f2844e24d1781d982f6d8619b7f&device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => 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: 985/1841] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:30:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=183bb4d1-b57d-4b22-bf46-294f45b0a53d => 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: 986/1842] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:30:21 2026] GET /v2.0/subnets?id=904739c1-02bb-4836-91f1-e820ddb5a72d => 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: 857/1843] 10.0.0.47 () {34 vars in 753 bytes} [Thu Jun 18 10:30:21 2026] PUT /v2.0/ports/a069a334-4e67-4283-9d31-5e30705beff3/tags/red => generated 4 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 987/1844] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:30:21 2026] GET /v2.0/ports?network_id=1232ad2d-6212-4647-b83a-b9001eeb38a3&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1845] 10.0.0.47 () {32 vars in 726 bytes} [Thu Jun 18 10:30:21 2026] GET /v2.0/ports/a069a334-4e67-4283-9d31-5e30705beff3/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: 988/1846] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:30:21 2026] GET /v2.0/networks/1232ad2d-6212-4647-b83a-b9001eeb38a3?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: 989/1847] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:30:21 2026] GET /v2.0/networks/1232ad2d-6212-4647-b83a-b9001eeb38a3?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: 859/1848] 10.0.0.47 () {34 vars in 775 bytes} [Thu Jun 18 10:30:21 2026] PUT /v2.0/ports/a069a334-4e67-4283-9d31-5e30705beff3/tags/black.or.white => generated 4 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1849] 10.0.0.47 () {32 vars in 726 bytes} [Thu Jun 18 10:30:21 2026] GET /v2.0/ports/a069a334-4e67-4283-9d31-5e30705beff3/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 860/1850] 10.0.0.47 () {34 vars in 746 bytes} [Thu Jun 18 10:30:21 2026] PUT /v2.0/ports/a069a334-4e67-4283-9d31-5e30705beff3/tags => generated 37 bytes in 188 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: 991/1851] 10.0.0.47 () {32 vars in 726 bytes} [Thu Jun 18 10:30:21 2026] GET /v2.0/ports/a069a334-4e67-4283-9d31-5e30705beff3/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 861/1852] 10.0.0.47 () {32 vars in 734 bytes} [Thu Jun 18 10:30:21 2026] GET /v2.0/ports/a069a334-4e67-4283-9d31-5e30705beff3/tags/red => generated 0 bytes in 61 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-06-18 10:30:21.801 7 INFO neutron.api.v2.resource [None req-835ef489-c795-411d-8d14-ffd3b7519c89 c47e2d5ae8f141d2a4393f154d73e002 e6315fc7f1f14b9ebd07624509bd8427 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 992/1853] 10.0.0.47 () {32 vars in 738 bytes} [Thu Jun 18 10:30:21 2026] GET /v2.0/ports/a069a334-4e67-4283-9d31-5e30705beff3/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 862/1854] 10.0.0.47 () {32 vars in 737 bytes} [Thu Jun 18 10:30:21 2026] DELETE /v2.0/ports/a069a334-4e67-4283-9d31-5e30705beff3/tags/red => generated 0 bytes in 165 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: 993/1855] 10.0.0.47 () {32 vars in 726 bytes} [Thu Jun 18 10:30:21 2026] GET /v2.0/ports/a069a334-4e67-4283-9d31-5e30705beff3/tags => generated 30 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-06-18 10:30:22.106 8 INFO neutron.api.v2.resource [None req-bfd246ab-1b56-4ad9-a54f-2337781396fd c47e2d5ae8f141d2a4393f154d73e002 e6315fc7f1f14b9ebd07624509bd8427 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 863/1856] 10.0.0.47 () {32 vars in 741 bytes} [Thu Jun 18 10:30:22 2026] DELETE /v2.0/ports/a069a334-4e67-4283-9d31-5e30705beff3/tags/green => generated 99 bytes in 71 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: 994/1857] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:22 2026] GET /v2.0/ports?device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1858] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:30:22 2026] GET /v2.0/security-groups?id=5dd3bb8c-ebb2-499f-a7ca-2ba9d0a1db77&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: 8|app: 0|req: 864/1859] 10.0.0.47 () {32 vars in 729 bytes} [Thu Jun 18 10:30:22 2026] DELETE /v2.0/ports/a069a334-4e67-4283-9d31-5e30705beff3/tags => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1860] 10.0.0.47 () {32 vars in 726 bytes} [Thu Jun 18 10:30:22 2026] GET /v2.0/ports/a069a334-4e67-4283-9d31-5e30705beff3/tags => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 10:30:22.396 8 INFO neutron_taas.services.taas.taas_plugin [None req-d205d7e6-1074-403c-8ed5-cb4395ed0564 c47e2d5ae8f141d2a4393f154d73e002 e6315fc7f1f14b9ebd07624509bd8427 - - default default] TaaS: Handle Delete Port: a069a334-4e67-4283-9d31-5e30705beff3 2026-06-18 10:30:22.400 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d205d7e6-1074-403c-8ed5-cb4395ed0564 c47e2d5ae8f141d2a4393f154d73e002 e6315fc7f1f14b9ebd07624509bd8427 - - default default] Tap Mirror: Handle Delete Port: a069a334-4e67-4283-9d31-5e30705beff3 [pid: 8|app: 0|req: 865/1861] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:30:22 2026] DELETE /v2.0/ports/a069a334-4e67-4283-9d31-5e30705beff3 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:30:22.637 8 INFO neutron.services.segments.plugin [-] Segment 102a8899-76cb-41b9-900b-d14e6deaa424 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-06-18 10:30:22.646 8 INFO neutron.services.segments.plugin [-] Segment 102a8899-76cb-41b9-900b-d14e6deaa424 resource provider aggregate not found 2026-06-18 10:30:22.656 8 INFO neutron.services.segments.plugin [-] Segment 102a8899-76cb-41b9-900b-d14e6deaa424 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 102a8899-76cb-41b9-900b-d14e6deaa424 found for delete ", "request_id": "req-591eea2c-e1bd-494f-b4de-1b2b53e4e1e0"}]} 2026-06-18 10:30:22.669 8 INFO neutron.services.segments.plugin [-] Segment 102a8899-76cb-41b9-900b-d14e6deaa424 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 102a8899-76cb-41b9-900b-d14e6deaa424 found for delete ", "request_id": "req-96d4b06d-b842-4277-a2b3-29cb30219ba1"}]} [pid: 8|app: 0|req: 866/1862] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:22 2026] DELETE /v2.0/networks/a4e6a385-651d-42d4-aa06-46b59947740e => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:30:22.824 7 INFO neutron.db.segments_db [None req-4fa995bf-3558-4b0f-92ec-b861576fa632 7519c7b6952f4ec3938c330c556d04be a1b4b062990545d287c7a58fa89d2a89 - - default default] Added segment 4cae0723-63c2-439f-a5b6-067de8df4996 of type vxlan for network d5eb753c-15db-4746-ae5a-8ca2e06f70a3 [pid: 7|app: 0|req: 997/1863] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:30:22 2026] POST /v2.0/networks => generated 625 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1864] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:23 2026] GET /v2.0/ports?device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1865] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:30:23 2026] GET /v2.0/security-groups?id=5dd3bb8c-ebb2-499f-a7ca-2ba9d0a1db77&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: 867/1866] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:30:22 2026] POST /v2.0/subnets => generated 641 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:30:23.520 8 INFO neutron.db.segments_db [None req-64d4b70b-4a98-4c59-84dd-c30290cc061f 7519c7b6952f4ec3938c330c556d04be a1b4b062990545d287c7a58fa89d2a89 - - default default] Added segment 0441c0b7-6a02-47d0-92a6-5ab2092e0ebf of type vxlan for network e9d972a4-5f61-4c05-9771-4cb278f6c5eb [pid: 7|app: 0|req: 1000/1867] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:23 2026] GET /v2.0/security-groups?tenant_id=e6315fc7f1f14b9ebd07624509bd8427&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1868] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:30:23 2026] POST /v2.0/networks => generated 624 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1869] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:23 2026] DELETE /v2.0/security-groups/17fb89f2-3f58-4c71-8fd9-cee4750e0d1f => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1870] 10.0.0.47 () {34 vars in 742 bytes} [Thu Jun 18 10:30:23 2026] PUT /v2.0/networks/e9d972a4-5f61-4c05-9771-4cb278f6c5eb => generated 592 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1871] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:23 2026] GET /v2.0/security-groups?tenant_id=ac6f05a6f67c454ab09ad900962482b7&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1872] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:30:23 2026] POST /v2.0/subnets => generated 626 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1873] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:23 2026] DELETE /v2.0/security-groups/e20395e7-a57f-4236-9529-657202f22d6b => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1874] 10.0.0.47 () {34 vars in 740 bytes} [Thu Jun 18 10:30:24 2026] PUT /v2.0/subnets/9b555cc7-edc4-49c0-bb41-e958ad31996f => generated 636 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1875] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:24 2026] DELETE /v2.0/networks/e9d972a4-5f61-4c05-9771-4cb278f6c5eb => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:30:24.455 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ed49903f-7f6b-42b7-9e7e-79524e6c6003 7519c7b6952f4ec3938c330c556d04be a1b4b062990545d287c7a58fa89d2a89 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 873/1876] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:24 2026] DELETE /v2.0/networks/e9d972a4-5f61-4c05-9771-4cb278f6c5eb => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1877] 10.0.0.47 () {32 vars in 693 bytes} [Thu Jun 18 10:30:24 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1878] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:24 2026] GET /v2.0/ports?device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => generated 971 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1879] 10.0.0.47 () {32 vars in 741 bytes} [Thu Jun 18 10:30:24 2026] GET /v2.0/subnets?network_id=40b86c8a-1846-41ea-9d22-04abdaa59f86 => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1880] 10.0.0.47 () {32 vars in 652 bytes} [Thu Jun 18 10:30:24 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: 7|app: 0|req: 1005/1881] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:30:24 2026] GET /v2.0/security-groups?id=5dd3bb8c-ebb2-499f-a7ca-2ba9d0a1db77&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1882] 10.0.0.47 () {32 vars in 648 bytes} [Thu Jun 18 10:30:24 2026] GET /v2.0/networks => generated 1309 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1883] 10.0.0.47 () {32 vars in 646 bytes} [Thu Jun 18 10:30:24 2026] GET /v2.0/subnets => generated 1280 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:30:24.683 8 INFO neutron.services.segments.plugin [-] Segment 0441c0b7-6a02-47d0-92a6-5ab2092e0ebf resource provider aggregate not found 2026-06-18 10:30:24.697 8 INFO neutron.services.segments.plugin [-] Segment 0441c0b7-6a02-47d0-92a6-5ab2092e0ebf resource provider aggregate not found 2026-06-18 10:30:24.707 8 INFO neutron.services.segments.plugin [-] Segment 0441c0b7-6a02-47d0-92a6-5ab2092e0ebf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0441c0b7-6a02-47d0-92a6-5ab2092e0ebf found for delete ", "request_id": "req-95d492c6-13ef-49a3-8ebe-8b40191d6cd2"}]} 2026-06-18 10:30:24.721 8 INFO neutron.services.segments.plugin [-] Segment 0441c0b7-6a02-47d0-92a6-5ab2092e0ebf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0441c0b7-6a02-47d0-92a6-5ab2092e0ebf found for delete ", "request_id": "req-71a9a03b-c698-49e2-9c79-3b2ce452f0b6"}]} [pid: 8|app: 0|req: 878/1884] 10.0.0.47 () {32 vars in 722 bytes} [Thu Jun 18 10:30:24 2026] GET /v2.0/networks/d5eb753c-15db-4746-ae5a-8ca2e06f70a3 => generated 669 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1885] 10.0.0.47 () {32 vars in 720 bytes} [Thu Jun 18 10:30:24 2026] GET /v2.0/subnets/23837734-a56d-422b-ab2d-76489cb87664 => generated 641 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:30:24.792 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7f4dd197-8bae-470d-85af-941459c880ca 7519c7b6952f4ec3938c330c556d04be a1b4b062990545d287c7a58fa89d2a89 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 879/1886] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:24 2026] DELETE /v2.0/subnets/9b555cc7-edc4-49c0-bb41-e958ad31996f => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:30:24.814 7 INFO neutron.pecan_wsgi.hooks.translation [None req-33c14ba8-3d7d-43dc-8376-727d369f2076 7519c7b6952f4ec3938c330c556d04be a1b4b062990545d287c7a58fa89d2a89 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1008/1887] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:24 2026] DELETE /v2.0/networks/e9d972a4-5f61-4c05-9771-4cb278f6c5eb => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1888] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:24 2026] DELETE /v2.0/subnets/23837734-a56d-422b-ab2d-76489cb87664 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:30:25.136 7 INFO neutron_taas.services.taas.taas_plugin [None req-b7e101f5-9ea8-410a-ad09-55e253fff436 7519c7b6952f4ec3938c330c556d04be a1b4b062990545d287c7a58fa89d2a89 - - default default] TaaS: Handle Delete Port: fcddeae5-25b7-42f6-8ba6-d34d1d9914b0 2026-06-18 10:30:25.144 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7e101f5-9ea8-410a-ad09-55e253fff436 7519c7b6952f4ec3938c330c556d04be a1b4b062990545d287c7a58fa89d2a89 - - default default] Tap Mirror: Handle Delete Port: fcddeae5-25b7-42f6-8ba6-d34d1d9914b0 2026-06-18 10:30:25.323 7 INFO neutron.services.segments.plugin [-] Segment 4cae0723-63c2-439f-a5b6-067de8df4996 resource provider aggregate not found 2026-06-18 10:30:25.330 7 INFO neutron.services.segments.plugin [-] Segment 4cae0723-63c2-439f-a5b6-067de8df4996 resource provider aggregate not found 2026-06-18 10:30:25.345 7 INFO neutron.services.segments.plugin [-] Segment 4cae0723-63c2-439f-a5b6-067de8df4996 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cae0723-63c2-439f-a5b6-067de8df4996 found for delete ", "request_id": "req-469ea5d3-6279-4052-9fdd-2671ee83e9c0"}]} 2026-06-18 10:30:25.351 7 INFO neutron.services.segments.plugin [-] Segment 4cae0723-63c2-439f-a5b6-067de8df4996 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cae0723-63c2-439f-a5b6-067de8df4996 found for delete ", "request_id": "req-21d03a1a-cfe6-4920-b9d7-283787c0272e"}]} [pid: 7|app: 0|req: 1009/1889] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:25 2026] DELETE /v2.0/networks/d5eb753c-15db-4746-ae5a-8ca2e06f70a3 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1890] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:25 2026] GET /v2.0/ports?device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1891] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:30:25 2026] GET /v2.0/security-groups?id=5dd3bb8c-ebb2-499f-a7ca-2ba9d0a1db77&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: 882/1892] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:25 2026] GET /v2.0/security-groups?tenant_id=a1b4b062990545d287c7a58fa89d2a89&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1893] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:26 2026] DELETE /v2.0/security-groups/04d5535d-6529-4c56-9d5b-057b618bef9a => generated 0 bytes in 210 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1894] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:26 2026] GET /v2.0/ports?device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => 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: 1012/1895] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:30:26 2026] GET /v2.0/security-groups?id=5dd3bb8c-ebb2-499f-a7ca-2ba9d0a1db77&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: 884/1896] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:27 2026] GET /v2.0/ports?device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => 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: 1013/1897] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:30:27 2026] GET /v2.0/security-groups?id=5dd3bb8c-ebb2-499f-a7ca-2ba9d0a1db77&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: 885/1898] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:30:27 2026] GET /v2.0/ports?device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => generated 1240 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:30:27.654 7 INFO neutron.db.l3_db [None req-b31f30ba-04b3-409e-bebe-3b795dd7af19 dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] Floating IP b3b426ba-3dab-499f-893d-ab2a1bd704e2 associated. External IP: 10.96.250.204, port: 183bb4d1-b57d-4b22-bf46-294f45b0a53d. [pid: 7|app: 0|req: 1014/1901] 10.0.0.47 () {34 vars in 748 bytes} [Thu Jun 18 10:30:27 2026] PUT /v2.0/floatingips/b3b426ba-3dab-499f-893d-ab2a1bd704e2 => generated 855 bytes in 770 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:30:28.056 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a91a8555-3a6e-4f46-9c69-ae9db204e2f1'] response: {'name': 'network-changed', 'server_uuid': '7ca0d34d-a52f-4dda-bf40-a6911ebd7a08', 'tag': '183bb4d1-b57d-4b22-bf46-294f45b0a53d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1015/1902] 10.0.0.47 () {32 vars in 728 bytes} [Thu Jun 18 10:30:28 2026] GET /v2.0/floatingips/b3b426ba-3dab-499f-893d-ab2a1bd704e2 => generated 855 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1903] 10.0.0.47 () {34 vars in 683 bytes} [Thu Jun 18 10:30:27 2026] POST /v2.0/security-groups => generated 1601 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1904] 10.0.0.47 () {34 vars in 766 bytes} [Thu Jun 18 10:30:28 2026] PUT /v2.0/security-groups/99ba23f3-71ac-4ed8-afda-300a7013f430/tags => generated 25 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1905] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:30:28 2026] GET /v2.0/security-groups/99ba23f3-71ac-4ed8-afda-300a7013f430/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: 1018/1906] 10.0.0.47 () {34 vars in 777 bytes} [Thu Jun 18 10:30:28 2026] PUT /v2.0/security-groups/99ba23f3-71ac-4ed8-afda-300a7013f430/tags/green => generated 4 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1907] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:30:28 2026] GET /v2.0/ports?tenant_id=27935f2844e24d1781d982f6d8619b7f&device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => generated 1240 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1908] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:30:28 2026] GET /v2.0/security-groups/99ba23f3-71ac-4ed8-afda-300a7013f430/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1909] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:30:28 2026] GET /v2.0/networks?id=1232ad2d-6212-4647-b83a-b9001eeb38a3 => generated 757 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:30:28.864 8 INFO neutron.db.segments_db [None req-c70ef662-11ff-4882-9993-f8dd7e1e9aca 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Added segment 85cc2abf-b0e3-4c4c-9779-3b04c6c47f0b of type vxlan for network ccd684f9-2e81-474d-8087-da9b4c3c328d [pid: 7|app: 0|req: 1022/1910] 10.0.0.47 () {34 vars in 773 bytes} [Thu Jun 18 10:30:28 2026] PUT /v2.0/security-groups/99ba23f3-71ac-4ed8-afda-300a7013f430/tags/red => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1911] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:30:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=183bb4d1-b57d-4b22-bf46-294f45b0a53d => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1912] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:30:28 2026] GET /v2.0/security-groups/99ba23f3-71ac-4ed8-afda-300a7013f430/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1913] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:30:28 2026] POST /v2.0/networks => generated 615 bytes in 523 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1914] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:30:28 2026] GET /v2.0/subnets?id=904739c1-02bb-4836-91f1-e820ddb5a72d => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1915] 10.0.0.47 () {34 vars in 795 bytes} [Thu Jun 18 10:30:28 2026] PUT /v2.0/security-groups/99ba23f3-71ac-4ed8-afda-300a7013f430/tags/black.or.white => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-18 10:30:29.088 7 INFO neutron.db.segments_db [None req-4fc3ac47-82d7-4a8a-900c-4217543ed8be 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Added segment 265d3df9-37d8-47af-835c-a22b2e2ea6bd of type vxlan for network c8699b2a-f15d-4b4a-8ad9-e8a873cf8ec6 [pid: 8|app: 0|req: 891/1916] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:30:29 2026] GET /v2.0/ports?network_id=1232ad2d-6212-4647-b83a-b9001eeb38a3&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1917] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:30:29 2026] GET /v2.0/security-groups/99ba23f3-71ac-4ed8-afda-300a7013f430/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: 893/1918] 10.0.0.47 () {32 vars in 728 bytes} [Thu Jun 18 10:30:29 2026] GET /v2.0/floatingips/b3b426ba-3dab-499f-893d-ab2a1bd704e2 => generated 855 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1919] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:30:29 2026] POST /v2.0/networks => generated 614 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1920] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:30:29 2026] GET /v2.0/networks/1232ad2d-6212-4647-b83a-b9001eeb38a3?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: 1027/1921] 10.0.0.47 () {34 vars in 766 bytes} [Thu Jun 18 10:30:29 2026] PUT /v2.0/security-groups/99ba23f3-71ac-4ed8-afda-300a7013f430/tags => generated 37 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1922] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:30:29 2026] GET /v2.0/networks/1232ad2d-6212-4647-b83a-b9001eeb38a3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1923] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:30:29 2026] GET /v2.0/security-groups/99ba23f3-71ac-4ed8-afda-300a7013f430/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1924] 10.0.0.47 () {32 vars in 754 bytes} [Thu Jun 18 10:30:29 2026] GET /v2.0/security-groups/99ba23f3-71ac-4ed8-afda-300a7013f430/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:30:29.456 7 INFO neutron.api.v2.resource [None req-22e70e93-084f-4f6a-a103-3aef56ea0d58 655162ebcef8466ca091c42354aecb17 ebe4f4a72c5a4750ad9da1279f23d5eb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1031/1925] 10.0.0.47 () {32 vars in 758 bytes} [Thu Jun 18 10:30:29 2026] GET /v2.0/security-groups/99ba23f3-71ac-4ed8-afda-300a7013f430/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1926] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:30:29 2026] POST /v2.0/subnets => generated 646 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1927] 10.0.0.47 () {32 vars in 757 bytes} [Thu Jun 18 10:30:29 2026] DELETE /v2.0/security-groups/99ba23f3-71ac-4ed8-afda-300a7013f430/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1928] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:30:29 2026] GET /v2.0/security-groups/99ba23f3-71ac-4ed8-afda-300a7013f430/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:30:29.632 7 INFO neutron.api.v2.resource [None req-c33587ec-2f4e-454d-b86f-b01052aaa48c 655162ebcef8466ca091c42354aecb17 ebe4f4a72c5a4750ad9da1279f23d5eb - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1034/1929] 10.0.0.47 () {32 vars in 761 bytes} [Thu Jun 18 10:30:29 2026] DELETE /v2.0/security-groups/99ba23f3-71ac-4ed8-afda-300a7013f430/tags/green => generated 99 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1930] 10.0.0.47 () {32 vars in 749 bytes} [Thu Jun 18 10:30:29 2026] DELETE /v2.0/security-groups/99ba23f3-71ac-4ed8-afda-300a7013f430/tags => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1931] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:30:29 2026] GET /v2.0/security-groups/99ba23f3-71ac-4ed8-afda-300a7013f430/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1932] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:30:29 2026] POST /v2.0/subnets => generated 655 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:30:29.834 8 INFO neutron.db.segments_db [None req-de2ca3ff-a7a0-402d-b32c-6a1efe1008d3 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Added segment 613c22dc-e478-49df-b77d-2dff61de63b8 of type vxlan for network ca84f018-59e3-4fd5-92c1-464b680b8e1b [pid: 7|app: 0|req: 1037/1933] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:29 2026] DELETE /v2.0/security-groups/99ba23f3-71ac-4ed8-afda-300a7013f430 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:30:30.136 8 INFO neutron.db.l3_hamode_db [None req-de2ca3ff-a7a0-402d-b32c-6a1efe1008d3 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1038/1934] 10.0.0.47 () {32 vars in 728 bytes} [Thu Jun 18 10:30:30 2026] GET /v2.0/floatingips/b3b426ba-3dab-499f-893d-ab2a1bd704e2 => generated 857 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:30:30.316 8 INFO neutron.db.l3_hamode_db [None req-de2ca3ff-a7a0-402d-b32c-6a1efe1008d3 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1039/1935] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:30 2026] GET /v2.0/security-groups?tenant_id=806d7ab2ecd2477988b2dd285ca5a68d&name=default => generated 2925 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1936] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:30 2026] GET /v2.0/security-groups?tenant_id=0e395b2c6f67445cb970fc6e56ebe888&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1937] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:30 2026] DELETE /v2.0/security-groups/b21e7f84-641d-4394-a202-ba27f00b7da2 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1938] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:30:29 2026] POST /v2.0/routers => generated 511 bytes in 1257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/1939] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:30 2026] DELETE /v2.0/security-groups/83ca7284-4924-4ef5-9015-798021045058 => 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: 1043/1940] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:31 2026] GET /v2.0/security-groups?tenant_id=ebe4f4a72c5a4750ad9da1279f23d5eb&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/1941] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:31 2026] DELETE /v2.0/security-groups/a39fb658-f793-4dda-b29a-23710d6f4ffc => 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: 898/1942] 10.0.0.47 () {34 vars in 782 bytes} [Thu Jun 18 10:30:31 2026] PUT /v2.0/routers/d5d9bf76-0d5b-44e5-b422-599bd1c2b139/add_router_interface => generated 309 bytes in 1070 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/1943] 10.0.0.47 () {32 vars in 716 bytes} [Thu Jun 18 10:30:32 2026] GET /v2.0/ports/7dbe3876-6f17-43c2-8205-66c6a7aa8cd1 => generated 959 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1944] 10.0.0.47 () {34 vars in 782 bytes} [Thu Jun 18 10:30:32 2026] PUT /v2.0/routers/d5d9bf76-0d5b-44e5-b422-599bd1c2b139/add_router_interface => generated 309 bytes in 1066 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/1945] 10.0.0.47 () {32 vars in 716 bytes} [Thu Jun 18 10:30:33 2026] GET /v2.0/ports/36efb92a-f9a9-4a3e-a757-0dfbfd82d048 => generated 967 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:30:33.750 8 INFO neutron_taas.services.taas.taas_plugin [None req-28d99676-eacb-47c3-b6c6-e5959f34a1e9 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] TaaS: Handle Delete Port: 36efb92a-f9a9-4a3e-a757-0dfbfd82d048 2026-06-18 10:30:33.754 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28d99676-eacb-47c3-b6c6-e5959f34a1e9 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Tap Mirror: Handle Delete Port: 36efb92a-f9a9-4a3e-a757-0dfbfd82d048 [pid: 8|app: 0|req: 900/1946] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:30:33 2026] PUT /v2.0/routers/d5d9bf76-0d5b-44e5-b422-599bd1c2b139/remove_router_interface => generated 309 bytes in 808 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:30:34.599 7 INFO neutron_taas.services.taas.taas_plugin [None req-a751aa1e-4a34-4d61-98d3-75fc1e425005 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] TaaS: Handle Delete Port: 7dbe3876-6f17-43c2-8205-66c6a7aa8cd1 2026-06-18 10:30:34.606 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a751aa1e-4a34-4d61-98d3-75fc1e425005 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Tap Mirror: Handle Delete Port: 7dbe3876-6f17-43c2-8205-66c6a7aa8cd1 [pid: 7|app: 0|req: 1047/1947] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:30:34 2026] PUT /v2.0/routers/d5d9bf76-0d5b-44e5-b422-599bd1c2b139/remove_router_interface => generated 309 bytes in 812 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/1948] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:30:35 2026] GET /v2.0/ports?device_id=d5d9bf76-0d5b-44e5-b422-599bd1c2b139 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:30:35.067 8 INFO neutron.db.segments_db [None req-e2ae43ef-5e3f-45a0-92b6-d5dd6fd69170 e4f5a467562d496993494a7b3eb48f93 3983147f900d46ba915b5286f7f6c778 - - default default] Added segment 6b0a6f24-0090-4ce7-ba98-c9a826c1beaa of type vxlan for network 4e6b7e8a-79c3-470e-8020-e88fca22df07 [pid: 8|app: 0|req: 901/1949] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:30:34 2026] POST /v2.0/networks => generated 613 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:30:35.206 8 INFO neutron.db.segments_db [None req-f396a6da-172c-4181-83d2-a1efa21ec650 e4f5a467562d496993494a7b3eb48f93 3983147f900d46ba915b5286f7f6c778 - - default default] Added segment a544938c-c973-4701-84a3-5d1f08941a84 of type vxlan for network d3c2e244-67d6-41f2-9a89-934a39fdb601 2026-06-18 10:30:35.227 7 INFO neutron_taas.services.taas.taas_plugin [None req-e439765c-181b-4b79-b043-8d0dffafe9c3 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] TaaS: Handle Delete Port: 1f4da5f6-6cc8-48db-9873-fc8c48228a47 2026-06-18 10:30:35.229 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e439765c-181b-4b79-b043-8d0dffafe9c3 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Tap Mirror: Handle Delete Port: 1f4da5f6-6cc8-48db-9873-fc8c48228a47 [pid: 8|app: 0|req: 902/1950] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:30:35 2026] POST /v2.0/networks => generated 613 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:30:35.450 8 INFO neutron.db.segments_db [None req-96bde76f-8493-4ff2-8bd5-c0fcef0d928b 258e5e2f72674363865d9485ecc2adc4 d5f6b93141544e43a5a4be45aaf005e7 - - default default] Added segment d0d6c235-36d0-42c5-87eb-30b0e1793776 of type vxlan for network 7dfd7efd-489e-4684-8261-c2858b323ea7 [pid: 8|app: 0|req: 903/1951] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:30:35 2026] POST /v2.0/networks => generated 708 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:30:35.599 7 INFO neutron.services.segments.plugin [-] Segment 613c22dc-e478-49df-b77d-2dff61de63b8 resource provider aggregate not found 2026-06-18 10:30:35.609 7 INFO neutron.services.segments.plugin [-] Segment 613c22dc-e478-49df-b77d-2dff61de63b8 resource provider aggregate not found 2026-06-18 10:30:35.633 7 INFO neutron.services.segments.plugin [-] Segment 613c22dc-e478-49df-b77d-2dff61de63b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 613c22dc-e478-49df-b77d-2dff61de63b8 found for delete ", "request_id": "req-4e2fa0e2-0fbf-4bfe-9bb6-cfd8f295a6c1"}]} 2026-06-18 10:30:35.635 7 INFO neutron.services.segments.plugin [-] Segment 613c22dc-e478-49df-b77d-2dff61de63b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 613c22dc-e478-49df-b77d-2dff61de63b8 found for delete ", "request_id": "req-284f0198-4f37-4070-8150-7e9609a4a47f"}]} [pid: 8|app: 0|req: 904/1952] 10.0.0.47 () {34 vars in 752 bytes} [Thu Jun 18 10:30:35 2026] PUT /v2.0/networks/4e6b7e8a-79c3-470e-8020-e88fca22df07/tags => generated 25 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:30:35.647 7 INFO neutron.db.l3_hamode_db [None req-e439765c-181b-4b79-b043-8d0dffafe9c3 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] HA network ca84f018-59e3-4fd5-92c1-464b680b8e1b was deleted as no HA routers are present in tenant 39642e12ccda433eb4258415fa211279. [pid: 7|app: 0|req: 1049/1953] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:35 2026] DELETE /v2.0/routers/d5d9bf76-0d5b-44e5-b422-599bd1c2b139 => generated 0 bytes in 620 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/1954] 10.0.0.47 () {32 vars in 732 bytes} [Thu Jun 18 10:30:35 2026] GET /v2.0/networks/4e6b7e8a-79c3-470e-8020-e88fca22df07/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1955] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:30:35 2026] POST /v2.0/subnets => generated 644 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/1956] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:35 2026] DELETE /v2.0/subnets/694c9769-8133-4abe-ad96-e33a4db91f08 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1957] 10.0.0.47 () {34 vars in 752 bytes} [Thu Jun 18 10:30:35 2026] PUT /v2.0/networks/d3c2e244-67d6-41f2-9a89-934a39fdb601/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:30:35.864 7 WARNING neutron.api.v2.base [None req-ed806ea8-c9d1-4e86-8b34-cbad0a310431 258e5e2f72674363865d9485ecc2adc4 d5f6b93141544e43a5a4be45aaf005e7 - - 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-06-18 10:30:35.865 7 INFO neutron.api.v2.resource [None req-ed806ea8-c9d1-4e86-8b34-cbad0a310431 258e5e2f72674363865d9485ecc2adc4 d5f6b93141544e43a5a4be45aaf005e7 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1052/1958] 10.0.0.47 () {34 vars in 680 bytes} [Thu Jun 18 10:30:35 2026] POST /v2.0/rbac-policies => generated 143 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/1959] 10.0.0.47 () {32 vars in 732 bytes} [Thu Jun 18 10:30:35 2026] GET /v2.0/networks/d3c2e244-67d6-41f2-9a89-934a39fdb601/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1960] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:35 2026] DELETE /v2.0/subnets/d4b390be-8c7d-4a32-9fd5-b27a9e14b1c0 => 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: 908/1961] 10.0.0.47 () {34 vars in 752 bytes} [Thu Jun 18 10:30:36 2026] PUT /v2.0/networks/d3c2e244-67d6-41f2-9a89-934a39fdb601/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/1962] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:35 2026] DELETE /v2.0/networks/7dfd7efd-489e-4684-8261-c2858b323ea7 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:30:36.153 8 INFO neutron_taas.services.taas.taas_plugin [None req-4815d2d2-b66b-414d-a63c-1842d1f0f59f 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] TaaS: Handle Delete Port: 4becae22-758c-4d64-bcb9-03e35193053f 2026-06-18 10:30:36.156 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4815d2d2-b66b-414d-a63c-1842d1f0f59f 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Tap Mirror: Handle Delete Port: 4becae22-758c-4d64-bcb9-03e35193053f [pid: 7|app: 0|req: 1055/1963] 10.0.0.47 () {32 vars in 732 bytes} [Thu Jun 18 10:30:36 2026] GET /v2.0/networks/d3c2e244-67d6-41f2-9a89-934a39fdb601/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:30:36.217 7 INFO neutron.db.segments_db [None req-a267c390-f9ee-4da6-afc5-a0884ee847bc 258e5e2f72674363865d9485ecc2adc4 d5f6b93141544e43a5a4be45aaf005e7 - - default default] Added segment b0cb097b-842c-4a3e-88d2-99be396e9eda of type vxlan for network 140d6fe2-8904-4003-8c26-b5ef461901ed [pid: 7|app: 0|req: 1056/1964] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:30:36 2026] POST /v2.0/networks => generated 707 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:30:36.326 8 INFO neutron.services.segments.plugin [-] Segment 265d3df9-37d8-47af-835c-a22b2e2ea6bd resource provider aggregate not found 2026-06-18 10:30:36.333 8 INFO neutron.services.segments.plugin [-] Segment 265d3df9-37d8-47af-835c-a22b2e2ea6bd resource provider aggregate not found 2026-06-18 10:30:36.348 8 INFO neutron.services.segments.plugin [-] Segment 265d3df9-37d8-47af-835c-a22b2e2ea6bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 265d3df9-37d8-47af-835c-a22b2e2ea6bd found for delete ", "request_id": "req-927bfeaa-0d54-4951-8d5e-810e79b85f2e"}]} 2026-06-18 10:30:36.352 8 INFO neutron.services.segments.plugin [-] Segment 265d3df9-37d8-47af-835c-a22b2e2ea6bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 265d3df9-37d8-47af-835c-a22b2e2ea6bd found for delete ", "request_id": "req-d04774ae-c3da-41a0-8aed-3792fdb5d121"}]} [pid: 7|app: 0|req: 1057/1965] 10.0.0.47 () {32 vars in 732 bytes} [Thu Jun 18 10:30:36 2026] GET /v2.0/networks/4e6b7e8a-79c3-470e-8020-e88fca22df07/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: 909/1966] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:36 2026] DELETE /v2.0/networks/c8699b2a-f15d-4b4a-8ad9-e8a873cf8ec6 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:30:36.456 8 INFO neutron_taas.services.taas.taas_plugin [None req-9fd3d127-01e2-4849-8358-7288a97e830a 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] TaaS: Handle Delete Port: c053e7e3-5f89-4be5-b5ab-a2cfd44d6de9 2026-06-18 10:30:36.459 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fd3d127-01e2-4849-8358-7288a97e830a 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Tap Mirror: Handle Delete Port: c053e7e3-5f89-4be5-b5ab-a2cfd44d6de9 [pid: 7|app: 0|req: 1058/1967] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:30:36 2026] POST /v2.0/subnets => generated 647 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1968] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:36 2026] DELETE /v2.0/networks/ccd684f9-2e81-474d-8087-da9b4c3c328d => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:30:36.666 8 WARNING neutron.api.v2.base [None req-b5fb8946-e57d-4a22-ad1d-ca4856cff11c 258e5e2f72674363865d9485ecc2adc4 d5f6b93141544e43a5a4be45aaf005e7 - - 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-06-18 10:30:36.667 8 INFO neutron.api.v2.resource [None req-b5fb8946-e57d-4a22-ad1d-ca4856cff11c 258e5e2f72674363865d9485ecc2adc4 d5f6b93141544e43a5a4be45aaf005e7 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 911/1969] 10.0.0.47 () {34 vars in 680 bytes} [Thu Jun 18 10:30:36 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/1970] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:36 2026] DELETE /v2.0/networks/4e6b7e8a-79c3-470e-8020-e88fca22df07 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1971] 10.0.0.157 () {34 vars in 990 bytes} [Thu Jun 18 10:30:36 2026] GET /v2.0/ports?device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:30:36.740 7 INFO neutron.db.segments_db [None req-2599b265-d8d5-4472-b8a3-8f7e714963ae 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Added segment 260b83ff-f2ca-4fb3-b8c8-b11c216c3a73 of type vxlan for network 724c6274-f553-4d49-97b5-62c41f946178 [pid: 7|app: 0|req: 1060/1972] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:30:36 2026] POST /v2.0/networks => generated 614 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1973] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:36 2026] DELETE /v2.0/networks/140d6fe2-8904-4003-8c26-b5ef461901ed => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1974] 10.0.0.157 () {34 vars in 1040 bytes} [Thu Jun 18 10:30:36 2026] GET /v2.0/security-groups?id=5dd3bb8c-ebb2-499f-a7ca-2ba9d0a1db77&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: 1061/1975] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:36 2026] DELETE /v2.0/networks/d3c2e244-67d6-41f2-9a89-934a39fdb601 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:30:37.027 7 INFO neutron.db.segments_db [None req-5715af41-a3df-4357-80ef-701e6fef8b12 258e5e2f72674363865d9485ecc2adc4 d5f6b93141544e43a5a4be45aaf005e7 - - default default] Added segment 2a57750b-7dc8-4b18-a546-94f833cc2d9e of type vxlan for network d410eb36-0460-4af2-bfa3-02b7b538a7e7 [pid: 7|app: 0|req: 1062/1976] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:30:36 2026] POST /v2.0/networks => generated 708 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1977] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:30:36 2026] POST /v2.0/subnets => generated 646 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:30:37.217 8 INFO neutron.db.segments_db [None req-90bbff99-0c4a-47cf-92a3-0c968b7d98b1 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Added segment 880c0308-0475-4300-b226-20203cffb856 of type vxlan for network 6ac3298a-de3c-4402-92cd-51813fbfc75e [pid: 7|app: 0|req: 1063/1978] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:30:37 2026] POST /v2.0/subnets => generated 647 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:30:37.451 8 INFO neutron.db.l3_hamode_db [None req-90bbff99-0c4a-47cf-92a3-0c968b7d98b1 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1064/1979] 10.0.0.47 () {34 vars in 680 bytes} [Thu Jun 18 10:30:37 2026] POST /v2.0/rbac-policies => generated 324 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:30:37.581 8 INFO neutron.db.l3_hamode_db [None req-90bbff99-0c4a-47cf-92a3-0c968b7d98b1 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 10:30:37.651 7 INFO neutron.services.segments.plugin [-] Segment d0d6c235-36d0-42c5-87eb-30b0e1793776 resource provider aggregate not found 2026-06-18 10:30:37.662 7 INFO neutron.services.segments.plugin [-] Segment d0d6c235-36d0-42c5-87eb-30b0e1793776 resource provider aggregate not found 2026-06-18 10:30:37.668 7 INFO neutron.services.segments.plugin [-] Segment d0d6c235-36d0-42c5-87eb-30b0e1793776 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0d6c235-36d0-42c5-87eb-30b0e1793776 found for delete ", "request_id": "req-376ec0f7-c100-40eb-a818-1d3dc4334f8d"}]} 2026-06-18 10:30:37.676 7 INFO neutron.services.segments.plugin [-] Segment d0d6c235-36d0-42c5-87eb-30b0e1793776 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0d6c235-36d0-42c5-87eb-30b0e1793776 found for delete ", "request_id": "req-afd453a4-7e58-4607-b2dd-7b35f23ce095"}]} 2026-06-18 10:30:37.683 7 INFO neutron.services.segments.plugin [-] Segment 6b0a6f24-0090-4ce7-ba98-c9a826c1beaa resource provider aggregate not found 2026-06-18 10:30:37.690 7 INFO neutron.services.segments.plugin [-] Segment 6b0a6f24-0090-4ce7-ba98-c9a826c1beaa resource provider aggregate not found 2026-06-18 10:30:37.702 7 INFO neutron.services.segments.plugin [-] Segment 6b0a6f24-0090-4ce7-ba98-c9a826c1beaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b0a6f24-0090-4ce7-ba98-c9a826c1beaa found for delete ", "request_id": "req-cd196585-4095-4918-9f10-d3d5e2d74ee8"}]} 2026-06-18 10:30:37.713 7 INFO neutron.services.segments.plugin [-] Segment 6b0a6f24-0090-4ce7-ba98-c9a826c1beaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b0a6f24-0090-4ce7-ba98-c9a826c1beaa found for delete ", "request_id": "req-388c359e-ab53-45f3-8d1b-38456c55708d"}]} 2026-06-18 10:30:37.726 7 INFO neutron.services.segments.plugin [-] Segment a544938c-c973-4701-84a3-5d1f08941a84 resource provider aggregate not found 2026-06-18 10:30:37.733 7 INFO neutron.services.segments.plugin [-] Segment a544938c-c973-4701-84a3-5d1f08941a84 resource provider aggregate not found 2026-06-18 10:30:37.748 7 INFO neutron.services.segments.plugin [-] Segment a544938c-c973-4701-84a3-5d1f08941a84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a544938c-c973-4701-84a3-5d1f08941a84 found for delete ", "request_id": "req-894421a9-8632-4a4d-82ae-4bde5492c9fa"}]} 2026-06-18 10:30:37.749 7 INFO neutron.services.segments.plugin [-] Segment a544938c-c973-4701-84a3-5d1f08941a84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a544938c-c973-4701-84a3-5d1f08941a84 found for delete ", "request_id": "req-f426c6d6-246c-4871-8c29-cf59a27b7dd4"}]} [pid: 7|app: 0|req: 1065/1980] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:37 2026] GET /v2.0/security-groups?tenant_id=6b4ce8bfddac4086969ea1367307899b&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/1981] 10.0.0.47 () {32 vars in 722 bytes} [Thu Jun 18 10:30:37 2026] GET /v2.0/networks/d410eb36-0460-4af2-bfa3-02b7b538a7e7 => generated 655 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/1982] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:37 2026] DELETE /v2.0/security-groups/01c02220-7af6-4f64-a4a4-0368afb15fe8 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/1983] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:38 2026] GET /v2.0/security-groups?tenant_id=3983147f900d46ba915b5286f7f6c778&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: 916/1984] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:30:37 2026] POST /v2.0/routers => generated 511 bytes in 1010 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/1985] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:38 2026] DELETE /v2.0/security-groups/5d715996-f503-4370-ac65-9686739dd22e => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:30:38.372 8 INFO neutron.services.segments.plugin [-] Segment 85cc2abf-b0e3-4c4c-9779-3b04c6c47f0b resource provider aggregate not found 2026-06-18 10:30:38.377 8 INFO neutron.services.segments.plugin [-] Segment 85cc2abf-b0e3-4c4c-9779-3b04c6c47f0b resource provider aggregate not found 2026-06-18 10:30:38.405 8 INFO neutron.services.segments.plugin [-] Segment 85cc2abf-b0e3-4c4c-9779-3b04c6c47f0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85cc2abf-b0e3-4c4c-9779-3b04c6c47f0b found for delete ", "request_id": "req-cc150c7b-e30c-4990-be0e-c9f561a70e27"}]} 2026-06-18 10:30:38.408 8 INFO neutron.services.segments.plugin [-] Segment 85cc2abf-b0e3-4c4c-9779-3b04c6c47f0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85cc2abf-b0e3-4c4c-9779-3b04c6c47f0b found for delete ", "request_id": "req-03fd7410-e07c-4e07-8d68-ebb07b3af532"}]} 2026-06-18 10:30:38.427 8 INFO neutron.services.segments.plugin [-] Segment b0cb097b-842c-4a3e-88d2-99be396e9eda resource provider aggregate not found 2026-06-18 10:30:38.435 8 INFO neutron.services.segments.plugin [-] Segment b0cb097b-842c-4a3e-88d2-99be396e9eda resource provider aggregate not found 2026-06-18 10:30:38.456 8 INFO neutron.services.segments.plugin [-] Segment b0cb097b-842c-4a3e-88d2-99be396e9eda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0cb097b-842c-4a3e-88d2-99be396e9eda found for delete ", "request_id": "req-f4731a1e-4db2-49fa-870e-5fdf0a0c6df1"}]} 2026-06-18 10:30:38.459 8 INFO neutron.services.segments.plugin [-] Segment b0cb097b-842c-4a3e-88d2-99be396e9eda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0cb097b-842c-4a3e-88d2-99be396e9eda found for delete ", "request_id": "req-63c2d5a6-94d5-476b-81cc-c56599a6fa34"}]} 2026-06-18 10:30:38.487 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d6557d8f-f149-470f-9efa-50db549c9c41 3132fa649a384bce8737d20f8f277294 c5202a89b2bc4a9fb8e44dc13cc54d91 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1070/1986] 10.0.0.47 () {32 vars in 722 bytes} [Thu Jun 18 10:30:38 2026] GET /v2.0/networks/d410eb36-0460-4af2-bfa3-02b7b538a7e7 => generated 138 bytes in 133 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1987] 10.0.0.47 () {34 vars in 664 bytes} [Thu Jun 18 10:30:38 2026] POST /v2.0/ports => generated 964 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1071/1988] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:38 2026] DELETE /v2.0/networks/d410eb36-0460-4af2-bfa3-02b7b538a7e7 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:30:38.753 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d4574505-d2f2-42e0-b176-ad91a0186b13 258e5e2f72674363865d9485ecc2adc4 d5f6b93141544e43a5a4be45aaf005e7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1072/1989] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:38 2026] DELETE /v2.0/subnets/fd5701ec-e8ab-442f-9344-0d36a56d8ecf => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:30:38.782 7 INFO neutron.pecan_wsgi.hooks.translation [None req-190a857e-d886-421d-a97d-fe519db65cce 258e5e2f72674363865d9485ecc2adc4 d5f6b93141544e43a5a4be45aaf005e7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1073/1990] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:38 2026] DELETE /v2.0/subnets/9a5adb40-d19b-4a81-be9b-c432d832f7ae => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:30:38.799 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6668699a-e8fd-46a6-964d-378c03d32ae7 258e5e2f72674363865d9485ecc2adc4 d5f6b93141544e43a5a4be45aaf005e7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1074/1991] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:38 2026] DELETE /v2.0/subnets/821f17db-5fb6-43fe-ab4b-0a08e1d36538 => 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: 918/1992] 10.0.0.47 () {34 vars in 782 bytes} [Thu Jun 18 10:30:38 2026] PUT /v2.0/routers/e75b24af-54b0-4a6b-8fa7-5fb166cf8616/add_router_interface => generated 309 bytes in 1065 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: 919/1993] 10.0.0.47 () {32 vars in 716 bytes} [Thu Jun 18 10:30:39 2026] GET /v2.0/ports/0b3a7e25-d230-42e4-91ba-c62a63614373 => generated 1038 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:30:39.771 7 INFO neutron.services.segments.plugin [-] Segment 2a57750b-7dc8-4b18-a546-94f833cc2d9e resource provider aggregate not found 2026-06-18 10:30:39.776 7 INFO neutron.services.segments.plugin [-] Segment 2a57750b-7dc8-4b18-a546-94f833cc2d9e resource provider aggregate not found 2026-06-18 10:30:39.792 7 INFO neutron.services.segments.plugin [-] Segment 2a57750b-7dc8-4b18-a546-94f833cc2d9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a57750b-7dc8-4b18-a546-94f833cc2d9e found for delete ", "request_id": "req-842c9011-35b6-49c2-a3bf-1210d9511345"}]} 2026-06-18 10:30:39.802 7 INFO neutron.services.segments.plugin [-] Segment 2a57750b-7dc8-4b18-a546-94f833cc2d9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a57750b-7dc8-4b18-a546-94f833cc2d9e found for delete ", "request_id": "req-552100ad-814b-4b8b-893d-5d23a337b19d"}]} [pid: 7|app: 0|req: 1075/1994] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:39 2026] GET /v2.0/security-groups?tenant_id=d5f6b93141544e43a5a4be45aaf005e7&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/1995] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:39 2026] DELETE /v2.0/security-groups/f989260e-44d3-4307-a4a7-54124c775bd0 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:30:40.062 8 INFO neutron_taas.services.taas.taas_plugin [None req-281cece6-05ad-4d1d-84ba-c511ad351d9e 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] TaaS: Handle Delete Port: 0b3a7e25-d230-42e4-91ba-c62a63614373 2026-06-18 10:30:40.067 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-281cece6-05ad-4d1d-84ba-c511ad351d9e 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Tap Mirror: Handle Delete Port: 0b3a7e25-d230-42e4-91ba-c62a63614373 [pid: 7|app: 0|req: 1077/1996] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:40 2026] GET /v2.0/security-groups?tenant_id=c5202a89b2bc4a9fb8e44dc13cc54d91&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: 1078/1997] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:40 2026] DELETE /v2.0/security-groups/dbcdbc02-9f88-49d9-9941-aed011e748c7 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1998] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:30:39 2026] PUT /v2.0/routers/e75b24af-54b0-4a6b-8fa7-5fb166cf8616/remove_router_interface => generated 309 bytes in 750 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-06-18 10:30:40.602 7 INFO neutron.api.v2.resource [None req-5f2f5e5a-76d6-44fb-b38b-be7df65f7d08 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1079/1999] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:30:40 2026] PUT /v2.0/routers/e75b24af-54b0-4a6b-8fa7-5fb166cf8616/remove_router_interface => generated 197 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2000] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:30:40 2026] GET /v2.0/ports?device_id=e75b24af-54b0-4a6b-8fa7-5fb166cf8616 => 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: 921/2001] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:40 2026] GET /v2.0/security-groups?tenant_id=8decb9c280ed45f0a30007eb530c512c&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/2002] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:40 2026] DELETE /v2.0/security-groups/70f59c5b-cff2-466a-916e-570c2a5ba24a => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:30:40.806 7 INFO neutron_taas.services.taas.taas_plugin [None req-f0f9ac6e-fb11-45e0-a1fd-9ebab63a01ca 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] TaaS: Handle Delete Port: 9365ce2e-b258-4192-addb-9991026c8b4f 2026-06-18 10:30:40.808 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0f9ac6e-fb11-45e0-a1fd-9ebab63a01ca 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Tap Mirror: Handle Delete Port: 9365ce2e-b258-4192-addb-9991026c8b4f 2026-06-18 10:30:41.162 7 INFO neutron.db.l3_hamode_db [None req-f0f9ac6e-fb11-45e0-a1fd-9ebab63a01ca 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] HA network 6ac3298a-de3c-4402-92cd-51813fbfc75e was deleted as no HA routers are present in tenant 39642e12ccda433eb4258415fa211279. [pid: 7|app: 0|req: 1081/2003] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:40 2026] DELETE /v2.0/routers/e75b24af-54b0-4a6b-8fa7-5fb166cf8616 => generated 0 bytes in 541 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/2004] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:41 2026] DELETE /v2.0/subnets/5c03f73a-c301-4846-a14a-f972336cf967 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:30:41.434 7 INFO neutron_taas.services.taas.taas_plugin [None req-00e34e81-e404-41cc-9b8a-b171adae1231 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] TaaS: Handle Delete Port: 58856c88-0e9a-4bac-bbff-17ba96fd20b3 2026-06-18 10:30:41.437 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00e34e81-e404-41cc-9b8a-b171adae1231 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Tap Mirror: Handle Delete Port: 58856c88-0e9a-4bac-bbff-17ba96fd20b3 [pid: 7|app: 0|req: 1082/2005] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:41 2026] DELETE /v2.0/networks/724c6274-f553-4d49-97b5-62c41f946178 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:30:41.753 8 INFO neutron.db.segments_db [None req-cab3b3e1-be23-4ce3-8aa4-7f772573d81e 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Added segment ce4674d7-6d2b-41cf-9bc8-9630383628b9 of type vxlan for network d088bcda-6965-4319-8230-cf9af13ba88d 2026-06-18 10:30:41.811 7 INFO neutron.services.segments.plugin [-] Segment 880c0308-0475-4300-b226-20203cffb856 resource provider aggregate not found 2026-06-18 10:30:41.829 7 INFO neutron.services.segments.plugin [-] Segment 880c0308-0475-4300-b226-20203cffb856 resource provider aggregate not found 2026-06-18 10:30:41.834 7 INFO neutron.services.segments.plugin [-] Segment 880c0308-0475-4300-b226-20203cffb856 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 880c0308-0475-4300-b226-20203cffb856 found for delete ", "request_id": "req-f67e2441-cceb-4529-b7bf-37fb6a68884a"}]} 2026-06-18 10:30:41.851 7 INFO neutron.services.segments.plugin [-] Segment 880c0308-0475-4300-b226-20203cffb856 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 880c0308-0475-4300-b226-20203cffb856 found for delete ", "request_id": "req-89f54d0d-4139-4df4-9716-ec5f4c8515e6"}]} 2026-06-18 10:30:41.857 7 INFO neutron.services.segments.plugin [-] Segment 260b83ff-f2ca-4fb3-b8c8-b11c216c3a73 resource provider aggregate not found 2026-06-18 10:30:41.876 7 INFO neutron.services.segments.plugin [-] Segment 260b83ff-f2ca-4fb3-b8c8-b11c216c3a73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 260b83ff-f2ca-4fb3-b8c8-b11c216c3a73 found for delete ", "request_id": "req-49828779-869b-4776-a785-42a0ddd74723"}]} 2026-06-18 10:30:41.877 7 INFO neutron.services.segments.plugin [-] Segment 260b83ff-f2ca-4fb3-b8c8-b11c216c3a73 resource provider aggregate not found [pid: 8|app: 0|req: 924/2006] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:30:41 2026] POST /v2.0/networks => generated 615 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:30:41.896 7 INFO neutron.services.segments.plugin [-] Segment 260b83ff-f2ca-4fb3-b8c8-b11c216c3a73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 260b83ff-f2ca-4fb3-b8c8-b11c216c3a73 found for delete ", "request_id": "req-36d90f64-47f5-445a-8fd4-6605ef3323aa"}]} [pid: 7|app: 0|req: 1083/2007] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:30:41 2026] POST /v2.0/subnets => generated 646 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:30:42.226 8 INFO neutron.db.segments_db [None req-0d3ce328-7141-4769-b946-41ae3da19790 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Added segment 71bfa310-e266-46a1-a294-a7ff8b08faec of type vxlan for network ed6e2395-be95-42ba-92e0-1a89ce38720c 2026-06-18 10:30:42.448 8 INFO neutron.db.l3_hamode_db [None req-0d3ce328-7141-4769-b946-41ae3da19790 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 10:30:42.605 8 INFO neutron.db.l3_hamode_db [None req-0d3ce328-7141-4769-b946-41ae3da19790 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 925/2010] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:30:42 2026] POST /v2.0/routers => generated 510 bytes in 1043 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2011] 10.0.0.47 () {34 vars in 782 bytes} [Thu Jun 18 10:30:43 2026] PUT /v2.0/routers/40d5df35-5e5a-4e0f-8851-c52f278db535/add_router_interface => generated 309 bytes in 1117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/2012] 10.0.0.47 () {32 vars in 716 bytes} [Thu Jun 18 10:30:44 2026] GET /v2.0/ports/a411f623-b275-45f0-80c0-60e339f889e4 => generated 959 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:30:45.160 7 INFO neutron_taas.services.taas.taas_plugin [None req-d08b804b-3bd5-4c00-bbce-3a922055f2de 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] TaaS: Handle Delete Port: a411f623-b275-45f0-80c0-60e339f889e4 2026-06-18 10:30:45.167 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d08b804b-3bd5-4c00-bbce-3a922055f2de 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Tap Mirror: Handle Delete Port: a411f623-b275-45f0-80c0-60e339f889e4 [pid: 7|app: 0|req: 1087/2013] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:30:44 2026] PUT /v2.0/routers/40d5df35-5e5a-4e0f-8851-c52f278db535/remove_router_interface => generated 309 bytes in 1175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2014] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:30:45 2026] GET /v2.0/ports?device_id=40d5df35-5e5a-4e0f-8851-c52f278db535 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:30:45.796 7 INFO neutron_taas.services.taas.taas_plugin [None req-a57f56e7-d5ce-4bd5-ac13-85e4d582eec3 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] TaaS: Handle Delete Port: b0ef72d7-76b8-4edd-ae10-b599239a4706 2026-06-18 10:30:45.799 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a57f56e7-d5ce-4bd5-ac13-85e4d582eec3 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Tap Mirror: Handle Delete Port: b0ef72d7-76b8-4edd-ae10-b599239a4706 [pid: 8|app: 0|req: 927/2015] 10.0.0.47 () {34 vars in 675 bytes} [Thu Jun 18 10:30:45 2026] POST /v2.0/floatingips => generated 552 bytes in 823 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:30:46.142 7 INFO neutron.services.segments.plugin [-] Segment 71bfa310-e266-46a1-a294-a7ff8b08faec resource provider aggregate not found 2026-06-18 10:30:46.147 7 INFO neutron.services.segments.plugin [-] Segment 71bfa310-e266-46a1-a294-a7ff8b08faec resource provider aggregate not found 2026-06-18 10:30:46.165 7 INFO neutron.services.segments.plugin [-] Segment 71bfa310-e266-46a1-a294-a7ff8b08faec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71bfa310-e266-46a1-a294-a7ff8b08faec found for delete ", "request_id": "req-b5a26f92-0128-4fbb-bf3c-ffe873c75cf0"}]} 2026-06-18 10:30:46.166 7 INFO neutron.services.segments.plugin [-] Segment 71bfa310-e266-46a1-a294-a7ff8b08faec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71bfa310-e266-46a1-a294-a7ff8b08faec found for delete ", "request_id": "req-f0a9d383-c357-4390-a7a8-e2bfe8c81270"}]} 2026-06-18 10:30:46.170 7 INFO neutron.db.l3_hamode_db [None req-a57f56e7-d5ce-4bd5-ac13-85e4d582eec3 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] HA network ed6e2395-be95-42ba-92e0-1a89ce38720c was deleted as no HA routers are present in tenant 39642e12ccda433eb4258415fa211279. [pid: 7|app: 0|req: 1089/2016] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:45 2026] DELETE /v2.0/routers/40d5df35-5e5a-4e0f-8851-c52f278db535 => generated 0 bytes in 539 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2017] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:46 2026] DELETE /v2.0/subnets/fc1b2832-b3cc-44d0-a4f0-89d3da82ca0f => 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: 1091/2018] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:30:46 2026] DELETE /v2.0/networks/d088bcda-6965-4319-8230-cf9af13ba88d => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:30:46.486 7 INFO neutron.db.segments_db [None req-c906c02a-99cf-4a9d-acab-fa0de975d27e 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Added segment e7b04471-5f56-4d9c-b10f-aec09ab1f73c of type vxlan for network e279e0e3-f81f-4e3b-a237-6ea487f60e22 [pid: 8|app: 0|req: 928/2019] 10.0.0.47 () {34 vars in 675 bytes} [Thu Jun 18 10:30:46 2026] POST /v2.0/floatingips => generated 552 bytes in 630 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:30:46.809 7 INFO neutron.db.l3_hamode_db [None req-c906c02a-99cf-4a9d-acab-fa0de975d27e 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 929/2020] 10.0.0.47 () {34 vars in 675 bytes} [Thu Jun 18 10:30:46 2026] POST /v2.0/floatingips => generated 552 bytes in 526 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:30:47.603 7 INFO neutron.db.l3_hamode_db [None req-c906c02a-99cf-4a9d-acab-fa0de975d27e 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 930/2021] 10.0.0.47 () {34 vars in 675 bytes} [Thu Jun 18 10:30:47 2026] POST /v2.0/floatingips => generated 552 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/2022] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:47 2026] GET /v2.0/ports?device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:30:48.192 7 INFO neutron.services.segments.plugin [-] Segment ce4674d7-6d2b-41cf-9bc8-9630383628b9 resource provider aggregate not found 2026-06-18 10:30:48.196 7 INFO neutron.services.segments.plugin [-] Segment ce4674d7-6d2b-41cf-9bc8-9630383628b9 resource provider aggregate not found 2026-06-18 10:30:48.220 7 INFO neutron.services.segments.plugin [-] Segment ce4674d7-6d2b-41cf-9bc8-9630383628b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce4674d7-6d2b-41cf-9bc8-9630383628b9 found for delete ", "request_id": "req-52179981-22cf-4a28-965d-27aa22f662ee"}]} 2026-06-18 10:30:48.225 7 INFO neutron.services.segments.plugin [-] Segment ce4674d7-6d2b-41cf-9bc8-9630383628b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce4674d7-6d2b-41cf-9bc8-9630383628b9 found for delete ", "request_id": "req-17f296a1-d5a8-4618-91f2-44f6b3a72046"}]} [pid: 8|app: 0|req: 932/2023] 10.0.0.47 () {34 vars in 675 bytes} [Thu Jun 18 10:30:47 2026] POST /v2.0/floatingips => generated 552 bytes in 556 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/2024] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:30:48 2026] GET /v2.0/security-groups?id=5dd3bb8c-ebb2-499f-a7ca-2ba9d0a1db77&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: 934/2025] 10.0.0.47 () {34 vars in 758 bytes} [Thu Jun 18 10:30:48 2026] PUT /v2.0/floatingips/c3bd5ced-6271-489e-8ac1-d3eb69d39255/tags => generated 17 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/2026] 10.0.0.47 () {34 vars in 758 bytes} [Thu Jun 18 10:30:48 2026] PUT /v2.0/floatingips/789531d6-72fd-4c03-bfed-316914192ca7/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2027] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:30:46 2026] POST /v2.0/routers => generated 692 bytes in 2211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/2028] 10.0.0.47 () {34 vars in 758 bytes} [Thu Jun 18 10:30:48 2026] PUT /v2.0/floatingips/e9ab0abd-2aec-412c-9440-012dd904e55d/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/2029] 10.0.0.47 () {34 vars in 758 bytes} [Thu Jun 18 10:30:48 2026] PUT /v2.0/floatingips/f61c86be-ad7e-4002-a43b-60069d69ebc8/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2030] 10.0.0.47 () {32 vars in 720 bytes} [Thu Jun 18 10:30:48 2026] GET /v2.0/routers/5d0ac56c-7590-4729-be73-0972c768366b => generated 698 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/2031] 10.0.0.47 () {32 vars in 671 bytes} [Thu Jun 18 10:30:48 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2032] 10.0.0.47 () {32 vars in 646 bytes} [Thu Jun 18 10:30:48 2026] GET /v2.0/routers => generated 701 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/2033] 10.0.0.47 () {32 vars in 685 bytes} [Thu Jun 18 10:30:48 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/2034] 10.0.0.47 () {32 vars in 681 bytes} [Thu Jun 18 10:30:48 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/2035] 10.0.0.47 () {32 vars in 693 bytes} [Thu Jun 18 10:30:48 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2036] 10.0.0.47 () {34 vars in 740 bytes} [Thu Jun 18 10:30:48 2026] PUT /v2.0/routers/5d0ac56c-7590-4729-be73-0972c768366b => generated 705 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2037] 10.0.0.47 () {32 vars in 720 bytes} [Thu Jun 18 10:30:49 2026] GET /v2.0/routers/5d0ac56c-7590-4729-be73-0972c768366b => generated 705 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2038] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:30:49 2026] GET /v2.0/ports?device_id=5d0ac56c-7590-4729-be73-0972c768366b => 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: 942/2039] 10.0.0.47 () {32 vars in 679 bytes} [Thu Jun 18 10:30:48 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/2040] 10.0.0.47 () {32 vars in 693 bytes} [Thu Jun 18 10:30:49 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/2041] 10.0.0.47 () {32 vars in 689 bytes} [Thu Jun 18 10:30:49 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/2042] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:49 2026] GET /v2.0/ports?device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/2043] 10.0.0.47 () {32 vars in 701 bytes} [Thu Jun 18 10:30:49 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:30:49.589 7 INFO neutron_taas.services.taas.taas_plugin [None req-df5707d0-aeb2-4327-96f1-27df2c5f441b 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] TaaS: Handle Delete Port: bb558634-c883-4e4c-8a51-bcbd5aed818e 2026-06-18 10:30:49.593 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df5707d0-aeb2-4327-96f1-27df2c5f441b 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Tap Mirror: Handle Delete Port: bb558634-c883-4e4c-8a51-bcbd5aed818e [pid: 8|app: 0|req: 947/2044] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:30:49 2026] GET /v2.0/security-groups?id=5dd3bb8c-ebb2-499f-a7ca-2ba9d0a1db77&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-06-18 10:30:49.709 8 INFO neutron_taas.services.taas.taas_plugin [None req-c7e10edb-2758-4686-b129-43addd362e9d 0fa82e208ef641a6ad53660bb8108c25 0454d2a2f9bf43f0a6a2715968a3c8a3 - - default default] TaaS: Handle Delete Port: 0236977b-633d-4b56-8f7b-11ccba446cfd 2026-06-18 10:30:49.712 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7e10edb-2758-4686-b129-43addd362e9d 0fa82e208ef641a6ad53660bb8108c25 0454d2a2f9bf43f0a6a2715968a3c8a3 - - default default] Tap Mirror: Handle Delete Port: 0236977b-633d-4b56-8f7b-11ccba446cfd 2026-06-18 10:30:49.863 7 INFO neutron_taas.services.taas.taas_plugin [None req-df5707d0-aeb2-4327-96f1-27df2c5f441b 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] TaaS: Handle Delete Port: 67962a75-b25e-474b-81de-a8d1aa745b20 [pid: 8|app: 0|req: 948/2045] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:30:49 2026] DELETE /v2.0/floatingips/c3bd5ced-6271-489e-8ac1-d3eb69d39255 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:30:49.865 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df5707d0-aeb2-4327-96f1-27df2c5f441b 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] Tap Mirror: Handle Delete Port: 67962a75-b25e-474b-81de-a8d1aa745b20 2026-06-18 10:30:49.969 8 INFO neutron_taas.services.taas.taas_plugin [None req-5b7e50b6-b958-4186-af2d-f5933ee987a8 0fa82e208ef641a6ad53660bb8108c25 0454d2a2f9bf43f0a6a2715968a3c8a3 - - default default] TaaS: Handle Delete Port: 8d32712d-7bbf-4a3c-992f-c13eb72c60ed 2026-06-18 10:30:49.971 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b7e50b6-b958-4186-af2d-f5933ee987a8 0fa82e208ef641a6ad53660bb8108c25 0454d2a2f9bf43f0a6a2715968a3c8a3 - - default default] Tap Mirror: Handle Delete Port: 8d32712d-7bbf-4a3c-992f-c13eb72c60ed [pid: 8|app: 0|req: 949/2046] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:30:49 2026] DELETE /v2.0/floatingips/789531d6-72fd-4c03-bfed-316914192ca7 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/2047] 199.204.45.113 () {34 vars in 994 bytes} [Thu Jun 18 10:30:50 2026] GET /v2.0/ports?device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:30:50.243 7 INFO neutron.db.l3_hamode_db [None req-df5707d0-aeb2-4327-96f1-27df2c5f441b 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] HA network e279e0e3-f81f-4e3b-a237-6ea487f60e22 was deleted as no HA routers are present in tenant 39642e12ccda433eb4258415fa211279. 2026-06-18 10:30:50.249 7 INFO neutron.services.segments.plugin [-] Segment e7b04471-5f56-4d9c-b10f-aec09ab1f73c resource provider aggregate not found 2026-06-18 10:30:50.252 7 INFO neutron.services.segments.plugin [-] Segment e7b04471-5f56-4d9c-b10f-aec09ab1f73c resource provider aggregate not found [pid: 7|app: 0|req: 1098/2048] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:49 2026] DELETE /v2.0/routers/5d0ac56c-7590-4729-be73-0972c768366b => generated 0 bytes in 906 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:30:50.269 7 INFO neutron.services.segments.plugin [-] Segment e7b04471-5f56-4d9c-b10f-aec09ab1f73c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7b04471-5f56-4d9c-b10f-aec09ab1f73c found for delete ", "request_id": "req-ac486794-18cf-4fd5-8d54-f14c866b9743"}]} 2026-06-18 10:30:50.273 7 INFO neutron.services.segments.plugin [-] Segment e7b04471-5f56-4d9c-b10f-aec09ab1f73c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7b04471-5f56-4d9c-b10f-aec09ab1f73c found for delete ", "request_id": "req-82b6add1-df8b-485b-bb5c-24dc1f61d17b"}]} 2026-06-18 10:30:50.314 8 INFO neutron_taas.services.taas.taas_plugin [None req-c016f64e-6173-4392-82d6-f5d2e2bf7ae0 0fa82e208ef641a6ad53660bb8108c25 0454d2a2f9bf43f0a6a2715968a3c8a3 - - default default] TaaS: Handle Delete Port: 69301a0c-d2a6-4177-bd42-1c1f36e1e0e7 2026-06-18 10:30:50.317 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c016f64e-6173-4392-82d6-f5d2e2bf7ae0 0fa82e208ef641a6ad53660bb8108c25 0454d2a2f9bf43f0a6a2715968a3c8a3 - - default default] Tap Mirror: Handle Delete Port: 69301a0c-d2a6-4177-bd42-1c1f36e1e0e7 2026-06-18 10:30:50.425 7 INFO neutron_taas.services.taas.taas_plugin [req-72655f39-c920-4b89-a5a0-f2d147b58350 req-5af27908-7575-40ef-941a-545a6b3dc092 dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] TaaS: Handle Delete Port: 183bb4d1-b57d-4b22-bf46-294f45b0a53d 2026-06-18 10:30:50.428 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-72655f39-c920-4b89-a5a0-f2d147b58350 req-5af27908-7575-40ef-941a-545a6b3dc092 dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] Tap Mirror: Handle Delete Port: 183bb4d1-b57d-4b22-bf46-294f45b0a53d [pid: 8|app: 0|req: 951/2049] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:30:50 2026] DELETE /v2.0/floatingips/e9ab0abd-2aec-412c-9440-012dd904e55d => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/2050] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:30:50 2026] GET /v2.0/ports?device_id=5d0ac56c-7590-4729-be73-0972c768366b => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:30:50.603 7 INFO neutron.db.l3_db [req-72655f39-c920-4b89-a5a0-f2d147b58350 req-5af27908-7575-40ef-941a-545a6b3dc092 dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] Floating IP b3b426ba-3dab-499f-893d-ab2a1bd704e2 disassociated. External IP: 10.96.250.204, port: 183bb4d1-b57d-4b22-bf46-294f45b0a53d. 2026-06-18 10:30:50.615 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ee57c8c-f1ec-4854-8638-01966c0da14d 0fa82e208ef641a6ad53660bb8108c25 0454d2a2f9bf43f0a6a2715968a3c8a3 - - default default] TaaS: Handle Delete Port: f5d2f355-bea4-4264-983f-6de4c8d35dc1 2026-06-18 10:30:50.617 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ee57c8c-f1ec-4854-8638-01966c0da14d 0fa82e208ef641a6ad53660bb8108c25 0454d2a2f9bf43f0a6a2715968a3c8a3 - - default default] Tap Mirror: Handle Delete Port: f5d2f355-bea4-4264-983f-6de4c8d35dc1 [pid: 8|app: 0|req: 953/2051] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:30:50 2026] DELETE /v2.0/floatingips/f61c86be-ad7e-4002-a43b-60069d69ebc8 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:30:50.810 8 INFO neutron.api.v2.resource [None req-2ffbcb0a-113b-47b5-b0cf-f776bb97f9e2 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 954/2052] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:50 2026] DELETE /v2.0/routers/5d0ac56c-7590-4729-be73-0972c768366b => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/2053] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:50 2026] GET /v2.0/ports?device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:30:50.927 8 INFO neutron_taas.services.taas.taas_plugin [None req-2740dda6-82df-4dd6-afd1-716fcc5dddcd 0fa82e208ef641a6ad53660bb8108c25 0454d2a2f9bf43f0a6a2715968a3c8a3 - - default default] TaaS: Handle Delete Port: 31b2d9a2-d2ae-44ec-84a1-adf5c75db493 2026-06-18 10:30:50.932 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2740dda6-82df-4dd6-afd1-716fcc5dddcd 0fa82e208ef641a6ad53660bb8108c25 0454d2a2f9bf43f0a6a2715968a3c8a3 - - default default] Tap Mirror: Handle Delete Port: 31b2d9a2-d2ae-44ec-84a1-adf5c75db493 [pid: 7|app: 0|req: 1099/2054] 199.204.45.113 () {36 vars in 997 bytes} [Thu Jun 18 10:30:50 2026] DELETE /v2.0/ports/183bb4d1-b57d-4b22-bf46-294f45b0a53d => generated 0 bytes in 677 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2055] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:30:50 2026] GET /v2.0/ports?device_id=40d5df35-5e5a-4e0f-8851-c52f278db535 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:30:50.980 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-67f13b8a-9093-4733-bf3b-b8a95ff6d21d'] response: {'server_uuid': '7ca0d34d-a52f-4dda-bf40-a6911ebd7a08', 'name': 'network-vif-deleted', 'tag': '183bb4d1-b57d-4b22-bf46-294f45b0a53d', 'status': 'completed', 'code': 200} 2026-06-18 10:30:50.992 7 INFO neutron.api.v2.resource [None req-ed1e0649-fd42-4c61-89a6-128322fae229 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1101/2056] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:50 2026] DELETE /v2.0/routers/40d5df35-5e5a-4e0f-8851-c52f278db535 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:30:51.019 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a69b6cf7-8c16-4405-a88d-9f730e40b64a 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1102/2057] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:50 2026] DELETE /v2.0/subnets/fc1b2832-b3cc-44d0-a4f0-89d3da82ca0f => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2058] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:30:51 2026] GET /v2.0/ports?device_id=e75b24af-54b0-4a6b-8fa7-5fb166cf8616 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:30:51.062 7 INFO neutron.api.v2.resource [None req-2816c15c-279a-4508-90f7-f095e70a78e2 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1104/2059] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:51 2026] DELETE /v2.0/routers/e75b24af-54b0-4a6b-8fa7-5fb166cf8616 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:30:51.083 7 INFO neutron.pecan_wsgi.hooks.translation [None req-50ce7127-bdc4-4f77-b7d4-3e64aaa67131 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1105/2060] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:51 2026] DELETE /v2.0/subnets/5c03f73a-c301-4846-a14a-f972336cf967 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2061] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:30:50 2026] DELETE /v2.0/floatingips/efc33e84-bfd0-488a-91a9-a359dfca75c9 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2062] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:30:51 2026] GET /v2.0/ports?device_id=d5d9bf76-0d5b-44e5-b422-599bd1c2b139 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:30:51.133 8 INFO neutron.api.v2.resource [None req-c9792ff4-ef63-4301-bc61-ddfb80ea88be 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 957/2063] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:51 2026] DELETE /v2.0/routers/d5d9bf76-0d5b-44e5-b422-599bd1c2b139 => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:30:51.154 7 INFO neutron.pecan_wsgi.hooks.translation [None req-103d6189-0ffb-4f94-9be0-d0d3ae25ac1c 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1107/2064] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:51 2026] DELETE /v2.0/subnets/694c9769-8133-4abe-ad96-e33a4db91f08 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:30:51.173 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8031cd53-6ac8-4144-adf4-0ff4c640d439 3dfc3c67bb8841d39453c7fc86bc1c9a 39642e12ccda433eb4258415fa211279 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 958/2065] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:30:51 2026] DELETE /v2.0/subnets/d4b390be-8c7d-4a32-9fd5-b27a9e14b1c0 => 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: 1108/2066] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:51 2026] GET /v2.0/security-groups?tenant_id=39642e12ccda433eb4258415fa211279&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2067] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:51 2026] GET /v2.0/ports?device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2068] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:51 2026] DELETE /v2.0/security-groups/4eb7083d-4925-40db-8e34-6192db08f4b5 => 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: 1110/2069] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:51 2026] GET /v2.0/security-groups?tenant_id=0454d2a2f9bf43f0a6a2715968a3c8a3&name=default => generated 2925 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/2070] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:52 2026] DELETE /v2.0/security-groups/0b5e178e-6bf2-4651-b860-e27af2820e27 => 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: 1111/2071] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:52 2026] GET /v2.0/security-groups?tenant_id=206a11c6c6dc41b1bb8ab0f3d47df9b0&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2072] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:52 2026] DELETE /v2.0/security-groups/4ff8101b-1813-46dd-a256-956debae5b93 => 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: 962/2073] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:53 2026] GET /v2.0/ports?device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2074] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:52 2026] GET /v2.0/security-groups?tenant_id=2384f23cce504080967e2a72e0868c92&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/2075] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:53 2026] DELETE /v2.0/security-groups/0ce1e93b-9d16-4263-9513-2217acd8f39e => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2076] 10.0.0.47 () {34 vars in 676 bytes} [Thu Jun 18 10:30:53 2026] POST /v2.0/subnetpools => generated 549 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2077] 10.0.0.47 () {32 vars in 728 bytes} [Thu Jun 18 10:30:53 2026] GET /v2.0/subnetpools/91a43170-db8d-4ac5-a3e3-100a0bfb6f89 => generated 549 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2078] 10.0.0.47 () {34 vars in 748 bytes} [Thu Jun 18 10:30:54 2026] PUT /v2.0/subnetpools/91a43170-db8d-4ac5-a3e3-100a0bfb6f89 => generated 500 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2079] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:30:54 2026] DELETE /v2.0/subnetpools/91a43170-db8d-4ac5-a3e3-100a0bfb6f89 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:30:54.143 8 INFO neutron.api.v2.resource [None req-f966695f-c51f-40f6-9dc1-3ae76e1ac1c1 18c15b9ac4814d0aaf7b24ea7d7abe0f 1e6f306404dc474f8224f348ed694cf6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 966/2080] 10.0.0.47 () {32 vars in 728 bytes} [Thu Jun 18 10:30:54 2026] GET /v2.0/subnetpools/91a43170-db8d-4ac5-a3e3-100a0bfb6f89 => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2081] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:54 2026] GET /v2.0/ports?device_id=7ca0d34d-a52f-4dda-bf40-a6911ebd7a08 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:30:54.170 8 INFO neutron.api.v2.resource [None req-83de7aa5-820b-4317-b305-853c4b49be36 18c15b9ac4814d0aaf7b24ea7d7abe0f 1e6f306404dc474f8224f348ed694cf6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 967/2082] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:30:54 2026] DELETE /v2.0/subnetpools/91a43170-db8d-4ac5-a3e3-100a0bfb6f89 => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2083] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:54 2026] GET /v2.0/security-groups?tenant_id=1e6f306404dc474f8224f348ed694cf6&name=default => generated 2925 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2084] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:54 2026] DELETE /v2.0/security-groups/c51c049b-5a3b-4657-8aaa-dbfe9cf6b776 => 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: 1117/2085] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:55 2026] DELETE /v2.0/security-groups/5dd3bb8c-ebb2-499f-a7ca-2ba9d0a1db77 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:30:55.517 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5d8ba99-727d-4cac-aa5b-359d7f1c4662 dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] TaaS: Handle Delete Port: 29b08f89-c50c-4cd2-a782-b2e168fc8653 2026-06-18 10:30:55.523 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5d8ba99-727d-4cac-aa5b-359d7f1c4662 dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] Tap Mirror: Handle Delete Port: 29b08f89-c50c-4cd2-a782-b2e168fc8653 [pid: 8|app: 0|req: 969/2086] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:30:55 2026] DELETE /v2.0/floatingips/b3b426ba-3dab-499f-893d-ab2a1bd704e2 => generated 0 bytes in 373 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2087] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:55 2026] GET /v2.0/ports?device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2088] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:30:56 2026] GET /v2.0/security-groups?id=f69eebc4-0029-4c40-aadb-bb1dc8f9551d&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2089] 10.0.0.47 () {32 vars in 622 bytes} [Thu Jun 18 10:30:56 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2090] 10.0.0.47 () {32 vars in 632 bytes} [Thu Jun 18 10:30:56 2026] GET /v2.0/ => generated 632 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2091] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:57 2026] GET /v2.0/ports?device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2092] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:30:57 2026] GET /v2.0/security-groups?id=f69eebc4-0029-4c40-aadb-bb1dc8f9551d&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: 1121/2093] 10.0.0.47 () {34 vars in 677 bytes} [Thu Jun 18 10:30:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2096] 10.0.0.47 () {34 vars in 677 bytes} [Thu Jun 18 10:30:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2097] 10.0.0.47 () {34 vars in 677 bytes} [Thu Jun 18 10:30:57 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: 7|app: 0|req: 1126/2098] 10.0.0.47 () {34 vars in 677 bytes} [Thu Jun 18 10:30:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2099] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:30:57 2026] GET /v2.0/security-groups?tenant_id=03f1a42751634d5392a7a531f7c083e2&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2100] 10.0.0.47 () {34 vars in 677 bytes} [Thu Jun 18 10:30:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2101] 10.0.0.47 () {34 vars in 752 bytes} [Thu Jun 18 10:30:57 2026] PUT /v2.0/policies/a6f12cb5-9c8e-4826-b1ad-00d5144ce4cb/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2102] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:30:57 2026] DELETE /v2.0/security-groups/1441fdaf-7571-418e-9880-5f0af65e4380 => 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: 1129/2103] 10.0.0.47 () {34 vars in 752 bytes} [Thu Jun 18 10:30:57 2026] PUT /v2.0/policies/6bfc8532-d2a5-43c9-91c0-ac6a13a4200c/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2104] 10.0.0.47 () {34 vars in 752 bytes} [Thu Jun 18 10:30:57 2026] PUT /v2.0/policies/c5ab45a7-f17a-4eae-8f9d-b85115d821ea/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2105] 10.0.0.47 () {34 vars in 752 bytes} [Thu Jun 18 10:30:58 2026] PUT /v2.0/policies/a7286663-3be7-4c40-b4ce-8e234b0b5970/tags => 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: 976/2106] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:58 2026] GET /v2.0/ports?device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2107] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:30:58 2026] GET /v2.0/security-groups?id=f69eebc4-0029-4c40-aadb-bb1dc8f9551d&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: 977/2108] 199.204.45.113 () {34 vars in 994 bytes} [Thu Jun 18 10:30:58 2026] GET /v2.0/ports?device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:30:58.524 8 INFO neutron_taas.services.taas.taas_plugin [req-5430ce8e-0f1f-4ab0-b024-864f4370f16b req-dac77c69-a032-461c-ab7f-7217dd67af2f dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] TaaS: Handle Delete Port: 9531c85a-5526-4d54-a0bb-99c28629ddb6 2026-06-18 10:30:58.528 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5430ce8e-0f1f-4ab0-b024-864f4370f16b req-dac77c69-a032-461c-ab7f-7217dd67af2f dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] Tap Mirror: Handle Delete Port: 9531c85a-5526-4d54-a0bb-99c28629ddb6 [pid: 7|app: 0|req: 1132/2109] 10.0.0.47 () {32 vars in 673 bytes} [Thu Jun 18 10:30:58 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2110] 199.204.45.113 () {36 vars in 997 bytes} [Thu Jun 18 10:30:58 2026] DELETE /v2.0/ports/9531c85a-5526-4d54-a0bb-99c28629ddb6 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:30:58.715 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e03f1f29-1dab-484c-82fb-a0720cc1c987'] response: {'server_uuid': '3d16e8b8-437e-42e3-b18e-0f4ee5e970dc', 'name': 'network-vif-deleted', 'tag': '9531c85a-5526-4d54-a0bb-99c28629ddb6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1133/2111] 10.0.0.47 () {32 vars in 687 bytes} [Thu Jun 18 10:30:58 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2112] 10.0.0.47 () {32 vars in 683 bytes} [Thu Jun 18 10:30:58 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2113] 10.0.0.47 () {32 vars in 695 bytes} [Thu Jun 18 10:30:58 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2114] 10.0.0.47 () {32 vars in 681 bytes} [Thu Jun 18 10:30:58 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2115] 10.0.0.47 () {32 vars in 695 bytes} [Thu Jun 18 10:30:58 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2116] 10.0.0.47 () {32 vars in 691 bytes} [Thu Jun 18 10:30:58 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2117] 10.0.0.47 () {32 vars in 703 bytes} [Thu Jun 18 10:30:59 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2118] 10.0.0.47 () {32 vars in 733 bytes} [Thu Jun 18 10:30:59 2026] DELETE /v2.0/qos/policies/a6f12cb5-9c8e-4826-b1ad-00d5144ce4cb => 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: 1137/2119] 10.0.0.47 () {32 vars in 733 bytes} [Thu Jun 18 10:30:59 2026] DELETE /v2.0/qos/policies/6bfc8532-d2a5-43c9-91c0-ac6a13a4200c => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2120] 10.0.0.47 () {32 vars in 733 bytes} [Thu Jun 18 10:30:59 2026] DELETE /v2.0/qos/policies/c5ab45a7-f17a-4eae-8f9d-b85115d821ea => 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: 1138/2121] 10.0.0.47 () {32 vars in 733 bytes} [Thu Jun 18 10:30:59 2026] DELETE /v2.0/qos/policies/a7286663-3be7-4c40-b4ce-8e234b0b5970 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2122] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:30:59 2026] GET /v2.0/ports?device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => 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: 984/2123] 10.0.0.47 () {32 vars in 733 bytes} [Thu Jun 18 10:30:59 2026] DELETE /v2.0/qos/policies/b076cda9-a704-47dd-a20f-9edeff0ae180 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2124] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:00 2026] GET /v2.0/security-groups?tenant_id=f15037a6d3bf456cb8363e6d9e4dfa58&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2125] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:00 2026] GET /v2.0/security-groups?tenant_id=8ddc94f63a7c4d998183b28e06530446&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2126] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:00 2026] DELETE /v2.0/security-groups/fdf7980c-5a1f-48a7-8d39-255ba7efa2a9 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2127] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:31:00 2026] GET /v2.0/ports?device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => 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: 986/2128] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:00 2026] DELETE /v2.0/security-groups/7f71ce7f-ef77-46a0-a7ae-3d14ae812163 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2129] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:00 2026] GET /v2.0/security-groups?tenant_id=5126ef7074f2454495506f5673c7c794&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: 987/2130] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:00 2026] DELETE /v2.0/security-groups/a114d0fe-3310-4d4a-9a54-ea23937cff0f => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2131] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:01 2026] GET /v2.0/security-groups?tenant_id=5afadc8ab62d4d919a278e485ffb05d9&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2132] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:01 2026] DELETE /v2.0/security-groups/365ff463-c72f-4e54-b91b-393ee454252f => 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: 1145/2133] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:31:01 2026] GET /v2.0/ports?device_id=3d16e8b8-437e-42e3-b18e-0f4ee5e970dc => 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: 989/2134] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:02 2026] DELETE /v2.0/security-groups/f69eebc4-0029-4c40-aadb-bb1dc8f9551d => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:31:03.295 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c584a19-5d84-4618-b508-f0800f4fa833 dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] TaaS: Handle Delete Port: 51f9de0d-b131-484c-bd62-fa21a743e594 2026-06-18 10:31:03.298 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c584a19-5d84-4618-b508-f0800f4fa833 dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] Tap Mirror: Handle Delete Port: 51f9de0d-b131-484c-bd62-fa21a743e594 [pid: 7|app: 0|req: 1146/2135] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:31:02 2026] PUT /v2.0/routers/30441129-b147-4afa-96dd-34f5f00b9616/remove_router_interface => generated 309 bytes in 1024 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2136] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:31:03 2026] DELETE /v2.0/subnets/904739c1-02bb-4836-91f1-e820ddb5a72d => 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: 1147/2137] 10.0.0.2 () {32 vars in 799 bytes} [Thu Jun 18 10:31:04 2026] GET /v2.0/extensions => generated 21537 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-18 10:31:04.297 8 INFO neutron_taas.services.taas.taas_plugin [None req-843fec81-e442-456d-86f1-1611e8428c1f dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] TaaS: Handle Delete Port: 7d35c030-3dcb-4952-ba09-6c534a38e94b 2026-06-18 10:31:04.300 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-843fec81-e442-456d-86f1-1611e8428c1f dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] Tap Mirror: Handle Delete Port: 7d35c030-3dcb-4952-ba09-6c534a38e94b [pid: 7|app: 0|req: 1148/2138] 10.0.0.2 () {30 vars in 722 bytes} [Thu Jun 18 10:31:04 2026] GET /v2.0/quotas/e79358891b1f4d9bb7d4ad3c388b8784/details => generated 847 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:31:04.596 8 INFO neutron_taas.services.taas.taas_plugin [None req-843fec81-e442-456d-86f1-1611e8428c1f dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] TaaS: Handle Delete Port: fdfbff3b-6c57-4ca3-81a2-c9c6a39ffe82 2026-06-18 10:31:04.599 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-843fec81-e442-456d-86f1-1611e8428c1f dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] Tap Mirror: Handle Delete Port: fdfbff3b-6c57-4ca3-81a2-c9c6a39ffe82 2026-06-18 10:31:04.976 8 INFO neutron.services.segments.plugin [-] Segment 9f39b7c2-8d66-4197-aa35-55c630b5c488 resource provider aggregate not found 2026-06-18 10:31:04.980 8 INFO neutron.services.segments.plugin [-] Segment 9f39b7c2-8d66-4197-aa35-55c630b5c488 resource provider aggregate not found 2026-06-18 10:31:04.995 8 INFO neutron.services.segments.plugin [-] Segment 9f39b7c2-8d66-4197-aa35-55c630b5c488 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f39b7c2-8d66-4197-aa35-55c630b5c488 found for delete ", "request_id": "req-0172ab3c-9c0e-4e31-b906-d94f6a25056d"}]} 2026-06-18 10:31:04.996 8 INFO neutron.services.segments.plugin [-] Segment 9f39b7c2-8d66-4197-aa35-55c630b5c488 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f39b7c2-8d66-4197-aa35-55c630b5c488 found for delete ", "request_id": "req-2afc765c-a244-49b6-9ce9-fdde5c58a309"}]} 2026-06-18 10:31:05.012 8 INFO neutron.db.l3_hamode_db [None req-843fec81-e442-456d-86f1-1611e8428c1f dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] HA network 90446b43-89c3-40cd-b7ad-435ce2a33a32 was deleted as no HA routers are present in tenant 27935f2844e24d1781d982f6d8619b7f. [pid: 8|app: 0|req: 991/2139] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:31:04 2026] DELETE /v2.0/routers/30441129-b147-4afa-96dd-34f5f00b9616 => generated 0 bytes in 916 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:31:05.113 7 INFO neutron_taas.services.taas.taas_plugin [None req-05646c22-36f6-41c2-8845-b1d5a6b13b49 dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] TaaS: Handle Delete Port: 714e06fe-8d3d-48f9-abab-ad69fab47dbe 2026-06-18 10:31:05.117 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05646c22-36f6-41c2-8845-b1d5a6b13b49 dfe3dad7b0154678b1dd984c3fe75f1b 27935f2844e24d1781d982f6d8619b7f - - default default] Tap Mirror: Handle Delete Port: 714e06fe-8d3d-48f9-abab-ad69fab47dbe 2026-06-18 10:31:05.332 7 INFO neutron.services.segments.plugin [-] Segment de945207-7219-4466-b48f-08778e37c357 resource provider aggregate not found 2026-06-18 10:31:05.332 7 INFO neutron.services.segments.plugin [-] Segment de945207-7219-4466-b48f-08778e37c357 resource provider aggregate not found 2026-06-18 10:31:05.353 7 INFO neutron.services.segments.plugin [-] Segment de945207-7219-4466-b48f-08778e37c357 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de945207-7219-4466-b48f-08778e37c357 found for delete ", "request_id": "req-62a52c63-15cd-40c2-810a-be4d043a9172"}]} 2026-06-18 10:31:05.354 7 INFO neutron.services.segments.plugin [-] Segment de945207-7219-4466-b48f-08778e37c357 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de945207-7219-4466-b48f-08778e37c357 found for delete ", "request_id": "req-9d48d0e8-3ab7-4872-9710-9c2c886c7d78"}]} [pid: 7|app: 0|req: 1149/2140] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:31:05 2026] DELETE /v2.0/networks/1232ad2d-6212-4647-b83a-b9001eeb38a3 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2141] 10.0.0.47 () {34 vars in 683 bytes} [Thu Jun 18 10:31:05 2026] POST /v2.0/security-groups => generated 1601 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2142] 10.0.0.47 () {34 vars in 683 bytes} [Thu Jun 18 10:31:05 2026] POST /v2.0/security-groups => generated 1601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2143] 10.0.0.47 () {34 vars in 683 bytes} [Thu Jun 18 10:31:06 2026] POST /v2.0/security-groups => generated 1601 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2144] 10.0.0.47 () {34 vars in 683 bytes} [Thu Jun 18 10:31:06 2026] POST /v2.0/security-groups => generated 1601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2145] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:06 2026] GET /v2.0/security-groups?tenant_id=9ffba46f753c4cce81b473a45c753fc9&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2146] 10.0.0.47 () {34 vars in 683 bytes} [Thu Jun 18 10:31:06 2026] POST /v2.0/security-groups => generated 1601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2147] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:06 2026] DELETE /v2.0/security-groups/ba49d7cc-d9a0-4491-88d9-464a0feabc65 => 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: 996/2148] 10.0.0.47 () {34 vars in 766 bytes} [Thu Jun 18 10:31:06 2026] PUT /v2.0/security-groups/ca4f6ce3-3769-466b-9420-bf78d9793e62/tags => generated 17 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2149] 10.0.0.47 () {34 vars in 766 bytes} [Thu Jun 18 10:31:06 2026] PUT /v2.0/security-groups/e3323af8-6b1b-4c91-b067-2f587102c9b3/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2150] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:06 2026] GET /v2.0/security-groups?tenant_id=27935f2844e24d1781d982f6d8619b7f&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2151] 10.0.0.47 () {34 vars in 766 bytes} [Thu Jun 18 10:31:06 2026] PUT /v2.0/security-groups/9724a1b8-00e9-4845-a62c-02d4abcf1e0e/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2152] 10.0.0.47 () {34 vars in 766 bytes} [Thu Jun 18 10:31:06 2026] PUT /v2.0/security-groups/199341a9-4ef5-4126-b2c5-1419619bac74/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2153] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:06 2026] DELETE /v2.0/security-groups/d8e84700-3e8e-416d-81ec-f79a707d0fe8 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2154] 10.0.0.47 () {32 vars in 679 bytes} [Thu Jun 18 10:31:06 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2155] 10.0.0.47 () {32 vars in 693 bytes} [Thu Jun 18 10:31:06 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2156] 10.0.0.47 () {32 vars in 689 bytes} [Thu Jun 18 10:31:06 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2157] 10.0.0.47 () {32 vars in 701 bytes} [Thu Jun 18 10:31:06 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2158] 10.0.0.47 () {32 vars in 687 bytes} [Thu Jun 18 10:31:06 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2159] 10.0.0.47 () {32 vars in 701 bytes} [Thu Jun 18 10:31:06 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2160] 10.0.0.47 () {32 vars in 697 bytes} [Thu Jun 18 10:31:07 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2161] 10.0.0.47 () {32 vars in 709 bytes} [Thu Jun 18 10:31:07 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2162] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:07 2026] DELETE /v2.0/security-groups/ca4f6ce3-3769-466b-9420-bf78d9793e62 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2163] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:07 2026] DELETE /v2.0/security-groups/e3323af8-6b1b-4c91-b067-2f587102c9b3 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2164] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:07 2026] DELETE /v2.0/security-groups/9724a1b8-00e9-4845-a62c-02d4abcf1e0e => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2165] 10.0.0.2 () {32 vars in 799 bytes} [Thu Jun 18 10:31:07 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2166] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:07 2026] DELETE /v2.0/security-groups/199341a9-4ef5-4126-b2c5-1419619bac74 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2167] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:07 2026] DELETE /v2.0/security-groups/0fd09dfd-88ea-4a65-b63c-3413c41a92c2 => 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: 1005/2168] 10.0.0.2 () {30 vars in 722 bytes} [Thu Jun 18 10:31:07 2026] GET /v2.0/quotas/e79358891b1f4d9bb7d4ad3c388b8784/details => generated 847 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2169] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:08 2026] GET /v2.0/security-groups?tenant_id=7b3d0236e2044f299c7a372de1c9e470&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2170] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:08 2026] DELETE /v2.0/security-groups/938ab7d2-b31a-4f87-ae35-40d24f26ec39 => 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: 1165/2171] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:08 2026] GET /v2.0/security-groups?tenant_id=17394dd0e640484db0f8e625914d93ef&name=default => generated 2925 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2172] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:08 2026] DELETE /v2.0/security-groups/b489c6ae-404b-49a8-b54a-f7104f2237ca => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2173] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:09 2026] GET /v2.0/security-groups?tenant_id=bb36b5b999cc4f2fb09701a94c6df960&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2174] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:09 2026] DELETE /v2.0/security-groups/82665902-b672-467a-9c83-5e2d5d2efd07 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2175] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:10 2026] GET /v2.0/security-groups?tenant_id=e79358891b1f4d9bb7d4ad3c388b8784&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2176] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:10 2026] DELETE /v2.0/security-groups/978e19bb-34b8-43c5-880b-21a83ad8eba3 => 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: 1167/2177] 10.0.0.47 () {34 vars in 675 bytes} [Thu Jun 18 10:31:10 2026] POST /v2.0/floatingips => generated 552 bytes in 741 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2178] 10.0.0.47 () {34 vars in 758 bytes} [Thu Jun 18 10:31:11 2026] PUT /v2.0/floatingips/c9afa053-b55d-4a06-a3ba-5dbe3cd7788a/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2179] 10.0.0.47 () {32 vars in 738 bytes} [Thu Jun 18 10:31:11 2026] GET /v2.0/floatingips/c9afa053-b55d-4a06-a3ba-5dbe3cd7788a/tags => generated 25 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2180] 10.0.0.47 () {34 vars in 769 bytes} [Thu Jun 18 10:31:11 2026] PUT /v2.0/floatingips/c9afa053-b55d-4a06-a3ba-5dbe3cd7788a/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2181] 10.0.0.47 () {32 vars in 738 bytes} [Thu Jun 18 10:31:11 2026] GET /v2.0/floatingips/c9afa053-b55d-4a06-a3ba-5dbe3cd7788a/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2182] 10.0.0.47 () {34 vars in 765 bytes} [Thu Jun 18 10:31:11 2026] PUT /v2.0/floatingips/c9afa053-b55d-4a06-a3ba-5dbe3cd7788a/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2183] 10.0.0.47 () {32 vars in 738 bytes} [Thu Jun 18 10:31:11 2026] GET /v2.0/floatingips/c9afa053-b55d-4a06-a3ba-5dbe3cd7788a/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2184] 10.0.0.47 () {34 vars in 787 bytes} [Thu Jun 18 10:31:11 2026] PUT /v2.0/floatingips/c9afa053-b55d-4a06-a3ba-5dbe3cd7788a/tags/black.or.white => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2185] 10.0.0.47 () {32 vars in 738 bytes} [Thu Jun 18 10:31:11 2026] GET /v2.0/floatingips/c9afa053-b55d-4a06-a3ba-5dbe3cd7788a/tags => generated 52 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2186] 10.0.0.47 () {34 vars in 758 bytes} [Thu Jun 18 10:31:11 2026] PUT /v2.0/floatingips/c9afa053-b55d-4a06-a3ba-5dbe3cd7788a/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2187] 10.0.0.47 () {32 vars in 738 bytes} [Thu Jun 18 10:31:11 2026] GET /v2.0/floatingips/c9afa053-b55d-4a06-a3ba-5dbe3cd7788a/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2188] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:31:11 2026] GET /v2.0/floatingips/c9afa053-b55d-4a06-a3ba-5dbe3cd7788a/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:31:11.735 7 INFO neutron.api.v2.resource [None req-23898227-7294-4f36-bcdf-d6f7cc823261 c5bc9e15f9f44ea6aec459e8ea828860 ab84c5c6b4fb482689afbce0890ba757 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1173/2189] 10.0.0.47 () {32 vars in 750 bytes} [Thu Jun 18 10:31:11 2026] GET /v2.0/floatingips/c9afa053-b55d-4a06-a3ba-5dbe3cd7788a/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2190] 10.0.0.47 () {32 vars in 749 bytes} [Thu Jun 18 10:31:11 2026] DELETE /v2.0/floatingips/c9afa053-b55d-4a06-a3ba-5dbe3cd7788a/tags/red => 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: 1174/2191] 10.0.0.47 () {32 vars in 738 bytes} [Thu Jun 18 10:31:11 2026] GET /v2.0/floatingips/c9afa053-b55d-4a06-a3ba-5dbe3cd7788a/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:31:11.914 8 INFO neutron.api.v2.resource [None req-3bfec2c4-cba8-4ff5-ab4d-a8d67a7cb302 c5bc9e15f9f44ea6aec459e8ea828860 ab84c5c6b4fb482689afbce0890ba757 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1018/2192] 10.0.0.47 () {32 vars in 753 bytes} [Thu Jun 18 10:31:11 2026] DELETE /v2.0/floatingips/c9afa053-b55d-4a06-a3ba-5dbe3cd7788a/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2193] 10.0.0.47 () {32 vars in 741 bytes} [Thu Jun 18 10:31:11 2026] DELETE /v2.0/floatingips/c9afa053-b55d-4a06-a3ba-5dbe3cd7788a/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2194] 10.0.0.47 () {32 vars in 738 bytes} [Thu Jun 18 10:31:11 2026] GET /v2.0/floatingips/c9afa053-b55d-4a06-a3ba-5dbe3cd7788a/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:31:12.117 7 INFO neutron_taas.services.taas.taas_plugin [None req-69b8f6a1-097f-43c3-b98d-451d28ed026e c5bc9e15f9f44ea6aec459e8ea828860 ab84c5c6b4fb482689afbce0890ba757 - - default default] TaaS: Handle Delete Port: 4203cae8-573e-469f-a983-5f2c482c84f0 2026-06-18 10:31:12.121 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69b8f6a1-097f-43c3-b98d-451d28ed026e c5bc9e15f9f44ea6aec459e8ea828860 ab84c5c6b4fb482689afbce0890ba757 - - default default] Tap Mirror: Handle Delete Port: 4203cae8-573e-469f-a983-5f2c482c84f0 [pid: 7|app: 0|req: 1176/2195] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:31:12 2026] DELETE /v2.0/floatingips/c9afa053-b55d-4a06-a3ba-5dbe3cd7788a => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:31:13.119 8 INFO neutron.db.segments_db [None req-5e6998fc-1e77-4ec4-8212-de21fa21642d 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment b4305ca5-73fc-4c27-b51b-4a834438867b of type vxlan for network 735cf28f-0c1f-4f56-8c30-d020b373c8e6 [pid: 7|app: 0|req: 1178/2198] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:12 2026] GET /v2.0/security-groups?tenant_id=08bd8c86ba84489f962105c075fdb0ad&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2199] 10.0.0.47 () {34 vars in 670 bytes} [Thu Jun 18 10:31:12 2026] POST /v2.0/networks => generated 721 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2200] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:13 2026] DELETE /v2.0/security-groups/8c61a7d9-1415-46b8-981d-a7da4f6ed3d8 => 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: 1022/2201] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:31:13 2026] POST /v2.0/subnets => generated 687 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:31:13.467 8 INFO neutron.db.segments_db [None req-eb64107c-653f-4c8b-9bd6-18419effc3db 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment d19943f0-f8d0-4f79-aa83-c146cacb828e of type vxlan for network 7866920d-8810-4783-a5e7-a298118db047 [pid: 7|app: 0|req: 1180/2202] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:13 2026] GET /v2.0/security-groups?tenant_id=ab84c5c6b4fb482689afbce0890ba757&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2203] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:13 2026] DELETE /v2.0/security-groups/74a39ece-099e-4185-a028-319d15ae023a => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:31:13.738 8 INFO neutron.db.l3_hamode_db [None req-eb64107c-653f-4c8b-9bd6-18419effc3db 96a21c91f33a41dd88c0321f544ed8db 9954fbaede054370b48fe65fb54bc8ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 10:31:13.893 7 INFO neutron.db.segments_db [None req-9da70214-2a8f-4610-aacd-a4d9fc83844f 0a34094768f74418ab6ce800de16e92c 6c2f6589d5644f0fa150a58105455b2b - - default default] Added segment b812bcf1-7aff-4a3a-b5de-4cbabb8745de of type vxlan for network ce5478ea-28a0-444a-ba5e-cd3ad002d025 [pid: 7|app: 0|req: 1182/2204] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:31:13 2026] POST /v2.0/networks => generated 612 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2205] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:31:13 2026] POST /v2.0/subnets => generated 626 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:31:14.288 7 INFO neutron.db.segments_db [None req-9c0dc8c9-a5d1-4997-9d2d-4e6912e8d7d0 0a34094768f74418ab6ce800de16e92c 6c2f6589d5644f0fa150a58105455b2b - - default default] Added segment 9f325fe5-596e-4190-9980-cfb91c9e92ce of type vxlan for network 62884009-caeb-476e-8b89-d4872a91ecac [pid: 7|app: 0|req: 1184/2206] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:31:14 2026] POST /v2.0/networks => generated 613 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:31:14.540 8 INFO neutron.db.l3_hamode_db [None req-eb64107c-653f-4c8b-9bd6-18419effc3db 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1185/2207] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:31:14 2026] POST /v2.0/subnets => generated 629 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:31:14.710 7 INFO neutron.db.segments_db [None req-0c7762f0-89e5-4da4-a9de-1b19e01c59aa 0a34094768f74418ab6ce800de16e92c 6c2f6589d5644f0fa150a58105455b2b - - default default] Added segment 7b9df47f-517f-41ac-8fef-8fdf6a0cbfe8 of type vxlan for network 13318e5c-12e1-43e7-ba1e-e1d9763e6156 [pid: 7|app: 0|req: 1186/2208] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:31:14 2026] POST /v2.0/networks => generated 613 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2209] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:31:14 2026] POST /v2.0/subnets => generated 629 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:31:15.159 7 INFO neutron.db.segments_db [None req-a6b99fac-a50d-47c5-bfca-e01cb17c9192 0a34094768f74418ab6ce800de16e92c 6c2f6589d5644f0fa150a58105455b2b - - default default] Added segment 0f069ef4-e205-445c-8e50-3ba1d480cb6a of type vxlan for network 0a04b833-b48e-4ddc-b2a2-855c1ad0ac57 [pid: 7|app: 0|req: 1188/2210] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:31:15 2026] POST /v2.0/networks => generated 613 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2211] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:31:15 2026] POST /v2.0/subnets => generated 629 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2212] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:31:13 2026] POST /v2.0/routers => generated 727 bytes in 2086 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:31:15.577 7 INFO neutron.db.segments_db [None req-2ee22c7b-a6cd-4bc0-973c-691e8413b99a 0a34094768f74418ab6ce800de16e92c 6c2f6589d5644f0fa150a58105455b2b - - default default] Added segment 0741203c-2a9b-478e-9fab-cf69e34306ac of type vxlan for network 694b231e-7023-4461-8e6d-78ed2327314e [pid: 7|app: 0|req: 1190/2213] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:31:15 2026] POST /v2.0/networks => generated 613 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2214] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:31:15 2026] POST /v2.0/subnets => generated 629 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2215] 10.0.0.47 () {34 vars in 750 bytes} [Thu Jun 18 10:31:16 2026] PUT /v2.0/subnets/6fff8323-99c6-47ad-8d40-c75c787478db/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: 1193/2216] 10.0.0.47 () {34 vars in 750 bytes} [Thu Jun 18 10:31:16 2026] PUT /v2.0/subnets/cb4f6120-c590-4264-817a-955745d385f7/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2217] 10.0.0.47 () {34 vars in 750 bytes} [Thu Jun 18 10:31:16 2026] PUT /v2.0/subnets/7062d694-a342-47d8-a180-41fa3b6621f0/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2218] 10.0.0.47 () {34 vars in 750 bytes} [Thu Jun 18 10:31:16 2026] PUT /v2.0/subnets/77c056b9-8ccd-4268-b9a6-27253100194f/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2219] 10.0.0.47 () {32 vars in 663 bytes} [Thu Jun 18 10:31:16 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2220] 10.0.0.47 () {32 vars in 677 bytes} [Thu Jun 18 10:31:16 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2221] 10.0.0.47 () {32 vars in 673 bytes} [Thu Jun 18 10:31:16 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2222] 10.0.0.47 () {32 vars in 685 bytes} [Thu Jun 18 10:31:16 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2223] 10.0.0.47 () {32 vars in 671 bytes} [Thu Jun 18 10:31:16 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2224] 10.0.0.47 () {32 vars in 685 bytes} [Thu Jun 18 10:31:16 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2225] 10.0.0.47 () {32 vars in 681 bytes} [Thu Jun 18 10:31:16 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2226] 10.0.0.47 () {32 vars in 693 bytes} [Thu Jun 18 10:31:16 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2227] 10.0.0.47 () {34 vars in 782 bytes} [Thu Jun 18 10:31:15 2026] PUT /v2.0/routers/d895042f-fe44-421d-995c-056d0e6545e9/add_router_interface => generated 309 bytes in 1208 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2228] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:31:16 2026] DELETE /v2.0/subnets/6fff8323-99c6-47ad-8d40-c75c787478db => 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: 1025/2229] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:31:16 2026] DELETE /v2.0/subnets/cb4f6120-c590-4264-817a-955745d385f7 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2230] 10.0.0.47 () {34 vars in 677 bytes} [Thu Jun 18 10:31:16 2026] POST /v2.0/qos/policies => generated 359 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2231] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:31:17 2026] DELETE /v2.0/subnets/7062d694-a342-47d8-a180-41fa3b6621f0 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2232] 10.0.0.47 () {34 vars in 752 bytes} [Thu Jun 18 10:31:17 2026] PUT /v2.0/policies/0fcd23e3-f1f1-42bd-8411-a5250ce37c8e/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2233] 10.0.0.47 () {32 vars in 732 bytes} [Thu Jun 18 10:31:17 2026] GET /v2.0/policies/0fcd23e3-f1f1-42bd-8411-a5250ce37c8e/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: 1208/2234] 10.0.0.47 () {34 vars in 763 bytes} [Thu Jun 18 10:31:17 2026] PUT /v2.0/policies/0fcd23e3-f1f1-42bd-8411-a5250ce37c8e/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2235] 10.0.0.47 () {32 vars in 732 bytes} [Thu Jun 18 10:31:17 2026] GET /v2.0/policies/0fcd23e3-f1f1-42bd-8411-a5250ce37c8e/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2236] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:31:17 2026] DELETE /v2.0/subnets/77c056b9-8ccd-4268-b9a6-27253100194f => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2237] 10.0.0.47 () {34 vars in 759 bytes} [Thu Jun 18 10:31:17 2026] PUT /v2.0/policies/0fcd23e3-f1f1-42bd-8411-a5250ce37c8e/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2238] 10.0.0.47 () {32 vars in 732 bytes} [Thu Jun 18 10:31:17 2026] GET /v2.0/policies/0fcd23e3-f1f1-42bd-8411-a5250ce37c8e/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2239] 10.0.0.47 () {34 vars in 781 bytes} [Thu Jun 18 10:31:17 2026] PUT /v2.0/policies/0fcd23e3-f1f1-42bd-8411-a5250ce37c8e/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2240] 10.0.0.47 () {32 vars in 732 bytes} [Thu Jun 18 10:31:17 2026] GET /v2.0/policies/0fcd23e3-f1f1-42bd-8411-a5250ce37c8e/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2241] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:31:17 2026] DELETE /v2.0/subnets/77178a61-4873-4ac5-9e03-eebff8f8c471 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2242] 10.0.0.47 () {34 vars in 752 bytes} [Thu Jun 18 10:31:17 2026] PUT /v2.0/policies/0fcd23e3-f1f1-42bd-8411-a5250ce37c8e/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2243] 10.0.0.47 () {32 vars in 732 bytes} [Thu Jun 18 10:31:17 2026] GET /v2.0/policies/0fcd23e3-f1f1-42bd-8411-a5250ce37c8e/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2244] 10.0.0.47 () {32 vars in 740 bytes} [Thu Jun 18 10:31:17 2026] GET /v2.0/policies/0fcd23e3-f1f1-42bd-8411-a5250ce37c8e/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:31:17.653 7 INFO neutron.api.v2.resource [None req-d550cbfe-00ca-4607-bc9c-7fde9efedcec a29f1dd5eb324e618764ce87898a601b d0ce58db2ba944ea825c08b85bc4e20a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1217/2245] 10.0.0.47 () {32 vars in 744 bytes} [Thu Jun 18 10:31:17 2026] GET /v2.0/policies/0fcd23e3-f1f1-42bd-8411-a5250ce37c8e/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-18 10:31:17.657 8 INFO neutron.services.segments.plugin [-] Segment b812bcf1-7aff-4a3a-b5de-4cbabb8745de resource provider aggregate not found 2026-06-18 10:31:17.664 8 INFO neutron.services.segments.plugin [-] Segment b812bcf1-7aff-4a3a-b5de-4cbabb8745de resource provider aggregate not found 2026-06-18 10:31:17.694 8 INFO neutron.services.segments.plugin [-] Segment b812bcf1-7aff-4a3a-b5de-4cbabb8745de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b812bcf1-7aff-4a3a-b5de-4cbabb8745de found for delete ", "request_id": "req-e4f0025b-b0aa-4c31-88fc-1129cd914b42"}]} [pid: 8|app: 0|req: 1029/2246] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:31:17 2026] DELETE /v2.0/networks/ce5478ea-28a0-444a-ba5e-cd3ad002d025 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:31:17.704 8 INFO neutron.services.segments.plugin [-] Segment b812bcf1-7aff-4a3a-b5de-4cbabb8745de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b812bcf1-7aff-4a3a-b5de-4cbabb8745de found for delete ", "request_id": "req-fa1034d8-ec22-43a6-8574-1ae291880c94"}]} [pid: 7|app: 0|req: 1218/2247] 10.0.0.47 () {32 vars in 743 bytes} [Thu Jun 18 10:31:17 2026] DELETE /v2.0/policies/0fcd23e3-f1f1-42bd-8411-a5250ce37c8e/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2248] 10.0.0.47 () {32 vars in 732 bytes} [Thu Jun 18 10:31:17 2026] GET /v2.0/policies/0fcd23e3-f1f1-42bd-8411-a5250ce37c8e/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:31:17.788 7 INFO neutron.api.v2.resource [None req-4026f76b-5904-4359-9b8d-fd4f4247df55 a29f1dd5eb324e618764ce87898a601b d0ce58db2ba944ea825c08b85bc4e20a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1220/2249] 10.0.0.47 () {32 vars in 747 bytes} [Thu Jun 18 10:31:17 2026] DELETE /v2.0/policies/0fcd23e3-f1f1-42bd-8411-a5250ce37c8e/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2250] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:31:17 2026] DELETE /v2.0/policies/0fcd23e3-f1f1-42bd-8411-a5250ce37c8e/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2251] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:31:17 2026] DELETE /v2.0/networks/62884009-caeb-476e-8b89-d4872a91ecac => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2252] 10.0.0.47 () {32 vars in 732 bytes} [Thu Jun 18 10:31:17 2026] GET /v2.0/policies/0fcd23e3-f1f1-42bd-8411-a5250ce37c8e/tags => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:31:17.986 7 INFO neutron.db.segments_db [None req-cb498d23-a412-43c5-ad2e-5db19061e839 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment 7260db6e-b913-4c86-a833-20a0b019ecc5 of type vxlan for network 687e3ed2-0136-4485-b1b1-a6a2a470b689 [pid: 8|app: 0|req: 1032/2253] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:31:17 2026] DELETE /v2.0/networks/13318e5c-12e1-43e7-ba1e-e1d9763e6156 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2254] 10.0.0.47 () {32 vars in 733 bytes} [Thu Jun 18 10:31:17 2026] DELETE /v2.0/qos/policies/0fcd23e3-f1f1-42bd-8411-a5250ce37c8e => 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: 1222/2255] 10.0.0.47 () {34 vars in 670 bytes} [Thu Jun 18 10:31:17 2026] POST /v2.0/networks => generated 722 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2256] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:31:18 2026] DELETE /v2.0/networks/0a04b833-b48e-4ddc-b2a2-855c1ad0ac57 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2257] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:31:18 2026] POST /v2.0/subnets => generated 688 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2258] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:31:18 2026] DELETE /v2.0/networks/694b231e-7023-4461-8e6d-78ed2327314e => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:31:18.357 7 INFO neutron.db.segments_db [None req-4f691919-8d4b-4c98-aea3-86644ee622a4 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Added segment 94f505e7-b14c-4497-af00-c37fbd88b374 of type vxlan for network 6989f735-9168-4358-bf5e-d7b270710634 2026-06-18 10:31:18.658 7 INFO neutron.db.l3_hamode_db [None req-4f691919-8d4b-4c98-aea3-86644ee622a4 96a21c91f33a41dd88c0321f544ed8db 9ae11af56fb548a98bb696f04c585997 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1036/2259] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:18 2026] GET /v2.0/security-groups?tenant_id=35bfaf71354e413db5f4cb54784a048e&name=default => generated 2925 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2260] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:19 2026] GET /v2.0/security-groups?tenant_id=6c2f6589d5644f0fa150a58105455b2b&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2261] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:19 2026] DELETE /v2.0/security-groups/7e9f3cf6-a208-4c2f-a3d3-26e64793774f => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:31:19.617 7 INFO neutron.db.l3_hamode_db [None req-4f691919-8d4b-4c98-aea3-86644ee622a4 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 10:31:19.714 8 INFO neutron.services.segments.plugin [-] Segment 9f325fe5-596e-4190-9980-cfb91c9e92ce resource provider aggregate not found 2026-06-18 10:31:19.723 8 INFO neutron.services.segments.plugin [-] Segment 9f325fe5-596e-4190-9980-cfb91c9e92ce resource provider aggregate not found 2026-06-18 10:31:19.734 8 INFO neutron.services.segments.plugin [-] Segment 9f325fe5-596e-4190-9980-cfb91c9e92ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f325fe5-596e-4190-9980-cfb91c9e92ce found for delete ", "request_id": "req-01e75649-ee33-4acc-bb34-f142b30ff4f8"}]} 2026-06-18 10:31:19.737 8 INFO neutron.services.segments.plugin [-] Segment 9f325fe5-596e-4190-9980-cfb91c9e92ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f325fe5-596e-4190-9980-cfb91c9e92ce found for delete ", "request_id": "req-2f79bc84-2d5b-40ed-95f1-03a2e9cfd529"}]} 2026-06-18 10:31:19.750 8 INFO neutron.services.segments.plugin [-] Segment 7b9df47f-517f-41ac-8fef-8fdf6a0cbfe8 resource provider aggregate not found 2026-06-18 10:31:19.756 8 INFO neutron.services.segments.plugin [-] Segment 7b9df47f-517f-41ac-8fef-8fdf6a0cbfe8 resource provider aggregate not found 2026-06-18 10:31:19.765 8 INFO neutron.services.segments.plugin [-] Segment 7b9df47f-517f-41ac-8fef-8fdf6a0cbfe8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b9df47f-517f-41ac-8fef-8fdf6a0cbfe8 found for delete ", "request_id": "req-88dfa959-6dff-41c6-adb7-1e5ce4776817"}]} 2026-06-18 10:31:19.774 8 INFO neutron.services.segments.plugin [-] Segment 7b9df47f-517f-41ac-8fef-8fdf6a0cbfe8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b9df47f-517f-41ac-8fef-8fdf6a0cbfe8 found for delete ", "request_id": "req-672b4ed0-04b5-4c80-a6c6-b53fb42a3588"}]} 2026-06-18 10:31:19.781 8 INFO neutron.services.segments.plugin [-] Segment 0f069ef4-e205-445c-8e50-3ba1d480cb6a resource provider aggregate not found 2026-06-18 10:31:19.792 8 INFO neutron.services.segments.plugin [-] Segment 0f069ef4-e205-445c-8e50-3ba1d480cb6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f069ef4-e205-445c-8e50-3ba1d480cb6a found for delete ", "request_id": "req-334b2db4-89cf-4db4-91e8-286a5d675fa6"}]} 2026-06-18 10:31:19.795 8 INFO neutron.services.segments.plugin [-] Segment 0f069ef4-e205-445c-8e50-3ba1d480cb6a resource provider aggregate not found 2026-06-18 10:31:19.807 8 INFO neutron.services.segments.plugin [-] Segment 0741203c-2a9b-478e-9fab-cf69e34306ac resource provider aggregate not found 2026-06-18 10:31:19.814 8 INFO neutron.services.segments.plugin [-] Segment 0f069ef4-e205-445c-8e50-3ba1d480cb6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f069ef4-e205-445c-8e50-3ba1d480cb6a found for delete ", "request_id": "req-c2e5260f-e9fb-4b73-b26b-45e45ef6a079"}]} 2026-06-18 10:31:19.822 8 INFO neutron.services.segments.plugin [-] Segment 0741203c-2a9b-478e-9fab-cf69e34306ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0741203c-2a9b-478e-9fab-cf69e34306ac found for delete ", "request_id": "req-f8d71aac-cdf2-4008-9f98-42ed338dd05e"}]} 2026-06-18 10:31:19.827 8 INFO neutron.services.segments.plugin [-] Segment 0741203c-2a9b-478e-9fab-cf69e34306ac resource provider aggregate not found 2026-06-18 10:31:19.844 8 INFO neutron.services.segments.plugin [-] Segment 0741203c-2a9b-478e-9fab-cf69e34306ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0741203c-2a9b-478e-9fab-cf69e34306ac found for delete ", "request_id": "req-f3ad44b1-5864-4149-b11a-af70017cc651"}]} [pid: 8|app: 0|req: 1039/2262] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:19 2026] DELETE /v2.0/security-groups/4891959e-cb27-4c56-bacf-4719423ba18e => generated 0 bytes in 594 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2263] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:20 2026] GET /v2.0/security-groups?tenant_id=d0ce58db2ba944ea825c08b85bc4e20a&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2264] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:20 2026] DELETE /v2.0/security-groups/239615eb-a73b-45aa-9369-90da5238d89b => 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: 1042/2265] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:20 2026] GET /v2.0/security-groups?tenant_id=06531763feb545ba8d55e7acefd35c1d&name=default => generated 2928 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2266] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:20 2026] DELETE /v2.0/security-groups/fe4063fb-a18d-42dc-83f4-b6e6b9ea3a15 => 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: 1044/2267] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:20 2026] GET /v2.0/security-groups?tenant_id=f5effb379b2740b7b5948336fb3816ba&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2268] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:31:18 2026] POST /v2.0/routers => generated 728 bytes in 2753 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2269] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:20 2026] DELETE /v2.0/security-groups/190ae8ca-82bb-45a3-9741-c91ef4313a99 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2270] 10.0.0.47 () {34 vars in 782 bytes} [Thu Jun 18 10:31:21 2026] PUT /v2.0/routers/d188f5ca-5c50-4065-b204-b17e6cfb70c8/add_router_interface => generated 309 bytes in 1780 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2271] 10.0.0.47 () {34 vars in 684 bytes} [Thu Jun 18 10:31:23 2026] POST /v2.0/security-groups => generated 1675 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2272] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:31:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2273] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:31:23 2026] POST /v2.0/security-group-rules => generated 596 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2274] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:31:24 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2275] 10.0.0.47 () {34 vars in 675 bytes} [Thu Jun 18 10:31:23 2026] POST /v2.0/subnetpools => generated 516 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2276] 10.0.0.47 () {34 vars in 758 bytes} [Thu Jun 18 10:31:24 2026] PUT /v2.0/subnetpools/1f6aedc6-5385-4049-a6a0-b811f187c50b/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2277] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:31:24 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) [pid: 7|app: 0|req: 1229/2278] 10.0.0.47 () {32 vars in 738 bytes} [Thu Jun 18 10:31:24 2026] GET /v2.0/subnetpools/1f6aedc6-5385-4049-a6a0-b811f187c50b/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:31:24.302 8 INFO neutron.db.securitygroups_db [None req-d14b10b9-87c7-4fc4-b52f-7c40d89eceec 0bad84822b11458b963709863f5730ed 9954fbaede054370b48fe65fb54bc8ff - - default default] Project 9954fbaede054370b48fe65fb54bc8ff 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: 1230/2279] 10.0.0.47 () {34 vars in 769 bytes} [Thu Jun 18 10:31:24 2026] PUT /v2.0/subnetpools/1f6aedc6-5385-4049-a6a0-b811f187c50b/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2280] 10.0.0.47 () {32 vars in 738 bytes} [Thu Jun 18 10:31:24 2026] GET /v2.0/subnetpools/1f6aedc6-5385-4049-a6a0-b811f187c50b/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: 1050/2281] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:31:24 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-06-18 10:31:24.427 8 INFO neutron.db.securitygroups_db [None req-a71437d9-975e-4ebd-813c-9ea52656acad 0bad84822b11458b963709863f5730ed 9954fbaede054370b48fe65fb54bc8ff - - default default] Project 9954fbaede054370b48fe65fb54bc8ff 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: 1232/2282] 10.0.0.47 () {34 vars in 765 bytes} [Thu Jun 18 10:31:24 2026] PUT /v2.0/subnetpools/1f6aedc6-5385-4049-a6a0-b811f187c50b/tags/red => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2283] 10.0.0.47 () {32 vars in 738 bytes} [Thu Jun 18 10:31:24 2026] GET /v2.0/subnetpools/1f6aedc6-5385-4049-a6a0-b811f187c50b/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2284] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:31:24 2026] POST /v2.0/security-group-rules => generated 606 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2285] 10.0.0.47 () {34 vars in 787 bytes} [Thu Jun 18 10:31:24 2026] PUT /v2.0/subnetpools/1f6aedc6-5385-4049-a6a0-b811f187c50b/tags/black.or.white => 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: 1052/2286] 10.0.0.47 () {32 vars in 738 bytes} [Thu Jun 18 10:31:24 2026] GET /v2.0/subnetpools/1f6aedc6-5385-4049-a6a0-b811f187c50b/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2287] 10.0.0.47 () {34 vars in 758 bytes} [Thu Jun 18 10:31:24 2026] PUT /v2.0/subnetpools/1f6aedc6-5385-4049-a6a0-b811f187c50b/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2288] 10.0.0.47 () {32 vars in 738 bytes} [Thu Jun 18 10:31:24 2026] GET /v2.0/subnetpools/1f6aedc6-5385-4049-a6a0-b811f187c50b/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2289] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:31:24 2026] GET /v2.0/subnetpools/1f6aedc6-5385-4049-a6a0-b811f187c50b/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:31:24.868 7 INFO neutron.api.v2.resource [None req-cfba77f0-ebd4-4a61-8c15-d538ae2c51f1 09fe620d56f843bdb4b529cffdf671aa 3b815452541246688a105dae480ecb7b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1238/2290] 10.0.0.47 () {32 vars in 750 bytes} [Thu Jun 18 10:31:24 2026] GET /v2.0/subnetpools/1f6aedc6-5385-4049-a6a0-b811f187c50b/tags/green => generated 99 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-18 10:31:24.873 8 INFO neutron.db.segments_db [None req-06ab9281-d671-4ca0-8dcd-ab1c1ccd33cc 264cf38e02c34ff3a4c4eb0e56206501 e9f060013fd34d0c8a403d40329d842b - - default default] Added segment acafc115-5019-454f-94dd-a2d3c5001411 of type vxlan for network 4baeb6f8-7c8d-4707-b8c5-96b189be4a24 [pid: 7|app: 0|req: 1239/2291] 10.0.0.47 () {32 vars in 749 bytes} [Thu Jun 18 10:31:24 2026] DELETE /v2.0/subnetpools/1f6aedc6-5385-4049-a6a0-b811f187c50b/tags/red => 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: 1240/2292] 10.0.0.47 () {32 vars in 738 bytes} [Thu Jun 18 10:31:24 2026] GET /v2.0/subnetpools/1f6aedc6-5385-4049-a6a0-b811f187c50b/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2293] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:31:24 2026] POST /v2.0/networks => generated 612 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:31:25.037 7 INFO neutron.api.v2.resource [None req-abbcf56d-4d2e-4484-a93c-394fb1d63065 09fe620d56f843bdb4b529cffdf671aa 3b815452541246688a105dae480ecb7b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1241/2294] 10.0.0.47 () {32 vars in 753 bytes} [Thu Jun 18 10:31:24 2026] DELETE /v2.0/subnetpools/1f6aedc6-5385-4049-a6a0-b811f187c50b/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2295] 10.0.0.47 () {34 vars in 752 bytes} [Thu Jun 18 10:31:24 2026] PUT /v2.0/networks/4baeb6f8-7c8d-4707-b8c5-96b189be4a24/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2296] 10.0.0.47 () {32 vars in 741 bytes} [Thu Jun 18 10:31:25 2026] DELETE /v2.0/subnetpools/1f6aedc6-5385-4049-a6a0-b811f187c50b/tags => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2297] 10.0.0.47 () {32 vars in 732 bytes} [Thu Jun 18 10:31:25 2026] GET /v2.0/networks/4baeb6f8-7c8d-4707-b8c5-96b189be4a24/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2298] 10.0.0.47 () {32 vars in 738 bytes} [Thu Jun 18 10:31:25 2026] GET /v2.0/subnetpools/1f6aedc6-5385-4049-a6a0-b811f187c50b/tags => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2299] 10.0.0.47 () {34 vars in 684 bytes} [Thu Jun 18 10:31:25 2026] POST /v2.0/security-groups => generated 1661 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2300] 10.0.0.47 () {34 vars in 763 bytes} [Thu Jun 18 10:31:25 2026] PUT /v2.0/networks/4baeb6f8-7c8d-4707-b8c5-96b189be4a24/tags/green => generated 4 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2301] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:31:25 2026] DELETE /v2.0/subnetpools/1f6aedc6-5385-4049-a6a0-b811f187c50b => 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: 1244/2302] 10.0.0.47 () {32 vars in 732 bytes} [Thu Jun 18 10:31:25 2026] GET /v2.0/networks/4baeb6f8-7c8d-4707-b8c5-96b189be4a24/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: 1245/2303] 10.0.0.47 () {34 vars in 759 bytes} [Thu Jun 18 10:31:25 2026] PUT /v2.0/networks/4baeb6f8-7c8d-4707-b8c5-96b189be4a24/tags/red => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2304] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:31:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2305] 10.0.0.47 () {32 vars in 732 bytes} [Thu Jun 18 10:31:25 2026] GET /v2.0/networks/4baeb6f8-7c8d-4707-b8c5-96b189be4a24/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2306] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:31:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2307] 10.0.0.47 () {34 vars in 781 bytes} [Thu Jun 18 10:31:25 2026] PUT /v2.0/networks/4baeb6f8-7c8d-4707-b8c5-96b189be4a24/tags/black.or.white => generated 4 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2308] 10.0.0.47 () {32 vars in 732 bytes} [Thu Jun 18 10:31:25 2026] GET /v2.0/networks/4baeb6f8-7c8d-4707-b8c5-96b189be4a24/tags => generated 52 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2309] 10.0.0.47 () {34 vars in 752 bytes} [Thu Jun 18 10:31:25 2026] PUT /v2.0/networks/4baeb6f8-7c8d-4707-b8c5-96b189be4a24/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2310] 10.0.0.47 () {32 vars in 732 bytes} [Thu Jun 18 10:31:25 2026] GET /v2.0/networks/4baeb6f8-7c8d-4707-b8c5-96b189be4a24/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2311] 10.0.0.47 () {32 vars in 740 bytes} [Thu Jun 18 10:31:25 2026] GET /v2.0/networks/4baeb6f8-7c8d-4707-b8c5-96b189be4a24/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:31:25.844 7 INFO neutron.api.v2.resource [None req-59766044-3af1-4f88-8d26-4223fa709160 264cf38e02c34ff3a4c4eb0e56206501 e9f060013fd34d0c8a403d40329d842b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1252/2312] 10.0.0.47 () {32 vars in 744 bytes} [Thu Jun 18 10:31:25 2026] GET /v2.0/networks/4baeb6f8-7c8d-4707-b8c5-96b189be4a24/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2313] 10.0.0.47 () {32 vars in 743 bytes} [Thu Jun 18 10:31:25 2026] DELETE /v2.0/networks/4baeb6f8-7c8d-4707-b8c5-96b189be4a24/tags/red => 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: 1254/2314] 10.0.0.47 () {32 vars in 732 bytes} [Thu Jun 18 10:31:25 2026] GET /v2.0/networks/4baeb6f8-7c8d-4707-b8c5-96b189be4a24/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:31:26.044 7 INFO neutron.api.v2.resource [None req-92af2464-6f81-4902-914b-0cd0584a0aa1 264cf38e02c34ff3a4c4eb0e56206501 e9f060013fd34d0c8a403d40329d842b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1255/2315] 10.0.0.47 () {32 vars in 747 bytes} [Thu Jun 18 10:31:25 2026] DELETE /v2.0/networks/4baeb6f8-7c8d-4707-b8c5-96b189be4a24/tags/green => generated 99 bytes in 69 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2316] 10.0.0.47 () {34 vars in 675 bytes} [Thu Jun 18 10:31:25 2026] POST /v2.0/floatingips => generated 552 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2317] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:31:26 2026] DELETE /v2.0/networks/4baeb6f8-7c8d-4707-b8c5-96b189be4a24/tags => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2318] 10.0.0.47 () {32 vars in 732 bytes} [Thu Jun 18 10:31:26 2026] GET /v2.0/networks/4baeb6f8-7c8d-4707-b8c5-96b189be4a24/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2319] 10.0.0.253 () {34 vars in 1098 bytes} [Thu Jun 18 10:31:26 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-619165943&fields=id&tenant_id=9954fbaede054370b48fe65fb54bc8ff => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:31:26.292 8 INFO neutron.services.segments.plugin [-] Segment acafc115-5019-454f-94dd-a2d3c5001411 resource provider aggregate not found 2026-06-18 10:31:26.295 8 INFO neutron.services.segments.plugin [-] Segment acafc115-5019-454f-94dd-a2d3c5001411 resource provider aggregate not found [pid: 7|app: 0|req: 1256/2320] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:26 2026] GET /v2.0/security-groups?tenant_id=3b815452541246688a105dae480ecb7b&name=default => generated 2929 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:31:26.310 8 INFO neutron.services.segments.plugin [-] Segment acafc115-5019-454f-94dd-a2d3c5001411 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acafc115-5019-454f-94dd-a2d3c5001411 found for delete ", "request_id": "req-317ae55b-d739-4983-81f0-5aea19484fa5"}]} 2026-06-18 10:31:26.314 8 INFO neutron.services.segments.plugin [-] Segment acafc115-5019-454f-94dd-a2d3c5001411 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acafc115-5019-454f-94dd-a2d3c5001411 found for delete ", "request_id": "req-5373fecd-e6b9-4c8a-abc0-b9a6a0230ea8"}]} [pid: 8|app: 0|req: 1065/2321] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:31:26 2026] DELETE /v2.0/networks/4baeb6f8-7c8d-4707-b8c5-96b189be4a24 => 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: 1257/2322] 10.0.0.253 () {34 vars in 1098 bytes} [Thu Jun 18 10:31:26 2026] GET /v2.0/security-groups?name=tempest-securitygroup--999144151&fields=id&tenant_id=9954fbaede054370b48fe65fb54bc8ff => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2323] 10.0.0.253 () {34 vars in 982 bytes} [Thu Jun 18 10:31:26 2026] GET /v2.0/networks?id=735cf28f-0c1f-4f56-8c30-d020b373c8e6 => generated 672 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2324] 10.0.0.253 () {34 vars in 965 bytes} [Thu Jun 18 10:31:26 2026] GET /v2.0/quotas/9954fbaede054370b48fe65fb54bc8ff => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2325] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:26 2026] DELETE /v2.0/security-groups/1e81cac7-5f46-4c71-ad02-6b7d299cdea9 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2326] 10.0.0.253 () {34 vars in 1002 bytes} [Thu Jun 18 10:31:26 2026] GET /v2.0/ports?tenant_id=9954fbaede054370b48fe65fb54bc8ff&fields=id => generated 103 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2327] 10.0.0.253 () {34 vars in 1008 bytes} [Thu Jun 18 10:31:26 2026] GET /v2.0/networks/735cf28f-0c1f-4f56-8c30-d020b373c8e6?fields=segments => generated 14 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2328] 10.0.0.253 () {34 vars in 1108 bytes} [Thu Jun 18 10:31:26 2026] GET /v2.0/networks/735cf28f-0c1f-4f56-8c30-d020b373c8e6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2329] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:31:26 2026] GET /v2.0/ports?device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => 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: 1068/2330] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:26 2026] GET /v2.0/security-groups?tenant_id=91685a8642304f6ab55718b075f5f3c0&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2331] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:26 2026] DELETE /v2.0/security-groups/f5214341-8412-422d-8c9f-b5167617f112 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2332] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:27 2026] GET /v2.0/security-groups?tenant_id=ffe8c0baafe54b969fd9c834cc8ba34a&name=default => generated 2929 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2335] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:27 2026] DELETE /v2.0/security-groups/44602397-1615-4923-af50-17f7f1a0c9eb => generated 0 bytes in 175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2336] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:27 2026] GET /v2.0/security-groups?tenant_id=e9f060013fd34d0c8a403d40329d842b&name=default => generated 2929 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2337] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:31:27 2026] GET /v2.0/ports?device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2338] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:27 2026] DELETE /v2.0/security-groups/3fba1c09-3cc8-42ed-b5de-40e1ef6f1f66 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2339] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:31:29 2026] GET /v2.0/ports?device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2340] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:31:30 2026] GET /v2.0/ports?device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => 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: 1267/2341] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:31:31 2026] GET /v2.0/networks?id=735cf28f-0c1f-4f56-8c30-d020b373c8e6 => generated 672 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2342] 199.204.45.113 () {34 vars in 1050 bytes} [Thu Jun 18 10:31:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9954fbaede054370b48fe65fb54bc8ff => generated 272 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2343] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:30 2026] GET /v2.0/security-groups?tenant_id=49b5237c81874ef58f7c029d088aff2d&name=default => generated 2929 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2344] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:31:31 2026] GET /v2.0/ports?device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => 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: 1270/2345] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:31 2026] DELETE /v2.0/security-groups/2fc268bc-a154-4c25-9ffa-287eaf609e43 => 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: 1271/2346] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:31 2026] GET /v2.0/security-groups?tenant_id=bbbb004228f24e1788967576f645a272&name=default => generated 2929 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2347] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:31 2026] DELETE /v2.0/security-groups/725460c7-61d0-4e38-bc73-7378d2d3c448 => 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: 1076/2348] 199.204.45.113 () {38 vars in 955 bytes} [Thu Jun 18 10:31:31 2026] POST /v2.0/ports => generated 993 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 10:31:31.941 7 INFO neutron.db.segments_db [None req-c7f85590-f4b8-4f7c-a290-927dc4ca8036 f0c1125f077a4f7aa92b307df815e326 1df0da1bc2ac444bb83d8c16fb4c0f3a - - default default] Added segment 03c57fb0-8691-4b86-877b-18985b168d2e of type vxlan for network 165be95f-8f52-4b23-956e-dd6786c1d04a [pid: 7|app: 0|req: 1273/2349] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:31:31 2026] POST /v2.0/networks => generated 613 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2350] 199.204.45.113 () {38 vars in 1028 bytes} [Thu Jun 18 10:31:31 2026] PUT /v2.0/ports/8fdd594e-1fae-4591-9235-d4e0d044cd28 => generated 1274 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:31:32.223 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ae833d1-1e84-464d-a928-903cdc403c52'] response: {'name': 'network-changed', 'server_uuid': 'dbe38f87-85a0-448a-b641-cbd95ecfdad2', 'tag': '8fdd594e-1fae-4591-9235-d4e0d044cd28', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1274/2351] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:31:32 2026] POST /v2.0/subnets => generated 626 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1275/2352] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:31:32 2026] GET /v2.0/ports?device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => 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: 1276/2353] 10.0.0.253 () {34 vars in 1120 bytes} [Thu Jun 18 10:31:32 2026] GET /v2.0/security-groups?id=440fb3ac-7213-44a5-9d50-6cbdda628755&id=a6f2ee37-b3c0-4a85-9603-7e149b0d1a02&fields=id&fields=name => generated 205 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2354] 10.0.0.47 () {34 vars in 750 bytes} [Thu Jun 18 10:31:32 2026] PUT /v2.0/subnets/a9626b9b-9d65-4d3f-83c5-a0567d89ee6f/tags => generated 25 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2355] 10.0.0.47 () {32 vars in 730 bytes} [Thu Jun 18 10:31:32 2026] GET /v2.0/subnets/a9626b9b-9d65-4d3f-83c5-a0567d89ee6f/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: 1079/2356] 10.0.0.47 () {34 vars in 761 bytes} [Thu Jun 18 10:31:32 2026] PUT /v2.0/subnets/a9626b9b-9d65-4d3f-83c5-a0567d89ee6f/tags/green => generated 4 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2357] 10.0.0.47 () {32 vars in 730 bytes} [Thu Jun 18 10:31:32 2026] GET /v2.0/subnets/a9626b9b-9d65-4d3f-83c5-a0567d89ee6f/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2358] 10.0.0.47 () {34 vars in 757 bytes} [Thu Jun 18 10:31:32 2026] PUT /v2.0/subnets/a9626b9b-9d65-4d3f-83c5-a0567d89ee6f/tags/red => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2359] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:31:32 2026] GET /v2.0/ports?tenant_id=9954fbaede054370b48fe65fb54bc8ff&device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => generated 1277 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2360] 10.0.0.47 () {32 vars in 730 bytes} [Thu Jun 18 10:31:32 2026] GET /v2.0/subnets/a9626b9b-9d65-4d3f-83c5-a0567d89ee6f/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2361] 199.204.45.113 () {34 vars in 1018 bytes} [Thu Jun 18 10:31:32 2026] GET /v2.0/networks?tenant_id=9954fbaede054370b48fe65fb54bc8ff&shared=False => generated 768 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2362] 199.204.45.113 () {34 vars in 930 bytes} [Thu Jun 18 10:31:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2363] 10.0.0.47 () {34 vars in 779 bytes} [Thu Jun 18 10:31:32 2026] PUT /v2.0/subnets/a9626b9b-9d65-4d3f-83c5-a0567d89ee6f/tags/black.or.white => generated 4 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2364] 10.0.0.47 () {32 vars in 730 bytes} [Thu Jun 18 10:31:32 2026] GET /v2.0/subnets/a9626b9b-9d65-4d3f-83c5-a0567d89ee6f/tags => generated 52 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2365] 10.0.0.47 () {34 vars in 750 bytes} [Thu Jun 18 10:31:32 2026] PUT /v2.0/subnets/a9626b9b-9d65-4d3f-83c5-a0567d89ee6f/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2366] 10.0.0.47 () {32 vars in 730 bytes} [Thu Jun 18 10:31:33 2026] GET /v2.0/subnets/a9626b9b-9d65-4d3f-83c5-a0567d89ee6f/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2367] 10.0.0.47 () {32 vars in 738 bytes} [Thu Jun 18 10:31:33 2026] GET /v2.0/subnets/a9626b9b-9d65-4d3f-83c5-a0567d89ee6f/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:31:33.163 7 INFO neutron.api.v2.resource [None req-07b208b8-6db1-4f2b-ac5c-a2c3793a123e f0c1125f077a4f7aa92b307df815e326 1df0da1bc2ac444bb83d8c16fb4c0f3a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1284/2368] 10.0.0.47 () {32 vars in 742 bytes} [Thu Jun 18 10:31:33 2026] GET /v2.0/subnets/a9626b9b-9d65-4d3f-83c5-a0567d89ee6f/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: 1085/2369] 10.0.0.47 () {32 vars in 741 bytes} [Thu Jun 18 10:31:33 2026] DELETE /v2.0/subnets/a9626b9b-9d65-4d3f-83c5-a0567d89ee6f/tags/red => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2370] 10.0.0.47 () {32 vars in 730 bytes} [Thu Jun 18 10:31:33 2026] GET /v2.0/subnets/a9626b9b-9d65-4d3f-83c5-a0567d89ee6f/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:31:33.324 8 INFO neutron.api.v2.resource [None req-e9b292c0-eacc-4e9e-b545-6b571f4cd2a2 f0c1125f077a4f7aa92b307df815e326 1df0da1bc2ac444bb83d8c16fb4c0f3a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1086/2371] 10.0.0.47 () {32 vars in 745 bytes} [Thu Jun 18 10:31:33 2026] DELETE /v2.0/subnets/a9626b9b-9d65-4d3f-83c5-a0567d89ee6f/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2372] 10.0.0.47 () {32 vars in 733 bytes} [Thu Jun 18 10:31:33 2026] DELETE /v2.0/subnets/a9626b9b-9d65-4d3f-83c5-a0567d89ee6f/tags => 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: 1087/2373] 10.0.0.47 () {32 vars in 730 bytes} [Thu Jun 18 10:31:33 2026] GET /v2.0/subnets/a9626b9b-9d65-4d3f-83c5-a0567d89ee6f/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2374] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:31:33 2026] GET /v2.0/ports?device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => generated 1008 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2375] 10.0.0.253 () {34 vars in 1120 bytes} [Thu Jun 18 10:31:33 2026] GET /v2.0/security-groups?id=440fb3ac-7213-44a5-9d50-6cbdda628755&id=a6f2ee37-b3c0-4a85-9603-7e149b0d1a02&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2376] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:31:33 2026] DELETE /v2.0/subnets/a9626b9b-9d65-4d3f-83c5-a0567d89ee6f => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:31:33.721 8 INFO neutron.services.segments.plugin [-] Segment 03c57fb0-8691-4b86-877b-18985b168d2e resource provider aggregate not found 2026-06-18 10:31:33.727 8 INFO neutron.services.segments.plugin [-] Segment 03c57fb0-8691-4b86-877b-18985b168d2e resource provider aggregate not found 2026-06-18 10:31:33.739 8 INFO neutron.services.segments.plugin [-] Segment 03c57fb0-8691-4b86-877b-18985b168d2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03c57fb0-8691-4b86-877b-18985b168d2e found for delete ", "request_id": "req-7cfa03cb-4392-42f8-9b23-15cdfe1000d6"}]} 2026-06-18 10:31:33.747 8 INFO neutron.services.segments.plugin [-] Segment 03c57fb0-8691-4b86-877b-18985b168d2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03c57fb0-8691-4b86-877b-18985b168d2e found for delete ", "request_id": "req-8e2c3601-7b38-46c2-82eb-686b7c7217ce"}]} [pid: 8|app: 0|req: 1090/2377] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:31:33 2026] DELETE /v2.0/networks/165be95f-8f52-4b23-956e-dd6786c1d04a => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2378] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:31:33 2026] GET /v2.0/ports?tenant_id=9954fbaede054370b48fe65fb54bc8ff&device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => generated 1277 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2379] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:31:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=8fdd594e-1fae-4591-9235-d4e0d044cd28 => 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: 1289/2380] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:31:33 2026] GET /v2.0/subnets?id=59da8072-9237-448e-9071-76d170ec2da6 => generated 690 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2381] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:31:34 2026] GET /v2.0/ports?network_id=735cf28f-0c1f-4f56-8c30-d020b373c8e6&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: 1290/2382] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:31:34 2026] GET /v2.0/networks/735cf28f-0c1f-4f56-8c30-d020b373c8e6?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: 1093/2383] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:31:34 2026] GET /v2.0/networks/735cf28f-0c1f-4f56-8c30-d020b373c8e6?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: 1291/2384] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:34 2026] GET /v2.0/security-groups?tenant_id=1df0da1bc2ac444bb83d8c16fb4c0f3a&name=default => generated 2929 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2385] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:31:34 2026] GET /v2.0/ports?device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2386] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:34 2026] DELETE /v2.0/security-groups/50843216-506c-4353-a5e9-601c431ebe49 => 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: 1293/2387] 10.0.0.253 () {34 vars in 1120 bytes} [Thu Jun 18 10:31:34 2026] GET /v2.0/security-groups?id=440fb3ac-7213-44a5-9d50-6cbdda628755&id=a6f2ee37-b3c0-4a85-9603-7e149b0d1a02&fields=id&fields=name => generated 205 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2388] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:34 2026] GET /v2.0/security-groups?tenant_id=713b356a306748de83218f4db2cfe591&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2389] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:35 2026] DELETE /v2.0/security-groups/d8991ccf-6a82-46cb-821d-5d31b7caa345 => 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: 1096/2390] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:31:35 2026] GET /v2.0/ports?device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => generated 1008 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2391] 10.0.0.253 () {34 vars in 1120 bytes} [Thu Jun 18 10:31:35 2026] GET /v2.0/security-groups?id=440fb3ac-7213-44a5-9d50-6cbdda628755&id=a6f2ee37-b3c0-4a85-9603-7e149b0d1a02&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2392] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:31:36 2026] GET /v2.0/ports?device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => generated 1008 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2393] 10.0.0.253 () {34 vars in 1120 bytes} [Thu Jun 18 10:31:37 2026] GET /v2.0/security-groups?id=440fb3ac-7213-44a5-9d50-6cbdda628755&id=a6f2ee37-b3c0-4a85-9603-7e149b0d1a02&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2394] 199.204.45.113 () {34 vars in 994 bytes} [Thu Jun 18 10:31:37 2026] GET /v2.0/ports?device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => generated 1277 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2395] 199.204.45.113 () {34 vars in 1124 bytes} [Thu Jun 18 10:31:37 2026] GET /v2.0/security-groups?id=440fb3ac-7213-44a5-9d50-6cbdda628755&id=a6f2ee37-b3c0-4a85-9603-7e149b0d1a02&fields=id&fields=name => generated 205 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2396] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:31:38 2026] GET /v2.0/ports?device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => generated 1010 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2397] 10.0.0.253 () {34 vars in 1120 bytes} [Thu Jun 18 10:31:38 2026] GET /v2.0/security-groups?id=440fb3ac-7213-44a5-9d50-6cbdda628755&id=a6f2ee37-b3c0-4a85-9603-7e149b0d1a02&fields=id&fields=name => generated 205 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:31:38.758 8 INFO neutron.db.segments_db [None req-eb597de1-aef2-4e7f-ab35-1520c7fa561c 06ee623cfb474a16b1cae5cb91e98f19 72609a7cc8d44e0c91733e6d4e3398cc - - default default] Added segment 7e5e6bdd-f0e3-449a-873d-d2fcf8f704ef of type vxlan for network 0c1e0628-48fb-4895-a7f0-c7dd4c78f931 [pid: 8|app: 0|req: 1100/2398] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:31:38 2026] POST /v2.0/networks => generated 613 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2399] 10.0.0.47 () {34 vars in 663 bytes} [Thu Jun 18 10:31:38 2026] POST /v2.0/ports => generated 743 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1300/2400] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:31:39 2026] GET /v2.0/ports?device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => generated 1010 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2401] 10.0.0.47 () {34 vars in 665 bytes} [Thu Jun 18 10:31:39 2026] POST /v2.0/trunks => generated 407 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2402] 10.0.0.253 () {34 vars in 1120 bytes} [Thu Jun 18 10:31:39 2026] GET /v2.0/security-groups?id=440fb3ac-7213-44a5-9d50-6cbdda628755&id=a6f2ee37-b3c0-4a85-9603-7e149b0d1a02&fields=id&fields=name => generated 205 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2403] 10.0.0.47 () {34 vars in 748 bytes} [Thu Jun 18 10:31:39 2026] PUT /v2.0/trunks/aaad1e47-a1d4-4090-9a3f-030be5f056ad/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2404] 10.0.0.47 () {32 vars in 728 bytes} [Thu Jun 18 10:31:39 2026] GET /v2.0/trunks/aaad1e47-a1d4-4090-9a3f-030be5f056ad/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2405] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:31:39 2026] GET /v2.0/ports?device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => generated 1010 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2406] 10.0.0.47 () {34 vars in 759 bytes} [Thu Jun 18 10:31:39 2026] PUT /v2.0/trunks/aaad1e47-a1d4-4090-9a3f-030be5f056ad/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2407] 10.0.0.47 () {32 vars in 728 bytes} [Thu Jun 18 10:31:39 2026] GET /v2.0/trunks/aaad1e47-a1d4-4090-9a3f-030be5f056ad/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2408] 10.0.0.47 () {34 vars in 755 bytes} [Thu Jun 18 10:31:39 2026] PUT /v2.0/trunks/aaad1e47-a1d4-4090-9a3f-030be5f056ad/tags/red => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2409] 10.0.0.47 () {32 vars in 728 bytes} [Thu Jun 18 10:31:39 2026] GET /v2.0/trunks/aaad1e47-a1d4-4090-9a3f-030be5f056ad/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2410] 10.0.0.47 () {34 vars in 777 bytes} [Thu Jun 18 10:31:39 2026] PUT /v2.0/trunks/aaad1e47-a1d4-4090-9a3f-030be5f056ad/tags/black.or.white => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2411] 10.0.0.47 () {32 vars in 728 bytes} [Thu Jun 18 10:31:39 2026] GET /v2.0/trunks/aaad1e47-a1d4-4090-9a3f-030be5f056ad/tags => generated 52 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2412] 10.0.0.47 () {34 vars in 748 bytes} [Thu Jun 18 10:31:39 2026] PUT /v2.0/trunks/aaad1e47-a1d4-4090-9a3f-030be5f056ad/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: 1310/2413] 10.0.0.47 () {32 vars in 728 bytes} [Thu Jun 18 10:31:39 2026] GET /v2.0/trunks/aaad1e47-a1d4-4090-9a3f-030be5f056ad/tags => generated 37 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:31:39.999 8 INFO neutron.db.l3_db [None req-314aa854-2a32-4623-90f1-db12629161a4 0bad84822b11458b963709863f5730ed 9954fbaede054370b48fe65fb54bc8ff - - default default] Floating IP 42227aba-6252-49a5-afdf-1f80e3d581b6 associated. External IP: 10.96.250.203, port: 8fdd594e-1fae-4591-9235-d4e0d044cd28. [pid: 7|app: 0|req: 1311/2414] 10.0.0.47 () {32 vars in 736 bytes} [Thu Jun 18 10:31:39 2026] GET /v2.0/trunks/aaad1e47-a1d4-4090-9a3f-030be5f056ad/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:31:40.119 7 INFO neutron.api.v2.resource [None req-d68aa812-0148-4404-ad42-11077dc24b87 06ee623cfb474a16b1cae5cb91e98f19 72609a7cc8d44e0c91733e6d4e3398cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1312/2415] 10.0.0.47 () {32 vars in 740 bytes} [Thu Jun 18 10:31:40 2026] GET /v2.0/trunks/aaad1e47-a1d4-4090-9a3f-030be5f056ad/tags/green => generated 99 bytes in 103 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2416] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:40 2026] DELETE /v2.0/trunks/aaad1e47-a1d4-4090-9a3f-030be5f056ad/tags/red => 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: 1314/2417] 10.0.0.47 () {32 vars in 728 bytes} [Thu Jun 18 10:31:40 2026] GET /v2.0/trunks/aaad1e47-a1d4-4090-9a3f-030be5f056ad/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:31:40.252 7 INFO neutron.api.v2.resource [None req-8c315180-843b-49a8-9d33-42b97ac9e128 06ee623cfb474a16b1cae5cb91e98f19 72609a7cc8d44e0c91733e6d4e3398cc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1315/2418] 10.0.0.47 () {32 vars in 743 bytes} [Thu Jun 18 10:31:40 2026] DELETE /v2.0/trunks/aaad1e47-a1d4-4090-9a3f-030be5f056ad/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2419] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:31:40 2026] DELETE /v2.0/trunks/aaad1e47-a1d4-4090-9a3f-030be5f056ad/tags => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2420] 10.0.0.47 () {32 vars in 728 bytes} [Thu Jun 18 10:31:40 2026] GET /v2.0/trunks/aaad1e47-a1d4-4090-9a3f-030be5f056ad/tags => 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: 1104/2421] 10.0.0.47 () {34 vars in 748 bytes} [Thu Jun 18 10:31:39 2026] PUT /v2.0/floatingips/42227aba-6252-49a5-afdf-1f80e3d581b6 => generated 855 bytes in 720 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2422] 10.0.0.47 () {32 vars in 718 bytes} [Thu Jun 18 10:31:40 2026] GET /v2.0/trunks/aaad1e47-a1d4-4090-9a3f-030be5f056ad => generated 407 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:31:40.416 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6ef3149-a79a-4b5c-9f8b-a44280f6fe72'] response: {'name': 'network-changed', 'server_uuid': 'dbe38f87-85a0-448a-b641-cbd95ecfdad2', 'tag': '8fdd594e-1fae-4591-9235-d4e0d044cd28', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1105/2423] 10.0.0.47 () {32 vars in 716 bytes} [Thu Jun 18 10:31:40 2026] GET /v2.0/ports/85941006-367d-4550-a5e8-4c6f634928a0 => generated 826 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2424] 10.0.0.47 () {32 vars in 721 bytes} [Thu Jun 18 10:31:40 2026] DELETE /v2.0/trunks/aaad1e47-a1d4-4090-9a3f-030be5f056ad => generated 0 bytes in 206 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:31:40.782 8 INFO neutron_taas.services.taas.taas_plugin [None req-a2d9a4a8-7123-4f7a-bf22-8505bb1150da 06ee623cfb474a16b1cae5cb91e98f19 72609a7cc8d44e0c91733e6d4e3398cc - - default default] TaaS: Handle Delete Port: 85941006-367d-4550-a5e8-4c6f634928a0 2026-06-18 10:31:40.786 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2d9a4a8-7123-4f7a-bf22-8505bb1150da 06ee623cfb474a16b1cae5cb91e98f19 72609a7cc8d44e0c91733e6d4e3398cc - - default default] Tap Mirror: Handle Delete Port: 85941006-367d-4550-a5e8-4c6f634928a0 [pid: 8|app: 0|req: 1106/2425] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:31:40 2026] DELETE /v2.0/ports/85941006-367d-4550-a5e8-4c6f634928a0 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2426] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:31:40 2026] GET /v2.0/ports?tenant_id=9954fbaede054370b48fe65fb54bc8ff&device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => generated 1279 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:31:41.013 8 INFO neutron.services.segments.plugin [-] Segment 7e5e6bdd-f0e3-449a-873d-d2fcf8f704ef resource provider aggregate not found 2026-06-18 10:31:41.020 8 INFO neutron.services.segments.plugin [-] Segment 7e5e6bdd-f0e3-449a-873d-d2fcf8f704ef resource provider aggregate not found [pid: 7|app: 0|req: 1321/2427] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:31:40 2026] GET /v2.0/networks?id=735cf28f-0c1f-4f56-8c30-d020b373c8e6 => generated 768 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:31:41.037 8 INFO neutron.services.segments.plugin [-] Segment 7e5e6bdd-f0e3-449a-873d-d2fcf8f704ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e5e6bdd-f0e3-449a-873d-d2fcf8f704ef found for delete ", "request_id": "req-cf57749b-5a70-4205-a727-a01e32f61be4"}]} 2026-06-18 10:31:41.046 8 INFO neutron.services.segments.plugin [-] Segment 7e5e6bdd-f0e3-449a-873d-d2fcf8f704ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e5e6bdd-f0e3-449a-873d-d2fcf8f704ef found for delete ", "request_id": "req-e60675d1-3729-4777-beb4-0b642bf5cddd"}]} [pid: 8|app: 0|req: 1107/2428] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:31:40 2026] DELETE /v2.0/networks/0c1e0628-48fb-4895-a7f0-c7dd4c78f931 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2429] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:31:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=8fdd594e-1fae-4591-9235-d4e0d044cd28 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2430] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:31:41 2026] GET /v2.0/subnets?id=59da8072-9237-448e-9071-76d170ec2da6 => generated 690 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2431] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:31:41 2026] GET /v2.0/ports?network_id=735cf28f-0c1f-4f56-8c30-d020b373c8e6&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2432] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:31:41 2026] GET /v2.0/networks/735cf28f-0c1f-4f56-8c30-d020b373c8e6?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: 1324/2433] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:31:41 2026] GET /v2.0/networks/735cf28f-0c1f-4f56-8c30-d020b373c8e6?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: 1110/2434] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:41 2026] GET /v2.0/security-groups?tenant_id=5561533f58544a7daa415e32430198e5&name=default => generated 2929 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2435] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:42 2026] DELETE /v2.0/security-groups/809a55b1-8796-4487-a990-c20988148a65 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2436] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:31:42 2026] GET /v2.0/security-groups?tenant_id=72609a7cc8d44e0c91733e6d4e3398cc&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2437] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:42 2026] DELETE /v2.0/security-groups/97288263-a318-4393-8ec1-179ff420f593 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2440] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:31:48 2026] GET /v2.0/ports?device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => generated 1010 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2441] 10.0.0.253 () {34 vars in 1120 bytes} [Thu Jun 18 10:31:48 2026] GET /v2.0/security-groups?id=440fb3ac-7213-44a5-9d50-6cbdda628755&id=a6f2ee37-b3c0-4a85-9603-7e149b0d1a02&fields=id&fields=name => generated 205 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2442] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:31:48 2026] GET /v2.0/ports?device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => generated 1279 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2443] 10.0.0.47 () {32 vars in 857 bytes} [Thu Jun 18 10:31:48 2026] GET /v2.0/floatingips?floating_network_id=40b86c8a-1846-41ea-9d22-04abdaa59f86&port_id=8fdd594e-1fae-4591-9235-d4e0d044cd28 => generated 860 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2444] 10.0.0.157 () {34 vars in 990 bytes} [Thu Jun 18 10:31:49 2026] GET /v2.0/ports?device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => generated 1279 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2445] 10.0.0.157 () {34 vars in 1120 bytes} [Thu Jun 18 10:31:49 2026] GET /v2.0/security-groups?id=440fb3ac-7213-44a5-9d50-6cbdda628755&id=a6f2ee37-b3c0-4a85-9603-7e149b0d1a02&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:31:51.662 8 INFO neutron.db.segments_db [None req-a50d13b1-987f-4b95-bfdc-e1330c71cf62 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] Added segment 6213e6b0-e357-435a-acc3-05a3e70eb70b of type vxlan for network f84fb7f5-fdfb-4697-bad1-d833e2ec743d [pid: 8|app: 0|req: 1116/2446] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:31:51 2026] POST /v2.0/networks => generated 621 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2447] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:31:51 2026] POST /v2.0/subnets => generated 657 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2448] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:31:52 2026] GET /v2.0/ports?device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => generated 1010 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2449] 10.0.0.47 () {32 vars in 721 bytes} [Thu Jun 18 10:31:52 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2450] 10.0.0.253 () {34 vars in 1120 bytes} [Thu Jun 18 10:31:52 2026] GET /v2.0/security-groups?id=440fb3ac-7213-44a5-9d50-6cbdda628755&id=a6f2ee37-b3c0-4a85-9603-7e149b0d1a02&fields=id&fields=name => generated 205 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2451] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:31:52 2026] POST /v2.0/subnets => generated 731 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:31:52.396 8 INFO neutron.db.segments_db [None req-16f0a04c-043c-409d-8401-75dcc00737bc 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] Added segment ee5e9313-247d-4bd6-b070-f74e58c49095 of type vxlan for network 6a3a4c6d-0802-4c38-b284-b9ff99adab3c [pid: 8|app: 0|req: 1119/2452] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:31:52 2026] POST /v2.0/networks => generated 618 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2453] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:31:52 2026] POST /v2.0/subnets => generated 655 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2454] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:31:52 2026] POST /v2.0/subnets => generated 726 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:31:53.032 7 INFO neutron.db.segments_db [None req-2566668f-8abb-4906-b6cc-028bc5c1f290 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] Added segment 84605c47-f780-4e02-9a17-cce996ddb746 of type vxlan for network 8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4 [pid: 7|app: 0|req: 1335/2455] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:31:52 2026] POST /v2.0/networks => generated 619 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2456] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:31:53 2026] GET /v2.0/ports?device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => generated 1010 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2457] 10.0.0.253 () {34 vars in 1120 bytes} [Thu Jun 18 10:31:53 2026] GET /v2.0/security-groups?id=440fb3ac-7213-44a5-9d50-6cbdda628755&id=a6f2ee37-b3c0-4a85-9603-7e149b0d1a02&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2458] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:31:53 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) [pid: 7|app: 0|req: 1338/2459] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:31:53 2026] POST /v2.0/subnets => generated 729 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:31:53.731 8 INFO neutron.db.segments_db [None req-4ca94ac5-9ee9-426b-96bf-2e36b8957cbd 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] Added segment c8cf78ae-e9f2-45be-b314-51be45f497e0 of type vxlan for network 6b7eae83-390e-4702-9bce-225fb5369440 2026-06-18 10:31:53.943 8 INFO neutron.db.l3_hamode_db [None req-4ca94ac5-9ee9-426b-96bf-2e36b8957cbd 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1339/2460] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:31:54 2026] GET /v2.0/ports?device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2461] 10.0.0.253 () {34 vars in 1120 bytes} [Thu Jun 18 10:31:54 2026] GET /v2.0/security-groups?id=440fb3ac-7213-44a5-9d50-6cbdda628755&id=a6f2ee37-b3c0-4a85-9603-7e149b0d1a02&fields=id&fields=name => generated 205 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2462] 199.204.45.113 () {34 vars in 994 bytes} [Thu Jun 18 10:31:54 2026] GET /v2.0/ports?device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => generated 1010 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:31:54.682 7 INFO neutron_taas.services.taas.taas_plugin [req-1031076e-8536-4d90-9d5e-b21c8e510974 req-857cf971-2c7c-43b1-b3f8-144d7d1b5712 0bad84822b11458b963709863f5730ed 9954fbaede054370b48fe65fb54bc8ff - - default default] TaaS: Handle Delete Port: 8fdd594e-1fae-4591-9235-d4e0d044cd28 2026-06-18 10:31:54.685 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1031076e-8536-4d90-9d5e-b21c8e510974 req-857cf971-2c7c-43b1-b3f8-144d7d1b5712 0bad84822b11458b963709863f5730ed 9954fbaede054370b48fe65fb54bc8ff - - default default] Tap Mirror: Handle Delete Port: 8fdd594e-1fae-4591-9235-d4e0d044cd28 2026-06-18 10:31:54.743 8 INFO neutron.db.l3_hamode_db [None req-4ca94ac5-9ee9-426b-96bf-2e36b8957cbd 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 10:31:54.832 7 INFO neutron.db.l3_db [req-1031076e-8536-4d90-9d5e-b21c8e510974 req-857cf971-2c7c-43b1-b3f8-144d7d1b5712 0bad84822b11458b963709863f5730ed 9954fbaede054370b48fe65fb54bc8ff - - default default] Floating IP 42227aba-6252-49a5-afdf-1f80e3d581b6 disassociated. External IP: 10.96.250.203, port: 8fdd594e-1fae-4591-9235-d4e0d044cd28. [pid: 7|app: 0|req: 1342/2463] 199.204.45.113 () {36 vars in 997 bytes} [Thu Jun 18 10:31:54 2026] DELETE /v2.0/ports/8fdd594e-1fae-4591-9235-d4e0d044cd28 => generated 0 bytes in 664 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:31:55.257 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-27cfaf63-0261-4d22-acf7-6ab3fdd42534'] response: {'server_uuid': 'dbe38f87-85a0-448a-b641-cbd95ecfdad2', 'name': 'network-vif-deleted', 'tag': '8fdd594e-1fae-4591-9235-d4e0d044cd28', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1343/2464] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:31:55 2026] GET /v2.0/ports?device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => 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: 1122/2465] 10.0.0.47 () {34 vars in 668 bytes} [Thu Jun 18 10:31:53 2026] POST /v2.0/routers => generated 685 bytes in 1953 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2466] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:31:56 2026] GET /v2.0/ports?device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => 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: 1344/2467] 10.0.0.47 () {34 vars in 782 bytes} [Thu Jun 18 10:31:55 2026] PUT /v2.0/routers/2a31c8ed-55f5-49a7-9754-1258a5991f5e/add_router_interface => generated 309 bytes in 1310 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2470] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:31:57 2026] GET /v2.0/ports?device_id=dbe38f87-85a0-448a-b641-cbd95ecfdad2 => 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: 1124/2471] 10.0.0.47 () {34 vars in 782 bytes} [Thu Jun 18 10:31:56 2026] PUT /v2.0/routers/2a31c8ed-55f5-49a7-9754-1258a5991f5e/add_router_interface => generated 309 bytes in 1677 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2472] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:58 2026] DELETE /v2.0/security-groups/440fb3ac-7213-44a5-9d50-6cbdda628755 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:31:59.003 8 INFO neutron.api.v2.resource [None req-a5ab5549-0302-49d4-a616-573a5e7c7897 0bad84822b11458b963709863f5730ed 9954fbaede054370b48fe65fb54bc8ff - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1126/2473] 10.0.0.47 () {32 vars in 736 bytes} [Thu Jun 18 10:31:58 2026] GET /v2.0/security-groups/440fb3ac-7213-44a5-9d50-6cbdda628755 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:31:59.097 8 INFO neutron_taas.services.taas.taas_plugin [None req-803df6d0-a1ff-4483-af5e-df97a7520c86 0bad84822b11458b963709863f5730ed 9954fbaede054370b48fe65fb54bc8ff - - default default] TaaS: Handle Delete Port: ababe75f-65b0-4171-ab73-7cb8fb109b99 2026-06-18 10:31:59.100 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-803df6d0-a1ff-4483-af5e-df97a7520c86 0bad84822b11458b963709863f5730ed 9954fbaede054370b48fe65fb54bc8ff - - default default] Tap Mirror: Handle Delete Port: ababe75f-65b0-4171-ab73-7cb8fb109b99 [pid: 8|app: 0|req: 1127/2474] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:31:59 2026] DELETE /v2.0/floatingips/42227aba-6252-49a5-afdf-1f80e3d581b6 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2475] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:31:59 2026] DELETE /v2.0/security-groups/a6f2ee37-b3c0-4a85-9603-7e149b0d1a02 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:31:59.820 8 INFO neutron_taas.services.taas.taas_plugin [None req-959cd91d-649a-4705-974e-42f7dd0f44eb 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 9d32ca59-b8c4-4fec-b092-b151cfcc7c58 2026-06-18 10:31:59.823 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-959cd91d-649a-4705-974e-42f7dd0f44eb 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 9d32ca59-b8c4-4fec-b092-b151cfcc7c58 [pid: 7|app: 0|req: 1348/2476] 10.0.0.47 () {34 vars in 782 bytes} [Thu Jun 18 10:31:58 2026] PUT /v2.0/routers/2a31c8ed-55f5-49a7-9754-1258a5991f5e/add_router_interface => generated 309 bytes in 1327 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2477] 10.0.0.47 () {34 vars in 683 bytes} [Thu Jun 18 10:32:00 2026] POST /v2.0/security-groups => generated 1628 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2478] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:32:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2479] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:31:59 2026] PUT /v2.0/routers/d895042f-fe44-421d-995c-056d0e6545e9/remove_router_interface => generated 309 bytes in 959 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2480] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:32:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2481] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:32:00 2026] POST /v2.0/security-group-rules => generated 599 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:32:00.658 8 INFO neutron_taas.services.taas.taas_plugin [None req-a042eb15-a7c9-458f-ab6a-b94eabda8074 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 2a4f862b-7ab4-459c-9af1-a03fd10db3a6 2026-06-18 10:32:00.661 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a042eb15-a7c9-458f-ab6a-b94eabda8074 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 2a4f862b-7ab4-459c-9af1-a03fd10db3a6 [pid: 7|app: 0|req: 1353/2482] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:32:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2483] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:32:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2484] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:32:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:32:00.985 8 INFO neutron_taas.services.taas.taas_plugin [None req-a042eb15-a7c9-458f-ab6a-b94eabda8074 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: c0f98245-145d-4801-a6d4-5c83128736d9 2026-06-18 10:32:00.988 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a042eb15-a7c9-458f-ab6a-b94eabda8074 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: c0f98245-145d-4801-a6d4-5c83128736d9 [pid: 7|app: 0|req: 1356/2485] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:32:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2486] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:32:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:32:01.363 8 INFO neutron.services.segments.plugin [-] Segment d19943f0-f8d0-4f79-aa83-c146cacb828e resource provider aggregate not found 2026-06-18 10:32:01.370 8 INFO neutron.services.segments.plugin [-] Segment d19943f0-f8d0-4f79-aa83-c146cacb828e resource provider aggregate not found [pid: 7|app: 0|req: 1358/2487] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:32:01 2026] POST /v2.0/security-group-rules => generated 599 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:32:01.391 8 INFO neutron.services.segments.plugin [-] Segment d19943f0-f8d0-4f79-aa83-c146cacb828e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d19943f0-f8d0-4f79-aa83-c146cacb828e found for delete ", "request_id": "req-c32ba76e-3d4f-4010-869f-f3b50d2d12df"}]} 2026-06-18 10:32:01.392 8 INFO neutron.services.segments.plugin [-] Segment d19943f0-f8d0-4f79-aa83-c146cacb828e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d19943f0-f8d0-4f79-aa83-c146cacb828e found for delete ", "request_id": "req-71807f73-cb66-48c2-b4af-6478bef16cdb"}]} 2026-06-18 10:32:01.403 8 INFO neutron.db.l3_hamode_db [None req-a042eb15-a7c9-458f-ab6a-b94eabda8074 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] HA network 7866920d-8810-4783-a5e7-a298118db047 was deleted as no HA routers are present in tenant 9954fbaede054370b48fe65fb54bc8ff. [pid: 8|app: 0|req: 1130/2488] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:32:00 2026] DELETE /v2.0/routers/d895042f-fe44-421d-995c-056d0e6545e9 => generated 0 bytes in 1020 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2489] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:32:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2490] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:32:01 2026] DELETE /v2.0/subnets/59da8072-9237-448e-9071-76d170ec2da6 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:32:01.711 8 INFO neutron_taas.services.taas.taas_plugin [None req-bb9e8554-439d-4127-9d04-7bbf9b5884e4 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 35f94604-80bd-463a-a695-c72ff821c804 [pid: 7|app: 0|req: 1360/2491] 10.0.0.47 () {34 vars in 694 bytes} [Thu Jun 18 10:32:01 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) 2026-06-18 10:32:01.714 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb9e8554-439d-4127-9d04-7bbf9b5884e4 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 35f94604-80bd-463a-a695-c72ff821c804 [pid: 8|app: 0|req: 1132/2492] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:32:01 2026] DELETE /v2.0/networks/735cf28f-0c1f-4f56-8c30-d020b373c8e6 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2493] 10.0.0.253 () {34 vars in 1092 bytes} [Thu Jun 18 10:32:01 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-44098746&fields=id&tenant_id=2b34d29e9b83474891f67dba83ac57ab => 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: 1362/2494] 10.0.0.253 () {34 vars in 982 bytes} [Thu Jun 18 10:32:01 2026] GET /v2.0/networks?id=6a3a4c6d-0802-4c38-b284-b9ff99adab3c => generated 704 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2495] 10.0.0.253 () {34 vars in 965 bytes} [Thu Jun 18 10:32:02 2026] GET /v2.0/quotas/2b34d29e9b83474891f67dba83ac57ab => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2496] 10.0.0.253 () {34 vars in 1002 bytes} [Thu Jun 18 10:32:02 2026] GET /v2.0/ports?tenant_id=2b34d29e9b83474891f67dba83ac57ab&fields=id => generated 241 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2497] 10.0.0.253 () {34 vars in 1008 bytes} [Thu Jun 18 10:32:02 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:32:02.271 8 INFO neutron_taas.services.taas.taas_plugin [None req-3bd2e360-a4f4-4a69-b4ba-0375e818de9e 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: b9e4d922-3034-4c87-aafb-4531b53ad34c 2026-06-18 10:32:02.274 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bd2e360-a4f4-4a69-b4ba-0375e818de9e 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: b9e4d922-3034-4c87-aafb-4531b53ad34c [pid: 7|app: 0|req: 1366/2498] 10.0.0.253 () {34 vars in 1108 bytes} [Thu Jun 18 10:32:02 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c?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: 1367/2499] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:32:02 2026] GET /v2.0/ports?device_id=3b6434b5-d1a4-4fa5-a156-bd4e87b55012 => 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: 1133/2500] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:32:01 2026] PUT /v2.0/routers/d188f5ca-5c50-4065-b204-b17e6cfb70c8/remove_router_interface => generated 309 bytes in 977 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:32:03.108 7 INFO neutron_taas.services.taas.taas_plugin [None req-32d5f043-ed3b-4d47-ae31-309d6f4fe8a1 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 36d765b3-0ba2-42d5-8293-f50b16f5e1e4 2026-06-18 10:32:03.113 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32d5f043-ed3b-4d47-ae31-309d6f4fe8a1 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 36d765b3-0ba2-42d5-8293-f50b16f5e1e4 2026-06-18 10:32:03.365 7 INFO neutron_taas.services.taas.taas_plugin [None req-32d5f043-ed3b-4d47-ae31-309d6f4fe8a1 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: c58dbdc1-7a03-4283-9f95-0cca038e9ab7 2026-06-18 10:32:03.367 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32d5f043-ed3b-4d47-ae31-309d6f4fe8a1 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: c58dbdc1-7a03-4283-9f95-0cca038e9ab7 2026-06-18 10:32:03.412 8 INFO neutron.services.segments.plugin [-] Segment b4305ca5-73fc-4c27-b51b-4a834438867b resource provider aggregate not found 2026-06-18 10:32:03.416 8 INFO neutron.services.segments.plugin [-] Segment b4305ca5-73fc-4c27-b51b-4a834438867b resource provider aggregate not found 2026-06-18 10:32:03.439 8 INFO neutron.services.segments.plugin [-] Segment b4305ca5-73fc-4c27-b51b-4a834438867b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4305ca5-73fc-4c27-b51b-4a834438867b found for delete ", "request_id": "req-883d073e-84bf-4640-a347-ee79f1956413"}]} 2026-06-18 10:32:03.440 8 INFO neutron.services.segments.plugin [-] Segment b4305ca5-73fc-4c27-b51b-4a834438867b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4305ca5-73fc-4c27-b51b-4a834438867b found for delete ", "request_id": "req-16416e92-ee44-4fcf-b67d-251312af9217"}]} 2026-06-18 10:32:03.785 7 INFO neutron.services.segments.plugin [-] Segment 94f505e7-b14c-4497-af00-c37fbd88b374 resource provider aggregate not found 2026-06-18 10:32:03.790 7 INFO neutron.services.segments.plugin [-] Segment 94f505e7-b14c-4497-af00-c37fbd88b374 resource provider aggregate not found 2026-06-18 10:32:03.813 7 INFO neutron.services.segments.plugin [-] Segment 94f505e7-b14c-4497-af00-c37fbd88b374 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94f505e7-b14c-4497-af00-c37fbd88b374 found for delete ", "request_id": "req-79ba859d-f775-4f0d-aba8-f42fcb7db5e1"}]} 2026-06-18 10:32:03.814 7 INFO neutron.services.segments.plugin [-] Segment 94f505e7-b14c-4497-af00-c37fbd88b374 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94f505e7-b14c-4497-af00-c37fbd88b374 found for delete ", "request_id": "req-7b64d527-00ce-45da-8bfe-1292e08177cd"}]} 2026-06-18 10:32:03.825 7 INFO neutron.db.l3_hamode_db [None req-32d5f043-ed3b-4d47-ae31-309d6f4fe8a1 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] HA network 6989f735-9168-4358-bf5e-d7b270710634 was deleted as no HA routers are present in tenant 9ae11af56fb548a98bb696f04c585997. [pid: 7|app: 0|req: 1368/2501] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:32:02 2026] DELETE /v2.0/routers/d188f5ca-5c50-4065-b204-b17e6cfb70c8 => 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: 1134/2502] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:32:03 2026] DELETE /v2.0/subnets/3f265090-5434-40e3-a23a-e464906d1bb3 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:32:04.089 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca85b218-f81d-4bd8-92a2-16ca656aa937 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 8f4fc1c3-faa5-4a16-a3c6-44688a8bc69a 2026-06-18 10:32:04.092 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca85b218-f81d-4bd8-92a2-16ca656aa937 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 8f4fc1c3-faa5-4a16-a3c6-44688a8bc69a [pid: 7|app: 0|req: 1369/2503] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:32:03 2026] DELETE /v2.0/networks/687e3ed2-0136-4485-b1b1-a6a2a470b689 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2504] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:32:04 2026] GET /v2.0/security-groups?tenant_id=9ae11af56fb548a98bb696f04c585997&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2505] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:32:04 2026] DELETE /v2.0/security-groups/6d8ed5c3-59d1-4f0a-abed-72bdf65e142f => 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: 1136/2506] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:32:04 2026] GET /v2.0/security-groups?tenant_id=9954fbaede054370b48fe65fb54bc8ff&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2507] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:32:04 2026] DELETE /v2.0/security-groups/f49fecfa-394a-4951-be75-32234e06838c => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:32:05.834 7 INFO neutron.services.segments.plugin [-] Segment 7260db6e-b913-4c86-a833-20a0b019ecc5 resource provider aggregate not found 2026-06-18 10:32:05.836 7 INFO neutron.services.segments.plugin [-] Segment 7260db6e-b913-4c86-a833-20a0b019ecc5 resource provider aggregate not found 2026-06-18 10:32:05.851 7 INFO neutron.services.segments.plugin [-] Segment 7260db6e-b913-4c86-a833-20a0b019ecc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7260db6e-b913-4c86-a833-20a0b019ecc5 found for delete ", "request_id": "req-a097ab9f-ba67-415e-97dc-d9ccc77dbe9b"}]} 2026-06-18 10:32:05.854 7 INFO neutron.services.segments.plugin [-] Segment 7260db6e-b913-4c86-a833-20a0b019ecc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7260db6e-b913-4c86-a833-20a0b019ecc5 found for delete ", "request_id": "req-b064f13b-59ea-438d-a5b9-709377471dea"}]} [pid: 8|app: 0|req: 1137/2508] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:32:06 2026] GET /v2.0/networks?id=6a3a4c6d-0802-4c38-b284-b9ff99adab3c => generated 704 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2509] 199.204.45.113 () {34 vars in 1050 bytes} [Thu Jun 18 10:32:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2b34d29e9b83474891f67dba83ac57ab => generated 177 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2510] 199.204.45.113 () {38 vars in 955 bytes} [Thu Jun 18 10:32:06 2026] POST /v2.0/ports => generated 1179 bytes in 475 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: 1139/2511] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:32:07 2026] GET /v2.0/ports?device_id=3b6434b5-d1a4-4fa5-a156-bd4e87b55012 => generated 1194 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2512] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:32:07 2026] GET /v2.0/security-groups?id=5e085289-8c00-4f1c-b476-56b6445ef44b&fields=id&fields=name => generated 110 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2513] 199.204.45.113 () {38 vars in 1028 bytes} [Thu Jun 18 10:32:07 2026] PUT /v2.0/ports/561c32ce-7e6a-45c2-be84-62620f95b43d => generated 1460 bytes in 532 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:32:07.788 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-946c3c28-76ac-4c0e-8829-ef7ecccc90b1'] response: {'name': 'network-changed', 'server_uuid': '3b6434b5-d1a4-4fa5-a156-bd4e87b55012', 'tag': '561c32ce-7e6a-45c2-be84-62620f95b43d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1141/2514] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:32:08 2026] GET /v2.0/ports?tenant_id=2b34d29e9b83474891f67dba83ac57ab&device_id=3b6434b5-d1a4-4fa5-a156-bd4e87b55012 => generated 1463 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: 1374/2515] 199.204.45.113 () {34 vars in 1018 bytes} [Thu Jun 18 10:32:08 2026] GET /v2.0/networks?tenant_id=2b34d29e9b83474891f67dba83ac57ab&shared=False => generated 2375 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2516] 199.204.45.113 () {34 vars in 930 bytes} [Thu Jun 18 10:32:08 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2517] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:32:09 2026] GET /v2.0/ports?tenant_id=2b34d29e9b83474891f67dba83ac57ab&device_id=3b6434b5-d1a4-4fa5-a156-bd4e87b55012 => generated 1463 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2518] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:32:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.100&port_id=561c32ce-7e6a-45c2-be84-62620f95b43d => 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: 1145/2519] 199.204.45.113 () {34 vars in 1102 bytes} [Thu Jun 18 10:32:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A66&port_id=561c32ce-7e6a-45c2-be84-62620f95b43d => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:32:09.627 7 INFO neutron.db.segments_db [None req-1108c3c6-1d50-49ff-847d-429f4247d6c6 4074316446d34e0da714669016e7a365 15de69c629dd467184d24a169252f989 - - default default] Added segment 9829e41e-4a50-41b3-b86f-0d3421f98b02 of type vxlan for network ae319599-fe20-420e-b11c-814fea8e1e26 [pid: 8|app: 0|req: 1146/2520] 199.204.45.113 () {34 vars in 1064 bytes} [Thu Jun 18 10:32:09 2026] GET /v2.0/subnets?id=2ba52f45-ad25-422a-a265-98f80f3cbcd4&id=8b501df5-0aa5-4472-856a-d6e68d1d4a88 => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2521] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:32:09 2026] GET /v2.0/ports?network_id=6a3a4c6d-0802-4c38-b284-b9ff99adab3c&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2522] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:32:09 2026] GET /v2.0/ports?network_id=6a3a4c6d-0802-4c38-b284-b9ff99adab3c&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2523] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:32:09 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c?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: 1375/2524] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:32:09 2026] POST /v2.0/networks => generated 612 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2525] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:32:09 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2526] 10.0.0.47 () {34 vars in 663 bytes} [Thu Jun 18 10:32: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) 2026-06-18 10:32:10.235 8 INFO neutron.db.segments_db [None req-80d9b8c4-4afc-4ee4-9623-f064a1db906d 4074316446d34e0da714669016e7a365 15de69c629dd467184d24a169252f989 - - default default] Added segment 59c8390d-852b-4ee6-a1db-2f7d98fa7703 of type vxlan for network faa536cc-9cd6-48b1-91ae-e22adb2a7cc4 [pid: 8|app: 0|req: 1151/2527] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:32:10 2026] POST /v2.0/networks => generated 613 bytes in 179 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: 1377/2528] 10.0.0.47 () {34 vars in 663 bytes} [Thu Jun 18 10:32:10 2026] POST /v2.0/ports => generated 743 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:32:10.734 8 INFO neutron.db.segments_db [None req-dadad64e-e93a-40e9-89ff-ff6eceacb83f 4074316446d34e0da714669016e7a365 15de69c629dd467184d24a169252f989 - - default default] Added segment bea60f61-260f-41d3-8c7a-5671ca2fd694 of type vxlan for network 89627758-c47e-45ad-bb84-2ce5c9641594 [pid: 8|app: 0|req: 1152/2529] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:32:10 2026] POST /v2.0/networks => generated 612 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1378/2530] 10.0.0.47 () {34 vars in 663 bytes} [Thu Jun 18 10:32:10 2026] POST /v2.0/ports => generated 743 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:32:11.190 8 INFO neutron.db.segments_db [None req-db35e02c-6383-498c-af13-dddbe11dc05f 4074316446d34e0da714669016e7a365 15de69c629dd467184d24a169252f989 - - default default] Added segment 2bb69965-725a-47d9-b97f-be6dd1525516 of type vxlan for network 1b790859-89b9-4a94-91da-1dd418b3e997 [pid: 8|app: 0|req: 1153/2531] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:32:11 2026] POST /v2.0/networks => generated 613 bytes in 138 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: 1379/2532] 10.0.0.47 () {34 vars in 663 bytes} [Thu Jun 18 10:32:11 2026] POST /v2.0/ports => generated 743 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:32:11.661 8 INFO neutron.db.segments_db [None req-a1b7bb3b-e784-4c55-871c-6f3538e76ea1 4074316446d34e0da714669016e7a365 15de69c629dd467184d24a169252f989 - - default default] Added segment afc211a8-0ab2-4505-950b-bf4e2b694682 of type vxlan for network 44690a4a-9365-4a1d-b68b-8aae6e6d29db [pid: 8|app: 0|req: 1154/2533] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:32:11 2026] POST /v2.0/networks => generated 612 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1380/2534] 10.0.0.47 () {34 vars in 663 bytes} [Thu Jun 18 10:32:11 2026] POST /v2.0/ports => generated 743 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2535] 10.0.0.47 () {34 vars in 746 bytes} [Thu Jun 18 10:32:12 2026] PUT /v2.0/ports/6d75a381-b190-4da3-af8a-2eb2934c698c/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1381/2536] 10.0.0.47 () {34 vars in 746 bytes} [Thu Jun 18 10:32:12 2026] PUT /v2.0/ports/1c49b79d-f35e-426b-8020-77b502b4892d/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: 1156/2537] 10.0.0.47 () {34 vars in 746 bytes} [Thu Jun 18 10:32:12 2026] PUT /v2.0/ports/699258f5-a77d-442e-852c-22a8656f6e61/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1382/2538] 10.0.0.47 () {34 vars in 746 bytes} [Thu Jun 18 10:32:12 2026] PUT /v2.0/ports/7a3b7f1d-bd02-40a6-b373-2c5fedaf6708/tags => generated 19 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: 8|app: 0|req: 1157/2539] 10.0.0.47 () {32 vars in 659 bytes} [Thu Jun 18 10:32:12 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 167 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: 1383/2540] 10.0.0.47 () {32 vars in 673 bytes} [Thu Jun 18 10:32:12 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2541] 10.0.0.47 () {32 vars in 669 bytes} [Thu Jun 18 10:32:12 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2544] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:32:12 2026] GET /v2.0/ports?device_id=3b6434b5-d1a4-4fa5-a156-bd4e87b55012 => generated 1194 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2545] 10.0.0.47 () {32 vars in 681 bytes} [Thu Jun 18 10:32:12 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2546] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:32:12 2026] GET /v2.0/security-groups?id=5e085289-8c00-4f1c-b476-56b6445ef44b&fields=id&fields=name => generated 110 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2547] 10.0.0.47 () {32 vars in 667 bytes} [Thu Jun 18 10:32:12 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2548] 10.0.0.47 () {32 vars in 681 bytes} [Thu Jun 18 10:32:12 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2549] 10.0.0.47 () {32 vars in 677 bytes} [Thu Jun 18 10:32:12 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: 7|app: 0|req: 1387/2550] 10.0.0.47 () {32 vars in 689 bytes} [Thu Jun 18 10:32:13 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:32:13.194 8 INFO neutron_taas.services.taas.taas_plugin [None req-d23df8f4-0ee9-4f4f-a037-50d7da084e8d 4074316446d34e0da714669016e7a365 15de69c629dd467184d24a169252f989 - - default default] TaaS: Handle Delete Port: 6d75a381-b190-4da3-af8a-2eb2934c698c 2026-06-18 10:32:13.202 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d23df8f4-0ee9-4f4f-a037-50d7da084e8d 4074316446d34e0da714669016e7a365 15de69c629dd467184d24a169252f989 - - default default] Tap Mirror: Handle Delete Port: 6d75a381-b190-4da3-af8a-2eb2934c698c [pid: 8|app: 0|req: 1164/2551] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:32:13 2026] DELETE /v2.0/ports/6d75a381-b190-4da3-af8a-2eb2934c698c => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:32:13.395 7 INFO neutron_taas.services.taas.taas_plugin [None req-832e0f0f-75a5-49e6-bdf8-5d44ef9466ec 4074316446d34e0da714669016e7a365 15de69c629dd467184d24a169252f989 - - default default] TaaS: Handle Delete Port: 1c49b79d-f35e-426b-8020-77b502b4892d 2026-06-18 10:32:13.398 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-832e0f0f-75a5-49e6-bdf8-5d44ef9466ec 4074316446d34e0da714669016e7a365 15de69c629dd467184d24a169252f989 - - default default] Tap Mirror: Handle Delete Port: 1c49b79d-f35e-426b-8020-77b502b4892d [pid: 7|app: 0|req: 1388/2552] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:32:13 2026] DELETE /v2.0/ports/1c49b79d-f35e-426b-8020-77b502b4892d => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:32:13.648 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7f65928-a0fd-45a3-8bf5-3aa87312cf95 4074316446d34e0da714669016e7a365 15de69c629dd467184d24a169252f989 - - default default] TaaS: Handle Delete Port: 699258f5-a77d-442e-852c-22a8656f6e61 2026-06-18 10:32:13.653 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7f65928-a0fd-45a3-8bf5-3aa87312cf95 4074316446d34e0da714669016e7a365 15de69c629dd467184d24a169252f989 - - default default] Tap Mirror: Handle Delete Port: 699258f5-a77d-442e-852c-22a8656f6e61 [pid: 8|app: 0|req: 1165/2553] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:32:13 2026] DELETE /v2.0/ports/699258f5-a77d-442e-852c-22a8656f6e61 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:32:13.868 7 INFO neutron_taas.services.taas.taas_plugin [None req-62ec8f8b-9473-4bb6-8053-110303450264 4074316446d34e0da714669016e7a365 15de69c629dd467184d24a169252f989 - - default default] TaaS: Handle Delete Port: 7a3b7f1d-bd02-40a6-b373-2c5fedaf6708 2026-06-18 10:32:13.871 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62ec8f8b-9473-4bb6-8053-110303450264 4074316446d34e0da714669016e7a365 15de69c629dd467184d24a169252f989 - - default default] Tap Mirror: Handle Delete Port: 7a3b7f1d-bd02-40a6-b373-2c5fedaf6708 [pid: 7|app: 0|req: 1389/2554] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:32:13 2026] DELETE /v2.0/ports/7a3b7f1d-bd02-40a6-b373-2c5fedaf6708 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:32:14.050 8 INFO neutron_taas.services.taas.taas_plugin [None req-67f26f0f-c308-4bf4-bce0-c26049a118e6 4074316446d34e0da714669016e7a365 15de69c629dd467184d24a169252f989 - - default default] TaaS: Handle Delete Port: 4c9c0655-c28f-40e5-9bf3-67bd0f03d597 2026-06-18 10:32:14.053 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67f26f0f-c308-4bf4-bce0-c26049a118e6 4074316446d34e0da714669016e7a365 15de69c629dd467184d24a169252f989 - - default default] Tap Mirror: Handle Delete Port: 4c9c0655-c28f-40e5-9bf3-67bd0f03d597 [pid: 8|app: 0|req: 1166/2555] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:32:13 2026] DELETE /v2.0/ports/4c9c0655-c28f-40e5-9bf3-67bd0f03d597 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:32:14.329 7 INFO neutron.services.segments.plugin [-] Segment 9829e41e-4a50-41b3-b86f-0d3421f98b02 resource provider aggregate not found 2026-06-18 10:32:14.330 7 INFO neutron.services.segments.plugin [-] Segment 9829e41e-4a50-41b3-b86f-0d3421f98b02 resource provider aggregate not found 2026-06-18 10:32:14.349 7 INFO neutron.services.segments.plugin [-] Segment 9829e41e-4a50-41b3-b86f-0d3421f98b02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9829e41e-4a50-41b3-b86f-0d3421f98b02 found for delete ", "request_id": "req-eddb02c5-e2a5-45ad-8e7f-1f6ec710b7e1"}]} 2026-06-18 10:32:14.351 7 INFO neutron.services.segments.plugin [-] Segment 9829e41e-4a50-41b3-b86f-0d3421f98b02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9829e41e-4a50-41b3-b86f-0d3421f98b02 found for delete ", "request_id": "req-f08c3b88-140e-402b-9235-9f0f650eb9e5"}]} [pid: 7|app: 0|req: 1390/2556] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:32:14 2026] DELETE /v2.0/networks/ae319599-fe20-420e-b11c-814fea8e1e26 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:32:14.508 8 INFO neutron.services.segments.plugin [-] Segment 59c8390d-852b-4ee6-a1db-2f7d98fa7703 resource provider aggregate not found 2026-06-18 10:32:14.518 8 INFO neutron.services.segments.plugin [-] Segment 59c8390d-852b-4ee6-a1db-2f7d98fa7703 resource provider aggregate not found 2026-06-18 10:32:14.525 8 INFO neutron.services.segments.plugin [-] Segment 59c8390d-852b-4ee6-a1db-2f7d98fa7703 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59c8390d-852b-4ee6-a1db-2f7d98fa7703 found for delete ", "request_id": "req-12e888c5-a0e5-46c9-9f3a-5bd496a17802"}]} 2026-06-18 10:32:14.542 8 INFO neutron.services.segments.plugin [-] Segment 59c8390d-852b-4ee6-a1db-2f7d98fa7703 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59c8390d-852b-4ee6-a1db-2f7d98fa7703 found for delete ", "request_id": "req-63105f4b-b840-4c3f-906e-452333d1313c"}]} [pid: 8|app: 0|req: 1167/2557] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:32:14 2026] DELETE /v2.0/networks/faa536cc-9cd6-48b1-91ae-e22adb2a7cc4 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2558] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:32:14 2026] DELETE /v2.0/networks/89627758-c47e-45ad-bb84-2ce5c9641594 => 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: 1168/2559] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:32:14 2026] DELETE /v2.0/networks/1b790859-89b9-4a94-91da-1dd418b3e997 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2560] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:32:14 2026] DELETE /v2.0/networks/44690a4a-9365-4a1d-b68b-8aae6e6d29db => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2561] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:32:15 2026] GET /v2.0/security-groups?tenant_id=15de69c629dd467184d24a169252f989&name=default => generated 2929 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2562] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:32:16 2026] DELETE /v2.0/security-groups/69d7370b-fe62-4858-9373-b2fc9c0a83c0 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:32:16.368 7 INFO neutron.services.segments.plugin [-] Segment bea60f61-260f-41d3-8c7a-5671ca2fd694 resource provider aggregate not found 2026-06-18 10:32:16.373 7 INFO neutron.services.segments.plugin [-] Segment bea60f61-260f-41d3-8c7a-5671ca2fd694 resource provider aggregate not found 2026-06-18 10:32:16.388 7 INFO neutron.services.segments.plugin [-] Segment bea60f61-260f-41d3-8c7a-5671ca2fd694 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bea60f61-260f-41d3-8c7a-5671ca2fd694 found for delete ", "request_id": "req-44bd5792-e43f-49ad-91fd-d6e85acfbadf"}]} 2026-06-18 10:32:16.392 7 INFO neutron.services.segments.plugin [-] Segment bea60f61-260f-41d3-8c7a-5671ca2fd694 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bea60f61-260f-41d3-8c7a-5671ca2fd694 found for delete ", "request_id": "req-b4a96be3-cf8c-406e-b6e2-838ea6d288aa"}]} 2026-06-18 10:32:16.404 7 INFO neutron.services.segments.plugin [-] Segment afc211a8-0ab2-4505-950b-bf4e2b694682 resource provider aggregate not found 2026-06-18 10:32:16.409 7 INFO neutron.services.segments.plugin [-] Segment afc211a8-0ab2-4505-950b-bf4e2b694682 resource provider aggregate not found 2026-06-18 10:32:16.421 7 INFO neutron.services.segments.plugin [-] Segment afc211a8-0ab2-4505-950b-bf4e2b694682 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afc211a8-0ab2-4505-950b-bf4e2b694682 found for delete ", "request_id": "req-21872a0e-9ba0-414d-8e9c-e6f8b6b0665f"}]} 2026-06-18 10:32:16.433 7 INFO neutron.services.segments.plugin [-] Segment afc211a8-0ab2-4505-950b-bf4e2b694682 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afc211a8-0ab2-4505-950b-bf4e2b694682 found for delete ", "request_id": "req-8c1c3c7f-4665-4ee5-a3c7-d4ed86057bf4"}]} [pid: 8|app: 0|req: 1170/2563] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:32:16 2026] GET /v2.0/security-groups?tenant_id=4fbbf3cfc4c94169a98ee553333566c3&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:32:16.552 8 INFO neutron.services.segments.plugin [-] Segment 2bb69965-725a-47d9-b97f-be6dd1525516 resource provider aggregate not found [pid: 7|app: 0|req: 1394/2564] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:32:16 2026] DELETE /v2.0/security-groups/68e2f3f0-5911-47d3-8ff9-56a64d0b9b8b => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:32:16.574 8 INFO neutron.services.segments.plugin [-] Segment 2bb69965-725a-47d9-b97f-be6dd1525516 resource provider aggregate not found 2026-06-18 10:32:16.579 8 INFO neutron.services.segments.plugin [-] Segment 2bb69965-725a-47d9-b97f-be6dd1525516 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bb69965-725a-47d9-b97f-be6dd1525516 found for delete ", "request_id": "req-20746aba-1ed5-4b01-98c1-079884c63705"}]} 2026-06-18 10:32:16.592 8 INFO neutron.services.segments.plugin [-] Segment 2bb69965-725a-47d9-b97f-be6dd1525516 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bb69965-725a-47d9-b97f-be6dd1525516 found for delete ", "request_id": "req-d6a55059-dce8-47a8-9c92-6cff2de9fc15"}]} [pid: 8|app: 0|req: 1171/2565] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:32:16 2026] GET /v2.0/security-groups?tenant_id=8e0af3d836194ec596480072163921eb&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2566] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:32:16 2026] DELETE /v2.0/security-groups/17defe97-5335-4112-9936-d37f314a7e03 => 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: 1172/2567] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:32:17 2026] GET /v2.0/ports?device_id=3b6434b5-d1a4-4fa5-a156-bd4e87b55012 => generated 1196 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2568] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:32:17 2026] GET /v2.0/security-groups?id=5e085289-8c00-4f1c-b476-56b6445ef44b&fields=id&fields=name => generated 110 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2569] 10.0.0.47 () {32 vars in 817 bytes} [Thu Jun 18 10:32:17 2026] GET /v2.0/ports?network_id=6a3a4c6d-0802-4c38-b284-b9ff99adab3c&mac_address=fa%3A16%3A3e%3A2f%3Af3%3A05 => generated 1196 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:32:18.799 7 INFO neutron.db.l3_db [None req-09d8881f-7972-49c7-939a-dcd61142458e 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] Floating IP 03f84f21-c858-4f13-a022-23140de17ff2 associated. External IP: 10.96.250.212, port: 561c32ce-7e6a-45c2-be84-62620f95b43d. [pid: 7|app: 0|req: 1397/2570] 10.0.0.47 () {34 vars in 676 bytes} [Thu Jun 18 10:32:17 2026] POST /v2.0/floatingips => generated 855 bytes in 1153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:32:19.194 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a5a88a8-aef0-4326-bd95-d36345b087a6'] response: {'name': 'network-changed', 'server_uuid': '3b6434b5-d1a4-4fa5-a156-bd4e87b55012', 'tag': '561c32ce-7e6a-45c2-be84-62620f95b43d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1174/2571] 10.0.0.253 () {34 vars in 1092 bytes} [Thu Jun 18 10:32:19 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-44098746&fields=id&tenant_id=2b34d29e9b83474891f67dba83ac57ab => generated 69 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2572] 10.0.0.253 () {34 vars in 982 bytes} [Thu Jun 18 10:32:19 2026] GET /v2.0/networks?id=8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4 => generated 705 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2573] 10.0.0.253 () {34 vars in 965 bytes} [Thu Jun 18 10:32:19 2026] GET /v2.0/quotas/2b34d29e9b83474891f67dba83ac57ab => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2574] 10.0.0.253 () {34 vars in 1002 bytes} [Thu Jun 18 10:32:19 2026] GET /v2.0/ports?tenant_id=2b34d29e9b83474891f67dba83ac57ab&fields=id => generated 333 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2575] 10.0.0.253 () {34 vars in 1008 bytes} [Thu Jun 18 10:32:19 2026] GET /v2.0/networks/8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2576] 10.0.0.253 () {34 vars in 1108 bytes} [Thu Jun 18 10:32:19 2026] GET /v2.0/networks/8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4?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: 1177/2577] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:32:19 2026] GET /v2.0/ports?tenant_id=2b34d29e9b83474891f67dba83ac57ab&device_id=3b6434b5-d1a4-4fa5-a156-bd4e87b55012 => generated 1465 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2578] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:32:19 2026] GET /v2.0/networks?id=6a3a4c6d-0802-4c38-b284-b9ff99adab3c => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2579] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:32:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.100&port_id=561c32ce-7e6a-45c2-be84-62620f95b43d => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2580] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:32:19 2026] GET /v2.0/ports?device_id=19ff57bf-5fbb-40d1-8ec1-7f5e5703f73e => 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: 1179/2581] 199.204.45.113 () {34 vars in 1102 bytes} [Thu Jun 18 10:32:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A66&port_id=561c32ce-7e6a-45c2-be84-62620f95b43d => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2582] 199.204.45.113 () {34 vars in 1064 bytes} [Thu Jun 18 10:32:19 2026] GET /v2.0/subnets?id=2ba52f45-ad25-422a-a265-98f80f3cbcd4&id=8b501df5-0aa5-4472-856a-d6e68d1d4a88 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2583] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:32:19 2026] GET /v2.0/ports?network_id=6a3a4c6d-0802-4c38-b284-b9ff99adab3c&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2584] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:32:19 2026] GET /v2.0/ports?network_id=6a3a4c6d-0802-4c38-b284-b9ff99adab3c&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2585] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:32:20 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c?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: 1405/2586] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:32:20 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c?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-06-18 10:32:21.327 8 INFO neutron.db.segments_db [None req-50177025-305d-403f-aff2-2a6b9e40a134 815c0a6858514fe798f685f208fd1180 7af714144349492d9da69261bb84bc99 - - default default] Added segment bc00e4ec-5775-4789-a26d-527a40f79195 of type vxlan for network b62c3edd-1252-4b6f-be41-6d97dfee8c43 2026-06-18 10:32:21.628 8 INFO neutron.db.l3_hamode_db [None req-50177025-305d-403f-aff2-2a6b9e40a134 815c0a6858514fe798f685f208fd1180 7af714144349492d9da69261bb84bc99 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 10:32:21.748 8 INFO neutron.db.l3_hamode_db [None req-50177025-305d-403f-aff2-2a6b9e40a134 815c0a6858514fe798f685f208fd1180 7af714144349492d9da69261bb84bc99 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1182/2587] 10.0.0.47 () {34 vars in 667 bytes} [Thu Jun 18 10:32:21 2026] POST /v2.0/routers => generated 474 bytes in 1173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:32:22.423 7 INFO neutron.db.l3_hamode_db [None req-5c5dde98-4bc4-4988-9132-735df2e62c77 815c0a6858514fe798f685f208fd1180 7af714144349492d9da69261bb84bc99 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 10:32:22.547 7 INFO neutron.db.l3_hamode_db [None req-5c5dde98-4bc4-4988-9132-735df2e62c77 815c0a6858514fe798f685f208fd1180 7af714144349492d9da69261bb84bc99 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1406/2588] 10.0.0.47 () {34 vars in 667 bytes} [Thu Jun 18 10:32:22 2026] POST /v2.0/routers => generated 474 bytes in 706 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:32:23.123 8 INFO neutron.db.l3_hamode_db [None req-083cd2e5-6e27-4081-bdf7-7fc2eeedcffa 815c0a6858514fe798f685f208fd1180 7af714144349492d9da69261bb84bc99 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 10:32:23.251 8 INFO neutron.db.l3_hamode_db [None req-083cd2e5-6e27-4081-bdf7-7fc2eeedcffa 815c0a6858514fe798f685f208fd1180 7af714144349492d9da69261bb84bc99 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1183/2589] 10.0.0.47 () {34 vars in 667 bytes} [Thu Jun 18 10:32:23 2026] POST /v2.0/routers => generated 474 bytes in 785 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:32:23.920 7 INFO neutron.db.l3_hamode_db [None req-9f378c22-ade5-4824-9073-99b5af2ea941 815c0a6858514fe798f685f208fd1180 7af714144349492d9da69261bb84bc99 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 10:32:24.038 7 INFO neutron.db.l3_hamode_db [None req-9f378c22-ade5-4824-9073-99b5af2ea941 815c0a6858514fe798f685f208fd1180 7af714144349492d9da69261bb84bc99 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1184/2590] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:32:24 2026] GET /v2.0/networks?id=8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4 => generated 705 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2591] 199.204.45.113 () {34 vars in 1050 bytes} [Thu Jun 18 10:32:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2b34d29e9b83474891f67dba83ac57ab => generated 177 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2592] 199.204.45.113 () {38 vars in 955 bytes} [Thu Jun 18 10:32:24 2026] POST /v2.0/ports => generated 1187 bytes in 444 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: 1407/2593] 10.0.0.47 () {34 vars in 667 bytes} [Thu Jun 18 10:32:23 2026] POST /v2.0/routers => generated 474 bytes in 857 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:32:24.777 7 INFO neutron.db.l3_hamode_db [None req-bbcc0461-d221-4bea-bfde-44c93599aaa9 815c0a6858514fe798f685f208fd1180 7af714144349492d9da69261bb84bc99 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 10:32:24.896 7 INFO neutron.db.l3_hamode_db [None req-bbcc0461-d221-4bea-bfde-44c93599aaa9 815c0a6858514fe798f685f208fd1180 7af714144349492d9da69261bb84bc99 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1187/2594] 199.204.45.113 () {38 vars in 1028 bytes} [Thu Jun 18 10:32:24 2026] PUT /v2.0/ports/d26ae169-d6a0-42c1-87b4-f8fbce25a506 => generated 1468 bytes in 514 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:32:25.274 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6c19a91-8fd9-4379-b19a-979c9deefdda'] response: {'name': 'network-changed', 'server_uuid': '19ff57bf-5fbb-40d1-8ec1-7f5e5703f73e', 'tag': 'd26ae169-d6a0-42c1-87b4-f8fbce25a506', '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: 1188/2595] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:32:25 2026] GET /v2.0/ports?device_id=19ff57bf-5fbb-40d1-8ec1-7f5e5703f73e => generated 1202 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2596] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:32:25 2026] GET /v2.0/security-groups?id=5e085289-8c00-4f1c-b476-56b6445ef44b&fields=id&fields=name => generated 110 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2597] 10.0.0.47 () {34 vars in 667 bytes} [Thu Jun 18 10:32:24 2026] POST /v2.0/routers => generated 474 bytes in 741 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2598] 10.0.0.47 () {34 vars in 750 bytes} [Thu Jun 18 10:32:25 2026] PUT /v2.0/routers/2f185a51-d744-4d78-b12d-028c80208cf4/tags => generated 17 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2599] 10.0.0.47 () {34 vars in 750 bytes} [Thu Jun 18 10:32:25 2026] PUT /v2.0/routers/c09ad663-bd93-4b4f-86b5-d63a6859947f/tags => generated 25 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2600] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:32:25 2026] GET /v2.0/ports?tenant_id=2b34d29e9b83474891f67dba83ac57ab&device_id=19ff57bf-5fbb-40d1-8ec1-7f5e5703f73e => generated 1471 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2601] 10.0.0.47 () {34 vars in 750 bytes} [Thu Jun 18 10:32:25 2026] PUT /v2.0/routers/db364ff0-2732-4dd6-a49e-fb7065fbbac5/tags => generated 34 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2602] 199.204.45.113 () {34 vars in 1018 bytes} [Thu Jun 18 10:32:25 2026] GET /v2.0/networks?tenant_id=2b34d29e9b83474891f67dba83ac57ab&shared=False => generated 2375 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2603] 199.204.45.113 () {34 vars in 930 bytes} [Thu Jun 18 10:32:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2604] 10.0.0.47 () {34 vars in 750 bytes} [Thu Jun 18 10:32:25 2026] PUT /v2.0/routers/98d8d15c-2191-4bdf-ab0c-a61ed2eec359/tags => generated 19 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2605] 10.0.0.47 () {32 vars in 663 bytes} [Thu Jun 18 10:32:26 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2606] 10.0.0.47 () {32 vars in 677 bytes} [Thu Jun 18 10:32:26 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2607] 10.0.0.47 () {32 vars in 673 bytes} [Thu Jun 18 10:32:26 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2608] 10.0.0.47 () {32 vars in 685 bytes} [Thu Jun 18 10:32:26 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2609] 10.0.0.47 () {32 vars in 671 bytes} [Thu Jun 18 10:32:26 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2610] 10.0.0.47 () {32 vars in 685 bytes} [Thu Jun 18 10:32:26 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2611] 10.0.0.157 () {34 vars in 990 bytes} [Thu Jun 18 10:32:26 2026] GET /v2.0/ports?device_id=3b6434b5-d1a4-4fa5-a156-bd4e87b55012 => generated 1465 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2612] 10.0.0.157 () {34 vars in 1040 bytes} [Thu Jun 18 10:32:26 2026] GET /v2.0/security-groups?id=5e085289-8c00-4f1c-b476-56b6445ef44b&fields=id&fields=name => generated 110 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2613] 10.0.0.47 () {32 vars in 681 bytes} [Thu Jun 18 10:32:26 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2614] 10.0.0.47 () {32 vars in 693 bytes} [Thu Jun 18 10:32:26 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2615] 10.0.0.47 () {32 vars in 720 bytes} [Thu Jun 18 10:32:26 2026] GET /v2.0/routers/2f185a51-d744-4d78-b12d-028c80208cf4 => generated 485 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2616] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:32:26 2026] GET /v2.0/ports?tenant_id=2b34d29e9b83474891f67dba83ac57ab&device_id=19ff57bf-5fbb-40d1-8ec1-7f5e5703f73e => generated 1471 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2617] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:32:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.131&port_id=d26ae169-d6a0-42c1-87b4-f8fbce25a506 => 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: 1200/2618] 199.204.45.113 () {34 vars in 1106 bytes} [Thu Jun 18 10:32:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A130&port_id=d26ae169-d6a0-42c1-87b4-f8fbce25a506 => 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: 1201/2619] 199.204.45.113 () {34 vars in 1064 bytes} [Thu Jun 18 10:32:27 2026] GET /v2.0/subnets?id=f7dc70cd-3430-4da3-a8e3-f950bbe37973&id=eabfa2d4-01c3-412d-89a4-9fc1c532ea8e => generated 1414 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2620] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:32:27 2026] GET /v2.0/ports?network_id=8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2621] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:32:27 2026] GET /v2.0/ports?network_id=8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4&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: 8|app: 0|req: 1204/2622] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:32:27 2026] GET /v2.0/networks/8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4?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: 1205/2623] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:32:27 2026] GET /v2.0/networks/8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4?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: 1419/2624] 10.0.0.47 () {34 vars in 741 bytes} [Thu Jun 18 10:32:26 2026] PUT /v2.0/routers/2f185a51-d744-4d78-b12d-028c80208cf4 => generated 485 bytes in 564 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2625] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:32:27 2026] GET /v2.0/ports?device_id=2f185a51-d744-4d78-b12d-028c80208cf4 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:32:27.593 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc5ba406-d7e4-427d-88e2-b03162980940 815c0a6858514fe798f685f208fd1180 7af714144349492d9da69261bb84bc99 - - default default] TaaS: Handle Delete Port: a1d18ca6-efb5-4c36-b8a9-c27fa3dcf0c1 2026-06-18 10:32:27.602 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc5ba406-d7e4-427d-88e2-b03162980940 815c0a6858514fe798f685f208fd1180 7af714144349492d9da69261bb84bc99 - - default default] Tap Mirror: Handle Delete Port: a1d18ca6-efb5-4c36-b8a9-c27fa3dcf0c1 [pid: 7|app: 0|req: 1420/2628] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:32:27 2026] DELETE /v2.0/routers/2f185a51-d744-4d78-b12d-028c80208cf4 => generated 0 bytes in 413 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2629] 10.0.0.47 () {32 vars in 720 bytes} [Thu Jun 18 10:32:27 2026] GET /v2.0/routers/c09ad663-bd93-4b4f-86b5-d63a6859947f => generated 493 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2630] 10.0.0.47 () {34 vars in 741 bytes} [Thu Jun 18 10:32:27 2026] PUT /v2.0/routers/c09ad663-bd93-4b4f-86b5-d63a6859947f => generated 493 bytes in 1163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2631] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:32:29 2026] GET /v2.0/ports?device_id=c09ad663-bd93-4b4f-86b5-d63a6859947f => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:32:29.283 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ec48c46-32bd-4790-b6be-6d16a7a0e384 815c0a6858514fe798f685f208fd1180 7af714144349492d9da69261bb84bc99 - - default default] TaaS: Handle Delete Port: a1e73ccd-18a3-486d-89f8-d94384386063 2026-06-18 10:32:29.286 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ec48c46-32bd-4790-b6be-6d16a7a0e384 815c0a6858514fe798f685f208fd1180 7af714144349492d9da69261bb84bc99 - - default default] Tap Mirror: Handle Delete Port: a1e73ccd-18a3-486d-89f8-d94384386063 [pid: 7|app: 0|req: 1422/2632] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:32:29 2026] DELETE /v2.0/routers/c09ad663-bd93-4b4f-86b5-d63a6859947f => generated 0 bytes in 457 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2633] 10.0.0.47 () {32 vars in 720 bytes} [Thu Jun 18 10:32:29 2026] GET /v2.0/routers/db364ff0-2732-4dd6-a49e-fb7065fbbac5 => generated 502 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2634] 10.0.0.47 () {34 vars in 741 bytes} [Thu Jun 18 10:32:29 2026] PUT /v2.0/routers/db364ff0-2732-4dd6-a49e-fb7065fbbac5 => generated 502 bytes in 572 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2635] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:32:30 2026] GET /v2.0/ports?device_id=db364ff0-2732-4dd6-a49e-fb7065fbbac5 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:32:30.412 7 INFO neutron_taas.services.taas.taas_plugin [None req-007d7304-1639-4da7-be28-2e4ad9dea12a 815c0a6858514fe798f685f208fd1180 7af714144349492d9da69261bb84bc99 - - default default] TaaS: Handle Delete Port: 8ebd9acf-fd6d-44e1-9604-16789a49ec19 2026-06-18 10:32:30.416 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-007d7304-1639-4da7-be28-2e4ad9dea12a 815c0a6858514fe798f685f208fd1180 7af714144349492d9da69261bb84bc99 - - default default] Tap Mirror: Handle Delete Port: 8ebd9acf-fd6d-44e1-9604-16789a49ec19 [pid: 8|app: 0|req: 1213/2636] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:32:30 2026] GET /v2.0/ports?device_id=19ff57bf-5fbb-40d1-8ec1-7f5e5703f73e => generated 1204 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2637] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:32:30 2026] DELETE /v2.0/routers/db364ff0-2732-4dd6-a49e-fb7065fbbac5 => generated 0 bytes in 465 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2638] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:32:30 2026] GET /v2.0/security-groups?id=5e085289-8c00-4f1c-b476-56b6445ef44b&fields=id&fields=name => generated 110 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2639] 10.0.0.47 () {32 vars in 720 bytes} [Thu Jun 18 10:32:30 2026] GET /v2.0/routers/98d8d15c-2191-4bdf-ab0c-a61ed2eec359 => generated 487 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2640] 10.0.0.47 () {34 vars in 741 bytes} [Thu Jun 18 10:32:30 2026] PUT /v2.0/routers/98d8d15c-2191-4bdf-ab0c-a61ed2eec359 => generated 487 bytes in 597 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2641] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:32:31 2026] GET /v2.0/ports?device_id=98d8d15c-2191-4bdf-ab0c-a61ed2eec359 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:32:31.587 8 INFO neutron_taas.services.taas.taas_plugin [None req-87f3ac14-cf92-414c-b867-e87d3c86a986 815c0a6858514fe798f685f208fd1180 7af714144349492d9da69261bb84bc99 - - default default] TaaS: Handle Delete Port: 78b3dec6-2b1c-4691-b0f7-d1fb9e9ba0c0 2026-06-18 10:32:31.589 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87f3ac14-cf92-414c-b867-e87d3c86a986 815c0a6858514fe798f685f208fd1180 7af714144349492d9da69261bb84bc99 - - default default] Tap Mirror: Handle Delete Port: 78b3dec6-2b1c-4691-b0f7-d1fb9e9ba0c0 [pid: 8|app: 0|req: 1216/2642] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:32:31 2026] DELETE /v2.0/routers/98d8d15c-2191-4bdf-ab0c-a61ed2eec359 => generated 0 bytes in 453 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2643] 10.0.0.47 () {32 vars in 720 bytes} [Thu Jun 18 10:32:31 2026] GET /v2.0/routers/7ac7edaf-7041-438a-82e7-14fc9d869f75 => generated 480 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2644] 10.0.0.47 () {34 vars in 741 bytes} [Thu Jun 18 10:32:31 2026] PUT /v2.0/routers/7ac7edaf-7041-438a-82e7-14fc9d869f75 => generated 480 bytes in 588 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2645] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:32:32 2026] GET /v2.0/ports?device_id=7ac7edaf-7041-438a-82e7-14fc9d869f75 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:32:32.674 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d698c02-9728-420d-a303-85808d0f99ca 815c0a6858514fe798f685f208fd1180 7af714144349492d9da69261bb84bc99 - - default default] TaaS: Handle Delete Port: 40d83e4f-60c7-4627-98ee-d4f7d7a5416a 2026-06-18 10:32:32.677 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d698c02-9728-420d-a303-85808d0f99ca 815c0a6858514fe798f685f208fd1180 7af714144349492d9da69261bb84bc99 - - default default] Tap Mirror: Handle Delete Port: 40d83e4f-60c7-4627-98ee-d4f7d7a5416a 2026-06-18 10:32:33.072 8 INFO neutron.db.l3_hamode_db [None req-2d698c02-9728-420d-a303-85808d0f99ca 815c0a6858514fe798f685f208fd1180 7af714144349492d9da69261bb84bc99 - - default default] HA network b62c3edd-1252-4b6f-be41-6d97dfee8c43 was deleted as no HA routers are present in tenant 7af714144349492d9da69261bb84bc99. [pid: 8|app: 0|req: 1218/2646] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:32:32 2026] DELETE /v2.0/routers/7ac7edaf-7041-438a-82e7-14fc9d869f75 => generated 0 bytes in 580 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:32:33.155 8 INFO neutron.services.segments.plugin [-] Segment bc00e4ec-5775-4789-a26d-527a40f79195 resource provider aggregate not found 2026-06-18 10:32:33.171 8 INFO neutron.services.segments.plugin [-] Segment bc00e4ec-5775-4789-a26d-527a40f79195 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc00e4ec-5775-4789-a26d-527a40f79195 found for delete ", "request_id": "req-b72e4948-ca7a-4bc0-b04d-f2808280cc8e"}]} 2026-06-18 10:32:33.352 8 INFO neutron.services.segments.plugin [-] Segment bc00e4ec-5775-4789-a26d-527a40f79195 resource provider aggregate not found 2026-06-18 10:32:33.392 8 INFO neutron.services.segments.plugin [-] Segment bc00e4ec-5775-4789-a26d-527a40f79195 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc00e4ec-5775-4789-a26d-527a40f79195 found for delete ", "request_id": "req-45c29f05-d901-490d-9c77-5a4fc9c59fb6"}]} [pid: 7|app: 0|req: 1429/2647] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:32:33 2026] GET /v2.0/security-groups?tenant_id=1a43d820bd2b4cbaa8e6eaa413b72883&name=default => generated 2929 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2648] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:32:34 2026] DELETE /v2.0/security-groups/6cf54b45-1740-4b40-9a66-b0651f052ab2 => 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: 1430/2649] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:32:34 2026] GET /v2.0/security-groups?tenant_id=7af714144349492d9da69261bb84bc99&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2650] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:32:34 2026] DELETE /v2.0/security-groups/8eb5adf9-a171-44d5-83cb-15e0f1a383c8 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2651] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:32:34 2026] GET /v2.0/security-groups?tenant_id=32e7b8511408463093eb251b81b780f1&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2652] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:32:35 2026] DELETE /v2.0/security-groups/5b3c5031-52e0-4659-9825-4625060a3e57 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2653] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:32:35 2026] GET /v2.0/ports?device_id=19ff57bf-5fbb-40d1-8ec1-7f5e5703f73e => generated 1204 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2654] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:32:36 2026] GET /v2.0/security-groups?id=5e085289-8c00-4f1c-b476-56b6445ef44b&fields=id&fields=name => generated 110 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2655] 10.0.0.47 () {32 vars in 817 bytes} [Thu Jun 18 10:32:36 2026] GET /v2.0/ports?network_id=8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4&mac_address=fa%3A16%3A3e%3Aff%3Ad8%3A0a => generated 1204 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:32:37.002 8 INFO neutron.db.l3_db [None req-43176157-0c83-4db2-b24b-71e30c3f933b 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] Floating IP 9d299774-af97-462c-8433-2ed921c3a9da associated. External IP: 10.96.250.209, port: d26ae169-d6a0-42c1-87b4-f8fbce25a506. [pid: 8|app: 0|req: 1223/2656] 10.0.0.47 () {34 vars in 676 bytes} [Thu Jun 18 10:32:36 2026] POST /v2.0/floatingips => generated 855 bytes in 1250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 10:32:37.671 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d50a6497-b0e9-4857-9103-0446200ad509'] response: {'name': 'network-changed', 'server_uuid': '19ff57bf-5fbb-40d1-8ec1-7f5e5703f73e', 'tag': 'd26ae169-d6a0-42c1-87b4-f8fbce25a506', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1434/2657] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:32:38 2026] GET /v2.0/ports?tenant_id=2b34d29e9b83474891f67dba83ac57ab&device_id=19ff57bf-5fbb-40d1-8ec1-7f5e5703f73e => generated 1473 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2658] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:32:38 2026] GET /v2.0/networks?id=8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2659] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:32:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.131&port_id=d26ae169-d6a0-42c1-87b4-f8fbce25a506 => generated 858 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2660] 199.204.45.113 () {34 vars in 1106 bytes} [Thu Jun 18 10:32:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A130&port_id=d26ae169-d6a0-42c1-87b4-f8fbce25a506 => 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: 1436/2661] 199.204.45.113 () {34 vars in 1064 bytes} [Thu Jun 18 10:32:38 2026] GET /v2.0/subnets?id=f7dc70cd-3430-4da3-a8e3-f950bbe37973&id=eabfa2d4-01c3-412d-89a4-9fc1c532ea8e => generated 1414 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2662] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:32:38 2026] GET /v2.0/ports?network_id=8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2663] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:32:38 2026] GET /v2.0/ports?network_id=8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4&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: 8|app: 0|req: 1227/2664] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:32:38 2026] GET /v2.0/networks/8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2665] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:32:38 2026] GET /v2.0/networks/8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:32:40.857 8 INFO neutron.db.segments_db [None req-e8db5e91-70e8-4da0-b82e-061a095f6657 927a9ad3173d4b3685b06d54c4c8dbb7 e256991ad41747cb9e9535a06f73bc6b - - default default] Added segment c4d3fef7-a1b7-470a-8635-84c46d26580a of type vxlan for network e0af4247-1639-4b18-977f-8238693e9489 [pid: 8|app: 0|req: 1228/2666] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:32:40 2026] POST /v2.0/networks => generated 612 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2667] 10.0.0.47 () {34 vars in 663 bytes} [Thu Jun 18 10:32:40 2026] POST /v2.0/ports => generated 743 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2668] 10.0.0.47 () {34 vars in 665 bytes} [Thu Jun 18 10:32:41 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, ' 2026-06-18 10:32:41.495 7 INFO neutron.db.segments_db [None req-6de604f8-b355-4fb7-9413-a78019527bbc 927a9ad3173d4b3685b06d54c4c8dbb7 e256991ad41747cb9e9535a06f73bc6b - - default default] Added segment 2d7c7c19-c50f-464a-ab05-1e13aa2ef65b of type vxlan for network 9ba9d244-d29e-4266-adba-adf0c9bb78d2 [pid: 7|app: 0|req: 1440/2669] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:32:41 2026] POST /v2.0/networks => generated 613 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2670] 10.0.0.47 () {34 vars in 663 bytes} [Thu Jun 18 10:32:41 2026] POST /v2.0/ports => generated 743 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2671] 10.0.0.47 () {34 vars in 665 bytes} [Thu Jun 18 10:32:41 2026] POST /v2.0/trunks => generated 407 bytes in 173 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-06-18 10:32:42.139 8 INFO neutron.db.segments_db [None req-e6f46076-1c52-42e7-80ef-a1ab98d8d772 927a9ad3173d4b3685b06d54c4c8dbb7 e256991ad41747cb9e9535a06f73bc6b - - default default] Added segment dea698db-e259-4c56-b833-0296f6148a21 of type vxlan for network 6b4cda7d-b8cb-41da-bef4-ecf4f2321afa [pid: 8|app: 0|req: 1231/2672] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:32:42 2026] POST /v2.0/networks => generated 612 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2673] 10.0.0.47 () {34 vars in 663 bytes} [Thu Jun 18 10:32:42 2026] POST /v2.0/ports => generated 743 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2674] 10.0.0.47 () {34 vars in 665 bytes} [Thu Jun 18 10:32:42 2026] POST /v2.0/trunks => generated 407 bytes in 169 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-06-18 10:32:42.692 7 INFO neutron.db.segments_db [None req-9daa97df-e249-4151-a01d-fa91eedd7896 927a9ad3173d4b3685b06d54c4c8dbb7 e256991ad41747cb9e9535a06f73bc6b - - default default] Added segment afade1d6-79f4-4449-9cae-41efc54ecfa2 of type vxlan for network 499119a1-8b74-4b58-a326-90f0f70063ef [pid: 7|app: 0|req: 1443/2677] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:32:42 2026] POST /v2.0/networks => generated 613 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2678] 10.0.0.47 () {34 vars in 663 bytes} [Thu Jun 18 10:32:42 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: 1444/2679] 10.0.0.47 () {34 vars in 665 bytes} [Thu Jun 18 10:32:43 2026] POST /v2.0/trunks => generated 407 bytes in 127 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-06-18 10:32:43.245 8 INFO neutron.db.segments_db [None req-736d5f93-1240-41b0-bd13-0c51a6a1095d 927a9ad3173d4b3685b06d54c4c8dbb7 e256991ad41747cb9e9535a06f73bc6b - - default default] Added segment 7a1b0790-75c9-4863-a2ec-9bc808c50933 of type vxlan for network 06e6be9a-edf9-4598-96fb-33322ce08949 [pid: 8|app: 0|req: 1236/2680] 10.0.0.47 () {34 vars in 669 bytes} [Thu Jun 18 10:32:43 2026] POST /v2.0/networks => generated 612 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2681] 10.0.0.157 () {34 vars in 990 bytes} [Thu Jun 18 10:32:43 2026] GET /v2.0/ports?device_id=19ff57bf-5fbb-40d1-8ec1-7f5e5703f73e => generated 1473 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2682] 10.0.0.47 () {34 vars in 663 bytes} [Thu Jun 18 10:32:43 2026] POST /v2.0/ports => generated 743 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1238/2683] 10.0.0.157 () {34 vars in 1040 bytes} [Thu Jun 18 10:32:43 2026] GET /v2.0/security-groups?id=5e085289-8c00-4f1c-b476-56b6445ef44b&fields=id&fields=name => generated 110 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2684] 10.0.0.47 () {34 vars in 665 bytes} [Thu Jun 18 10:32:43 2026] POST /v2.0/trunks => generated 407 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2685] 10.0.0.47 () {34 vars in 748 bytes} [Thu Jun 18 10:32:43 2026] PUT /v2.0/trunks/061afaf0-3fd7-468c-bfe9-311fb4413de3/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: 1447/2686] 10.0.0.47 () {34 vars in 748 bytes} [Thu Jun 18 10:32:43 2026] PUT /v2.0/trunks/c545a67f-08f1-4e05-bb3b-4b46ed41f259/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: 1240/2687] 10.0.0.47 () {34 vars in 748 bytes} [Thu Jun 18 10:32:43 2026] PUT /v2.0/trunks/a6a993ca-6f23-4439-9778-3e76d6aef2f0/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2688] 10.0.0.47 () {34 vars in 748 bytes} [Thu Jun 18 10:32:43 2026] PUT /v2.0/trunks/aaeb2abf-3c4a-4beb-b342-ac0f4cd74337/tags => 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: 1241/2689] 10.0.0.47 () {32 vars in 661 bytes} [Thu Jun 18 10:32:43 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2690] 10.0.0.47 () {32 vars in 675 bytes} [Thu Jun 18 10:32:44 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: 1242/2691] 10.0.0.47 () {32 vars in 671 bytes} [Thu Jun 18 10:32:44 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2692] 10.0.0.47 () {32 vars in 683 bytes} [Thu Jun 18 10:32:44 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2693] 10.0.0.47 () {32 vars in 669 bytes} [Thu Jun 18 10:32:44 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2694] 10.0.0.47 () {32 vars in 683 bytes} [Thu Jun 18 10:32:44 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2695] 10.0.0.47 () {32 vars in 679 bytes} [Thu Jun 18 10:32:44 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2696] 10.0.0.47 () {32 vars in 691 bytes} [Thu Jun 18 10:32:44 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2697] 10.0.0.47 () {32 vars in 718 bytes} [Thu Jun 18 10:32:44 2026] GET /v2.0/trunks/061afaf0-3fd7-468c-bfe9-311fb4413de3 => generated 412 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2698] 10.0.0.47 () {32 vars in 716 bytes} [Thu Jun 18 10:32:44 2026] GET /v2.0/ports/f203fd71-faff-4479-9d50-edcc0db433b9 => generated 826 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2699] 10.0.0.47 () {32 vars in 721 bytes} [Thu Jun 18 10:32:44 2026] DELETE /v2.0/trunks/061afaf0-3fd7-468c-bfe9-311fb4413de3 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2700] 10.0.0.47 () {32 vars in 718 bytes} [Thu Jun 18 10:32:44 2026] GET /v2.0/trunks/c545a67f-08f1-4e05-bb3b-4b46ed41f259 => generated 420 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2701] 10.0.0.47 () {32 vars in 716 bytes} [Thu Jun 18 10:32:44 2026] GET /v2.0/ports/9b81b417-9ee0-4fd5-9ce3-86d944fa6347 => generated 826 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2702] 10.0.0.47 () {32 vars in 721 bytes} [Thu Jun 18 10:32:44 2026] DELETE /v2.0/trunks/c545a67f-08f1-4e05-bb3b-4b46ed41f259 => 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: 1248/2703] 10.0.0.47 () {32 vars in 718 bytes} [Thu Jun 18 10:32:44 2026] GET /v2.0/trunks/a6a993ca-6f23-4439-9778-3e76d6aef2f0 => generated 429 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2704] 10.0.0.47 () {32 vars in 716 bytes} [Thu Jun 18 10:32:44 2026] GET /v2.0/ports/8424aa6e-9e80-4ffa-8ca6-fc6eb27f0701 => generated 826 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2705] 10.0.0.47 () {32 vars in 721 bytes} [Thu Jun 18 10:32:44 2026] DELETE /v2.0/trunks/a6a993ca-6f23-4439-9778-3e76d6aef2f0 => 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: 1457/2706] 10.0.0.47 () {32 vars in 718 bytes} [Thu Jun 18 10:32:44 2026] GET /v2.0/trunks/aaeb2abf-3c4a-4beb-b342-ac0f4cd74337 => generated 414 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2707] 10.0.0.47 () {32 vars in 716 bytes} [Thu Jun 18 10:32:44 2026] GET /v2.0/ports/a393895e-f2d2-46d7-9da1-39f21ead7a8e => generated 826 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2708] 10.0.0.47 () {32 vars in 721 bytes} [Thu Jun 18 10:32:44 2026] DELETE /v2.0/trunks/aaeb2abf-3c4a-4beb-b342-ac0f4cd74337 => 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: 1251/2709] 10.0.0.47 () {32 vars in 718 bytes} [Thu Jun 18 10:32:44 2026] GET /v2.0/trunks/afb876bc-8c4c-48b3-a5fa-d92b93cf5f5a => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2710] 10.0.0.47 () {32 vars in 716 bytes} [Thu Jun 18 10:32:44 2026] GET /v2.0/ports/0b8b2f9a-945c-4a02-8ef8-a17be2900a5e => generated 826 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2711] 10.0.0.47 () {32 vars in 721 bytes} [Thu Jun 18 10:32:44 2026] DELETE /v2.0/trunks/afb876bc-8c4c-48b3-a5fa-d92b93cf5f5a => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:32:45.090 7 INFO neutron_taas.services.taas.taas_plugin [None req-33491e2d-18b0-45d5-8cd9-933fe3d37f92 927a9ad3173d4b3685b06d54c4c8dbb7 e256991ad41747cb9e9535a06f73bc6b - - default default] TaaS: Handle Delete Port: f203fd71-faff-4479-9d50-edcc0db433b9 2026-06-18 10:32:45.093 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33491e2d-18b0-45d5-8cd9-933fe3d37f92 927a9ad3173d4b3685b06d54c4c8dbb7 e256991ad41747cb9e9535a06f73bc6b - - default default] Tap Mirror: Handle Delete Port: f203fd71-faff-4479-9d50-edcc0db433b9 [pid: 7|app: 0|req: 1460/2712] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:32:45 2026] DELETE /v2.0/ports/f203fd71-faff-4479-9d50-edcc0db433b9 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:32:45.286 8 INFO neutron_taas.services.taas.taas_plugin [None req-109bb687-9bb0-45c8-ae31-28aa86c79767 927a9ad3173d4b3685b06d54c4c8dbb7 e256991ad41747cb9e9535a06f73bc6b - - default default] TaaS: Handle Delete Port: 9b81b417-9ee0-4fd5-9ce3-86d944fa6347 2026-06-18 10:32:45.289 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-109bb687-9bb0-45c8-ae31-28aa86c79767 927a9ad3173d4b3685b06d54c4c8dbb7 e256991ad41747cb9e9535a06f73bc6b - - default default] Tap Mirror: Handle Delete Port: 9b81b417-9ee0-4fd5-9ce3-86d944fa6347 [pid: 8|app: 0|req: 1253/2713] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:32:45 2026] DELETE /v2.0/ports/9b81b417-9ee0-4fd5-9ce3-86d944fa6347 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:32:45.469 7 INFO neutron_taas.services.taas.taas_plugin [None req-0ac5c49d-3b4a-49c8-b40a-354686b43ffe 927a9ad3173d4b3685b06d54c4c8dbb7 e256991ad41747cb9e9535a06f73bc6b - - default default] TaaS: Handle Delete Port: 8424aa6e-9e80-4ffa-8ca6-fc6eb27f0701 2026-06-18 10:32:45.473 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ac5c49d-3b4a-49c8-b40a-354686b43ffe 927a9ad3173d4b3685b06d54c4c8dbb7 e256991ad41747cb9e9535a06f73bc6b - - default default] Tap Mirror: Handle Delete Port: 8424aa6e-9e80-4ffa-8ca6-fc6eb27f0701 [pid: 7|app: 0|req: 1461/2714] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:32:45 2026] DELETE /v2.0/ports/8424aa6e-9e80-4ffa-8ca6-fc6eb27f0701 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:32:45.693 8 INFO neutron_taas.services.taas.taas_plugin [None req-f71b5d7b-d7e2-4b02-a693-c97f874f19f9 927a9ad3173d4b3685b06d54c4c8dbb7 e256991ad41747cb9e9535a06f73bc6b - - default default] TaaS: Handle Delete Port: a393895e-f2d2-46d7-9da1-39f21ead7a8e 2026-06-18 10:32:45.696 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f71b5d7b-d7e2-4b02-a693-c97f874f19f9 927a9ad3173d4b3685b06d54c4c8dbb7 e256991ad41747cb9e9535a06f73bc6b - - default default] Tap Mirror: Handle Delete Port: a393895e-f2d2-46d7-9da1-39f21ead7a8e [pid: 8|app: 0|req: 1254/2715] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:32:45 2026] DELETE /v2.0/ports/a393895e-f2d2-46d7-9da1-39f21ead7a8e => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:32:45.892 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5f691ec-8785-4638-9004-a6be88fca8c2 927a9ad3173d4b3685b06d54c4c8dbb7 e256991ad41747cb9e9535a06f73bc6b - - default default] TaaS: Handle Delete Port: 0b8b2f9a-945c-4a02-8ef8-a17be2900a5e 2026-06-18 10:32:45.896 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5f691ec-8785-4638-9004-a6be88fca8c2 927a9ad3173d4b3685b06d54c4c8dbb7 e256991ad41747cb9e9535a06f73bc6b - - default default] Tap Mirror: Handle Delete Port: 0b8b2f9a-945c-4a02-8ef8-a17be2900a5e [pid: 7|app: 0|req: 1462/2716] 10.0.0.47 () {32 vars in 719 bytes} [Thu Jun 18 10:32:45 2026] DELETE /v2.0/ports/0b8b2f9a-945c-4a02-8ef8-a17be2900a5e => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:32:46.106 8 INFO neutron.services.segments.plugin [-] Segment c4d3fef7-a1b7-470a-8635-84c46d26580a resource provider aggregate not found 2026-06-18 10:32:46.111 8 INFO neutron.services.segments.plugin [-] Segment c4d3fef7-a1b7-470a-8635-84c46d26580a resource provider aggregate not found 2026-06-18 10:32:46.129 8 INFO neutron.services.segments.plugin [-] Segment c4d3fef7-a1b7-470a-8635-84c46d26580a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4d3fef7-a1b7-470a-8635-84c46d26580a found for delete ", "request_id": "req-04e84919-d9a3-4db4-811f-9284b404f5f0"}]} 2026-06-18 10:32:46.130 8 INFO neutron.services.segments.plugin [-] Segment c4d3fef7-a1b7-470a-8635-84c46d26580a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4d3fef7-a1b7-470a-8635-84c46d26580a found for delete ", "request_id": "req-8ecd3d23-1b32-4b5a-9e1a-4c0ee9183bbd"}]} [pid: 8|app: 0|req: 1255/2717] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:32:45 2026] DELETE /v2.0/networks/e0af4247-1639-4b18-977f-8238693e9489 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2718] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:32:46 2026] DELETE /v2.0/networks/9ba9d244-d29e-4266-adba-adf0c9bb78d2 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:32:46.383 7 INFO neutron.services.segments.plugin [-] Segment 2d7c7c19-c50f-464a-ab05-1e13aa2ef65b resource provider aggregate not found 2026-06-18 10:32:46.387 7 INFO neutron.services.segments.plugin [-] Segment 2d7c7c19-c50f-464a-ab05-1e13aa2ef65b resource provider aggregate not found 2026-06-18 10:32:46.403 7 INFO neutron.services.segments.plugin [-] Segment 2d7c7c19-c50f-464a-ab05-1e13aa2ef65b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d7c7c19-c50f-464a-ab05-1e13aa2ef65b found for delete ", "request_id": "req-0b7bd927-3b85-4ea3-9be7-94683b7c93e6"}]} 2026-06-18 10:32:46.404 7 INFO neutron.services.segments.plugin [-] Segment 2d7c7c19-c50f-464a-ab05-1e13aa2ef65b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d7c7c19-c50f-464a-ab05-1e13aa2ef65b found for delete ", "request_id": "req-9b2b8c10-6762-40f5-ab74-91109b240e4a"}]} [pid: 8|app: 0|req: 1256/2719] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:32:46 2026] DELETE /v2.0/networks/6b4cda7d-b8cb-41da-bef4-ecf4f2321afa => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2720] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:32:46 2026] DELETE /v2.0/networks/499119a1-8b74-4b58-a326-90f0f70063ef => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2721] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:32:46 2026] DELETE /v2.0/networks/06e6be9a-edf9-4598-96fb-33322ce08949 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2722] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:32:47 2026] GET /v2.0/security-groups?tenant_id=a5a2a08905ae4ac4b2b97ff314046548&name=default => generated 2929 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2723] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:32:47 2026] DELETE /v2.0/security-groups/1db756fc-faa0-4ddd-bc41-8a917c13389e => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:32:48.158 8 INFO neutron.services.segments.plugin [-] Segment dea698db-e259-4c56-b833-0296f6148a21 resource provider aggregate not found 2026-06-18 10:32:48.166 8 INFO neutron.services.segments.plugin [-] Segment dea698db-e259-4c56-b833-0296f6148a21 resource provider aggregate not found [pid: 7|app: 0|req: 1466/2724] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:32:48 2026] GET /v2.0/security-groups?tenant_id=2bd46b08b760464d9df3f332748fe78f&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:32:48.186 8 INFO neutron.services.segments.plugin [-] Segment dea698db-e259-4c56-b833-0296f6148a21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dea698db-e259-4c56-b833-0296f6148a21 found for delete ", "request_id": "req-529ebd6a-5f0d-4d3f-99d4-ce27080e9090"}]} 2026-06-18 10:32:48.191 8 INFO neutron.services.segments.plugin [-] Segment dea698db-e259-4c56-b833-0296f6148a21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dea698db-e259-4c56-b833-0296f6148a21 found for delete ", "request_id": "req-a057487f-d81b-4983-9cbd-16f2e4aee816"}]} 2026-06-18 10:32:48.207 8 INFO neutron.services.segments.plugin [-] Segment 7a1b0790-75c9-4863-a2ec-9bc808c50933 resource provider aggregate not found 2026-06-18 10:32:48.217 8 INFO neutron.services.segments.plugin [-] Segment 7a1b0790-75c9-4863-a2ec-9bc808c50933 resource provider aggregate not found 2026-06-18 10:32:48.224 8 INFO neutron.services.segments.plugin [-] Segment 7a1b0790-75c9-4863-a2ec-9bc808c50933 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a1b0790-75c9-4863-a2ec-9bc808c50933 found for delete ", "request_id": "req-90e5520f-e7f6-4808-acff-3a268d786740"}]} 2026-06-18 10:32:48.242 8 INFO neutron.services.segments.plugin [-] Segment 7a1b0790-75c9-4863-a2ec-9bc808c50933 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a1b0790-75c9-4863-a2ec-9bc808c50933 found for delete ", "request_id": "req-d08871ba-8200-48be-b5d1-8c796ecd36ac"}]} [pid: 8|app: 0|req: 1259/2725] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:32:48 2026] DELETE /v2.0/security-groups/ec485831-d153-470d-8a31-7aab167a003d => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:32:48.422 7 INFO neutron.services.segments.plugin [-] Segment afade1d6-79f4-4449-9cae-41efc54ecfa2 resource provider aggregate not found 2026-06-18 10:32:48.427 7 INFO neutron.services.segments.plugin [-] Segment afade1d6-79f4-4449-9cae-41efc54ecfa2 resource provider aggregate not found 2026-06-18 10:32:48.445 7 INFO neutron.services.segments.plugin [-] Segment afade1d6-79f4-4449-9cae-41efc54ecfa2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afade1d6-79f4-4449-9cae-41efc54ecfa2 found for delete ", "request_id": "req-ef620d33-e7a7-4047-92c6-c304bcbd7e0b"}]} 2026-06-18 10:32:48.446 7 INFO neutron.services.segments.plugin [-] Segment afade1d6-79f4-4449-9cae-41efc54ecfa2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afade1d6-79f4-4449-9cae-41efc54ecfa2 found for delete ", "request_id": "req-0822cdbf-7b01-4496-9c1f-d658bc9f7164"}]} [pid: 7|app: 0|req: 1467/2726] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:32:48 2026] GET /v2.0/security-groups?tenant_id=e256991ad41747cb9e9535a06f73bc6b&name=default => generated 2929 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2727] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:32:48 2026] DELETE /v2.0/security-groups/4fed8633-001d-4a76-ac08-b79b1a1dbfeb => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:32:52.063 7 INFO neutron.db.segments_db [None req-b18a0da6-7bb8-470d-91c8-b77efe01288f b97223913b3443e6a445f6b84e8ab1c8 440137fc01154acfb5b3e03ff92861a6 - - default default] Added segment b1f32f39-aaee-4a24-96fd-89b6f207ae90 of type vxlan for network 13340f04-0141-42c6-8007-559dc91f112b 2026-06-18 10:32:52.308 7 INFO neutron.db.l3_hamode_db [None req-b18a0da6-7bb8-470d-91c8-b77efe01288f b97223913b3443e6a445f6b84e8ab1c8 440137fc01154acfb5b3e03ff92861a6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 10:32:52.432 7 INFO neutron.db.l3_hamode_db [None req-b18a0da6-7bb8-470d-91c8-b77efe01288f b97223913b3443e6a445f6b84e8ab1c8 440137fc01154acfb5b3e03ff92861a6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1468/2728] 10.0.0.47 () {34 vars in 667 bytes} [Thu Jun 18 10:32:51 2026] POST /v2.0/routers => generated 474 bytes in 1110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2729] 10.0.0.47 () {34 vars in 750 bytes} [Thu Jun 18 10:32:53 2026] PUT /v2.0/routers/1101d054-ef64-4194-a2d8-23a7777e6ff9/tags => generated 25 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2730] 10.0.0.47 () {32 vars in 730 bytes} [Thu Jun 18 10:32:53 2026] GET /v2.0/routers/1101d054-ef64-4194-a2d8-23a7777e6ff9/tags => generated 25 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2731] 10.0.0.47 () {34 vars in 761 bytes} [Thu Jun 18 10:32:53 2026] PUT /v2.0/routers/1101d054-ef64-4194-a2d8-23a7777e6ff9/tags/green => generated 4 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2732] 10.0.0.47 () {32 vars in 730 bytes} [Thu Jun 18 10:32:53 2026] GET /v2.0/routers/1101d054-ef64-4194-a2d8-23a7777e6ff9/tags => generated 34 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2733] 10.0.0.47 () {34 vars in 757 bytes} [Thu Jun 18 10:32:53 2026] PUT /v2.0/routers/1101d054-ef64-4194-a2d8-23a7777e6ff9/tags/red => generated 4 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2734] 10.0.0.47 () {32 vars in 730 bytes} [Thu Jun 18 10:32:53 2026] GET /v2.0/routers/1101d054-ef64-4194-a2d8-23a7777e6ff9/tags => generated 34 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2735] 10.0.0.47 () {34 vars in 779 bytes} [Thu Jun 18 10:32:53 2026] PUT /v2.0/routers/1101d054-ef64-4194-a2d8-23a7777e6ff9/tags/black.or.white => generated 4 bytes in 579 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2736] 10.0.0.47 () {32 vars in 730 bytes} [Thu Jun 18 10:32:54 2026] GET /v2.0/routers/1101d054-ef64-4194-a2d8-23a7777e6ff9/tags => generated 52 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2737] 10.0.0.47 () {34 vars in 750 bytes} [Thu Jun 18 10:32:54 2026] PUT /v2.0/routers/1101d054-ef64-4194-a2d8-23a7777e6ff9/tags => generated 37 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2738] 10.0.0.47 () {32 vars in 730 bytes} [Thu Jun 18 10:32:54 2026] GET /v2.0/routers/1101d054-ef64-4194-a2d8-23a7777e6ff9/tags => generated 37 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2739] 10.0.0.47 () {32 vars in 738 bytes} [Thu Jun 18 10:32:54 2026] GET /v2.0/routers/1101d054-ef64-4194-a2d8-23a7777e6ff9/tags/red => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:32:54.916 7 INFO neutron.api.v2.resource [None req-ef03e9c9-32f8-4bdf-8de9-5109b8150e2a b97223913b3443e6a445f6b84e8ab1c8 440137fc01154acfb5b3e03ff92861a6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1474/2740] 10.0.0.47 () {32 vars in 742 bytes} [Thu Jun 18 10:32:54 2026] GET /v2.0/routers/1101d054-ef64-4194-a2d8-23a7777e6ff9/tags/green => generated 99 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2741] 10.0.0.47 () {32 vars in 741 bytes} [Thu Jun 18 10:32:54 2026] DELETE /v2.0/routers/1101d054-ef64-4194-a2d8-23a7777e6ff9/tags/red => 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: 1475/2742] 10.0.0.47 () {32 vars in 730 bytes} [Thu Jun 18 10:32:55 2026] GET /v2.0/routers/1101d054-ef64-4194-a2d8-23a7777e6ff9/tags => generated 30 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:32:55.258 8 INFO neutron.api.v2.resource [None req-f66a08fc-8505-427c-b941-f2c28f971e44 b97223913b3443e6a445f6b84e8ab1c8 440137fc01154acfb5b3e03ff92861a6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1268/2743] 10.0.0.47 () {32 vars in 745 bytes} [Thu Jun 18 10:32:55 2026] DELETE /v2.0/routers/1101d054-ef64-4194-a2d8-23a7777e6ff9/tags/green => generated 99 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2744] 10.0.0.47 () {32 vars in 733 bytes} [Thu Jun 18 10:32:55 2026] DELETE /v2.0/routers/1101d054-ef64-4194-a2d8-23a7777e6ff9/tags => 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: 1269/2745] 10.0.0.47 () {32 vars in 730 bytes} [Thu Jun 18 10:32:55 2026] GET /v2.0/routers/1101d054-ef64-4194-a2d8-23a7777e6ff9/tags => generated 12 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2746] 10.0.0.47 () {32 vars in 720 bytes} [Thu Jun 18 10:32:55 2026] GET /v2.0/routers/1101d054-ef64-4194-a2d8-23a7777e6ff9 => generated 480 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2747] 10.0.0.47 () {34 vars in 741 bytes} [Thu Jun 18 10:32:55 2026] PUT /v2.0/routers/1101d054-ef64-4194-a2d8-23a7777e6ff9 => generated 480 bytes in 515 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2748] 10.0.0.47 () {32 vars in 735 bytes} [Thu Jun 18 10:32:56 2026] GET /v2.0/ports?device_id=1101d054-ef64-4194-a2d8-23a7777e6ff9 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:32:56.300 8 INFO neutron_taas.services.taas.taas_plugin [None req-cc1b5ed9-4dab-46cd-97b5-f4aab52e977e b97223913b3443e6a445f6b84e8ab1c8 440137fc01154acfb5b3e03ff92861a6 - - default default] TaaS: Handle Delete Port: 6c07a491-aabf-48ff-bee4-58fff38883dd 2026-06-18 10:32:56.303 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc1b5ed9-4dab-46cd-97b5-f4aab52e977e b97223913b3443e6a445f6b84e8ab1c8 440137fc01154acfb5b3e03ff92861a6 - - default default] Tap Mirror: Handle Delete Port: 6c07a491-aabf-48ff-bee4-58fff38883dd 2026-06-18 10:32:56.676 8 INFO neutron.services.segments.plugin [-] Segment b1f32f39-aaee-4a24-96fd-89b6f207ae90 resource provider aggregate not found 2026-06-18 10:32:56.685 8 INFO neutron.services.segments.plugin [-] Segment b1f32f39-aaee-4a24-96fd-89b6f207ae90 resource provider aggregate not found 2026-06-18 10:32:56.708 8 INFO neutron.services.segments.plugin [-] Segment b1f32f39-aaee-4a24-96fd-89b6f207ae90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1f32f39-aaee-4a24-96fd-89b6f207ae90 found for delete ", "request_id": "req-9579bbaf-3e30-4674-9f8d-b68fac19dd19"}]} 2026-06-18 10:32:56.708 8 INFO neutron.services.segments.plugin [-] Segment b1f32f39-aaee-4a24-96fd-89b6f207ae90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1f32f39-aaee-4a24-96fd-89b6f207ae90 found for delete ", "request_id": "req-8301f0fe-4433-4a1c-aa09-b14ddee820cc"}]} 2026-06-18 10:32:56.719 8 INFO neutron.db.l3_hamode_db [None req-cc1b5ed9-4dab-46cd-97b5-f4aab52e977e b97223913b3443e6a445f6b84e8ab1c8 440137fc01154acfb5b3e03ff92861a6 - - default default] HA network 13340f04-0141-42c6-8007-559dc91f112b was deleted as no HA routers are present in tenant 440137fc01154acfb5b3e03ff92861a6. [pid: 8|app: 0|req: 1271/2749] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:32:56 2026] DELETE /v2.0/routers/1101d054-ef64-4194-a2d8-23a7777e6ff9 => generated 0 bytes in 595 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2750] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:32:57 2026] GET /v2.0/security-groups?tenant_id=c8393f964e5645999677213dbad1ff5f&name=default => generated 2929 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2753] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:32:57 2026] DELETE /v2.0/security-groups/f33586a8-951f-41d1-a98f-8853e8896740 => 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: 1482/2754] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:32:57 2026] GET /v2.0/security-groups?tenant_id=440137fc01154acfb5b3e03ff92861a6&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: 1273/2755] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:32:57 2026] DELETE /v2.0/security-groups/9a776a55-6aaa-4e8c-9f87-23d475d03ff5 => 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: 1483/2756] 10.0.0.47 () {32 vars in 720 bytes} [Thu Jun 18 10:32:59 2026] GET /v2.0/subnets/ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 675 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2757] 10.0.0.56 () {30 vars in 689 bytes} [Thu Jun 18 10:33:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2758] 10.0.0.56 () {30 vars in 691 bytes} [Thu Jun 18 10:33:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2759] 10.0.0.56 () {30 vars in 667 bytes} [Thu Jun 18 10:33:00 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: 1485/2760] 10.0.0.56 () {30 vars in 703 bytes} [Thu Jun 18 10:33:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2761] 10.0.0.56 () {28 vars in 438 bytes} [Thu Jun 18 10:33:01 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: 1486/2762] 10.0.0.56 () {30 vars in 727 bytes} [Thu Jun 18 10:33:01 2026] GET /v2.0/subnets/ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 657 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2763] 10.0.0.56 () {30 vars in 689 bytes} [Thu Jun 18 10:33:01 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: 1487/2764] 10.0.0.56 () {30 vars in 691 bytes} [Thu Jun 18 10:33: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: 1278/2765] 10.0.0.56 () {30 vars in 667 bytes} [Thu Jun 18 10:33: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: 1488/2766] 10.0.0.56 () {30 vars in 703 bytes} [Thu Jun 18 10:33:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2767] 10.0.0.56 () {30 vars in 727 bytes} [Thu Jun 18 10:33:01 2026] GET /v2.0/subnets/ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2768] 10.0.0.56 () {30 vars in 689 bytes} [Thu Jun 18 10:33:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2769] 10.0.0.56 () {30 vars in 691 bytes} [Thu Jun 18 10:33: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: 7|app: 0|req: 1490/2770] 10.0.0.56 () {30 vars in 667 bytes} [Thu Jun 18 10:33:01 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: 1281/2771] 10.0.0.56 () {30 vars in 703 bytes} [Thu Jun 18 10:33: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: 7|app: 0|req: 1491/2772] 10.0.0.56 () {30 vars in 729 bytes} [Thu Jun 18 10:33:01 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2773] 10.0.0.56 () {30 vars in 681 bytes} [Thu Jun 18 10:33:01 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2774] 10.0.0.56 () {34 vars in 703 bytes} [Thu Jun 18 10:33:01 2026] POST /v2.0/ports => generated 1132 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2775] 199.204.45.113 () {30 vars in 703 bytes} [Thu Jun 18 10:33:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1493/2776] 199.204.45.113 () {30 vars in 705 bytes} [Thu Jun 18 10:33:04 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: 1284/2777] 199.204.45.113 () {30 vars in 681 bytes} [Thu Jun 18 10:33:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2778] 199.204.45.113 () {30 vars in 717 bytes} [Thu Jun 18 10:33:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2779] 199.204.45.113 () {30 vars in 737 bytes} [Thu Jun 18 10:33:04 2026] GET /v2.0/ports/6ef4328b-25a5-4b92-a9b4-e6e4580eb0bc => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2780] 199.204.45.113 () {30 vars in 703 bytes} [Thu Jun 18 10:33:05 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: 1286/2781] 199.204.45.113 () {30 vars in 705 bytes} [Thu Jun 18 10:33:05 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: 1496/2782] 199.204.45.113 () {30 vars in 681 bytes} [Thu Jun 18 10:33:05 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: 1287/2783] 199.204.45.113 () {30 vars in 717 bytes} [Thu Jun 18 10:33:05 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-06-18 10:33:05.220 7 INFO neutron.api.v2.resource [None req-b860619e-33ec-401b-a812-7a74aabc2533 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1497/2784] 199.204.45.113 () {30 vars in 763 bytes} [Thu Jun 18 10:33:05 2026] GET /v2.0/security-groups/lb-3024c682-d819-4653-b4df-aaf78173faa1 => 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: 1288/2785] 199.204.45.113 () {30 vars in 785 bytes} [Thu Jun 18 10:33:05 2026] GET /v2.0/security-groups?name=lb-3024c682-d819-4653-b4df-aaf78173faa1 => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2786] 199.204.45.113 () {34 vars in 736 bytes} [Thu Jun 18 10:33:05 2026] POST /v2.0/security-groups => generated 1638 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2787] 199.204.45.113 () {30 vars in 815 bytes} [Thu Jun 18 10:33:05 2026] GET /v2.0/security-group-rules?security_group_id=5d447519-a686-4079-a7b2-e4d8d362ff33 => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2788] 199.204.45.113 () {34 vars in 789 bytes} [Thu Jun 18 10:33:05 2026] PUT /v2.0/ports/6ef4328b-25a5-4b92-a9b4-e6e4580eb0bc => generated 1132 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2789] 199.204.45.113 () {30 vars in 703 bytes} [Thu Jun 18 10:33:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1500/2790] 199.204.45.113 () {30 vars in 705 bytes} [Thu Jun 18 10:33:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2791] 199.204.45.113 () {30 vars in 681 bytes} [Thu Jun 18 10:33:05 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: 1501/2792] 199.204.45.113 () {30 vars in 717 bytes} [Thu Jun 18 10:33:05 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: 1292/2793] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:33:05 2026] GET /v2.0/subnets/ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2796] 10.0.0.253 () {34 vars in 1016 bytes} [Thu Jun 18 10:33:13 2026] GET /v2.0/security-groups?id=74d7d6e7-1eb2-421e-a20a-a9f3b5f71768&fields=id => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2797] 10.0.0.253 () {34 vars in 982 bytes} [Thu Jun 18 10:33:13 2026] GET /v2.0/networks?id=873960a2-65c8-4f44-8070-4fe35a211277 => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2798] 10.0.0.253 () {34 vars in 965 bytes} [Thu Jun 18 10:33:13 2026] GET /v2.0/quotas/9394a2928302458c9168f406963dd31b => 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: 1504/2799] 10.0.0.253 () {34 vars in 1002 bytes} [Thu Jun 18 10:33:13 2026] GET /v2.0/ports?tenant_id=9394a2928302458c9168f406963dd31b&fields=id => generated 149 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2800] 10.0.0.253 () {34 vars in 1008 bytes} [Thu Jun 18 10:33:13 2026] GET /v2.0/networks/873960a2-65c8-4f44-8070-4fe35a211277?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2801] 10.0.0.253 () {34 vars in 1108 bytes} [Thu Jun 18 10:33:13 2026] GET /v2.0/networks/873960a2-65c8-4f44-8070-4fe35a211277?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2802] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:33:13 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => 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: 1506/2803] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:33:13 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => 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: 1298/2804] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:33:16 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2805] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:33:17 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => 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: 1299/2806] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:33:18 2026] GET /v2.0/networks?id=873960a2-65c8-4f44-8070-4fe35a211277 => generated 735 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2807] 199.204.45.113 () {34 vars in 1050 bytes} [Thu Jun 18 10:33:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9394a2928302458c9168f406963dd31b => generated 343 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2808] 199.204.45.113 () {38 vars in 955 bytes} [Thu Jun 18 10:33:18 2026] POST /v2.0/ports => generated 1082 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2809] 199.204.45.113 () {38 vars in 1028 bytes} [Thu Jun 18 10:33:18 2026] PUT /v2.0/ports/6b58f1b7-323f-4468-939d-cb41b358b996 => generated 1243 bytes in 524 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:33:19.213 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b9724c0-b116-4012-9bd7-051664984454'] response: {'name': 'network-changed', 'server_uuid': 'abc58928-cfba-43a1-b685-eb7ef43709c0', 'tag': '6b58f1b7-323f-4468-939d-cb41b358b996', '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: 1301/2810] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:33:19 2026] GET /v2.0/ports?tenant_id=9394a2928302458c9168f406963dd31b&device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1510/2811] 199.204.45.113 () {34 vars in 1018 bytes} [Thu Jun 18 10:33:19 2026] GET /v2.0/networks?tenant_id=9394a2928302458c9168f406963dd31b&shared=False => generated 735 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2812] 199.204.45.113 () {34 vars in 930 bytes} [Thu Jun 18 10:33:19 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: 7|app: 0|req: 1511/2813] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:33:20 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2814] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:33:20 2026] GET /v2.0/security-groups?id=74d7d6e7-1eb2-421e-a20a-a9f3b5f71768&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2815] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:33:20 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2816] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:33:20 2026] GET /v2.0/ports?tenant_id=9394a2928302458c9168f406963dd31b&device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2817] 199.204.45.113 () {34 vars in 1062 bytes} [Thu Jun 18 10:33:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.124&port_id=6b58f1b7-323f-4468-939d-cb41b358b996 => 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: 1305/2818] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:33:20 2026] GET /v2.0/subnets?id=1af4883d-469d-478f-96df-b3707b390572 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2819] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:33:21 2026] GET /v2.0/ports?network_id=873960a2-65c8-4f44-8070-4fe35a211277&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2820] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:33:21 2026] GET /v2.0/networks/873960a2-65c8-4f44-8070-4fe35a211277?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2821] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:33:21 2026] GET /v2.0/networks/873960a2-65c8-4f44-8070-4fe35a211277?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: 1307/2822] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:33:24 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 1246 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2823] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:33:24 2026] GET /v2.0/security-groups?id=74d7d6e7-1eb2-421e-a20a-a9f3b5f71768&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2824] 199.204.45.113 () {34 vars in 994 bytes} [Thu Jun 18 10:33:24 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2825] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:33:24 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2826] 199.204.45.113 () {34 vars in 1044 bytes} [Thu Jun 18 10:33:24 2026] GET /v2.0/security-groups?id=74d7d6e7-1eb2-421e-a20a-a9f3b5f71768&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2829] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:33:29 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 1248 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2830] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:33:29 2026] GET /v2.0/security-groups?id=74d7d6e7-1eb2-421e-a20a-a9f3b5f71768&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2831] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:33:29 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2836] 199.204.45.113 () {30 vars in 703 bytes} [Thu Jun 18 10:34:05 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: 1523/2837] 199.204.45.113 () {30 vars in 705 bytes} [Thu Jun 18 10:34:05 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: 1315/2838] 199.204.45.113 () {30 vars in 681 bytes} [Thu Jun 18 10:34:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2839] 199.204.45.113 () {30 vars in 717 bytes} [Thu Jun 18 10:34:05 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: 1316/2840] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:34:05 2026] GET /v2.0/subnets/ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2841] 199.204.45.113 () {30 vars in 769 bytes} [Thu Jun 18 10:34:05 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2842] 199.204.45.113 () {34 vars in 717 bytes} [Thu Jun 18 10:34:06 2026] POST /v2.0/ports => generated 1059 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2843] 10.0.0.253 () {34 vars in 971 bytes} [Thu Jun 18 10:34:06 2026] GET /v2.0/ports/3201f80f-95c7-4ac6-9d57-40657fdf4d40 => generated 1059 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2844] 10.0.0.253 () {34 vars in 907 bytes} [Thu Jun 18 10:34:06 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2845] 199.204.45.113 () {34 vars in 1262 bytes} [Thu Jun 18 10:34:07 2026] GET /v2.0/ports/3201f80f-95c7-4ac6-9d57-40657fdf4d40?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2846] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:34:07 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2847] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:34:07 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d?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: 1320/2848] 199.204.45.113 () {34 vars in 975 bytes} [Thu Jun 18 10:34:08 2026] GET /v2.0/ports/3201f80f-95c7-4ac6-9d57-40657fdf4d40 => generated 1059 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2849] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:34:08 2026] GET /v2.0/networks?id=f84fb7f5-fdfb-4697-bad1-d833e2ec743d => generated 802 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2850] 199.204.45.113 () {38 vars in 1028 bytes} [Thu Jun 18 10:34:08 2026] PUT /v2.0/ports/3201f80f-95c7-4ac6-9d57-40657fdf4d40 => generated 1249 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:34:08.706 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-497d87b4-86a1-48f7-bd03-4c30aabe8c06'] response: {'name': 'network-changed', 'server_uuid': 'abc58928-cfba-43a1-b685-eb7ef43709c0', 'tag': '3201f80f-95c7-4ac6-9d57-40657fdf4d40', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1530/2851] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:34:09 2026] GET /v2.0/ports?tenant_id=9394a2928302458c9168f406963dd31b&device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 2489 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2852] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:34:09 2026] GET /v2.0/networks?id=f84fb7f5-fdfb-4697-bad1-d833e2ec743d => generated 802 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2853] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:34:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.133&port_id=3201f80f-95c7-4ac6-9d57-40657fdf4d40 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2854] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:34:09 2026] GET /v2.0/subnets?id=ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2855] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:34:09 2026] GET /v2.0/ports?network_id=f84fb7f5-fdfb-4697-bad1-d833e2ec743d&device_owner=network%3Adhcp => generated 1461 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2856] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:34:09 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2857] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:34:09 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2858] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:34:10 2026] GET /v2.0/ports?tenant_id=9394a2928302458c9168f406963dd31b&device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 2489 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2859] 199.204.45.113 () {34 vars in 1062 bytes} [Thu Jun 18 10:34:10 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.124&port_id=6b58f1b7-323f-4468-939d-cb41b358b996 => 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: 1326/2860] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:34:10 2026] GET /v2.0/subnets?id=1af4883d-469d-478f-96df-b3707b390572 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2861] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:34:10 2026] GET /v2.0/ports?network_id=873960a2-65c8-4f44-8070-4fe35a211277&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: 1327/2862] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:34:10 2026] GET /v2.0/networks/873960a2-65c8-4f44-8070-4fe35a211277?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: 1536/2863] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:34:10 2026] GET /v2.0/networks/873960a2-65c8-4f44-8070-4fe35a211277?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: 1328/2864] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:34:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.133&port_id=3201f80f-95c7-4ac6-9d57-40657fdf4d40 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2865] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:34:10 2026] GET /v2.0/subnets?id=ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2866] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:34:10 2026] GET /v2.0/ports?network_id=f84fb7f5-fdfb-4697-bad1-d833e2ec743d&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: 1538/2867] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:34:10 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2868] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:34:10 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d?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: 1540/2871] 10.0.0.253 () {34 vars in 971 bytes} [Thu Jun 18 10:34:15 2026] GET /v2.0/ports/3201f80f-95c7-4ac6-9d57-40657fdf4d40 => generated 1251 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2872] 199.204.45.113 () {34 vars in 789 bytes} [Thu Jun 18 10:34:15 2026] PUT /v2.0/ports/3201f80f-95c7-4ac6-9d57-40657fdf4d40 => generated 1276 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:34:15.361 7 INFO neutron.api.v2.resource [None req-f0ad29c5-7ba6-46bd-a811-0b602fb8313f 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1541/2873] 199.204.45.113 () {30 vars in 763 bytes} [Thu Jun 18 10:34:15 2026] GET /v2.0/security-groups/lb-3024c682-d819-4653-b4df-aaf78173faa1 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:34:15.384 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b996075-62aa-47e5-bf47-a59aa7b7bf7e'] response: {'name': 'network-changed', 'server_uuid': 'abc58928-cfba-43a1-b685-eb7ef43709c0', 'tag': '3201f80f-95c7-4ac6-9d57-40657fdf4d40', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1333/2874] 199.204.45.113 () {30 vars in 785 bytes} [Thu Jun 18 10:34:15 2026] GET /v2.0/security-groups?name=lb-3024c682-d819-4653-b4df-aaf78173faa1 => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2875] 199.204.45.113 () {34 vars in 789 bytes} [Thu Jun 18 10:34:15 2026] PUT /v2.0/ports/3201f80f-95c7-4ac6-9d57-40657fdf4d40 => generated 1314 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:34:15.725 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb2bde54-4093-48e4-9ec2-f3e5ed028609'] response: {'name': 'network-changed', 'server_uuid': 'abc58928-cfba-43a1-b685-eb7ef43709c0', 'tag': '3201f80f-95c7-4ac6-9d57-40657fdf4d40', '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: 1334/2876] 199.204.45.113 () {30 vars in 703 bytes} [Thu Jun 18 10:34:15 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: 1335/2877] 199.204.45.113 () {30 vars in 705 bytes} [Thu Jun 18 10:34:15 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: 1336/2878] 199.204.45.113 () {30 vars in 681 bytes} [Thu Jun 18 10:34:15 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: 1337/2879] 199.204.45.113 () {30 vars in 717 bytes} [Thu Jun 18 10:34:15 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: 1543/2880] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:34:15 2026] GET /v2.0/ports?tenant_id=9394a2928302458c9168f406963dd31b&device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2881] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:34:15 2026] GET /v2.0/subnets/ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/2882] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:34:15 2026] GET /v2.0/networks?id=f84fb7f5-fdfb-4697-bad1-d833e2ec743d => generated 802 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/2883] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:34:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.133&port_id=3201f80f-95c7-4ac6-9d57-40657fdf4d40 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2884] 199.204.45.113 () {30 vars in 737 bytes} [Thu Jun 18 10:34:15 2026] GET /v2.0/ports/6ef4328b-25a5-4b92-a9b4-e6e4580eb0bc => generated 1132 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/2885] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:34:16 2026] GET /v2.0/subnets?id=ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2886] 199.204.45.113 () {30 vars in 737 bytes} [Thu Jun 18 10:34:16 2026] GET /v2.0/ports/3201f80f-95c7-4ac6-9d57-40657fdf4d40 => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/2887] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:34:16 2026] GET /v2.0/ports?network_id=f84fb7f5-fdfb-4697-bad1-d833e2ec743d&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2888] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:34:16 2026] GET /v2.0/subnets/ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 675 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/2889] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:34:16 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d?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: 1342/2890] 199.204.45.113 () {30 vars in 743 bytes} [Thu Jun 18 10:34:16 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d => generated 799 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/2891] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:34:16 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d?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: 1343/2892] 199.204.45.113 () {30 vars in 737 bytes} [Thu Jun 18 10:34:16 2026] GET /v2.0/ports/6ef4328b-25a5-4b92-a9b4-e6e4580eb0bc => generated 1132 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/2893] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:34:16 2026] GET /v2.0/subnets/ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2894] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:34:17 2026] GET /v2.0/ports?tenant_id=9394a2928302458c9168f406963dd31b&device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 2590 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/2895] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:34:17 2026] GET /v2.0/networks?id=f84fb7f5-fdfb-4697-bad1-d833e2ec743d => generated 802 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2896] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:34:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.133&port_id=3201f80f-95c7-4ac6-9d57-40657fdf4d40 => 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: 1552/2897] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:34:17 2026] GET /v2.0/subnets?id=ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 678 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2898] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:34:17 2026] GET /v2.0/ports?network_id=f84fb7f5-fdfb-4697-bad1-d833e2ec743d&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/2899] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:34:17 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d?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: 1347/2900] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:34:17 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d?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-06-18 10:34:23.231 7 INFO neutron.db.l3_db [None req-efc4a092-e6bb-4806-bb7f-825706214f1c 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] Floating IP cae98afa-9dd7-40aa-96ee-7865795509f1 associated. External IP: 10.96.250.205, port: 6ef4328b-25a5-4b92-a9b4-e6e4580eb0bc. [pid: 7|app: 0|req: 1554/2901] 10.0.0.47 () {34 vars in 676 bytes} [Thu Jun 18 10:34:22 2026] POST /v2.0/floatingips => generated 899 bytes in 1032 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2902] 199.204.45.113 () {30 vars in 703 bytes} [Thu Jun 18 10:34:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/2903] 199.204.45.113 () {30 vars in 705 bytes} [Thu Jun 18 10:34:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2904] 199.204.45.113 () {30 vars in 681 bytes} [Thu Jun 18 10:34: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: 1556/2905] 199.204.45.113 () {30 vars in 717 bytes} [Thu Jun 18 10:34:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:34:26.735 8 INFO neutron.api.v2.resource [None req-6de5ecb1-106a-438f-9761-f583d9966e19 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1350/2906] 199.204.45.113 () {30 vars in 763 bytes} [Thu Jun 18 10:34:26 2026] GET /v2.0/security-groups/lb-3024c682-d819-4653-b4df-aaf78173faa1 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/2907] 199.204.45.113 () {30 vars in 785 bytes} [Thu Jun 18 10:34:26 2026] GET /v2.0/security-groups?name=lb-3024c682-d819-4653-b4df-aaf78173faa1 => generated 1639 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2908] 199.204.45.113 () {30 vars in 815 bytes} [Thu Jun 18 10:34:26 2026] GET /v2.0/security-group-rules?security_group_id=5d447519-a686-4079-a7b2-e4d8d362ff33 => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/2909] 199.204.45.113 () {34 vars in 747 bytes} [Thu Jun 18 10:34:26 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: 1352/2910] 199.204.45.113 () {34 vars in 747 bytes} [Thu Jun 18 10:34:26 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) [pid: 8|app: 0|req: 1354/2913] 10.0.0.56 () {30 vars in 689 bytes} [Thu Jun 18 10:34:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/2914] 10.0.0.56 () {30 vars in 691 bytes} [Thu Jun 18 10:34:35 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: 1355/2915] 10.0.0.56 () {30 vars in 667 bytes} [Thu Jun 18 10:34:35 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: 1561/2916] 10.0.0.56 () {30 vars in 703 bytes} [Thu Jun 18 10:34:35 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: 1356/2917] 10.0.0.56 () {28 vars in 438 bytes} [Thu Jun 18 10:34:35 2026] GET / => generated 151 bytes in 5 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/2918] 10.0.0.56 () {30 vars in 727 bytes} [Thu Jun 18 10:34:35 2026] GET /v2.0/subnets/2ba52f45-ad25-422a-a265-98f80f3cbcd4 => generated 655 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2919] 199.204.45.113 () {30 vars in 703 bytes} [Thu Jun 18 10:34:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/2920] 199.204.45.113 () {30 vars in 705 bytes} [Thu Jun 18 10:34:38 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: 1358/2921] 199.204.45.113 () {30 vars in 681 bytes} [Thu Jun 18 10:34:38 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/2922] 199.204.45.113 () {30 vars in 717 bytes} [Thu Jun 18 10:34:38 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: 1359/2923] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:34:38 2026] GET /v2.0/subnets/2ba52f45-ad25-422a-a265-98f80f3cbcd4 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/2924] 199.204.45.113 () {30 vars in 769 bytes} [Thu Jun 18 10:34:38 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 2590 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2925] 199.204.45.113 () {30 vars in 703 bytes} [Thu Jun 18 10:34:39 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: 1566/2926] 199.204.45.113 () {30 vars in 705 bytes} [Thu Jun 18 10:34:39 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: 1361/2927] 199.204.45.113 () {30 vars in 681 bytes} [Thu Jun 18 10:34:39 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/2928] 199.204.45.113 () {30 vars in 717 bytes} [Thu Jun 18 10:34:39 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: 1362/2929] 199.204.45.113 () {34 vars in 717 bytes} [Thu Jun 18 10:34:39 2026] POST /v2.0/ports => generated 1324 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/2930] 10.0.0.253 () {34 vars in 971 bytes} [Thu Jun 18 10:34:39 2026] GET /v2.0/ports/2942ebf7-0cad-4317-8cc7-972b4261b33a => generated 1324 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1363/2931] 199.204.45.113 () {34 vars in 1262 bytes} [Thu Jun 18 10:34:40 2026] GET /v2.0/ports/2942ebf7-0cad-4317-8cc7-972b4261b33a?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/2932] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:34:41 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c?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: 1364/2933] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:34:41 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/2934] 199.204.45.113 () {34 vars in 975 bytes} [Thu Jun 18 10:34:41 2026] GET /v2.0/ports/2942ebf7-0cad-4317-8cc7-972b4261b33a => generated 1324 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2935] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:34:41 2026] GET /v2.0/networks?id=6a3a4c6d-0802-4c38-b284-b9ff99adab3c => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/2936] 199.204.45.113 () {38 vars in 1028 bytes} [Thu Jun 18 10:34:41 2026] PUT /v2.0/ports/2942ebf7-0cad-4317-8cc7-972b4261b33a => generated 1514 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:34:42.354 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-97fd97ea-ba0e-4f1f-a0f1-26a9161cacbc'] response: {'name': 'network-changed', 'server_uuid': 'abc58928-cfba-43a1-b685-eb7ef43709c0', 'tag': '2942ebf7-0cad-4317-8cc7-972b4261b33a', '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: 1573/2939] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:34:42 2026] GET /v2.0/ports?tenant_id=9394a2928302458c9168f406963dd31b&device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 4096 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2940] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:34:42 2026] GET /v2.0/networks?id=6a3a4c6d-0802-4c38-b284-b9ff99adab3c => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/2941] 199.204.45.113 () {34 vars in 1056 bytes} [Thu Jun 18 10:34:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.44&port_id=2942ebf7-0cad-4317-8cc7-972b4261b33a => 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: 1368/2942] 199.204.45.113 () {34 vars in 1104 bytes} [Thu Jun 18 10:34:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3d1&port_id=2942ebf7-0cad-4317-8cc7-972b4261b33a => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/2943] 199.204.45.113 () {34 vars in 1064 bytes} [Thu Jun 18 10:34:43 2026] GET /v2.0/subnets?id=2ba52f45-ad25-422a-a265-98f80f3cbcd4&id=8b501df5-0aa5-4472-856a-d6e68d1d4a88 => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2944] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:34:43 2026] GET /v2.0/ports?network_id=6a3a4c6d-0802-4c38-b284-b9ff99adab3c&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/2945] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:34:43 2026] GET /v2.0/ports?network_id=6a3a4c6d-0802-4c38-b284-b9ff99adab3c&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2946] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:34:43 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c?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: 1577/2947] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:34:43 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2948] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:34:44 2026] GET /v2.0/ports?tenant_id=9394a2928302458c9168f406963dd31b&device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 4096 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/2949] 199.204.45.113 () {34 vars in 1062 bytes} [Thu Jun 18 10:34:44 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.124&port_id=6b58f1b7-323f-4468-939d-cb41b358b996 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2950] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:34:44 2026] GET /v2.0/subnets?id=1af4883d-469d-478f-96df-b3707b390572 => 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: 1579/2951] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:34:44 2026] GET /v2.0/ports?network_id=873960a2-65c8-4f44-8070-4fe35a211277&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: 1373/2952] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:34:44 2026] GET /v2.0/networks/873960a2-65c8-4f44-8070-4fe35a211277?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: 1580/2953] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:34:44 2026] GET /v2.0/networks/873960a2-65c8-4f44-8070-4fe35a211277?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2954] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:34:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.133&port_id=3201f80f-95c7-4ac6-9d57-40657fdf4d40 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/2955] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:34:44 2026] GET /v2.0/subnets?id=ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2956] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:34:44 2026] GET /v2.0/ports?network_id=f84fb7f5-fdfb-4697-bad1-d833e2ec743d&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/2957] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:34:44 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d?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: 1376/2958] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:34:44 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d?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: 1583/2959] 199.204.45.113 () {34 vars in 1056 bytes} [Thu Jun 18 10:34:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.44&port_id=2942ebf7-0cad-4317-8cc7-972b4261b33a => 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: 1377/2960] 199.204.45.113 () {34 vars in 1104 bytes} [Thu Jun 18 10:34:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3d1&port_id=2942ebf7-0cad-4317-8cc7-972b4261b33a => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/2961] 199.204.45.113 () {34 vars in 1064 bytes} [Thu Jun 18 10:34:44 2026] GET /v2.0/subnets?id=2ba52f45-ad25-422a-a265-98f80f3cbcd4&id=8b501df5-0aa5-4472-856a-d6e68d1d4a88 => generated 1410 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2962] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:34:44 2026] GET /v2.0/ports?network_id=6a3a4c6d-0802-4c38-b284-b9ff99adab3c&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/2963] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:34:44 2026] GET /v2.0/ports?network_id=6a3a4c6d-0802-4c38-b284-b9ff99adab3c&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2964] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:34:45 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c?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: 1586/2965] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:34:45 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c?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: 1380/2966] 10.0.0.253 () {34 vars in 971 bytes} [Thu Jun 18 10:34:48 2026] GET /v2.0/ports/2942ebf7-0cad-4317-8cc7-972b4261b33a => generated 1516 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/2967] 199.204.45.113 () {30 vars in 743 bytes} [Thu Jun 18 10:34:49 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c => generated 797 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2968] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:34:49 2026] GET /v2.0/subnets/2ba52f45-ad25-422a-a265-98f80f3cbcd4 => 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: 1588/2969] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:34:49 2026] GET /v2.0/subnets/8b501df5-0aa5-4472-856a-d6e68d1d4a88 => generated 744 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2970] 199.204.45.113 () {30 vars in 703 bytes} [Thu Jun 18 10:34:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/2971] 199.204.45.113 () {30 vars in 705 bytes} [Thu Jun 18 10:34:49 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: 1383/2972] 199.204.45.113 () {30 vars in 681 bytes} [Thu Jun 18 10:34:49 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: 1590/2973] 199.204.45.113 () {30 vars in 717 bytes} [Thu Jun 18 10:34:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2974] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:34:49 2026] GET /v2.0/subnets/ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/2975] 199.204.45.113 () {30 vars in 737 bytes} [Thu Jun 18 10:34:49 2026] GET /v2.0/ports/6ef4328b-25a5-4b92-a9b4-e6e4580eb0bc => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2976] 199.204.45.113 () {30 vars in 737 bytes} [Thu Jun 18 10:34:49 2026] GET /v2.0/ports/3201f80f-95c7-4ac6-9d57-40657fdf4d40 => generated 1350 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/2977] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:34:49 2026] GET /v2.0/subnets/ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2978] 199.204.45.113 () {30 vars in 743 bytes} [Thu Jun 18 10:34:49 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d => 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: 1593/2979] 199.204.45.113 () {30 vars in 737 bytes} [Thu Jun 18 10:34:49 2026] GET /v2.0/ports/6ef4328b-25a5-4b92-a9b4-e6e4580eb0bc => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2980] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:34:49 2026] GET /v2.0/subnets/ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/2981] 10.0.0.56 () {30 vars in 689 bytes} [Thu Jun 18 10:34:56 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: 1388/2982] 10.0.0.56 () {30 vars in 691 bytes} [Thu Jun 18 10:34:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/2983] 10.0.0.56 () {30 vars in 667 bytes} [Thu Jun 18 10:34:56 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: 1389/2984] 10.0.0.56 () {30 vars in 703 bytes} [Thu Jun 18 10:34:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/2985] 10.0.0.56 () {28 vars in 438 bytes} [Thu Jun 18 10:34:57 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: 1390/2986] 10.0.0.56 () {30 vars in 727 bytes} [Thu Jun 18 10:34:57 2026] GET /v2.0/subnets/f7dc70cd-3430-4da3-a8e3-f950bbe37973 => generated 656 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2989] 199.204.45.113 () {30 vars in 703 bytes} [Thu Jun 18 10:34: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: 1598/2990] 199.204.45.113 () {30 vars in 705 bytes} [Thu Jun 18 10:34:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2991] 199.204.45.113 () {30 vars in 681 bytes} [Thu Jun 18 10:34:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/2992] 199.204.45.113 () {30 vars in 717 bytes} [Thu Jun 18 10:34:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2993] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:34:58 2026] GET /v2.0/subnets/2ba52f45-ad25-422a-a265-98f80f3cbcd4 => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/2994] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:34:58 2026] GET /v2.0/subnets/f7dc70cd-3430-4da3-a8e3-f950bbe37973 => generated 674 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2995] 199.204.45.113 () {30 vars in 769 bytes} [Thu Jun 18 10:34:58 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 4098 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/2996] 199.204.45.113 () {30 vars in 703 bytes} [Thu Jun 18 10:34:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2997] 199.204.45.113 () {30 vars in 705 bytes} [Thu Jun 18 10:34:59 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: 1602/2998] 199.204.45.113 () {30 vars in 681 bytes} [Thu Jun 18 10:34:59 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2999] 199.204.45.113 () {30 vars in 717 bytes} [Thu Jun 18 10:34:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3000] 199.204.45.113 () {34 vars in 717 bytes} [Thu Jun 18 10:34:59 2026] POST /v2.0/ports => generated 1328 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/3001] 10.0.0.253 () {34 vars in 971 bytes} [Thu Jun 18 10:35:00 2026] GET /v2.0/ports/5453f2c5-e136-44c2-8f63-fb2b169505fa => generated 1328 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1604/3002] 10.0.0.253 () {34 vars in 907 bytes} [Thu Jun 18 10:35:00 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: 8|app: 0|req: 1399/3003] 199.204.45.113 () {34 vars in 1262 bytes} [Thu Jun 18 10:35:01 2026] GET /v2.0/ports/5453f2c5-e136-44c2-8f63-fb2b169505fa?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3004] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:35:01 2026] GET /v2.0/networks/8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4?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: 1400/3005] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:35:01 2026] GET /v2.0/networks/8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4?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: 1606/3006] 199.204.45.113 () {34 vars in 975 bytes} [Thu Jun 18 10:35:01 2026] GET /v2.0/ports/5453f2c5-e136-44c2-8f63-fb2b169505fa => generated 1328 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/3007] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:35:01 2026] GET /v2.0/networks?id=8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4 => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3008] 199.204.45.113 () {38 vars in 1028 bytes} [Thu Jun 18 10:35:02 2026] PUT /v2.0/ports/5453f2c5-e136-44c2-8f63-fb2b169505fa => generated 1518 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:35:02.518 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd745cf4-f283-43a3-8fa3-8f28e65b7535'] response: {'name': 'network-changed', 'server_uuid': 'abc58928-cfba-43a1-b685-eb7ef43709c0', 'tag': '5453f2c5-e136-44c2-8f63-fb2b169505fa', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1402/3009] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:35:03 2026] GET /v2.0/ports?tenant_id=9394a2928302458c9168f406963dd31b&device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 5608 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1608/3010] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:35:03 2026] GET /v2.0/networks?id=8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4 => 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: 1403/3011] 199.204.45.113 () {34 vars in 1056 bytes} [Thu Jun 18 10:35:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.55&port_id=5453f2c5-e136-44c2-8f63-fb2b169505fa => 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: 1609/3012] 199.204.45.113 () {34 vars in 1106 bytes} [Thu Jun 18 10:35:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A316&port_id=5453f2c5-e136-44c2-8f63-fb2b169505fa => 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: 1404/3013] 199.204.45.113 () {34 vars in 1064 bytes} [Thu Jun 18 10:35:03 2026] GET /v2.0/subnets?id=f7dc70cd-3430-4da3-a8e3-f950bbe37973&id=eabfa2d4-01c3-412d-89a4-9fc1c532ea8e => generated 1414 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3014] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:35:03 2026] GET /v2.0/ports?network_id=8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4&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: 8|app: 0|req: 1405/3015] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:35:03 2026] GET /v2.0/ports?network_id=8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4&device_owner=network%3Adhcp => generated 1461 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3016] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:35:03 2026] GET /v2.0/networks/8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/3017] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:35:03 2026] GET /v2.0/networks/8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4?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: 1612/3018] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:35:04 2026] GET /v2.0/ports?tenant_id=9394a2928302458c9168f406963dd31b&device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 5608 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/3019] 199.204.45.113 () {34 vars in 1062 bytes} [Thu Jun 18 10:35:04 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.124&port_id=6b58f1b7-323f-4468-939d-cb41b358b996 => 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: 1613/3020] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:35:04 2026] GET /v2.0/subnets?id=1af4883d-469d-478f-96df-b3707b390572 => 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: 1408/3021] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:35:04 2026] GET /v2.0/ports?network_id=873960a2-65c8-4f44-8070-4fe35a211277&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3022] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:35:04 2026] GET /v2.0/networks/873960a2-65c8-4f44-8070-4fe35a211277?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: 1409/3023] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:35:04 2026] GET /v2.0/networks/873960a2-65c8-4f44-8070-4fe35a211277?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3024] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:35:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.133&port_id=3201f80f-95c7-4ac6-9d57-40657fdf4d40 => 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: 1410/3025] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:35:04 2026] GET /v2.0/subnets?id=ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3026] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:35:04 2026] GET /v2.0/ports?network_id=f84fb7f5-fdfb-4697-bad1-d833e2ec743d&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: 8|app: 0|req: 1411/3027] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:35:04 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d?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: 1617/3028] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:35:04 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d?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: 1412/3029] 199.204.45.113 () {34 vars in 1056 bytes} [Thu Jun 18 10:35:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.44&port_id=2942ebf7-0cad-4317-8cc7-972b4261b33a => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3030] 199.204.45.113 () {34 vars in 1104 bytes} [Thu Jun 18 10:35:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3d1&port_id=2942ebf7-0cad-4317-8cc7-972b4261b33a => 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: 1413/3031] 199.204.45.113 () {34 vars in 1064 bytes} [Thu Jun 18 10:35:05 2026] GET /v2.0/subnets?id=2ba52f45-ad25-422a-a265-98f80f3cbcd4&id=8b501df5-0aa5-4472-856a-d6e68d1d4a88 => generated 1410 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3032] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:35:05 2026] GET /v2.0/ports?network_id=6a3a4c6d-0802-4c38-b284-b9ff99adab3c&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/3033] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:35:05 2026] GET /v2.0/ports?network_id=6a3a4c6d-0802-4c38-b284-b9ff99adab3c&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3034] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:35:05 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/3035] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:35:05 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3036] 199.204.45.113 () {34 vars in 1056 bytes} [Thu Jun 18 10:35:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.55&port_id=5453f2c5-e136-44c2-8f63-fb2b169505fa => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/3037] 199.204.45.113 () {34 vars in 1106 bytes} [Thu Jun 18 10:35:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A316&port_id=5453f2c5-e136-44c2-8f63-fb2b169505fa => 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: 1622/3038] 199.204.45.113 () {34 vars in 1064 bytes} [Thu Jun 18 10:35:05 2026] GET /v2.0/subnets?id=f7dc70cd-3430-4da3-a8e3-f950bbe37973&id=eabfa2d4-01c3-412d-89a4-9fc1c532ea8e => generated 1414 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/3039] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:35:05 2026] GET /v2.0/ports?network_id=8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3040] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:35:05 2026] GET /v2.0/ports?network_id=8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/3041] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:35:05 2026] GET /v2.0/networks/8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4?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: 1624/3042] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:35:05 2026] GET /v2.0/networks/8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/3043] 10.0.0.253 () {34 vars in 971 bytes} [Thu Jun 18 10:35:09 2026] GET /v2.0/ports/5453f2c5-e136-44c2-8f63-fb2b169505fa => generated 1520 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3044] 199.204.45.113 () {30 vars in 743 bytes} [Thu Jun 18 10:35:09 2026] GET /v2.0/networks/8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4 => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/3045] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:35:09 2026] GET /v2.0/subnets/f7dc70cd-3430-4da3-a8e3-f950bbe37973 => 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: 1626/3046] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:35:09 2026] GET /v2.0/subnets/eabfa2d4-01c3-412d-89a4-9fc1c532ea8e => generated 747 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/3047] 199.204.45.113 () {30 vars in 737 bytes} [Thu Jun 18 10:35:10 2026] GET /v2.0/ports/2942ebf7-0cad-4317-8cc7-972b4261b33a => generated 1516 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3048] 199.204.45.113 () {34 vars in 790 bytes} [Thu Jun 18 10:35:10 2026] PUT /v2.0/ports/2942ebf7-0cad-4317-8cc7-972b4261b33a => generated 1251 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:35:10.416 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f405254a-0103-49d9-8440-7c0d3a6d15e3'] response: {'name': 'network-changed', 'server_uuid': 'abc58928-cfba-43a1-b685-eb7ef43709c0', 'tag': '2942ebf7-0cad-4317-8cc7-972b4261b33a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1422/3049] 199.204.45.113 () {30 vars in 743 bytes} [Thu Jun 18 10:35:10 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c => generated 797 bytes in 66 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: 1628/3050] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:35:10 2026] GET /v2.0/subnets/2ba52f45-ad25-422a-a265-98f80f3cbcd4 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/3051] 199.204.45.113 () {30 vars in 703 bytes} [Thu Jun 18 10:35:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3052] 199.204.45.113 () {30 vars in 705 bytes} [Thu Jun 18 10:35:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/3053] 199.204.45.113 () {30 vars in 681 bytes} [Thu Jun 18 10:35:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3054] 199.204.45.113 () {30 vars in 717 bytes} [Thu Jun 18 10:35:10 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: 1425/3055] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:35:10 2026] GET /v2.0/subnets/ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3056] 199.204.45.113 () {30 vars in 737 bytes} [Thu Jun 18 10:35:10 2026] GET /v2.0/ports/6ef4328b-25a5-4b92-a9b4-e6e4580eb0bc => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/3057] 199.204.45.113 () {30 vars in 737 bytes} [Thu Jun 18 10:35:10 2026] GET /v2.0/ports/3201f80f-95c7-4ac6-9d57-40657fdf4d40 => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3058] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:35:10 2026] GET /v2.0/subnets/ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/3059] 199.204.45.113 () {30 vars in 743 bytes} [Thu Jun 18 10:35:10 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/3060] 199.204.45.113 () {30 vars in 737 bytes} [Thu Jun 18 10:35:10 2026] GET /v2.0/ports/6ef4328b-25a5-4b92-a9b4-e6e4580eb0bc => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3061] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:35:10 2026] GET /v2.0/ports?tenant_id=9394a2928302458c9168f406963dd31b&device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 5381 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3062] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:35:10 2026] GET /v2.0/subnets/ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/3063] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:35:10 2026] GET /v2.0/networks?id=6a3a4c6d-0802-4c38-b284-b9ff99adab3c => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3064] 199.204.45.113 () {34 vars in 1056 bytes} [Thu Jun 18 10:35:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.44&port_id=2942ebf7-0cad-4317-8cc7-972b4261b33a => 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: 1430/3065] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:35:11 2026] GET /v2.0/subnets?id=2ba52f45-ad25-422a-a265-98f80f3cbcd4 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3066] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:35:11 2026] GET /v2.0/ports?network_id=6a3a4c6d-0802-4c38-b284-b9ff99adab3c&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: 8|app: 0|req: 1431/3067] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:35:11 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3068] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:35:11 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c?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: 1433/3071] 199.204.45.113 () {30 vars in 703 bytes} [Thu Jun 18 10:35:21 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: 1639/3072] 199.204.45.113 () {30 vars in 705 bytes} [Thu Jun 18 10:35:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/3073] 199.204.45.113 () {30 vars in 681 bytes} [Thu Jun 18 10:35:21 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: 1640/3074] 199.204.45.113 () {30 vars in 717 bytes} [Thu Jun 18 10:35:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/3075] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:35:21 2026] GET /v2.0/subnets/2ba52f45-ad25-422a-a265-98f80f3cbcd4 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3076] 199.204.45.113 () {30 vars in 769 bytes} [Thu Jun 18 10:35:21 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 5381 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/3077] 199.204.45.113 () {30 vars in 703 bytes} [Thu Jun 18 10:35:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3078] 199.204.45.113 () {30 vars in 705 bytes} [Thu Jun 18 10:35:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/3079] 199.204.45.113 () {30 vars in 681 bytes} [Thu Jun 18 10:35:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3080] 199.204.45.113 () {30 vars in 717 bytes} [Thu Jun 18 10:35:21 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: 1438/3081] 199.204.45.113 () {30 vars in 737 bytes} [Thu Jun 18 10:35:21 2026] GET /v2.0/ports/5453f2c5-e136-44c2-8f63-fb2b169505fa => generated 1520 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3082] 199.204.45.113 () {34 vars in 790 bytes} [Thu Jun 18 10:35:21 2026] PUT /v2.0/ports/5453f2c5-e136-44c2-8f63-fb2b169505fa => generated 1251 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:35:22.290 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6d61d42e-4317-40c7-8d5e-85857ac9143b'] response: {'name': 'network-changed', 'server_uuid': 'abc58928-cfba-43a1-b685-eb7ef43709c0', 'tag': '5453f2c5-e136-44c2-8f63-fb2b169505fa', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1439/3083] 199.204.45.113 () {30 vars in 743 bytes} [Thu Jun 18 10:35:22 2026] GET /v2.0/networks/8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4 => generated 798 bytes in 55 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: 1645/3084] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:35:22 2026] GET /v2.0/subnets/f7dc70cd-3430-4da3-a8e3-f950bbe37973 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/3085] 199.204.45.113 () {30 vars in 737 bytes} [Thu Jun 18 10:35:22 2026] GET /v2.0/ports/5453f2c5-e136-44c2-8f63-fb2b169505fa => generated 1287 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3086] 199.204.45.113 () {34 vars in 789 bytes} [Thu Jun 18 10:35:22 2026] PUT /v2.0/ports/5453f2c5-e136-44c2-8f63-fb2b169505fa => generated 1080 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/3087] 199.204.45.113 () {30 vars in 743 bytes} [Thu Jun 18 10:35:22 2026] GET /v2.0/networks/8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4 => generated 798 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: 8|app: 0|req: 1442/3088] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:35:22 2026] GET /v2.0/ports?tenant_id=9394a2928302458c9168f406963dd31b&device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 4977 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3089] 199.204.45.113 () {30 vars in 769 bytes} [Thu Jun 18 10:35:22 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 4977 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/3090] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:35:22 2026] GET /v2.0/networks?id=8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4 => 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: 1648/3091] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:35:22 2026] GET /v2.0/networks/8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4?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: 1444/3092] 199.204.45.113 () {30 vars in 769 bytes} [Thu Jun 18 10:35:22 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 4977 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3093] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:35:22 2026] GET /v2.0/networks/8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4?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: 1445/3094] 199.204.45.113 () {30 vars in 769 bytes} [Thu Jun 18 10:35:24 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 4977 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:35:24.335 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6e00f9d5-efac-409f-abd9-e5706c5d0a0e'] response: {'name': 'network-changed', 'server_uuid': 'abc58928-cfba-43a1-b685-eb7ef43709c0', 'tag': '5453f2c5-e136-44c2-8f63-fb2b169505fa', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1650/3095] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:35:24 2026] GET /v2.0/ports?tenant_id=9394a2928302458c9168f406963dd31b&device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 4977 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/3096] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:35:24 2026] GET /v2.0/networks?id=8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4 => generated 801 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3097] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:35:24 2026] GET /v2.0/networks/8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/3098] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:35:25 2026] GET /v2.0/networks/8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4?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: 1652/3099] 199.204.45.113 () {30 vars in 769 bytes} [Thu Jun 18 10:35:25 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 4977 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/3100] 199.204.45.113 () {34 vars in 975 bytes} [Thu Jun 18 10:35:25 2026] GET /v2.0/ports/5453f2c5-e136-44c2-8f63-fb2b169505fa => generated 1116 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3101] 199.204.45.113 () {34 vars in 1060 bytes} [Thu Jun 18 10:35:25 2026] GET /v2.0/ports/5453f2c5-e136-44c2-8f63-fb2b169505fa?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/3102] 199.204.45.113 () {34 vars in 1016 bytes} [Thu Jun 18 10:35:25 2026] GET /v2.0/networks/8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3103] 199.204.45.113 () {38 vars in 1028 bytes} [Thu Jun 18 10:35:25 2026] PUT /v2.0/ports/5453f2c5-e136-44c2-8f63-fb2b169505fa => generated 917 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/3104] 199.204.45.113 () {30 vars in 769 bytes} [Thu Jun 18 10:35:26 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 3869 bytes in 41 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-06-18 10:35:26.307 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba45cc48-071a-41b3-8006-37ee25a55286 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 5453f2c5-e136-44c2-8f63-fb2b169505fa 2026-06-18 10:35:26.310 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba45cc48-071a-41b3-8006-37ee25a55286 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 5453f2c5-e136-44c2-8f63-fb2b169505fa [pid: 7|app: 0|req: 1655/3105] 199.204.45.113 () {32 vars in 759 bytes} [Thu Jun 18 10:35:26 2026] DELETE /v2.0/ports/5453f2c5-e136-44c2-8f63-fb2b169505fa => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/3106] 199.204.45.113 () {30 vars in 703 bytes} [Thu Jun 18 10:35: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: 7|app: 0|req: 1656/3107] 199.204.45.113 () {30 vars in 705 bytes} [Thu Jun 18 10:35:26 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: 1452/3108] 199.204.45.113 () {30 vars in 681 bytes} [Thu Jun 18 10:35:26 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: 1657/3109] 199.204.45.113 () {30 vars in 717 bytes} [Thu Jun 18 10:35:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/3110] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:35:26 2026] GET /v2.0/subnets/ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 675 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3111] 199.204.45.113 () {30 vars in 737 bytes} [Thu Jun 18 10:35:26 2026] GET /v2.0/ports/6ef4328b-25a5-4b92-a9b4-e6e4580eb0bc => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/3112] 199.204.45.113 () {30 vars in 737 bytes} [Thu Jun 18 10:35:26 2026] GET /v2.0/ports/3201f80f-95c7-4ac6-9d57-40657fdf4d40 => generated 1350 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3113] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:35:26 2026] GET /v2.0/subnets/ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/3114] 199.204.45.113 () {30 vars in 743 bytes} [Thu Jun 18 10:35:26 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3115] 199.204.45.113 () {30 vars in 737 bytes} [Thu Jun 18 10:35:27 2026] GET /v2.0/ports/6ef4328b-25a5-4b92-a9b4-e6e4580eb0bc => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/3116] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:35:27 2026] GET /v2.0/subnets/ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3117] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:35:27 2026] GET /v2.0/ports?tenant_id=9394a2928302458c9168f406963dd31b&device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 3869 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/3118] 199.204.45.113 () {34 vars in 1226 bytes} [Thu Jun 18 10:35:27 2026] GET /v2.0/networks?id=873960a2-65c8-4f44-8070-4fe35a211277&id=f84fb7f5-fdfb-4697-bad1-d833e2ec743d&id=6a3a4c6d-0802-4c38-b284-b9ff99adab3c&id=8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4 => generated 3096 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3119] 199.204.45.113 () {34 vars in 1062 bytes} [Thu Jun 18 10:35:27 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.124&port_id=6b58f1b7-323f-4468-939d-cb41b358b996 => 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: 1458/3120] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:35:27 2026] GET /v2.0/subnets?id=1af4883d-469d-478f-96df-b3707b390572 => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3121] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:35:27 2026] GET /v2.0/ports?network_id=873960a2-65c8-4f44-8070-4fe35a211277&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: 1459/3122] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:35:27 2026] GET /v2.0/networks/873960a2-65c8-4f44-8070-4fe35a211277?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: 1664/3123] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:35:27 2026] GET /v2.0/networks/873960a2-65c8-4f44-8070-4fe35a211277?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: 1460/3124] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:35:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.133&port_id=3201f80f-95c7-4ac6-9d57-40657fdf4d40 => 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: 1665/3125] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:35:27 2026] GET /v2.0/subnets?id=ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/3128] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:35:27 2026] GET /v2.0/ports?network_id=f84fb7f5-fdfb-4697-bad1-d833e2ec743d&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3129] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:35:27 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d?fields=segments => generated 14 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3130] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:35:27 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3131] 199.204.45.113 () {34 vars in 1056 bytes} [Thu Jun 18 10:35:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.44&port_id=2942ebf7-0cad-4317-8cc7-972b4261b33a => 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: 1463/3132] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:35:27 2026] GET /v2.0/subnets?id=2ba52f45-ad25-422a-a265-98f80f3cbcd4 => 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: 1670/3133] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:35:27 2026] GET /v2.0/ports?network_id=6a3a4c6d-0802-4c38-b284-b9ff99adab3c&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/3134] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:35:27 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3135] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:35:28 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c?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: 1465/3136] 199.204.45.113 () {30 vars in 703 bytes} [Thu Jun 18 10:35:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3137] 199.204.45.113 () {30 vars in 705 bytes} [Thu Jun 18 10:35:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3138] 199.204.45.113 () {30 vars in 681 bytes} [Thu Jun 18 10:35:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3139] 199.204.45.113 () {30 vars in 717 bytes} [Thu Jun 18 10:35: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: 1467/3140] 199.204.45.113 () {30 vars in 769 bytes} [Thu Jun 18 10:35:32 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 3869 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3141] 199.204.45.113 () {30 vars in 703 bytes} [Thu Jun 18 10:35:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3142] 199.204.45.113 () {30 vars in 705 bytes} [Thu Jun 18 10:35: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: 1675/3143] 199.204.45.113 () {30 vars in 681 bytes} [Thu Jun 18 10:35:32 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: 1469/3144] 199.204.45.113 () {30 vars in 717 bytes} [Thu Jun 18 10:35:32 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: 1676/3145] 199.204.45.113 () {30 vars in 737 bytes} [Thu Jun 18 10:35:32 2026] GET /v2.0/ports/2942ebf7-0cad-4317-8cc7-972b4261b33a => generated 1287 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3146] 199.204.45.113 () {34 vars in 789 bytes} [Thu Jun 18 10:35:32 2026] PUT /v2.0/ports/2942ebf7-0cad-4317-8cc7-972b4261b33a => generated 1080 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:35:32.859 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4eab3e4d-5fd4-4e4f-b981-8eac13f00832'] response: {'name': 'network-changed', 'server_uuid': 'abc58928-cfba-43a1-b685-eb7ef43709c0', 'tag': '2942ebf7-0cad-4317-8cc7-972b4261b33a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1677/3147] 199.204.45.113 () {30 vars in 743 bytes} [Thu Jun 18 10:35:32 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c => generated 797 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1471/3148] 199.204.45.113 () {30 vars in 769 bytes} [Thu Jun 18 10:35:32 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 3698 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3149] 199.204.45.113 () {30 vars in 769 bytes} [Thu Jun 18 10:35:33 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 3698 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3150] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:35:33 2026] GET /v2.0/ports?tenant_id=9394a2928302458c9168f406963dd31b&device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 3698 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3151] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:35:33 2026] GET /v2.0/networks?id=6a3a4c6d-0802-4c38-b284-b9ff99adab3c => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3152] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:35:33 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c?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: 1680/3153] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:35:33 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c?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: 1474/3154] 199.204.45.113 () {30 vars in 769 bytes} [Thu Jun 18 10:35:34 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 3698 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3155] 199.204.45.113 () {34 vars in 975 bytes} [Thu Jun 18 10:35:34 2026] GET /v2.0/ports/2942ebf7-0cad-4317-8cc7-972b4261b33a => generated 1116 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3156] 199.204.45.113 () {34 vars in 1060 bytes} [Thu Jun 18 10:35:35 2026] GET /v2.0/ports/2942ebf7-0cad-4317-8cc7-972b4261b33a?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3157] 199.204.45.113 () {34 vars in 1016 bytes} [Thu Jun 18 10:35:35 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c?fields=dns_domain => generated 29 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3158] 199.204.45.113 () {30 vars in 769 bytes} [Thu Jun 18 10:35:35 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 3698 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3159] 199.204.45.113 () {38 vars in 1028 bytes} [Thu Jun 18 10:35:35 2026] PUT /v2.0/ports/2942ebf7-0cad-4317-8cc7-972b4261b33a => generated 917 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3160] 199.204.45.113 () {30 vars in 769 bytes} [Thu Jun 18 10:35:36 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 2590 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 10:35:36.363 8 INFO neutron_taas.services.taas.taas_plugin [None req-049a2570-49da-45cf-830f-4974209003df 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 2942ebf7-0cad-4317-8cc7-972b4261b33a 2026-06-18 10:35:36.365 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-049a2570-49da-45cf-830f-4974209003df 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 2942ebf7-0cad-4317-8cc7-972b4261b33a [pid: 8|app: 0|req: 1477/3161] 199.204.45.113 () {32 vars in 759 bytes} [Thu Jun 18 10:35:36 2026] DELETE /v2.0/ports/2942ebf7-0cad-4317-8cc7-972b4261b33a => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3162] 199.204.45.113 () {30 vars in 703 bytes} [Thu Jun 18 10:35:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3163] 199.204.45.113 () {30 vars in 705 bytes} [Thu Jun 18 10:35:36 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: 1686/3164] 199.204.45.113 () {30 vars in 681 bytes} [Thu Jun 18 10:35:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3165] 199.204.45.113 () {30 vars in 717 bytes} [Thu Jun 18 10:35:36 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: 1687/3166] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:35:36 2026] GET /v2.0/subnets/ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3167] 199.204.45.113 () {30 vars in 737 bytes} [Thu Jun 18 10:35:36 2026] GET /v2.0/ports/6ef4328b-25a5-4b92-a9b4-e6e4580eb0bc => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3168] 199.204.45.113 () {30 vars in 737 bytes} [Thu Jun 18 10:35:36 2026] GET /v2.0/ports/3201f80f-95c7-4ac6-9d57-40657fdf4d40 => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3169] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:35:36 2026] GET /v2.0/subnets/ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3170] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:35:36 2026] GET /v2.0/ports?tenant_id=9394a2928302458c9168f406963dd31b&device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3171] 199.204.45.113 () {30 vars in 743 bytes} [Thu Jun 18 10:35:36 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3172] 199.204.45.113 () {34 vars in 1146 bytes} [Thu Jun 18 10:35:36 2026] GET /v2.0/networks?id=873960a2-65c8-4f44-8070-4fe35a211277&id=f84fb7f5-fdfb-4697-bad1-d833e2ec743d&id=6a3a4c6d-0802-4c38-b284-b9ff99adab3c => generated 2309 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3173] 199.204.45.113 () {30 vars in 737 bytes} [Thu Jun 18 10:35:36 2026] GET /v2.0/ports/6ef4328b-25a5-4b92-a9b4-e6e4580eb0bc => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3174] 199.204.45.113 () {34 vars in 1062 bytes} [Thu Jun 18 10:35:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.124&port_id=6b58f1b7-323f-4468-939d-cb41b358b996 => 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: 1484/3175] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:35:36 2026] GET /v2.0/subnets/ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3176] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:35:36 2026] GET /v2.0/subnets?id=1af4883d-469d-478f-96df-b3707b390572 => 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: 1485/3177] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:35:36 2026] GET /v2.0/ports?network_id=873960a2-65c8-4f44-8070-4fe35a211277&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3178] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:35:36 2026] GET /v2.0/networks/873960a2-65c8-4f44-8070-4fe35a211277?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: 1486/3179] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:35:37 2026] GET /v2.0/networks/873960a2-65c8-4f44-8070-4fe35a211277?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1694/3180] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:35:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.133&port_id=3201f80f-95c7-4ac6-9d57-40657fdf4d40 => 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: 1487/3181] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:35:37 2026] GET /v2.0/subnets?id=ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3182] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:35:37 2026] GET /v2.0/ports?network_id=f84fb7f5-fdfb-4697-bad1-d833e2ec743d&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3183] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:35:37 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1696/3184] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:35:37 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1698/3187] 199.204.45.113 () {30 vars in 703 bytes} [Thu Jun 18 10:35:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3188] 199.204.45.113 () {30 vars in 705 bytes} [Thu Jun 18 10:35:50 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: 1699/3189] 199.204.45.113 () {30 vars in 681 bytes} [Thu Jun 18 10:35:50 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: 1491/3190] 199.204.45.113 () {30 vars in 717 bytes} [Thu Jun 18 10:35:50 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-06-18 10:35:50.623 7 INFO neutron.api.v2.resource [None req-86cc3e63-6288-4c78-8516-c8b8a8f37c22 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1700/3191] 199.204.45.113 () {30 vars in 763 bytes} [Thu Jun 18 10:35:50 2026] GET /v2.0/security-groups/lb-3024c682-d819-4653-b4df-aaf78173faa1 => generated 149 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3192] 199.204.45.113 () {30 vars in 785 bytes} [Thu Jun 18 10:35:50 2026] GET /v2.0/security-groups?name=lb-3024c682-d819-4653-b4df-aaf78173faa1 => generated 2865 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1701/3193] 199.204.45.113 () {30 vars in 815 bytes} [Thu Jun 18 10:35:50 2026] GET /v2.0/security-group-rules?security_group_id=5d447519-a686-4079-a7b2-e4d8d362ff33 => generated 2334 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3194] 199.204.45.113 () {32 vars in 789 bytes} [Thu Jun 18 10:35:50 2026] DELETE /v2.0/security-group-rules/b3ed441c-936c-4f9f-b1a9-139a76769fb8 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1702/3195] 199.204.45.113 () {32 vars in 789 bytes} [Thu Jun 18 10:35:50 2026] DELETE /v2.0/security-group-rules/eee8c312-a329-48e9-9004-f79d04ef183d => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:35:52.321 8 INFO neutron_taas.services.taas.taas_plugin [None req-8c29156b-4190-4b52-8d86-d16daa373bad 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] TaaS: Handle Delete Port: 5036b9df-ea89-4ae6-addf-09a677793252 2026-06-18 10:35:52.326 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c29156b-4190-4b52-8d86-d16daa373bad 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] Tap Mirror: Handle Delete Port: 5036b9df-ea89-4ae6-addf-09a677793252 2026-06-18 10:35:52.514 8 INFO neutron.db.l3_db [None req-8c29156b-4190-4b52-8d86-d16daa373bad 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] Floating IP cae98afa-9dd7-40aa-96ee-7865795509f1 disassociated (deleted). External IP: 10.96.250.205, port: 6ef4328b-25a5-4b92-a9b4-e6e4580eb0bc. [pid: 8|app: 0|req: 1494/3196] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:35:52 2026] DELETE /v2.0/floatingips/cae98afa-9dd7-40aa-96ee-7865795509f1 => generated 0 bytes in 645 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:35:52.859 7 INFO neutron.api.v2.resource [None req-61e447d1-c24a-43d6-a6ff-5cb08f568a37 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1703/3197] 10.0.0.47 () {32 vars in 728 bytes} [Thu Jun 18 10:35:52 2026] GET /v2.0/floatingips/cae98afa-9dd7-40aa-96ee-7865795509f1 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3198] 199.204.45.113 () {30 vars in 703 bytes} [Thu Jun 18 10:35:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1704/3199] 199.204.45.113 () {30 vars in 705 bytes} [Thu Jun 18 10:35:54 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: 1496/3200] 199.204.45.113 () {30 vars in 681 bytes} [Thu Jun 18 10:35:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1705/3201] 199.204.45.113 () {30 vars in 717 bytes} [Thu Jun 18 10:35:54 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-06-18 10:35:54.860 8 INFO neutron.api.v2.resource [None req-42ac229b-6989-475a-a57e-b5b64b52ac88 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1497/3202] 199.204.45.113 () {30 vars in 763 bytes} [Thu Jun 18 10:35:54 2026] GET /v2.0/security-groups/lb-3024c682-d819-4653-b4df-aaf78173faa1 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1706/3203] 199.204.45.113 () {30 vars in 785 bytes} [Thu Jun 18 10:35:54 2026] GET /v2.0/security-groups?name=lb-3024c682-d819-4653-b4df-aaf78173faa1 => generated 1639 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3204] 199.204.45.113 () {30 vars in 815 bytes} [Thu Jun 18 10:35:54 2026] GET /v2.0/security-group-rules?security_group_id=5d447519-a686-4079-a7b2-e4d8d362ff33 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1707/3205] 199.204.45.113 () {30 vars in 703 bytes} [Thu Jun 18 10:35: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: 1499/3206] 199.204.45.113 () {30 vars in 705 bytes} [Thu Jun 18 10:35: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: 1708/3207] 199.204.45.113 () {30 vars in 681 bytes} [Thu Jun 18 10:35: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: 8|app: 0|req: 1500/3208] 199.204.45.113 () {30 vars in 717 bytes} [Thu Jun 18 10:35:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1709/3209] 199.204.45.113 () {30 vars in 741 bytes} [Thu Jun 18 10:35:55 2026] GET /v2.0/subnets/ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3210] 199.204.45.113 () {30 vars in 769 bytes} [Thu Jun 18 10:35:55 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 2590 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1710/3211] 199.204.45.113 () {30 vars in 769 bytes} [Thu Jun 18 10:35:55 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 2590 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3212] 199.204.45.113 () {30 vars in 769 bytes} [Thu Jun 18 10:35:55 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1711/3213] 199.204.45.113 () {30 vars in 769 bytes} [Thu Jun 18 10:35:56 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 2590 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3214] 199.204.45.113 () {34 vars in 975 bytes} [Thu Jun 18 10:35:57 2026] GET /v2.0/ports/3201f80f-95c7-4ac6-9d57-40657fdf4d40 => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1712/3215] 199.204.45.113 () {34 vars in 1060 bytes} [Thu Jun 18 10:35:57 2026] GET /v2.0/ports/3201f80f-95c7-4ac6-9d57-40657fdf4d40?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3216] 199.204.45.113 () {30 vars in 769 bytes} [Thu Jun 18 10:35:57 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1713/3217] 199.204.45.113 () {34 vars in 1016 bytes} [Thu Jun 18 10:35:57 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d?fields=dns_domain => generated 29 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3220] 199.204.45.113 () {38 vars in 1028 bytes} [Thu Jun 18 10:35:57 2026] PUT /v2.0/ports/3201f80f-95c7-4ac6-9d57-40657fdf4d40 => generated 1151 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1716/3221] 199.204.45.113 () {30 vars in 769 bytes} [Thu Jun 18 10:35:58 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1506/3222] 199.204.45.113 () {34 vars in 789 bytes} [Thu Jun 18 10:35:58 2026] PUT /v2.0/ports/3201f80f-95c7-4ac6-9d57-40657fdf4d40 => generated 1090 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1717/3223] 199.204.45.113 () {30 vars in 737 bytes} [Thu Jun 18 10:35:58 2026] GET /v2.0/ports/3201f80f-95c7-4ac6-9d57-40657fdf4d40 => generated 1090 bytes in 41 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-06-18 10:35:58.938 8 INFO neutron_taas.services.taas.taas_plugin [None req-41f1c465-8fd7-4dce-8994-b10e48f7bcff 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 3201f80f-95c7-4ac6-9d57-40657fdf4d40 2026-06-18 10:35:58.941 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41f1c465-8fd7-4dce-8994-b10e48f7bcff 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 3201f80f-95c7-4ac6-9d57-40657fdf4d40 [pid: 8|app: 0|req: 1507/3224] 199.204.45.113 () {32 vars in 759 bytes} [Thu Jun 18 10:35:58 2026] DELETE /v2.0/ports/3201f80f-95c7-4ac6-9d57-40657fdf4d40 => 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: 1718/3225] 199.204.45.113 () {30 vars in 703 bytes} [Thu Jun 18 10:35:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3226] 199.204.45.113 () {30 vars in 705 bytes} [Thu Jun 18 10:35:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1719/3227] 199.204.45.113 () {30 vars in 681 bytes} [Thu Jun 18 10:35:59 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3228] 199.204.45.113 () {30 vars in 717 bytes} [Thu Jun 18 10:35:59 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-06-18 10:35:59.248 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c82d57f3-7274-4c94-93f5-d56855463a41 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1720/3229] 199.204.45.113 () {32 vars in 759 bytes} [Thu Jun 18 10:35:59 2026] DELETE /v2.0/ports/3201f80f-95c7-4ac6-9d57-40657fdf4d40 => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3230] 199.204.45.113 () {30 vars in 737 bytes} [Thu Jun 18 10:35:59 2026] GET /v2.0/ports/6ef4328b-25a5-4b92-a9b4-e6e4580eb0bc => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:35:59.332 7 INFO neutron.api.v2.resource [None req-f9b58fd6-05aa-4b21-9e9c-bf169a57b6fe 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1721/3231] 199.204.45.113 () {30 vars in 763 bytes} [Thu Jun 18 10:35:59 2026] GET /v2.0/security-groups/lb-3024c682-d819-4653-b4df-aaf78173faa1 => 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: 1511/3232] 199.204.45.113 () {30 vars in 785 bytes} [Thu Jun 18 10:35:59 2026] GET /v2.0/security-groups?name=lb-3024c682-d819-4653-b4df-aaf78173faa1 => generated 1639 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1722/3233] 199.204.45.113 () {30 vars in 737 bytes} [Thu Jun 18 10:35:59 2026] GET /v2.0/ports/6ef4328b-25a5-4b92-a9b4-e6e4580eb0bc => generated 1132 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3234] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:35:59 2026] GET /v2.0/ports?tenant_id=9394a2928302458c9168f406963dd31b&device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 1248 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3235] 199.204.45.113 () {34 vars in 1066 bytes} [Thu Jun 18 10:35:59 2026] GET /v2.0/networks?id=873960a2-65c8-4f44-8070-4fe35a211277&id=f84fb7f5-fdfb-4697-bad1-d833e2ec743d => generated 1523 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3236] 199.204.45.113 () {34 vars in 1062 bytes} [Thu Jun 18 10:35:59 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.124&port_id=6b58f1b7-323f-4468-939d-cb41b358b996 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3237] 199.204.45.113 () {34 vars in 984 bytes} [Thu Jun 18 10:35:59 2026] GET /v2.0/subnets?id=1af4883d-469d-478f-96df-b3707b390572 => generated 654 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3238] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:35:59 2026] GET /v2.0/ports?network_id=873960a2-65c8-4f44-8070-4fe35a211277&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1723/3239] 199.204.45.113 () {34 vars in 789 bytes} [Thu Jun 18 10:35:59 2026] PUT /v2.0/ports/6ef4328b-25a5-4b92-a9b4-e6e4580eb0bc => generated 1094 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3240] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:35:59 2026] GET /v2.0/networks/873960a2-65c8-4f44-8070-4fe35a211277?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3241] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:35:59 2026] GET /v2.0/networks/873960a2-65c8-4f44-8070-4fe35a211277?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: 1724/3242] 199.204.45.113 () {32 vars in 779 bytes} [Thu Jun 18 10:35:59 2026] DELETE /v2.0/security-groups/5d447519-a686-4079-a7b2-e4d8d362ff33 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:35:59.956 8 INFO neutron_taas.services.taas.taas_plugin [None req-4683fc2c-84f2-49a2-9c21-25677acc6d29 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 6ef4328b-25a5-4b92-a9b4-e6e4580eb0bc 2026-06-18 10:35:59.965 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4683fc2c-84f2-49a2-9c21-25677acc6d29 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 6ef4328b-25a5-4b92-a9b4-e6e4580eb0bc [pid: 8|app: 0|req: 1519/3243] 199.204.45.113 () {32 vars in 759 bytes} [Thu Jun 18 10:35:59 2026] DELETE /v2.0/ports/6ef4328b-25a5-4b92-a9b4-e6e4580eb0bc => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1725/3244] 199.204.45.113 () {34 vars in 994 bytes} [Thu Jun 18 10:36:02 2026] GET /v2.0/ports?device_id=abc58928-cfba-43a1-b685-eb7ef43709c0 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:36:03.175 8 INFO neutron_taas.services.taas.taas_plugin [req-5a273f30-d75a-4c83-b12d-7171c51d2354 req-2e9309e2-54f6-4f16-b5cb-743e5fe5a9f3 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] TaaS: Handle Delete Port: 6b58f1b7-323f-4468-939d-cb41b358b996 2026-06-18 10:36:03.178 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5a273f30-d75a-4c83-b12d-7171c51d2354 req-2e9309e2-54f6-4f16-b5cb-743e5fe5a9f3 96a21c91f33a41dd88c0321f544ed8db 9394a2928302458c9168f406963dd31b - - default default] Tap Mirror: Handle Delete Port: 6b58f1b7-323f-4468-939d-cb41b358b996 2026-06-18 10:36:03.220 7 INFO neutron_taas.services.taas.taas_plugin [None req-5471400a-196e-4c67-8dfb-e311eef983ee 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] TaaS: Handle Delete Port: f77929f8-8b3b-4b75-91f4-972dff1f44a3 2026-06-18 10:36:03.223 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5471400a-196e-4c67-8dfb-e311eef983ee 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] Tap Mirror: Handle Delete Port: f77929f8-8b3b-4b75-91f4-972dff1f44a3 [pid: 8|app: 0|req: 1520/3245] 199.204.45.113 () {36 vars in 997 bytes} [Thu Jun 18 10:36:03 2026] DELETE /v2.0/ports/6b58f1b7-323f-4468-939d-cb41b358b996 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:36:03.384 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-46c9c554-0e8f-416f-8463-8d7f433d24f1'] response: {'server_uuid': 'abc58928-cfba-43a1-b685-eb7ef43709c0', 'name': 'network-vif-deleted', 'tag': '6b58f1b7-323f-4468-939d-cb41b358b996', 'status': 'completed', 'code': 200} 2026-06-18 10:36:03.445 7 INFO neutron.db.l3_db [None req-5471400a-196e-4c67-8dfb-e311eef983ee 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] Floating IP 9d299774-af97-462c-8433-2ed921c3a9da disassociated (deleted). External IP: 10.96.250.209, port: d26ae169-d6a0-42c1-87b4-f8fbce25a506. [pid: 7|app: 0|req: 1726/3246] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:36:03 2026] DELETE /v2.0/floatingips/9d299774-af97-462c-8433-2ed921c3a9da => generated 0 bytes in 755 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:36:03.876 8 INFO neutron.api.v2.resource [None req-1b5a10b2-bcf5-47c3-9f9e-3b16f7fce4cb 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1521/3247] 10.0.0.47 () {32 vars in 728 bytes} [Thu Jun 18 10:36:03 2026] GET /v2.0/floatingips/9d299774-af97-462c-8433-2ed921c3a9da => generated 144 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:36:03.889 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-150f494e-eb48-4642-a7cf-6e19d02ac035'] response: {'name': 'network-changed', 'server_uuid': '19ff57bf-5fbb-40d1-8ec1-7f5e5703f73e', 'tag': 'd26ae169-d6a0-42c1-87b4-f8fbce25a506', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1727/3248] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:36:04 2026] GET /v2.0/ports?device_id=19ff57bf-5fbb-40d1-8ec1-7f5e5703f73e => generated 1204 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3249] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:36:04 2026] GET /v2.0/security-groups?id=5e085289-8c00-4f1c-b476-56b6445ef44b&fields=id&fields=name => generated 110 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1728/3250] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:36:04 2026] GET /v2.0/ports?tenant_id=2b34d29e9b83474891f67dba83ac57ab&device_id=19ff57bf-5fbb-40d1-8ec1-7f5e5703f73e => generated 1473 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3251] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:36:04 2026] GET /v2.0/networks?id=8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4 => 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: 1729/3252] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:36:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.131&port_id=d26ae169-d6a0-42c1-87b4-f8fbce25a506 => 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: 1524/3253] 199.204.45.113 () {34 vars in 1106 bytes} [Thu Jun 18 10:36:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A130&port_id=d26ae169-d6a0-42c1-87b4-f8fbce25a506 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1730/3254] 199.204.45.113 () {34 vars in 1064 bytes} [Thu Jun 18 10:36:04 2026] GET /v2.0/subnets?id=f7dc70cd-3430-4da3-a8e3-f950bbe37973&id=eabfa2d4-01c3-412d-89a4-9fc1c532ea8e => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3255] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:36:04 2026] GET /v2.0/ports?network_id=8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1731/3256] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:36:04 2026] GET /v2.0/ports?network_id=8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4&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: 8|app: 0|req: 1526/3257] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:36:04 2026] GET /v2.0/networks/8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4?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: 1732/3258] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:36:04 2026] GET /v2.0/networks/8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3259] 199.204.45.113 () {34 vars in 994 bytes} [Thu Jun 18 10:36:06 2026] GET /v2.0/ports?device_id=19ff57bf-5fbb-40d1-8ec1-7f5e5703f73e => generated 1204 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:36:06.759 7 INFO neutron_taas.services.taas.taas_plugin [req-45207b2c-b9f9-49c9-b53a-9af95b014746 req-efaaa183-1b59-4d53-99ff-ca201e2520f4 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] TaaS: Handle Delete Port: d26ae169-d6a0-42c1-87b4-f8fbce25a506 2026-06-18 10:36:06.762 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-45207b2c-b9f9-49c9-b53a-9af95b014746 req-efaaa183-1b59-4d53-99ff-ca201e2520f4 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] Tap Mirror: Handle Delete Port: d26ae169-d6a0-42c1-87b4-f8fbce25a506 [pid: 7|app: 0|req: 1733/3260] 199.204.45.113 () {36 vars in 997 bytes} [Thu Jun 18 10:36:06 2026] DELETE /v2.0/ports/d26ae169-d6a0-42c1-87b4-f8fbce25a506 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:36:06.968 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b716868-1ab2-471b-8914-f64ec65cab55'] response: {'server_uuid': '19ff57bf-5fbb-40d1-8ec1-7f5e5703f73e', 'name': 'network-vif-deleted', 'tag': 'd26ae169-d6a0-42c1-87b4-f8fbce25a506', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1528/3261] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:36:09 2026] GET /v2.0/ports?device_id=19ff57bf-5fbb-40d1-8ec1-7f5e5703f73e => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 10:36:14.573 8 INFO neutron_taas.services.taas.taas_plugin [None req-d6734748-3e99-44b5-aa31-31a9358554df 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] TaaS: Handle Delete Port: 480f629b-e0f5-4b84-a14a-51bb8008c455 2026-06-18 10:36:14.578 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6734748-3e99-44b5-aa31-31a9358554df 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] Tap Mirror: Handle Delete Port: 480f629b-e0f5-4b84-a14a-51bb8008c455 2026-06-18 10:36:14.816 8 INFO neutron.db.l3_db [None req-d6734748-3e99-44b5-aa31-31a9358554df 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] Floating IP 03f84f21-c858-4f13-a022-23140de17ff2 disassociated (deleted). External IP: 10.96.250.212, port: 561c32ce-7e6a-45c2-be84-62620f95b43d. [pid: 8|app: 0|req: 1530/3264] 10.0.0.47 () {32 vars in 731 bytes} [Thu Jun 18 10:36:14 2026] DELETE /v2.0/floatingips/03f84f21-c858-4f13-a022-23140de17ff2 => generated 0 bytes in 780 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:36:15.176 7 INFO neutron.api.v2.resource [None req-6a6ca39a-3b66-4581-87b0-e068576009a2 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1735/3265] 10.0.0.47 () {32 vars in 728 bytes} [Thu Jun 18 10:36:15 2026] GET /v2.0/floatingips/03f84f21-c858-4f13-a022-23140de17ff2 => generated 144 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:36:15.184 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-70d5dae0-d6d7-4e24-8aaf-78b5991fd3ca'] response: {'name': 'network-changed', 'server_uuid': '3b6434b5-d1a4-4fa5-a156-bd4e87b55012', 'tag': '561c32ce-7e6a-45c2-be84-62620f95b43d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1531/3266] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:36:15 2026] GET /v2.0/ports?device_id=3b6434b5-d1a4-4fa5-a156-bd4e87b55012 => generated 1196 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3267] 199.204.45.113 () {34 vars in 1080 bytes} [Thu Jun 18 10:36:15 2026] GET /v2.0/ports?tenant_id=2b34d29e9b83474891f67dba83ac57ab&device_id=3b6434b5-d1a4-4fa5-a156-bd4e87b55012 => generated 1465 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1736/3268] 10.0.0.253 () {34 vars in 1040 bytes} [Thu Jun 18 10:36:15 2026] GET /v2.0/security-groups?id=5e085289-8c00-4f1c-b476-56b6445ef44b&fields=id&fields=name => generated 110 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3269] 199.204.45.113 () {34 vars in 986 bytes} [Thu Jun 18 10:36:15 2026] GET /v2.0/networks?id=6a3a4c6d-0802-4c38-b284-b9ff99adab3c => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1737/3270] 199.204.45.113 () {34 vars in 1058 bytes} [Thu Jun 18 10:36:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.100&port_id=561c32ce-7e6a-45c2-be84-62620f95b43d => 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: 1534/3271] 199.204.45.113 () {34 vars in 1102 bytes} [Thu Jun 18 10:36:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A66&port_id=561c32ce-7e6a-45c2-be84-62620f95b43d => 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: 1738/3272] 199.204.45.113 () {34 vars in 1064 bytes} [Thu Jun 18 10:36:15 2026] GET /v2.0/subnets?id=2ba52f45-ad25-422a-a265-98f80f3cbcd4&id=8b501df5-0aa5-4472-856a-d6e68d1d4a88 => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3273] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:36:15 2026] GET /v2.0/ports?network_id=6a3a4c6d-0802-4c38-b284-b9ff99adab3c&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1739/3274] 199.204.45.113 () {34 vars in 1052 bytes} [Thu Jun 18 10:36:15 2026] GET /v2.0/ports?network_id=6a3a4c6d-0802-4c38-b284-b9ff99adab3c&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: 8|app: 0|req: 1536/3275] 199.204.45.113 () {34 vars in 1012 bytes} [Thu Jun 18 10:36:15 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1740/3276] 199.204.45.113 () {34 vars in 1112 bytes} [Thu Jun 18 10:36:16 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c?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: 1537/3277] 199.204.45.113 () {34 vars in 994 bytes} [Thu Jun 18 10:36:17 2026] GET /v2.0/ports?device_id=3b6434b5-d1a4-4fa5-a156-bd4e87b55012 => generated 1196 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 10:36:18.162 7 INFO neutron_taas.services.taas.taas_plugin [req-fa4e33a8-2474-4596-be5e-cfa69c90f6f7 req-dc3983f5-3630-4ecf-9e4c-7dfa366eda72 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] TaaS: Handle Delete Port: 561c32ce-7e6a-45c2-be84-62620f95b43d 2026-06-18 10:36:18.165 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fa4e33a8-2474-4596-be5e-cfa69c90f6f7 req-dc3983f5-3630-4ecf-9e4c-7dfa366eda72 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] Tap Mirror: Handle Delete Port: 561c32ce-7e6a-45c2-be84-62620f95b43d [pid: 7|app: 0|req: 1741/3278] 199.204.45.113 () {36 vars in 997 bytes} [Thu Jun 18 10:36:17 2026] DELETE /v2.0/ports/561c32ce-7e6a-45c2-be84-62620f95b43d => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:36:18.420 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a09e57c-d57d-4f47-81a1-4d3978224af8'] response: {'server_uuid': '3b6434b5-d1a4-4fa5-a156-bd4e87b55012', 'name': 'network-vif-deleted', 'tag': '561c32ce-7e6a-45c2-be84-62620f95b43d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1538/3279] 10.0.0.253 () {34 vars in 990 bytes} [Thu Jun 18 10:36:20 2026] GET /v2.0/ports?device_id=3b6434b5-d1a4-4fa5-a156-bd4e87b55012 => 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: 1742/3280] 10.0.0.47 () {32 vars in 749 bytes} [Thu Jun 18 10:36:25 2026] DELETE /v2.0/security-group-rules/77454fef-d3f8-4ed7-9393-3a9d485a2663 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:36:26.220 8 INFO neutron.api.v2.resource [None req-3a9fd878-a35b-4b23-af18-12fbd8840454 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1539/3281] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:36:26 2026] GET /v2.0/security-group-rules/77454fef-d3f8-4ed7-9393-3a9d485a2663 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1743/3282] 10.0.0.47 () {32 vars in 749 bytes} [Thu Jun 18 10:36:26 2026] DELETE /v2.0/security-group-rules/3c979c32-421a-4017-af51-8071ad6a0b83 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:36:26.353 8 INFO neutron.api.v2.resource [None req-86bf2554-aed1-4132-964e-d3d5e25e3a13 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1540/3283] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:36:26 2026] GET /v2.0/security-group-rules/3c979c32-421a-4017-af51-8071ad6a0b83 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1744/3284] 10.0.0.47 () {32 vars in 749 bytes} [Thu Jun 18 10:36:26 2026] DELETE /v2.0/security-group-rules/c9fbd456-33a1-4ca0-bc3f-a08b4eb7b597 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:36:26.510 8 INFO neutron.api.v2.resource [None req-d075bc05-3691-40cb-b15b-a574f3abfa9d 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1541/3285] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:36:26 2026] GET /v2.0/security-group-rules/c9fbd456-33a1-4ca0-bc3f-a08b4eb7b597 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1745/3286] 10.0.0.47 () {32 vars in 749 bytes} [Thu Jun 18 10:36:26 2026] DELETE /v2.0/security-group-rules/9d509520-1f0a-4ceb-9577-62547cf633dd => generated 0 bytes in 186 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:36:26.725 8 INFO neutron.api.v2.resource [None req-a388fb10-7df5-4460-bf1b-6d55520eec2e 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1542/3287] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:36:26 2026] GET /v2.0/security-group-rules/9d509520-1f0a-4ceb-9577-62547cf633dd => 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: 1746/3288] 10.0.0.47 () {32 vars in 749 bytes} [Thu Jun 18 10:36:26 2026] DELETE /v2.0/security-group-rules/3ba64b7a-a15b-4025-b9b3-7611908f37e9 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:36:26.900 8 INFO neutron.api.v2.resource [None req-c6278a94-b8ab-4c81-afe9-44282e804c16 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1543/3289] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:36:26 2026] GET /v2.0/security-group-rules/3ba64b7a-a15b-4025-b9b3-7611908f37e9 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1747/3290] 10.0.0.47 () {32 vars in 749 bytes} [Thu Jun 18 10:36:26 2026] DELETE /v2.0/security-group-rules/608c2a0b-23d9-409d-9f39-561818697a9f => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:36:27.069 8 INFO neutron.api.v2.resource [None req-8734988b-5f18-486e-a1b8-758f95030331 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1544/3291] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:36:27 2026] GET /v2.0/security-group-rules/608c2a0b-23d9-409d-9f39-561818697a9f => 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: 1748/3292] 10.0.0.47 () {32 vars in 749 bytes} [Thu Jun 18 10:36:27 2026] DELETE /v2.0/security-group-rules/7c1b7229-9a0b-4f98-bdec-3c13d7d0b734 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:36:27.255 8 INFO neutron.api.v2.resource [None req-e2e4d043-4a6b-4a5f-820c-66a591efb487 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1545/3293] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:36:27 2026] GET /v2.0/security-group-rules/7c1b7229-9a0b-4f98-bdec-3c13d7d0b734 => 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: 1749/3294] 10.0.0.47 () {32 vars in 749 bytes} [Thu Jun 18 10:36:27 2026] DELETE /v2.0/security-group-rules/f4bff061-be75-440d-af42-878b1ec2cdd2 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:36:27.432 8 INFO neutron.api.v2.resource [None req-73192863-1093-47e8-a99f-38132ad50626 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1546/3295] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:36:27 2026] GET /v2.0/security-group-rules/f4bff061-be75-440d-af42-878b1ec2cdd2 => generated 155 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1750/3296] 10.0.0.47 () {32 vars in 749 bytes} [Thu Jun 18 10:36:27 2026] DELETE /v2.0/security-group-rules/94ea3671-b50a-4354-aea8-9120374e9c2d => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:36:27.611 8 INFO neutron.api.v2.resource [None req-1e1c1ac4-344e-4846-817d-ab3238ac3469 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1547/3297] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:36:27 2026] GET /v2.0/security-group-rules/94ea3671-b50a-4354-aea8-9120374e9c2d => 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: 1751/3300] 10.0.0.47 () {32 vars in 749 bytes} [Thu Jun 18 10:36:27 2026] DELETE /v2.0/security-group-rules/afa21b0f-356a-4cd5-969f-3c66f77c4704 => generated 0 bytes in 475 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:36:28.112 8 INFO neutron.api.v2.resource [None req-3f952b98-a58d-44e7-83da-46718d46ecca 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1550/3301] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:36:28 2026] GET /v2.0/security-group-rules/afa21b0f-356a-4cd5-969f-3c66f77c4704 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1752/3302] 10.0.0.47 () {32 vars in 749 bytes} [Thu Jun 18 10:36:28 2026] DELETE /v2.0/security-group-rules/428ed624-75dc-471e-b821-e562c4ee0193 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:36:28.281 8 INFO neutron.api.v2.resource [None req-7b082c25-39c7-465d-b247-4947311d86c4 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1551/3303] 10.0.0.47 () {32 vars in 746 bytes} [Thu Jun 18 10:36:28 2026] GET /v2.0/security-group-rules/428ed624-75dc-471e-b821-e562c4ee0193 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1753/3304] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:36:28 2026] DELETE /v2.0/security-groups/5e085289-8c00-4f1c-b476-56b6445ef44b => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:36:28.456 8 INFO neutron.api.v2.resource [None req-041d9d33-f321-4720-835a-64737d67b194 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1552/3305] 10.0.0.47 () {32 vars in 736 bytes} [Thu Jun 18 10:36:28 2026] GET /v2.0/security-groups/5e085289-8c00-4f1c-b476-56b6445ef44b => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:36:28.936 7 INFO neutron_taas.services.taas.taas_plugin [None req-ade3b5eb-d08c-4a34-8979-c3974049c2d0 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] TaaS: Handle Delete Port: e5f0701c-29fd-4669-b104-f1467a0bbece 2026-06-18 10:36:28.941 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ade3b5eb-d08c-4a34-8979-c3974049c2d0 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] Tap Mirror: Handle Delete Port: e5f0701c-29fd-4669-b104-f1467a0bbece [pid: 7|app: 0|req: 1754/3306] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:36:28 2026] PUT /v2.0/routers/2a31c8ed-55f5-49a7-9754-1258a5991f5e/remove_router_interface => generated 309 bytes in 1104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:36:29.809 8 INFO neutron.api.v2.resource [None req-c329cd4c-5111-4751-9331-d4963a8e9137 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1553/3307] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:36:29 2026] PUT /v2.0/routers/2a31c8ed-55f5-49a7-9754-1258a5991f5e/remove_router_interface => generated 198 bytes in 167 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:36:30.382 7 INFO neutron_taas.services.taas.taas_plugin [None req-658b3e4e-3280-4b36-a6a9-f0240edb1341 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] TaaS: Handle Delete Port: 4752ff48-2b4c-4c35-9b8d-425c4276e88c 2026-06-18 10:36:30.385 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-658b3e4e-3280-4b36-a6a9-f0240edb1341 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] Tap Mirror: Handle Delete Port: 4752ff48-2b4c-4c35-9b8d-425c4276e88c [pid: 7|app: 0|req: 1755/3308] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:36:29 2026] PUT /v2.0/routers/2a31c8ed-55f5-49a7-9754-1258a5991f5e/remove_router_interface => generated 309 bytes in 1827 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:36:31.806 8 INFO neutron.api.v2.resource [None req-03898125-6fcd-4e75-8be5-4c69b0296b40 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1554/3309] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:36:31 2026] PUT /v2.0/routers/2a31c8ed-55f5-49a7-9754-1258a5991f5e/remove_router_interface => generated 198 bytes in 158 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:36:32.246 7 INFO neutron_taas.services.taas.taas_plugin [None req-d3304165-3022-47cf-9667-429c5ad52b20 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] TaaS: Handle Delete Port: 9cad7527-a4a0-45f1-abb0-fc367bba64e7 2026-06-18 10:36:32.250 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3304165-3022-47cf-9667-429c5ad52b20 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] Tap Mirror: Handle Delete Port: 9cad7527-a4a0-45f1-abb0-fc367bba64e7 [pid: 7|app: 0|req: 1756/3310] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:36:31 2026] PUT /v2.0/routers/2a31c8ed-55f5-49a7-9754-1258a5991f5e/remove_router_interface => generated 309 bytes in 1061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 10:36:33.016 8 INFO neutron.api.v2.resource [None req-94914ddc-bea0-41db-9237-c709d4191054 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1555/3311] 10.0.0.47 () {34 vars in 788 bytes} [Thu Jun 18 10:36:32 2026] PUT /v2.0/routers/2a31c8ed-55f5-49a7-9754-1258a5991f5e/remove_router_interface => generated 198 bytes in 135 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:36:33.276 7 INFO neutron_taas.services.taas.taas_plugin [None req-6b39e3b5-3e35-443b-9614-f358339a4560 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] TaaS: Handle Delete Port: baaf7256-7a55-4fae-9d84-d54777d37c03 2026-06-18 10:36:33.282 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b39e3b5-3e35-443b-9614-f358339a4560 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] Tap Mirror: Handle Delete Port: baaf7256-7a55-4fae-9d84-d54777d37c03 2026-06-18 10:36:33.642 7 INFO neutron_taas.services.taas.taas_plugin [None req-6b39e3b5-3e35-443b-9614-f358339a4560 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] TaaS: Handle Delete Port: e22587e9-7ed3-4c3f-97b3-b75e52f615b7 2026-06-18 10:36:33.645 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b39e3b5-3e35-443b-9614-f358339a4560 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] Tap Mirror: Handle Delete Port: e22587e9-7ed3-4c3f-97b3-b75e52f615b7 2026-06-18 10:36:34.097 7 INFO neutron.services.segments.plugin [-] Segment c8cf78ae-e9f2-45be-b314-51be45f497e0 resource provider aggregate not found 2026-06-18 10:36:34.103 7 INFO neutron.services.segments.plugin [-] Segment c8cf78ae-e9f2-45be-b314-51be45f497e0 resource provider aggregate not found 2026-06-18 10:36:34.118 7 INFO neutron.services.segments.plugin [-] Segment c8cf78ae-e9f2-45be-b314-51be45f497e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8cf78ae-e9f2-45be-b314-51be45f497e0 found for delete ", "request_id": "req-310b87d5-c4e6-43aa-9334-f9e295ffd189"}]} 2026-06-18 10:36:34.120 7 INFO neutron.db.l3_hamode_db [None req-6b39e3b5-3e35-443b-9614-f358339a4560 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] HA network 6b7eae83-390e-4702-9bce-225fb5369440 was deleted as no HA routers are present in tenant 2b34d29e9b83474891f67dba83ac57ab. 2026-06-18 10:36:34.127 7 INFO neutron.services.segments.plugin [-] Segment c8cf78ae-e9f2-45be-b314-51be45f497e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8cf78ae-e9f2-45be-b314-51be45f497e0 found for delete ", "request_id": "req-da95e2e6-194c-4368-b91b-4a5cbd3758fa"}]} [pid: 7|app: 0|req: 1757/3312] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:36:33 2026] DELETE /v2.0/routers/2a31c8ed-55f5-49a7-9754-1258a5991f5e => generated 0 bytes in 1106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 10:36:34.159 8 INFO neutron.api.v2.resource [None req-d4c0d144-e430-4542-8f20-a50efdd590df 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1556/3313] 10.0.0.47 () {32 vars in 720 bytes} [Thu Jun 18 10:36:34 2026] GET /v2.0/routers/2a31c8ed-55f5-49a7-9754-1258a5991f5e => generated 135 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1758/3314] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:36:34 2026] DELETE /v2.0/subnets/eabfa2d4-01c3-412d-89a4-9fc1c532ea8e => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:36:34.409 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cb129e8b-3eb9-44a3-9d7f-0f6f4ce32f81 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1557/3315] 10.0.0.47 () {32 vars in 720 bytes} [Thu Jun 18 10:36:34 2026] GET /v2.0/subnets/eabfa2d4-01c3-412d-89a4-9fc1c532ea8e => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1759/3316] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:36:34 2026] DELETE /v2.0/subnets/f7dc70cd-3430-4da3-a8e3-f950bbe37973 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:36:34.777 8 INFO neutron.pecan_wsgi.hooks.translation [None req-26b6aff2-41de-430d-bdee-57d672923a31 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1558/3317] 10.0.0.47 () {32 vars in 720 bytes} [Thu Jun 18 10:36:34 2026] GET /v2.0/subnets/f7dc70cd-3430-4da3-a8e3-f950bbe37973 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:36:34.930 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf7847d5-67ca-47d5-8623-68ce057df53b 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] TaaS: Handle Delete Port: 76a6474c-f5fd-4501-b4a0-055c0d245d80 2026-06-18 10:36:34.932 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf7847d5-67ca-47d5-8623-68ce057df53b 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] Tap Mirror: Handle Delete Port: 76a6474c-f5fd-4501-b4a0-055c0d245d80 [pid: 7|app: 0|req: 1760/3318] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:36:34 2026] DELETE /v2.0/networks/8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4 => generated 0 bytes in 436 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:36:35.250 8 INFO neutron.pecan_wsgi.hooks.translation [None req-11d2df2b-e5ad-4f24-9cb7-9da7c049cc21 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1559/3319] 10.0.0.47 () {32 vars in 722 bytes} [Thu Jun 18 10:36:35 2026] GET /v2.0/networks/8315ff5d-a49d-40b4-b8d8-5ff6cedba0b4 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1761/3320] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:36:35 2026] DELETE /v2.0/subnets/8b501df5-0aa5-4472-856a-d6e68d1d4a88 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:36:35.504 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e84f0250-f5c0-479b-9a30-63d893070936 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1560/3321] 10.0.0.47 () {32 vars in 720 bytes} [Thu Jun 18 10:36:35 2026] GET /v2.0/subnets/8b501df5-0aa5-4472-856a-d6e68d1d4a88 => generated 136 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1762/3322] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:36:35 2026] DELETE /v2.0/subnets/2ba52f45-ad25-422a-a265-98f80f3cbcd4 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:36:35.745 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0dbbcf89-6e2c-4c50-9983-96950d261894 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1561/3323] 10.0.0.47 () {32 vars in 720 bytes} [Thu Jun 18 10:36:35 2026] GET /v2.0/subnets/2ba52f45-ad25-422a-a265-98f80f3cbcd4 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:36:35.853 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe31acec-b7db-4743-b201-094160c808f7 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] TaaS: Handle Delete Port: 3ff9fbdd-c44c-4953-9af2-cf46896751ea 2026-06-18 10:36:35.856 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe31acec-b7db-4743-b201-094160c808f7 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] Tap Mirror: Handle Delete Port: 3ff9fbdd-c44c-4953-9af2-cf46896751ea [pid: 7|app: 0|req: 1763/3324] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:36:35 2026] DELETE /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:36:36.097 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c27087e8-6bb0-4393-b033-1a1257420151 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1562/3325] 10.0.0.47 () {32 vars in 722 bytes} [Thu Jun 18 10:36:36 2026] GET /v2.0/networks/6a3a4c6d-0802-4c38-b284-b9ff99adab3c => generated 138 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:36:36.154 7 INFO neutron.services.segments.plugin [-] Segment 84605c47-f780-4e02-9a17-cce996ddb746 resource provider aggregate not found 2026-06-18 10:36:36.162 7 INFO neutron.services.segments.plugin [-] Segment 84605c47-f780-4e02-9a17-cce996ddb746 resource provider aggregate not found 2026-06-18 10:36:36.174 7 INFO neutron.services.segments.plugin [-] Segment 84605c47-f780-4e02-9a17-cce996ddb746 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84605c47-f780-4e02-9a17-cce996ddb746 found for delete ", "request_id": "req-7db0a3cf-cce7-4261-b267-1c7c2e819dc7"}]} 2026-06-18 10:36:36.191 7 INFO neutron.services.segments.plugin [-] Segment 84605c47-f780-4e02-9a17-cce996ddb746 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84605c47-f780-4e02-9a17-cce996ddb746 found for delete ", "request_id": "req-62e7985e-4ed4-411c-a0c0-78243bdaf120"}]} 2026-06-18 10:36:36.198 7 INFO neutron.services.segments.plugin [-] Segment ee5e9313-247d-4bd6-b070-f74e58c49095 resource provider aggregate not found 2026-06-18 10:36:36.215 7 INFO neutron.services.segments.plugin [-] Segment ee5e9313-247d-4bd6-b070-f74e58c49095 resource provider aggregate not found 2026-06-18 10:36:36.222 7 INFO neutron.services.segments.plugin [-] Segment ee5e9313-247d-4bd6-b070-f74e58c49095 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee5e9313-247d-4bd6-b070-f74e58c49095 found for delete ", "request_id": "req-f25febc2-4d90-43b1-a647-0f70bbf294bf"}]} 2026-06-18 10:36:36.233 7 INFO neutron.services.segments.plugin [-] Segment ee5e9313-247d-4bd6-b070-f74e58c49095 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee5e9313-247d-4bd6-b070-f74e58c49095 found for delete ", "request_id": "req-2befd21f-a66b-4b3f-a8be-3b94910544f3"}]} [pid: 7|app: 0|req: 1764/3326] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:36:36 2026] DELETE /v2.0/subnets/3288a80f-d673-42e2-99ea-04b1e773f6e1 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:36:36.346 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4575241f-a6fb-4367-a228-e7e6a7531240 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1563/3327] 10.0.0.47 () {32 vars in 720 bytes} [Thu Jun 18 10:36:36 2026] GET /v2.0/subnets/3288a80f-d673-42e2-99ea-04b1e773f6e1 => 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: 1765/3328] 10.0.0.47 () {32 vars in 723 bytes} [Thu Jun 18 10:36:36 2026] DELETE /v2.0/subnets/ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:36:36.564 8 INFO neutron.pecan_wsgi.hooks.translation [None req-70a11373-be45-4ae5-b60b-eeff06137b7f 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1564/3329] 10.0.0.47 () {32 vars in 720 bytes} [Thu Jun 18 10:36:36 2026] GET /v2.0/subnets/ef6340a4-c2a8-4567-b4f8-1ca26bef39e1 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:36:36.680 7 INFO neutron_taas.services.taas.taas_plugin [None req-26d08f07-548b-4e08-9a1e-5c7fdf284e4e 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] TaaS: Handle Delete Port: ec87099d-4f7b-4190-a0f7-457f2d411484 2026-06-18 10:36:36.682 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26d08f07-548b-4e08-9a1e-5c7fdf284e4e 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] Tap Mirror: Handle Delete Port: ec87099d-4f7b-4190-a0f7-457f2d411484 [pid: 7|app: 0|req: 1766/3330] 10.0.0.47 () {32 vars in 725 bytes} [Thu Jun 18 10:36:36 2026] DELETE /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 10:36:36.922 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7d772240-12f3-4e90-8dab-9ecbc06c8a52 0887a8b1451a4b1e9b578feacd3ad14e 2b34d29e9b83474891f67dba83ac57ab - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1565/3331] 10.0.0.47 () {32 vars in 722 bytes} [Thu Jun 18 10:36:36 2026] GET /v2.0/networks/f84fb7f5-fdfb-4697-bad1-d833e2ec743d => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 10:36:38.242 7 INFO neutron.services.segments.plugin [-] Segment 6213e6b0-e357-435a-acc3-05a3e70eb70b resource provider aggregate not found 2026-06-18 10:36:38.255 7 INFO neutron.services.segments.plugin [-] Segment 6213e6b0-e357-435a-acc3-05a3e70eb70b resource provider aggregate not found 2026-06-18 10:36:38.261 7 INFO neutron.services.segments.plugin [-] Segment 6213e6b0-e357-435a-acc3-05a3e70eb70b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6213e6b0-e357-435a-acc3-05a3e70eb70b found for delete ", "request_id": "req-4dad2836-298c-467a-a652-897c8f9293ea"}]} 2026-06-18 10:36:38.275 7 INFO neutron.services.segments.plugin [-] Segment 6213e6b0-e357-435a-acc3-05a3e70eb70b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6213e6b0-e357-435a-acc3-05a3e70eb70b found for delete ", "request_id": "req-7e05d65c-0575-4b66-b861-4f56e67186a6"}]} [pid: 7|app: 0|req: 1767/3332] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:36:39 2026] GET /v2.0/security-groups?tenant_id=734e9691ccc14187b47d932ecaf124ed&name=default => generated 2929 bytes in 484 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3333] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:36:40 2026] DELETE /v2.0/security-groups/e6b9220d-b01b-45ac-9d06-c6cfaba7b755 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1768/3334] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:36:40 2026] GET /v2.0/security-groups?tenant_id=5e9dffffb5294ed7b33ace00a56e38a0&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: 1567/3335] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:36:40 2026] DELETE /v2.0/security-groups/cdebe946-e634-4a95-b187-56713eeb58e0 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1769/3336] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:36:41 2026] GET /v2.0/security-groups?tenant_id=2b34d29e9b83474891f67dba83ac57ab&name=default => generated 2929 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3337] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:36:41 2026] DELETE /v2.0/security-groups/23dcc09d-c97a-4df2-a1da-8356d18bd94f => 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: 1770/3338] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:36:41 2026] GET /v2.0/security-groups?tenant_id=eb58ac1c4a7740c6b0312ec9934beb74&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: 1569/3339] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:36:41 2026] DELETE /v2.0/security-groups/bf7a929c-cc7f-4e87-961d-e941dfda6ea1 => 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: 1771/3340] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:36:41 2026] GET /v2.0/security-groups?tenant_id=a304155d1c214154a57dba74adeb5c96&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3341] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:36:42 2026] DELETE /v2.0/security-groups/b601cd88-461d-41af-89f4-86db51bccc7f => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1772/3342] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:36:42 2026] GET /v2.0/security-groups?tenant_id=f5ae4e75f1954e3283b8112d8a6f9a33&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3343] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:36:42 2026] DELETE /v2.0/security-groups/312c9f8e-71f5-4829-84d4-4b23b88106b4 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3346] 10.0.0.47 () {32 vars in 773 bytes} [Thu Jun 18 10:36:43 2026] GET /v2.0/security-groups?tenant_id=41e320d8b89e488d9f180c94a0eab179&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1774/3347] 10.0.0.47 () {32 vars in 739 bytes} [Thu Jun 18 10:36:43 2026] DELETE /v2.0/security-groups/c8510eb3-aba2-4f52-9135-3bfb3371c70b => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3348] 10.0.0.47 () {32 vars in 648 bytes} [Thu Jun 18 10:36:46 2026] GET /v2.0/networks => generated 2168 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1775/3349] 10.0.0.47 () {32 vars in 654 bytes} [Thu Jun 18 10:36:48 2026] GET /v2.0/floatingips => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3350] 10.0.0.47 () {32 vars in 646 bytes} [Thu Jun 18 10:36:48 2026] GET /v2.0/routers => generated 15 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1776/3351] 10.0.0.47 () {32 vars in 642 bytes} [Thu Jun 18 10:36:48 2026] GET /v2.0/ports => generated 4725 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3352] 10.0.0.47 () {32 vars in 646 bytes} [Thu Jun 18 10:36:48 2026] GET /v2.0/subnets => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1777/3353] 10.0.0.47 () {32 vars in 648 bytes} [Thu Jun 18 10:36:48 2026] GET /v2.0/networks => generated 2168 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3354] 10.0.0.47 () {32 vars in 662 bytes} [Thu Jun 18 10:36:48 2026] GET /v2.0/security-groups => generated 17401 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1778/3355] 10.0.0.47 () {32 vars in 654 bytes} [Thu Jun 18 10:36:48 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)