+ 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 4 12:33:52 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:39 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-fc6bc99d9-x9m5x machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f0bb2268668 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)... /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-06-04 12:33:57.015 7 INFO neutron.common.config [-] Logging enabled! 2026-06-04 12:33:57.015 7 INFO neutron.common.config [-] uwsgi version 26.0.4.dev15 2026-06-04 12:33:57.035 8 INFO neutron.common.config [-] Logging enabled! 2026-06-04 12:33:57.035 8 INFO neutron.common.config [-] uwsgi version 26.0.4.dev15 2026-06-04 12:33:58.040 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-04 12:33:58.158 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-04 12:33:59.530 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-04 12:33:59.534 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-04 12:33:59.537 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-04 12:33:59.538 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-04 12:33:59.539 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-04 12:33:59.539 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-04 12:33:59.539 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-04 12:33:59.547 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-04 12:33:59.547 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-04 12:33:59.548 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-04 12:33:59.570 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-04 12:33:59.571 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-04 12:33:59.571 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-04 12:33:59.623 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-04 12:33:59.623 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-04 12:33:59.623 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-04 12:33:59.623 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-04 12:33:59.627 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-04 12:33:59.631 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-04 12:33:59.635 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-04 12:33:59.636 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-04 12:33:59.636 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-04 12:33:59.636 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-04 12:33:59.636 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-04 12:33:59.644 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-04 12:33:59.644 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-04 12:33:59.644 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-04 12:33:59.667 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-04 12:33:59.668 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-04 12:33:59.668 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-04 12:33:59.718 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-04 12:33:59.719 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-04 12:33:59.719 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-04 12:33:59.719 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-04 12:33:59.947 7 INFO neutron.plugins.ml2.managers [None req-38a6e97a-f73c-42b4-87b5-4eb42210984e - - - - - -] Initializing driver for type 'vlan' 2026-06-04 12:34:00.021 8 INFO neutron.plugins.ml2.managers [None req-71564d6b-2810-4d74-95c0-b29a6c0a0968 - - - - - -] Initializing driver for type 'vlan' 2026-06-04 12:34:00.241 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-38a6e97a-f73c-42b4-87b5-4eb42210984e - - - - - -] VlanTypeDriver initialization complete 2026-06-04 12:34:00.241 7 INFO neutron.plugins.ml2.managers [None req-38a6e97a-f73c-42b4-87b5-4eb42210984e - - - - - -] Initializing driver for type 'vxlan' 2026-06-04 12:34:00.242 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-38a6e97a-f73c-42b4-87b5-4eb42210984e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-04 12:34:00.267 7 INFO neutron.plugins.ml2.managers [None req-38a6e97a-f73c-42b4-87b5-4eb42210984e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-04 12:34:00.268 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-38a6e97a-f73c-42b4-87b5-4eb42210984e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-04 12:34:00.268 7 INFO neutron.plugins.ml2.managers [None req-38a6e97a-f73c-42b4-87b5-4eb42210984e - - - - - -] Initializing extension driver 'port_security' 2026-06-04 12:34:00.268 7 INFO neutron.plugins.ml2.extensions.port_security [None req-38a6e97a-f73c-42b4-87b5-4eb42210984e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-04 12:34:00.268 7 INFO neutron.plugins.ml2.managers [None req-38a6e97a-f73c-42b4-87b5-4eb42210984e - - - - - -] Initializing extension driver 'qos' 2026-06-04 12:34:00.268 7 INFO neutron.plugins.ml2.managers [None req-38a6e97a-f73c-42b4-87b5-4eb42210984e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-04 12:34:00.269 7 INFO neutron.plugins.ml2.managers [None req-38a6e97a-f73c-42b4-87b5-4eb42210984e - - - - - -] Initializing mechanism driver 'l2population' 2026-06-04 12:34:00.284 7 INFO neutron.quota [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded quota_driver: . 2026-06-04 12:34:00.285 7 INFO neutron.plugins.ml2.plugin [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Modular L2 Plugin initialization complete 2026-06-04 12:34:00.285 7 INFO neutron.plugins.ml2.managers [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-04 12:34:00.285 7 INFO neutron.plugins.ml2.managers [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-04 12:34:00.285 7 INFO neutron.plugins.ml2.managers [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-04 12:34:00.285 7 INFO neutron.extensions.vlantransparent [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Disabled vlantransparent extension. 2026-06-04 12:34:00.286 7 INFO neutron.extensions.qinq [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Disabled VLAN QinQ extension. 2026-06-04 12:34:00.286 7 INFO neutron.manager [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loading Plugin: qos 2026-06-04 12:34:00.299 7 INFO neutron.manager [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loading Plugin: router 2026-06-04 12:34:00.347 7 INFO neutron.services.service_base [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-04 12:34:00.347 7 INFO neutron.manager [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loading Plugin: segments 2026-06-04 12:34:00.364 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-71564d6b-2810-4d74-95c0-b29a6c0a0968 - - - - - -] VlanTypeDriver initialization complete 2026-06-04 12:34:00.364 8 INFO neutron.plugins.ml2.managers [None req-71564d6b-2810-4d74-95c0-b29a6c0a0968 - - - - - -] Initializing driver for type 'vxlan' 2026-06-04 12:34:00.364 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-71564d6b-2810-4d74-95c0-b29a6c0a0968 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-04 12:34:00.384 8 INFO neutron.plugins.ml2.managers [None req-71564d6b-2810-4d74-95c0-b29a6c0a0968 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-04 12:34:00.384 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-71564d6b-2810-4d74-95c0-b29a6c0a0968 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-04 12:34:00.384 8 INFO neutron.plugins.ml2.managers [None req-71564d6b-2810-4d74-95c0-b29a6c0a0968 - - - - - -] Initializing extension driver 'port_security' 2026-06-04 12:34:00.384 8 INFO neutron.plugins.ml2.extensions.port_security [None req-71564d6b-2810-4d74-95c0-b29a6c0a0968 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-04 12:34:00.385 8 INFO neutron.plugins.ml2.managers [None req-71564d6b-2810-4d74-95c0-b29a6c0a0968 - - - - - -] Initializing extension driver 'qos' 2026-06-04 12:34:00.385 8 INFO neutron.plugins.ml2.managers [None req-71564d6b-2810-4d74-95c0-b29a6c0a0968 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-04 12:34:00.385 8 INFO neutron.plugins.ml2.managers [None req-71564d6b-2810-4d74-95c0-b29a6c0a0968 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-04 12:34:00.399 8 INFO neutron.quota [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded quota_driver: . 2026-06-04 12:34:00.399 8 INFO neutron.plugins.ml2.plugin [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Modular L2 Plugin initialization complete 2026-06-04 12:34:00.399 8 INFO neutron.plugins.ml2.managers [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-04 12:34:00.400 8 INFO neutron.plugins.ml2.managers [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-04 12:34:00.400 8 INFO neutron.plugins.ml2.managers [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-04 12:34:00.400 8 INFO neutron.extensions.vlantransparent [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Disabled vlantransparent extension. 2026-06-04 12:34:00.400 8 INFO neutron.extensions.qinq [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Disabled VLAN QinQ extension. 2026-06-04 12:34:00.400 8 INFO neutron.manager [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loading Plugin: qos 2026-06-04 12:34:00.414 8 INFO neutron.manager [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loading Plugin: router 2026-06-04 12:34:00.446 7 INFO neutron.manager [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loading Plugin: trunk 2026-06-04 12:34:00.461 7 INFO neutron.manager [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loading Plugin: vpnaas 2026-06-04 12:34:00.464 8 INFO neutron.services.service_base [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-04 12:34:00.465 8 INFO neutron.manager [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loading Plugin: segments 2026-06-04 12:34:00.501 7 WARNING stevedore.named [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-04 12:34:00.502 7 WARNING stevedore.named [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-04 12:34:00.564 8 INFO neutron.manager [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loading Plugin: trunk 2026-06-04 12:34:00.579 8 INFO neutron.manager [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loading Plugin: vpnaas 2026-06-04 12:34:00.595 7 INFO neutron_vpnaas.services.vpn.plugin [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-04 12:34:00.595 7 INFO neutron.common.utils [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-04 12:34:00.595 7 INFO neutron.manager [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loading Plugin: taas 2026-06-04 12:34:00.621 8 WARNING stevedore.named [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-04 12:34:00.622 8 WARNING stevedore.named [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-04 12:34:00.630 7 WARNING stevedore.named [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-04 12:34:00.666 7 INFO neutron_taas.services.taas.taas_plugin [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-04 12:34:00.667 7 INFO neutron.manager [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loading Plugin: tapmirror 2026-06-04 12:34:00.680 7 WARNING stevedore.named [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-04 12:34:00.698 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-04 12:34:00.699 7 INFO neutron.manager [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loading Plugin: auto_allocate 2026-06-04 12:34:00.710 7 INFO neutron.manager [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loading Plugin: tag 2026-06-04 12:34:00.716 8 INFO neutron_vpnaas.services.vpn.plugin [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-04 12:34:00.717 8 INFO neutron.common.utils [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-04 12:34:00.717 8 INFO neutron.manager [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loading Plugin: taas 2026-06-04 12:34:00.720 7 INFO neutron.manager [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loading Plugin: timestamp 2026-06-04 12:34:00.724 7 INFO neutron.manager [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loading Plugin: network_ip_availability 2026-06-04 12:34:00.728 7 INFO neutron.manager [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loading Plugin: flavors 2026-06-04 12:34:00.733 7 INFO neutron.manager [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loading Plugin: revisions 2026-06-04 12:34:00.737 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Initializing extension manager. 2026-06-04 12:34:00.738 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: address-group 2026-06-04 12:34:00.740 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: address-scope 2026-06-04 12:34:00.740 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-04 12:34:00.741 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: agent 2026-06-04 12:34:00.742 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: agent-resources-synced 2026-06-04 12:34:00.743 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-04 12:34:00.745 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-04 12:34:00.746 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: availability_zone 2026-06-04 12:34:00.747 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: availability_zone_filter 2026-06-04 12:34:00.747 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-04 12:34:00.748 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: default-subnetpools 2026-06-04 12:34:00.750 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-04 12:34:00.751 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: dns-integration 2026-06-04 12:34:00.751 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: dns-domain-ports 2026-06-04 12:34:00.752 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-04 12:34:00.753 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: dvr 2026-06-04 12:34:00.753 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-04 12:34:00.754 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: empty-string-filtering 2026-06-04 12:34:00.755 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-04 12:34:00.755 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-04 12:34:00.756 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: external-net 2026-06-04 12:34:00.756 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-04 12:34:00.756 8 WARNING stevedore.named [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-04 12:34:00.757 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: extraroute 2026-06-04 12:34:00.758 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: extraroute-atomic 2026-06-04 12:34:00.758 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-04 12:34:00.759 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-04 12:34:00.760 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-04 12:34:00.760 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-04 12:34:00.761 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: fip-port-details 2026-06-04 12:34:00.762 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: flavors 2026-06-04 12:34:00.764 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-04 12:34:00.765 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: floatingip-pools 2026-06-04 12:34:00.766 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: ip_allocation 2026-06-04 12:34:00.766 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-04 12:34:00.767 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: l2_adjacency 2026-06-04 12:34:00.769 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: router 2026-06-04 12:34:00.772 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-04 12:34:00.773 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-04 12:34:00.773 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-04 12:34:00.774 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: ext-gw-mode 2026-06-04 12:34:00.775 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: l3-ha 2026-06-04 12:34:00.775 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-04 12:34:00.776 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-04 12:34:00.777 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: l3-flavors 2026-06-04 12:34:00.778 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-04 12:34:00.779 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-04 12:34:00.782 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-04 12:34:00.783 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-04 12:34:00.785 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-04 12:34:00.786 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-04 12:34:00.787 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-04 12:34:00.787 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: multi-provider 2026-06-04 12:34:00.788 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: net-mtu 2026-06-04 12:34:00.788 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: net-mtu-writable 2026-06-04 12:34:00.789 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: network_availability_zone 2026-06-04 12:34:00.789 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: network_ha 2026-06-04 12:34:00.790 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: network-ip-availability 2026-06-04 12:34:00.791 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-04 12:34:00.792 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: pagination 2026-06-04 12:34:00.792 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: port-device-profile 2026-06-04 12:34:00.793 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-04 12:34:00.793 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-04 12:34:00.794 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-04 12:34:00.794 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: port-mac-override 2026-06-04 12:34:00.795 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-04 12:34:00.795 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-04 12:34:00.795 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-04 12:34:00.796 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: port-resource-request 2026-06-04 12:34:00.797 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-04 12:34:00.797 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-04 12:34:00.797 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: binding 2026-06-04 12:34:00.798 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: binding-extended 2026-06-04 12:34:00.799 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: port-security 2026-06-04 12:34:00.799 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: project-id 2026-06-04 12:34:00.800 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: provider 2026-06-04 12:34:00.800 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-04 12:34:00.802 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: qos 2026-06-04 12:34:00.803 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-04 12:34:00.804 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-04 12:34:00.804 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: qos-default 2026-06-04 12:34:00.805 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: qos-fip 2026-06-04 12:34:00.805 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-04 12:34:00.806 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-04 12:34:00.806 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-04 12:34:00.807 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-04 12:34:00.807 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-04 12:34:00.808 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: qos-pps 2026-06-04 12:34:00.809 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-04 12:34:00.809 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-04 12:34:00.811 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: qos-rules-alias 2026-06-04 12:34:00.811 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: quota-check-limit 2026-06-04 12:34:00.812 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-04 12:34:00.815 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: quotas 2026-06-04 12:34:00.817 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: quota_details 2026-06-04 12:34:00.818 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: rbac-policies 2026-06-04 12:34:00.819 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: rbac-address-group 2026-06-04 12:34:00.819 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: rbac-address-scope 2026-06-04 12:34:00.820 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: rbac-security-groups 2026-06-04 12:34:00.820 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-04 12:34:00.821 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: revision-if-match 2026-06-04 12:34:00.822 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-04 12:34:00.822 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: router_availability_zone 2026-06-04 12:34:00.822 8 INFO neutron_taas.services.taas.taas_plugin [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-04 12:34:00.823 8 INFO neutron.manager [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loading Plugin: tapmirror 2026-06-04 12:34:00.823 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-04 12:34:00.825 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-04 12:34:00.826 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-04 12:34:00.827 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-04 12:34:00.828 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-04 12:34:00.828 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-04 12:34:00.829 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-04 12:34:00.837 8 WARNING stevedore.named [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-04 12:34:00.836 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: security-group 2026-06-04 12:34:00.840 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: segment 2026-06-04 12:34:00.841 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-04 12:34:00.841 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: service-type 2026-06-04 12:34:00.842 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: sorting 2026-06-04 12:34:00.842 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: standard-attr-segment 2026-06-04 12:34:00.843 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: standard-attr-description 2026-06-04 12:34:00.846 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: stateful-security-group 2026-06-04 12:34:00.846 7 WARNING neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-04 12:34:00.847 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-04 12:34:00.847 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: subnet-external-network 2026-06-04 12:34:00.848 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: subnet_onboard 2026-06-04 12:34:00.849 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-04 12:34:00.850 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: subnet-service-types 2026-06-04 12:34:00.851 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: subnet_allocation 2026-06-04 12:34:00.851 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-04 12:34:00.852 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: tag-creation 2026-06-04 12:34:00.852 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-04 12:34:00.857 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: standard-attr-tag 2026-06-04 12:34:00.859 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-04 12:34:00.861 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: trunk 2026-06-04 12:34:00.862 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: trunk-details 2026-06-04 12:34:00.863 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-04 12:34:00.863 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-04 12:34:00.863 8 INFO neutron.manager [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loading Plugin: auto_allocate 2026-06-04 12:34:00.864 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-04 12:34:00.865 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-04 12:34:00.867 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-04 12:34:00.870 8 INFO neutron.manager [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loading Plugin: tag 2026-06-04 12:34:00.872 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-04 12:34:00.873 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-04 12:34:00.874 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: vpn-flavors 2026-06-04 12:34:00.876 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: vpnaas 2026-06-04 12:34:00.877 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: taas 2026-06-04 12:34:00.878 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: tap-mirror 2026-06-04 12:34:00.879 7 INFO neutron.api.extensions [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-04 12:34:00.881 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-04 12:34:00.881 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-04 12:34:00.882 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 12:34:00.882 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-04 12:34:00.885 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-04 12:34:00.886 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-04 12:34:00.887 8 INFO neutron.manager [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loading Plugin: timestamp 2026-06-04 12:34:00.890 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-04 12:34:00.891 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-04 12:34:00.891 8 INFO neutron.manager [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loading Plugin: network_ip_availability 2026-06-04 12:34:00.891 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-04 12:34:00.892 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 12:34:00.892 7 WARNING neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] subnetpool is already registered 2026-06-04 12:34:00.893 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 12:34:00.893 7 WARNING neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] subnetpool is already registered 2026-06-04 12:34:00.893 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-04 12:34:00.894 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 12:34:00.894 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 12:34:00.895 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-04 12:34:00.895 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-04 12:34:00.895 8 INFO neutron.manager [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loading Plugin: flavors 2026-06-04 12:34:00.896 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-04 12:34:00.896 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 12:34:00.896 7 WARNING neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] ipsecpolicy is already registered 2026-06-04 12:34:00.896 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 12:34:00.897 7 WARNING neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] ikepolicy is already registered 2026-06-04 12:34:00.899 8 INFO neutron.manager [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loading Plugin: revisions 2026-06-04 12:34:00.901 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-04 12:34:00.901 7 WARNING neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] router is already registered 2026-06-04 12:34:00.902 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-04 12:34:00.902 7 WARNING neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] floatingip is already registered 2026-06-04 12:34:00.903 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Initializing extension manager. 2026-06-04 12:34:00.904 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: address-group 2026-06-04 12:34:00.906 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-04 12:34:00.906 7 WARNING neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] rbac_policy is already registered 2026-06-04 12:34:00.906 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: address-scope 2026-06-04 12:34:00.906 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-04 12:34:00.907 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-04 12:34:00.907 7 WARNING neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] security_group is already registered 2026-06-04 12:34:00.907 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-04 12:34:00.907 7 WARNING neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] security_group_rule is already registered 2026-06-04 12:34:00.908 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 12:34:00.909 7 WARNING neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] subnetpool is already registered 2026-06-04 12:34:00.909 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 12:34:00.909 7 WARNING neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] subnetpool is already registered 2026-06-04 12:34:00.910 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-04 12:34:00.910 7 WARNING neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] trunk is already registered 2026-06-04 12:34:00.909 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: agent 2026-06-04 12:34:00.910 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 12:34:00.910 7 WARNING neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] ikepolicy is already registered 2026-06-04 12:34:00.911 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: agent-resources-synced 2026-06-04 12:34:00.911 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 12:34:00.911 7 WARNING neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] ipsecpolicy is already registered 2026-06-04 12:34:00.911 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-04 12:34:00.911 7 WARNING neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] endpoint_group is already registered 2026-06-04 12:34:00.912 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-04 12:34:00.912 7 WARNING neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] vpnservice is already registered 2026-06-04 12:34:00.912 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-04 12:34:00.912 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-04 12:34:00.912 7 WARNING neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] ipsec_site_connection is already registered 2026-06-04 12:34:00.913 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-04 12:34:00.913 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 12:34:00.913 7 WARNING neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] ipsecpolicy is already registered 2026-06-04 12:34:00.913 7 INFO neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 12:34:00.913 7 WARNING neutron.quota.resource_registry [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] ikepolicy is already registered 2026-06-04 12:34:00.914 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: availability_zone 2026-06-04 12:34:00.914 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: availability_zone_filter 2026-06-04 12:34:00.915 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-04 12:34:00.915 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: default-subnetpools 2026-06-04 12:34:00.917 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-04 12:34:00.918 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: dns-integration 2026-06-04 12:34:00.918 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: dns-domain-ports 2026-06-04 12:34:00.919 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-04 12:34:00.919 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: dvr 2026-06-04 12:34:00.920 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-04 12:34:00.920 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: empty-string-filtering 2026-06-04 12:34:00.921 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-04 12:34:00.922 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-04 12:34:00.922 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: external-net 2026-06-04 12:34:00.923 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-04 12:34:00.923 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: extraroute 2026-06-04 12:34:00.924 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: extraroute-atomic 2026-06-04 12:34:00.924 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-04 12:34:00.925 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-04 12:34:00.925 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-04 12:34:00.926 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-04 12:34:00.926 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: fip-port-details 2026-06-04 12:34:00.927 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: flavors 2026-06-04 12:34:00.928 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-04 12:34:00.929 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: floatingip-pools 2026-06-04 12:34:00.929 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: ip_allocation 2026-06-04 12:34:00.930 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-04 12:34:00.931 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: l2_adjacency 2026-06-04 12:34:00.932 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: router 2026-06-04 12:34:00.934 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-04 12:34:00.934 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-04 12:34:00.935 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-04 12:34:00.935 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: ext-gw-mode 2026-06-04 12:34:00.936 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: l3-ha 2026-06-04 12:34:00.936 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-04 12:34:00.937 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-04 12:34:00.937 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: l3-flavors 2026-06-04 12:34:00.938 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-04 12:34:00.939 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-04 12:34:00.941 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-04 12:34:00.942 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-04 12:34:00.944 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-04 12:34:00.945 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-04 12:34:00.946 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-04 12:34:00.946 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: multi-provider 2026-06-04 12:34:00.947 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: net-mtu 2026-06-04 12:34:00.947 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: net-mtu-writable 2026-06-04 12:34:00.948 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: network_availability_zone 2026-06-04 12:34:00.948 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: network_ha 2026-06-04 12:34:00.949 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: network-ip-availability 2026-06-04 12:34:00.950 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-04 12:34:00.951 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: pagination 2026-06-04 12:34:00.951 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: port-device-profile 2026-06-04 12:34:00.952 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-04 12:34:00.952 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-04 12:34:00.953 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-04 12:34:00.953 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: port-mac-override 2026-06-04 12:34:00.953 7 WARNING keystonemiddleware._common.config [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-04 12:34:00.954 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-04 12:34:00.954 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-04 12:34:00.955 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-04 12:34:00.955 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: port-resource-request 2026-06-04 12:34:00.956 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-04 12:34:00.957 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-04 12:34:00.957 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: binding 2026-06-04 12:34:00.958 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: binding-extended 2026-06-04 12:34:00.959 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: port-security 2026-06-04 12:34:00.959 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: project-id 2026-06-04 12:34:00.960 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: provider 2026-06-04 12:34:00.960 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-04 12:34:00.961 7 WARNING oslo_config.cfg [None req-43534720-ca6c-4e34-a825-057af7f7fc30 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-04 12:34:00.963 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: qos 2026-06-04 12:34:00.964 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: qos-bw-limit-direction WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f0bb2268668 pid: 7 (default app) 2026-06-04 12:34:00.964 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-04 12:34:00.965 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: qos-default 2026-06-04 12:34:00.965 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: qos-fip 2026-06-04 12:34:00.966 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-04 12:34:00.966 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-04 12:34:00.967 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-04 12:34:00.967 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-04 12:34:00.968 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-04 12:34:00.968 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: qos-pps 2026-06-04 12:34:00.969 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-04 12:34:00.969 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-04 12:34:00.971 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: qos-rules-alias 2026-06-04 12:34:00.971 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: quota-check-limit 2026-06-04 12:34:00.972 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-04 12:34:00.975 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: quotas 2026-06-04 12:34:00.976 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: quota_details 2026-06-04 12:34:00.977 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: rbac-policies 2026-06-04 12:34:00.978 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: rbac-address-group 2026-06-04 12:34:00.979 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: rbac-address-scope 2026-06-04 12:34:00.979 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: rbac-security-groups 2026-06-04 12:34:00.980 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-04 12:34:00.980 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: revision-if-match 2026-06-04 12:34:00.981 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-04 12:34:00.982 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: router_availability_zone 2026-06-04 12:34:00.982 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-04 12:34:00.984 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-04 12:34:00.984 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-04 12:34:00.985 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-04 12:34:00.985 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-04 12:34:00.986 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-04 12:34:00.986 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-04 12:34:00.993 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: security-group 2026-06-04 12:34:00.994 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: segment 2026-06-04 12:34:00.995 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-04 12:34:00.995 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: service-type 2026-06-04 12:34:00.996 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: sorting 2026-06-04 12:34:00.996 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: standard-attr-segment 2026-06-04 12:34:00.997 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: standard-attr-description 2026-06-04 12:34:00.998 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: stateful-security-group 2026-06-04 12:34:00.998 8 WARNING neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-04 12:34:00.999 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-04 12:34:00.999 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: subnet-external-network 2026-06-04 12:34:01.000 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: subnet_onboard 2026-06-04 12:34:01.000 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-04 12:34:01.001 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: subnet-service-types 2026-06-04 12:34:01.001 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: subnet_allocation 2026-06-04 12:34:01.002 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-04 12:34:01.003 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: tag-creation 2026-06-04 12:34:01.003 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-04 12:34:01.008 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: standard-attr-tag 2026-06-04 12:34:01.008 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-04 12:34:01.009 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: trunk 2026-06-04 12:34:01.010 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: trunk-details 2026-06-04 12:34:01.010 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-04 12:34:01.012 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-04 12:34:01.012 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-04 12:34:01.013 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-04 12:34:01.015 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-04 12:34:01.016 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-04 12:34:01.017 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: vpn-flavors 2026-06-04 12:34:01.018 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: vpnaas 2026-06-04 12:34:01.019 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: taas 2026-06-04 12:34:01.021 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: tap-mirror 2026-06-04 12:34:01.021 8 INFO neutron.api.extensions [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-04 12:34:01.024 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-04 12:34:01.024 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-04 12:34:01.024 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 12:34:01.024 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-04 12:34:01.028 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-04 12:34:01.029 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-04 12:34:01.034 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-04 12:34:01.034 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-04 12:34:01.035 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-04 12:34:01.036 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 12:34:01.036 8 WARNING neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] subnetpool is already registered 2026-06-04 12:34:01.036 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 12:34:01.037 8 WARNING neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] subnetpool is already registered 2026-06-04 12:34:01.037 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-04 12:34:01.038 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 12:34:01.038 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 12:34:01.039 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-04 12:34:01.039 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-04 12:34:01.040 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-04 12:34:01.040 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 12:34:01.040 8 WARNING neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] ipsecpolicy is already registered 2026-06-04 12:34:01.040 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 12:34:01.041 8 WARNING neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] ikepolicy is already registered 2026-06-04 12:34:01.046 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-04 12:34:01.046 8 WARNING neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] router is already registered 2026-06-04 12:34:01.047 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-04 12:34:01.047 8 WARNING neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] floatingip is already registered 2026-06-04 12:34:01.051 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-04 12:34:01.051 8 WARNING neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] rbac_policy is already registered 2026-06-04 12:34:01.052 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-04 12:34:01.052 8 WARNING neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] security_group is already registered 2026-06-04 12:34:01.052 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-04 12:34:01.053 8 WARNING neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] security_group_rule is already registered 2026-06-04 12:34:01.053 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 12:34:01.054 8 WARNING neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] subnetpool is already registered 2026-06-04 12:34:01.054 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 12:34:01.054 8 WARNING neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] subnetpool is already registered 2026-06-04 12:34:01.055 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-04 12:34:01.055 8 WARNING neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] trunk is already registered 2026-06-04 12:34:01.055 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 12:34:01.055 8 WARNING neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] ikepolicy is already registered 2026-06-04 12:34:01.056 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 12:34:01.056 8 WARNING neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] ipsecpolicy is already registered 2026-06-04 12:34:01.056 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-04 12:34:01.057 8 WARNING neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] endpoint_group is already registered 2026-06-04 12:34:01.057 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-04 12:34:01.057 8 WARNING neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] vpnservice is already registered 2026-06-04 12:34:01.058 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-04 12:34:01.058 8 WARNING neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] ipsec_site_connection is already registered 2026-06-04 12:34:01.058 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 12:34:01.058 8 WARNING neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] ipsecpolicy is already registered 2026-06-04 12:34:01.059 8 INFO neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 12:34:01.059 8 WARNING neutron.quota.resource_registry [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] ikepolicy is already registered 2026-06-04 12:34:01.099 8 WARNING keystonemiddleware._common.config [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-04 12:34:01.107 8 WARNING oslo_config.cfg [None req-5830274b-04bd-40d8-92fc-36b9d8d5f608 - - - - - -] 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 9 seconds on interpreter 0x7f0bb2268668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 12:34:06.528 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3e1cd09f-bf4a-49c3-922b-f3c4f96bc5c4 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1/4] 199.204.45.74 () {44 vars in 923 bytes} [Thu Jun 4 12:34:05 2026] GET /v2.0/networks/public => generated 108 bytes in 970 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: 4/5] 199.204.45.74 () {44 vars in 945 bytes} [Thu Jun 4 12:34:06 2026] GET /v2.0/networks?name=public => generated 15 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 12:34:07.395 8 WARNING neutron.services.revisions.revision_plugin [None req-ca285cce-7ace-44ad-b386-2b17d4c88c6c 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Could not find related network for resource to bump revision. 2026-06-04 12:34:07.422 8 INFO neutron.db.segments_db [None req-ca285cce-7ace-44ad-b386-2b17d4c88c6c 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment a4cd61cd-d02e-499b-bad4-9b6a3211f3b6 of type flat for network c48aa6ab-eeb5-48b9-9f58-2c9bfa8abed9 2026-06-04 12:34:07.479 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ca285cce-7ace-44ad-b386-2b17d4c88c6c 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/6] 199.204.45.74 () {48 vars in 963 bytes} [Thu Jun 4 12:34:06 2026] POST /v2.0/networks => generated 124 bytes in 516 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 12:34:13.738 7 INFO neutron.pecan_wsgi.hooks.translation [None req-097791bc-67be-4e24-bab2-597f25814b57 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.74 () {44 vars in 923 bytes} [Thu Jun 4 12:34:13 2026] GET /v2.0/networks/public => generated 108 bytes in 421 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.74 () {44 vars in 945 bytes} [Thu Jun 4 12:34:13 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-04 12:34:14.042 7 WARNING neutron.services.revisions.revision_plugin [None req-93de10f5-f29c-4785-8c3f-9059c77a8c43 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Could not find related network for resource to bump revision. 2026-06-04 12:34:14.063 7 INFO neutron.db.segments_db [None req-93de10f5-f29c-4785-8c3f-9059c77a8c43 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment 8a2ad540-93f4-4588-a98a-09575a49cc9a of type flat for network 6e6aa5b0-b800-474d-91c3-ef4d6d1cc054 2026-06-04 12:34:14.115 7 INFO neutron.pecan_wsgi.hooks.translation [None req-93de10f5-f29c-4785-8c3f-9059c77a8c43 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.74 () {48 vars in 963 bytes} [Thu Jun 4 12:34:13 2026] POST /v2.0/networks => generated 124 bytes in 354 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 12:34:20.045 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5859bef2-540d-47c0-85e1-15f1db49f3a4 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/11] 199.204.45.74 () {44 vars in 923 bytes} [Thu Jun 4 12:34:19 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/12] 199.204.45.74 () {44 vars in 945 bytes} [Thu Jun 4 12:34:20 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 12:34:20.127 7 WARNING neutron.services.revisions.revision_plugin [None req-6ab4446a-2a0e-4a97-a839-4eb75222bf89 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Could not find related network for resource to bump revision. 2026-06-04 12:34:20.142 7 INFO neutron.db.segments_db [None req-6ab4446a-2a0e-4a97-a839-4eb75222bf89 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment 59d750a3-4103-45ea-86c3-23016cb4fab9 of type flat for network 0871c2d1-07be-4ab8-bf0d-16f3d24b7cc1 2026-06-04 12:34:20.166 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6ab4446a-2a0e-4a97-a839-4eb75222bf89 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.204.45.74 () {48 vars in 963 bytes} [Thu Jun 4 12:34:20 2026] POST /v2.0/networks => generated 124 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 12:34:26.084 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c8d7002e-a78e-42e0-97a6-8e3377dfe9fc 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.204.45.74 () {44 vars in 923 bytes} [Thu Jun 4 12:34:26 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 199.204.45.74 () {44 vars in 945 bytes} [Thu Jun 4 12:34:26 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-04 12:34:26.170 8 WARNING neutron.services.revisions.revision_plugin [None req-278254ff-9dff-4259-9480-a6725af31dbd 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Could not find related network for resource to bump revision. 2026-06-04 12:34:26.195 8 INFO neutron.db.segments_db [None req-278254ff-9dff-4259-9480-a6725af31dbd 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment 4b6c39d4-8b3e-41c4-9573-a3ebccdc934d of type flat for network 70ab1d3d-9d44-4f7a-93b8-5d31df6f95f2 2026-06-04 12:34:26.225 8 INFO neutron.pecan_wsgi.hooks.translation [None req-278254ff-9dff-4259-9480-a6725af31dbd 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.204.45.74 () {48 vars in 963 bytes} [Thu Jun 4 12:34:26 2026] POST /v2.0/networks => generated 124 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 12:34:32.104 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6b5f0713-3678-49ed-a5bc-83322aa7d38d 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.74 () {44 vars in 923 bytes} [Thu Jun 4 12:34:32 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.74 () {44 vars in 945 bytes} [Thu Jun 4 12:34:32 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-04 12:34:32.178 7 WARNING neutron.services.revisions.revision_plugin [None req-8e17cba2-9e54-4614-85e6-0e0a756fd256 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Could not find related network for resource to bump revision. 2026-06-04 12:34:32.197 7 INFO neutron.db.segments_db [None req-8e17cba2-9e54-4614-85e6-0e0a756fd256 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment 2f7a2a4c-6f9f-4460-8259-0d00fb8d5f86 of type flat for network 6d3c2271-0e9b-47d2-8591-7b732c4901af 2026-06-04 12:34:32.227 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8e17cba2-9e54-4614-85e6-0e0a756fd256 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.74 () {48 vars in 963 bytes} [Thu Jun 4 12:34:32 2026] POST /v2.0/networks => generated 124 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 12:34:38.133 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6dc0ca56-e14e-4c3c-bdf0-8ec8f3d7b749 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/21] 199.204.45.74 () {44 vars in 923 bytes} [Thu Jun 4 12:34:38 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/22] 199.204.45.74 () {44 vars in 945 bytes} [Thu Jun 4 12:34:38 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-04 12:34:38.213 7 WARNING neutron.services.revisions.revision_plugin [None req-42553802-0cfa-4f6e-b520-9653f0a3ce63 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Could not find related network for resource to bump revision. 2026-06-04 12:34:38.246 7 INFO neutron.db.segments_db [None req-42553802-0cfa-4f6e-b520-9653f0a3ce63 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment d906ca2b-e7fa-43d2-af0e-f90ceff51f92 of type flat for network 57a3a178-5e88-47bd-ae74-de426f799613 [pid: 7|app: 0|req: 13/23] 199.204.45.74 () {48 vars in 963 bytes} [Thu Jun 4 12:34:38 2026] POST /v2.0/networks => generated 706 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 12:34:39.577 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b19ce5f0-0e3c-4677-bb5e-6f09410124d3 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.204.45.74 () {44 vars in 923 bytes} [Thu Jun 4 12:34:39 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/25] 199.204.45.74 () {44 vars in 945 bytes} [Thu Jun 4 12:34:39 2026] GET /v2.0/networks?name=public => generated 709 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 12:34:39.661 8 INFO neutron.pecan_wsgi.hooks.translation [None req-424debcd-c0b9-441d-928c-ff854bbc5f92 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/26] 199.204.45.74 () {44 vars in 1030 bytes} [Thu Jun 4 12:34:39 2026] GET /v2.0/subnets/public-subnet?network_id=57a3a178-5e88-47bd-ae74-de426f799613 => generated 113 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/27] 199.204.45.74 () {44 vars in 1053 bytes} [Thu Jun 4 12:34:39 2026] GET /v2.0/subnets?name=public-subnet&network_id=57a3a178-5e88-47bd-ae74-de426f799613 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 199.204.45.74 () {48 vars in 961 bytes} [Thu Jun 4 12:34:39 2026] POST /v2.0/subnets => generated 664 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 12:39:32.055 8 INFO neutron.pecan_wsgi.hooks.translation [None req-de9b6f5e-c337-433e-b3a5-d8de2ce6c90d 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/66] 199.204.45.74 () {44 vars in 933 bytes} [Thu Jun 4 12:39:31 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 133 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/67] 199.204.45.74 () {44 vars in 955 bytes} [Thu Jun 4 12:39:32 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 12:39:32.140 8 INFO neutron.db.segments_db [None req-c4055a1f-0ec4-4a08-9938-ae931121eadb 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment 7a7278b4-dbd3-47a6-b8dd-0d09f81c326b of type vxlan for network 5e8eeca9-4c6a-495a-a0c1-0b030966fde1 [pid: 8|app: 0|req: 33/68] 199.204.45.74 () {48 vars in 962 bytes} [Thu Jun 4 12:39:32 2026] POST /v2.0/networks => generated 707 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 12:39:33.248 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c33a7727-580a-4f39-81fb-e7300573e91b 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/69] 199.204.45.74 () {44 vars in 933 bytes} [Thu Jun 4 12:39:33 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/70] 199.204.45.74 () {44 vars in 955 bytes} [Thu Jun 4 12:39:33 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 12:39:33.321 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c9ca839d-4e01-4758-8f53-9889a5ecf0bd 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/71] 199.204.45.74 () {44 vars in 1032 bytes} [Thu Jun 4 12:39:33 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=5e8eeca9-4c6a-495a-a0c1-0b030966fde1 => generated 114 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/72] 199.204.45.74 () {44 vars in 1055 bytes} [Thu Jun 4 12:39:33 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=5e8eeca9-4c6a-495a-a0c1-0b030966fde1 => 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: 38/73] 199.204.45.74 () {48 vars in 961 bytes} [Thu Jun 4 12:39:33 2026] POST /v2.0/subnets => generated 651 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 12:39:34.933 7 INFO neutron.api.v2.resource [None req-ef8e771c-5efd-48a7-92be-ccc369c524c4 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/76] 199.204.45.74 () {44 vars in 967 bytes} [Thu Jun 4 12:39:34 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 78 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.204.45.74 () {44 vars in 989 bytes} [Thu Jun 4 12:39:34 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 199.204.45.74 () {48 vars in 976 bytes} [Thu Jun 4 12:39:34 2026] POST /v2.0/security-groups => generated 1616 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:39:36 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 1616 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:39:36 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 1616 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:39:36 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 1616 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 199.204.45.74 () {48 vars in 987 bytes} [Thu Jun 4 12:39:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:39:37 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 2230 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:39:37 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:39:37 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.204.45.74 () {48 vars in 987 bytes} [Thu Jun 4 12:39:37 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: 8|app: 0|req: 42/87] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:39:38 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 2846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:39:38 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:39:38 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => 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: 47/90] 199.204.45.74 () {48 vars in 987 bytes} [Thu Jun 4 12:39:38 2026] POST /v2.0/security-group-rules => generated 603 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:39:39 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 3462 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:39:39 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:39:39 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 3462 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 199.204.45.74 () {48 vars in 987 bytes} [Thu Jun 4 12:39:39 2026] POST /v2.0/security-group-rules => generated 603 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:39:40 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 4078 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:39:40 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:39:40 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 199.204.45.74 () {48 vars in 987 bytes} [Thu Jun 4 12:39:41 2026] POST /v2.0/security-group-rules => generated 603 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.204.45.74 () {44 vars in 983 bytes} [Thu Jun 4 12:39:42 2026] GET /v2.0/networks/5e8eeca9-4c6a-495a-a0c1-0b030966fde1 => generated 732 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 12:39:42.481 7 INFO neutron.pecan_wsgi.hooks.translation [None req-64f7fb61-ecf8-45b7-b7c1-3ec13485ab82 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/100] 199.204.45.74 () {44 vars in 1072 bytes} [Thu Jun 4 12:39:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=5e8eeca9-4c6a-495a-a0c1-0b030966fde1 => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/101] 199.204.45.74 () {44 vars in 1095 bytes} [Thu Jun 4 12:39:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=5e8eeca9-4c6a-495a-a0c1-0b030966fde1 => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/102] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:39:42 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/103] 199.204.45.74 () {48 vars in 957 bytes} [Thu Jun 4 12:39:42 2026] POST /v2.0/ports => generated 1096 bytes in 397 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 12:39:50.540 8 INFO neutron.pecan_wsgi.hooks.translation [None req-15dff301-9f0f-47db-91c8-5dfe6bc334bf 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/106] 199.204.45.74 () {44 vars in 975 bytes} [Thu Jun 4 12:39:50 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/107] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:39:50 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/108] 199.204.45.74 () {48 vars in 1027 bytes} [Thu Jun 4 12:39:50 2026] PUT /v2.0/ports/96161f9e-8d13-4a54-a053-243376fa5472 => generated 1245 bytes in 872 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/109] 199.204.45.74 () {44 vars in 916 bytes} [Thu Jun 4 12:39:53 2026] GET /v2.0/ports => generated 3726 bytes in 106 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-04 12:39:54.164 8 INFO neutron.api.v2.resource [None req-26bba83e-f595-4cb2-a06f-ea0e5871b496 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/110] 199.204.45.74 () {44 vars in 955 bytes} [Thu Jun 4 12:39:54 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/111] 199.204.45.74 () {44 vars in 977 bytes} [Thu Jun 4 12:39:54 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/112] 199.204.45.74 () {48 vars in 976 bytes} [Thu Jun 4 12:39:54 2026] POST /v2.0/security-groups => generated 1610 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/113] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:39:55 2026] GET /v2.0/security-groups/66c62572-64ec-47f1-a81b-dbeeb03bdbb5 => generated 1610 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/114] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:39:55 2026] GET /v2.0/security-groups/66c62572-64ec-47f1-a81b-dbeeb03bdbb5 => generated 1610 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/115] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:39:55 2026] GET /v2.0/security-groups/66c62572-64ec-47f1-a81b-dbeeb03bdbb5 => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/116] 199.204.45.74 () {48 vars in 987 bytes} [Thu Jun 4 12:39:55 2026] POST /v2.0/security-group-rules => generated 621 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/117] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:39:56 2026] GET /v2.0/security-groups/66c62572-64ec-47f1-a81b-dbeeb03bdbb5 => generated 2244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/118] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:39:56 2026] GET /v2.0/security-groups/66c62572-64ec-47f1-a81b-dbeeb03bdbb5 => generated 2244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/119] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:39:56 2026] GET /v2.0/security-groups/66c62572-64ec-47f1-a81b-dbeeb03bdbb5 => generated 2244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/120] 199.204.45.74 () {48 vars in 987 bytes} [Thu Jun 4 12:39:56 2026] POST /v2.0/security-group-rules => generated 625 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/129] 199.204.45.74 () {44 vars in 971 bytes} [Thu Jun 4 12:41:00 2026] GET /v2.0/quotas/3bea26720bd64479b4264a2106ac9d32 => 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: 64/130] 199.204.45.74 () {48 vars in 1023 bytes} [Thu Jun 4 12:41:00 2026] PUT /v2.0/quotas/3bea26720bd64479b4264a2106ac9d32 => generated 291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 12:43:31.378 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d967f589-e334-4d21-9de2-61e491aa1e13 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/151] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 12:43:31 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 150 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: 75/152] 199.204.45.74 () {30 vars in 761 bytes} [Thu Jun 4 12:43:31 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 12:43:33.429 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4126bbca-2064-4aea-82bf-1e5911192540 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 78/153] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 12:43:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 81 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 76/154] 199.204.45.74 () {30 vars in 761 bytes} [Thu Jun 4 12:43:33 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 12:49:49.910 7 INFO neutron.api.v2.resource [None req-6e018508-aa32-4aeb-a58f-c65d5fe3eb08 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 105/207] 199.204.45.74 () {44 vars in 1070 bytes} [Thu Jun 4 12:49:49 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=32fe11b3732a44f69c5f054540ae3396 => generated 139 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/208] 199.204.45.74 () {44 vars in 1093 bytes} [Thu Jun 4 12:49:49 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=32fe11b3732a44f69c5f054540ae3396 => generated 23 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/209] 199.204.45.74 () {48 vars in 977 bytes} [Thu Jun 4 12:49:50 2026] POST /v2.0/security-groups => generated 1624 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/210] 199.204.45.74 () {44 vars in 1084 bytes} [Thu Jun 4 12:49:51 2026] GET /v2.0/security-groups/baec711b-009c-4df8-b300-439d8f8a7355?project_id=32fe11b3732a44f69c5f054540ae3396 => 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: 107/211] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:49:51 2026] GET /v2.0/security-groups/baec711b-009c-4df8-b300-439d8f8a7355 => generated 1624 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/212] 199.204.45.74 () {44 vars in 1084 bytes} [Thu Jun 4 12:49:51 2026] GET /v2.0/security-groups/baec711b-009c-4df8-b300-439d8f8a7355?project_id=32fe11b3732a44f69c5f054540ae3396 => generated 1624 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/213] 199.204.45.74 () {48 vars in 987 bytes} [Thu Jun 4 12:49:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/214] 199.204.45.74 () {44 vars in 1084 bytes} [Thu Jun 4 12:49:52 2026] GET /v2.0/security-groups/baec711b-009c-4df8-b300-439d8f8a7355?project_id=32fe11b3732a44f69c5f054540ae3396 => generated 2234 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/215] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:49:52 2026] GET /v2.0/security-groups/baec711b-009c-4df8-b300-439d8f8a7355 => generated 2234 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/216] 199.204.45.74 () {44 vars in 1084 bytes} [Thu Jun 4 12:49:52 2026] GET /v2.0/security-groups/baec711b-009c-4df8-b300-439d8f8a7355?project_id=32fe11b3732a44f69c5f054540ae3396 => 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: 110/217] 199.204.45.74 () {48 vars in 987 bytes} [Thu Jun 4 12:49:52 2026] POST /v2.0/security-group-rules => generated 599 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/218] 199.204.45.74 () {44 vars in 1084 bytes} [Thu Jun 4 12:49:53 2026] GET /v2.0/security-groups/baec711b-009c-4df8-b300-439d8f8a7355?project_id=32fe11b3732a44f69c5f054540ae3396 => generated 2846 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/219] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:49:53 2026] GET /v2.0/security-groups/baec711b-009c-4df8-b300-439d8f8a7355 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/220] 199.204.45.74 () {44 vars in 1084 bytes} [Thu Jun 4 12:49:53 2026] GET /v2.0/security-groups/baec711b-009c-4df8-b300-439d8f8a7355?project_id=32fe11b3732a44f69c5f054540ae3396 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/221] 199.204.45.74 () {48 vars in 987 bytes} [Thu Jun 4 12:49:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/222] 199.204.45.74 () {44 vars in 1084 bytes} [Thu Jun 4 12:49:54 2026] GET /v2.0/security-groups/baec711b-009c-4df8-b300-439d8f8a7355?project_id=32fe11b3732a44f69c5f054540ae3396 => generated 3460 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/223] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 12:49:55 2026] GET /v2.0/security-groups/baec711b-009c-4df8-b300-439d8f8a7355 => generated 3460 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/224] 199.204.45.74 () {44 vars in 1084 bytes} [Thu Jun 4 12:49:55 2026] GET /v2.0/security-groups/baec711b-009c-4df8-b300-439d8f8a7355?project_id=32fe11b3732a44f69c5f054540ae3396 => generated 3460 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/225] 199.204.45.74 () {48 vars in 987 bytes} [Thu Jun 4 12:49:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/244] 199.204.45.74 () {30 vars in 738 bytes} [Thu Jun 4 12:52:11 2026] GET /v2.0/networks?tenant_id=32fe11b3732a44f69c5f054540ae3396&shared=False => generated 15 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 12:52:11.238 8 INFO neutron.db.segments_db [None req-dad7d13f-f7ce-46a4-9af3-d70c3b0702e4 dc081ee6f13143a3be81b0d8e4693050 32fe11b3732a44f69c5f054540ae3396 - - d0605218bcd74f668b9c90a550f58b59 d0605218bcd74f668b9c90a550f58b59] Added segment dbef10ee-bef0-4b98-bc48-cbced03d3cb8 of type vxlan for network 993ced43-78b7-4ebf-9cc7-a8cb7c14a6a5 [pid: 8|app: 0|req: 121/245] 199.204.45.74 () {34 vars in 680 bytes} [Thu Jun 4 12:52:11 2026] POST /v2.0/networks => generated 718 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/246] 199.204.45.74 () {30 vars in 720 bytes} [Thu Jun 4 12:52:11 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/247] 199.204.45.74 () {30 vars in 631 bytes} [Thu Jun 4 12:52:11 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: 126/248] 199.204.45.74 () {34 vars in 675 bytes} [Thu Jun 4 12:52:11 2026] POST /v2.0/ports => generated 999 bytes in 658 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/249] 199.204.45.74 () {30 vars in 701 bytes} [Thu Jun 4 12:52:12 2026] GET /v2.0/networks/993ced43-78b7-4ebf-9cc7-a8cb7c14a6a5 => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/250] 199.204.45.74 () {30 vars in 720 bytes} [Thu Jun 4 12:52:14 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/251] 199.204.45.74 () {30 vars in 701 bytes} [Thu Jun 4 12:52:14 2026] GET /v2.0/networks/993ced43-78b7-4ebf-9cc7-a8cb7c14a6a5 => generated 705 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/254] 199.204.45.74 () {44 vars in 971 bytes} [Thu Jun 4 12:52:32 2026] GET /v2.0/quotas/32fe11b3732a44f69c5f054540ae3396 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/255] 199.204.45.74 () {48 vars in 1023 bytes} [Thu Jun 4 12:52:32 2026] PUT /v2.0/quotas/32fe11b3732a44f69c5f054540ae3396 => generated 291 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:04:37.835 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ea12a23a-3d15-48b5-b8c4-1c8a221ea6bb 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/354] 199.204.45.74 () {44 vars in 923 bytes} [Thu Jun 4 13:04:37 2026] GET /v2.0/networks/public => generated 108 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/355] 199.204.45.74 () {44 vars in 945 bytes} [Thu Jun 4 13:04:37 2026] GET /v2.0/networks?name=public => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:04:38.935 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2db3121c-8857-4642-9987-abe13e878678 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/356] 199.204.45.74 () {44 vars in 923 bytes} [Thu Jun 4 13:04:38 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/357] 199.204.45.74 () {44 vars in 945 bytes} [Thu Jun 4 13:04:38 2026] GET /v2.0/networks?name=public => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:04:39.004 7 INFO neutron.pecan_wsgi.hooks.translation [None req-11909f52-06a3-42c2-9341-74971ea49bd9 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/358] 199.204.45.74 () {44 vars in 1030 bytes} [Thu Jun 4 13:04:38 2026] GET /v2.0/subnets/public-subnet?network_id=57a3a178-5e88-47bd-ae74-de426f799613 => generated 113 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/359] 199.204.45.74 () {44 vars in 1053 bytes} [Thu Jun 4 13:04:39 2026] GET /v2.0/subnets?name=public-subnet&network_id=57a3a178-5e88-47bd-ae74-de426f799613 => generated 667 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:05:06.387 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fe1ddc04-9e2e-4e87-b72e-2d2fa7d1d9d1 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 181/364] 199.204.45.74 () {44 vars in 933 bytes} [Thu Jun 4 13:05:06 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 81 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/365] 199.204.45.74 () {44 vars in 955 bytes} [Thu Jun 4 13:05:06 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:05:07.406 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8909984f-4129-46ec-98aa-390006f4a516 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/366] 199.204.45.74 () {44 vars in 933 bytes} [Thu Jun 4 13:05:07 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/367] 199.204.45.74 () {44 vars in 955 bytes} [Thu Jun 4 13:05:07 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:05:07.479 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0fffacc4-5306-49de-b3fe-cdc2983bc657 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/368] 199.204.45.74 () {44 vars in 1032 bytes} [Thu Jun 4 13:05:07 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=5e8eeca9-4c6a-495a-a0c1-0b030966fde1 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/369] 199.204.45.74 () {44 vars in 1055 bytes} [Thu Jun 4 13:05:07 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=5e8eeca9-4c6a-495a-a0c1-0b030966fde1 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:05:08.664 8 INFO neutron.api.v2.resource [None req-c8bd74fd-bc6c-4282-9c33-0fc5717d3023 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/370] 199.204.45.74 () {44 vars in 967 bytes} [Thu Jun 4 13:05:08 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/371] 199.204.45.74 () {44 vars in 989 bytes} [Thu Jun 4 13:05:08 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/372] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 13:05:09 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/373] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 13:05:09 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/374] 199.204.45.74 () {44 vars in 1007 bytes} [Thu Jun 4 13:05:09 2026] GET /v2.0/security-group-rules/e644f804-1f95-42d2-9f84-ad902b5d1994 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/375] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 13:05:10 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/376] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 13:05:10 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/377] 199.204.45.74 () {44 vars in 1007 bytes} [Thu Jun 4 13:05:10 2026] GET /v2.0/security-group-rules/affe80e4-75d2-42ac-876e-cf91b7998f9e => 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: 188/378] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 13:05:11 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 4694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/379] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 13:05:11 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/380] 199.204.45.74 () {44 vars in 1007 bytes} [Thu Jun 4 13:05:11 2026] GET /v2.0/security-group-rules/5e685c92-1fd0-4ca5-9c27-41a9efe476fe => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/381] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 13:05:12 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 4694 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/382] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 13:05:12 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/383] 199.204.45.74 () {44 vars in 1007 bytes} [Thu Jun 4 13:05:12 2026] GET /v2.0/security-group-rules/e34a9fb1-5794-4987-9f48-947328c196dd => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/384] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 13:05:13 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/385] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 13:05:13 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/386] 199.204.45.74 () {44 vars in 1007 bytes} [Thu Jun 4 13:05:13 2026] GET /v2.0/security-group-rules/c6891008-a63d-494b-831c-92f931cfaa9e => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/387] 199.204.45.74 () {44 vars in 983 bytes} [Thu Jun 4 13:05:15 2026] GET /v2.0/networks/5e8eeca9-4c6a-495a-a0c1-0b030966fde1 => generated 732 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:05:15.122 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2f35ce98-7ba7-4008-8906-cb13769f65eb 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 193/388] 199.204.45.74 () {44 vars in 1072 bytes} [Thu Jun 4 13:05:15 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=5e8eeca9-4c6a-495a-a0c1-0b030966fde1 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/389] 199.204.45.74 () {44 vars in 1095 bytes} [Thu Jun 4 13:05:15 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=5e8eeca9-4c6a-495a-a0c1-0b030966fde1 => generated 1250 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/390] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 13:05:15 2026] GET /v2.0/security-groups/54144e21-263c-43e9-9822-4b18a27bd9be => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:05:22.790 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f68467cb-92f5-4794-bf55-5f2164b66483 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 198/393] 199.204.45.74 () {44 vars in 975 bytes} [Thu Jun 4 13:05:22 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: 8|app: 0|req: 196/394] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 13:05:22 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/395] 199.204.45.74 () {44 vars in 916 bytes} [Thu Jun 4 13:05:24 2026] GET /v2.0/ports => generated 4721 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:05:25.543 8 INFO neutron.api.v2.resource [None req-e3e27574-950b-44fa-8042-803605585032 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 197/396] 199.204.45.74 () {44 vars in 955 bytes} [Thu Jun 4 13:05:25 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/397] 199.204.45.74 () {44 vars in 977 bytes} [Thu Jun 4 13:05:25 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/398] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 13:05:26 2026] GET /v2.0/security-groups/66c62572-64ec-47f1-a81b-dbeeb03bdbb5 => generated 2882 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/399] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 13:05:26 2026] GET /v2.0/security-groups/66c62572-64ec-47f1-a81b-dbeeb03bdbb5 => generated 2882 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/400] 199.204.45.74 () {44 vars in 1007 bytes} [Thu Jun 4 13:05:26 2026] GET /v2.0/security-group-rules/f6223fc0-65a7-45a3-8658-94370449e43f => generated 621 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/401] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 13:05:27 2026] GET /v2.0/security-groups/66c62572-64ec-47f1-a81b-dbeeb03bdbb5 => generated 2882 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/402] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 13:05:27 2026] GET /v2.0/security-groups/66c62572-64ec-47f1-a81b-dbeeb03bdbb5 => generated 2882 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/403] 199.204.45.74 () {44 vars in 1007 bytes} [Thu Jun 4 13:05:27 2026] GET /v2.0/security-group-rules/fcfed217-3fa6-4bfb-a923-14799db5998b => generated 625 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/406] 199.204.45.74 () {44 vars in 971 bytes} [Thu Jun 4 13:05:40 2026] GET /v2.0/quotas/3bea26720bd64479b4264a2106ac9d32 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:06:34.640 8 INFO neutron.api.v2.resource [None req-5e70bad4-e2ef-4427-af5a-a0974b1cd976 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 206/415] 199.204.45.74 () {44 vars in 1070 bytes} [Thu Jun 4 13:06:34 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=32fe11b3732a44f69c5f054540ae3396 => generated 139 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/416] 199.204.45.74 () {44 vars in 1093 bytes} [Thu Jun 4 13:06:34 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=32fe11b3732a44f69c5f054540ae3396 => generated 4072 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/417] 199.204.45.74 () {44 vars in 1084 bytes} [Thu Jun 4 13:06:35 2026] GET /v2.0/security-groups/baec711b-009c-4df8-b300-439d8f8a7355?project_id=32fe11b3732a44f69c5f054540ae3396 => generated 4075 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/418] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 13:06:35 2026] GET /v2.0/security-groups/baec711b-009c-4df8-b300-439d8f8a7355 => generated 4075 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/419] 199.204.45.74 () {44 vars in 1007 bytes} [Thu Jun 4 13:06:35 2026] GET /v2.0/security-group-rules/51951d10-50d9-46c5-bb6e-2b8f6e39090f => generated 597 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/420] 199.204.45.74 () {44 vars in 1084 bytes} [Thu Jun 4 13:06:36 2026] GET /v2.0/security-groups/baec711b-009c-4df8-b300-439d8f8a7355?project_id=32fe11b3732a44f69c5f054540ae3396 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/421] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 13:06:36 2026] GET /v2.0/security-groups/baec711b-009c-4df8-b300-439d8f8a7355 => 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: 213/422] 199.204.45.74 () {44 vars in 1007 bytes} [Thu Jun 4 13:06:36 2026] GET /v2.0/security-group-rules/c59e407a-8369-4ecb-855a-d06c5c294100 => generated 599 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/423] 199.204.45.74 () {44 vars in 1084 bytes} [Thu Jun 4 13:06:37 2026] GET /v2.0/security-groups/baec711b-009c-4df8-b300-439d8f8a7355?project_id=32fe11b3732a44f69c5f054540ae3396 => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/424] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 13:06:38 2026] GET /v2.0/security-groups/baec711b-009c-4df8-b300-439d8f8a7355 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/425] 199.204.45.74 () {44 vars in 1007 bytes} [Thu Jun 4 13:06:38 2026] GET /v2.0/security-group-rules/a631cf5f-df66-479d-b9ae-e5e776efc6b4 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/426] 199.204.45.74 () {44 vars in 1084 bytes} [Thu Jun 4 13:06:39 2026] GET /v2.0/security-groups/baec711b-009c-4df8-b300-439d8f8a7355?project_id=32fe11b3732a44f69c5f054540ae3396 => 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: 212/427] 199.204.45.74 () {44 vars in 997 bytes} [Thu Jun 4 13:06:39 2026] GET /v2.0/security-groups/baec711b-009c-4df8-b300-439d8f8a7355 => generated 4075 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/428] 199.204.45.74 () {44 vars in 1007 bytes} [Thu Jun 4 13:06:39 2026] GET /v2.0/security-group-rules/d3451294-241d-4293-865f-53bfb394b41f => 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: 213/429] 199.204.45.74 () {44 vars in 971 bytes} [Thu Jun 4 13:06:46 2026] GET /v2.0/quotas/32fe11b3732a44f69c5f054540ae3396 => 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: 221/438] 199.204.45.74 () {44 vars in 945 bytes} [Thu Jun 4 13:07:38 2026] GET /v2.0/networks?name=public => generated 753 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/443] 10.0.0.99 () {32 vars in 647 bytes} [Thu Jun 4 13:08:16 2026] GET /v2.0/networks => generated 2168 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/444] 10.0.0.99 () {32 vars in 653 bytes} [Thu Jun 4 13:08:18 2026] GET /v2.0/floatingips => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/445] 10.0.0.99 () {32 vars in 645 bytes} [Thu Jun 4 13:08:18 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: 8|app: 0|req: 221/446] 10.0.0.99 () {32 vars in 641 bytes} [Thu Jun 4 13:08:18 2026] GET /v2.0/ports => generated 4721 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/447] 10.0.0.99 () {32 vars in 645 bytes} [Thu Jun 4 13:08:18 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/448] 10.0.0.99 () {32 vars in 647 bytes} [Thu Jun 4 13:08:18 2026] GET /v2.0/networks => generated 2168 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/449] 10.0.0.99 () {32 vars in 661 bytes} [Thu Jun 4 13:08:18 2026] GET /v2.0/security-groups => generated 17397 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/450] 10.0.0.99 () {32 vars in 653 bytes} [Thu Jun 4 13:08:18 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:08:30.252 8 INFO neutron.db.segments_db [None req-79ab0174-2b38-4220-be75-309d4ac4be03 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment 56611e95-221b-4989-85da-1d65759c9872 of type vxlan for network 11f4f72f-a5fe-44d9-b7e3-f2a508c8a429 [pid: 8|app: 0|req: 225/453] 10.0.0.99 () {34 vars in 669 bytes} [Thu Jun 4 13:08:29 2026] POST /v2.0/networks => generated 737 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/454] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:08:30 2026] POST /v2.0/subnets => generated 685 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:08:30.642 8 INFO neutron.db.segments_db [None req-2ac2176a-2891-4dc5-8a2a-923de5a78a17 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment 51945a47-b9c8-4807-9214-05289fab778e of type vxlan for network fb0602c7-f423-48a6-9b42-3d614a409f14 2026-06-04 13:08:30.813 7 INFO neutron.db.segments_db [None req-3efe6169-dcb4-4156-882a-3fbc80b6cec5 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment 5b7728f3-66cf-4d9c-882e-a3a08d3f1e9e of type vxlan for network 36d00c28-7cfd-4122-bd87-33a32a88f554 2026-06-04 13:08:30.907 8 INFO neutron.db.l3_hamode_db [None req-2ac2176a-2891-4dc5-8a2a-923de5a78a17 7328d16d35034b87b64688a5be888824 45e6ffe1fad54cf282a215aab63677af - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 229/455] 10.0.0.99 () {34 vars in 669 bytes} [Thu Jun 4 13:08:30 2026] POST /v2.0/networks => generated 745 bytes in 616 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:08:31.110 7 INFO neutron.db.segments_db [None req-6b6f2f8f-665d-4098-8f35-268213c683b5 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment 5c6f34ff-0524-45f6-8977-0e378643ccbc of type vxlan for network 208066c3-32cd-4ee9-98dd-f2e67880ca20 [pid: 7|app: 0|req: 230/456] 10.0.0.99 () {34 vars in 669 bytes} [Thu Jun 4 13:08:30 2026] POST /v2.0/networks => generated 752 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/457] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:08:31 2026] GET /v2.0/security-groups?tenant_id=47f69ec6e8a34c2c8d31b32088b302b8&name=default => generated 2921 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/458] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:08:31 2026] POST /v2.0/subnets => generated 692 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/459] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:08:31 2026] POST /v2.0/subnets => generated 699 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/460] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:08:31 2026] DELETE /v2.0/security-groups/bc0673a5-0efd-4aaa-8f3d-52cc88cc3039 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:08:31.822 7 INFO neutron.db.segments_db [None req-d8ea54f1-bba8-407a-a620-65fb94a011d7 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment fa8d882b-fdbd-4d82-9705-598d0cc8bb47 of type vxlan for network d64d9220-b0c0-446d-9aa5-4e646e8735bd 2026-06-04 13:08:31.876 8 INFO neutron.db.l3_hamode_db [None req-2ac2176a-2891-4dc5-8a2a-923de5a78a17 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 13:08:32.069 7 INFO neutron.db.l3_hamode_db [None req-d8ea54f1-bba8-407a-a620-65fb94a011d7 7328d16d35034b87b64688a5be888824 444b74b0000b49e6a6d4211b22fb33c4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 13:08:33.040 7 INFO neutron.db.l3_hamode_db [None req-d8ea54f1-bba8-407a-a620-65fb94a011d7 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 227/461] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:08:30 2026] POST /v2.0/routers => generated 725 bytes in 2548 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:08:33.206 8 INFO neutron.db.segments_db [None req-438212a8-7a8b-45b7-9020-125da1342c29 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment 284d11cf-1f63-4f21-bb7f-0d5a5504dcf7 of type vxlan for network 222ecdc9-c58b-4f65-a7f9-83ebc0d15ce2 2026-06-04 13:08:33.497 8 INFO neutron.db.l3_hamode_db [None req-438212a8-7a8b-45b7-9020-125da1342c29 7328d16d35034b87b64688a5be888824 d33a59c7c22c4b0c9eb6bf0199c58e09 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 13:08:34.224 8 INFO neutron.db.l3_hamode_db [None req-438212a8-7a8b-45b7-9020-125da1342c29 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 235/462] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:08:31 2026] POST /v2.0/routers => generated 732 bytes in 2658 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/463] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:08:33 2026] POST /v2.0/routers => generated 739 bytes in 1948 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:08:35.466 8 INFO neutron.db.segments_db [None req-d7d4f738-34d6-479d-96ed-fc00ca779f69 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment 2e800668-9457-4071-aba1-79cdf2d7745f of type vxlan for network 806b9ec1-52f7-4ea3-aab5-15434d50d8c2 [pid: 8|app: 0|req: 229/464] 10.0.0.99 () {34 vars in 669 bytes} [Thu Jun 4 13:08:35 2026] POST /v2.0/networks => generated 748 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/467] 10.0.0.99 () {34 vars in 781 bytes} [Thu Jun 4 13:08:34 2026] PUT /v2.0/routers/215e3885-2eec-4c15-a143-f7bc0f78ffb3/add_router_interface => generated 309 bytes in 1226 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/468] 10.0.0.99 () {34 vars in 781 bytes} [Thu Jun 4 13:08:35 2026] PUT /v2.0/routers/f9ec78d9-09c6-4405-86c3-d64a233088b2/add_router_interface => generated 309 bytes in 1216 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/469] 10.0.0.99 () {34 vars in 781 bytes} [Thu Jun 4 13:08:35 2026] PUT /v2.0/routers/40a64221-72bd-416e-b334-e0d5112e7f78/add_router_interface => generated 309 bytes in 1264 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/470] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:08:36 2026] POST /v2.0/subnets => generated 695 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:08:37.043 8 INFO neutron.db.segments_db [None req-6b35ffe1-79eb-4d1e-a331-8940446dc794 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment e6b37b41-6897-44a4-b6a5-3e79d6ede8ad of type vxlan for network b1766d8a-9a3e-4db4-8d91-837d35f08650 [pid: 7|app: 0|req: 238/471] 10.0.0.99 () {34 vars in 683 bytes} [Thu Jun 4 13:08:36 2026] POST /v2.0/security-groups => generated 1660 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/472] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:08:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:08:37.288 8 INFO neutron.db.l3_hamode_db [None req-6b35ffe1-79eb-4d1e-a331-8940446dc794 7328d16d35034b87b64688a5be888824 488620480d3d44c683399c3d4cdd29ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 240/473] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:08:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/474] 10.0.0.99 () {34 vars in 674 bytes} [Thu Jun 4 13:08:37 2026] POST /v2.0/floatingips => generated 552 bytes in 540 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:08:37.887 8 INFO neutron.db.l3_hamode_db [None req-6b35ffe1-79eb-4d1e-a331-8940446dc794 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 242/475] 10.0.0.99 () {34 vars in 683 bytes} [Thu Jun 4 13:08:37 2026] POST /v2.0/security-groups => generated 1660 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/476] 10.0.0.200 () {38 vars in 970 bytes} [Thu Jun 4 13:08:37 2026] POST /v2.0/security-groups => generated 1682 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/477] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:08:38 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) [pid: 7|app: 0|req: 245/478] 10.0.0.200 () {34 vars in 1097 bytes} [Thu Jun 4 13:08:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--801073556&fields=id&tenant_id=45e6ffe1fad54cf282a215aab63677af => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/479] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:08:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/480] 10.0.0.200 () {34 vars in 981 bytes} [Thu Jun 4 13:08:38 2026] GET /v2.0/networks?id=11f4f72f-a5fe-44d9-b7e3-f2a508c8a429 => generated 670 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/481] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:08:36 2026] POST /v2.0/routers => generated 735 bytes in 1772 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/482] 10.0.0.200 () {34 vars in 964 bytes} [Thu Jun 4 13:08:38 2026] GET /v2.0/quotas/45e6ffe1fad54cf282a215aab63677af => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/483] 10.0.0.200 () {38 vars in 970 bytes} [Thu Jun 4 13:08:38 2026] POST /v2.0/security-groups => generated 1681 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/484] 10.0.0.99 () {34 vars in 674 bytes} [Thu Jun 4 13:08:38 2026] POST /v2.0/floatingips => generated 552 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/485] 10.0.0.200 () {34 vars in 1001 bytes} [Thu Jun 4 13:08:38 2026] GET /v2.0/ports?tenant_id=45e6ffe1fad54cf282a215aab63677af&fields=id => generated 103 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/486] 10.0.0.200 () {38 vars in 970 bytes} [Thu Jun 4 13:08:39 2026] POST /v2.0/security-groups => generated 1682 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/487] 10.0.0.200 () {34 vars in 1001 bytes} [Thu Jun 4 13:08:39 2026] GET /v2.0/security-groups?tenant_id=444b74b0000b49e6a6d4211b22fb33c4 => generated 7906 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/488] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jun 4 13:08:39 2026] GET /v2.0/security-groups/e49d5354-8a0a-413d-b91d-a958293ee38c => generated 2918 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/489] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jun 4 13:08:39 2026] GET /v2.0/security-groups/e49d5354-8a0a-413d-b91d-a958293ee38c => generated 2918 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/490] 10.0.0.200 () {34 vars in 906 bytes} [Thu Jun 4 13:08:39 2026] GET /v2.0/extensions => generated 21537 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/491] 10.0.0.200 () {34 vars in 1007 bytes} [Thu Jun 4 13:08:39 2026] GET /v2.0/networks/11f4f72f-a5fe-44d9-b7e3-f2a508c8a429?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/492] 10.0.0.200 () {34 vars in 1099 bytes} [Thu Jun 4 13:08:39 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1161789004&fields=id&tenant_id=d33a59c7c22c4b0c9eb6bf0199c58e09 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/493] 10.0.0.200 () {34 vars in 1107 bytes} [Thu Jun 4 13:08:39 2026] GET /v2.0/networks/11f4f72f-a5fe-44d9-b7e3-f2a508c8a429?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: 258/494] 10.0.0.200 () {34 vars in 981 bytes} [Thu Jun 4 13:08:39 2026] GET /v2.0/networks?id=208066c3-32cd-4ee9-98dd-f2e67880ca20 => generated 684 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/495] 10.0.0.200 () {34 vars in 964 bytes} [Thu Jun 4 13:08:39 2026] GET /v2.0/quotas/d33a59c7c22c4b0c9eb6bf0199c58e09 => 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: 260/496] 10.0.0.200 () {34 vars in 1001 bytes} [Thu Jun 4 13:08:39 2026] GET /v2.0/ports?tenant_id=d33a59c7c22c4b0c9eb6bf0199c58e09&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/497] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jun 4 13:08:39 2026] GET /v2.0/security-groups/7cb8445e-48d4-4bf5-be35-4741b56e1a02 => generated 1682 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/498] 10.0.0.200 () {36 vars in 1012 bytes} [Thu Jun 4 13:08:39 2026] DELETE /v2.0/security-groups/7cb8445e-48d4-4bf5-be35-4741b56e1a02 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/499] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:39 2026] GET /v2.0/ports?device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:08:39.963 7 INFO neutron.api.v2.resource [req-95791039-92e2-4881-b1d9-23590215bee9 req-f12f4f87-b37a-4e8e-aefc-94f036ee069c 579513d555cb4bdc8cc56060eacfd99c 444b74b0000b49e6a6d4211b22fb33c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 264/500] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jun 4 13:08:39 2026] GET /v2.0/security-groups/7cb8445e-48d4-4bf5-be35-4741b56e1a02 => 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: 265/501] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jun 4 13:08:39 2026] GET /v2.0/security-groups/6972936c-f64b-430c-ba14-a46551671572 => generated 1681 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/502] 10.0.0.99 () {34 vars in 781 bytes} [Thu Jun 4 13:08:38 2026] PUT /v2.0/routers/b309ba1b-1f83-42cc-910f-89414c3f516b/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: 266/503] 10.0.0.200 () {36 vars in 1012 bytes} [Thu Jun 4 13:08:40 2026] DELETE /v2.0/security-groups/6972936c-f64b-430c-ba14-a46551671572 => 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: 238/504] 10.0.0.200 () {34 vars in 906 bytes} [Thu Jun 4 13:08:40 2026] GET /v2.0/extensions => generated 21537 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-04 13:08:40.181 8 INFO neutron.api.v2.resource [req-33b9a719-4c37-47ca-b484-06a1168a7b2a req-a509a421-1743-4ee6-940f-2f6c6fa5f68b 579513d555cb4bdc8cc56060eacfd99c 444b74b0000b49e6a6d4211b22fb33c4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 239/505] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jun 4 13:08:40 2026] GET /v2.0/security-groups/6972936c-f64b-430c-ba14-a46551671572 => 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: 267/506] 10.0.0.200 () {34 vars in 1007 bytes} [Thu Jun 4 13:08:40 2026] GET /v2.0/networks/208066c3-32cd-4ee9-98dd-f2e67880ca20?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: 240/507] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jun 4 13:08:40 2026] GET /v2.0/security-groups/ad503a55-3734-43d3-8445-7ac441eab9a8 => generated 1682 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/508] 10.0.0.200 () {34 vars in 1107 bytes} [Thu Jun 4 13:08:40 2026] GET /v2.0/networks/208066c3-32cd-4ee9-98dd-f2e67880ca20?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/509] 10.0.0.200 () {36 vars in 1012 bytes} [Thu Jun 4 13:08:40 2026] DELETE /v2.0/security-groups/ad503a55-3734-43d3-8445-7ac441eab9a8 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:08:40.393 7 INFO neutron.api.v2.resource [req-8e69f963-cd28-40e8-9bf9-f1e449054794 req-4674375b-0299-47b2-ad9d-9f57ae86265f 579513d555cb4bdc8cc56060eacfd99c 444b74b0000b49e6a6d4211b22fb33c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 269/510] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jun 4 13:08:40 2026] GET /v2.0/security-groups/ad503a55-3734-43d3-8445-7ac441eab9a8 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/511] 10.0.0.200 () {34 vars in 1001 bytes} [Thu Jun 4 13:08:40 2026] GET /v2.0/security-groups?tenant_id=444b74b0000b49e6a6d4211b22fb33c4 => generated 2921 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/512] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:40 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/513] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jun 4 13:08:40 2026] GET /v2.0/security-groups/e49d5354-8a0a-413d-b91d-a958293ee38c => generated 2918 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/514] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jun 4 13:08:40 2026] GET /v2.0/security-groups/e49d5354-8a0a-413d-b91d-a958293ee38c => generated 2918 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:08:40.631 7 INFO neutron.api.v2.resource [req-c3a5fb36-bbd4-45f4-b57d-fa99c50a477a req-4802f8df-0dd8-4bc9-9a88-92760bdd9a5c 579513d555cb4bdc8cc56060eacfd99c 444b74b0000b49e6a6d4211b22fb33c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 272/515] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jun 4 13:08:40 2026] GET /v2.0/security-groups/ad503a55-3734-43d3-8445-7ac441eab9a8 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:08:40.667 7 INFO neutron.api.v2.resource [req-2d65ef5d-a4e9-4e44-9c4d-49e60c6fdc34 req-2f61faff-0a32-4d17-b9d5-ee4314a8633b 579513d555cb4bdc8cc56060eacfd99c 444b74b0000b49e6a6d4211b22fb33c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 273/516] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jun 4 13:08:40 2026] GET /v2.0/security-groups/6972936c-f64b-430c-ba14-a46551671572 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:08:40.698 7 INFO neutron.api.v2.resource [req-9033a008-78b8-472f-bb6b-655ebdc2fab6 req-f8e85cde-5d94-429d-92e9-08bd2d5f6767 579513d555cb4bdc8cc56060eacfd99c 444b74b0000b49e6a6d4211b22fb33c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 274/517] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jun 4 13:08:40 2026] GET /v2.0/security-groups/7cb8445e-48d4-4bf5-be35-4741b56e1a02 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/518] 10.0.0.200 () {38 vars in 970 bytes} [Thu Jun 4 13:08:40 2026] POST /v2.0/security-groups => generated 1686 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/519] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jun 4 13:08:40 2026] GET /v2.0/security-groups/9392ae9f-42db-4d33-9798-985a865f48af => generated 1686 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/520] 10.0.0.200 () {38 vars in 980 bytes} [Thu Jun 4 13:08:40 2026] POST /v2.0/security-group-rules => generated 614 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/521] 10.0.0.200 () {38 vars in 970 bytes} [Thu Jun 4 13:08:40 2026] POST /v2.0/security-groups => generated 1686 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/522] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:41 2026] GET /v2.0/ports?device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/523] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jun 4 13:08:41 2026] GET /v2.0/security-groups/dbf0d27d-d365-46d7-ac97-aa1c6a1d9626 => generated 1686 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/524] 10.0.0.200 () {38 vars in 980 bytes} [Thu Jun 4 13:08:41 2026] POST /v2.0/security-group-rules => generated 614 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/525] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jun 4 13:08:41 2026] GET /v2.0/security-groups/dbf0d27d-d365-46d7-ac97-aa1c6a1d9626 => generated 2311 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/526] 10.0.0.200 () {38 vars in 980 bytes} [Thu Jun 4 13:08:41 2026] POST /v2.0/security-group-rules => generated 619 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/527] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jun 4 13:08:41 2026] GET /v2.0/security-groups/dbf0d27d-d365-46d7-ac97-aa1c6a1d9626 => generated 2941 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/528] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:41 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:08:41.600 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3d229b7-3b65-4447-a9b1-58a1e8fbcf90 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: ccf030a7-1a98-40ab-a857-ce3f520ce77d 2026-06-04 13:08:41.611 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3d229b7-3b65-4447-a9b1-58a1e8fbcf90 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: ccf030a7-1a98-40ab-a857-ce3f520ce77d [pid: 8|app: 0|req: 255/529] 10.0.0.200 () {34 vars in 1000 bytes} [Thu Jun 4 13:08:41 2026] GET /v2.0/security-group-rules/90652626-d8aa-4c5b-b399-9bbd0a0e7bf3 => generated 616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/530] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jun 4 13:08:41 2026] GET /v2.0/security-groups/dbf0d27d-d365-46d7-ac97-aa1c6a1d9626 => generated 2941 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/531] 10.0.0.200 () {36 vars in 1022 bytes} [Thu Jun 4 13:08:41 2026] DELETE /v2.0/security-group-rules/90652626-d8aa-4c5b-b399-9bbd0a0e7bf3 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/532] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jun 4 13:08:41 2026] GET /v2.0/security-groups/dbf0d27d-d365-46d7-ac97-aa1c6a1d9626 => generated 2311 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/533] 10.0.0.200 () {36 vars in 1012 bytes} [Thu Jun 4 13:08:41 2026] DELETE /v2.0/security-groups/dbf0d27d-d365-46d7-ac97-aa1c6a1d9626 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/534] 10.0.0.200 () {34 vars in 990 bytes} [Thu Jun 4 13:08:41 2026] GET /v2.0/security-groups/9392ae9f-42db-4d33-9798-985a865f48af => generated 2311 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/535] 10.0.0.200 () {36 vars in 1012 bytes} [Thu Jun 4 13:08:41 2026] DELETE /v2.0/security-groups/9392ae9f-42db-4d33-9798-985a865f48af => 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: 275/536] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:08:40 2026] PUT /v2.0/routers/f9ec78d9-09c6-4405-86c3-d64a233088b2/remove_router_interface => generated 309 bytes in 1554 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/537] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:42 2026] GET /v2.0/ports?device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:08:42.521 7 INFO neutron_taas.services.taas.taas_plugin [None req-2d8a12ac-7f13-415a-a5ce-83cca908aad2 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: adcf5ad7-d9af-4010-9182-45a277550543 2026-06-04 13:08:42.524 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d8a12ac-7f13-415a-a5ce-83cca908aad2 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: adcf5ad7-d9af-4010-9182-45a277550543 2026-06-04 13:08:42.738 7 INFO neutron_taas.services.taas.taas_plugin [None req-2d8a12ac-7f13-415a-a5ce-83cca908aad2 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: b11d9c46-2fe6-431c-a02f-ddc777ad41ce 2026-06-04 13:08:42.741 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d8a12ac-7f13-415a-a5ce-83cca908aad2 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: b11d9c46-2fe6-431c-a02f-ddc777ad41ce 2026-06-04 13:08:42.822 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-2d8a12ac-7f13-415a-a5ce-83cca908aad2 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - 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 124, 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 124, 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 58, 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 40, 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 340, 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 2241, 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 645, 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 716, 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-04 13:08:42.865 8 INFO neutron_taas.services.taas.taas_plugin [None req-39726afb-2117-45a3-bd24-30aa3acf327b 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 476d1866-adc7-4837-b91d-997300bdd440 2026-06-04 13:08:42.875 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39726afb-2117-45a3-bd24-30aa3acf327b 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 476d1866-adc7-4837-b91d-997300bdd440 2026-06-04 13:08:43.247 7 INFO neutron.db.l3_hamode_db [None req-2d8a12ac-7f13-415a-a5ce-83cca908aad2 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] HA network d64d9220-b0c0-446d-9aa5-4e646e8735bd was deleted as no HA routers are present in tenant 444b74b0000b49e6a6d4211b22fb33c4. [pid: 7|app: 0|req: 277/538] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:08:42 2026] DELETE /v2.0/routers/f9ec78d9-09c6-4405-86c3-d64a233088b2 => generated 0 bytes in 970 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/539] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:43 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => 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: 262/540] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:08:41 2026] PUT /v2.0/routers/b309ba1b-1f83-42cc-910f-89414c3f516b/remove_router_interface => generated 309 bytes in 1380 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/541] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:43 2026] GET /v2.0/ports?device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => 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: 279/542] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:08:43 2026] DELETE /v2.0/subnets/e1e1abfa-338e-4227-bf89-a4893cc53b8f => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:08:43.604 8 INFO neutron_taas.services.taas.taas_plugin [None req-2059a18d-de21-4309-a667-c6a40181be0e 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: ec4ae7c3-7966-40ee-b3e1-24a8d6029045 2026-06-04 13:08:43.606 7 INFO neutron_taas.services.taas.taas_plugin [None req-19d8015c-cd2c-4951-9af4-3909c59092f6 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 45b996a7-4605-45f5-9d7c-aba9fed3fb35 2026-06-04 13:08:43.607 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2059a18d-de21-4309-a667-c6a40181be0e 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: ec4ae7c3-7966-40ee-b3e1-24a8d6029045 2026-06-04 13:08:43.609 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19d8015c-cd2c-4951-9af4-3909c59092f6 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 45b996a7-4605-45f5-9d7c-aba9fed3fb35 2026-06-04 13:08:43.618 7 INFO neutron.services.segments.plugin [-] Segment fa8d882b-fdbd-4d82-9705-598d0cc8bb47 resource provider aggregate not found 2026-06-04 13:08:43.624 7 INFO neutron.services.segments.plugin [-] Segment fa8d882b-fdbd-4d82-9705-598d0cc8bb47 resource provider aggregate not found 2026-06-04 13:08:43.644 7 INFO neutron.services.segments.plugin [-] Segment fa8d882b-fdbd-4d82-9705-598d0cc8bb47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa8d882b-fdbd-4d82-9705-598d0cc8bb47 found for delete ", "request_id": "req-c3472bb1-bc40-475e-8de2-45f8d53963df"}]} 2026-06-04 13:08:43.645 7 INFO neutron.services.segments.plugin [-] Segment fa8d882b-fdbd-4d82-9705-598d0cc8bb47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa8d882b-fdbd-4d82-9705-598d0cc8bb47 found for delete ", "request_id": "req-cb5d0062-2147-4f1b-a7b6-a25798b47973"}]} 2026-06-04 13:08:43.820 8 INFO neutron_taas.services.taas.taas_plugin [None req-2059a18d-de21-4309-a667-c6a40181be0e 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: bbeb9269-e216-461a-bb99-ee747a8b630d 2026-06-04 13:08:43.823 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2059a18d-de21-4309-a667-c6a40181be0e 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: bbeb9269-e216-461a-bb99-ee747a8b630d [pid: 7|app: 0|req: 280/543] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:08:43 2026] DELETE /v2.0/networks/36d00c28-7cfd-4122-bd87-33a32a88f554 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:08:43.903 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-2059a18d-de21-4309-a667-c6a40181be0e 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - 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 124, 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 124, 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 58, 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 40, 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 340, 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 2241, 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 645, 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 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 281/544] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:08:43 2026] GET /v2.0/security-groups?tenant_id=444b74b0000b49e6a6d4211b22fb33c4&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/545] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:08:44 2026] DELETE /v2.0/security-groups/e49d5354-8a0a-413d-b91d-a958293ee38c => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:08:44.309 8 INFO neutron.db.l3_hamode_db [None req-2059a18d-de21-4309-a667-c6a40181be0e 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] HA network b1766d8a-9a3e-4db4-8d91-837d35f08650 was deleted as no HA routers are present in tenant 488620480d3d44c683399c3d4cdd29ff. [pid: 8|app: 0|req: 264/546] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:08:43 2026] DELETE /v2.0/routers/b309ba1b-1f83-42cc-910f-89414c3f516b => generated 0 bytes in 920 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/547] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:44 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => 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: 266/548] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:44 2026] GET /v2.0/ports?device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/549] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:08:44 2026] DELETE /v2.0/subnets/58a0d836-2a16-4e68-8114-be05f414a354 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:08:44.656 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d3ab8c5-de58-4d7a-bed0-e8fdfe63d5f0 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 6d9d4a5a-9a6b-4d55-9bcb-0e3a17be2798 2026-06-04 13:08:44.664 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d3ab8c5-de58-4d7a-bed0-e8fdfe63d5f0 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 6d9d4a5a-9a6b-4d55-9bcb-0e3a17be2798 2026-06-04 13:08:44.820 8 INFO neutron.services.segments.plugin [-] Segment e6b37b41-6897-44a4-b6a5-3e79d6ede8ad resource provider aggregate not found 2026-06-04 13:08:44.837 8 INFO neutron.services.segments.plugin [-] Segment e6b37b41-6897-44a4-b6a5-3e79d6ede8ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6b37b41-6897-44a4-b6a5-3e79d6ede8ad found for delete ", "request_id": "req-40c05e13-056d-4c26-842e-898d183d100c"}]} 2026-06-04 13:08:44.851 8 INFO neutron.services.segments.plugin [-] Segment e6b37b41-6897-44a4-b6a5-3e79d6ede8ad resource provider aggregate not found 2026-06-04 13:08:44.876 8 INFO neutron.services.segments.plugin [-] Segment e6b37b41-6897-44a4-b6a5-3e79d6ede8ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6b37b41-6897-44a4-b6a5-3e79d6ede8ad found for delete ", "request_id": "req-bdf6eb58-d0e6-4e9d-907d-994985ec4aa3"}]} [pid: 8|app: 0|req: 267/550] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:08:44 2026] DELETE /v2.0/networks/806b9ec1-52f7-4ea3-aab5-15434d50d8c2 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/551] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:08:44 2026] GET /v2.0/networks?id=11f4f72f-a5fe-44d9-b7e3-f2a508c8a429 => generated 670 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/552] 199.204.45.74 () {34 vars in 909 bytes} [Thu Jun 4 13:08:44 2026] GET /v2.0/extensions => generated 21537 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/553] 199.204.45.74 () {34 vars in 1048 bytes} [Thu Jun 4 13:08:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=45e6ffe1fad54cf282a215aab63677af => generated 180 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/554] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:08:45 2026] GET /v2.0/security-groups?tenant_id=488620480d3d44c683399c3d4cdd29ff&name=default => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/555] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:08:45 2026] DELETE /v2.0/security-groups/3fab678a-15d2-4475-8dba-6760654d993f => 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: 269/556] 199.204.45.74 () {38 vars in 953 bytes} [Thu Jun 4 13:08:44 2026] POST /v2.0/ports => generated 954 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/557] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:45 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 12 bytes in 24 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: 270/558] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:45 2026] GET /v2.0/ports?device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => generated 957 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/559] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:08:45 2026] GET /v2.0/security-groups?id=444c831e-90e8-47fa-a5e3-e693bd9aafb1&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:08:45.669 7 INFO neutron.services.segments.plugin [-] Segment 5b7728f3-66cf-4d9c-882e-a3a08d3f1e9e resource provider aggregate not found 2026-06-04 13:08:45.679 7 INFO neutron.services.segments.plugin [-] Segment 5b7728f3-66cf-4d9c-882e-a3a08d3f1e9e resource provider aggregate not found 2026-06-04 13:08:45.697 7 INFO neutron.services.segments.plugin [-] Segment 5b7728f3-66cf-4d9c-882e-a3a08d3f1e9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b7728f3-66cf-4d9c-882e-a3a08d3f1e9e found for delete ", "request_id": "req-142f1b08-2178-4475-ba4f-5a12d4f952b2"}]} 2026-06-04 13:08:45.716 7 INFO neutron.services.segments.plugin [-] Segment 5b7728f3-66cf-4d9c-882e-a3a08d3f1e9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b7728f3-66cf-4d9c-882e-a3a08d3f1e9e found for delete ", "request_id": "req-95c92501-ea0e-4e68-a68a-8c1a5de3aeb7"}]} 2026-06-04 13:08:46.365 7 INFO neutron.db.segments_db [None req-d4fb8e81-eae5-4038-84aa-6c41a74ef765 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment 06936423-d424-4e7a-82b7-f750995cd45d of type vxlan for network 12c206bb-abf1-4c49-ac5f-2aa0ffa842e1 [pid: 8|app: 0|req: 271/560] 199.204.45.74 () {38 vars in 1026 bytes} [Thu Jun 4 13:08:45 2026] PUT /v2.0/ports/ceef6d2f-593c-482a-80bf-15f87be7fc03 => generated 1235 bytes in 532 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/561] 10.0.0.99 () {34 vars in 669 bytes} [Thu Jun 4 13:08:46 2026] POST /v2.0/networks => generated 748 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 291/562] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:46 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/563] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:08:46 2026] GET /v2.0/networks?id=208066c3-32cd-4ee9-98dd-f2e67880ca20 => generated 684 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/564] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:08:46 2026] POST /v2.0/subnets => generated 695 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/565] 199.204.45.74 () {34 vars in 1048 bytes} [Thu Jun 4 13:08:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d33a59c7c22c4b0c9eb6bf0199c58e09 => generated 181 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:08:46.758 8 INFO neutron.db.segments_db [None req-e68820e3-ef41-4c50-8196-4a9703c2b624 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment be299011-9ffe-4bfc-a9e7-4006a2ee33ad of type vxlan for network 777aad72-133a-4555-9b45-3871a72c5b6c 2026-06-04 13:08:46.865 8 INFO neutron.services.segments.plugin [-] Segment 2e800668-9457-4071-aba1-79cdf2d7745f resource provider aggregate not found 2026-06-04 13:08:46.889 8 INFO neutron.services.segments.plugin [-] Segment 2e800668-9457-4071-aba1-79cdf2d7745f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e800668-9457-4071-aba1-79cdf2d7745f found for delete ", "request_id": "req-9a70ca74-5ebe-4286-84b7-6937385ab23c"}]} 2026-06-04 13:08:46.905 8 INFO neutron.services.segments.plugin [-] Segment 2e800668-9457-4071-aba1-79cdf2d7745f resource provider aggregate not found 2026-06-04 13:08:46.932 8 INFO neutron.services.segments.plugin [-] Segment 2e800668-9457-4071-aba1-79cdf2d7745f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e800668-9457-4071-aba1-79cdf2d7745f found for delete ", "request_id": "req-804fdba4-36ae-4a3c-b5a0-a0b5157b8e27"}]} 2026-06-04 13:08:47.026 8 INFO neutron.db.l3_hamode_db [None req-e68820e3-ef41-4c50-8196-4a9703c2b624 7328d16d35034b87b64688a5be888824 e6c8fd6cf260440b987f5c7ebb3e109d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 13:08:47.052 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f62c3b4-67a8-4753-b0cc-1f2aeaa6525f'] response: {'name': 'network-changed', 'server_uuid': '5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7', 'tag': 'ceef6d2f-593c-482a-80bf-15f87be7fc03', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 294/566] 199.204.45.74 () {38 vars in 953 bytes} [Thu Jun 4 13:08:46 2026] POST /v2.0/ports => generated 954 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 295/567] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:47 2026] GET /v2.0/ports?device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:08:47.558 7 INFO neutron.db.segments_db [None req-8e69e7b9-40d5-42ac-8ab8-034d3f16e554 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment 752d81a7-4b43-4792-b3a7-f1993a8a9220 of type vxlan for network 464717b5-cfbc-443c-a5b7-30b6835df948 [pid: 7|app: 0|req: 296/568] 10.0.0.99 () {34 vars in 669 bytes} [Thu Jun 4 13:08:47 2026] POST /v2.0/networks => generated 746 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:08:47.839 8 INFO neutron.db.l3_hamode_db [None req-e68820e3-ef41-4c50-8196-4a9703c2b624 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 297/569] 199.204.45.74 () {38 vars in 1026 bytes} [Thu Jun 4 13:08:47 2026] PUT /v2.0/ports/09692b18-f84b-4f08-854a-032c4b241467 => generated 1235 bytes in 432 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: 298/570] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:08:48 2026] GET /v2.0/security-groups?id=444c831e-90e8-47fa-a5e3-e693bd9aafb1&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/571] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:08:48 2026] GET /v2.0/ports?tenant_id=45e6ffe1fad54cf282a215aab63677af&device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => generated 1238 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/572] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:08:48 2026] POST /v2.0/subnets => generated 693 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/573] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:48 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/574] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:08:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=ceef6d2f-593c-482a-80bf-15f87be7fc03 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:08:48.491 7 INFO neutron.db.segments_db [None req-67f165f6-aac1-4797-850c-4a87e502ec9b 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment a11c3f2e-552e-497b-b7c1-9de58c87c6f0 of type vxlan for network 2c036f38-90b3-4663-ac11-d7658958259a 2026-06-04 13:08:48.544 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8e17f17-674a-4f0b-b8be-5b6027cf82de'] response: {'name': 'network-changed', 'server_uuid': '1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2', 'tag': '09692b18-f84b-4f08-854a-032c4b241467', 'status': 'completed', 'code': 200} 2026-06-04 13:08:48.712 7 INFO neutron.db.l3_hamode_db [None req-67f165f6-aac1-4797-850c-4a87e502ec9b 7328d16d35034b87b64688a5be888824 707b6d5b20fa4b21a1c2f1213f0edbd2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 273/575] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:08:46 2026] POST /v2.0/routers => generated 735 bytes in 2258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/576] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:08:48 2026] GET /v2.0/security-groups?id=4969e77e-298c-4d7d-9400-4c131d0bef8b&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: 275/577] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:08:49 2026] GET /v2.0/subnets?id=b4c45549-4dbf-41c7-bb65-2043e5880cdf => generated 688 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:08:49.477 7 INFO neutron.db.l3_hamode_db [None req-67f165f6-aac1-4797-850c-4a87e502ec9b 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 276/578] 10.0.0.99 () {34 vars in 781 bytes} [Thu Jun 4 13:08:49 2026] PUT /v2.0/routers/29c64222-6f4e-4dfa-9a61-636bafe203d5/add_router_interface => generated 309 bytes in 1081 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/579] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:08:50 2026] GET /v2.0/ports?tenant_id=d33a59c7c22c4b0c9eb6bf0199c58e09&device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/580] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:08:50 2026] GET /v2.0/ports?network_id=11f4f72f-a5fe-44d9-b7e3-f2a508c8a429&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/583] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:50 2026] GET /v2.0/ports?device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/584] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:50 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/585] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:08:48 2026] POST /v2.0/routers => generated 733 bytes in 1906 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/586] 199.204.45.74 () {34 vars in 1016 bytes} [Thu Jun 4 13:08:50 2026] GET /v2.0/networks?tenant_id=d33a59c7c22c4b0c9eb6bf0199c58e09&shared=False => generated 780 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/587] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:08:50 2026] GET /v2.0/networks/11f4f72f-a5fe-44d9-b7e3-f2a508c8a429?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: 284/588] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:08:50 2026] GET /v2.0/security-groups?id=444c831e-90e8-47fa-a5e3-e693bd9aafb1&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: 305/589] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:08:50 2026] GET /v2.0/security-groups?id=4969e77e-298c-4d7d-9400-4c131d0bef8b&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: 306/590] 199.204.45.74 () {34 vars in 928 bytes} [Thu Jun 4 13:08:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/591] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:08:50 2026] GET /v2.0/networks/11f4f72f-a5fe-44d9-b7e3-f2a508c8a429?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: 308/592] 10.0.0.99 () {34 vars in 683 bytes} [Thu Jun 4 13:08:50 2026] POST /v2.0/security-groups => generated 1659 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/593] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:08:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/594] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:08:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/595] 10.0.0.99 () {34 vars in 674 bytes} [Thu Jun 4 13:08:50 2026] POST /v2.0/floatingips => generated 552 bytes in 613 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/596] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:51 2026] GET /v2.0/ports?device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/597] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:51 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/598] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:08:51 2026] GET /v2.0/ports?tenant_id=d33a59c7c22c4b0c9eb6bf0199c58e09&device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/599] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:08:51 2026] GET /v2.0/ports?tenant_id=45e6ffe1fad54cf282a215aab63677af&device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => 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: 316/600] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:08:51 2026] GET /v2.0/security-groups?id=444c831e-90e8-47fa-a5e3-e693bd9aafb1&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/601] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:08:51 2026] GET /v2.0/security-groups?id=4969e77e-298c-4d7d-9400-4c131d0bef8b&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: 318/602] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:08:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=09692b18-f84b-4f08-854a-032c4b241467 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/603] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:08:51 2026] GET /v2.0/networks?id=11f4f72f-a5fe-44d9-b7e3-f2a508c8a429 => generated 765 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/604] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:08:51 2026] GET /v2.0/subnets?id=fd5a7069-991d-41c5-b8c4-09091e65276f => generated 702 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/605] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:08:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=ceef6d2f-593c-482a-80bf-15f87be7fc03 => 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: 322/606] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:08:51 2026] GET /v2.0/ports?network_id=208066c3-32cd-4ee9-98dd-f2e67880ca20&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: 323/607] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:08:52 2026] GET /v2.0/subnets?id=b4c45549-4dbf-41c7-bb65-2043e5880cdf => generated 688 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/608] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:08:52 2026] GET /v2.0/networks/208066c3-32cd-4ee9-98dd-f2e67880ca20?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/609] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:08:52 2026] GET /v2.0/ports?network_id=11f4f72f-a5fe-44d9-b7e3-f2a508c8a429&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/610] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:08:52 2026] GET /v2.0/networks/208066c3-32cd-4ee9-98dd-f2e67880ca20?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/611] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:08:52 2026] GET /v2.0/networks/11f4f72f-a5fe-44d9-b7e3-f2a508c8a429?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/612] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:08:52 2026] GET /v2.0/networks/11f4f72f-a5fe-44d9-b7e3-f2a508c8a429?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/613] 10.0.0.99 () {34 vars in 781 bytes} [Thu Jun 4 13:08:50 2026] PUT /v2.0/routers/ecc8e9ed-2446-40b4-99f5-b91c808214d5/add_router_interface => generated 309 bytes in 1912 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/614] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:52 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => 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: 329/615] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:52 2026] GET /v2.0/ports?device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => generated 969 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/616] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:08:52 2026] GET /v2.0/security-groups?id=4969e77e-298c-4d7d-9400-4c131d0bef8b&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: 330/617] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:08:52 2026] GET /v2.0/security-groups?id=444c831e-90e8-47fa-a5e3-e693bd9aafb1&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: 288/618] 10.0.0.200 () {34 vars in 981 bytes} [Thu Jun 4 13:08:53 2026] GET /v2.0/networks?id=464717b5-cfbc-443c-a5b7-30b6835df948 => generated 678 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/619] 10.0.0.200 () {34 vars in 964 bytes} [Thu Jun 4 13:08:53 2026] GET /v2.0/quotas/707b6d5b20fa4b21a1c2f1213f0edbd2 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/620] 10.0.0.200 () {34 vars in 1001 bytes} [Thu Jun 4 13:08:53 2026] GET /v2.0/ports?tenant_id=707b6d5b20fa4b21a1c2f1213f0edbd2&fields=id => generated 103 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/621] 10.0.0.200 () {34 vars in 1007 bytes} [Thu Jun 4 13:08:53 2026] GET /v2.0/networks/464717b5-cfbc-443c-a5b7-30b6835df948?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: 290/622] 10.0.0.200 () {34 vars in 1107 bytes} [Thu Jun 4 13:08:53 2026] GET /v2.0/networks/464717b5-cfbc-443c-a5b7-30b6835df948?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: 333/623] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:53 2026] GET /v2.0/ports?device_id=75701013-f0b7-4770-8c93-511044fa1671 => 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: 291/624] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:54 2026] GET /v2.0/ports?device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/625] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:54 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/626] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:08:54 2026] GET /v2.0/security-groups?id=4969e77e-298c-4d7d-9400-4c131d0bef8b&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: 292/627] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:08:54 2026] GET /v2.0/security-groups?id=444c831e-90e8-47fa-a5e3-e693bd9aafb1&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: 336/628] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:54 2026] GET /v2.0/ports?device_id=75701013-f0b7-4770-8c93-511044fa1671 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/629] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:55 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/630] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:08:55 2026] GET /v2.0/security-groups?id=4969e77e-298c-4d7d-9400-4c131d0bef8b&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: 337/631] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:55 2026] GET /v2.0/ports?device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/632] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:08:55 2026] GET /v2.0/security-groups?id=444c831e-90e8-47fa-a5e3-e693bd9aafb1&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/633] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:55 2026] GET /v2.0/ports?device_id=75701013-f0b7-4770-8c93-511044fa1671 => 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: 296/634] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:56 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 969 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/635] 10.0.0.200 () {34 vars in 1097 bytes} [Thu Jun 4 13:08:56 2026] GET /v2.0/security-groups?name=tempest-securitygroup--818856201&fields=id&tenant_id=e6c8fd6cf260440b987f5c7ebb3e109d => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/636] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:08:56 2026] GET /v2.0/security-groups?id=4969e77e-298c-4d7d-9400-4c131d0bef8b&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: 340/637] 10.0.0.200 () {34 vars in 981 bytes} [Thu Jun 4 13:08:56 2026] GET /v2.0/networks?id=12c206bb-abf1-4c49-ac5f-2aa0ffa842e1 => generated 680 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/638] 10.0.0.200 () {34 vars in 964 bytes} [Thu Jun 4 13:08:56 2026] GET /v2.0/quotas/e6c8fd6cf260440b987f5c7ebb3e109d => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/639] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:56 2026] GET /v2.0/ports?device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/640] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:08:56 2026] GET /v2.0/security-groups?id=444c831e-90e8-47fa-a5e3-e693bd9aafb1&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/641] 10.0.0.200 () {34 vars in 1001 bytes} [Thu Jun 4 13:08:56 2026] GET /v2.0/ports?tenant_id=e6c8fd6cf260440b987f5c7ebb3e109d&fields=id => generated 103 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/642] 10.0.0.200 () {34 vars in 1007 bytes} [Thu Jun 4 13:08:56 2026] GET /v2.0/networks/12c206bb-abf1-4c49-ac5f-2aa0ffa842e1?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: 343/643] 10.0.0.200 () {34 vars in 1107 bytes} [Thu Jun 4 13:08:56 2026] GET /v2.0/networks/12c206bb-abf1-4c49-ac5f-2aa0ffa842e1?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: 301/644] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:56 2026] GET /v2.0/ports?device_id=75701013-f0b7-4770-8c93-511044fa1671 => 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: 344/645] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:57 2026] GET /v2.0/ports?device_id=021586a2-55d9-4b24-a456-5f95f204d25d => 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: 302/646] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:57 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/647] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:08:57 2026] GET /v2.0/security-groups?id=4969e77e-298c-4d7d-9400-4c131d0bef8b&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/648] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:57 2026] GET /v2.0/ports?device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => 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: 346/649] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:08:57 2026] GET /v2.0/security-groups?id=444c831e-90e8-47fa-a5e3-e693bd9aafb1&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/650] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:58 2026] GET /v2.0/ports?device_id=75701013-f0b7-4770-8c93-511044fa1671 => 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: 347/651] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:08:58 2026] GET /v2.0/networks?id=464717b5-cfbc-443c-a5b7-30b6835df948 => generated 678 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/652] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:58 2026] GET /v2.0/ports?device_id=021586a2-55d9-4b24-a456-5f95f204d25d => 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: 305/653] 199.204.45.74 () {38 vars in 953 bytes} [Thu Jun 4 13:08:58 2026] POST /v2.0/ports => generated 954 bytes in 469 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: 306/654] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:58 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/655] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:08:58 2026] GET /v2.0/security-groups?id=4969e77e-298c-4d7d-9400-4c131d0bef8b&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: 308/656] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:58 2026] GET /v2.0/ports?device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => 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: 309/657] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:08:59 2026] GET /v2.0/security-groups?id=444c831e-90e8-47fa-a5e3-e693bd9aafb1&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/658] 199.204.45.74 () {38 vars in 1026 bytes} [Thu Jun 4 13:08:58 2026] PUT /v2.0/ports/19bbaf50-6cb0-4547-8c9b-9cc9701bd49e => generated 1235 bytes in 496 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: 310/659] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:59 2026] GET /v2.0/ports?device_id=75701013-f0b7-4770-8c93-511044fa1671 => 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: 311/660] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:08:59 2026] GET /v2.0/security-groups?id=b129d28b-2739-4097-990a-ad32bc7632b6&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/661] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:59 2026] GET /v2.0/ports?device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:08:59.224 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-103a225d-ad63-4c65-bad1-eea483a072c8'] response: {'name': 'network-changed', 'server_uuid': '75701013-f0b7-4770-8c93-511044fa1671', 'tag': '19bbaf50-6cb0-4547-8c9b-9cc9701bd49e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 351/662] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:59 2026] GET /v2.0/ports?device_id=021586a2-55d9-4b24-a456-5f95f204d25d => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:08:59.733 8 INFO neutron.db.l3_db [None req-133f690b-0aed-4066-8b51-575b505ca4e7 2de650dcdaed4385abb68e8deb017555 45e6ffe1fad54cf282a215aab63677af - - default default] Floating IP b89e6c0e-bdab-4106-bb83-1bffaa85aba2 associated. External IP: 10.96.250.214, port: ceef6d2f-593c-482a-80bf-15f87be7fc03. [pid: 7|app: 0|req: 352/663] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:08:59 2026] GET /v2.0/ports?tenant_id=707b6d5b20fa4b21a1c2f1213f0edbd2&device_id=75701013-f0b7-4770-8c93-511044fa1671 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/664] 199.204.45.74 () {34 vars in 1016 bytes} [Thu Jun 4 13:08:59 2026] GET /v2.0/networks?tenant_id=707b6d5b20fa4b21a1c2f1213f0edbd2&shared=False => generated 774 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/665] 199.204.45.74 () {34 vars in 928 bytes} [Thu Jun 4 13:08:59 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/666] 10.0.0.99 () {34 vars in 747 bytes} [Thu Jun 4 13:08:59 2026] PUT /v2.0/floatingips/b89e6c0e-bdab-4106-bb83-1bffaa85aba2 => generated 855 bytes in 824 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/667] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:08:59 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:09:00.088 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cbb86bc5-bce1-4ef5-9808-82ac4cb46560'] response: {'name': 'network-changed', 'server_uuid': '5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7', 'tag': 'ceef6d2f-593c-482a-80bf-15f87be7fc03', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 313/668] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:00 2026] GET /v2.0/security-groups?id=4969e77e-298c-4d7d-9400-4c131d0bef8b&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: 7|app: 0|req: 356/669] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:00 2026] GET /v2.0/ports?device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/670] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:00 2026] GET /v2.0/security-groups?id=444c831e-90e8-47fa-a5e3-e693bd9aafb1&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/671] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:00 2026] GET /v2.0/ports?device_id=75701013-f0b7-4770-8c93-511044fa1671 => generated 969 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/672] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:00 2026] GET /v2.0/security-groups?id=b129d28b-2739-4097-990a-ad32bc7632b6&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/673] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:00 2026] GET /v2.0/ports?device_id=021586a2-55d9-4b24-a456-5f95f204d25d => 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: 316/674] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:09:00 2026] GET /v2.0/ports?tenant_id=45e6ffe1fad54cf282a215aab63677af&device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/675] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:00 2026] GET /v2.0/ports?device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/676] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:00 2026] GET /v2.0/security-groups?id=444c831e-90e8-47fa-a5e3-e693bd9aafb1&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: 317/677] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:09:00 2026] GET /v2.0/networks?id=11f4f72f-a5fe-44d9-b7e3-f2a508c8a429 => generated 765 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/678] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:09:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=ceef6d2f-593c-482a-80bf-15f87be7fc03 => generated 858 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/679] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:09:00 2026] GET /v2.0/subnets?id=b4c45549-4dbf-41c7-bb65-2043e5880cdf => generated 688 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/680] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:09:00 2026] GET /v2.0/ports?network_id=11f4f72f-a5fe-44d9-b7e3-f2a508c8a429&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: 319/681] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:09:00 2026] GET /v2.0/networks/11f4f72f-a5fe-44d9-b7e3-f2a508c8a429?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/682] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:09:00 2026] GET /v2.0/networks/11f4f72f-a5fe-44d9-b7e3-f2a508c8a429?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: 320/683] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:09:00 2026] GET /v2.0/ports?tenant_id=707b6d5b20fa4b21a1c2f1213f0edbd2&device_id=75701013-f0b7-4770-8c93-511044fa1671 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/684] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:01 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/685] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:01 2026] GET /v2.0/security-groups?id=4969e77e-298c-4d7d-9400-4c131d0bef8b&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: 364/686] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:09:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=19bbaf50-6cb0-4547-8c9b-9cc9701bd49e => generated 19 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/687] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:09:01 2026] GET /v2.0/subnets?id=e74e199d-d91d-4452-9554-073b42e191b9 => generated 696 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/688] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:01 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/689] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:09:01 2026] GET /v2.0/ports?network_id=464717b5-cfbc-443c-a5b7-30b6835df948&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/690] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:09:01 2026] GET /v2.0/networks/464717b5-cfbc-443c-a5b7-30b6835df948?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/691] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:01 2026] GET /v2.0/ports?device_id=75701013-f0b7-4770-8c93-511044fa1671 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/692] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:09:01 2026] GET /v2.0/networks/464717b5-cfbc-443c-a5b7-30b6835df948?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/693] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:09:01 2026] GET /v2.0/networks?id=12c206bb-abf1-4c49-ac5f-2aa0ffa842e1 => generated 680 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/694] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:01 2026] GET /v2.0/security-groups?id=b129d28b-2739-4097-990a-ad32bc7632b6&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: 330/695] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:01 2026] GET /v2.0/ports?device_id=021586a2-55d9-4b24-a456-5f95f204d25d => 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: 331/696] 199.204.45.74 () {34 vars in 1048 bytes} [Thu Jun 4 13:09:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e6c8fd6cf260440b987f5c7ebb3e109d => generated 180 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:09:01.977 7 INFO neutron.db.l3_db [None req-e7c4e902-f777-4401-b38e-139eed2f0030 94903cfe0db240fc9227d5d7f6e6c353 d33a59c7c22c4b0c9eb6bf0199c58e09 - - default default] Floating IP 99765d13-04de-49f4-b3fc-47b25dc022d8 associated. External IP: 10.96.250.210, port: 09692b18-f84b-4f08-854a-032c4b241467. [pid: 8|app: 0|req: 332/697] 199.204.45.74 () {38 vars in 953 bytes} [Thu Jun 4 13:09:01 2026] POST /v2.0/ports => generated 954 bytes in 346 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: 333/698] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:02 2026] GET /v2.0/ports?device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/699] 10.0.0.99 () {34 vars in 747 bytes} [Thu Jun 4 13:09:01 2026] PUT /v2.0/floatingips/99765d13-04de-49f4-b3fc-47b25dc022d8 => generated 855 bytes in 826 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/700] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:02 2026] GET /v2.0/security-groups?id=444c831e-90e8-47fa-a5e3-e693bd9aafb1&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/701] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:02 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:09:02.387 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-79730937-f533-4e15-bc33-2d32d39c317a'] response: {'name': 'network-changed', 'server_uuid': '1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2', 'tag': '09692b18-f84b-4f08-854a-032c4b241467', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 369/702] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:02 2026] GET /v2.0/security-groups?id=4969e77e-298c-4d7d-9400-4c131d0bef8b&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/703] 199.204.45.74 () {38 vars in 1026 bytes} [Thu Jun 4 13:09:02 2026] PUT /v2.0/ports/3da18275-c7bc-4d33-8ce2-3d1f4d78c91c => generated 1235 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:09:02.637 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5484c41d-9392-4b37-9488-93cb0fd73b21'] response: {'name': 'network-changed', 'server_uuid': '021586a2-55d9-4b24-a456-5f95f204d25d', 'tag': '3da18275-c7bc-4d33-8ce2-3d1f4d78c91c', '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: 335/704] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:02 2026] GET /v2.0/ports?device_id=021586a2-55d9-4b24-a456-5f95f204d25d => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/705] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:02 2026] GET /v2.0/ports?device_id=75701013-f0b7-4770-8c93-511044fa1671 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/706] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:02 2026] GET /v2.0/security-groups?id=b129d28b-2739-4097-990a-ad32bc7632b6&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/707] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:02 2026] GET /v2.0/security-groups?id=92a62b48-5a76-4f47-ad28-bc87dd2be73f&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/708] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:09:02 2026] GET /v2.0/ports?tenant_id=d33a59c7c22c4b0c9eb6bf0199c58e09&device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/709] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:09:02 2026] GET /v2.0/networks?id=208066c3-32cd-4ee9-98dd-f2e67880ca20 => generated 780 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/710] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:09:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=09692b18-f84b-4f08-854a-032c4b241467 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/711] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:09:03 2026] GET /v2.0/subnets?id=fd5a7069-991d-41c5-b8c4-09091e65276f => generated 702 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/712] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:09:03 2026] GET /v2.0/ports?tenant_id=e6c8fd6cf260440b987f5c7ebb3e109d&device_id=021586a2-55d9-4b24-a456-5f95f204d25d => 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: 374/713] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:09:03 2026] GET /v2.0/ports?network_id=208066c3-32cd-4ee9-98dd-f2e67880ca20&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/714] 199.204.45.74 () {34 vars in 1016 bytes} [Thu Jun 4 13:09:03 2026] GET /v2.0/networks?tenant_id=e6c8fd6cf260440b987f5c7ebb3e109d&shared=False => generated 776 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/715] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:09:03 2026] GET /v2.0/networks/208066c3-32cd-4ee9-98dd-f2e67880ca20?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: 341/716] 199.204.45.74 () {34 vars in 992 bytes} [Thu Jun 4 13:09:03 2026] GET /v2.0/ports?device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/717] 199.204.45.74 () {34 vars in 928 bytes} [Thu Jun 4 13:09:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/718] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:09:03 2026] GET /v2.0/networks/208066c3-32cd-4ee9-98dd-f2e67880ca20?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-04 13:09:03.450 7 INFO neutron_taas.services.taas.taas_plugin [req-e88eed39-066e-426e-8a3b-2c5abea33cb2 req-2c83c0e6-aa17-4bd8-8868-840e0524e11e 2de650dcdaed4385abb68e8deb017555 45e6ffe1fad54cf282a215aab63677af - - default default] TaaS: Handle Delete Port: ceef6d2f-593c-482a-80bf-15f87be7fc03 2026-06-04 13:09:03.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e88eed39-066e-426e-8a3b-2c5abea33cb2 req-2c83c0e6-aa17-4bd8-8868-840e0524e11e 2de650dcdaed4385abb68e8deb017555 45e6ffe1fad54cf282a215aab63677af - - default default] Tap Mirror: Handle Delete Port: ceef6d2f-593c-482a-80bf-15f87be7fc03 [pid: 8|app: 0|req: 343/719] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:03 2026] GET /v2.0/ports?device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/720] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:03 2026] GET /v2.0/security-groups?id=444c831e-90e8-47fa-a5e3-e693bd9aafb1&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:09:03.635 7 INFO neutron.db.l3_db [req-e88eed39-066e-426e-8a3b-2c5abea33cb2 req-2c83c0e6-aa17-4bd8-8868-840e0524e11e 2de650dcdaed4385abb68e8deb017555 45e6ffe1fad54cf282a215aab63677af - - default default] Floating IP b89e6c0e-bdab-4106-bb83-1bffaa85aba2 disassociated. External IP: 10.96.250.214, port: ceef6d2f-593c-482a-80bf-15f87be7fc03. [pid: 8|app: 0|req: 345/721] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:03 2026] GET /v2.0/ports?device_id=021586a2-55d9-4b24-a456-5f95f204d25d => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/722] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:03 2026] GET /v2.0/ports?device_id=75701013-f0b7-4770-8c93-511044fa1671 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/723] 199.204.45.74 () {36 vars in 995 bytes} [Thu Jun 4 13:09:03 2026] DELETE /v2.0/ports/ceef6d2f-593c-482a-80bf-15f87be7fc03 => generated 0 bytes in 771 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/724] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:04 2026] GET /v2.0/security-groups?id=92a62b48-5a76-4f47-ad28-bc87dd2be73f&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/725] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:04 2026] GET /v2.0/security-groups?id=b129d28b-2739-4097-990a-ad32bc7632b6&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: 380/728] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:09:04 2026] GET /v2.0/ports?tenant_id=e6c8fd6cf260440b987f5c7ebb3e109d&device_id=021586a2-55d9-4b24-a456-5f95f204d25d => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/729] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:09:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=3da18275-c7bc-4d33-8ce2-3d1f4d78c91c => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:09:04.423 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4513119e-d1fb-47e3-be5e-69135c60a11f'] response: {'server_uuid': '5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7', 'name': 'network-vif-deleted', 'tag': 'ceef6d2f-593c-482a-80bf-15f87be7fc03', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 381/730] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:09:04 2026] GET /v2.0/subnets?id=74ef1335-f73c-4306-8c37-81edf836866e => generated 698 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/731] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:09:04 2026] GET /v2.0/ports?network_id=12c206bb-abf1-4c49-ac5f-2aa0ffa842e1&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/732] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:09:04 2026] GET /v2.0/networks/12c206bb-abf1-4c49-ac5f-2aa0ffa842e1?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/733] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:09:04 2026] GET /v2.0/networks/12c206bb-abf1-4c49-ac5f-2aa0ffa842e1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/734] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:04 2026] GET /v2.0/ports?device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => 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: 384/735] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:05 2026] GET /v2.0/ports?device_id=75701013-f0b7-4770-8c93-511044fa1671 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/736] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:05 2026] GET /v2.0/ports?device_id=021586a2-55d9-4b24-a456-5f95f204d25d => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/737] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:05 2026] GET /v2.0/security-groups?id=b129d28b-2739-4097-990a-ad32bc7632b6&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/738] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:05 2026] GET /v2.0/security-groups?id=92a62b48-5a76-4f47-ad28-bc87dd2be73f&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/739] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:05 2026] GET /v2.0/ports?device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => 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: 354/740] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:06 2026] GET /v2.0/ports?device_id=021586a2-55d9-4b24-a456-5f95f204d25d => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/741] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:06 2026] GET /v2.0/security-groups?id=92a62b48-5a76-4f47-ad28-bc87dd2be73f&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/742] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:06 2026] GET /v2.0/ports?device_id=75701013-f0b7-4770-8c93-511044fa1671 => generated 971 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/743] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:06 2026] GET /v2.0/security-groups?id=b129d28b-2739-4097-990a-ad32bc7632b6&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: 388/744] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:06 2026] GET /v2.0/ports?device_id=5fd30294-55ca-4cb7-b1a2-b0ee775bfdf7 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/745] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:07 2026] GET /v2.0/ports?device_id=021586a2-55d9-4b24-a456-5f95f204d25d => 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: 358/746] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:07 2026] GET /v2.0/security-groups?id=92a62b48-5a76-4f47-ad28-bc87dd2be73f&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/747] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:07 2026] GET /v2.0/ports?device_id=75701013-f0b7-4770-8c93-511044fa1671 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/748] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:07 2026] GET /v2.0/security-groups?id=b129d28b-2739-4097-990a-ad32bc7632b6&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/749] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:07 2026] GET /v2.0/ports?device_id=75701013-f0b7-4770-8c93-511044fa1671 => 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: 360/750] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:07 2026] GET /v2.0/security-groups?id=b129d28b-2739-4097-990a-ad32bc7632b6&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/751] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:09:08 2026] DELETE /v2.0/security-groups/444c831e-90e8-47fa-a5e3-e693bd9aafb1 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:09:08.138 8 INFO neutron.api.v2.resource [None req-b4ab601f-d51f-4886-a4f4-3462c32c0759 2de650dcdaed4385abb68e8deb017555 45e6ffe1fad54cf282a215aab63677af - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 361/752] 10.0.0.99 () {32 vars in 735 bytes} [Thu Jun 4 13:09:08 2026] GET /v2.0/security-groups/444c831e-90e8-47fa-a5e3-e693bd9aafb1 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:09:08.272 7 INFO neutron_taas.services.taas.taas_plugin [None req-6db57129-4d30-43b6-960f-bc120311e1e2 2de650dcdaed4385abb68e8deb017555 45e6ffe1fad54cf282a215aab63677af - - default default] TaaS: Handle Delete Port: e8ce9ee1-d4dd-4964-b3ea-72f9c9e36ea8 2026-06-04 13:09:08.276 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6db57129-4d30-43b6-960f-bc120311e1e2 2de650dcdaed4385abb68e8deb017555 45e6ffe1fad54cf282a215aab63677af - - default default] Tap Mirror: Handle Delete Port: e8ce9ee1-d4dd-4964-b3ea-72f9c9e36ea8 [pid: 7|app: 0|req: 392/753] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:09:08 2026] DELETE /v2.0/floatingips/b89e6c0e-bdab-4106-bb83-1bffaa85aba2 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/754] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:08 2026] GET /v2.0/ports?device_id=021586a2-55d9-4b24-a456-5f95f204d25d => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/755] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:08 2026] GET /v2.0/security-groups?id=92a62b48-5a76-4f47-ad28-bc87dd2be73f&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:09:08.889 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ba950b1-6bc1-44a0-81f0-b0557d1d6e81 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: e57bdb8a-682f-4545-ab99-6438fae34617 2026-06-04 13:09:08.893 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ba950b1-6bc1-44a0-81f0-b0557d1d6e81 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: e57bdb8a-682f-4545-ab99-6438fae34617 [pid: 7|app: 0|req: 395/756] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:09 2026] GET /v2.0/ports?device_id=75701013-f0b7-4770-8c93-511044fa1671 => 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: 396/757] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:09 2026] GET /v2.0/security-groups?id=b129d28b-2739-4097-990a-ad32bc7632b6&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: 362/758] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:09:08 2026] PUT /v2.0/routers/215e3885-2eec-4c15-a143-f7bc0f78ffb3/remove_router_interface => generated 309 bytes in 852 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:09:09.561 7 INFO neutron_taas.services.taas.taas_plugin [None req-93f19991-8a91-4a9d-9565-e84a51dba8c7 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 7428001a-d7a7-4d3c-9bfc-305afa1f5065 2026-06-04 13:09:09.563 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93f19991-8a91-4a9d-9565-e84a51dba8c7 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 7428001a-d7a7-4d3c-9bfc-305afa1f5065 2026-06-04 13:09:09.851 7 INFO neutron_taas.services.taas.taas_plugin [None req-93f19991-8a91-4a9d-9565-e84a51dba8c7 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: f0cc9d84-162b-44f8-b9f7-569221a4a2d2 2026-06-04 13:09:09.859 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93f19991-8a91-4a9d-9565-e84a51dba8c7 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: f0cc9d84-162b-44f8-b9f7-569221a4a2d2 [pid: 8|app: 0|req: 363/759] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:09 2026] GET /v2.0/ports?device_id=021586a2-55d9-4b24-a456-5f95f204d25d => 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: 364/760] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:09 2026] GET /v2.0/security-groups?id=92a62b48-5a76-4f47-ad28-bc87dd2be73f&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:09:10.225 7 INFO neutron.services.segments.plugin [-] Segment 51945a47-b9c8-4807-9214-05289fab778e resource provider aggregate not found 2026-06-04 13:09:10.232 7 INFO neutron.services.segments.plugin [-] Segment 51945a47-b9c8-4807-9214-05289fab778e resource provider aggregate not found 2026-06-04 13:09:10.252 7 INFO neutron.services.segments.plugin [-] Segment 51945a47-b9c8-4807-9214-05289fab778e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51945a47-b9c8-4807-9214-05289fab778e found for delete ", "request_id": "req-78b063e5-26b4-4423-b884-f811b29f378b"}]} 2026-06-04 13:09:10.255 7 INFO neutron.services.segments.plugin [-] Segment 51945a47-b9c8-4807-9214-05289fab778e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51945a47-b9c8-4807-9214-05289fab778e found for delete ", "request_id": "req-f74ab0bf-0821-43b1-9115-6bf0fd977404"}]} 2026-06-04 13:09:10.268 7 INFO neutron.db.l3_hamode_db [None req-93f19991-8a91-4a9d-9565-e84a51dba8c7 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] HA network fb0602c7-f423-48a6-9b42-3d614a409f14 was deleted as no HA routers are present in tenant 45e6ffe1fad54cf282a215aab63677af. [pid: 7|app: 0|req: 397/761] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:09:09 2026] DELETE /v2.0/routers/215e3885-2eec-4c15-a143-f7bc0f78ffb3 => generated 0 bytes in 941 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/762] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:10 2026] GET /v2.0/ports?device_id=75701013-f0b7-4770-8c93-511044fa1671 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/763] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:10 2026] GET /v2.0/security-groups?id=b129d28b-2739-4097-990a-ad32bc7632b6&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: 367/764] 199.204.45.74 () {34 vars in 992 bytes} [Thu Jun 4 13:09:10 2026] GET /v2.0/ports?device_id=75701013-f0b7-4770-8c93-511044fa1671 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/765] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:09:10 2026] DELETE /v2.0/subnets/b4c45549-4dbf-41c7-bb65-2043e5880cdf => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:09:10.532 7 INFO neutron_taas.services.taas.taas_plugin [None req-11025beb-0701-4033-8881-fd9ddc28bd5b 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: a5fe3138-dfac-4bdb-8c73-b35d385162d8 2026-06-04 13:09:10.536 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11025beb-0701-4033-8881-fd9ddc28bd5b 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: a5fe3138-dfac-4bdb-8c73-b35d385162d8 2026-06-04 13:09:10.550 8 INFO neutron_taas.services.taas.taas_plugin [req-4e1f92d2-7305-465a-8f24-d6968a9a7387 req-b55adbb7-0cb4-4383-98d5-394c2918beef 07f18b41d2f045818c6c4194bb05119b 707b6d5b20fa4b21a1c2f1213f0edbd2 - - default default] TaaS: Handle Delete Port: 19bbaf50-6cb0-4547-8c9b-9cc9701bd49e 2026-06-04 13:09:10.556 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4e1f92d2-7305-465a-8f24-d6968a9a7387 req-b55adbb7-0cb4-4383-98d5-394c2918beef 07f18b41d2f045818c6c4194bb05119b 707b6d5b20fa4b21a1c2f1213f0edbd2 - - default default] Tap Mirror: Handle Delete Port: 19bbaf50-6cb0-4547-8c9b-9cc9701bd49e [pid: 8|app: 0|req: 368/766] 199.204.45.74 () {36 vars in 995 bytes} [Thu Jun 4 13:09:10 2026] DELETE /v2.0/ports/19bbaf50-6cb0-4547-8c9b-9cc9701bd49e => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/767] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:09:10 2026] DELETE /v2.0/networks/11f4f72f-a5fe-44d9-b7e3-f2a508c8a429 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:09:10.747 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e893c26c-a336-4fae-a107-a876f6951424'] response: {'server_uuid': '75701013-f0b7-4770-8c93-511044fa1671', 'name': 'network-vif-deleted', 'tag': '19bbaf50-6cb0-4547-8c9b-9cc9701bd49e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 369/768] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:09:10 2026] GET /v2.0/security-groups?tenant_id=45e6ffe1fad54cf282a215aab63677af&name=default => 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: 370/769] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:11 2026] GET /v2.0/ports?device_id=021586a2-55d9-4b24-a456-5f95f204d25d => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/770] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:09:10 2026] DELETE /v2.0/security-groups/5671e770-7825-4a2c-8359-149fb3a93b1a => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/771] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:11 2026] GET /v2.0/security-groups?id=92a62b48-5a76-4f47-ad28-bc87dd2be73f&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/772] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:11 2026] GET /v2.0/ports?device_id=75701013-f0b7-4770-8c93-511044fa1671 => 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: 372/773] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:12 2026] GET /v2.0/ports?device_id=021586a2-55d9-4b24-a456-5f95f204d25d => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:09:12.283 7 INFO neutron.services.segments.plugin [-] Segment 56611e95-221b-4989-85da-1d65759c9872 resource provider aggregate not found 2026-06-04 13:09:12.287 7 INFO neutron.services.segments.plugin [-] Segment 56611e95-221b-4989-85da-1d65759c9872 resource provider aggregate not found 2026-06-04 13:09:12.308 7 INFO neutron.services.segments.plugin [-] Segment 56611e95-221b-4989-85da-1d65759c9872 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56611e95-221b-4989-85da-1d65759c9872 found for delete ", "request_id": "req-8a368bce-e10b-4143-886d-a0bdc038372e"}]} 2026-06-04 13:09:12.313 7 INFO neutron.services.segments.plugin [-] Segment 56611e95-221b-4989-85da-1d65759c9872 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56611e95-221b-4989-85da-1d65759c9872 found for delete ", "request_id": "req-9326a8c0-2a3e-4239-9d6d-1033d349fc6a"}]} [pid: 7|app: 0|req: 402/774] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:12 2026] GET /v2.0/security-groups?id=92a62b48-5a76-4f47-ad28-bc87dd2be73f&fields=id&fields=name => generated 113 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/775] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:12 2026] GET /v2.0/ports?device_id=75701013-f0b7-4770-8c93-511044fa1671 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/776] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:13 2026] GET /v2.0/ports?device_id=021586a2-55d9-4b24-a456-5f95f204d25d => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/777] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:13 2026] GET /v2.0/security-groups?id=92a62b48-5a76-4f47-ad28-bc87dd2be73f&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/778] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:13 2026] GET /v2.0/ports?device_id=021586a2-55d9-4b24-a456-5f95f204d25d => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/779] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:13 2026] GET /v2.0/ports?device_id=75701013-f0b7-4770-8c93-511044fa1671 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:09:13.956 8 INFO neutron.db.l3_db [None req-5975f573-8fd5-42e9-9ddb-eb2dcdce86ec 196c6169beb44ff492d37db67b722ae1 e6c8fd6cf260440b987f5c7ebb3e109d - - default default] Floating IP 490fa1f7-4644-40c5-b031-fca46b5f85c8 associated. External IP: 10.96.250.217, port: 3da18275-c7bc-4d33-8ce2-3d1f4d78c91c. [pid: 7|app: 0|req: 406/780] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:09:13 2026] GET /v2.0/security-groups?tenant_id=e56c9da9a7c540679ab7e20f9590f22c&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/781] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:09:14 2026] DELETE /v2.0/security-groups/a32cda0b-a31c-42d9-956f-5ef6c05296e6 => 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: 375/782] 10.0.0.99 () {34 vars in 747 bytes} [Thu Jun 4 13:09:13 2026] PUT /v2.0/floatingips/490fa1f7-4644-40c5-b031-fca46b5f85c8 => generated 855 bytes in 664 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:09:14.321 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e28431ce-bfde-4e51-a49d-55d9924a2955'] response: {'name': 'network-changed', 'server_uuid': '021586a2-55d9-4b24-a456-5f95f204d25d', 'tag': '3da18275-c7bc-4d33-8ce2-3d1f4d78c91c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 408/783] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:14 2026] GET /v2.0/ports?device_id=021586a2-55d9-4b24-a456-5f95f204d25d => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/784] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:14 2026] GET /v2.0/security-groups?id=92a62b48-5a76-4f47-ad28-bc87dd2be73f&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/785] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:14 2026] GET /v2.0/ports?device_id=021586a2-55d9-4b24-a456-5f95f204d25d => 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: 378/786] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:09:14 2026] GET /v2.0/ports?tenant_id=e6c8fd6cf260440b987f5c7ebb3e109d&device_id=021586a2-55d9-4b24-a456-5f95f204d25d => generated 1240 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/787] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:14 2026] GET /v2.0/security-groups?id=92a62b48-5a76-4f47-ad28-bc87dd2be73f&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/788] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:09:14 2026] GET /v2.0/networks?id=12c206bb-abf1-4c49-ac5f-2aa0ffa842e1 => generated 776 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/789] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:09:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=3da18275-c7bc-4d33-8ce2-3d1f4d78c91c => 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: 382/790] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:09:15 2026] GET /v2.0/subnets?id=74ef1335-f73c-4306-8c37-81edf836866e => generated 698 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/791] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:09:15 2026] GET /v2.0/ports?network_id=12c206bb-abf1-4c49-ac5f-2aa0ffa842e1&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:09:15.178 7 INFO neutron_taas.services.taas.taas_plugin [None req-88b97086-baa1-4854-b6d0-c913c0fda66b 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: d7567598-650c-4aff-a596-d42ad0c59cd6 2026-06-04 13:09:15.181 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88b97086-baa1-4854-b6d0-c913c0fda66b 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: d7567598-650c-4aff-a596-d42ad0c59cd6 [pid: 8|app: 0|req: 384/792] 10.0.0.82 () {34 vars in 988 bytes} [Thu Jun 4 13:09:15 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 1240 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/793] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:09:15 2026] GET /v2.0/networks/12c206bb-abf1-4c49-ac5f-2aa0ffa842e1?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/794] 10.0.0.82 () {34 vars in 1038 bytes} [Thu Jun 4 13:09:15 2026] GET /v2.0/security-groups?id=4969e77e-298c-4d7d-9400-4c131d0bef8b&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: 387/795] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:09:15 2026] GET /v2.0/networks/12c206bb-abf1-4c49-ac5f-2aa0ffa842e1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/796] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:09:14 2026] PUT /v2.0/routers/ecc8e9ed-2446-40b4-99f5-b91c808214d5/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-04 13:09:15.920 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e179508-a2c9-4e68-8200-0e97188af235 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 5bc989b6-10e0-4f66-94e4-28abcdc0435d 2026-06-04 13:09:15.922 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e179508-a2c9-4e68-8200-0e97188af235 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 5bc989b6-10e0-4f66-94e4-28abcdc0435d [pid: 7|app: 0|req: 410/797] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:15 2026] GET /v2.0/ports?device_id=021586a2-55d9-4b24-a456-5f95f204d25d => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/798] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:16 2026] GET /v2.0/security-groups?id=92a62b48-5a76-4f47-ad28-bc87dd2be73f&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:09:16.159 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e179508-a2c9-4e68-8200-0e97188af235 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: ad1c9fd0-2d7f-42c6-aeff-223efe82a871 2026-06-04 13:09:16.162 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e179508-a2c9-4e68-8200-0e97188af235 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: ad1c9fd0-2d7f-42c6-aeff-223efe82a871 2026-06-04 13:09:16.589 8 INFO neutron.services.segments.plugin [-] Segment a11c3f2e-552e-497b-b7c1-9de58c87c6f0 resource provider aggregate not found 2026-06-04 13:09:16.601 8 INFO neutron.services.segments.plugin [-] Segment a11c3f2e-552e-497b-b7c1-9de58c87c6f0 resource provider aggregate not found 2026-06-04 13:09:16.623 8 INFO neutron.db.l3_hamode_db [None req-6e179508-a2c9-4e68-8200-0e97188af235 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] HA network 2c036f38-90b3-4663-ac11-d7658958259a was deleted as no HA routers are present in tenant 707b6d5b20fa4b21a1c2f1213f0edbd2. 2026-06-04 13:09:16.630 8 INFO neutron.services.segments.plugin [-] Segment a11c3f2e-552e-497b-b7c1-9de58c87c6f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a11c3f2e-552e-497b-b7c1-9de58c87c6f0 found for delete ", "request_id": "req-c4cf8243-8995-4110-a385-e1fbd27d6060"}]} 2026-06-04 13:09:16.633 8 INFO neutron.services.segments.plugin [-] Segment a11c3f2e-552e-497b-b7c1-9de58c87c6f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a11c3f2e-552e-497b-b7c1-9de58c87c6f0 found for delete ", "request_id": "req-ef7fd3be-b3d0-45c6-a437-137e981f5a7d"}]} [pid: 8|app: 0|req: 388/799] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:09:15 2026] DELETE /v2.0/routers/ecc8e9ed-2446-40b4-99f5-b91c808214d5 => generated 0 bytes in 893 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/800] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:09:16 2026] DELETE /v2.0/subnets/e74e199d-d91d-4452-9554-073b42e191b9 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/801] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:09:16 2026] GET /v2.0/security-groups?tenant_id=e675c684d2e54f19a87486b27275b268&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:09:16.953 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b05c8cd-2f19-4612-8bf7-ff9ccaf37976 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: e01f9c82-1b48-406b-a06c-a56afabbaad8 2026-06-04 13:09:16.955 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b05c8cd-2f19-4612-8bf7-ff9ccaf37976 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: e01f9c82-1b48-406b-a06c-a56afabbaad8 [pid: 7|app: 0|req: 413/802] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:09:16 2026] DELETE /v2.0/security-groups/a8cfd5cb-2b32-4a53-a6e7-6753b2d1a3af => 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: 390/803] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:09:16 2026] DELETE /v2.0/networks/464717b5-cfbc-443c-a5b7-30b6835df948 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/804] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:17 2026] GET /v2.0/ports?device_id=021586a2-55d9-4b24-a456-5f95f204d25d => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/805] 199.204.45.74 () {34 vars in 992 bytes} [Thu Jun 4 13:09:17 2026] GET /v2.0/ports?device_id=021586a2-55d9-4b24-a456-5f95f204d25d => 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: 415/806] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:17 2026] GET /v2.0/security-groups?id=92a62b48-5a76-4f47-ad28-bc87dd2be73f&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/807] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:09:17 2026] GET /v2.0/security-groups?tenant_id=707b6d5b20fa4b21a1c2f1213f0edbd2&name=default => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:09:17.435 8 INFO neutron_taas.services.taas.taas_plugin [req-70fe046b-53d1-4468-b3a7-02f9827cc01f req-f9bc76bb-3a46-4730-b3a3-1e42b597e3bf 196c6169beb44ff492d37db67b722ae1 e6c8fd6cf260440b987f5c7ebb3e109d - - default default] TaaS: Handle Delete Port: 3da18275-c7bc-4d33-8ce2-3d1f4d78c91c 2026-06-04 13:09:17.440 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-70fe046b-53d1-4468-b3a7-02f9827cc01f req-f9bc76bb-3a46-4730-b3a3-1e42b597e3bf 196c6169beb44ff492d37db67b722ae1 e6c8fd6cf260440b987f5c7ebb3e109d - - default default] Tap Mirror: Handle Delete Port: 3da18275-c7bc-4d33-8ce2-3d1f4d78c91c [pid: 7|app: 0|req: 417/808] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:09:17 2026] DELETE /v2.0/security-groups/b129d28b-2739-4097-990a-ad32bc7632b6 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:09:17.651 8 INFO neutron.db.l3_db [req-70fe046b-53d1-4468-b3a7-02f9827cc01f req-f9bc76bb-3a46-4730-b3a3-1e42b597e3bf 196c6169beb44ff492d37db67b722ae1 e6c8fd6cf260440b987f5c7ebb3e109d - - default default] Floating IP 490fa1f7-4644-40c5-b031-fca46b5f85c8 disassociated. External IP: 10.96.250.217, port: 3da18275-c7bc-4d33-8ce2-3d1f4d78c91c. [pid: 8|app: 0|req: 392/809] 199.204.45.74 () {36 vars in 995 bytes} [Thu Jun 4 13:09:17 2026] DELETE /v2.0/ports/3da18275-c7bc-4d33-8ce2-3d1f4d78c91c => generated 0 bytes in 745 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:09:18.073 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5c5bc2ac-47d5-498c-9667-be798862f02f'] response: {'server_uuid': '021586a2-55d9-4b24-a456-5f95f204d25d', 'name': 'network-vif-deleted', 'tag': '3da18275-c7bc-4d33-8ce2-3d1f4d78c91c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 418/810] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:18 2026] GET /v2.0/ports?device_id=021586a2-55d9-4b24-a456-5f95f204d25d => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:09:18.658 8 INFO neutron.services.segments.plugin [-] Segment 752d81a7-4b43-4792-b3a7-f1993a8a9220 resource provider aggregate not found 2026-06-04 13:09:18.659 8 INFO neutron.services.segments.plugin [-] Segment 752d81a7-4b43-4792-b3a7-f1993a8a9220 resource provider aggregate not found 2026-06-04 13:09:18.678 8 INFO neutron.services.segments.plugin [-] Segment 752d81a7-4b43-4792-b3a7-f1993a8a9220 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 752d81a7-4b43-4792-b3a7-f1993a8a9220 found for delete ", "request_id": "req-6609f42f-c6dc-433e-9c75-48337f061531"}]} 2026-06-04 13:09:18.679 8 INFO neutron.services.segments.plugin [-] Segment 752d81a7-4b43-4792-b3a7-f1993a8a9220 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 752d81a7-4b43-4792-b3a7-f1993a8a9220 found for delete ", "request_id": "req-f2e45c6c-c2c0-4bee-afbf-477879795d4c"}]} [pid: 8|app: 0|req: 393/813] 10.0.0.99 () {32 vars in 651 bytes} [Thu Jun 4 13:09:18 2026] GET /v2.0/extensions => generated 21537 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/814] 10.0.0.99 () {32 vars in 679 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/815] 10.0.0.99 () {32 vars in 679 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/816] 10.0.0.99 () {32 vars in 727 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/817] 10.0.0.99 () {32 vars in 663 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/agent => generated 153 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/818] 10.0.0.99 () {32 vars in 697 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/819] 10.0.0.99 () {32 vars in 695 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/820] 10.0.0.99 () {32 vars in 699 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/821] 10.0.0.99 () {32 vars in 687 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/822] 10.0.0.99 () {32 vars in 701 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/823] 10.0.0.99 () {32 vars in 691 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/824] 10.0.0.99 () {32 vars in 693 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/825] 10.0.0.99 () {32 vars in 683 bytes} [Thu Jun 4 13:09:19 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: 427/826] 10.0.0.99 () {32 vars in 685 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/827] 10.0.0.99 () {32 vars in 659 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/828] 10.0.0.99 () {32 vars in 697 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/829] 10.0.0.99 () {32 vars in 677 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/830] 10.0.0.99 () {32 vars in 681 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/831] 10.0.0.99 () {32 vars in 673 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/832] 10.0.0.99 () {32 vars in 687 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/833] 10.0.0.99 () {32 vars in 721 bytes} [Thu Jun 4 13:09:19 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: 431/834] 10.0.0.99 () {32 vars in 685 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/835] 10.0.0.99 () {32 vars in 667 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/836] 10.0.0.99 () {32 vars in 685 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/837] 10.0.0.99 () {32 vars in 679 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/838] 10.0.0.99 () {32 vars in 697 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/839] 10.0.0.99 () {32 vars in 677 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/840] 10.0.0.99 () {32 vars in 665 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/router => generated 256 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/841] 10.0.0.99 () {32 vars in 675 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/842] 10.0.0.99 () {32 vars in 663 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/l3-ha => 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: 409/843] 10.0.0.99 () {32 vars in 673 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/844] 10.0.0.99 () {32 vars in 711 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/845] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/ports?device_id=021586a2-55d9-4b24-a456-5f95f204d25d => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/846] 10.0.0.99 () {32 vars in 689 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/847] 10.0.0.99 () {32 vars in 681 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/848] 10.0.0.99 () {32 vars in 667 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/849] 10.0.0.99 () {32 vars in 685 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/850] 10.0.0.99 () {32 vars in 703 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/851] 10.0.0.99 () {32 vars in 673 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/852] 10.0.0.99 () {32 vars in 699 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/853] 10.0.0.99 () {32 vars in 673 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/854] 10.0.0.99 () {32 vars in 691 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/855] 10.0.0.99 () {32 vars in 687 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/856] 10.0.0.99 () {32 vars in 707 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/857] 10.0.0.99 () {32 vars in 703 bytes} [Thu Jun 4 13:09:19 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: 8|app: 0|req: 417/858] 10.0.0.99 () {32 vars in 717 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/859] 10.0.0.99 () {32 vars in 695 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/860] 10.0.0.99 () {32 vars in 709 bytes} [Thu Jun 4 13:09:19 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: 443/861] 10.0.0.99 () {32 vars in 667 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/binding => generated 193 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/862] 10.0.0.99 () {32 vars in 685 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/863] 10.0.0.99 () {32 vars in 679 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/864] 10.0.0.99 () {32 vars in 673 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/865] 10.0.0.99 () {32 vars in 669 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/866] 10.0.0.99 () {32 vars in 659 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/867] 10.0.0.99 () {32 vars in 697 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/868] 10.0.0.99 () {32 vars in 697 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/869] 10.0.0.99 () {32 vars in 675 bytes} [Thu Jun 4 13:09:19 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: 8|app: 0|req: 423/870] 10.0.0.99 () {32 vars in 667 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/871] 10.0.0.99 () {32 vars in 681 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/872] 10.0.0.99 () {32 vars in 699 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/873] 10.0.0.99 () {32 vars in 683 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/874] 10.0.0.99 () {32 vars in 705 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/875] 10.0.0.99 () {32 vars in 667 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/876] 10.0.0.99 () {32 vars in 695 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/877] 10.0.0.99 () {32 vars in 693 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/878] 10.0.0.99 () {32 vars in 683 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/879] 10.0.0.99 () {32 vars in 687 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/880] 10.0.0.99 () {32 vars in 703 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/881] 10.0.0.99 () {32 vars in 665 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/882] 10.0.0.99 () {32 vars in 679 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/883] 10.0.0.99 () {32 vars in 679 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/884] 10.0.0.99 () {32 vars in 689 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/885] 10.0.0.99 () {32 vars in 689 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/886] 10.0.0.99 () {32 vars in 693 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/887] 10.0.0.99 () {32 vars in 683 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/888] 10.0.0.99 () {32 vars in 687 bytes} [Thu Jun 4 13:09:19 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/889] 10.0.0.99 () {32 vars in 699 bytes} [Thu Jun 4 13:09:20 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: 8|app: 0|req: 433/890] 10.0.0.99 () {32 vars in 701 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/891] 10.0.0.99 () {32 vars in 711 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/892] 10.0.0.99 () {32 vars in 715 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/893] 10.0.0.99 () {32 vars in 713 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/894] 10.0.0.99 () {32 vars in 725 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/895] 10.0.0.99 () {32 vars in 739 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/896] 10.0.0.99 () {32 vars in 717 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/897] 10.0.0.99 () {32 vars in 681 bytes} [Thu Jun 4 13:09:20 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: 437/898] 10.0.0.99 () {32 vars in 667 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/segment => generated 145 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/899] 10.0.0.99 () {32 vars in 717 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/900] 10.0.0.99 () {32 vars in 677 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/901] 10.0.0.99 () {32 vars in 667 bytes} [Thu Jun 4 13:09:20 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: 8|app: 0|req: 439/902] 10.0.0.99 () {32 vars in 695 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/903] 10.0.0.99 () {32 vars in 703 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/904] 10.0.0.99 () {32 vars in 699 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/905] 10.0.0.99 () {32 vars in 699 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/906] 10.0.0.99 () {32 vars in 681 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/907] 10.0.0.99 () {32 vars in 703 bytes} [Thu Jun 4 13:09:20 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: 8|app: 0|req: 442/908] 10.0.0.99 () {32 vars in 693 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/909] 10.0.0.99 () {32 vars in 687 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/910] 10.0.0.99 () {32 vars in 695 bytes} [Thu Jun 4 13:09:20 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: 468/911] 10.0.0.99 () {32 vars in 677 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/912] 10.0.0.99 () {32 vars in 687 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/913] 10.0.0.99 () {32 vars in 699 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/914] 10.0.0.99 () {32 vars in 663 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/915] 10.0.0.99 () {32 vars in 679 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/916] 10.0.0.99 () {32 vars in 675 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/917] 10.0.0.99 () {32 vars in 691 bytes} [Thu Jun 4 13:09:20 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: 8|app: 0|req: 447/918] 10.0.0.99 () {32 vars in 675 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/919] 10.0.0.99 () {32 vars in 665 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/920] 10.0.0.99 () {32 vars in 661 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/taas => generated 175 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/921] 10.0.0.99 () {32 vars in 673 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/922] 10.0.0.99 () {32 vars in 685 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/923] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/ports?device_id=021586a2-55d9-4b24-a456-5f95f204d25d => 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: 450/924] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:09:20 2026] GET /v2.0/security-groups?tenant_id=1c821f44779d4817b8364c8276e50ac5&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/925] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:09:21 2026] DELETE /v2.0/security-groups/80c23978-12bb-45b8-9d12-39de9ebd1cba => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/926] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:21 2026] GET /v2.0/ports?device_id=021586a2-55d9-4b24-a456-5f95f204d25d => generated 12 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/927] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:09:21 2026] GET /v2.0/security-groups?tenant_id=30e3892c6ba24e219448df8d06858057&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/928] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:09:22 2026] DELETE /v2.0/security-groups/9c51a431-a659-45ac-9196-a1c6fb26d699 => 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: 477/929] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:09:22 2026] GET /v2.0/security-groups?tenant_id=6cfeb242e7624d64a09ac235b88b04d0&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: 453/930] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:09:22 2026] DELETE /v2.0/security-groups/a6f5ce61-0b24-4f80-8430-d280e1fae1ca => 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: 478/931] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:09:23 2026] DELETE /v2.0/security-groups/92a62b48-5a76-4f47-ad28-bc87dd2be73f => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:09:23.237 7 INFO neutron.api.v2.resource [None req-697c700f-881f-4ec1-9c92-f51ceb93a4b7 196c6169beb44ff492d37db67b722ae1 e6c8fd6cf260440b987f5c7ebb3e109d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 479/932] 10.0.0.99 () {32 vars in 735 bytes} [Thu Jun 4 13:09:23 2026] GET /v2.0/security-groups/92a62b48-5a76-4f47-ad28-bc87dd2be73f => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:09:23.358 7 INFO neutron_taas.services.taas.taas_plugin [None req-29c0e134-478e-4d56-b948-2a8be38f8ee6 196c6169beb44ff492d37db67b722ae1 e6c8fd6cf260440b987f5c7ebb3e109d - - default default] TaaS: Handle Delete Port: 1d8cda5e-7969-41f5-a91f-9f52d2f2421a 2026-06-04 13:09:23.366 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29c0e134-478e-4d56-b948-2a8be38f8ee6 196c6169beb44ff492d37db67b722ae1 e6c8fd6cf260440b987f5c7ebb3e109d - - default default] Tap Mirror: Handle Delete Port: 1d8cda5e-7969-41f5-a91f-9f52d2f2421a 2026-06-04 13:09:23.502 8 INFO neutron.db.segments_db [None req-2a6fe6bb-ac20-4187-91cb-213326c81a35 f5d08a1c3d2d489da68c94b0c9cab40b aa6e3b777861454b8916b1ba3b9cef61 - - default default] Added segment 3c105d04-e737-405b-b756-6b0d3f513e46 of type vxlan for network e73724a5-3b2d-403c-b92a-35db951934d7 [pid: 7|app: 0|req: 480/933] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:09:23 2026] DELETE /v2.0/floatingips/490fa1f7-4644-40c5-b031-fca46b5f85c8 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:09:23.601 8 INFO neutron.db.segments_db [None req-2a6fe6bb-ac20-4187-91cb-213326c81a35 f5d08a1c3d2d489da68c94b0c9cab40b aa6e3b777861454b8916b1ba3b9cef61 - - default default] Added segment 0551a774-5132-4282-8a83-9ee1ab89a258 of type vxlan for network e797a7df-f511-4666-967b-9ccba47109d7 [pid: 8|app: 0|req: 454/934] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:09:23 2026] POST /v2.0/networks => generated 1244 bytes in 557 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/935] 10.0.0.99 () {32 vars in 647 bytes} [Thu Jun 4 13:09:23 2026] GET /v2.0/networks => generated 1843 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:09:23.907 8 INFO neutron.services.segments.plugin [-] Segment 3c105d04-e737-405b-b756-6b0d3f513e46 resource provider aggregate not found 2026-06-04 13:09:23.913 8 INFO neutron.services.segments.plugin [-] Segment 3c105d04-e737-405b-b756-6b0d3f513e46 resource provider aggregate not found 2026-06-04 13:09:23.927 8 INFO neutron.services.segments.plugin [-] Segment 3c105d04-e737-405b-b756-6b0d3f513e46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c105d04-e737-405b-b756-6b0d3f513e46 found for delete ", "request_id": "req-da985935-0d99-428b-8696-1ba0cae0005a"}]} [pid: 8|app: 0|req: 456/936] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:09:23 2026] DELETE /v2.0/networks/e73724a5-3b2d-403c-b92a-35db951934d7 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:09:23.938 8 INFO neutron.services.segments.plugin [-] Segment 3c105d04-e737-405b-b756-6b0d3f513e46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c105d04-e737-405b-b756-6b0d3f513e46 found for delete ", "request_id": "req-66361f65-f083-406c-8d81-0942dadb8135"}]} 2026-06-04 13:09:23.959 7 INFO neutron_taas.services.taas.taas_plugin [None req-5479bbd3-52c8-4e46-8b84-a80a79bb8261 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 31737084-ffb3-47d8-9fcc-172614dc1e55 2026-06-04 13:09:23.962 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5479bbd3-52c8-4e46-8b84-a80a79bb8261 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 31737084-ffb3-47d8-9fcc-172614dc1e55 [pid: 8|app: 0|req: 457/937] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:09:23 2026] DELETE /v2.0/networks/e797a7df-f511-4666-967b-9ccba47109d7 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/938] 10.0.0.99 () {32 vars in 647 bytes} [Thu Jun 4 13:09:24 2026] GET /v2.0/networks => generated 651 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:09:24.144 8 INFO neutron.db.segments_db [None req-c8fc52fc-7290-4856-a3b2-d2b74631cde7 f5d08a1c3d2d489da68c94b0c9cab40b aa6e3b777861454b8916b1ba3b9cef61 - - default default] Added segment b70af301-bb10-4201-9e73-263de02b8a16 of type vxlan for network 80e52961-fab0-46b6-a059-e5216ab6ac7f [pid: 8|app: 0|req: 459/939] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:09:24 2026] POST /v2.0/networks => generated 649 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:09:24.263 8 INFO neutron.db.segments_db [None req-1b51e356-d91f-4640-9174-026861f68230 f5d08a1c3d2d489da68c94b0c9cab40b aa6e3b777861454b8916b1ba3b9cef61 - - default default] Added segment 89166047-af41-448e-9316-d00edffedc00 of type vxlan for network fc62d8b6-6a24-4661-b13d-2acfbcfb25bf [pid: 8|app: 0|req: 460/940] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:09:24 2026] POST /v2.0/networks => generated 649 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/941] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:09:23 2026] PUT /v2.0/routers/29c64222-6f4e-4dfa-9a61-636bafe203d5/remove_router_interface => generated 309 bytes in 948 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:09:24.711 7 INFO neutron_taas.services.taas.taas_plugin [None req-845705fd-8af5-4c67-9152-5a162f408a68 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: c99f81c8-45ad-44d9-b2fa-6994f1863d74 2026-06-04 13:09:24.714 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-845705fd-8af5-4c67-9152-5a162f408a68 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: c99f81c8-45ad-44d9-b2fa-6994f1863d74 [pid: 8|app: 0|req: 461/942] 10.0.0.99 () {34 vars in 663 bytes} [Thu Jun 4 13:09:24 2026] POST /v2.0/ports => generated 1506 bytes in 545 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: 462/943] 10.0.0.99 () {32 vars in 641 bytes} [Thu Jun 4 13:09:24 2026] GET /v2.0/ports => generated 1506 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:09:24.999 7 INFO neutron_taas.services.taas.taas_plugin [None req-845705fd-8af5-4c67-9152-5a162f408a68 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: a6c4a22c-b646-45d1-973a-3542421eb004 2026-06-04 13:09:25.004 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-845705fd-8af5-4c67-9152-5a162f408a68 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: a6c4a22c-b646-45d1-973a-3542421eb004 2026-06-04 13:09:25.085 8 INFO neutron_taas.services.taas.taas_plugin [None req-c314680f-2378-4bc3-9a94-4e281de0f499 f5d08a1c3d2d489da68c94b0c9cab40b aa6e3b777861454b8916b1ba3b9cef61 - - default default] TaaS: Handle Delete Port: 24336c17-46ad-4304-acd7-34e6c30920d4 2026-06-04 13:09:25.090 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c314680f-2378-4bc3-9a94-4e281de0f499 f5d08a1c3d2d489da68c94b0c9cab40b aa6e3b777861454b8916b1ba3b9cef61 - - default default] Tap Mirror: Handle Delete Port: 24336c17-46ad-4304-acd7-34e6c30920d4 [pid: 8|app: 0|req: 463/944] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:09:24 2026] DELETE /v2.0/ports/24336c17-46ad-4304-acd7-34e6c30920d4 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:09:25.286 8 INFO neutron_taas.services.taas.taas_plugin [None req-a24eccdf-4681-46ab-b007-685c8cb5a036 f5d08a1c3d2d489da68c94b0c9cab40b aa6e3b777861454b8916b1ba3b9cef61 - - default default] TaaS: Handle Delete Port: f36b390e-93db-4780-a537-2123c154b484 2026-06-04 13:09:25.289 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a24eccdf-4681-46ab-b007-685c8cb5a036 f5d08a1c3d2d489da68c94b0c9cab40b aa6e3b777861454b8916b1ba3b9cef61 - - default default] Tap Mirror: Handle Delete Port: f36b390e-93db-4780-a537-2123c154b484 [pid: 8|app: 0|req: 464/945] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:09:25 2026] DELETE /v2.0/ports/f36b390e-93db-4780-a537-2123c154b484 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/946] 10.0.0.99 () {32 vars in 641 bytes} [Thu Jun 4 13:09:25 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) 2026-06-04 13:09:25.428 7 INFO neutron.services.segments.plugin [-] Segment be299011-9ffe-4bfc-a9e7-4006a2ee33ad resource provider aggregate not found 2026-06-04 13:09:25.439 7 INFO neutron.services.segments.plugin [-] Segment be299011-9ffe-4bfc-a9e7-4006a2ee33ad resource provider aggregate not found 2026-06-04 13:09:25.459 8 INFO neutron.db.segments_db [None req-9654fe21-02e0-4c76-a610-d991596a6825 f5d08a1c3d2d489da68c94b0c9cab40b aa6e3b777861454b8916b1ba3b9cef61 - - default default] Added segment dd252171-4e56-4860-ba34-32396f5ae85a of type vxlan for network ef017cb5-e883-4a31-a556-1051c51d01ba 2026-06-04 13:09:25.462 7 INFO neutron.services.segments.plugin [-] Segment be299011-9ffe-4bfc-a9e7-4006a2ee33ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be299011-9ffe-4bfc-a9e7-4006a2ee33ad found for delete ", "request_id": "req-407b3f5b-db23-4e54-9d78-18b5ca592482"}]} 2026-06-04 13:09:25.463 7 INFO neutron.services.segments.plugin [-] Segment be299011-9ffe-4bfc-a9e7-4006a2ee33ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be299011-9ffe-4bfc-a9e7-4006a2ee33ad found for delete ", "request_id": "req-8540e075-9475-4967-b5d0-ad25c34eadca"}]} 2026-06-04 13:09:25.469 7 INFO neutron.db.l3_hamode_db [None req-845705fd-8af5-4c67-9152-5a162f408a68 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] HA network 777aad72-133a-4555-9b45-3871a72c5b6c was deleted as no HA routers are present in tenant e6c8fd6cf260440b987f5c7ebb3e109d. [pid: 7|app: 0|req: 482/947] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:09:24 2026] DELETE /v2.0/routers/29c64222-6f4e-4dfa-9a61-636bafe203d5 => generated 0 bytes in 947 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/948] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:09:25 2026] POST /v2.0/networks => generated 650 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:09:25.601 8 INFO neutron.db.segments_db [None req-506852c4-6580-4933-97ca-90bf05e28f3b f5d08a1c3d2d489da68c94b0c9cab40b aa6e3b777861454b8916b1ba3b9cef61 - - default default] Added segment cf53f446-4205-4e88-8ac1-ecfa7378e9ec of type vxlan for network 7b1114a9-1911-453c-81d5-29dfb523e3a0 [pid: 7|app: 0|req: 483/949] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:09:25 2026] DELETE /v2.0/subnets/74ef1335-f73c-4306-8c37-81edf836866e => 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: 467/950] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:09:25 2026] POST /v2.0/networks => generated 650 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:09:25.727 7 INFO neutron_taas.services.taas.taas_plugin [None req-d69c10cb-b7e7-4af8-88e0-502885ffe1aa 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 5d7454b3-b5b9-4ef8-96a1-07e66d3d2d4d 2026-06-04 13:09:25.731 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d69c10cb-b7e7-4af8-88e0-502885ffe1aa 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 5d7454b3-b5b9-4ef8-96a1-07e66d3d2d4d [pid: 7|app: 0|req: 484/951] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:09:25 2026] DELETE /v2.0/networks/12c206bb-abf1-4c49-ac5f-2aa0ffa842e1 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:09:25.962 8 INFO neutron.services.segments.plugin [-] Segment 0551a774-5132-4282-8a83-9ee1ab89a258 resource provider aggregate not found 2026-06-04 13:09:25.968 8 INFO neutron.services.segments.plugin [-] Segment 0551a774-5132-4282-8a83-9ee1ab89a258 resource provider aggregate not found 2026-06-04 13:09:25.988 8 INFO neutron.services.segments.plugin [-] Segment 0551a774-5132-4282-8a83-9ee1ab89a258 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0551a774-5132-4282-8a83-9ee1ab89a258 found for delete ", "request_id": "req-28a8f040-58b8-4688-a006-d758c7002fd7"}]} 2026-06-04 13:09:25.991 8 INFO neutron.services.segments.plugin [-] Segment 0551a774-5132-4282-8a83-9ee1ab89a258 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0551a774-5132-4282-8a83-9ee1ab89a258 found for delete ", "request_id": "req-fd38d107-82a1-46ba-90be-8511bb1772a9"}]} [pid: 8|app: 0|req: 468/952] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:09:25 2026] POST /v2.0/subnets => generated 1273 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/953] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:09:26 2026] GET /v2.0/security-groups?tenant_id=e6c8fd6cf260440b987f5c7ebb3e109d&name=default => generated 2925 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/954] 10.0.0.99 () {32 vars in 645 bytes} [Thu Jun 4 13:09:26 2026] GET /v2.0/subnets => generated 1909 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/955] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:09:26 2026] DELETE /v2.0/security-groups/d4973e99-2328-449c-864b-e767cbfa2820 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/956] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:09:26 2026] DELETE /v2.0/subnets/33db88f4-beec-4438-a9e0-9ec4c3eb3e23 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/957] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:09:26 2026] DELETE /v2.0/subnets/95a91a8b-3a2f-4ed2-9382-a05dc0982c92 => 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: 471/958] 10.0.0.99 () {32 vars in 645 bytes} [Thu Jun 4 13:09:26 2026] GET /v2.0/subnets => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/959] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:09:26 2026] DELETE /v2.0/networks/7b1114a9-1911-453c-81d5-29dfb523e3a0 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/960] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:09:26 2026] DELETE /v2.0/networks/ef017cb5-e883-4a31-a556-1051c51d01ba => 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: 489/961] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:09:26 2026] DELETE /v2.0/networks/fc62d8b6-6a24-4661-b13d-2acfbcfb25bf => 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: 473/962] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:09:27 2026] DELETE /v2.0/networks/80e52961-fab0-46b6-a059-e5216ab6ac7f => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:09:27.486 7 INFO neutron.services.segments.plugin [-] Segment 06936423-d424-4e7a-82b7-f750995cd45d resource provider aggregate not found 2026-06-04 13:09:27.491 7 INFO neutron.services.segments.plugin [-] Segment 06936423-d424-4e7a-82b7-f750995cd45d resource provider aggregate not found 2026-06-04 13:09:27.504 7 INFO neutron.services.segments.plugin [-] Segment 06936423-d424-4e7a-82b7-f750995cd45d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06936423-d424-4e7a-82b7-f750995cd45d found for delete ", "request_id": "req-a300e886-1b8a-426c-a3d3-ac55941b24be"}]} 2026-06-04 13:09:27.507 7 INFO neutron.services.segments.plugin [-] Segment 06936423-d424-4e7a-82b7-f750995cd45d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06936423-d424-4e7a-82b7-f750995cd45d found for delete ", "request_id": "req-1b2e0309-4c5f-412d-ae97-0ed697f48735"}]} 2026-06-04 13:09:27.518 7 INFO neutron.services.segments.plugin [-] Segment cf53f446-4205-4e88-8ac1-ecfa7378e9ec resource provider aggregate not found 2026-06-04 13:09:27.529 7 INFO neutron.services.segments.plugin [-] Segment cf53f446-4205-4e88-8ac1-ecfa7378e9ec resource provider aggregate not found 2026-06-04 13:09:27.537 7 INFO neutron.services.segments.plugin [-] Segment cf53f446-4205-4e88-8ac1-ecfa7378e9ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf53f446-4205-4e88-8ac1-ecfa7378e9ec found for delete ", "request_id": "req-5682b4ac-9f3f-4e6d-8a12-40f8ac46e5a4"}]} 2026-06-04 13:09:27.550 7 INFO neutron.services.segments.plugin [-] Segment cf53f446-4205-4e88-8ac1-ecfa7378e9ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf53f446-4205-4e88-8ac1-ecfa7378e9ec found for delete ", "request_id": "req-35c96807-5291-4692-89eb-7fcd59a0494f"}]} 2026-06-04 13:09:27.561 7 INFO neutron.services.segments.plugin [-] Segment 89166047-af41-448e-9316-d00edffedc00 resource provider aggregate not found 2026-06-04 13:09:27.570 7 INFO neutron.services.segments.plugin [-] Segment 89166047-af41-448e-9316-d00edffedc00 resource provider aggregate not found 2026-06-04 13:09:27.579 7 INFO neutron.services.segments.plugin [-] Segment 89166047-af41-448e-9316-d00edffedc00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89166047-af41-448e-9316-d00edffedc00 found for delete ", "request_id": "req-d0bdc8ed-8a8b-41a3-9b92-39fc3b81bc26"}]} 2026-06-04 13:09:27.588 7 INFO neutron.services.segments.plugin [-] Segment 89166047-af41-448e-9316-d00edffedc00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89166047-af41-448e-9316-d00edffedc00 found for delete ", "request_id": "req-fbed382b-d2b6-48cd-8823-4afc10dd64e7"}]} 2026-06-04 13:09:28.006 8 INFO neutron.services.segments.plugin [-] Segment dd252171-4e56-4860-ba34-32396f5ae85a resource provider aggregate not found 2026-06-04 13:09:28.013 8 INFO neutron.services.segments.plugin [-] Segment dd252171-4e56-4860-ba34-32396f5ae85a resource provider aggregate not found 2026-06-04 13:09:28.021 8 INFO neutron.services.segments.plugin [-] Segment dd252171-4e56-4860-ba34-32396f5ae85a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd252171-4e56-4860-ba34-32396f5ae85a found for delete ", "request_id": "req-c8fa553d-bd94-47e4-9dd5-3535022511bd"}]} 2026-06-04 13:09:28.030 8 INFO neutron.services.segments.plugin [-] Segment dd252171-4e56-4860-ba34-32396f5ae85a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd252171-4e56-4860-ba34-32396f5ae85a found for delete ", "request_id": "req-d2ab9c2f-bf3e-4b2f-ad07-3134bf81aa78"}]} 2026-06-04 13:09:28.038 8 INFO neutron.services.segments.plugin [-] Segment b70af301-bb10-4201-9e73-263de02b8a16 resource provider aggregate not found 2026-06-04 13:09:28.047 8 INFO neutron.services.segments.plugin [-] Segment b70af301-bb10-4201-9e73-263de02b8a16 resource provider aggregate not found 2026-06-04 13:09:28.054 8 INFO neutron.services.segments.plugin [-] Segment b70af301-bb10-4201-9e73-263de02b8a16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b70af301-bb10-4201-9e73-263de02b8a16 found for delete ", "request_id": "req-11addc0a-54f0-4283-8cf0-534e5fd28378"}]} 2026-06-04 13:09:28.064 8 INFO neutron.services.segments.plugin [-] Segment b70af301-bb10-4201-9e73-263de02b8a16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b70af301-bb10-4201-9e73-263de02b8a16 found for delete ", "request_id": "req-d26e3d77-712a-46b7-8378-de5df76b2702"}]} [pid: 7|app: 0|req: 490/963] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:09:27 2026] GET /v2.0/security-groups?tenant_id=aa6e3b777861454b8916b1ba3b9cef61&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/964] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:09:28 2026] DELETE /v2.0/security-groups/97df9087-7e66-4c79-9635-af4d92f8178b => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:09:28.747 7 INFO neutron.db.segments_db [None req-b1fba494-f129-4ff0-a1c8-7ace0264600c 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment 60042d59-f373-4e31-911a-b008a3802d08 of type vxlan for network c5b56cb2-d49b-4985-8c20-1da3f2c5c95b [pid: 7|app: 0|req: 491/965] 10.0.0.99 () {34 vars in 669 bytes} [Thu Jun 4 13:09:28 2026] POST /v2.0/networks => generated 744 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/966] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:09:28 2026] GET /v2.0/security-groups?tenant_id=3a7387624c344c2ebb5658e5cd70ecea&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/967] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:09:28 2026] POST /v2.0/subnets => generated 691 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/968] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:09:28 2026] DELETE /v2.0/security-groups/ed7d05a0-ebd7-4698-b695-7a91ba1441f3 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:09:29.014 7 INFO neutron.db.segments_db [None req-284632cf-247b-4c18-8f25-f9707d9bccda 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment a3958208-a1ab-42d8-91eb-dedca33a1bad of type vxlan for network c9e4821d-6646-431b-8ca9-346b7d913848 [pid: 8|app: 0|req: 477/969] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:09:29 2026] GET /v2.0/security-groups?tenant_id=4e51268a8a434d5bbb0d6d3b2faa3d2a&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:09:29.279 7 INFO neutron.db.l3_hamode_db [None req-284632cf-247b-4c18-8f25-f9707d9bccda 7328d16d35034b87b64688a5be888824 3c8408516dee4a70aec83a7331497902 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 478/970] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:09:29 2026] DELETE /v2.0/security-groups/9185ecf5-582c-4ae8-8b1b-536f120b76fa => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:09:30.137 7 INFO neutron.db.l3_hamode_db [None req-284632cf-247b-4c18-8f25-f9707d9bccda 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 13:09:30.324 8 INFO neutron.db.segments_db [None req-a071a6c9-08d4-421f-8017-45c0f231ba99 2cf7e8b14e474284a25ff781a3c63cb4 c883856e68a54441a25f2cabe73c4e63 - - default default] Added segment 232bf3d6-545a-404e-a14a-1b8a23163fb1 of type vxlan for network 2ca1c62a-7168-488c-852b-8ff6301fc0d7 [pid: 8|app: 0|req: 479/971] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:09:30 2026] POST /v2.0/networks => generated 647 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/972] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:30 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 971 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/973] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:09:28 2026] POST /v2.0/routers => generated 731 bytes in 2085 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/974] 10.0.0.200 () {34 vars in 970 bytes} [Thu Jun 4 13:09:31 2026] GET /v2.0/ports/09692b18-f84b-4f08-854a-032c4b241467 => generated 968 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/975] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:09:30 2026] POST /v2.0/subnets => generated 673 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:09:31.305 8 INFO neutron.db.segments_db [None req-c018ca94-6f14-403a-aced-e3b43e31d4c4 2cf7e8b14e474284a25ff781a3c63cb4 c883856e68a54441a25f2cabe73c4e63 - - default default] Added segment 8bce1ea2-2546-45ae-beb0-b5b59110c77c of type vxlan for network 29c8aee9-1036-413a-aea3-8e1d2d9b2757 [pid: 8|app: 0|req: 482/976] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:09:31 2026] POST /v2.0/networks => generated 648 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/977] 10.0.0.99 () {34 vars in 741 bytes} [Thu Jun 4 13:09:31 2026] PUT /v2.0/networks/29c8aee9-1036-413a-aea3-8e1d2d9b2757 => generated 592 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/978] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:09:31 2026] POST /v2.0/subnets => generated 646 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/979] 199.204.45.74 () {34 vars in 998 bytes} [Thu Jun 4 13:09:31 2026] GET /v2.0/subnets?network_id=208066c3-32cd-4ee9-98dd-f2e67880ca20 => generated 684 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/980] 10.0.0.99 () {34 vars in 739 bytes} [Thu Jun 4 13:09:31 2026] PUT /v2.0/subnets/f35d93ca-7536-4287-8d09-bff21db53fa3 => generated 656 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/981] 199.204.45.74 () {34 vars in 1144 bytes} [Thu Jun 4 13:09:31 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2&device_owner=compute%3Anova&network_id=208066c3-32cd-4ee9-98dd-f2e67880ca20 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:09:32.279 8 INFO neutron.services.segments.plugin [-] Segment 8bce1ea2-2546-45ae-beb0-b5b59110c77c resource provider aggregate not found 2026-06-04 13:09:32.286 8 INFO neutron.services.segments.plugin [-] Segment 8bce1ea2-2546-45ae-beb0-b5b59110c77c resource provider aggregate not found 2026-06-04 13:09:32.303 8 INFO neutron.services.segments.plugin [-] Segment 8bce1ea2-2546-45ae-beb0-b5b59110c77c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bce1ea2-2546-45ae-beb0-b5b59110c77c found for delete ", "request_id": "req-e8964c05-c034-464d-a92c-eb9c11747977"}]} 2026-06-04 13:09:32.305 8 INFO neutron.services.segments.plugin [-] Segment 8bce1ea2-2546-45ae-beb0-b5b59110c77c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bce1ea2-2546-45ae-beb0-b5b59110c77c found for delete ", "request_id": "req-09b751b0-06d8-4430-af82-1f02dd36fd2a"}]} [pid: 8|app: 0|req: 488/982] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:09:32 2026] DELETE /v2.0/networks/29c8aee9-1036-413a-aea3-8e1d2d9b2757 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/983] 199.204.45.74 () {38 vars in 1026 bytes} [Thu Jun 4 13:09:32 2026] PUT /v2.0/ports/09692b18-f84b-4f08-854a-032c4b241467 => generated 1149 bytes in 443 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-04 13:09:32.791 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e9fac279-c061-459e-9018-8223730ab3fb 2cf7e8b14e474284a25ff781a3c63cb4 c883856e68a54441a25f2cabe73c4e63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 490/984] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:09:32 2026] DELETE /v2.0/networks/29c8aee9-1036-413a-aea3-8e1d2d9b2757 => generated 138 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:09:32.819 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-44db20f3-b064-40d2-b992-fbef9f1bbcfa'] response: {'name': 'network-changed', 'server_uuid': '1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2', 'tag': '09692b18-f84b-4f08-854a-032c4b241467', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 495/985] 10.0.0.99 () {34 vars in 781 bytes} [Thu Jun 4 13:09:31 2026] PUT /v2.0/routers/c515bf52-b955-452c-aca4-b0900435afbd/add_router_interface => generated 309 bytes in 1693 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/986] 10.0.0.99 () {32 vars in 692 bytes} [Thu Jun 4 13:09:32 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/987] 10.0.0.99 () {32 vars in 740 bytes} [Thu Jun 4 13:09:32 2026] GET /v2.0/subnets?network_id=57a3a178-5e88-47bd-ae74-de426f799613 => generated 649 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/988] 10.0.0.99 () {32 vars in 651 bytes} [Thu Jun 4 13:09:32 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: 497/989] 10.0.0.99 () {32 vars in 647 bytes} [Thu Jun 4 13:09:32 2026] GET /v2.0/networks => generated 1312 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/990] 10.0.0.99 () {32 vars in 645 bytes} [Thu Jun 4 13:09:33 2026] GET /v2.0/subnets => generated 1312 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/991] 10.0.0.99 () {32 vars in 721 bytes} [Thu Jun 4 13:09:33 2026] GET /v2.0/networks/2ca1c62a-7168-488c-852b-8ff6301fc0d7 => generated 672 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/992] 10.0.0.99 () {32 vars in 719 bytes} [Thu Jun 4 13:09:33 2026] GET /v2.0/subnets/3d562452-45f2-4fb2-be88-4c1146a9c103 => generated 673 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:09:33.198 7 INFO neutron.pecan_wsgi.hooks.translation [None req-58fdf83f-4ddf-49c2-b4c4-af9911a88ae9 2cf7e8b14e474284a25ff781a3c63cb4 c883856e68a54441a25f2cabe73c4e63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 499/993] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:09:33 2026] DELETE /v2.0/subnets/f35d93ca-7536-4287-8d09-bff21db53fa3 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:09:33.220 8 INFO neutron.pecan_wsgi.hooks.translation [None req-80475284-d97e-4965-8045-7753ef4818b4 2cf7e8b14e474284a25ff781a3c63cb4 c883856e68a54441a25f2cabe73c4e63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 495/994] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:09:33 2026] DELETE /v2.0/networks/29c8aee9-1036-413a-aea3-8e1d2d9b2757 => 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: 496/995] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:09:33 2026] GET /v2.0/ports?tenant_id=d33a59c7c22c4b0c9eb6bf0199c58e09&device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 1421 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/996] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:09:33 2026] DELETE /v2.0/subnets/3d562452-45f2-4fb2-be88-4c1146a9c103 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/997] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:09:33 2026] GET /v2.0/networks?id=208066c3-32cd-4ee9-98dd-f2e67880ca20 => generated 780 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/998] 199.204.45.74 () {34 vars in 1058 bytes} [Thu Jun 4 13:09:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=09692b18-f84b-4f08-854a-032c4b241467 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:09:33.449 7 INFO neutron.services.segments.plugin [-] Segment 232bf3d6-545a-404e-a14a-1b8a23163fb1 resource provider aggregate not found 2026-06-04 13:09:33.454 7 INFO neutron.services.segments.plugin [-] Segment 232bf3d6-545a-404e-a14a-1b8a23163fb1 resource provider aggregate not found [pid: 8|app: 0|req: 499/999] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:09:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=09692b18-f84b-4f08-854a-032c4b241467 => generated 860 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:09:33.472 7 INFO neutron.services.segments.plugin [-] Segment 232bf3d6-545a-404e-a14a-1b8a23163fb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 232bf3d6-545a-404e-a14a-1b8a23163fb1 found for delete ", "request_id": "req-9bc26479-3451-46dd-b71a-44e34d2e68c0"}]} 2026-06-04 13:09:33.473 7 INFO neutron.services.segments.plugin [-] Segment 232bf3d6-545a-404e-a14a-1b8a23163fb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 232bf3d6-545a-404e-a14a-1b8a23163fb1 found for delete ", "request_id": "req-35ba86ee-3584-4dce-b9c2-bc6d68420e02"}]} [pid: 7|app: 0|req: 501/1000] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:09:33 2026] DELETE /v2.0/networks/2ca1c62a-7168-488c-852b-8ff6301fc0d7 => 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: 500/1001] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:09:33 2026] GET /v2.0/subnets?id=fd5a7069-991d-41c5-b8c4-09091e65276f => generated 702 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1002] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:09:33 2026] GET /v2.0/ports?network_id=208066c3-32cd-4ee9-98dd-f2e67880ca20&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1003] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:09:33 2026] GET /v2.0/networks/208066c3-32cd-4ee9-98dd-f2e67880ca20?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1004] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:09:33 2026] GET /v2.0/networks/208066c3-32cd-4ee9-98dd-f2e67880ca20?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: 503/1005] 10.0.0.99 () {34 vars in 683 bytes} [Thu Jun 4 13:09:33 2026] POST /v2.0/security-groups => generated 1660 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1006] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:09:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1007] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:09:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1008] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:09:34 2026] GET /v2.0/security-groups?tenant_id=c883856e68a54441a25f2cabe73c4e63&name=default => generated 2925 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1011] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:09:34 2026] DELETE /v2.0/security-groups/b4849ca0-f220-4621-b032-b4bb0c4edb85 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1012] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:34 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 1152 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1013] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:34 2026] GET /v2.0/security-groups?id=4969e77e-298c-4d7d-9400-4c131d0bef8b&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: 504/1014] 10.0.0.99 () {34 vars in 674 bytes} [Thu Jun 4 13:09:34 2026] POST /v2.0/floatingips => generated 552 bytes in 676 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1015] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:09:34 2026] GET /v2.0/ports?tenant_id=d33a59c7c22c4b0c9eb6bf0199c58e09&device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 1421 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1016] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:09:34 2026] GET /v2.0/networks?id=208066c3-32cd-4ee9-98dd-f2e67880ca20 => generated 780 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1017] 199.204.45.74 () {34 vars in 1058 bytes} [Thu Jun 4 13:09:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=09692b18-f84b-4f08-854a-032c4b241467 => 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: 506/1018] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:09:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=09692b18-f84b-4f08-854a-032c4b241467 => generated 860 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1019] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:09:34 2026] GET /v2.0/subnets?id=fd5a7069-991d-41c5-b8c4-09091e65276f => generated 702 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1020] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:09:34 2026] GET /v2.0/ports?network_id=208066c3-32cd-4ee9-98dd-f2e67880ca20&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1021] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:09:34 2026] GET /v2.0/networks/208066c3-32cd-4ee9-98dd-f2e67880ca20?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: 508/1022] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:09:35 2026] GET /v2.0/networks/208066c3-32cd-4ee9-98dd-f2e67880ca20?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: 515/1023] 10.0.0.200 () {34 vars in 1099 bytes} [Thu Jun 4 13:09:35 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2011952001&fields=id&tenant_id=3c8408516dee4a70aec83a7331497902 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1024] 10.0.0.200 () {34 vars in 981 bytes} [Thu Jun 4 13:09:35 2026] GET /v2.0/networks?id=c5b56cb2-d49b-4985-8c20-1da3f2c5c95b => generated 676 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1025] 10.0.0.200 () {34 vars in 964 bytes} [Thu Jun 4 13:09:35 2026] GET /v2.0/quotas/3c8408516dee4a70aec83a7331497902 => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1026] 10.0.0.200 () {34 vars in 1001 bytes} [Thu Jun 4 13:09:35 2026] GET /v2.0/ports?tenant_id=3c8408516dee4a70aec83a7331497902&fields=id => generated 103 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1027] 10.0.0.200 () {34 vars in 1007 bytes} [Thu Jun 4 13:09:35 2026] GET /v2.0/networks/c5b56cb2-d49b-4985-8c20-1da3f2c5c95b?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1028] 10.0.0.200 () {34 vars in 1107 bytes} [Thu Jun 4 13:09:35 2026] GET /v2.0/networks/c5b56cb2-d49b-4985-8c20-1da3f2c5c95b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1029] 199.204.45.74 () {34 vars in 1118 bytes} [Thu Jun 4 13:09:35 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.14 => generated 1152 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1030] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:35 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => 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: 512/1031] 199.204.45.74 () {38 vars in 1026 bytes} [Thu Jun 4 13:09:35 2026] PUT /v2.0/ports/09692b18-f84b-4f08-854a-032c4b241467 => generated 968 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:09:36.159 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5fd54f55-58cd-4476-9281-9a7737e0d4ce'] response: {'name': 'network-changed', 'server_uuid': '1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2', 'tag': '09692b18-f84b-4f08-854a-032c4b241467', '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: 513/1032] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:09:36 2026] GET /v2.0/ports?tenant_id=d33a59c7c22c4b0c9eb6bf0199c58e09&device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 1240 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1033] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:09:36 2026] GET /v2.0/networks?id=208066c3-32cd-4ee9-98dd-f2e67880ca20 => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1034] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:09:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=09692b18-f84b-4f08-854a-032c4b241467 => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1035] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:36 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => 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: 517/1036] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:09:36 2026] GET /v2.0/subnets?id=fd5a7069-991d-41c5-b8c4-09091e65276f => generated 702 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1037] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:09:36 2026] GET /v2.0/security-groups?tenant_id=3cc02c74a3864cfe9593050079f44d4e&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: 518/1038] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:09:36 2026] GET /v2.0/ports?network_id=208066c3-32cd-4ee9-98dd-f2e67880ca20&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1039] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:09:36 2026] DELETE /v2.0/security-groups/d1cd420c-d024-47dc-8038-00900118938a => 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: 520/1040] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:09:36 2026] GET /v2.0/networks/208066c3-32cd-4ee9-98dd-f2e67880ca20?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:09:37.072 7 INFO neutron.db.segments_db [None req-144c2af2-0023-4bdf-8a0b-73cdf1dcc98e edd994a9267e4180bb337ddd367401d6 b35d3a0644684cc0ba103e17359016b7 - - default default] Added segment 3e30bfd4-603e-4abd-bee1-531e0b9230a8 of type vxlan for network 463bb35c-8a11-474c-92d7-8bc17e99a205 [pid: 8|app: 0|req: 521/1041] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:09:37 2026] GET /v2.0/networks/208066c3-32cd-4ee9-98dd-f2e67880ca20?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: 521/1042] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:09:36 2026] POST /v2.0/networks => generated 649 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1043] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:09:37 2026] GET /v2.0/security-groups?tenant_id=1d140fdae3174b07bbee1e98d67e660a&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1044] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:09:37 2026] DELETE /v2.0/security-groups/c120e3fc-3211-4aba-a79e-30cd3823326f => 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: 522/1045] 10.0.0.99 () {34 vars in 663 bytes} [Thu Jun 4 13:09:37 2026] POST /v2.0/ports => generated 779 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:09:37.614 8 INFO neutron.db.segments_db [None req-4a39c053-8567-4c53-8ef6-d8097e74cc6a edd994a9267e4180bb337ddd367401d6 b35d3a0644684cc0ba103e17359016b7 - - default default] Added segment 404b72e3-007a-4548-9517-99621beaa0a4 of type vxlan for network 110b29b3-c15d-432a-bbde-49a9a059256d [pid: 8|app: 0|req: 524/1046] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:09:37 2026] POST /v2.0/networks => generated 636 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 525/1047] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:37 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => 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: 523/1048] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:09:37 2026] POST /v2.0/subnets => generated 646 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1049] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:37 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1050] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:38 2026] GET /v2.0/security-groups?id=4969e77e-298c-4d7d-9400-4c131d0bef8b&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1051] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:09:38 2026] GET /v2.0/ports?tenant_id=d33a59c7c22c4b0c9eb6bf0199c58e09&device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1052] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:09:38 2026] GET /v2.0/networks?id=208066c3-32cd-4ee9-98dd-f2e67880ca20 => generated 780 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1053] 10.0.0.99 () {34 vars in 663 bytes} [Thu Jun 4 13:09:37 2026] POST /v2.0/ports => generated 966 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1054] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:09:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=09692b18-f84b-4f08-854a-032c4b241467 => generated 860 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 529/1055] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:09:38 2026] GET /v2.0/subnets?id=fd5a7069-991d-41c5-b8c4-09091e65276f => generated 702 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1056] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:09:38 2026] GET /v2.0/ports?network_id=208066c3-32cd-4ee9-98dd-f2e67880ca20&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:09:38.459 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b2f3620-e161-4f81-9469-a3b4dc2cd9cf edd994a9267e4180bb337ddd367401d6 b35d3a0644684cc0ba103e17359016b7 - - default default] TaaS: Handle Delete Port: c1923036-a780-4b13-ab02-96881cabe6a1 2026-06-04 13:09:38.462 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b2f3620-e161-4f81-9469-a3b4dc2cd9cf edd994a9267e4180bb337ddd367401d6 b35d3a0644684cc0ba103e17359016b7 - - default default] Tap Mirror: Handle Delete Port: c1923036-a780-4b13-ab02-96881cabe6a1 [pid: 7|app: 0|req: 531/1057] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:09:38 2026] GET /v2.0/networks/208066c3-32cd-4ee9-98dd-f2e67880ca20?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: 532/1058] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:09:38 2026] GET /v2.0/networks/208066c3-32cd-4ee9-98dd-f2e67880ca20?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: 527/1059] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:09:38 2026] DELETE /v2.0/ports/c1923036-a780-4b13-ab02-96881cabe6a1 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:09:38.631 7 INFO neutron.pecan_wsgi.hooks.translation [None req-73e6442a-0a96-4a1a-8378-5c015bc8cafa edd994a9267e4180bb337ddd367401d6 b35d3a0644684cc0ba103e17359016b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 533/1060] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:09:38 2026] DELETE /v2.0/ports/c1923036-a780-4b13-ab02-96881cabe6a1 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:09:38.657 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ca581f1c-47e9-4c77-82c8-5c55637e64fc edd994a9267e4180bb337ddd367401d6 b35d3a0644684cc0ba103e17359016b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 528/1061] 10.0.0.99 () {32 vars in 715 bytes} [Thu Jun 4 13:09:38 2026] GET /v2.0/ports/c1923036-a780-4b13-ab02-96881cabe6a1 => 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: 534/1062] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:09:38 2026] DELETE /v2.0/subnets/91c1e264-b636-44e2-b874-0bd26540837c => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:09:38.960 8 INFO neutron.services.segments.plugin [-] Segment 404b72e3-007a-4548-9517-99621beaa0a4 resource provider aggregate not found 2026-06-04 13:09:38.969 8 INFO neutron.services.segments.plugin [-] Segment 404b72e3-007a-4548-9517-99621beaa0a4 resource provider aggregate not found 2026-06-04 13:09:38.982 8 INFO neutron.services.segments.plugin [-] Segment 404b72e3-007a-4548-9517-99621beaa0a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 404b72e3-007a-4548-9517-99621beaa0a4 found for delete ", "request_id": "req-f07f1e71-280e-4f49-9f8d-009a35772518"}]} [pid: 8|app: 0|req: 529/1063] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:09:38 2026] DELETE /v2.0/networks/110b29b3-c15d-432a-bbde-49a9a059256d => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1064] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:38 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:09:39.004 8 INFO neutron.services.segments.plugin [-] Segment 404b72e3-007a-4548-9517-99621beaa0a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 404b72e3-007a-4548-9517-99621beaa0a4 found for delete ", "request_id": "req-ea3a363f-3dc3-4d8d-ae0f-82ad810be36d"}]} 2026-06-04 13:09:39.049 8 INFO neutron.db.segments_db [None req-15df1234-9f5e-49d2-8d78-83933107f307 edd994a9267e4180bb337ddd367401d6 b35d3a0644684cc0ba103e17359016b7 - - default default] Added segment ab514179-aa50-4634-bb10-cac9f01b0f50 of type vxlan for network 784dd569-4e4a-46f4-b806-1a8b875b49c0 [pid: 8|app: 0|req: 530/1065] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:09:39 2026] POST /v2.0/networks => generated 636 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1066] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:39 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => 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: 532/1067] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:39 2026] GET /v2.0/security-groups?id=4969e77e-298c-4d7d-9400-4c131d0bef8b&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: 536/1068] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:09:39 2026] POST /v2.0/subnets => generated 646 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1069] 10.0.0.99 () {34 vars in 663 bytes} [Thu Jun 4 13:09:39 2026] POST /v2.0/ports => generated 923 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:09:39.866 7 INFO neutron_taas.services.taas.taas_plugin [None req-7bbabbca-3327-4a93-a985-7771cc4d5fc9 edd994a9267e4180bb337ddd367401d6 b35d3a0644684cc0ba103e17359016b7 - - default default] TaaS: Handle Delete Port: 67d56d77-b016-4640-b263-f0cafdcb5712 2026-06-04 13:09:39.869 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bbabbca-3327-4a93-a985-7771cc4d5fc9 edd994a9267e4180bb337ddd367401d6 b35d3a0644684cc0ba103e17359016b7 - - default default] Tap Mirror: Handle Delete Port: 67d56d77-b016-4640-b263-f0cafdcb5712 [pid: 7|app: 0|req: 537/1070] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:09:39 2026] DELETE /v2.0/ports/67d56d77-b016-4640-b263-f0cafdcb5712 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:09:40.007 7 INFO neutron.pecan_wsgi.hooks.translation [None req-12b2d60a-3b45-4120-adcd-78dff480bdf7 edd994a9267e4180bb337ddd367401d6 b35d3a0644684cc0ba103e17359016b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 538/1071] 10.0.0.99 () {32 vars in 715 bytes} [Thu Jun 4 13:09:39 2026] GET /v2.0/ports/67d56d77-b016-4640-b263-f0cafdcb5712 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1072] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:09:39 2026] GET /v2.0/networks?id=c5b56cb2-d49b-4985-8c20-1da3f2c5c95b => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1073] 199.204.45.74 () {34 vars in 1048 bytes} [Thu Jun 4 13:09:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3c8408516dee4a70aec83a7331497902 => generated 181 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1074] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:40 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => 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: 539/1075] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:09:40 2026] DELETE /v2.0/subnets/fe01cd32-52e8-4fcc-8e07-c8ff7fe4e806 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:09:40.276 7 INFO neutron.services.segments.plugin [-] Segment ab514179-aa50-4634-bb10-cac9f01b0f50 resource provider aggregate not found 2026-06-04 13:09:40.280 7 INFO neutron.services.segments.plugin [-] Segment ab514179-aa50-4634-bb10-cac9f01b0f50 resource provider aggregate not found 2026-06-04 13:09:40.295 7 INFO neutron.services.segments.plugin [-] Segment ab514179-aa50-4634-bb10-cac9f01b0f50 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab514179-aa50-4634-bb10-cac9f01b0f50 found for delete ", "request_id": "req-1b82e73d-f490-4978-9369-6f95700768b5"}]} 2026-06-04 13:09:40.298 7 INFO neutron.services.segments.plugin [-] Segment ab514179-aa50-4634-bb10-cac9f01b0f50 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab514179-aa50-4634-bb10-cac9f01b0f50 found for delete ", "request_id": "req-0adf7655-958a-4fdd-939e-813744b4e25f"}]} [pid: 7|app: 0|req: 540/1076] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:09:40 2026] DELETE /v2.0/networks/784dd569-4e4a-46f4-b806-1a8b875b49c0 => 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: 537/1077] 199.204.45.74 () {38 vars in 953 bytes} [Thu Jun 4 13:09:40 2026] POST /v2.0/ports => generated 958 bytes in 364 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: 538/1078] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:40 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1079] 199.204.45.74 () {34 vars in 992 bytes} [Thu Jun 4 13:09:40 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1080] 10.0.0.99 () {34 vars in 663 bytes} [Thu Jun 4 13:09:40 2026] POST /v2.0/ports => generated 779 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 542/1081] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:40 2026] GET /v2.0/security-groups?id=4969e77e-298c-4d7d-9400-4c131d0bef8b&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:09:40.708 7 INFO neutron_taas.services.taas.taas_plugin [req-a5658571-40d1-4d9a-b71d-ccc2b7e9d5af req-d0fad381-7f91-4113-9fe2-8cf852ccad31 94903cfe0db240fc9227d5d7f6e6c353 d33a59c7c22c4b0c9eb6bf0199c58e09 - - default default] TaaS: Handle Delete Port: 09692b18-f84b-4f08-854a-032c4b241467 2026-06-04 13:09:40.712 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a5658571-40d1-4d9a-b71d-ccc2b7e9d5af req-d0fad381-7f91-4113-9fe2-8cf852ccad31 94903cfe0db240fc9227d5d7f6e6c353 d33a59c7c22c4b0c9eb6bf0199c58e09 - - default default] Tap Mirror: Handle Delete Port: 09692b18-f84b-4f08-854a-032c4b241467 2026-06-04 13:09:40.854 7 INFO neutron.db.l3_db [req-a5658571-40d1-4d9a-b71d-ccc2b7e9d5af req-d0fad381-7f91-4113-9fe2-8cf852ccad31 94903cfe0db240fc9227d5d7f6e6c353 d33a59c7c22c4b0c9eb6bf0199c58e09 - - default default] Floating IP 99765d13-04de-49f4-b3fc-47b25dc022d8 disassociated. External IP: 10.96.250.210, port: 09692b18-f84b-4f08-854a-032c4b241467. [pid: 8|app: 0|req: 540/1082] 199.204.45.74 () {38 vars in 1026 bytes} [Thu Jun 4 13:09:40 2026] PUT /v2.0/ports/ce7c9565-4603-4c18-8be6-5bea2346c8a5 => generated 1239 bytes in 439 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-04 13:09:41.020 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6bc6fb9f-e2bc-40fb-9d23-681a2f1f53c0'] response: {'name': 'network-changed', 'server_uuid': 'c9fc5724-686b-4d5c-b305-977a791b4e63', 'tag': 'ce7c9565-4603-4c18-8be6-5bea2346c8a5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 541/1083] 10.0.0.99 () {34 vars in 735 bytes} [Thu Jun 4 13:09:40 2026] PUT /v2.0/ports/1341a159-4df1-49aa-bbb5-ccd932c79542 => generated 752 bytes in 210 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: 543/1084] 199.204.45.74 () {36 vars in 995 bytes} [Thu Jun 4 13:09:40 2026] DELETE /v2.0/ports/09692b18-f84b-4f08-854a-032c4b241467 => generated 0 bytes in 597 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:09:41.244 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-947bcd82-c6f0-40b9-a457-ce07eb8b9e13'] response: {'server_uuid': '1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2', 'name': 'network-vif-deleted', 'tag': '09692b18-f84b-4f08-854a-032c4b241467', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 542/1085] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:41 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 973 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:09:41.309 7 INFO neutron_taas.services.taas.taas_plugin [None req-9e390ff5-cedc-4c91-a940-07c4ab20b6c3 edd994a9267e4180bb337ddd367401d6 b35d3a0644684cc0ba103e17359016b7 - - default default] TaaS: Handle Delete Port: 1341a159-4df1-49aa-bbb5-ccd932c79542 2026-06-04 13:09:41.312 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e390ff5-cedc-4c91-a940-07c4ab20b6c3 edd994a9267e4180bb337ddd367401d6 b35d3a0644684cc0ba103e17359016b7 - - default default] Tap Mirror: Handle Delete Port: 1341a159-4df1-49aa-bbb5-ccd932c79542 [pid: 8|app: 0|req: 543/1086] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:41 2026] GET /v2.0/security-groups?id=b4b50ca2-a1e6-4bc5-ab62-5515894090ae&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: 544/1087] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:09:41 2026] DELETE /v2.0/ports/1341a159-4df1-49aa-bbb5-ccd932c79542 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1088] 10.0.0.99 () {32 vars in 641 bytes} [Thu Jun 4 13:09:41 2026] GET /v2.0/ports => generated 782 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:09:41.495 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9b72eb6e-9e26-4aaf-88c1-efa6489c3554 edd994a9267e4180bb337ddd367401d6 b35d3a0644684cc0ba103e17359016b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 546/1089] 10.0.0.99 () {32 vars in 715 bytes} [Thu Jun 4 13:09:41 2026] GET /v2.0/ports/1341a159-4df1-49aa-bbb5-ccd932c79542 => 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: 547/1090] 10.0.0.99 () {32 vars in 641 bytes} [Thu Jun 4 13:09:41 2026] GET /v2.0/ports => generated 782 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1091] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:09:41 2026] GET /v2.0/ports?tenant_id=3c8408516dee4a70aec83a7331497902&device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1092] 10.0.0.99 () {32 vars in 715 bytes} [Thu Jun 4 13:09:41 2026] GET /v2.0/ports/1c347570-891a-4cb4-85d9-0311648e0b8c => generated 779 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1093] 199.204.45.74 () {34 vars in 1016 bytes} [Thu Jun 4 13:09:41 2026] GET /v2.0/networks?tenant_id=3c8408516dee4a70aec83a7331497902&shared=False => generated 772 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:09:41.669 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e7e51785-6cd3-4d82-8431-4705758ac740 edd994a9267e4180bb337ddd367401d6 b35d3a0644684cc0ba103e17359016b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 551/1094] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:09:41 2026] DELETE /v2.0/ports/67d56d77-b016-4640-b263-f0cafdcb5712 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1095] 199.204.45.74 () {34 vars in 928 bytes} [Thu Jun 4 13:09:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1096] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:09:41 2026] GET /v2.0/security-groups?tenant_id=4254a681828b4c0b8fce5320bdf01a48&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:09:41.732 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f0c51572-fe91-4c0c-b850-d6c91dd16bdc edd994a9267e4180bb337ddd367401d6 b35d3a0644684cc0ba103e17359016b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 553/1097] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:09:41 2026] DELETE /v2.0/subnets/fe01cd32-52e8-4fcc-8e07-c8ff7fe4e806 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1098] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:41 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:09:41.755 8 INFO neutron.pecan_wsgi.hooks.translation [None req-01543e85-5325-40d2-8d9b-462137c41106 edd994a9267e4180bb337ddd367401d6 b35d3a0644684cc0ba103e17359016b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 546/1099] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:09:41 2026] DELETE /v2.0/subnets/91c1e264-b636-44e2-b874-0bd26540837c => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1100] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:09:41 2026] DELETE /v2.0/security-groups/16a37573-d93d-4ff3-8dbc-ee9871cfd99e => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:09:41.863 8 INFO neutron_taas.services.taas.taas_plugin [None req-8aaaed4e-774d-4dc5-8d3d-4be6d4795311 edd994a9267e4180bb337ddd367401d6 b35d3a0644684cc0ba103e17359016b7 - - default default] TaaS: Handle Delete Port: 1c347570-891a-4cb4-85d9-0311648e0b8c 2026-06-04 13:09:41.867 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8aaaed4e-774d-4dc5-8d3d-4be6d4795311 edd994a9267e4180bb337ddd367401d6 b35d3a0644684cc0ba103e17359016b7 - - default default] Tap Mirror: Handle Delete Port: 1c347570-891a-4cb4-85d9-0311648e0b8c [pid: 8|app: 0|req: 547/1101] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:09:41 2026] DELETE /v2.0/ports/1c347570-891a-4cb4-85d9-0311648e0b8c => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1102] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:09:41 2026] GET /v2.0/security-groups?tenant_id=180fc901f5364a0fa63bd322816f66c4&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:09:42.065 8 INFO neutron.services.segments.plugin [-] Segment 3e30bfd4-603e-4abd-bee1-531e0b9230a8 resource provider aggregate not found 2026-06-04 13:09:42.066 8 INFO neutron.services.segments.plugin [-] Segment 3e30bfd4-603e-4abd-bee1-531e0b9230a8 resource provider aggregate not found 2026-06-04 13:09:42.092 8 INFO neutron.services.segments.plugin [-] Segment 3e30bfd4-603e-4abd-bee1-531e0b9230a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e30bfd4-603e-4abd-bee1-531e0b9230a8 found for delete ", "request_id": "req-26619e9e-f8c9-49bd-bb53-76693981b3b4"}]} 2026-06-04 13:09:42.094 8 INFO neutron.services.segments.plugin [-] Segment 3e30bfd4-603e-4abd-bee1-531e0b9230a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e30bfd4-603e-4abd-bee1-531e0b9230a8 found for delete ", "request_id": "req-25459346-3e45-4e00-a9ec-fdc0ddf55db3"}]} [pid: 8|app: 0|req: 548/1103] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:09:41 2026] DELETE /v2.0/networks/463bb35c-8a11-474c-92d7-8bc17e99a205 => 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: 556/1104] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:09:42 2026] DELETE /v2.0/security-groups/124c4fae-2290-4168-8eaa-852b4ff3a336 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1105] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:42 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => 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: 557/1106] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:42 2026] GET /v2.0/security-groups?id=b4b50ca2-a1e6-4bc5-ab62-5515894090ae&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: 558/1107] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:09:42 2026] GET /v2.0/ports?tenant_id=3c8408516dee4a70aec83a7331497902&device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 1242 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1108] 199.204.45.74 () {34 vars in 1058 bytes} [Thu Jun 4 13:09:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=ce7c9565-4603-4c18-8be6-5bea2346c8a5 => 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: 560/1109] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:42 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1110] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:09:42 2026] GET /v2.0/subnets?id=7f98d383-7493-4152-8916-9d58f40c2fe0 => generated 694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1111] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:09:42 2026] GET /v2.0/security-groups?tenant_id=b35d3a0644684cc0ba103e17359016b7&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1112] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:09:42 2026] GET /v2.0/ports?network_id=c5b56cb2-d49b-4985-8c20-1da3f2c5c95b&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: 563/1113] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:09:42 2026] GET /v2.0/networks/c5b56cb2-d49b-4985-8c20-1da3f2c5c95b?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: 551/1114] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:09:42 2026] DELETE /v2.0/security-groups/0a3262d6-96e7-4465-958a-9fcd7a20de4a => 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: 564/1115] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:09:42 2026] GET /v2.0/networks/c5b56cb2-d49b-4985-8c20-1da3f2c5c95b?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: 552/1116] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:43 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1117] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:43 2026] GET /v2.0/security-groups?id=b4b50ca2-a1e6-4bc5-ab62-5515894090ae&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1118] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:43 2026] GET /v2.0/ports?device_id=1fc5cdc7-6f6f-46fd-8bec-1cc649e636e2 => 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: 554/1119] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:44 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1120] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:44 2026] GET /v2.0/security-groups?id=b4b50ca2-a1e6-4bc5-ab62-5515894090ae&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-04 13:09:45.061 7 INFO neutron.db.segments_db [None req-af75626b-29a9-4bc4-83e0-ad3ce8d9dcc0 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Added segment 418305f4-3bb1-48f4-a300-7ed5a3de9eae of type vxlan for network b1dd12ef-17b6-4edb-8bca-c05b73e789e6 [pid: 7|app: 0|req: 566/1121] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:09:44 2026] POST /v2.0/networks => generated 634 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1122] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:09:45 2026] DELETE /v2.0/security-groups/4969e77e-298c-4d7d-9400-4c131d0bef8b => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:09:45.174 8 INFO neutron.api.v2.resource [None req-4ea4811e-4c97-49ec-8cd5-bb4ec356f126 94903cfe0db240fc9227d5d7f6e6c353 d33a59c7c22c4b0c9eb6bf0199c58e09 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 557/1123] 10.0.0.99 () {32 vars in 735 bytes} [Thu Jun 4 13:09:45 2026] GET /v2.0/security-groups/4969e77e-298c-4d7d-9400-4c131d0bef8b => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:09:45.205 7 INFO neutron.db.segments_db [None req-8b15c214-f9a0-4199-94ac-281f463100f9 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Added segment 0d0b0846-5cd6-4d4f-8e59-1943d51e3d87 of type vxlan for network b3adb315-6d05-4264-b485-26afab225b9b 2026-06-04 13:09:45.290 8 INFO neutron_taas.services.taas.taas_plugin [None req-13faa249-3c1f-43cc-b552-eeee513406c1 94903cfe0db240fc9227d5d7f6e6c353 d33a59c7c22c4b0c9eb6bf0199c58e09 - - default default] TaaS: Handle Delete Port: d0abe797-2a0c-4d50-8952-444600fcea4e [pid: 7|app: 0|req: 567/1124] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:09:45 2026] POST /v2.0/networks => generated 634 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:09:45.292 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13faa249-3c1f-43cc-b552-eeee513406c1 94903cfe0db240fc9227d5d7f6e6c353 d33a59c7c22c4b0c9eb6bf0199c58e09 - - default default] Tap Mirror: Handle Delete Port: d0abe797-2a0c-4d50-8952-444600fcea4e [pid: 8|app: 0|req: 558/1125] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:09:45 2026] DELETE /v2.0/floatingips/99765d13-04de-49f4-b3fc-47b25dc022d8 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1126] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:09:45 2026] POST /v2.0/subnets => generated 646 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1127] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:09:45 2026] POST /v2.0/subnets => generated 655 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1128] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:45 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:09:46.022 8 INFO neutron_taas.services.taas.taas_plugin [None req-5602f7c6-1449-4e64-b2e9-6cd35ade3124 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 0998ff5c-f87c-41db-93b7-c9b5f7be4d84 2026-06-04 13:09:46.024 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5602f7c6-1449-4e64-b2e9-6cd35ade3124 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 0998ff5c-f87c-41db-93b7-c9b5f7be4d84 2026-06-04 13:09:46.030 7 INFO neutron.db.segments_db [None req-c17988e1-3e90-4e8f-a4a9-096b2b47dc14 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Added segment a86531b6-8e5e-4586-bab3-b84b87824ae0 of type vxlan for network 302818ea-727e-4fba-bd1d-5abf69a69a16 2026-06-04 13:09:46.295 7 INFO neutron.db.l3_hamode_db [None req-c17988e1-3e90-4e8f-a4a9-096b2b47dc14 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 13:09:46.500 7 INFO neutron.db.l3_hamode_db [None req-c17988e1-3e90-4e8f-a4a9-096b2b47dc14 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 559/1129] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:09:45 2026] PUT /v2.0/routers/40a64221-72bd-416e-b334-e0d5112e7f78/remove_router_interface => generated 309 bytes in 1003 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1130] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:46 2026] GET /v2.0/security-groups?id=b4b50ca2-a1e6-4bc5-ab62-5515894090ae&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:09:46.876 8 INFO neutron_taas.services.taas.taas_plugin [None req-af6f7aa9-4f0f-4902-8f80-620cde0cf9b1 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 43773034-dcbb-4348-8ab8-56527b152515 2026-06-04 13:09:46.880 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af6f7aa9-4f0f-4902-8f80-620cde0cf9b1 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 43773034-dcbb-4348-8ab8-56527b152515 2026-06-04 13:09:47.131 8 INFO neutron_taas.services.taas.taas_plugin [None req-af6f7aa9-4f0f-4902-8f80-620cde0cf9b1 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: a6b57366-ccea-4f5c-9c80-2cd7aa888638 2026-06-04 13:09:47.138 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af6f7aa9-4f0f-4902-8f80-620cde0cf9b1 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: a6b57366-ccea-4f5c-9c80-2cd7aa888638 [pid: 7|app: 0|req: 571/1131] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:09:45 2026] POST /v2.0/routers => generated 511 bytes in 1227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:09:47.536 8 INFO neutron.services.segments.plugin [-] Segment 284d11cf-1f63-4f21-bb7f-0d5a5504dcf7 resource provider aggregate not found 2026-06-04 13:09:47.543 8 INFO neutron.services.segments.plugin [-] Segment 284d11cf-1f63-4f21-bb7f-0d5a5504dcf7 resource provider aggregate not found 2026-06-04 13:09:47.560 8 INFO neutron.services.segments.plugin [-] Segment 284d11cf-1f63-4f21-bb7f-0d5a5504dcf7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 284d11cf-1f63-4f21-bb7f-0d5a5504dcf7 found for delete ", "request_id": "req-2fc0f3e2-cce5-4b39-a179-73a4c3b1a8f1"}]} 2026-06-04 13:09:47.576 8 INFO neutron.services.segments.plugin [-] Segment 284d11cf-1f63-4f21-bb7f-0d5a5504dcf7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 284d11cf-1f63-4f21-bb7f-0d5a5504dcf7 found for delete ", "request_id": "req-a998e522-87f7-4484-8734-32038b6bb02f"}]} 2026-06-04 13:09:47.576 8 INFO neutron.db.l3_hamode_db [None req-af6f7aa9-4f0f-4902-8f80-620cde0cf9b1 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] HA network 222ecdc9-c58b-4f65-a7f9-83ebc0d15ce2 was deleted as no HA routers are present in tenant d33a59c7c22c4b0c9eb6bf0199c58e09. [pid: 8|app: 0|req: 561/1132] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:09:46 2026] DELETE /v2.0/routers/40a64221-72bd-416e-b334-e0d5112e7f78 => generated 0 bytes in 955 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1133] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:09:47 2026] GET /v2.0/security-groups?tenant_id=8dae0545d2674677b66d4baa5bb02e49&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1134] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:09:47 2026] DELETE /v2.0/subnets/fd5a7069-991d-41c5-b8c4-09091e65276f => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1135] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:48 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1136] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:09:48 2026] DELETE /v2.0/security-groups/d75534ba-46dc-4934-a6c1-a0089f2dc0d2 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:09:48.354 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8760fd3-0b9a-4b61-8bba-f0689b0bcc8a 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 34bba3ac-b31f-4af8-bd6b-871dcc2fe13c 2026-06-04 13:09:48.360 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8760fd3-0b9a-4b61-8bba-f0689b0bcc8a 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 34bba3ac-b31f-4af8-bd6b-871dcc2fe13c [pid: 7|app: 0|req: 572/1137] 10.0.0.99 () {34 vars in 781 bytes} [Thu Jun 4 13:09:47 2026] PUT /v2.0/routers/72e6e672-f076-4ff3-a94d-2345e01429ae/add_router_interface => generated 309 bytes in 1204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1138] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:09:48 2026] GET /v2.0/security-groups?id=b4b50ca2-a1e6-4bc5-ab62-5515894090ae&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: 574/1139] 10.0.0.99 () {32 vars in 715 bytes} [Thu Jun 4 13:09:48 2026] GET /v2.0/ports/a4fda23d-2bc7-4e9a-bf43-933083a59123 => generated 959 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1140] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:09:48 2026] DELETE /v2.0/networks/208066c3-32cd-4ee9-98dd-f2e67880ca20 => 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: 567/1141] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:09:48 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:09:48.962 8 INFO neutron.db.l3_db [None req-de23aa90-1e25-472f-a8c5-5bf97533f759 8b60f6e4bcee4288b38a353f85d362d8 3c8408516dee4a70aec83a7331497902 - - default default] Floating IP 6aa0d87c-0c5a-4ffe-a0bc-4e714199b5ca associated. External IP: 10.96.250.220, port: ce7c9565-4603-4c18-8be6-5bea2346c8a5. [pid: 8|app: 0|req: 568/1142] 10.0.0.99 () {34 vars in 747 bytes} [Thu Jun 4 13:09:48 2026] PUT /v2.0/floatingips/6aa0d87c-0c5a-4ffe-a0bc-4e714199b5ca => generated 856 bytes in 771 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1143] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:09:49 2026] GET /v2.0/security-groups?tenant_id=d33a59c7c22c4b0c9eb6bf0199c58e09&name=default => generated 2921 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:09:49.509 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c3598af-324d-4b57-b430-d4aed5e2e94e'] response: {'name': 'network-changed', 'server_uuid': 'c9fc5724-686b-4d5c-b305-977a791b4e63', 'tag': 'ce7c9565-4603-4c18-8be6-5bea2346c8a5', 'status': 'completed', 'code': 200} 2026-06-04 13:09:49.603 8 INFO neutron.services.segments.plugin [-] Segment 5c6f34ff-0524-45f6-8977-0e378643ccbc resource provider aggregate not found 2026-06-04 13:09:49.609 8 INFO neutron.services.segments.plugin [-] Segment 5c6f34ff-0524-45f6-8977-0e378643ccbc resource provider aggregate not found 2026-06-04 13:09:49.634 8 INFO neutron.services.segments.plugin [-] Segment 5c6f34ff-0524-45f6-8977-0e378643ccbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c6f34ff-0524-45f6-8977-0e378643ccbc found for delete ", "request_id": "req-a036cc79-229a-4785-b87d-e934eb1723a5"}]} [pid: 8|app: 0|req: 572/1146] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:09:49 2026] DELETE /v2.0/security-groups/78c263e7-a9bc-43e5-a64a-ba652d90e386 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:09:49.639 8 INFO neutron.services.segments.plugin [-] Segment 5c6f34ff-0524-45f6-8977-0e378643ccbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c6f34ff-0524-45f6-8977-0e378643ccbc found for delete ", "request_id": "req-5d16e108-a007-459a-93d2-e11acde157bf"}]} [pid: 7|app: 0|req: 575/1147] 10.0.0.99 () {34 vars in 781 bytes} [Thu Jun 4 13:09:48 2026] PUT /v2.0/routers/72e6e672-f076-4ff3-a94d-2345e01429ae/add_router_interface => generated 309 bytes in 1326 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1148] 10.0.0.99 () {32 vars in 715 bytes} [Thu Jun 4 13:09:49 2026] GET /v2.0/ports/8a9cb692-1718-46b5-82b3-94f26f7b5441 => generated 967 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1149] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:09:50 2026] GET /v2.0/ports?tenant_id=3c8408516dee4a70aec83a7331497902&device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1150] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:09:50 2026] GET /v2.0/networks?id=c5b56cb2-d49b-4985-8c20-1da3f2c5c95b => generated 772 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1151] 199.204.45.74 () {34 vars in 1058 bytes} [Thu Jun 4 13:09:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=ce7c9565-4603-4c18-8be6-5bea2346c8a5 => 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: 577/1152] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:09:50 2026] GET /v2.0/subnets?id=7f98d383-7493-4152-8916-9d58f40c2fe0 => generated 694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1153] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:09:50 2026] GET /v2.0/ports?network_id=c5b56cb2-d49b-4985-8c20-1da3f2c5c95b&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: 579/1154] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:09:50 2026] GET /v2.0/networks/c5b56cb2-d49b-4985-8c20-1da3f2c5c95b?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: 580/1155] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:09:50 2026] GET /v2.0/networks/c5b56cb2-d49b-4985-8c20-1da3f2c5c95b?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-04 13:09:50.430 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a9cc981-785e-4257-86cd-c8808edcad8b de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] TaaS: Handle Delete Port: 8a9cb692-1718-46b5-82b3-94f26f7b5441 2026-06-04 13:09:50.435 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a9cc981-785e-4257-86cd-c8808edcad8b de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Tap Mirror: Handle Delete Port: 8a9cb692-1718-46b5-82b3-94f26f7b5441 2026-06-04 13:09:50.795 8 INFO neutron.db.segments_db [None req-771577cc-219a-4f0a-9bd5-9e4732f4c4d4 a0a704023e2c44e0bd277f46d5e2a438 29ff7a9cd7c5461b9f1875622edb31fd - - default default] Added segment 1b92f51f-0926-41fa-9aa1-afd36001fe3b of type vxlan for network 611caa20-2576-4419-91a8-40ec7094c7d5 [pid: 7|app: 0|req: 576/1156] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:09:49 2026] PUT /v2.0/routers/72e6e672-f076-4ff3-a94d-2345e01429ae/remove_router_interface => generated 309 bytes in 862 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1157] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:09:50 2026] POST /v2.0/networks => generated 649 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:09:51.159 7 INFO neutron_taas.services.taas.taas_plugin [None req-81923b98-c70d-4bb0-aff9-b0ff3c02b766 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] TaaS: Handle Delete Port: a4fda23d-2bc7-4e9a-bf43-933083a59123 2026-06-04 13:09:51.162 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81923b98-c70d-4bb0-aff9-b0ff3c02b766 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Tap Mirror: Handle Delete Port: a4fda23d-2bc7-4e9a-bf43-933083a59123 [pid: 8|app: 0|req: 582/1158] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:09:50 2026] POST /v2.0/subnets => generated 627 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:09:51.223 8 INFO neutron.db.segments_db [None req-8cabf211-f9eb-4254-ac0a-1c96f95fbf1f a0a704023e2c44e0bd277f46d5e2a438 29ff7a9cd7c5461b9f1875622edb31fd - - default default] Added segment ea61c9e9-fb6c-4f7b-bacc-001197d7608f of type vxlan for network a31cc57d-3254-4027-be50-d008c1ec4f8e 2026-06-04 13:09:51.554 8 INFO neutron.db.l3_hamode_db [None req-8cabf211-f9eb-4254-ac0a-1c96f95fbf1f a0a704023e2c44e0bd277f46d5e2a438 29ff7a9cd7c5461b9f1875622edb31fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 577/1159] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:09:50 2026] PUT /v2.0/routers/72e6e672-f076-4ff3-a94d-2345e01429ae/remove_router_interface => generated 309 bytes in 775 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:09:51.900 7 INFO neutron.db.segments_db [None req-7be8ac39-7160-4211-ac04-8557a84be870 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment 0862b930-4a07-4d09-8fe6-8810391ece1c of type vxlan for network 10d0020d-80e4-413e-baed-21c8cdb0cc75 [pid: 7|app: 0|req: 578/1160] 10.0.0.99 () {34 vars in 669 bytes} [Thu Jun 4 13:09:51 2026] POST /v2.0/networks => generated 744 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1161] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:09:51 2026] GET /v2.0/ports?device_id=72e6e672-f076-4ff3-a94d-2345e01429ae => 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: 580/1162] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:09:52 2026] POST /v2.0/subnets => generated 691 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:09:52.343 7 INFO neutron_taas.services.taas.taas_plugin [None req-d6507d17-5ff8-4032-9632-8187efb7a363 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] TaaS: Handle Delete Port: e1284e8d-28f1-4936-bd74-0e4e6ca11c13 2026-06-04 13:09:52.347 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6507d17-5ff8-4032-9632-8187efb7a363 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Tap Mirror: Handle Delete Port: e1284e8d-28f1-4936-bd74-0e4e6ca11c13 2026-06-04 13:09:52.379 8 INFO neutron.db.l3_hamode_db [None req-8cabf211-f9eb-4254-ac0a-1c96f95fbf1f a0a704023e2c44e0bd277f46d5e2a438 29ff7a9cd7c5461b9f1875622edb31fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 13:09:52.675 7 INFO neutron.services.segments.plugin [-] Segment a86531b6-8e5e-4586-bab3-b84b87824ae0 resource provider aggregate not found 2026-06-04 13:09:52.682 7 INFO neutron.services.segments.plugin [-] Segment a86531b6-8e5e-4586-bab3-b84b87824ae0 resource provider aggregate not found 2026-06-04 13:09:52.699 7 INFO neutron.services.segments.plugin [-] Segment a86531b6-8e5e-4586-bab3-b84b87824ae0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a86531b6-8e5e-4586-bab3-b84b87824ae0 found for delete ", "request_id": "req-241e0062-426b-48c8-a0df-ebd64131890b"}]} 2026-06-04 13:09:52.700 7 INFO neutron.services.segments.plugin [-] Segment a86531b6-8e5e-4586-bab3-b84b87824ae0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a86531b6-8e5e-4586-bab3-b84b87824ae0 found for delete ", "request_id": "req-f484cf14-c617-455a-b9f7-bdd91100d077"}]} 2026-06-04 13:09:52.715 7 INFO neutron.db.l3_hamode_db [None req-d6507d17-5ff8-4032-9632-8187efb7a363 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] HA network 302818ea-727e-4fba-bd1d-5abf69a69a16 was deleted as no HA routers are present in tenant 9db24bb83a2f4f1aadb08e4ebe20fada. [pid: 7|app: 0|req: 581/1163] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:09:52 2026] DELETE /v2.0/routers/72e6e672-f076-4ff3-a94d-2345e01429ae => generated 0 bytes in 532 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:09:52.766 7 INFO neutron.db.segments_db [None req-dcf294aa-ef59-420b-a6f8-6f344242325c 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment 3f7e6dd2-bf4a-4750-8e6a-99e9ced7dc67 of type vxlan for network b3a8d427-acaa-4dcc-883e-1d5a11d506ef 2026-06-04 13:09:53.056 7 INFO neutron.db.l3_hamode_db [None req-dcf294aa-ef59-420b-a6f8-6f344242325c 7328d16d35034b87b64688a5be888824 181f690773ef48d9b62388bd72fc56db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 583/1164] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:09:51 2026] POST /v2.0/routers => generated 695 bytes in 2117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1165] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:09:53 2026] DELETE /v2.0/subnets/9f21aeaa-8c1d-4ae0-a61d-245d58a1802b => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:09:53.845 7 INFO neutron.db.l3_hamode_db [None req-dcf294aa-ef59-420b-a6f8-6f344242325c 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 585/1166] 10.0.0.99 () {34 vars in 781 bytes} [Thu Jun 4 13:09:53 2026] PUT /v2.0/routers/a59b895b-de28-4367-8927-bc083dfec63c/add_router_interface => generated 309 bytes in 1268 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1167] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:09:52 2026] POST /v2.0/routers => generated 731 bytes in 2080 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1168] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:09:54 2026] DELETE /v2.0/subnets/61a90c04-ecf3-424e-8afb-1cad16ea32fe => 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: 583/1169] 10.0.0.99 () {34 vars in 663 bytes} [Thu Jun 4 13:09:54 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-04 13:09:55.384 7 INFO neutron.services.segments.plugin [-] Segment 0d0b0846-5cd6-4d4f-8e59-1943d51e3d87 resource provider aggregate not found 2026-06-04 13:09:55.391 7 INFO neutron.services.segments.plugin [-] Segment 0d0b0846-5cd6-4d4f-8e59-1943d51e3d87 resource provider aggregate not found 2026-06-04 13:09:55.412 7 INFO neutron.services.segments.plugin [-] Segment 0d0b0846-5cd6-4d4f-8e59-1943d51e3d87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d0b0846-5cd6-4d4f-8e59-1943d51e3d87 found for delete ", "request_id": "req-1860a28c-95e6-464b-86dd-e496ae34982a"}]} 2026-06-04 13:09:55.426 7 INFO neutron.services.segments.plugin [-] Segment 0d0b0846-5cd6-4d4f-8e59-1943d51e3d87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d0b0846-5cd6-4d4f-8e59-1943d51e3d87 found for delete ", "request_id": "req-616d6332-5ea3-4de9-b6c1-914c60a17869"}]} [pid: 7|app: 0|req: 584/1170] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:09:55 2026] DELETE /v2.0/networks/b3adb315-6d05-4264-b485-26afab225b9b => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1171] 10.0.0.99 () {34 vars in 663 bytes} [Thu Jun 4 13:09:55 2026] POST /v2.0/ports => generated 959 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 13:09:55.880 7 INFO neutron_taas.services.taas.taas_plugin [None req-56a18e04-096e-441e-8638-9cc835b5f935 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] TaaS: Handle Delete Port: 732255b7-9f4b-4592-8d35-9932e98b5bf6 2026-06-04 13:09:55.884 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56a18e04-096e-441e-8638-9cc835b5f935 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Tap Mirror: Handle Delete Port: 732255b7-9f4b-4592-8d35-9932e98b5bf6 [pid: 8|app: 0|req: 587/1172] 10.0.0.99 () {34 vars in 781 bytes} [Thu Jun 4 13:09:54 2026] PUT /v2.0/routers/b98129a3-7280-478c-9413-e8712d7d7f17/add_router_interface => generated 309 bytes in 1242 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1173] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:09:55 2026] DELETE /v2.0/networks/b1dd12ef-17b6-4edb-8bca-c05b73e789e6 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:09:56.160 7 INFO neutron.db.segments_db [None req-aea9e09e-fa9b-468a-ab19-6e9f8006c41c de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Added segment 5dfc1ad6-d933-4b6b-bf31-6c4983c3d87f of type vxlan for network d0a41292-fadd-467a-a640-7b5d8ef773c7 [pid: 7|app: 0|req: 587/1174] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:09:56 2026] POST /v2.0/networks => generated 633 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1175] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:09:56 2026] POST /v2.0/subnets => generated 646 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:09:56.635 7 INFO neutron.db.segments_db [None req-5611db83-5c92-4211-8366-458a13bd5f5b de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Added segment 5157d430-ebfa-4514-a47f-92690d083b13 of type vxlan for network c380c4e6-01f6-46bb-a1bc-35c738152276 2026-06-04 13:09:56.898 7 INFO neutron.db.l3_hamode_db [None req-5611db83-5c92-4211-8366-458a13bd5f5b de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 13:09:57.039 7 INFO neutron.db.l3_hamode_db [None req-5611db83-5c92-4211-8366-458a13bd5f5b de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 13:09:57.458 7 INFO neutron.services.segments.plugin [-] Segment 418305f4-3bb1-48f4-a300-7ed5a3de9eae resource provider aggregate not found 2026-06-04 13:09:57.472 7 INFO neutron.services.segments.plugin [-] Segment 418305f4-3bb1-48f4-a300-7ed5a3de9eae resource provider aggregate not found 2026-06-04 13:09:57.481 8 INFO neutron.db.l3_db [None req-44d62c47-fb34-49ca-a61b-10d2a2b7628e a0a704023e2c44e0bd277f46d5e2a438 29ff7a9cd7c5461b9f1875622edb31fd - - default default] Floating IP e13f9922-3a3e-4dd4-99b1-706f63173d17 associated. External IP: 10.96.250.218, port: b5789588-c7b1-4e5d-a910-00874777a229. 2026-06-04 13:09:57.506 7 INFO neutron.services.segments.plugin [-] Segment 418305f4-3bb1-48f4-a300-7ed5a3de9eae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 418305f4-3bb1-48f4-a300-7ed5a3de9eae found for delete ", "request_id": "req-72b72547-caa7-409f-b329-ebc111d39522"}]} 2026-06-04 13:09:57.508 7 INFO neutron.services.segments.plugin [-] Segment 418305f4-3bb1-48f4-a300-7ed5a3de9eae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 418305f4-3bb1-48f4-a300-7ed5a3de9eae found for delete ", "request_id": "req-d2983521-77ad-4828-bb47-cf41cc357b4d"}]} [pid: 7|app: 0|req: 589/1176] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:09:56 2026] POST /v2.0/routers => generated 510 bytes in 1147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1177] 10.0.0.99 () {34 vars in 675 bytes} [Thu Jun 4 13:09:56 2026] POST /v2.0/floatingips => generated 843 bytes in 1736 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1178] 10.0.0.99 () {34 vars in 683 bytes} [Thu Jun 4 13:09:57 2026] POST /v2.0/security-groups => generated 1661 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-04 13:09:57.971 7 INFO neutron.db.l3_db [None req-afc290fb-7532-47f0-b0ef-926e1faf5ba7 a0a704023e2c44e0bd277f46d5e2a438 29ff7a9cd7c5461b9f1875622edb31fd - - default default] Floating IP e13f9922-3a3e-4dd4-99b1-706f63173d17 disassociated. External IP: 10.96.250.218, port: b5789588-c7b1-4e5d-a910-00874777a229. [pid: 8|app: 0|req: 589/1179] 10.0.0.99 () {34 vars in 663 bytes} [Thu Jun 4 13:09:57 2026] POST /v2.0/ports => generated 963 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: 8|app: 0|req: 590/1180] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:09:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1181] 10.0.0.99 () {34 vars in 747 bytes} [Thu Jun 4 13:09:57 2026] PUT /v2.0/floatingips/e13f9922-3a3e-4dd4-99b1-706f63173d17 => generated 552 bytes in 826 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1182] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:09:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:09:58.939 7 INFO neutron_taas.services.taas.taas_plugin [None req-cca9219b-72ef-4b15-bdc5-bb87543f86b9 a0a704023e2c44e0bd277f46d5e2a438 29ff7a9cd7c5461b9f1875622edb31fd - - default default] TaaS: Handle Delete Port: 60e629a8-f4fb-43be-83af-380e2054faa5 2026-06-04 13:09:58.942 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cca9219b-72ef-4b15-bdc5-bb87543f86b9 a0a704023e2c44e0bd277f46d5e2a438 29ff7a9cd7c5461b9f1875622edb31fd - - default default] Tap Mirror: Handle Delete Port: 60e629a8-f4fb-43be-83af-380e2054faa5 [pid: 7|app: 0|req: 593/1183] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:09:58 2026] DELETE /v2.0/floatingips/e13f9922-3a3e-4dd4-99b1-706f63173d17 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1184] 10.0.0.99 () {34 vars in 781 bytes} [Thu Jun 4 13:09:58 2026] PUT /v2.0/routers/19ce807f-b1ec-4844-85f2-25df48fa6d36/add_router_interface => generated 309 bytes in 1281 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: 594/1185] 10.0.0.99 () {34 vars in 674 bytes} [Thu Jun 4 13:09:59 2026] POST /v2.0/floatingips => generated 552 bytes in 597 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1186] 10.0.0.82 () {34 vars in 988 bytes} [Thu Jun 4 13:09:59 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 1244 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1187] 10.0.0.99 () {32 vars in 715 bytes} [Thu Jun 4 13:09:59 2026] GET /v2.0/ports/5ad3611c-6da4-4dd1-a626-52ca13f02402 => generated 1037 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1188] 10.0.0.82 () {34 vars in 1038 bytes} [Thu Jun 4 13:09:59 2026] GET /v2.0/security-groups?id=b4b50ca2-a1e6-4bc5-ab62-5515894090ae&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:10:00.471 7 INFO neutron_taas.services.taas.taas_plugin [None req-98bb8775-8fb9-4828-b606-272c9ca1ef6d de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] TaaS: Handle Delete Port: 5ad3611c-6da4-4dd1-a626-52ca13f02402 2026-06-04 13:10:00.477 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98bb8775-8fb9-4828-b606-272c9ca1ef6d de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Tap Mirror: Handle Delete Port: 5ad3611c-6da4-4dd1-a626-52ca13f02402 2026-06-04 13:10:00.637 8 INFO neutron.db.l3_db [None req-45bdd261-33b0-4e9c-965f-6690a856a4e6 a0a704023e2c44e0bd277f46d5e2a438 29ff7a9cd7c5461b9f1875622edb31fd - - default default] Floating IP a35447ec-be0f-4628-8d91-9dca360aed73 associated. External IP: 10.96.250.213, port: 19d9834c-90ff-417a-805b-b0dc2f0c0d5a. [pid: 7|app: 0|req: 598/1189] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:09:59 2026] PUT /v2.0/routers/19ce807f-b1ec-4844-85f2-25df48fa6d36/remove_router_interface => generated 309 bytes in 979 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: 599/1190] 10.0.0.200 () {34 vars in 1099 bytes} [Thu Jun 4 13:10:00 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1247277435&fields=id&tenant_id=181f690773ef48d9b62388bd72fc56db => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1191] 10.0.0.99 () {34 vars in 675 bytes} [Thu Jun 4 13:09:59 2026] POST /v2.0/floatingips => generated 841 bytes in 1359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1192] 10.0.0.200 () {34 vars in 981 bytes} [Thu Jun 4 13:10:01 2026] GET /v2.0/networks?id=10d0020d-80e4-413e-baed-21c8cdb0cc75 => generated 676 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:10:01.109 7 INFO neutron.api.v2.resource [None req-862a27e7-04be-43ff-b2d2-bd750d0f10bb de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 600/1193] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:10:00 2026] PUT /v2.0/routers/19ce807f-b1ec-4844-85f2-25df48fa6d36/remove_router_interface => generated 197 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1194] 10.0.0.200 () {34 vars in 964 bytes} [Thu Jun 4 13:10:01 2026] GET /v2.0/quotas/181f690773ef48d9b62388bd72fc56db => 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: 602/1195] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:10:01 2026] GET /v2.0/ports?device_id=19ce807f-b1ec-4844-85f2-25df48fa6d36 => 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: 594/1196] 10.0.0.99 () {32 vars in 727 bytes} [Thu Jun 4 13:10:01 2026] GET /v2.0/floatingips/a35447ec-be0f-4628-8d91-9dca360aed73 => generated 841 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1197] 10.0.0.200 () {34 vars in 1001 bytes} [Thu Jun 4 13:10:01 2026] GET /v2.0/ports?tenant_id=181f690773ef48d9b62388bd72fc56db&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1198] 10.0.0.99 () {32 vars in 653 bytes} [Thu Jun 4 13:10:01 2026] GET /v2.0/floatingips => generated 844 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1199] 10.0.0.200 () {34 vars in 1007 bytes} [Thu Jun 4 13:10:01 2026] GET /v2.0/networks/10d0020d-80e4-413e-baed-21c8cdb0cc75?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:10:01.334 8 INFO neutron_taas.services.taas.taas_plugin [None req-dbc0665e-7643-4ce8-a455-f7514c04973b de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] TaaS: Handle Delete Port: 8256ada5-ad75-460f-8198-40adb2ab4325 2026-06-04 13:10:01.337 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbc0665e-7643-4ce8-a455-f7514c04973b de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Tap Mirror: Handle Delete Port: 8256ada5-ad75-460f-8198-40adb2ab4325 2026-06-04 13:10:01.687 8 INFO neutron.services.segments.plugin [-] Segment 5157d430-ebfa-4514-a47f-92690d083b13 resource provider aggregate not found 2026-06-04 13:10:01.693 8 INFO neutron.services.segments.plugin [-] Segment 5157d430-ebfa-4514-a47f-92690d083b13 resource provider aggregate not found 2026-06-04 13:10:01.714 8 INFO neutron.services.segments.plugin [-] Segment 5157d430-ebfa-4514-a47f-92690d083b13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5157d430-ebfa-4514-a47f-92690d083b13 found for delete ", "request_id": "req-2d75b9ee-46ee-4b9a-8a83-65cab6cebacf"}]} 2026-06-04 13:10:01.724 8 INFO neutron.services.segments.plugin [-] Segment 5157d430-ebfa-4514-a47f-92690d083b13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5157d430-ebfa-4514-a47f-92690d083b13 found for delete ", "request_id": "req-0bf3b707-5770-4653-979a-ab619bd89e14"}]} 2026-06-04 13:10:01.728 8 INFO neutron.db.l3_hamode_db [None req-dbc0665e-7643-4ce8-a455-f7514c04973b de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] HA network c380c4e6-01f6-46bb-a1bc-35c738152276 was deleted as no HA routers are present in tenant 9db24bb83a2f4f1aadb08e4ebe20fada. [pid: 8|app: 0|req: 595/1200] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:01 2026] DELETE /v2.0/routers/19ce807f-b1ec-4844-85f2-25df48fa6d36 => generated 0 bytes in 576 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:10:01.748 7 INFO neutron.db.l3_db [None req-e186b9a3-4e89-4549-a811-13afa1252660 a0a704023e2c44e0bd277f46d5e2a438 29ff7a9cd7c5461b9f1875622edb31fd - - default default] Floating IP a35447ec-be0f-4628-8d91-9dca360aed73 associated. External IP: 10.96.250.213, port: 19d9834c-90ff-417a-805b-b0dc2f0c0d5a. [pid: 8|app: 0|req: 596/1201] 10.0.0.200 () {34 vars in 1107 bytes} [Thu Jun 4 13:10:01 2026] GET /v2.0/networks/10d0020d-80e4-413e-baed-21c8cdb0cc75?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: 597/1202] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:01 2026] DELETE /v2.0/subnets/cc9b664a-1cd5-45d7-8af4-b5dbcb8a60c7 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:10:02.004 8 INFO neutron_taas.services.taas.taas_plugin [None req-f908e86e-ba46-41f2-be29-52a310665a8e de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] TaaS: Handle Delete Port: 2631bb5c-4496-4bef-92dd-159831335552 2026-06-04 13:10:02.008 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f908e86e-ba46-41f2-be29-52a310665a8e de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Tap Mirror: Handle Delete Port: 2631bb5c-4496-4bef-92dd-159831335552 [pid: 8|app: 0|req: 598/1203] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:10:01 2026] DELETE /v2.0/networks/d0a41292-fadd-467a-a640-7b5d8ef773c7 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1204] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:02 2026] GET /v2.0/ports?device_id=3630aa95-6eab-4fd3-af30-5487af33a72f => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:10:02.246 8 INFO neutron.db.segments_db [None req-e801c071-63bf-4345-bacb-d66606ae0968 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Added segment 61e42933-4cdd-48a3-adeb-e3fdce82af18 of type vxlan for network 0e8ea9e9-6f64-4e4d-84c5-7591b41d23ab [pid: 8|app: 0|req: 600/1205] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:10:02 2026] POST /v2.0/networks => generated 633 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1206] 10.0.0.99 () {34 vars in 747 bytes} [Thu Jun 4 13:10:01 2026] PUT /v2.0/floatingips/a35447ec-be0f-4628-8d91-9dca360aed73 => generated 843 bytes in 1037 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:10:02.519 7 INFO neutron.db.l3_db [None req-eadd99d0-8a6e-4368-9fa1-e4fbea7f1214 a0a704023e2c44e0bd277f46d5e2a438 29ff7a9cd7c5461b9f1875622edb31fd - - default default] Floating IP a35447ec-be0f-4628-8d91-9dca360aed73 disassociated. External IP: 10.96.250.213, port: b5789588-c7b1-4e5d-a910-00874777a229. [pid: 8|app: 0|req: 601/1207] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:10:02 2026] POST /v2.0/subnets => generated 646 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:10:02.662 8 INFO neutron.db.segments_db [None req-8b5028d9-8e9d-4077-88c0-58ebb335e4f0 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Added segment 6c477bb1-9a2d-4369-8127-0082210a17f4 of type vxlan for network 4f6045a7-b592-4eda-ba13-476568c4d817 [pid: 7|app: 0|req: 607/1208] 10.0.0.99 () {34 vars in 747 bytes} [Thu Jun 4 13:10:02 2026] PUT /v2.0/floatingips/a35447ec-be0f-4628-8d91-9dca360aed73 => generated 552 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:10:02.880 8 INFO neutron.db.l3_hamode_db [None req-8b5028d9-8e9d-4077-88c0-58ebb335e4f0 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 13:10:02.936 7 INFO neutron_taas.services.taas.taas_plugin [None req-05298695-4f69-4458-8c33-04fac5f053de a0a704023e2c44e0bd277f46d5e2a438 29ff7a9cd7c5461b9f1875622edb31fd - - default default] TaaS: Handle Delete Port: 8478ad08-582d-4c63-a643-a90565da2130 2026-06-04 13:10:02.940 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05298695-4f69-4458-8c33-04fac5f053de a0a704023e2c44e0bd277f46d5e2a438 29ff7a9cd7c5461b9f1875622edb31fd - - default default] Tap Mirror: Handle Delete Port: 8478ad08-582d-4c63-a643-a90565da2130 2026-06-04 13:10:02.969 8 INFO neutron.db.l3_hamode_db [None req-8b5028d9-8e9d-4077-88c0-58ebb335e4f0 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 608/1209] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:10:02 2026] DELETE /v2.0/floatingips/a35447ec-be0f-4628-8d91-9dca360aed73 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:10:03.146 7 INFO neutron.api.v2.resource [None req-e891458a-29ed-4951-b0ce-45a7bc96536f a0a704023e2c44e0bd277f46d5e2a438 29ff7a9cd7c5461b9f1875622edb31fd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 609/1210] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:10:03 2026] DELETE /v2.0/floatingips/a35447ec-be0f-4628-8d91-9dca360aed73 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:10:03.352 7 INFO neutron_taas.services.taas.taas_plugin [None req-07ae6444-1d84-44ee-84bf-b2e864094b80 a0a704023e2c44e0bd277f46d5e2a438 29ff7a9cd7c5461b9f1875622edb31fd - - default default] TaaS: Handle Delete Port: b5789588-c7b1-4e5d-a910-00874777a229 2026-06-04 13:10:03.355 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07ae6444-1d84-44ee-84bf-b2e864094b80 a0a704023e2c44e0bd277f46d5e2a438 29ff7a9cd7c5461b9f1875622edb31fd - - default default] Tap Mirror: Handle Delete Port: b5789588-c7b1-4e5d-a910-00874777a229 [pid: 8|app: 0|req: 602/1211] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:10:02 2026] POST /v2.0/routers => generated 510 bytes in 910 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1212] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:10:03 2026] DELETE /v2.0/ports/b5789588-c7b1-4e5d-a910-00874777a229 => generated 0 bytes in 384 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1213] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:03 2026] GET /v2.0/ports?device_id=3630aa95-6eab-4fd3-af30-5487af33a72f => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:10:03.677 8 INFO neutron_taas.services.taas.taas_plugin [None req-82fa16c2-b31f-4219-81f5-923f97fa3d5a a0a704023e2c44e0bd277f46d5e2a438 29ff7a9cd7c5461b9f1875622edb31fd - - default default] TaaS: Handle Delete Port: 19d9834c-90ff-417a-805b-b0dc2f0c0d5a 2026-06-04 13:10:03.680 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82fa16c2-b31f-4219-81f5-923f97fa3d5a a0a704023e2c44e0bd277f46d5e2a438 29ff7a9cd7c5461b9f1875622edb31fd - - default default] Tap Mirror: Handle Delete Port: 19d9834c-90ff-417a-805b-b0dc2f0c0d5a 2026-06-04 13:10:03.736 8 INFO neutron.services.segments.plugin [-] Segment 5dfc1ad6-d933-4b6b-bf31-6c4983c3d87f resource provider aggregate not found 2026-06-04 13:10:03.750 8 INFO neutron.services.segments.plugin [-] Segment 5dfc1ad6-d933-4b6b-bf31-6c4983c3d87f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dfc1ad6-d933-4b6b-bf31-6c4983c3d87f found for delete ", "request_id": "req-f0bd3677-a7c8-45da-8606-bf5bbddc3409"}]} 2026-06-04 13:10:03.751 8 INFO neutron.services.segments.plugin [-] Segment 5dfc1ad6-d933-4b6b-bf31-6c4983c3d87f resource provider aggregate not found 2026-06-04 13:10:03.769 8 INFO neutron.services.segments.plugin [-] Segment 5dfc1ad6-d933-4b6b-bf31-6c4983c3d87f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dfc1ad6-d933-4b6b-bf31-6c4983c3d87f found for delete ", "request_id": "req-71131369-c305-4b5f-9807-3b32d8933406"}]} [pid: 8|app: 0|req: 604/1214] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:10:03 2026] DELETE /v2.0/ports/19d9834c-90ff-417a-805b-b0dc2f0c0d5a => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1215] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:10:03 2026] GET /v2.0/ports?device_id=a59b895b-de28-4367-8927-bc083dfec63c => generated 958 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:10:04.358 8 INFO neutron_taas.services.taas.taas_plugin [None req-14c20b44-0be0-44b5-8bb7-534ba8d5b8e7 a0a704023e2c44e0bd277f46d5e2a438 29ff7a9cd7c5461b9f1875622edb31fd - - default default] TaaS: Handle Delete Port: 594f8c65-a142-41f1-bcb5-114aa21f2719 2026-06-04 13:10:04.362 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14c20b44-0be0-44b5-8bb7-534ba8d5b8e7 a0a704023e2c44e0bd277f46d5e2a438 29ff7a9cd7c5461b9f1875622edb31fd - - default default] Tap Mirror: Handle Delete Port: 594f8c65-a142-41f1-bcb5-114aa21f2719 [pid: 7|app: 0|req: 611/1216] 10.0.0.99 () {34 vars in 781 bytes} [Thu Jun 4 13:10:03 2026] PUT /v2.0/routers/9ba0e19c-278c-4483-9ab7-1b3388cfd8e8/add_router_interface => generated 309 bytes in 1232 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1219] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:04 2026] GET /v2.0/ports?device_id=3630aa95-6eab-4fd3-af30-5487af33a72f => 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: 615/1220] 10.0.0.99 () {32 vars in 715 bytes} [Thu Jun 4 13:10:04 2026] GET /v2.0/ports/401b10a6-3e11-4b3f-86a1-54e1603a7069 => generated 959 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1221] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:10:03 2026] PUT /v2.0/routers/a59b895b-de28-4367-8927-bc083dfec63c/remove_router_interface => generated 309 bytes in 1042 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:10:05.172 8 INFO neutron_taas.services.taas.taas_plugin [None req-04d4b69b-5b5c-4a35-bcb2-315718b4f893 a0a704023e2c44e0bd277f46d5e2a438 29ff7a9cd7c5461b9f1875622edb31fd - - default default] TaaS: Handle Delete Port: 2f371816-2d99-4e6f-a842-f20fe82a145c 2026-06-04 13:10:05.176 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04d4b69b-5b5c-4a35-bcb2-315718b4f893 a0a704023e2c44e0bd277f46d5e2a438 29ff7a9cd7c5461b9f1875622edb31fd - - default default] Tap Mirror: Handle Delete Port: 2f371816-2d99-4e6f-a842-f20fe82a145c 2026-06-04 13:10:05.251 7 INFO neutron_taas.services.taas.taas_plugin [None req-af12c4a1-ca37-4a40-8afe-71fd116e4c8f de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] TaaS: Handle Delete Port: 401b10a6-3e11-4b3f-86a1-54e1603a7069 2026-06-04 13:10:05.256 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af12c4a1-ca37-4a40-8afe-71fd116e4c8f de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Tap Mirror: Handle Delete Port: 401b10a6-3e11-4b3f-86a1-54e1603a7069 2026-06-04 13:10:05.456 8 INFO neutron_taas.services.taas.taas_plugin [None req-04d4b69b-5b5c-4a35-bcb2-315718b4f893 a0a704023e2c44e0bd277f46d5e2a438 29ff7a9cd7c5461b9f1875622edb31fd - - default default] TaaS: Handle Delete Port: 6128ceec-c440-482e-8b00-fe391f01104e 2026-06-04 13:10:05.459 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04d4b69b-5b5c-4a35-bcb2-315718b4f893 a0a704023e2c44e0bd277f46d5e2a438 29ff7a9cd7c5461b9f1875622edb31fd - - default default] Tap Mirror: Handle Delete Port: 6128ceec-c440-482e-8b00-fe391f01104e [pid: 7|app: 0|req: 616/1222] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:10:04 2026] PUT /v2.0/routers/9ba0e19c-278c-4483-9ab7-1b3388cfd8e8/remove_router_interface => generated 309 bytes in 855 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1223] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:10:05 2026] GET /v2.0/ports?device_id=9ba0e19c-278c-4483-9ab7-1b3388cfd8e8 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:10:05.792 8 INFO neutron.services.segments.plugin [-] Segment ea61c9e9-fb6c-4f7b-bacc-001197d7608f resource provider aggregate not found 2026-06-04 13:10:05.797 8 INFO neutron.services.segments.plugin [-] Segment ea61c9e9-fb6c-4f7b-bacc-001197d7608f resource provider aggregate not found 2026-06-04 13:10:05.809 8 INFO neutron.db.l3_hamode_db [None req-04d4b69b-5b5c-4a35-bcb2-315718b4f893 a0a704023e2c44e0bd277f46d5e2a438 29ff7a9cd7c5461b9f1875622edb31fd - - default default] HA network a31cc57d-3254-4027-be50-d008c1ec4f8e was deleted as no HA routers are present in tenant 29ff7a9cd7c5461b9f1875622edb31fd. [pid: 8|app: 0|req: 607/1224] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:04 2026] DELETE /v2.0/routers/a59b895b-de28-4367-8927-bc083dfec63c => generated 0 bytes in 864 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:10:05.819 8 INFO neutron.services.segments.plugin [-] Segment ea61c9e9-fb6c-4f7b-bacc-001197d7608f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea61c9e9-fb6c-4f7b-bacc-001197d7608f found for delete ", "request_id": "req-0dee8e28-d2dc-4b0d-a946-eb0fe21f8774"}]} 2026-06-04 13:10:05.828 8 INFO neutron.services.segments.plugin [-] Segment ea61c9e9-fb6c-4f7b-bacc-001197d7608f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea61c9e9-fb6c-4f7b-bacc-001197d7608f found for delete ", "request_id": "req-5d7e079e-94f6-4e80-98b8-b955d23d2eb8"}]} 2026-06-04 13:10:05.955 7 INFO neutron_taas.services.taas.taas_plugin [None req-8375ba76-9172-4c2b-8fc9-4b39ffcdacfb de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] TaaS: Handle Delete Port: f98fd66e-1489-4758-917b-dfcb23b8153e 2026-06-04 13:10:05.958 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8375ba76-9172-4c2b-8fc9-4b39ffcdacfb de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Tap Mirror: Handle Delete Port: f98fd66e-1489-4758-917b-dfcb23b8153e [pid: 8|app: 0|req: 608/1225] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:05 2026] DELETE /v2.0/subnets/14b85407-7c13-41f6-b53d-4c4c430a810c => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1226] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:05 2026] GET /v2.0/ports?device_id=3630aa95-6eab-4fd3-af30-5487af33a72f => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1227] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:10:05 2026] DELETE /v2.0/networks/611caa20-2576-4419-91a8-40ec7094c7d5 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1228] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:10:06 2026] GET /v2.0/networks?id=10d0020d-80e4-413e-baed-21c8cdb0cc75 => generated 676 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:10:06.305 7 INFO neutron.services.segments.plugin [-] Segment 6c477bb1-9a2d-4369-8127-0082210a17f4 resource provider aggregate not found 2026-06-04 13:10:06.308 7 INFO neutron.services.segments.plugin [-] Segment 6c477bb1-9a2d-4369-8127-0082210a17f4 resource provider aggregate not found 2026-06-04 13:10:06.324 7 INFO neutron.services.segments.plugin [-] Segment 6c477bb1-9a2d-4369-8127-0082210a17f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c477bb1-9a2d-4369-8127-0082210a17f4 found for delete ", "request_id": "req-1fbcb1dc-f890-4c26-9047-247ef2dab368"}]} 2026-06-04 13:10:06.328 7 INFO neutron.services.segments.plugin [-] Segment 6c477bb1-9a2d-4369-8127-0082210a17f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c477bb1-9a2d-4369-8127-0082210a17f4 found for delete ", "request_id": "req-71bbd23c-20c5-45af-812d-b438907d85e9"}]} 2026-06-04 13:10:06.336 7 INFO neutron.db.l3_hamode_db [None req-8375ba76-9172-4c2b-8fc9-4b39ffcdacfb de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] HA network 4f6045a7-b592-4eda-ba13-476568c4d817 was deleted as no HA routers are present in tenant 9db24bb83a2f4f1aadb08e4ebe20fada. [pid: 7|app: 0|req: 618/1229] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:05 2026] DELETE /v2.0/routers/9ba0e19c-278c-4483-9ab7-1b3388cfd8e8 => generated 0 bytes in 575 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1230] 199.204.45.74 () {34 vars in 1048 bytes} [Thu Jun 4 13:10:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=181f690773ef48d9b62388bd72fc56db => generated 181 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1231] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:06 2026] DELETE /v2.0/subnets/2b79bd70-db57-474a-bae8-96491968c97a => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1232] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:10:06 2026] DELETE /v2.0/networks/0e8ea9e9-6f64-4e4d-84c5-7591b41d23ab => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1233] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:10:06 2026] GET /v2.0/security-groups?tenant_id=29ff7a9cd7c5461b9f1875622edb31fd&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:10:06.794 7 INFO neutron.db.segments_db [None req-7df678c7-8878-4218-a445-4ca6701e7705 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Added segment 5e6cf9dc-de0b-4356-959d-370990ff5e21 of type vxlan for network 57c3a1e8-dcfd-4690-b8b7-eef22410d42a [pid: 8|app: 0|req: 613/1234] 199.204.45.74 () {38 vars in 953 bytes} [Thu Jun 4 13:10:06 2026] POST /v2.0/ports => generated 954 bytes in 447 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: 614/1235] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:06 2026] DELETE /v2.0/security-groups/988fb68f-48ef-469a-89fd-1ca3b2dccad3 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:10:07.071 7 INFO neutron.db.l3_hamode_db [None req-7df678c7-8878-4218-a445-4ca6701e7705 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 615/1236] 199.204.45.74 () {38 vars in 1026 bytes} [Thu Jun 4 13:10:06 2026] PUT /v2.0/ports/f728721d-f42f-49b1-944f-698b7e51bfce => generated 1235 bytes in 460 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-04 13:10:07.418 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f52a2ede-8e96-4771-b256-7b790656c40e'] response: {'name': 'network-changed', 'server_uuid': '3630aa95-6eab-4fd3-af30-5487af33a72f', 'tag': 'f728721d-f42f-49b1-944f-698b7e51bfce', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 616/1237] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:07 2026] GET /v2.0/ports?device_id=3630aa95-6eab-4fd3-af30-5487af33a72f => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1238] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:07 2026] GET /v2.0/security-groups?id=4411fa61-a897-4806-8ccd-ec1d4ec7730b&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:10:07.841 8 INFO neutron.services.segments.plugin [-] Segment 1b92f51f-0926-41fa-9aa1-afd36001fe3b resource provider aggregate not found 2026-06-04 13:10:07.851 8 INFO neutron.services.segments.plugin [-] Segment 1b92f51f-0926-41fa-9aa1-afd36001fe3b resource provider aggregate not found 2026-06-04 13:10:07.858 8 INFO neutron.services.segments.plugin [-] Segment 1b92f51f-0926-41fa-9aa1-afd36001fe3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b92f51f-0926-41fa-9aa1-afd36001fe3b found for delete ", "request_id": "req-b51fec8c-b043-4b41-80fb-c09a599bd5b0"}]} 2026-06-04 13:10:07.874 8 INFO neutron.services.segments.plugin [-] Segment 1b92f51f-0926-41fa-9aa1-afd36001fe3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b92f51f-0926-41fa-9aa1-afd36001fe3b found for delete ", "request_id": "req-9ba1b7e7-bb3e-4558-b494-fe0233426783"}]} 2026-06-04 13:10:07.973 7 INFO neutron.db.l3_hamode_db [None req-7df678c7-8878-4218-a445-4ca6701e7705 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 618/1239] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:10:07 2026] GET /v2.0/ports?tenant_id=181f690773ef48d9b62388bd72fc56db&device_id=3630aa95-6eab-4fd3-af30-5487af33a72f => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1240] 199.204.45.74 () {34 vars in 1016 bytes} [Thu Jun 4 13:10:07 2026] GET /v2.0/networks?tenant_id=181f690773ef48d9b62388bd72fc56db&shared=False => generated 772 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1241] 199.204.45.74 () {34 vars in 928 bytes} [Thu Jun 4 13:10:08 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) 2026-06-04 13:10:08.353 7 INFO neutron.services.segments.plugin [-] Segment 61e42933-4cdd-48a3-adeb-e3fdce82af18 resource provider aggregate not found 2026-06-04 13:10:08.361 7 INFO neutron.services.segments.plugin [-] Segment 61e42933-4cdd-48a3-adeb-e3fdce82af18 resource provider aggregate not found 2026-06-04 13:10:08.388 7 INFO neutron.services.segments.plugin [-] Segment 61e42933-4cdd-48a3-adeb-e3fdce82af18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61e42933-4cdd-48a3-adeb-e3fdce82af18 found for delete ", "request_id": "req-e97969d5-4489-4471-92f4-9932aaa1cea7"}]} 2026-06-04 13:10:08.390 7 INFO neutron.services.segments.plugin [-] Segment 61e42933-4cdd-48a3-adeb-e3fdce82af18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61e42933-4cdd-48a3-adeb-e3fdce82af18 found for delete ", "request_id": "req-2127edb5-67c4-4b9e-8bec-f7f676cba61f"}]} [pid: 8|app: 0|req: 621/1242] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:08 2026] GET /v2.0/ports?device_id=3630aa95-6eab-4fd3-af30-5487af33a72f => 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: 622/1243] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:08 2026] GET /v2.0/security-groups?id=4411fa61-a897-4806-8ccd-ec1d4ec7730b&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1244] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:10:06 2026] POST /v2.0/routers => generated 692 bytes in 2175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1245] 10.0.0.99 () {32 vars in 719 bytes} [Thu Jun 4 13:10:08 2026] GET /v2.0/routers/584cc4e7-9371-4f1e-8c11-fd60fba50b13 => generated 698 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1246] 10.0.0.99 () {32 vars in 645 bytes} [Thu Jun 4 13:10:09 2026] GET /v2.0/routers => generated 701 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:10:09.167 8 INFO neutron.db.segments_db [None req-826c9707-0996-4f0f-a7f3-dc9e974f48c5 1449bffe817b439db9b37a1d3efca8c8 d50b097376a2428391533cc26c204f0d - - default default] Added segment 1ec87050-a313-44a4-bcf5-84c65a67a095 of type vxlan for network aa3471fb-6157-4173-82be-9e97a6363ee9 2026-06-04 13:10:09.230 8 INFO neutron.db.segments_db [None req-826c9707-0996-4f0f-a7f3-dc9e974f48c5 1449bffe817b439db9b37a1d3efca8c8 d50b097376a2428391533cc26c204f0d - - default default] Added segment 46bcbe63-3cd3-4ce3-b22a-c05232b0f70a of type vxlan for network ec32b6ee-d8f9-48e3-9589-0d11daa02351 [pid: 8|app: 0|req: 623/1247] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:10:08 2026] POST /v2.0/networks => generated 1245 bytes in 513 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1248] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:10:09 2026] GET /v2.0/ports?tenant_id=181f690773ef48d9b62388bd72fc56db&device_id=3630aa95-6eab-4fd3-af30-5487af33a72f => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1249] 10.0.0.99 () {32 vars in 647 bytes} [Thu Jun 4 13:10:09 2026] GET /v2.0/networks => generated 1844 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1250] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:10:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f728721d-f42f-49b1-944f-698b7e51bfce => 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: 625/1251] 10.0.0.99 () {34 vars in 739 bytes} [Thu Jun 4 13:10:09 2026] PUT /v2.0/routers/584cc4e7-9371-4f1e-8c11-fd60fba50b13 => generated 705 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1252] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:10:09 2026] GET /v2.0/subnets?id=4bbea177-8d77-4bdf-a462-18ae60137448 => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1253] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:10:09 2026] DELETE /v2.0/networks/aa3471fb-6157-4173-82be-9e97a6363ee9 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1254] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:10:09 2026] GET /v2.0/ports?network_id=10d0020d-80e4-413e-baed-21c8cdb0cc75&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1255] 10.0.0.99 () {32 vars in 719 bytes} [Thu Jun 4 13:10:09 2026] GET /v2.0/routers/584cc4e7-9371-4f1e-8c11-fd60fba50b13 => generated 705 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1256] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:10:09 2026] GET /v2.0/networks/10d0020d-80e4-413e-baed-21c8cdb0cc75?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: 629/1257] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:10:09 2026] DELETE /v2.0/networks/ec32b6ee-d8f9-48e3-9589-0d11daa02351 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1258] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:10:09 2026] GET /v2.0/ports?device_id=584cc4e7-9371-4f1e-8c11-fd60fba50b13 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1259] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:10:09 2026] GET /v2.0/networks/10d0020d-80e4-413e-baed-21c8cdb0cc75?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1260] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:09 2026] GET /v2.0/ports?device_id=3630aa95-6eab-4fd3-af30-5487af33a72f => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1261] 10.0.0.99 () {32 vars in 647 bytes} [Thu Jun 4 13:10:09 2026] GET /v2.0/networks => generated 651 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1262] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:09 2026] GET /v2.0/security-groups?id=4411fa61-a897-4806-8ccd-ec1d4ec7730b&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:10:09.874 8 INFO neutron.services.segments.plugin [-] Segment 1ec87050-a313-44a4-bcf5-84c65a67a095 resource provider aggregate not found 2026-06-04 13:10:09.891 8 INFO neutron.services.segments.plugin [-] Segment 1ec87050-a313-44a4-bcf5-84c65a67a095 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ec87050-a313-44a4-bcf5-84c65a67a095 found for delete ", "request_id": "req-839b74f8-6229-4cb0-826a-5c35dc14cce0"}]} 2026-06-04 13:10:09.896 8 INFO neutron.services.segments.plugin [-] Segment 1ec87050-a313-44a4-bcf5-84c65a67a095 resource provider aggregate not found 2026-06-04 13:10:09.908 8 INFO neutron.services.segments.plugin [-] Segment 46bcbe63-3cd3-4ce3-b22a-c05232b0f70a resource provider aggregate not found 2026-06-04 13:10:09.914 8 INFO neutron.db.segments_db [None req-35dd373e-138e-4a6b-a4f8-80e5c2c4c240 1449bffe817b439db9b37a1d3efca8c8 d50b097376a2428391533cc26c204f0d - - default default] Added segment 364d85e9-b922-4e2b-8788-4f760ae1b1d7 of type vxlan for network a8b1c503-cc76-4b52-85b1-490e40a33796 2026-06-04 13:10:09.915 8 INFO neutron.services.segments.plugin [-] Segment 1ec87050-a313-44a4-bcf5-84c65a67a095 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ec87050-a313-44a4-bcf5-84c65a67a095 found for delete ", "request_id": "req-8bc0a69a-e939-4f53-9527-65faaae4d884"}]} 2026-06-04 13:10:09.931 8 INFO neutron.services.segments.plugin [-] Segment 46bcbe63-3cd3-4ce3-b22a-c05232b0f70a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46bcbe63-3cd3-4ce3-b22a-c05232b0f70a found for delete ", "request_id": "req-65af73b9-8b3e-4f51-9c70-61679dcd826e"}]} 2026-06-04 13:10:09.934 8 INFO neutron.services.segments.plugin [-] Segment 46bcbe63-3cd3-4ce3-b22a-c05232b0f70a resource provider aggregate not found 2026-06-04 13:10:09.954 8 INFO neutron.services.segments.plugin [-] Segment 46bcbe63-3cd3-4ce3-b22a-c05232b0f70a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46bcbe63-3cd3-4ce3-b22a-c05232b0f70a found for delete ", "request_id": "req-1306d42d-cd1f-4a6d-9a59-23d81673edb4"}]} 2026-06-04 13:10:09.998 7 INFO neutron_taas.services.taas.taas_plugin [None req-54eaadfe-32f1-4898-b94b-6052400e1255 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] TaaS: Handle Delete Port: 6db4c54e-b5f6-4dcd-837d-2ee15194339c 2026-06-04 13:10:10.001 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54eaadfe-32f1-4898-b94b-6052400e1255 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Tap Mirror: Handle Delete Port: 6db4c54e-b5f6-4dcd-837d-2ee15194339c [pid: 8|app: 0|req: 634/1263] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:10:09 2026] POST /v2.0/networks => generated 654 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:10:10.064 8 INFO neutron.db.segments_db [None req-9a7b7385-f72e-46c2-b895-fa0fd7741af4 1449bffe817b439db9b37a1d3efca8c8 d50b097376a2428391533cc26c204f0d - - default default] Added segment d155c1ca-f148-4e7c-a42b-f65cd603f96a of type vxlan for network f38f8c35-3cba-497a-93af-52cf24b8d247 [pid: 8|app: 0|req: 635/1264] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:10:10 2026] POST /v2.0/networks => generated 654 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:10:10.253 7 INFO neutron_taas.services.taas.taas_plugin [None req-54eaadfe-32f1-4898-b94b-6052400e1255 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] TaaS: Handle Delete Port: 661227c7-80ad-445d-b579-cd82ac6b9d2e 2026-06-04 13:10:10.257 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54eaadfe-32f1-4898-b94b-6052400e1255 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] Tap Mirror: Handle Delete Port: 661227c7-80ad-445d-b579-cd82ac6b9d2e 2026-06-04 13:10:10.624 7 INFO neutron.services.segments.plugin [-] Segment 5e6cf9dc-de0b-4356-959d-370990ff5e21 resource provider aggregate not found 2026-06-04 13:10:10.630 7 INFO neutron.services.segments.plugin [-] Segment 5e6cf9dc-de0b-4356-959d-370990ff5e21 resource provider aggregate not found 2026-06-04 13:10:10.643 7 INFO neutron.services.segments.plugin [-] Segment 5e6cf9dc-de0b-4356-959d-370990ff5e21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e6cf9dc-de0b-4356-959d-370990ff5e21 found for delete ", "request_id": "req-86efbc42-9764-4933-9d6b-98292fb5e3b7"}]} 2026-06-04 13:10:10.650 7 INFO neutron.services.segments.plugin [-] Segment 5e6cf9dc-de0b-4356-959d-370990ff5e21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e6cf9dc-de0b-4356-959d-370990ff5e21 found for delete ", "request_id": "req-06733b53-2018-4bb0-ae5a-f3eb5f0b83cd"}]} 2026-06-04 13:10:10.660 7 INFO neutron.db.l3_hamode_db [None req-54eaadfe-32f1-4898-b94b-6052400e1255 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] HA network 57c3a1e8-dcfd-4690-b8b7-eef22410d42a was deleted as no HA routers are present in tenant 9db24bb83a2f4f1aadb08e4ebe20fada. [pid: 7|app: 0|req: 630/1265] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:09 2026] DELETE /v2.0/routers/584cc4e7-9371-4f1e-8c11-fd60fba50b13 => generated 0 bytes in 877 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1266] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:10:10 2026] GET /v2.0/ports?device_id=584cc4e7-9371-4f1e-8c11-fd60fba50b13 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:10:10.716 7 INFO neutron.api.v2.resource [None req-58ba86ce-e3b8-430a-ab40-8f3e36ba5fea de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 632/1267] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:10 2026] DELETE /v2.0/routers/584cc4e7-9371-4f1e-8c11-fd60fba50b13 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1268] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:10:10 2026] GET /v2.0/ports?device_id=9ba0e19c-278c-4483-9ab7-1b3388cfd8e8 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:10:10.759 7 INFO neutron.api.v2.resource [None req-265b5459-0f02-4c4a-b73c-7339c72d9fe1 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 634/1269] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:10 2026] DELETE /v2.0/routers/9ba0e19c-278c-4483-9ab7-1b3388cfd8e8 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:10:10.777 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4d770ee0-8c93-4b84-8ad7-343fa6a6e966 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 635/1270] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:10 2026] DELETE /v2.0/subnets/2b79bd70-db57-474a-bae8-96491968c97a => 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: 636/1271] 10.0.0.99 () {34 vars in 663 bytes} [Thu Jun 4 13:10:10 2026] POST /v2.0/ports => generated 1505 bytes in 646 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: 637/1272] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:10:10 2026] GET /v2.0/ports?device_id=19ce807f-b1ec-4844-85f2-25df48fa6d36 => 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: 638/1273] 10.0.0.99 () {32 vars in 641 bytes} [Thu Jun 4 13:10:10 2026] GET /v2.0/ports => generated 1505 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1274] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:10 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 975 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:10:10.912 8 INFO neutron.api.v2.resource [None req-4147903a-ef29-4949-acea-040e2f478801 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 639/1275] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:10 2026] DELETE /v2.0/routers/19ce807f-b1ec-4844-85f2-25df48fa6d36 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1276] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:10 2026] GET /v2.0/security-groups?id=b4b50ca2-a1e6-4bc5-ab62-5515894090ae&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-04 13:10:10.969 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f78f8f4d-37d9-4c2c-b28f-ffc1bf6bb85a de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 641/1277] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:10 2026] DELETE /v2.0/subnets/cc9b664a-1cd5-45d7-8af4-b5dbcb8a60c7 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1278] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:10 2026] GET /v2.0/ports?device_id=3630aa95-6eab-4fd3-af30-5487af33a72f => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1279] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:10:11 2026] GET /v2.0/ports?device_id=72e6e672-f076-4ff3-a94d-2345e01429ae => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:10:11.045 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca9f6bcb-ffd1-4cc9-a439-50838b2c841c 1449bffe817b439db9b37a1d3efca8c8 d50b097376a2428391533cc26c204f0d - - default default] TaaS: Handle Delete Port: c80e64f7-71be-4a3f-9c5d-f68ff843def7 2026-06-04 13:10:11.049 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca9f6bcb-ffd1-4cc9-a439-50838b2c841c 1449bffe817b439db9b37a1d3efca8c8 d50b097376a2428391533cc26c204f0d - - default default] Tap Mirror: Handle Delete Port: c80e64f7-71be-4a3f-9c5d-f68ff843def7 [pid: 8|app: 0|req: 644/1280] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:11 2026] GET /v2.0/security-groups?id=4411fa61-a897-4806-8ccd-ec1d4ec7730b&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:10:11.078 8 INFO neutron.api.v2.resource [None req-b647e89f-5768-4fa2-a8c9-5533007cbe35 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 645/1281] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:11 2026] DELETE /v2.0/routers/72e6e672-f076-4ff3-a94d-2345e01429ae => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:10:11.096 8 INFO neutron.pecan_wsgi.hooks.translation [None req-79776964-33d7-4672-9b18-cb23be816566 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 646/1282] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:11 2026] DELETE /v2.0/subnets/9f21aeaa-8c1d-4ae0-a61d-245d58a1802b => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:10:11.116 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5a671b1a-1719-4e83-91d2-aa4b88949f70 de139d30c1b347acb886366adf0ecac2 9db24bb83a2f4f1aadb08e4ebe20fada - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 647/1283] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:11 2026] DELETE /v2.0/subnets/61a90c04-ecf3-424e-8afb-1cad16ea32fe => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1284] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:10:10 2026] DELETE /v2.0/ports/c80e64f7-71be-4a3f-9c5d-f68ff843def7 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:10:11.243 8 INFO neutron_taas.services.taas.taas_plugin [None req-84681ff5-920e-4074-be70-2e5167f27fc2 1449bffe817b439db9b37a1d3efca8c8 d50b097376a2428391533cc26c204f0d - - default default] TaaS: Handle Delete Port: 3b23aa6d-6f5d-49ed-be28-24c7a7716558 2026-06-04 13:10:11.246 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84681ff5-920e-4074-be70-2e5167f27fc2 1449bffe817b439db9b37a1d3efca8c8 d50b097376a2428391533cc26c204f0d - - default default] Tap Mirror: Handle Delete Port: 3b23aa6d-6f5d-49ed-be28-24c7a7716558 [pid: 7|app: 0|req: 638/1285] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:11 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => 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: 639/1286] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:11 2026] GET /v2.0/security-groups?id=b4b50ca2-a1e6-4bc5-ab62-5515894090ae&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: 648/1287] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:10:11 2026] DELETE /v2.0/ports/3b23aa6d-6f5d-49ed-be28-24c7a7716558 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1288] 10.0.0.99 () {32 vars in 641 bytes} [Thu Jun 4 13:10:11 2026] GET /v2.0/ports => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:10:11.457 8 INFO neutron.db.segments_db [None req-c1d6fd2b-ba8e-4fb6-b12c-e7dbf0537a30 1449bffe817b439db9b37a1d3efca8c8 d50b097376a2428391533cc26c204f0d - - default default] Added segment 70a673e6-b76d-4ff9-bf47-3cea7ad08887 of type vxlan for network 385da5d7-8719-4421-8bc2-048a58ea3612 [pid: 8|app: 0|req: 649/1289] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:10:11 2026] POST /v2.0/networks => generated 653 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:10:11.650 7 INFO neutron.db.segments_db [None req-fcee6728-4973-4522-8df2-c4613a10aaca 1449bffe817b439db9b37a1d3efca8c8 d50b097376a2428391533cc26c204f0d - - default default] Added segment 71d5ee7c-8eef-4f61-9fd5-828e14f1198e of type vxlan for network 1c8459f0-e4f3-4f7e-8902-93f5f6dcb408 [pid: 8|app: 0|req: 650/1290] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:11 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1291] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:10:11 2026] POST /v2.0/networks => generated 654 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1292] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:11 2026] GET /v2.0/security-groups?id=b4b50ca2-a1e6-4bc5-ab62-5515894090ae&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: 651/1293] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:10:11 2026] GET /v2.0/security-groups?tenant_id=9db24bb83a2f4f1aadb08e4ebe20fada&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: 643/1294] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:11 2026] DELETE /v2.0/security-groups/07d917ae-7842-44d3-859d-8d9a5b6e8707 => 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: 652/1295] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:12 2026] GET /v2.0/ports?device_id=3630aa95-6eab-4fd3-af30-5487af33a72f => generated 971 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1296] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:12 2026] GET /v2.0/security-groups?id=4411fa61-a897-4806-8ccd-ec1d4ec7730b&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: 644/1297] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:10:12 2026] POST /v2.0/subnets => generated 1324 bytes in 553 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1298] 10.0.0.99 () {32 vars in 645 bytes} [Thu Jun 4 13:10:12 2026] GET /v2.0/subnets => generated 1960 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1299] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:12 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1300] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:12 2026] GET /v2.0/security-groups?id=b4b50ca2-a1e6-4bc5-ab62-5515894090ae&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: 645/1301] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:12 2026] DELETE /v2.0/subnets/ad35c1fe-d7a0-4cb2-9282-a43152f38e8b => 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: 657/1302] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:12 2026] DELETE /v2.0/subnets/09e4f84c-cedf-4635-bb3c-c0dd069093b7 => 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: 646/1303] 10.0.0.99 () {32 vars in 645 bytes} [Thu Jun 4 13:10:13 2026] GET /v2.0/subnets => generated 649 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1304] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:10:13 2026] GET /v2.0/ports?tenant_id=3c8408516dee4a70aec83a7331497902&device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1305] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:10:13 2026] GET /v2.0/networks?id=c5b56cb2-d49b-4985-8c20-1da3f2c5c95b => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1306] 199.204.45.74 () {34 vars in 1058 bytes} [Thu Jun 4 13:10:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=ce7c9565-4603-4c18-8be6-5bea2346c8a5 => generated 861 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:10:13.350 7 INFO neutron.services.segments.plugin [-] Segment 71d5ee7c-8eef-4f61-9fd5-828e14f1198e resource provider aggregate not found 2026-06-04 13:10:13.351 7 INFO neutron.services.segments.plugin [-] Segment 71d5ee7c-8eef-4f61-9fd5-828e14f1198e resource provider aggregate not found [pid: 8|app: 0|req: 661/1307] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:10:13 2026] GET /v2.0/subnets?id=7f98d383-7493-4152-8916-9d58f40c2fe0 => generated 694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:10:13.374 7 INFO neutron.services.segments.plugin [-] Segment 71d5ee7c-8eef-4f61-9fd5-828e14f1198e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71d5ee7c-8eef-4f61-9fd5-828e14f1198e found for delete ", "request_id": "req-f292859a-fc2a-48c7-ab44-3263e6e340da"}]} 2026-06-04 13:10:13.377 7 INFO neutron.services.segments.plugin [-] Segment 71d5ee7c-8eef-4f61-9fd5-828e14f1198e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71d5ee7c-8eef-4f61-9fd5-828e14f1198e found for delete ", "request_id": "req-8fe64609-8107-4448-8057-bccfd05e3983"}]} [pid: 7|app: 0|req: 647/1308] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:10:13 2026] DELETE /v2.0/networks/1c8459f0-e4f3-4f7e-8902-93f5f6dcb408 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1309] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:10:13 2026] GET /v2.0/ports?network_id=c5b56cb2-d49b-4985-8c20-1da3f2c5c95b&device_owner=network%3Adhcp => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1310] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:13 2026] GET /v2.0/ports?device_id=3630aa95-6eab-4fd3-af30-5487af33a72f => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1311] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:10:13 2026] GET /v2.0/networks/c5b56cb2-d49b-4985-8c20-1da3f2c5c95b?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: 665/1312] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:13 2026] GET /v2.0/security-groups?id=4411fa61-a897-4806-8ccd-ec1d4ec7730b&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: 648/1313] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:10:13 2026] DELETE /v2.0/networks/385da5d7-8719-4421-8bc2-048a58ea3612 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1314] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:10:13 2026] GET /v2.0/networks/c5b56cb2-d49b-4985-8c20-1da3f2c5c95b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1315] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:10:13 2026] DELETE /v2.0/networks/f38f8c35-3cba-497a-93af-52cf24b8d247 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:10:13.869 8 INFO neutron.services.segments.plugin [-] Segment 364d85e9-b922-4e2b-8788-4f760ae1b1d7 resource provider aggregate not found 2026-06-04 13:10:13.874 8 INFO neutron.services.segments.plugin [-] Segment 364d85e9-b922-4e2b-8788-4f760ae1b1d7 resource provider aggregate not found 2026-06-04 13:10:13.896 8 INFO neutron.services.segments.plugin [-] Segment 364d85e9-b922-4e2b-8788-4f760ae1b1d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 364d85e9-b922-4e2b-8788-4f760ae1b1d7 found for delete ", "request_id": "req-6dc18135-0141-4654-bf90-eccc79d25168"}]} 2026-06-04 13:10:13.898 8 INFO neutron.services.segments.plugin [-] Segment 364d85e9-b922-4e2b-8788-4f760ae1b1d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 364d85e9-b922-4e2b-8788-4f760ae1b1d7 found for delete ", "request_id": "req-f3c1a97b-0c48-4f59-bdac-d3408e3ecd33"}]} [pid: 8|app: 0|req: 667/1316] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:10:13 2026] DELETE /v2.0/networks/a8b1c503-cc76-4b52-85b1-490e40a33796 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1317] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:13 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => 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: 669/1318] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:14 2026] GET /v2.0/security-groups?id=b4b50ca2-a1e6-4bc5-ab62-5515894090ae&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: 650/1319] 10.0.0.99 () {34 vars in 682 bytes} [Thu Jun 4 13:10:13 2026] POST /v2.0/security-groups => generated 1625 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1320] 10.0.0.99 () {32 vars in 661 bytes} [Thu Jun 4 13:10:14 2026] GET /v2.0/security-groups => generated 4530 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1321] 10.0.0.99 () {34 vars in 756 bytes} [Thu Jun 4 13:10:14 2026] PUT /v2.0/security-groups/18920f8b-866b-4c8b-beb3-f97001ac2ad0 => generated 1663 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1322] 10.0.0.99 () {32 vars in 735 bytes} [Thu Jun 4 13:10:14 2026] GET /v2.0/security-groups/18920f8b-866b-4c8b-beb3-f97001ac2ad0 => generated 1663 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1323] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:14 2026] DELETE /v2.0/security-groups/18920f8b-866b-4c8b-beb3-f97001ac2ad0 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1324] 10.0.0.99 () {32 vars in 661 bytes} [Thu Jun 4 13:10:14 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:10:14.633 7 INFO neutron.api.v2.resource [None req-07cb3bbc-4ca2-4ecc-a29c-eb576d558eab 0af3114a708848cdaa928fb1d9e11d61 37ecd83e68b24cf0823c62aa9c3ac742 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 654/1325] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:14 2026] DELETE /v2.0/security-groups/18920f8b-866b-4c8b-beb3-f97001ac2ad0 => 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: 672/1326] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:10:14 2026] GET /v2.0/security-groups?tenant_id=d50b097376a2428391533cc26c204f0d&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1327] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:14 2026] GET /v2.0/ports?device_id=3630aa95-6eab-4fd3-af30-5487af33a72f => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1328] 10.0.0.99 () {34 vars in 682 bytes} [Thu Jun 4 13:10:14 2026] POST /v2.0/security-groups => generated 1624 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1329] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:14 2026] GET /v2.0/security-groups?id=4411fa61-a897-4806-8ccd-ec1d4ec7730b&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: 674/1330] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:14 2026] DELETE /v2.0/security-groups/97d3b0fb-cfc0-413c-87c6-3aaa1d7f0e06 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1331] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:14 2026] GET /v2.0/ports?device_id=3630aa95-6eab-4fd3-af30-5487af33a72f => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1332] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:10:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1333] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:10:15 2026] GET /v2.0/security-group-rules/d1d98a8d-6f83-4a38-9815-7c751069fe08 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1334] 10.0.0.99 () {32 vars in 671 bytes} [Thu Jun 4 13:10:15 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: 7|app: 0|req: 660/1335] 10.0.0.99 () {32 vars in 748 bytes} [Thu Jun 4 13:10:15 2026] DELETE /v2.0/security-group-rules/d1d98a8d-6f83-4a38-9815-7c751069fe08 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1336] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:15 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1337] 10.0.0.99 () {32 vars in 671 bytes} [Thu Jun 4 13:10:15 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:10:15.325 8 INFO neutron.db.l3_db [None req-e56a177e-c9cd-4799-aa57-819035b917a6 6a81f30d74804fd3bf241913d1908b07 181f690773ef48d9b62388bd72fc56db - - default default] Floating IP 45091b7f-066d-474f-b51d-ff7e289db4ea associated. External IP: 10.96.250.215, port: f728721d-f42f-49b1-944f-698b7e51bfce. [pid: 7|app: 0|req: 663/1338] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:15 2026] GET /v2.0/security-groups?id=b4b50ca2-a1e6-4bc5-ab62-5515894090ae&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:10:15.414 7 INFO neutron.services.segments.plugin [-] Segment 70a673e6-b76d-4ff9-bf47-3cea7ad08887 resource provider aggregate not found 2026-06-04 13:10:15.422 7 INFO neutron.services.segments.plugin [-] Segment 70a673e6-b76d-4ff9-bf47-3cea7ad08887 resource provider aggregate not found 2026-06-04 13:10:15.454 7 INFO neutron.services.segments.plugin [-] Segment 70a673e6-b76d-4ff9-bf47-3cea7ad08887 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70a673e6-b76d-4ff9-bf47-3cea7ad08887 found for delete ", "request_id": "req-836c1ac3-546a-4166-a2b8-de0f08fecf57"}]} 2026-06-04 13:10:15.460 7 INFO neutron.services.segments.plugin [-] Segment 70a673e6-b76d-4ff9-bf47-3cea7ad08887 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70a673e6-b76d-4ff9-bf47-3cea7ad08887 found for delete ", "request_id": "req-32c081a1-3e9e-4783-bdaa-c8f493d7d2b9"}]} 2026-06-04 13:10:15.478 7 INFO neutron.services.segments.plugin [-] Segment d155c1ca-f148-4e7c-a42b-f65cd603f96a resource provider aggregate not found 2026-06-04 13:10:15.490 7 INFO neutron.services.segments.plugin [-] Segment d155c1ca-f148-4e7c-a42b-f65cd603f96a resource provider aggregate not found 2026-06-04 13:10:15.501 7 INFO neutron.services.segments.plugin [-] Segment d155c1ca-f148-4e7c-a42b-f65cd603f96a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d155c1ca-f148-4e7c-a42b-f65cd603f96a found for delete ", "request_id": "req-db191d4a-ccd3-4e90-94b5-e76614894693"}]} 2026-06-04 13:10:15.516 7 INFO neutron.services.segments.plugin [-] Segment d155c1ca-f148-4e7c-a42b-f65cd603f96a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d155c1ca-f148-4e7c-a42b-f65cd603f96a found for delete ", "request_id": "req-06e38d2c-c058-4814-a6db-d56496f02109"}]} [pid: 7|app: 0|req: 664/1339] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:10:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1340] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:10:15 2026] GET /v2.0/security-group-rules/65e07934-5517-4cf0-95b6-99915843d1f6 => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1341] 10.0.0.99 () {32 vars in 671 bytes} [Thu Jun 4 13:10:15 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1342] 10.0.0.99 () {34 vars in 747 bytes} [Thu Jun 4 13:10:15 2026] PUT /v2.0/floatingips/45091b7f-066d-474f-b51d-ff7e289db4ea => generated 855 bytes in 738 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1343] 10.0.0.99 () {32 vars in 748 bytes} [Thu Jun 4 13:10:15 2026] DELETE /v2.0/security-group-rules/65e07934-5517-4cf0-95b6-99915843d1f6 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:10:15.801 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f3e857f-67ad-4902-94ff-f6a492cff994'] response: {'name': 'network-changed', 'server_uuid': '3630aa95-6eab-4fd3-af30-5487af33a72f', 'tag': 'f728721d-f42f-49b1-944f-698b7e51bfce', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 677/1344] 10.0.0.99 () {32 vars in 671 bytes} [Thu Jun 4 13:10:15 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1345] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:15 2026] GET /v2.0/ports?device_id=3630aa95-6eab-4fd3-af30-5487af33a72f => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:10:15.932 8 INFO neutron.db.securitygroups_db [None req-455c6af6-e3d4-47f2-a16a-5867538809a3 0af3114a708848cdaa928fb1d9e11d61 37ecd83e68b24cf0823c62aa9c3ac742 - - default default] Project 37ecd83e68b24cf0823c62aa9c3ac742 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: 669/1346] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:15 2026] GET /v2.0/security-groups?id=4411fa61-a897-4806-8ccd-ec1d4ec7730b&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: 678/1347] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:10:15 2026] POST /v2.0/security-group-rules => generated 607 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1348] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:10:16 2026] GET /v2.0/security-group-rules/5f2bdd50-d1bd-4b3e-b533-466c62a2e864 => generated 607 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1349] 10.0.0.99 () {32 vars in 671 bytes} [Thu Jun 4 13:10:16 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1350] 10.0.0.99 () {32 vars in 748 bytes} [Thu Jun 4 13:10:16 2026] DELETE /v2.0/security-group-rules/5f2bdd50-d1bd-4b3e-b533-466c62a2e864 => 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: 680/1351] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:16 2026] GET /v2.0/ports?device_id=3630aa95-6eab-4fd3-af30-5487af33a72f => 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: 681/1352] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:16 2026] GET /v2.0/security-groups?id=4411fa61-a897-4806-8ccd-ec1d4ec7730b&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1353] 10.0.0.99 () {32 vars in 671 bytes} [Thu Jun 4 13:10:16 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1354] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:10:16 2026] GET /v2.0/ports?tenant_id=181f690773ef48d9b62388bd72fc56db&device_id=3630aa95-6eab-4fd3-af30-5487af33a72f => generated 1240 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1355] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:16 2026] DELETE /v2.0/security-groups/5049059e-59f4-4f6b-8d56-605649044440 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1356] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:10:16 2026] GET /v2.0/networks?id=10d0020d-80e4-413e-baed-21c8cdb0cc75 => generated 772 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1357] 10.0.0.99 () {32 vars in 661 bytes} [Thu Jun 4 13:10:16 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1358] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:16 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => 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: 675/1359] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:10:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f728721d-f42f-49b1-944f-698b7e51bfce => generated 858 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1360] 10.0.0.99 () {32 vars in 661 bytes} [Thu Jun 4 13:10:16 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: 676/1361] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:16 2026] GET /v2.0/security-groups?id=b4b50ca2-a1e6-4bc5-ab62-5515894090ae&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: 8|app: 0|req: 686/1362] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:10:16 2026] GET /v2.0/subnets?id=4bbea177-8d77-4bdf-a462-18ae60137448 => generated 694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1363] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:10:16 2026] GET /v2.0/ports?network_id=10d0020d-80e4-413e-baed-21c8cdb0cc75&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: 687/1364] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:10:16 2026] GET /v2.0/networks/10d0020d-80e4-413e-baed-21c8cdb0cc75?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: 678/1365] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:10:16 2026] GET /v2.0/networks/10d0020d-80e4-413e-baed-21c8cdb0cc75?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: 688/1366] 10.0.0.99 () {32 vars in 621 bytes} [Thu Jun 4 13:10:16 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: 679/1367] 10.0.0.99 () {32 vars in 631 bytes} [Thu Jun 4 13:10:16 2026] GET /v2.0/ => generated 632 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1368] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:10:17 2026] GET /v2.0/security-groups?tenant_id=37ecd83e68b24cf0823c62aa9c3ac742&name=default => generated 2925 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1369] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:17 2026] DELETE /v2.0/security-groups/b0e71636-0c19-4887-baf8-3f4e2dcf0f91 => 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: 690/1370] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:17 2026] GET /v2.0/ports?device_id=3630aa95-6eab-4fd3-af30-5487af33a72f => generated 971 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1371] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:17 2026] GET /v2.0/security-groups?id=4411fa61-a897-4806-8ccd-ec1d4ec7730b&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: 682/1372] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:17 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 975 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1373] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:17 2026] GET /v2.0/security-groups?id=b4b50ca2-a1e6-4bc5-ab62-5515894090ae&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: 691/1374] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:10:17 2026] GET /v2.0/security-groups?tenant_id=079d63430b9f41c186eb75ab61af7542&name=default => generated 2925 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1375] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:17 2026] DELETE /v2.0/security-groups/cf044ce9-19d6-41b7-b590-13153137bf76 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1376] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:18 2026] GET /v2.0/ports?device_id=3630aa95-6eab-4fd3-af30-5487af33a72f => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1377] 199.204.45.74 () {34 vars in 992 bytes} [Thu Jun 4 13:10:18 2026] GET /v2.0/ports?device_id=3630aa95-6eab-4fd3-af30-5487af33a72f => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1378] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:18 2026] GET /v2.0/security-groups?id=4411fa61-a897-4806-8ccd-ec1d4ec7730b&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:10:18.831 8 INFO neutron_taas.services.taas.taas_plugin [req-bb5e1a35-c84e-4880-b36c-e413870eb315 req-7902c6c4-baa4-4744-ba1f-b95f3d652ef4 6a81f30d74804fd3bf241913d1908b07 181f690773ef48d9b62388bd72fc56db - - default default] TaaS: Handle Delete Port: f728721d-f42f-49b1-944f-698b7e51bfce 2026-06-04 13:10:18.842 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bb5e1a35-c84e-4880-b36c-e413870eb315 req-7902c6c4-baa4-4744-ba1f-b95f3d652ef4 6a81f30d74804fd3bf241913d1908b07 181f690773ef48d9b62388bd72fc56db - - default default] Tap Mirror: Handle Delete Port: f728721d-f42f-49b1-944f-698b7e51bfce [pid: 7|app: 0|req: 686/1379] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:18 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1380] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:18 2026] GET /v2.0/security-groups?id=b4b50ca2-a1e6-4bc5-ab62-5515894090ae&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:10:19.004 8 INFO neutron.db.l3_db [req-bb5e1a35-c84e-4880-b36c-e413870eb315 req-7902c6c4-baa4-4744-ba1f-b95f3d652ef4 6a81f30d74804fd3bf241913d1908b07 181f690773ef48d9b62388bd72fc56db - - default default] Floating IP 45091b7f-066d-474f-b51d-ff7e289db4ea disassociated. External IP: 10.96.250.215, port: f728721d-f42f-49b1-944f-698b7e51bfce. [pid: 8|app: 0|req: 694/1381] 199.204.45.74 () {36 vars in 995 bytes} [Thu Jun 4 13:10:18 2026] DELETE /v2.0/ports/f728721d-f42f-49b1-944f-698b7e51bfce => generated 0 bytes in 689 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:10:19.440 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5c3a384b-78bf-4d7b-b344-215529cf56c8'] response: {'server_uuid': '3630aa95-6eab-4fd3-af30-5487af33a72f', 'name': 'network-vif-deleted', 'tag': 'f728721d-f42f-49b1-944f-698b7e51bfce', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 688/1384] 10.0.0.99 () {34 vars in 682 bytes} [Thu Jun 4 13:10:19 2026] POST /v2.0/security-groups => generated 1624 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1385] 10.0.0.99 () {32 vars in 661 bytes} [Thu Jun 4 13:10:19 2026] GET /v2.0/security-groups => generated 4529 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1386] 10.0.0.99 () {34 vars in 756 bytes} [Thu Jun 4 13:10:19 2026] PUT /v2.0/security-groups/31722095-689d-4ee5-9450-d9625171a607 => generated 1663 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1387] 10.0.0.99 () {32 vars in 735 bytes} [Thu Jun 4 13:10:19 2026] GET /v2.0/security-groups/31722095-689d-4ee5-9450-d9625171a607 => generated 1663 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1388] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:19 2026] GET /v2.0/ports?device_id=3630aa95-6eab-4fd3-af30-5487af33a72f => 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: 690/1389] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:19 2026] DELETE /v2.0/security-groups/31722095-689d-4ee5-9450-d9625171a607 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1390] 10.0.0.99 () {32 vars in 661 bytes} [Thu Jun 4 13:10:19 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:10:19.875 7 INFO neutron.api.v2.resource [None req-fd9f8ff6-736f-4f72-96c3-e9297dd6adf9 14f2fd3c8a28441d9b86261da6bd2f7e c5c45118de6b4197a5e1b8fa368afeb9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 691/1391] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:19 2026] DELETE /v2.0/security-groups/31722095-689d-4ee5-9450-d9625171a607 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1392] 10.0.0.99 () {34 vars in 682 bytes} [Thu Jun 4 13:10:19 2026] POST /v2.0/security-groups => generated 1624 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1393] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:10:20 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1394] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:10:20 2026] GET /v2.0/security-group-rules/f9a69008-505b-41c5-8bb2-c651083a7bfb => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1395] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:20 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1396] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:20 2026] GET /v2.0/security-groups?id=b4b50ca2-a1e6-4bc5-ab62-5515894090ae&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: 694/1397] 10.0.0.99 () {32 vars in 671 bytes} [Thu Jun 4 13:10:20 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1398] 10.0.0.99 () {32 vars in 748 bytes} [Thu Jun 4 13:10:20 2026] DELETE /v2.0/security-group-rules/f9a69008-505b-41c5-8bb2-c651083a7bfb => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1399] 10.0.0.99 () {32 vars in 671 bytes} [Thu Jun 4 13:10:20 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1400] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:10:20 2026] POST /v2.0/security-group-rules => generated 601 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1401] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:10:20 2026] GET /v2.0/security-group-rules/8dd64d86-3540-4b17-8aac-b3202f855238 => generated 601 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1402] 10.0.0.99 () {32 vars in 671 bytes} [Thu Jun 4 13:10:20 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1403] 10.0.0.99 () {32 vars in 748 bytes} [Thu Jun 4 13:10:20 2026] DELETE /v2.0/security-group-rules/8dd64d86-3540-4b17-8aac-b3202f855238 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1404] 10.0.0.99 () {32 vars in 671 bytes} [Thu Jun 4 13:10:20 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1405] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:20 2026] GET /v2.0/ports?device_id=3630aa95-6eab-4fd3-af30-5487af33a72f => 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: 698/1406] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:10:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1407] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:10:20 2026] GET /v2.0/security-group-rules/1b9444b4-623a-4b91-9467-9369495368f2 => generated 602 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1408] 10.0.0.99 () {32 vars in 671 bytes} [Thu Jun 4 13:10:20 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1409] 10.0.0.99 () {32 vars in 748 bytes} [Thu Jun 4 13:10:21 2026] DELETE /v2.0/security-group-rules/1b9444b4-623a-4b91-9467-9369495368f2 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1410] 10.0.0.99 () {32 vars in 671 bytes} [Thu Jun 4 13:10:21 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1411] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:21 2026] DELETE /v2.0/security-groups/dca6aaa0-bc9b-46f3-be47-819765f7ca88 => 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: 701/1412] 10.0.0.99 () {32 vars in 661 bytes} [Thu Jun 4 13:10:21 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1413] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:21 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => 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: 702/1414] 10.0.0.99 () {32 vars in 661 bytes} [Thu Jun 4 13:10:21 2026] GET /v2.0/security-groups => generated 2925 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1415] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:21 2026] GET /v2.0/security-groups?id=b4b50ca2-a1e6-4bc5-ab62-5515894090ae&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: 714/1416] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:21 2026] GET /v2.0/ports?device_id=3630aa95-6eab-4fd3-af30-5487af33a72f => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1417] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:10:21 2026] GET /v2.0/security-groups?tenant_id=c5c45118de6b4197a5e1b8fa368afeb9&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1418] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:22 2026] DELETE /v2.0/security-groups/de258c3b-9e69-40ec-ae8e-dc3fcb61b104 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1419] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:22 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1420] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:22 2026] GET /v2.0/security-groups?id=b4b50ca2-a1e6-4bc5-ab62-5515894090ae&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: 705/1421] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:23 2026] DELETE /v2.0/security-groups/4411fa61-a897-4806-8ccd-ec1d4ec7730b => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:10:23.221 8 INFO neutron.api.v2.resource [None req-265e6209-25c3-48bc-9a8e-c65d814bd08c 6a81f30d74804fd3bf241913d1908b07 181f690773ef48d9b62388bd72fc56db - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 717/1422] 10.0.0.99 () {32 vars in 735 bytes} [Thu Jun 4 13:10:23 2026] GET /v2.0/security-groups/4411fa61-a897-4806-8ccd-ec1d4ec7730b => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:10:23.355 7 INFO neutron_taas.services.taas.taas_plugin [None req-75497e4b-0efb-489c-9af3-fe0c53df0865 6a81f30d74804fd3bf241913d1908b07 181f690773ef48d9b62388bd72fc56db - - default default] TaaS: Handle Delete Port: 27b96a48-872d-471f-bea7-cac575337a1a 2026-06-04 13:10:23.357 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75497e4b-0efb-489c-9af3-fe0c53df0865 6a81f30d74804fd3bf241913d1908b07 181f690773ef48d9b62388bd72fc56db - - default default] Tap Mirror: Handle Delete Port: 27b96a48-872d-471f-bea7-cac575337a1a [pid: 7|app: 0|req: 706/1423] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:10:23 2026] DELETE /v2.0/floatingips/45091b7f-066d-474f-b51d-ff7e289db4ea => generated 0 bytes in 318 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:10:24.001 8 INFO neutron_taas.services.taas.taas_plugin [None req-87d2208b-1ef7-4c0e-8574-8fc8da5f8658 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 7c132d64-fa96-48c5-bff7-c52ebbabf37e 2026-06-04 13:10:24.004 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87d2208b-1ef7-4c0e-8574-8fc8da5f8658 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 7c132d64-fa96-48c5-bff7-c52ebbabf37e [pid: 8|app: 0|req: 718/1424] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:10:23 2026] PUT /v2.0/routers/b98129a3-7280-478c-9413-e8712d7d7f17/remove_router_interface => generated 309 bytes in 1065 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:10:24.804 8 INFO neutron_taas.services.taas.taas_plugin [None req-948cec98-cddb-4391-9d6b-fd4047e09ce1 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 93220b3b-7d49-494b-9a59-ede7b74be390 2026-06-04 13:10:24.806 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-948cec98-cddb-4391-9d6b-fd4047e09ce1 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 93220b3b-7d49-494b-9a59-ede7b74be390 [pid: 7|app: 0|req: 707/1425] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:10:24 2026] GET /v2.0/security-groups?tenant_id=8324cedebd384f26a9bb0a91fea2acd7&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1426] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:24 2026] DELETE /v2.0/security-groups/4e884d71-7117-4704-bb8e-962f767edc73 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:10:25.069 8 INFO neutron_taas.services.taas.taas_plugin [None req-948cec98-cddb-4391-9d6b-fd4047e09ce1 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 5a18bd84-0bce-427d-aef4-b0541c0e0de8 2026-06-04 13:10:25.074 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-948cec98-cddb-4391-9d6b-fd4047e09ce1 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 5a18bd84-0bce-427d-aef4-b0541c0e0de8 2026-06-04 13:10:25.457 8 INFO neutron.services.segments.plugin [-] Segment 3f7e6dd2-bf4a-4750-8e6a-99e9ced7dc67 resource provider aggregate not found 2026-06-04 13:10:25.462 8 INFO neutron.services.segments.plugin [-] Segment 3f7e6dd2-bf4a-4750-8e6a-99e9ced7dc67 resource provider aggregate not found 2026-06-04 13:10:25.479 8 INFO neutron.db.l3_hamode_db [None req-948cec98-cddb-4391-9d6b-fd4047e09ce1 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] HA network b3a8d427-acaa-4dcc-883e-1d5a11d506ef was deleted as no HA routers are present in tenant 181f690773ef48d9b62388bd72fc56db. 2026-06-04 13:10:25.487 8 INFO neutron.services.segments.plugin [-] Segment 3f7e6dd2-bf4a-4750-8e6a-99e9ced7dc67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f7e6dd2-bf4a-4750-8e6a-99e9ced7dc67 found for delete ", "request_id": "req-15a59a78-efea-4a1f-ad92-106f8d0b2171"}]} 2026-06-04 13:10:25.488 8 INFO neutron.services.segments.plugin [-] Segment 3f7e6dd2-bf4a-4750-8e6a-99e9ced7dc67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f7e6dd2-bf4a-4750-8e6a-99e9ced7dc67 found for delete ", "request_id": "req-d7f3231d-9aa7-42cc-a52a-d2e979bc7787"}]} [pid: 8|app: 0|req: 719/1427] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:24 2026] DELETE /v2.0/routers/b98129a3-7280-478c-9413-e8712d7d7f17 => generated 0 bytes in 867 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1428] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:25 2026] DELETE /v2.0/subnets/4bbea177-8d77-4bdf-a462-18ae60137448 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:10:25.763 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e30acc9-4b74-4126-95b7-cac50099922b 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 0c7612e4-6a52-45b6-a291-19095a5e2bdf 2026-06-04 13:10:25.766 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e30acc9-4b74-4126-95b7-cac50099922b 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 0c7612e4-6a52-45b6-a291-19095a5e2bdf [pid: 8|app: 0|req: 720/1429] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:10:25 2026] DELETE /v2.0/networks/10d0020d-80e4-413e-baed-21c8cdb0cc75 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1430] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:10:26 2026] GET /v2.0/security-groups?tenant_id=181f690773ef48d9b62388bd72fc56db&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1431] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:26 2026] DELETE /v2.0/security-groups/52d9a95a-1997-487c-b82b-d6e5ddc65d81 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:10:27.134 7 INFO neutron.db.segments_db [None req-49786d29-8ae1-49fb-8ba1-e2737ac4a647 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment 6d44217d-4412-4e97-a44d-634d7e27c7ce of type vxlan for network 063c15b0-dfee-4198-bb70-1aec2f797ea6 [pid: 7|app: 0|req: 711/1432] 10.0.0.99 () {34 vars in 669 bytes} [Thu Jun 4 13:10:26 2026] POST /v2.0/networks => generated 741 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1433] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:10:27 2026] POST /v2.0/subnets => generated 688 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:10:27.508 8 INFO neutron.services.segments.plugin [-] Segment 0862b930-4a07-4d09-8fe6-8810391ece1c resource provider aggregate not found 2026-06-04 13:10:27.512 7 INFO neutron.db.segments_db [None req-83681209-3669-430c-9ded-29c7059ede99 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment e8c57010-54b5-4cc8-8c33-2538783b0664 of type vxlan for network bc09ae3e-72d3-48b2-9b56-552be78c1839 2026-06-04 13:10:27.513 8 INFO neutron.services.segments.plugin [-] Segment 0862b930-4a07-4d09-8fe6-8810391ece1c resource provider aggregate not found 2026-06-04 13:10:27.528 8 INFO neutron.services.segments.plugin [-] Segment 0862b930-4a07-4d09-8fe6-8810391ece1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0862b930-4a07-4d09-8fe6-8810391ece1c found for delete ", "request_id": "req-bd1d9de1-0ba2-41f1-965d-b3a3585280c2"}]} 2026-06-04 13:10:27.531 8 INFO neutron.services.segments.plugin [-] Segment 0862b930-4a07-4d09-8fe6-8810391ece1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0862b930-4a07-4d09-8fe6-8810391ece1c found for delete ", "request_id": "req-f4c6432e-ade4-4531-b3c0-966362275384"}]} 2026-06-04 13:10:27.798 7 INFO neutron.db.l3_hamode_db [None req-83681209-3669-430c-9ded-29c7059ede99 7328d16d35034b87b64688a5be888824 1766bc854ba94ea2b8fa631c094f4c5e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 13:10:28.932 7 INFO neutron.db.l3_hamode_db [None req-83681209-3669-430c-9ded-29c7059ede99 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 723/1434] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:10:29 2026] GET /v2.0/security-groups?tenant_id=9fd5799642dd4d5fb9bd14d031beb0ab&name=default => generated 2925 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1435] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:29 2026] DELETE /v2.0/security-groups/50d035d6-0705-4fed-b56a-09d8e0cebe8a => 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: 712/1436] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:10:27 2026] POST /v2.0/routers => generated 728 bytes in 2348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1437] 10.0.0.99 () {34 vars in 781 bytes} [Thu Jun 4 13:10:29 2026] PUT /v2.0/routers/ca69e5fb-d7be-4ed3-8008-34a5ea5565c7/add_router_interface => generated 309 bytes in 1170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1438] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:10:31 2026] GET /v2.0/security-groups?tenant_id=664065e2cf614671acb6d89901214379&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1439] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:32 2026] DELETE /v2.0/security-groups/424beb66-607d-403d-bfb3-269aab295a28 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1440] 10.0.0.82 () {34 vars in 988 bytes} [Thu Jun 4 13:10:32 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1441] 10.0.0.82 () {34 vars in 1038 bytes} [Thu Jun 4 13:10:32 2026] GET /v2.0/security-groups?id=b4b50ca2-a1e6-4bc5-ab62-5515894090ae&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1442] 10.0.0.200 () {34 vars in 981 bytes} [Thu Jun 4 13:10:33 2026] GET /v2.0/networks?id=063c15b0-dfee-4198-bb70-1aec2f797ea6 => generated 673 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1443] 10.0.0.200 () {34 vars in 964 bytes} [Thu Jun 4 13:10:33 2026] GET /v2.0/quotas/1766bc854ba94ea2b8fa631c094f4c5e => 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: 716/1444] 10.0.0.200 () {34 vars in 1001 bytes} [Thu Jun 4 13:10:33 2026] GET /v2.0/ports?tenant_id=1766bc854ba94ea2b8fa631c094f4c5e&fields=id => generated 103 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1445] 10.0.0.200 () {34 vars in 1007 bytes} [Thu Jun 4 13:10:33 2026] GET /v2.0/networks/063c15b0-dfee-4198-bb70-1aec2f797ea6?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: 730/1446] 10.0.0.200 () {34 vars in 1107 bytes} [Thu Jun 4 13:10:33 2026] GET /v2.0/networks/063c15b0-dfee-4198-bb70-1aec2f797ea6?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: 731/1447] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:33 2026] GET /v2.0/ports?device_id=1af158bb-5bd4-4ff2-9a1d-67911ab78151 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1448] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:10:33 2026] GET /v2.0/security-groups?tenant_id=7454f39ee33444698add19231d65d399&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1449] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:33 2026] DELETE /v2.0/security-groups/1a12059a-d6cb-411e-add8-b14467aa5061 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1452] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:10:34 2026] GET /v2.0/security-groups?tenant_id=ceb034aa73514c22a368feb7a0c27020&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1453] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:34 2026] DELETE /v2.0/security-groups/8aa0f2f8-aa1a-41f9-a0d1-9d27953aa844 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1454] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:34 2026] GET /v2.0/ports?device_id=1af158bb-5bd4-4ff2-9a1d-67911ab78151 => 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: 720/1455] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:35 2026] GET /v2.0/ports?device_id=1af158bb-5bd4-4ff2-9a1d-67911ab78151 => 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: 736/1456] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:36 2026] GET /v2.0/ports?device_id=1af158bb-5bd4-4ff2-9a1d-67911ab78151 => 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: 721/1457] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:10:38 2026] GET /v2.0/networks?id=063c15b0-dfee-4198-bb70-1aec2f797ea6 => generated 673 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1458] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:38 2026] GET /v2.0/ports?device_id=1af158bb-5bd4-4ff2-9a1d-67911ab78151 => 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: 722/1459] 199.204.45.74 () {38 vars in 953 bytes} [Thu Jun 4 13:10:38 2026] POST /v2.0/ports => generated 954 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 723/1460] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:10:38 2026] GET /v2.0/security-groups?tenant_id=da11d26bdabe49c1b9f3eaa57b5f91fe&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1461] 199.204.45.74 () {38 vars in 1026 bytes} [Thu Jun 4 13:10:38 2026] PUT /v2.0/ports/339997c9-f257-4182-9d39-c0cb4e2368c8 => generated 1235 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:10:38.975 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3772283-96f5-48ec-b341-f390a1e701c1'] response: {'name': 'network-changed', 'server_uuid': '1af158bb-5bd4-4ff2-9a1d-67911ab78151', 'tag': '339997c9-f257-4182-9d39-c0cb4e2368c8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 724/1462] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:38 2026] DELETE /v2.0/security-groups/51f021a0-dd33-4f36-a683-6b1990bbb788 => generated 0 bytes in 102 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: 725/1463] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:39 2026] GET /v2.0/ports?device_id=1af158bb-5bd4-4ff2-9a1d-67911ab78151 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1464] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:10:39 2026] GET /v2.0/security-groups?tenant_id=a1d2e2b5f075440cae2b47c26a9e5f7e&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1465] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:39 2026] GET /v2.0/security-groups?id=83b7b1b9-ae2d-4cb2-9e29-1c90eaa9b8f6&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1466] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:39 2026] DELETE /v2.0/security-groups/aa282061-8a6d-47ba-b82a-4b5cfee61607 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1467] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:10:39 2026] GET /v2.0/ports?tenant_id=1766bc854ba94ea2b8fa631c094f4c5e&device_id=1af158bb-5bd4-4ff2-9a1d-67911ab78151 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1468] 199.204.45.74 () {34 vars in 1016 bytes} [Thu Jun 4 13:10:39 2026] GET /v2.0/networks?tenant_id=1766bc854ba94ea2b8fa631c094f4c5e&shared=False => generated 769 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1469] 199.204.45.74 () {34 vars in 928 bytes} [Thu Jun 4 13:10:39 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: 742/1470] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:40 2026] GET /v2.0/ports?device_id=1af158bb-5bd4-4ff2-9a1d-67911ab78151 => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1471] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:40 2026] GET /v2.0/security-groups?id=83b7b1b9-ae2d-4cb2-9e29-1c90eaa9b8f6&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: 743/1472] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:10:40 2026] GET /v2.0/ports?tenant_id=1766bc854ba94ea2b8fa631c094f4c5e&device_id=1af158bb-5bd4-4ff2-9a1d-67911ab78151 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1473] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:10:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=339997c9-f257-4182-9d39-c0cb4e2368c8 => 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: 744/1474] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:10:40 2026] GET /v2.0/subnets?id=e8c60355-71dc-4dbe-b702-3ddd175daa19 => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1475] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:10:40 2026] GET /v2.0/ports?network_id=063c15b0-dfee-4198-bb70-1aec2f797ea6&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: 745/1476] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:10:40 2026] GET /v2.0/networks/063c15b0-dfee-4198-bb70-1aec2f797ea6?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: 732/1477] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:10:40 2026] GET /v2.0/networks/063c15b0-dfee-4198-bb70-1aec2f797ea6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1478] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:41 2026] GET /v2.0/ports?device_id=1af158bb-5bd4-4ff2-9a1d-67911ab78151 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1479] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:41 2026] GET /v2.0/security-groups?id=83b7b1b9-ae2d-4cb2-9e29-1c90eaa9b8f6&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1480] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:42 2026] GET /v2.0/ports?device_id=1af158bb-5bd4-4ff2-9a1d-67911ab78151 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1481] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:42 2026] GET /v2.0/security-groups?id=83b7b1b9-ae2d-4cb2-9e29-1c90eaa9b8f6&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1482] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:10:42 2026] GET /v2.0/security-groups?tenant_id=1261d4785dbd49f8a45c9271fb5f7335&name=default => generated 2925 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1483] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:43 2026] DELETE /v2.0/security-groups/d91a4e86-a3ce-4f0b-a4f2-4750d19119cd => 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: 748/1484] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:43 2026] GET /v2.0/ports?device_id=1af158bb-5bd4-4ff2-9a1d-67911ab78151 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1485] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:43 2026] GET /v2.0/security-groups?id=83b7b1b9-ae2d-4cb2-9e29-1c90eaa9b8f6&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: 749/1486] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:44 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1487] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:44 2026] GET /v2.0/security-groups?id=b4b50ca2-a1e6-4bc5-ab62-5515894090ae&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1488] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:44 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1489] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:44 2026] GET /v2.0/security-groups?id=b4b50ca2-a1e6-4bc5-ab62-5515894090ae&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: 8|app: 0|req: 751/1490] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:45 2026] GET /v2.0/ports?device_id=1af158bb-5bd4-4ff2-9a1d-67911ab78151 => 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: 740/1491] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:45 2026] GET /v2.0/security-groups?id=83b7b1b9-ae2d-4cb2-9e29-1c90eaa9b8f6&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1492] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:45 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1493] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:10:45 2026] GET /v2.0/security-groups?tenant_id=087c6d58b81b46f9b9b3418f408eb038&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1494] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:45 2026] GET /v2.0/security-groups?id=b4b50ca2-a1e6-4bc5-ab62-5515894090ae&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: 753/1495] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:45 2026] DELETE /v2.0/security-groups/67f80da3-d098-408d-9f84-765ed30aebbf => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1496] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:10:46 2026] GET /v2.0/security-groups?tenant_id=500cf44477c34ddfafb44c4a260260dd&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1497] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:46 2026] DELETE /v2.0/security-groups/c0ee681a-db5d-4c3a-a3c7-53634d2f0929 => 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: 744/1498] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:46 2026] GET /v2.0/ports?device_id=1af158bb-5bd4-4ff2-9a1d-67911ab78151 => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1499] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:46 2026] GET /v2.0/security-groups?id=83b7b1b9-ae2d-4cb2-9e29-1c90eaa9b8f6&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1500] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:46 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1501] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:46 2026] GET /v2.0/security-groups?id=b4b50ca2-a1e6-4bc5-ab62-5515894090ae&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: 758/1502] 199.204.45.74 () {34 vars in 992 bytes} [Thu Jun 4 13:10:47 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:10:47.247 8 INFO neutron_taas.services.taas.taas_plugin [req-592fa95e-581b-47d3-a926-45f6c4b33172 req-bbd45819-241d-49e7-a900-65d77a14dd98 8b60f6e4bcee4288b38a353f85d362d8 3c8408516dee4a70aec83a7331497902 - - default default] TaaS: Handle Delete Port: ce7c9565-4603-4c18-8be6-5bea2346c8a5 2026-06-04 13:10:47.251 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-592fa95e-581b-47d3-a926-45f6c4b33172 req-bbd45819-241d-49e7-a900-65d77a14dd98 8b60f6e4bcee4288b38a353f85d362d8 3c8408516dee4a70aec83a7331497902 - - default default] Tap Mirror: Handle Delete Port: ce7c9565-4603-4c18-8be6-5bea2346c8a5 2026-06-04 13:10:47.270 7 INFO neutron.db.segments_db [None req-60d9bfb2-e12a-4882-8101-56c4bca546b2 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] Added segment 2f0c43c1-c850-4879-9825-9651e585c43e of type vxlan for network 5714e24a-7bc1-42b1-b0e0-61c47f35e2b4 [pid: 7|app: 0|req: 745/1503] 10.0.0.99 () {34 vars in 669 bytes} [Thu Jun 4 13:10:46 2026] POST /v2.0/networks => generated 633 bytes in 584 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:10:47.381 8 INFO neutron.db.l3_db [req-592fa95e-581b-47d3-a926-45f6c4b33172 req-bbd45819-241d-49e7-a900-65d77a14dd98 8b60f6e4bcee4288b38a353f85d362d8 3c8408516dee4a70aec83a7331497902 - - default default] Floating IP 6aa0d87c-0c5a-4ffe-a0bc-4e714199b5ca disassociated. External IP: 10.96.250.220, port: ce7c9565-4603-4c18-8be6-5bea2346c8a5. 2026-06-04 13:10:47.422 7 INFO neutron.db.segments_db [None req-69b04d69-b490-48b2-80b5-d3ccbddcf712 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] Added segment ce8fd7ab-6018-4690-b4b5-b27df9d8d12f of type vxlan for network dbe5f973-5e43-490d-b2e7-e4fd42dc2764 2026-06-04 13:10:47.686 7 INFO neutron.db.l3_hamode_db [None req-69b04d69-b490-48b2-80b5-d3ccbddcf712 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 759/1504] 199.204.45.74 () {36 vars in 995 bytes} [Thu Jun 4 13:10:47 2026] DELETE /v2.0/ports/ce7c9565-4603-4c18-8be6-5bea2346c8a5 => generated 0 bytes in 716 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:10:47.866 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ece93317-64ea-4c0a-bc2a-b8e026bf3c9d'] response: {'server_uuid': 'c9fc5724-686b-4d5c-b305-977a791b4e63', 'name': 'network-vif-deleted', 'tag': 'ce7c9565-4603-4c18-8be6-5bea2346c8a5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 760/1505] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:48 2026] GET /v2.0/ports?device_id=1af158bb-5bd4-4ff2-9a1d-67911ab78151 => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1506] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:48 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => 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: 762/1507] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:48 2026] GET /v2.0/security-groups?id=83b7b1b9-ae2d-4cb2-9e29-1c90eaa9b8f6&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-04 13:10:48.571 7 INFO neutron.db.l3_hamode_db [None req-69b04d69-b490-48b2-80b5-d3ccbddcf712 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 13:10:48.692 8 INFO neutron.db.segments_db [None req-e3a49935-97aa-42ab-a477-9fe0d229d122 252504ce2a464c559238a1d7d7a2d9e2 1c3cb4e584554f7187e09047711ba0e2 - - default default] Added segment 09a3f97e-35c7-4a83-adfe-61c51383735d of type vxlan for network 06ed51c3-3651-4675-8532-601ca36de3cd [pid: 8|app: 0|req: 763/1508] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:10:48 2026] POST /v2.0/networks => generated 645 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1509] 10.0.0.99 () {34 vars in 663 bytes} [Thu Jun 4 13:10:48 2026] POST /v2.0/ports => generated 775 bytes in 349 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-04 13:10:49.224 8 INFO neutron.db.segments_db [None req-d09ad69f-3acd-49fd-b3d6-7ec77fae34eb 252504ce2a464c559238a1d7d7a2d9e2 1c3cb4e584554f7187e09047711ba0e2 - - default default] Added segment 89b08b7b-b3af-451f-a4e8-a3d19975385c of type vxlan for network 11d00348-21ed-41b8-b3ca-aac3a9fdfc10 [pid: 8|app: 0|req: 767/1512] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:10:49 2026] POST /v2.0/networks => generated 632 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1513] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:49 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1514] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:10:47 2026] POST /v2.0/routers => generated 694 bytes in 2123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1515] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:49 2026] GET /v2.0/ports?device_id=1af158bb-5bd4-4ff2-9a1d-67911ab78151 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1516] 10.0.0.99 () {32 vars in 774 bytes} [Thu Jun 4 13:10:49 2026] GET /v2.0/subnets?project_id=c8cf12cc67d74fcf91e2670c46bf1909&cidr=10.100.0.0%2F28 => generated 14 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1517] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:10:49 2026] POST /v2.0/subnets => generated 626 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1518] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:10:49 2026] GET /v2.0/security-groups?id=83b7b1b9-ae2d-4cb2-9e29-1c90eaa9b8f6&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: 8|app: 0|req: 770/1519] 10.0.0.99 () {32 vars in 692 bytes} [Thu Jun 4 13:10:49 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1520] 10.0.0.99 () {32 vars in 782 bytes} [Thu Jun 4 13:10:49 2026] GET /v2.0/subnets?network_id=57a3a178-5e88-47bd-ae74-de426f799613&cidr=10.100.0.0%2F28 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1521] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:10:49 2026] POST /v2.0/subnets => generated 657 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1522] 10.0.0.99 () {34 vars in 663 bytes} [Thu Jun 4 13:10:49 2026] POST /v2.0/ports => generated 949 bytes in 403 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-04 13:10:50.179 7 INFO neutron_taas.services.taas.taas_plugin [None req-06da5fb9-4750-4a0e-bf6c-d8c390266c09 252504ce2a464c559238a1d7d7a2d9e2 1c3cb4e584554f7187e09047711ba0e2 - - default default] TaaS: Handle Delete Port: 3c5662e9-4202-4754-9bf3-9fd493616f19 2026-06-04 13:10:50.182 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06da5fb9-4750-4a0e-bf6c-d8c390266c09 252504ce2a464c559238a1d7d7a2d9e2 1c3cb4e584554f7187e09047711ba0e2 - - default default] Tap Mirror: Handle Delete Port: 3c5662e9-4202-4754-9bf3-9fd493616f19 [pid: 7|app: 0|req: 751/1523] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:10:50 2026] DELETE /v2.0/ports/3c5662e9-4202-4754-9bf3-9fd493616f19 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:10:50.342 7 INFO neutron.pecan_wsgi.hooks.translation [None req-28d78e37-83b4-4391-9654-266221fbb2d4 252504ce2a464c559238a1d7d7a2d9e2 1c3cb4e584554f7187e09047711ba0e2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 752/1524] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:10:50 2026] DELETE /v2.0/ports/3c5662e9-4202-4754-9bf3-9fd493616f19 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:10:50.370 7 INFO neutron.pecan_wsgi.hooks.translation [None req-49c06d6b-86a0-4b10-91fa-27d16fe1a74c 252504ce2a464c559238a1d7d7a2d9e2 1c3cb4e584554f7187e09047711ba0e2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 753/1525] 10.0.0.99 () {32 vars in 715 bytes} [Thu Jun 4 13:10:50 2026] GET /v2.0/ports/3c5662e9-4202-4754-9bf3-9fd493616f19 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1526] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:50 2026] DELETE /v2.0/subnets/45b3f559-b612-48a0-8941-e177018d4e22 => 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: 755/1527] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:50 2026] GET /v2.0/ports?device_id=c9fc5724-686b-4d5c-b305-977a791b4e63 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:10:50.622 7 INFO neutron.services.segments.plugin [-] Segment 89b08b7b-b3af-451f-a4e8-a3d19975385c resource provider aggregate not found 2026-06-04 13:10:50.627 7 INFO neutron.services.segments.plugin [-] Segment 89b08b7b-b3af-451f-a4e8-a3d19975385c resource provider aggregate not found 2026-06-04 13:10:50.642 7 INFO neutron.services.segments.plugin [-] Segment 89b08b7b-b3af-451f-a4e8-a3d19975385c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89b08b7b-b3af-451f-a4e8-a3d19975385c found for delete ", "request_id": "req-1db7db38-5974-4d5a-820b-ab22e4ef52fe"}]} 2026-06-04 13:10:50.644 7 INFO neutron.services.segments.plugin [-] Segment 89b08b7b-b3af-451f-a4e8-a3d19975385c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89b08b7b-b3af-451f-a4e8-a3d19975385c found for delete ", "request_id": "req-a997a9f1-6d25-40aa-ab16-bfa85ee8898a"}]} [pid: 7|app: 0|req: 756/1528] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:10:50 2026] DELETE /v2.0/networks/11d00348-21ed-41b8-b3ca-aac3a9fdfc10 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1529] 199.204.45.74 () {34 vars in 992 bytes} [Thu Jun 4 13:10:50 2026] GET /v2.0/ports?device_id=1af158bb-5bd4-4ff2-9a1d-67911ab78151 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:10:50.763 7 INFO neutron.db.segments_db [None req-24157737-8154-4903-858f-c3aec1b8b536 252504ce2a464c559238a1d7d7a2d9e2 1c3cb4e584554f7187e09047711ba0e2 - - default default] Added segment ec4106bd-1e00-4acd-8bd3-d0242cd11638 of type vxlan for network 20775d6a-9c25-4b65-9a1e-02206af6fb62 [pid: 7|app: 0|req: 758/1530] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:10:50 2026] POST /v2.0/networks => generated 631 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:10:50.993 7 INFO neutron_taas.services.taas.taas_plugin [req-286e5162-5220-4b55-afce-c45b014bf9b5 req-daedfbbd-4dde-4f9c-b19b-b4234daeae1b 78607261e97740618d3159ccdd30b3f6 1766bc854ba94ea2b8fa631c094f4c5e - - default default] TaaS: Handle Delete Port: 339997c9-f257-4182-9d39-c0cb4e2368c8 2026-06-04 13:10:51.004 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-286e5162-5220-4b55-afce-c45b014bf9b5 req-daedfbbd-4dde-4f9c-b19b-b4234daeae1b 78607261e97740618d3159ccdd30b3f6 1766bc854ba94ea2b8fa631c094f4c5e - - default default] Tap Mirror: Handle Delete Port: 339997c9-f257-4182-9d39-c0cb4e2368c8 [pid: 7|app: 0|req: 759/1531] 199.204.45.74 () {36 vars in 995 bytes} [Thu Jun 4 13:10:50 2026] DELETE /v2.0/ports/339997c9-f257-4182-9d39-c0cb4e2368c8 => 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: 760/1532] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:51 2026] GET /v2.0/ports?device_id=1af158bb-5bd4-4ff2-9a1d-67911ab78151 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:10:51.216 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-35b93cd6-6d91-485b-83b9-8dac05353389'] response: {'server_uuid': '1af158bb-5bd4-4ff2-9a1d-67911ab78151', 'name': 'network-vif-deleted', 'tag': '339997c9-f257-4182-9d39-c0cb4e2368c8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 773/1533] 10.0.0.99 () {34 vars in 781 bytes} [Thu Jun 4 13:10:49 2026] PUT /v2.0/routers/271ef4c3-edf0-4df6-ab13-0455aa9014b9/add_router_interface => generated 309 bytes in 1295 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1534] 10.0.0.99 () {32 vars in 647 bytes} [Thu Jun 4 13:10:51 2026] GET /v2.0/networks => generated 7926 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1535] 10.0.0.99 () {32 vars in 645 bytes} [Thu Jun 4 13:10:51 2026] GET /v2.0/subnets => generated 5832 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1536] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:10:51 2026] POST /v2.0/subnets => generated 626 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1537] 10.0.0.99 () {34 vars in 663 bytes} [Thu Jun 4 13:10:51 2026] POST /v2.0/ports => generated 915 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1538] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:51 2026] DELETE /v2.0/security-groups/b4b50ca2-a1e6-4bc5-ab62-5515894090ae => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:10:52.022 7 INFO neutron_taas.services.taas.taas_plugin [None req-32529c88-5bd3-44f5-9784-c5c38abf2672 252504ce2a464c559238a1d7d7a2d9e2 1c3cb4e584554f7187e09047711ba0e2 - - default default] TaaS: Handle Delete Port: ea5c3a3e-f94e-4c5b-891c-579da907c77c 2026-06-04 13:10:52.025 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32529c88-5bd3-44f5-9784-c5c38abf2672 252504ce2a464c559238a1d7d7a2d9e2 1c3cb4e584554f7187e09047711ba0e2 - - default default] Tap Mirror: Handle Delete Port: ea5c3a3e-f94e-4c5b-891c-579da907c77c [pid: 7|app: 0|req: 764/1539] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:10:51 2026] DELETE /v2.0/ports/ea5c3a3e-f94e-4c5b-891c-579da907c77c => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:10:52.182 7 INFO neutron.api.v2.resource [None req-a2fd0686-b28a-442a-a05c-ab3df6ab8aa0 8b60f6e4bcee4288b38a353f85d362d8 3c8408516dee4a70aec83a7331497902 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 765/1540] 10.0.0.99 () {32 vars in 735 bytes} [Thu Jun 4 13:10:52 2026] GET /v2.0/security-groups/b4b50ca2-a1e6-4bc5-ab62-5515894090ae => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:10:52.195 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6df6fc44-4349-4059-97af-23bfb2e514cc 252504ce2a464c559238a1d7d7a2d9e2 1c3cb4e584554f7187e09047711ba0e2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 766/1541] 10.0.0.99 () {32 vars in 715 bytes} [Thu Jun 4 13:10:52 2026] GET /v2.0/ports/ea5c3a3e-f94e-4c5b-891c-579da907c77c => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:10:52.308 7 INFO neutron_taas.services.taas.taas_plugin [None req-91a945b6-0b48-44d6-bfa1-374b2a68502b 8b60f6e4bcee4288b38a353f85d362d8 3c8408516dee4a70aec83a7331497902 - - default default] TaaS: Handle Delete Port: 0813897d-407f-4636-9c46-2cd44c3c610d 2026-06-04 13:10:52.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91a945b6-0b48-44d6-bfa1-374b2a68502b 8b60f6e4bcee4288b38a353f85d362d8 3c8408516dee4a70aec83a7331497902 - - default default] Tap Mirror: Handle Delete Port: 0813897d-407f-4636-9c46-2cd44c3c610d [pid: 8|app: 0|req: 776/1542] 10.0.0.99 () {32 vars in 645 bytes} [Thu Jun 4 13:10:51 2026] GET /v2.0/routers => generated 2188 bytes in 853 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1543] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:52 2026] DELETE /v2.0/subnets/877dabf0-42d2-419c-963e-655c36f0389f => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1544] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:52 2026] GET /v2.0/ports?device_id=1af158bb-5bd4-4ff2-9a1d-67911ab78151 => 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: 767/1545] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:10:52 2026] DELETE /v2.0/floatingips/6aa0d87c-0c5a-4ffe-a0bc-4e714199b5ca => generated 0 bytes in 333 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1546] 10.0.0.99 () {34 vars in 683 bytes} [Thu Jun 4 13:10:52 2026] POST /v2.0/security-groups => generated 1673 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-04 13:10:52.672 7 INFO neutron.services.segments.plugin [-] Segment ec4106bd-1e00-4acd-8bd3-d0242cd11638 resource provider aggregate not found 2026-06-04 13:10:52.680 7 INFO neutron.services.segments.plugin [-] Segment ec4106bd-1e00-4acd-8bd3-d0242cd11638 resource provider aggregate not found 2026-06-04 13:10:52.699 7 INFO neutron.services.segments.plugin [-] Segment ec4106bd-1e00-4acd-8bd3-d0242cd11638 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec4106bd-1e00-4acd-8bd3-d0242cd11638 found for delete ", "request_id": "req-2c958622-3f73-4252-8de0-3b5fd448948a"}]} 2026-06-04 13:10:52.699 7 INFO neutron.services.segments.plugin [-] Segment ec4106bd-1e00-4acd-8bd3-d0242cd11638 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec4106bd-1e00-4acd-8bd3-d0242cd11638 found for delete ", "request_id": "req-a7dac530-52fe-488c-989b-43dba0fda477"}]} [pid: 7|app: 0|req: 768/1547] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:10:52 2026] DELETE /v2.0/networks/20775d6a-9c25-4b65-9a1e-02206af6fb62 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1548] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:10:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:10:53.012 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b7b1ed8-caf0-457b-8049-12d9c67e1ebd 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: dd9476f3-7135-46f1-bb6a-c100e547fffe 2026-06-04 13:10:53.015 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b7b1ed8-caf0-457b-8049-12d9c67e1ebd 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: dd9476f3-7135-46f1-bb6a-c100e547fffe [pid: 7|app: 0|req: 770/1549] 10.0.0.99 () {34 vars in 663 bytes} [Thu Jun 4 13:10:52 2026] POST /v2.0/ports => generated 775 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 771/1550] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:10:53 2026] POST /v2.0/security-group-rules => generated 596 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1551] 10.0.0.99 () {34 vars in 735 bytes} [Thu Jun 4 13:10:53 2026] PUT /v2.0/ports/9eb449db-4511-4b64-97b2-9bb76f90ed89 => generated 752 bytes in 217 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: 773/1552] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:10:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1553] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:10:52 2026] PUT /v2.0/routers/c515bf52-b955-452c-aca4-b0900435afbd/remove_router_interface => generated 309 bytes in 1042 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1554] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:53 2026] GET /v2.0/ports?device_id=1af158bb-5bd4-4ff2-9a1d-67911ab78151 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:10:53.776 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7fc92fe-2579-4bd7-91e5-1826757e7796 252504ce2a464c559238a1d7d7a2d9e2 1c3cb4e584554f7187e09047711ba0e2 - - default default] TaaS: Handle Delete Port: 9eb449db-4511-4b64-97b2-9bb76f90ed89 2026-06-04 13:10:53.782 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7fc92fe-2579-4bd7-91e5-1826757e7796 252504ce2a464c559238a1d7d7a2d9e2 1c3cb4e584554f7187e09047711ba0e2 - - default default] Tap Mirror: Handle Delete Port: 9eb449db-4511-4b64-97b2-9bb76f90ed89 [pid: 8|app: 0|req: 782/1555] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:10:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1556] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:10:53 2026] DELETE /v2.0/ports/9eb449db-4511-4b64-97b2-9bb76f90ed89 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:10:53.916 7 INFO neutron.db.securitygroups_db [None req-f0f362fb-b6c5-4b3c-a0cd-09eee22181fd 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] Project c8cf12cc67d74fcf91e2670c46bf1909 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: 775/1557] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:10:53 2026] POST /v2.0/security-group-rules => generated 607 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:10:54.000 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0b4b4ba-9033-4f59-b7e4-56e0d5d39550 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 7fe22f12-d9db-43f0-b0d3-76578c845a53 2026-06-04 13:10:54.004 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0b4b4ba-9033-4f59-b7e4-56e0d5d39550 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 7fe22f12-d9db-43f0-b0d3-76578c845a53 [pid: 7|app: 0|req: 776/1558] 10.0.0.99 () {32 vars in 641 bytes} [Thu Jun 4 13:10:53 2026] GET /v2.0/ports => generated 778 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:10:54.053 7 INFO neutron.db.securitygroups_db [None req-c6b05600-2ae8-4cf8-b2f2-1499055e7a56 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] Project c8cf12cc67d74fcf91e2670c46bf1909 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: 777/1559] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:10:54 2026] POST /v2.0/security-group-rules => generated 606 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:10:54.168 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b41a5638-5f79-4cc5-8cb5-ac1246a0f24e 252504ce2a464c559238a1d7d7a2d9e2 1c3cb4e584554f7187e09047711ba0e2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 778/1560] 10.0.0.99 () {32 vars in 715 bytes} [Thu Jun 4 13:10:54 2026] GET /v2.0/ports/9eb449db-4511-4b64-97b2-9bb76f90ed89 => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1561] 10.0.0.99 () {32 vars in 641 bytes} [Thu Jun 4 13:10:54 2026] GET /v2.0/ports => generated 778 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1562] 10.0.0.99 () {32 vars in 715 bytes} [Thu Jun 4 13:10:54 2026] GET /v2.0/ports/870a47ae-0047-4a71-bf53-1e93919c4b26 => generated 775 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:10:54.271 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0b4b4ba-9033-4f59-b7e4-56e0d5d39550 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: e0f0d708-3747-43ec-b86b-64207445cbff 2026-06-04 13:10:54.273 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0b4b4ba-9033-4f59-b7e4-56e0d5d39550 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: e0f0d708-3747-43ec-b86b-64207445cbff 2026-06-04 13:10:54.290 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c2bfcbf5-258c-41fd-af3e-29d6989577c7 252504ce2a464c559238a1d7d7a2d9e2 1c3cb4e584554f7187e09047711ba0e2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 781/1563] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:10:54 2026] DELETE /v2.0/ports/ea5c3a3e-f94e-4c5b-891c-579da907c77c => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:10:54.329 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dc630b31-0a64-4119-aa24-41c01edd7ba6 252504ce2a464c559238a1d7d7a2d9e2 1c3cb4e584554f7187e09047711ba0e2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 782/1564] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:54 2026] DELETE /v2.0/subnets/877dabf0-42d2-419c-963e-655c36f0389f => generated 136 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:10:54.399 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6901620b-be3d-412f-8fa3-9811d7b7232a 252504ce2a464c559238a1d7d7a2d9e2 1c3cb4e584554f7187e09047711ba0e2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 783/1565] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:54 2026] DELETE /v2.0/subnets/45b3f559-b612-48a0-8941-e177018d4e22 => generated 136 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:10:54.552 7 INFO neutron_taas.services.taas.taas_plugin [None req-37c92a53-0e3c-423a-bde7-f1c06ed01718 252504ce2a464c559238a1d7d7a2d9e2 1c3cb4e584554f7187e09047711ba0e2 - - default default] TaaS: Handle Delete Port: 870a47ae-0047-4a71-bf53-1e93919c4b26 2026-06-04 13:10:54.581 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37c92a53-0e3c-423a-bde7-f1c06ed01718 252504ce2a464c559238a1d7d7a2d9e2 1c3cb4e584554f7187e09047711ba0e2 - - default default] Tap Mirror: Handle Delete Port: 870a47ae-0047-4a71-bf53-1e93919c4b26 2026-06-04 13:10:54.667 8 INFO neutron.services.segments.plugin [-] Segment a3958208-a1ab-42d8-91eb-dedca33a1bad resource provider aggregate not found 2026-06-04 13:10:54.672 8 INFO neutron.services.segments.plugin [-] Segment a3958208-a1ab-42d8-91eb-dedca33a1bad resource provider aggregate not found 2026-06-04 13:10:54.692 8 INFO neutron.db.l3_hamode_db [None req-b0b4b4ba-9033-4f59-b7e4-56e0d5d39550 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] HA network c9e4821d-6646-431b-8ca9-346b7d913848 was deleted as no HA routers are present in tenant 3c8408516dee4a70aec83a7331497902. [pid: 7|app: 0|req: 784/1566] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:10:54 2026] DELETE /v2.0/ports/870a47ae-0047-4a71-bf53-1e93919c4b26 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:10:54.702 8 INFO neutron.services.segments.plugin [-] Segment a3958208-a1ab-42d8-91eb-dedca33a1bad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3958208-a1ab-42d8-91eb-dedca33a1bad found for delete ", "request_id": "req-de7c8547-a733-49e2-b0c4-8e4fa079c8f6"}]} 2026-06-04 13:10:54.702 8 INFO neutron.services.segments.plugin [-] Segment a3958208-a1ab-42d8-91eb-dedca33a1bad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3958208-a1ab-42d8-91eb-dedca33a1bad found for delete ", "request_id": "req-da8d54ce-d0aa-4ab4-9c9a-1ece4f3a4ae3"}]} [pid: 8|app: 0|req: 783/1567] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:53 2026] DELETE /v2.0/routers/c515bf52-b955-452c-aca4-b0900435afbd => generated 0 bytes in 913 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1568] 10.0.0.99 () {32 vars in 647 bytes} [Thu Jun 4 13:10:54 2026] GET /v2.0/networks => generated 1298 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1569] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:10:54 2026] DELETE /v2.0/networks/06ed51c3-3651-4675-8532-601ca36de3cd => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1570] 10.0.0.200 () {34 vars in 1097 bytes} [Thu Jun 4 13:10:54 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-608505712&fields=id&tenant_id=c8cf12cc67d74fcf91e2670c46bf1909 => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1571] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:54 2026] DELETE /v2.0/subnets/7f98d383-7493-4152-8916-9d58f40c2fe0 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1572] 10.0.0.200 () {34 vars in 981 bytes} [Thu Jun 4 13:10:54 2026] GET /v2.0/networks?id=5714e24a-7bc1-42b1-b0e0-61c47f35e2b4 => generated 661 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1573] 10.0.0.200 () {34 vars in 964 bytes} [Thu Jun 4 13:10:55 2026] GET /v2.0/quotas/c8cf12cc67d74fcf91e2670c46bf1909 => 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: 788/1574] 10.0.0.200 () {34 vars in 1001 bytes} [Thu Jun 4 13:10:55 2026] GET /v2.0/ports?tenant_id=c8cf12cc67d74fcf91e2670c46bf1909&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:10:55.147 7 INFO neutron_taas.services.taas.taas_plugin [None req-8e4cd50b-34d9-40bb-bb7a-e3f19733ef71 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: c88bbe52-2fe9-44b5-99c3-d6974fd877b2 2026-06-04 13:10:55.152 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e4cd50b-34d9-40bb-bb7a-e3f19733ef71 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: c88bbe52-2fe9-44b5-99c3-d6974fd877b2 [pid: 8|app: 0|req: 789/1575] 10.0.0.200 () {34 vars in 1007 bytes} [Thu Jun 4 13:10:55 2026] GET /v2.0/networks/5714e24a-7bc1-42b1-b0e0-61c47f35e2b4?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: 790/1576] 10.0.0.200 () {34 vars in 1107 bytes} [Thu Jun 4 13:10:55 2026] GET /v2.0/networks/5714e24a-7bc1-42b1-b0e0-61c47f35e2b4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:10:55.354 7 INFO neutron.services.segments.plugin [-] Segment 60042d59-f373-4e31-911a-b008a3802d08 resource provider aggregate not found 2026-06-04 13:10:55.365 7 INFO neutron.services.segments.plugin [-] Segment 60042d59-f373-4e31-911a-b008a3802d08 resource provider aggregate not found 2026-06-04 13:10:55.386 7 INFO neutron.services.segments.plugin [-] Segment 60042d59-f373-4e31-911a-b008a3802d08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60042d59-f373-4e31-911a-b008a3802d08 found for delete ", "request_id": "req-b9838cce-463a-43c8-8f61-33905bda9860"}]} 2026-06-04 13:10:55.390 7 INFO neutron.services.segments.plugin [-] Segment 60042d59-f373-4e31-911a-b008a3802d08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60042d59-f373-4e31-911a-b008a3802d08 found for delete ", "request_id": "req-e0a942e7-e3d0-471b-9799-4b80c52735a2"}]} [pid: 7|app: 0|req: 787/1577] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:10:54 2026] DELETE /v2.0/networks/c5b56cb2-d49b-4985-8c20-1da3f2c5c95b => generated 0 bytes in 397 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1578] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:55 2026] GET /v2.0/ports?device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => 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: 788/1579] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:10:55 2026] GET /v2.0/security-groups?tenant_id=1c3cb4e584554f7187e09047711ba0e2&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1580] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:10:55 2026] GET /v2.0/security-groups?tenant_id=3c8408516dee4a70aec83a7331497902&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1581] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:55 2026] DELETE /v2.0/security-groups/a4006401-2189-4180-8ce2-eede03a29837 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1582] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:55 2026] DELETE /v2.0/security-groups/db3d6fe7-618e-4f9c-9d30-d82d96358f77 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:10:56.346 7 INFO neutron_taas.services.taas.taas_plugin [None req-774ef669-634e-442b-ab23-62e0a67ace73 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: acd4972d-f174-4c59-a3c5-72126c02dd85 2026-06-04 13:10:56.349 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-774ef669-634e-442b-ab23-62e0a67ace73 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: acd4972d-f174-4c59-a3c5-72126c02dd85 [pid: 8|app: 0|req: 794/1583] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:56 2026] GET /v2.0/ports?device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:10:56.724 8 INFO neutron.services.segments.plugin [-] Segment 09a3f97e-35c7-4a83-adfe-61c51383735d resource provider aggregate not found 2026-06-04 13:10:56.728 8 INFO neutron.services.segments.plugin [-] Segment 09a3f97e-35c7-4a83-adfe-61c51383735d resource provider aggregate not found 2026-06-04 13:10:56.745 8 INFO neutron.services.segments.plugin [-] Segment 09a3f97e-35c7-4a83-adfe-61c51383735d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09a3f97e-35c7-4a83-adfe-61c51383735d found for delete ", "request_id": "req-6d4a681d-168f-48fd-8fbc-c75cf269e62b"}]} 2026-06-04 13:10:56.747 8 INFO neutron.services.segments.plugin [-] Segment 09a3f97e-35c7-4a83-adfe-61c51383735d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09a3f97e-35c7-4a83-adfe-61c51383735d found for delete ", "request_id": "req-4863b578-d377-470a-a168-7af724948f0a"}]} [pid: 7|app: 0|req: 790/1584] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:10:55 2026] PUT /v2.0/routers/ca69e5fb-d7be-4ed3-8008-34a5ea5565c7/remove_router_interface => generated 309 bytes in 965 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:10:57.170 8 INFO neutron_taas.services.taas.taas_plugin [None req-402892d1-b1df-4f00-9197-b7f2c0f327a6 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 8628733c-3fc0-4788-b37c-1c034d35bffb 2026-06-04 13:10:57.174 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-402892d1-b1df-4f00-9197-b7f2c0f327a6 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 8628733c-3fc0-4788-b37c-1c034d35bffb 2026-06-04 13:10:57.485 8 INFO neutron_taas.services.taas.taas_plugin [None req-402892d1-b1df-4f00-9197-b7f2c0f327a6 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: c38e74d8-68b4-4256-af1a-91ccc8091f88 2026-06-04 13:10:57.488 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-402892d1-b1df-4f00-9197-b7f2c0f327a6 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: c38e74d8-68b4-4256-af1a-91ccc8091f88 [pid: 7|app: 0|req: 791/1585] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:57 2026] GET /v2.0/ports?device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:10:57.915 8 INFO neutron.db.l3_hamode_db [None req-402892d1-b1df-4f00-9197-b7f2c0f327a6 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] HA network bc09ae3e-72d3-48b2-9b56-552be78c1839 was deleted as no HA routers are present in tenant 1766bc854ba94ea2b8fa631c094f4c5e. [pid: 8|app: 0|req: 795/1586] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:56 2026] DELETE /v2.0/routers/ca69e5fb-d7be-4ed3-8008-34a5ea5565c7 => generated 0 bytes in 1033 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1587] 10.0.0.99 () {34 vars in 675 bytes} [Thu Jun 4 13:10:57 2026] POST /v2.0/subnetpools => generated 549 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1588] 10.0.0.99 () {32 vars in 727 bytes} [Thu Jun 4 13:10:57 2026] GET /v2.0/subnetpools/0272da1c-7e57-45ca-a12e-1375a7d0ec04 => generated 549 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1589] 10.0.0.99 () {34 vars in 747 bytes} [Thu Jun 4 13:10:58 2026] PUT /v2.0/subnetpools/0272da1c-7e57-45ca-a12e-1375a7d0ec04 => generated 500 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1590] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:10:57 2026] DELETE /v2.0/subnets/e8c60355-71dc-4dbe-b702-3ddd175daa19 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1591] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:10:58 2026] DELETE /v2.0/subnetpools/0272da1c-7e57-45ca-a12e-1375a7d0ec04 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:10:58.186 7 INFO neutron.api.v2.resource [None req-ac60e09d-04cc-462a-bcc4-1daf248eb2fb 6f1814cf6745493fb99d6363a42977af 011761011aa34a0d96efb5f44ce3f19d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 796/1592] 10.0.0.99 () {32 vars in 727 bytes} [Thu Jun 4 13:10:58 2026] GET /v2.0/subnetpools/0272da1c-7e57-45ca-a12e-1375a7d0ec04 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:10:58.200 7 INFO neutron.api.v2.resource [None req-34285166-7020-485c-9acb-98c1c2e7013e 6f1814cf6745493fb99d6363a42977af 011761011aa34a0d96efb5f44ce3f19d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 797/1593] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:10:58 2026] DELETE /v2.0/subnetpools/0272da1c-7e57-45ca-a12e-1375a7d0ec04 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:10:58.278 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2294485-5bc8-4ff4-b31b-5e2f9c92dbae 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 7ab97b18-a0f7-4964-bb0e-e9e618c9285a 2026-06-04 13:10:58.282 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2294485-5bc8-4ff4-b31b-5e2f9c92dbae 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 7ab97b18-a0f7-4964-bb0e-e9e618c9285a [pid: 8|app: 0|req: 797/1594] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:10:58 2026] DELETE /v2.0/networks/063c15b0-dfee-4198-bb70-1aec2f797ea6 => generated 0 bytes in 360 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1595] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:10:58 2026] GET /v2.0/security-groups?tenant_id=1766bc854ba94ea2b8fa631c094f4c5e&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1596] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:58 2026] GET /v2.0/ports?device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:10:58.773 8 INFO neutron.services.segments.plugin [-] Segment e8c57010-54b5-4cc8-8c33-2538783b0664 resource provider aggregate not found 2026-06-04 13:10:58.776 8 INFO neutron.services.segments.plugin [-] Segment e8c57010-54b5-4cc8-8c33-2538783b0664 resource provider aggregate not found 2026-06-04 13:10:58.800 8 INFO neutron.services.segments.plugin [-] Segment e8c57010-54b5-4cc8-8c33-2538783b0664 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8c57010-54b5-4cc8-8c33-2538783b0664 found for delete ", "request_id": "req-2f510faa-b6b8-45dc-924c-1b362ee5de78"}]} 2026-06-04 13:10:58.801 8 INFO neutron.services.segments.plugin [-] Segment e8c57010-54b5-4cc8-8c33-2538783b0664 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8c57010-54b5-4cc8-8c33-2538783b0664 found for delete ", "request_id": "req-828d289b-84b8-46c6-8fe2-12a2b9bb0236"}]} 2026-06-04 13:10:58.830 8 INFO neutron.services.segments.plugin [-] Segment 6d44217d-4412-4e97-a44d-634d7e27c7ce resource provider aggregate not found 2026-06-04 13:10:58.834 8 INFO neutron.services.segments.plugin [-] Segment 6d44217d-4412-4e97-a44d-634d7e27c7ce resource provider aggregate not found 2026-06-04 13:10:58.853 8 INFO neutron.services.segments.plugin [-] Segment 6d44217d-4412-4e97-a44d-634d7e27c7ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d44217d-4412-4e97-a44d-634d7e27c7ce found for delete ", "request_id": "req-d501d92d-a03b-4ba6-8561-ebfd4bb8f2f9"}]} 2026-06-04 13:10:58.855 8 INFO neutron.services.segments.plugin [-] Segment 6d44217d-4412-4e97-a44d-634d7e27c7ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d44217d-4412-4e97-a44d-634d7e27c7ce found for delete ", "request_id": "req-e78805e9-b6e2-45f4-a867-de3c2852472b"}]} [pid: 8|app: 0|req: 798/1597] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:58 2026] DELETE /v2.0/security-groups/83b7b1b9-ae2d-4cb2-9e29-1c90eaa9b8f6 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1598] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:10:58 2026] GET /v2.0/security-groups?tenant_id=011761011aa34a0d96efb5f44ce3f19d&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1599] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:10:59 2026] DELETE /v2.0/security-groups/b09cea73-06df-43aa-8184-98a5fd0e70ce => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1600] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:10:59 2026] GET /v2.0/networks?id=5714e24a-7bc1-42b1-b0e0-61c47f35e2b4 => generated 661 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1601] 199.204.45.74 () {34 vars in 1048 bytes} [Thu Jun 4 13:10:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c8cf12cc67d74fcf91e2670c46bf1909 => generated 180 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1602] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:10:59 2026] GET /v2.0/ports?device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1603] 199.204.45.74 () {38 vars in 953 bytes} [Thu Jun 4 13:10:59 2026] POST /v2.0/ports => generated 958 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1604] 199.204.45.74 () {38 vars in 1026 bytes} [Thu Jun 4 13:11:00 2026] PUT /v2.0/ports/1fcc36a6-409d-4f3d-9cfd-00d26ba97cf9 => generated 1239 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:11:00.768 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1a902138-d0b4-4991-854d-99b9aa3c6b2f'] response: {'name': 'network-changed', 'server_uuid': 'c10af8fd-af89-4a35-8f05-13fe2a03a1ce', 'tag': '1fcc36a6-409d-4f3d-9cfd-00d26ba97cf9', '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: 802/1605] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:11:00 2026] GET /v2.0/ports?device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 804/1606] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:11:00 2026] GET /v2.0/security-groups?id=13a53b16-36ba-427e-9f9a-b2add7ac80c2&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1607] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:11:01 2026] GET /v2.0/ports?tenant_id=c8cf12cc67d74fcf91e2670c46bf1909&device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1608] 199.204.45.74 () {34 vars in 1016 bytes} [Thu Jun 4 13:11:01 2026] GET /v2.0/networks?tenant_id=c8cf12cc67d74fcf91e2670c46bf1909&shared=False => generated 757 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1609] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:01 2026] GET /v2.0/security-groups?tenant_id=b26aa49705424924be5124267ff967a9&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1610] 199.204.45.74 () {34 vars in 928 bytes} [Thu Jun 4 13:11:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1611] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:01 2026] DELETE /v2.0/security-groups/ba8f95f4-8db5-4c94-9fa9-57bfd721780e => 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: 808/1612] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:01 2026] GET /v2.0/security-groups?tenant_id=c74e9eb79f74411497083daf22cdae6c&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1613] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:01 2026] DELETE /v2.0/security-groups/533b7535-e850-4924-9f65-0d0fdfe80693 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1614] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:11:02 2026] GET /v2.0/ports?device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1615] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:11:02 2026] GET /v2.0/security-groups?id=13a53b16-36ba-427e-9f9a-b2add7ac80c2&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1616] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:11:02 2026] GET /v2.0/ports?tenant_id=c8cf12cc67d74fcf91e2670c46bf1909&device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1617] 199.204.45.74 () {34 vars in 1058 bytes} [Thu Jun 4 13:11:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=1fcc36a6-409d-4f3d-9cfd-00d26ba97cf9 => 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: 811/1618] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:11:02 2026] GET /v2.0/subnets?id=d234afbf-8630-41bc-96fd-89634242cdd1 => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1619] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:11:02 2026] GET /v2.0/ports?network_id=5714e24a-7bc1-42b1-b0e0-61c47f35e2b4&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1620] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:11:02 2026] GET /v2.0/networks/5714e24a-7bc1-42b1-b0e0-61c47f35e2b4?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: 809/1621] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:11:02 2026] GET /v2.0/networks/5714e24a-7bc1-42b1-b0e0-61c47f35e2b4?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: 813/1622] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:11:03 2026] GET /v2.0/ports?device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => 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: 810/1623] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:11:03 2026] GET /v2.0/security-groups?id=13a53b16-36ba-427e-9f9a-b2add7ac80c2&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:11:03.867 7 INFO neutron.db.segments_db [None req-7f87d157-a59f-4c4b-9e13-127b1d9b62da b9f5b0d1372d4b7baed36176f6824bcc 4fc004ea37d54d8d8df523dfd71757b6 - - default default] Added segment d1da88a2-ca65-4ef2-9b98-3005e8447ef5 of type vxlan for network fcb7cb32-8af3-422b-9de4-c6782d314614 [pid: 7|app: 0|req: 814/1624] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:11:03 2026] POST /v2.0/networks => generated 632 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:11:04.043 8 INFO neutron.db.segments_db [None req-19108df4-aeb4-450b-8285-c121f4a6556b b9f5b0d1372d4b7baed36176f6824bcc 4fc004ea37d54d8d8df523dfd71757b6 - - default default] Added segment 21323f82-d397-4d9b-a461-deaab6cebcdf of type vxlan for network 67ede5d7-ee58-4eb8-a3a0-f3d2184a7eca [pid: 8|app: 0|req: 811/1627] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:11:03 2026] POST /v2.0/networks => generated 632 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:11:04.242 7 INFO neutron.db.segments_db [None req-bcf13471-283d-406f-b9eb-16cb709ca762 b9f5b0d1372d4b7baed36176f6824bcc 4fc004ea37d54d8d8df523dfd71757b6 - - default default] Added segment 1f86579f-4439-49c3-9594-ecd656176374 of type vxlan for network 35ea65c7-85e8-40b6-bd97-a99ac63a6c0d [pid: 7|app: 0|req: 817/1628] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:11:04 2026] POST /v2.0/networks => generated 630 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1629] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:11:04 2026] GET /v2.0/ports?device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:11:04.420 8 INFO neutron.db.segments_db [None req-ae58b6ba-3227-45ab-89f7-59f2b2830871 b9f5b0d1372d4b7baed36176f6824bcc 4fc004ea37d54d8d8df523dfd71757b6 - - default default] Added segment 474e91ad-684a-44e7-8288-9b89a1d1f058 of type vxlan for network 7c138ce5-69e7-4414-af7e-4e0905a15a11 [pid: 7|app: 0|req: 819/1630] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:11:04 2026] GET /v2.0/security-groups?id=13a53b16-36ba-427e-9f9a-b2add7ac80c2&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: 812/1631] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:11:04 2026] POST /v2.0/networks => generated 632 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:11:04.569 7 INFO neutron.db.segments_db [None req-6444423e-4444-4e4a-a3e4-c7814f6056ce b9f5b0d1372d4b7baed36176f6824bcc 4fc004ea37d54d8d8df523dfd71757b6 - - default default] Added segment 0ac36ed1-84e7-4729-a733-c7ad3b06867d of type vxlan for network 5b24de95-3d70-4708-acc6-64c310081a29 [pid: 7|app: 0|req: 820/1632] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:11:04 2026] POST /v2.0/networks => generated 631 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1633] 10.0.0.99 () {34 vars in 751 bytes} [Thu Jun 4 13:11:04 2026] PUT /v2.0/networks/fcb7cb32-8af3-422b-9de4-c6782d314614/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: 821/1634] 10.0.0.99 () {34 vars in 751 bytes} [Thu Jun 4 13:11:04 2026] PUT /v2.0/networks/67ede5d7-ee58-4eb8-a3a0-f3d2184a7eca/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1635] 10.0.0.99 () {34 vars in 751 bytes} [Thu Jun 4 13:11:04 2026] PUT /v2.0/networks/35ea65c7-85e8-40b6-bd97-a99ac63a6c0d/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1636] 10.0.0.99 () {34 vars in 751 bytes} [Thu Jun 4 13:11:04 2026] PUT /v2.0/networks/7c138ce5-69e7-4414-af7e-4e0905a15a11/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1637] 10.0.0.99 () {32 vars in 664 bytes} [Thu Jun 4 13:11:04 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1638] 10.0.0.99 () {32 vars in 678 bytes} [Thu Jun 4 13:11:04 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1639] 10.0.0.99 () {32 vars in 674 bytes} [Thu Jun 4 13:11:05 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1640] 10.0.0.99 () {32 vars in 686 bytes} [Thu Jun 4 13:11:05 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1641] 10.0.0.99 () {32 vars in 672 bytes} [Thu Jun 4 13:11:05 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1642] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:04 2026] GET /v2.0/security-groups?tenant_id=d123b6cb5f824988a619ebebf3429f19&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1643] 10.0.0.99 () {32 vars in 686 bytes} [Thu Jun 4 13:11:05 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1644] 10.0.0.99 () {32 vars in 682 bytes} [Thu Jun 4 13:11:05 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1645] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:05 2026] DELETE /v2.0/security-groups/829f767c-5f20-4056-9b73-4bdb4483a37b => 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: 822/1646] 10.0.0.99 () {32 vars in 694 bytes} [Thu Jun 4 13:11:05 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:11:05.576 7 INFO neutron.services.segments.plugin [-] Segment d1da88a2-ca65-4ef2-9b98-3005e8447ef5 resource provider aggregate not found 2026-06-04 13:11:05.581 7 INFO neutron.services.segments.plugin [-] Segment d1da88a2-ca65-4ef2-9b98-3005e8447ef5 resource provider aggregate not found [pid: 8|app: 0|req: 823/1647] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:11:05 2026] GET /v2.0/ports?device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:11:05.602 7 INFO neutron.services.segments.plugin [-] Segment d1da88a2-ca65-4ef2-9b98-3005e8447ef5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1da88a2-ca65-4ef2-9b98-3005e8447ef5 found for delete ", "request_id": "req-eb1ffde0-09dc-4c9e-9054-62b42a30f78c"}]} 2026-06-04 13:11:05.611 7 INFO neutron.services.segments.plugin [-] Segment d1da88a2-ca65-4ef2-9b98-3005e8447ef5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1da88a2-ca65-4ef2-9b98-3005e8447ef5 found for delete ", "request_id": "req-96ee8e15-759f-463f-b5df-bdcd59eeadb9"}]} [pid: 7|app: 0|req: 825/1648] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:11:05 2026] DELETE /v2.0/networks/fcb7cb32-8af3-422b-9de4-c6782d314614 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1649] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:11:05 2026] GET /v2.0/security-groups?id=13a53b16-36ba-427e-9f9a-b2add7ac80c2&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1650] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:05 2026] GET /v2.0/security-groups?tenant_id=c822d8e0656744acb32b451651271baf&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1651] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:11:05 2026] DELETE /v2.0/networks/67ede5d7-ee58-4eb8-a3a0-f3d2184a7eca => 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: 825/1652] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:05 2026] DELETE /v2.0/security-groups/75d7ef6b-b6a0-45e1-bc31-dbb48d8c1b77 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1653] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:11:05 2026] DELETE /v2.0/networks/35ea65c7-85e8-40b6-bd97-a99ac63a6c0d => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:11:06.117 8 INFO neutron.services.segments.plugin [-] Segment 474e91ad-684a-44e7-8288-9b89a1d1f058 resource provider aggregate not found 2026-06-04 13:11:06.124 8 INFO neutron.services.segments.plugin [-] Segment 474e91ad-684a-44e7-8288-9b89a1d1f058 resource provider aggregate not found 2026-06-04 13:11:06.143 8 INFO neutron.services.segments.plugin [-] Segment 474e91ad-684a-44e7-8288-9b89a1d1f058 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 474e91ad-684a-44e7-8288-9b89a1d1f058 found for delete ", "request_id": "req-af4e4dda-1d79-489d-a74b-24faafe551c8"}]} 2026-06-04 13:11:06.147 8 INFO neutron.services.segments.plugin [-] Segment 474e91ad-684a-44e7-8288-9b89a1d1f058 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 474e91ad-684a-44e7-8288-9b89a1d1f058 found for delete ", "request_id": "req-6e1674af-586e-4e4b-9378-9c998b2ca480"}]} [pid: 8|app: 0|req: 826/1654] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:11:05 2026] DELETE /v2.0/networks/7c138ce5-69e7-4414-af7e-4e0905a15a11 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1655] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:11:06 2026] DELETE /v2.0/networks/5b24de95-3d70-4708-acc6-64c310081a29 => 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: 827/1656] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:11:06 2026] GET /v2.0/ports?device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1657] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:11:06 2026] GET /v2.0/security-groups?id=13a53b16-36ba-427e-9f9a-b2add7ac80c2&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: 828/1658] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:07 2026] GET /v2.0/security-groups?tenant_id=bd1c14d72c3e4ce08bf9906199e32447&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1659] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:07 2026] DELETE /v2.0/security-groups/d7fb4ca3-9ac0-431a-ad98-1a2550a232c6 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:11:07.623 7 INFO neutron.services.segments.plugin [-] Segment 21323f82-d397-4d9b-a461-deaab6cebcdf resource provider aggregate not found 2026-06-04 13:11:07.633 7 INFO neutron.services.segments.plugin [-] Segment 21323f82-d397-4d9b-a461-deaab6cebcdf resource provider aggregate not found 2026-06-04 13:11:07.642 7 INFO neutron.services.segments.plugin [-] Segment 21323f82-d397-4d9b-a461-deaab6cebcdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21323f82-d397-4d9b-a461-deaab6cebcdf found for delete ", "request_id": "req-827d933d-0841-45c4-971c-9ed6b63eed03"}]} 2026-06-04 13:11:07.650 7 INFO neutron.services.segments.plugin [-] Segment 21323f82-d397-4d9b-a461-deaab6cebcdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21323f82-d397-4d9b-a461-deaab6cebcdf found for delete ", "request_id": "req-818309dc-990c-4b1a-9f76-1f05263d3c6e"}]} 2026-06-04 13:11:07.675 7 INFO neutron.services.segments.plugin [-] Segment 1f86579f-4439-49c3-9594-ecd656176374 resource provider aggregate not found 2026-06-04 13:11:07.678 7 INFO neutron.services.segments.plugin [-] Segment 1f86579f-4439-49c3-9594-ecd656176374 resource provider aggregate not found 2026-06-04 13:11:07.690 7 INFO neutron.services.segments.plugin [-] Segment 1f86579f-4439-49c3-9594-ecd656176374 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f86579f-4439-49c3-9594-ecd656176374 found for delete ", "request_id": "req-5222a845-7348-406d-88bc-cd00a3df08cb"}]} 2026-06-04 13:11:07.697 7 INFO neutron.services.segments.plugin [-] Segment 1f86579f-4439-49c3-9594-ecd656176374 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f86579f-4439-49c3-9594-ecd656176374 found for delete ", "request_id": "req-3217bae5-0d78-47b8-b479-99af8964aa9c"}]} 2026-06-04 13:11:07.704 7 INFO neutron.services.segments.plugin [-] Segment 0ac36ed1-84e7-4729-a733-c7ad3b06867d resource provider aggregate not found 2026-06-04 13:11:07.712 7 INFO neutron.services.segments.plugin [-] Segment 0ac36ed1-84e7-4729-a733-c7ad3b06867d resource provider aggregate not found 2026-06-04 13:11:07.717 7 INFO neutron.services.segments.plugin [-] Segment 0ac36ed1-84e7-4729-a733-c7ad3b06867d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ac36ed1-84e7-4729-a733-c7ad3b06867d found for delete ", "request_id": "req-9607b6d4-e620-45e4-b350-3b2ec7a97388"}]} 2026-06-04 13:11:07.727 7 INFO neutron.services.segments.plugin [-] Segment 0ac36ed1-84e7-4729-a733-c7ad3b06867d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ac36ed1-84e7-4729-a733-c7ad3b06867d found for delete ", "request_id": "req-c2199ff7-3bbb-47d8-b44d-d802212ea0c5"}]} [pid: 8|app: 0|req: 829/1660] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:07 2026] GET /v2.0/security-groups?tenant_id=4fc004ea37d54d8d8df523dfd71757b6&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1661] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:07 2026] DELETE /v2.0/security-groups/d461297a-82dd-47a5-9a56-2dc9b733ca66 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1662] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:11:07 2026] GET /v2.0/ports?device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1663] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:11:07 2026] GET /v2.0/security-groups?id=13a53b16-36ba-427e-9f9a-b2add7ac80c2&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1664] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:11:08 2026] GET /v2.0/ports?device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => 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: 834/1665] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:11:08 2026] GET /v2.0/security-groups?id=13a53b16-36ba-427e-9f9a-b2add7ac80c2&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1666] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:11:08 2026] GET /v2.0/ports?device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1667] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:08 2026] GET /v2.0/security-groups?tenant_id=53c21fc9f5e14c1fbb2f23077c7a8af6&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: 833/1668] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:08 2026] DELETE /v2.0/security-groups/6b48e7b7-7533-41b1-9929-372a9d24be29 => 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: 834/1669] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:08 2026] GET /v2.0/security-groups?tenant_id=494eeeb9e63a4973bc24515d7fd1ebe0&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1670] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:08 2026] DELETE /v2.0/security-groups/9698101b-7d61-4d14-874d-684b4ed0fdd4 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:11:09.015 7 INFO neutron.db.l3_db [None req-6817078c-204e-4830-ba62-56e405547fd1 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] Floating IP 032478a2-e07f-4298-af5b-59fb1835d047 associated. External IP: 10.96.250.201, port: 1fcc36a6-409d-4f3d-9cfd-00d26ba97cf9. [pid: 8|app: 0|req: 836/1671] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:09 2026] GET /v2.0/security-groups?tenant_id=67ca8fc6b3e74e0ab2ccdcc41103f362&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1672] 10.0.0.99 () {34 vars in 675 bytes} [Thu Jun 4 13:11:08 2026] POST /v2.0/floatingips => generated 856 bytes in 1132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1673] 10.0.0.99 () {32 vars in 727 bytes} [Thu Jun 4 13:11:09 2026] GET /v2.0/floatingips/032478a2-e07f-4298-af5b-59fb1835d047 => generated 856 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1674] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:09 2026] DELETE /v2.0/security-groups/abbe8b6b-571e-4c1e-af71-91b5d4e0f9d9 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:11:09.381 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-27a66403-22f9-4bca-bc6c-8eb15778f439'] response: {'name': 'network-changed', 'server_uuid': 'c10af8fd-af89-4a35-8f05-13fe2a03a1ce', 'tag': '1fcc36a6-409d-4f3d-9cfd-00d26ba97cf9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 838/1675] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:11:09 2026] GET /v2.0/ports?tenant_id=c8cf12cc67d74fcf91e2670c46bf1909&device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1676] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:11:09 2026] GET /v2.0/networks?id=5714e24a-7bc1-42b1-b0e0-61c47f35e2b4 => generated 757 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1677] 199.204.45.74 () {34 vars in 1058 bytes} [Thu Jun 4 13:11:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=1fcc36a6-409d-4f3d-9cfd-00d26ba97cf9 => 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: 839/1678] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:11:10 2026] GET /v2.0/subnets?id=d234afbf-8630-41bc-96fd-89634242cdd1 => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1679] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:11:10 2026] GET /v2.0/ports?network_id=5714e24a-7bc1-42b1-b0e0-61c47f35e2b4&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1680] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:11:10 2026] GET /v2.0/networks/5714e24a-7bc1-42b1-b0e0-61c47f35e2b4?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1681] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:11:10 2026] GET /v2.0/networks/5714e24a-7bc1-42b1-b0e0-61c47f35e2b4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1682] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:10 2026] GET /v2.0/security-groups?tenant_id=ae64c16733ee43789628758828916c35&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1683] 10.0.0.99 () {32 vars in 727 bytes} [Thu Jun 4 13:11:10 2026] GET /v2.0/floatingips/032478a2-e07f-4298-af5b-59fb1835d047 => generated 856 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1684] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:10 2026] DELETE /v2.0/security-groups/39a50558-f67b-4e3e-bf50-e3f83c05d5de => 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: 842/1685] 10.0.0.99 () {32 vars in 727 bytes} [Thu Jun 4 13:11:11 2026] GET /v2.0/floatingips/032478a2-e07f-4298-af5b-59fb1835d047 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1686] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:11 2026] GET /v2.0/security-groups?tenant_id=a5001a6cbd3847ee9984d588602a29e2&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1687] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:11 2026] DELETE /v2.0/security-groups/26bb1808-08b1-4389-98a1-96a25ef39f75 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:11:12.829 7 INFO neutron.db.segments_db [None req-d0b93ba9-23ae-491b-a9cf-a25a07700495 9e78e1979be9401e8c4c891dcbcad614 484ff5fe40e848a3ab36200d3c6fc2e4 - - default default] Added segment 183c00e8-fb8c-4a1e-b665-a87d705e1f54 of type vxlan for network 67dd1ec4-2d93-428c-9e1a-60aa11fe7bcb [pid: 7|app: 0|req: 845/1688] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:11:12 2026] POST /v2.0/networks => generated 632 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1689] 10.0.0.99 () {34 vars in 662 bytes} [Thu Jun 4 13:11:12 2026] POST /v2.0/ports => generated 743 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:11:13.356 7 INFO neutron.db.segments_db [None req-a6dbc827-7746-4f80-b262-3fb83465e382 9e78e1979be9401e8c4c891dcbcad614 484ff5fe40e848a3ab36200d3c6fc2e4 - - default default] Added segment 0356ae7b-7a7f-47db-a787-a01cf320b7a1 of type vxlan for network d5bc5ac2-0685-4d6b-8795-c9432edbb8bf [pid: 7|app: 0|req: 846/1690] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:11:13 2026] POST /v2.0/networks => generated 632 bytes in 176 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: 845/1691] 10.0.0.99 () {34 vars in 662 bytes} [Thu Jun 4 13:11:13 2026] POST /v2.0/ports => generated 743 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 13:11:13.809 8 INFO neutron.db.segments_db [None req-7134be20-1802-4c8e-b6f1-4e8226a64f27 9e78e1979be9401e8c4c891dcbcad614 484ff5fe40e848a3ab36200d3c6fc2e4 - - default default] Added segment b19fb84f-cac7-4481-b4ab-ff2f38b22317 of type vxlan for network c04567dd-9487-4f96-b4cc-0635bfdba74b [pid: 8|app: 0|req: 846/1692] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:11:13 2026] POST /v2.0/networks => generated 632 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:11:13.951 7 INFO neutron.db.segments_db [None req-d41056cb-f170-40f5-942e-c903494f4798 47984f45d77e4bbd8cbe2991629629be c52dd01df63144b9a82d71bf9a8aefe3 - - default default] Added segment a909a39a-d366-47ca-989a-d1c6e9f2000e of type vxlan for network d8817d1d-e9b7-4dac-a0a9-743a3329a880 [pid: 7|app: 0|req: 847/1693] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:11:13 2026] POST /v2.0/networks => generated 643 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1694] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:14 2026] GET /v2.0/security-groups?tenant_id=a53b27a4364d4889b33760b91668d9b6&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1695] 10.0.0.99 () {34 vars in 662 bytes} [Thu Jun 4 13:11:13 2026] POST /v2.0/ports => generated 743 bytes in 271 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: 848/1696] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:14 2026] DELETE /v2.0/security-groups/dd528765-7850-41a4-9035-b7ed8358ffc9 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:11:14.283 8 INFO neutron.db.segments_db [None req-c4374170-f429-4a73-8380-af2726f3a040 9e78e1979be9401e8c4c891dcbcad614 484ff5fe40e848a3ab36200d3c6fc2e4 - - default default] Added segment 172a65c4-85d4-4356-ac80-884c9fecc75f of type vxlan for network c78c596a-6e1e-4ff6-acce-f65dbf5d99e7 [pid: 8|app: 0|req: 849/1697] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:11:14 2026] POST /v2.0/networks => generated 630 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1698] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:11:14 2026] POST /v2.0/subnets => generated 641 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:11:14.441 7 INFO neutron.db.segments_db [None req-bb30e092-7b17-4efe-86ac-49cf11f87a8a 47984f45d77e4bbd8cbe2991629629be c52dd01df63144b9a82d71bf9a8aefe3 - - default default] Added segment 976edf8a-87b6-44ab-a9b3-8b0295aea217 of type vxlan for network 650f173f-5ec2-4d51-a97e-0f77dd1d212d [pid: 7|app: 0|req: 850/1699] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:11:14 2026] POST /v2.0/networks => generated 644 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1700] 10.0.0.99 () {34 vars in 741 bytes} [Thu Jun 4 13:11:14 2026] PUT /v2.0/networks/650f173f-5ec2-4d51-a97e-0f77dd1d212d => generated 592 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1701] 10.0.0.99 () {34 vars in 662 bytes} [Thu Jun 4 13:11:14 2026] POST /v2.0/ports => generated 743 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-04 13:11:14.706 8 INFO neutron.db.segments_db [None req-173a2729-2cb2-45ca-a163-8486cceea076 9e78e1979be9401e8c4c891dcbcad614 484ff5fe40e848a3ab36200d3c6fc2e4 - - default default] Added segment 99098697-e4fb-47b3-9782-d1f846d1af8b of type vxlan for network d77c21a8-4e59-4d55-9c5b-a0a816fe5f16 [pid: 8|app: 0|req: 851/1702] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:11:14 2026] POST /v2.0/networks => generated 632 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1703] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:11:14 2026] POST /v2.0/subnets => generated 626 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1704] 10.0.0.99 () {34 vars in 739 bytes} [Thu Jun 4 13:11:14 2026] PUT /v2.0/subnets/0dd95df2-292b-4a44-b7a4-4d216f776ac2 => generated 636 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1705] 10.0.0.99 () {34 vars in 662 bytes} [Thu Jun 4 13:11:14 2026] POST /v2.0/ports => generated 743 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-04 13:11:15.166 7 INFO neutron.services.segments.plugin [-] Segment 976edf8a-87b6-44ab-a9b3-8b0295aea217 resource provider aggregate not found 2026-06-04 13:11:15.167 7 INFO neutron.services.segments.plugin [-] Segment 976edf8a-87b6-44ab-a9b3-8b0295aea217 resource provider aggregate not found 2026-06-04 13:11:15.193 7 INFO neutron.services.segments.plugin [-] Segment 976edf8a-87b6-44ab-a9b3-8b0295aea217 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 976edf8a-87b6-44ab-a9b3-8b0295aea217 found for delete ", "request_id": "req-8d6c1fd8-255c-4987-9db1-d6a95b72bafb"}]} 2026-06-04 13:11:15.195 7 INFO neutron.services.segments.plugin [-] Segment 976edf8a-87b6-44ab-a9b3-8b0295aea217 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 976edf8a-87b6-44ab-a9b3-8b0295aea217 found for delete ", "request_id": "req-687c4eee-53a5-4d19-8aac-0d05c8747af9"}]} [pid: 8|app: 0|req: 853/1706] 10.0.0.99 () {34 vars in 745 bytes} [Thu Jun 4 13:11:15 2026] PUT /v2.0/ports/c95bdd0e-392f-4cec-bf70-6cdee9db2cb6/tags => generated 17 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1707] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:11:15 2026] DELETE /v2.0/networks/650f173f-5ec2-4d51-a97e-0f77dd1d212d => generated 0 bytes in 200 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-04 13:11:15.217 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c3e2002d-7c43-4a82-ac85-1c3ee02e34f6 47984f45d77e4bbd8cbe2991629629be c52dd01df63144b9a82d71bf9a8aefe3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 855/1708] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:11:15 2026] DELETE /v2.0/networks/650f173f-5ec2-4d51-a97e-0f77dd1d212d => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1709] 10.0.0.99 () {34 vars in 745 bytes} [Thu Jun 4 13:11:15 2026] PUT /v2.0/ports/00e901aa-33cb-4c7c-a4b4-68c9e7bc9c5d/tags => generated 25 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1710] 10.0.0.99 () {32 vars in 692 bytes} [Thu Jun 4 13:11:15 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 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: 857/1711] 10.0.0.99 () {32 vars in 740 bytes} [Thu Jun 4 13:11:15 2026] GET /v2.0/subnets?network_id=57a3a178-5e88-47bd-ae74-de426f799613 => 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: 858/1712] 10.0.0.99 () {32 vars in 651 bytes} [Thu Jun 4 13:11:15 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: 855/1713] 10.0.0.99 () {34 vars in 745 bytes} [Thu Jun 4 13:11:15 2026] PUT /v2.0/ports/7a574fed-d46f-43e8-8689-aae9d5fcbed6/tags => generated 34 bytes in 73 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: 859/1714] 10.0.0.99 () {32 vars in 647 bytes} [Thu Jun 4 13:11:15 2026] GET /v2.0/networks => generated 1308 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1715] 10.0.0.99 () {32 vars in 645 bytes} [Thu Jun 4 13:11:15 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) [pid: 8|app: 0|req: 856/1716] 10.0.0.99 () {34 vars in 745 bytes} [Thu Jun 4 13:11:15 2026] PUT /v2.0/ports/6546e5d1-f583-48f6-9896-464c87fa0a28/tags => generated 19 bytes in 97 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: 861/1717] 10.0.0.99 () {32 vars in 721 bytes} [Thu Jun 4 13:11:15 2026] GET /v2.0/networks/d8817d1d-e9b7-4dac-a0a9-743a3329a880 => generated 668 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1718] 10.0.0.99 () {32 vars in 719 bytes} [Thu Jun 4 13:11:15 2026] GET /v2.0/subnets/7416f1d6-fc7f-4c83-8075-e378a6405c7d => generated 641 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:11:15.562 7 INFO neutron.pecan_wsgi.hooks.translation [None req-09684b87-864d-4f4f-a3c7-be9390152409 47984f45d77e4bbd8cbe2991629629be c52dd01df63144b9a82d71bf9a8aefe3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 863/1719] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:11:15 2026] DELETE /v2.0/subnets/0dd95df2-292b-4a44-b7a4-4d216f776ac2 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1720] 10.0.0.99 () {32 vars in 658 bytes} [Thu Jun 4 13:11:15 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:11:15.584 7 INFO neutron.pecan_wsgi.hooks.translation [None req-347b3da8-58fd-4aa0-8f1e-5a0e47a991c3 47984f45d77e4bbd8cbe2991629629be c52dd01df63144b9a82d71bf9a8aefe3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 864/1721] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:11:15 2026] DELETE /v2.0/networks/650f173f-5ec2-4d51-a97e-0f77dd1d212d => 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: 858/1722] 10.0.0.99 () {32 vars in 672 bytes} [Thu Jun 4 13:11:15 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1723] 10.0.0.99 () {32 vars in 668 bytes} [Thu Jun 4 13:11:15 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1724] 10.0.0.99 () {32 vars in 680 bytes} [Thu Jun 4 13:11:15 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1725] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:11:15 2026] DELETE /v2.0/subnets/7416f1d6-fc7f-4c83-8075-e378a6405c7d => 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: 861/1726] 10.0.0.99 () {32 vars in 666 bytes} [Thu Jun 4 13:11:15 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:11:15.890 7 INFO neutron_taas.services.taas.taas_plugin [None req-27dd6e39-97f2-44a3-8bcd-bc031a26f706 47984f45d77e4bbd8cbe2991629629be c52dd01df63144b9a82d71bf9a8aefe3 - - default default] TaaS: Handle Delete Port: 6872e62b-1c08-42ef-b6ab-4c2e3bb6143b 2026-06-04 13:11:15.892 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27dd6e39-97f2-44a3-8bcd-bc031a26f706 47984f45d77e4bbd8cbe2991629629be c52dd01df63144b9a82d71bf9a8aefe3 - - default default] Tap Mirror: Handle Delete Port: 6872e62b-1c08-42ef-b6ab-4c2e3bb6143b [pid: 8|app: 0|req: 862/1727] 10.0.0.99 () {32 vars in 680 bytes} [Thu Jun 4 13:11:15 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1728] 10.0.0.99 () {32 vars in 676 bytes} [Thu Jun 4 13:11:15 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1729] 10.0.0.99 () {32 vars in 688 bytes} [Thu Jun 4 13:11:16 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1730] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:11:15 2026] DELETE /v2.0/networks/d8817d1d-e9b7-4dac-a0a9-743a3329a880 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:11:16.180 8 INFO neutron_taas.services.taas.taas_plugin [None req-818b1a25-629b-4bb2-a855-ce4acad66fc1 9e78e1979be9401e8c4c891dcbcad614 484ff5fe40e848a3ab36200d3c6fc2e4 - - default default] TaaS: Handle Delete Port: c95bdd0e-392f-4cec-bf70-6cdee9db2cb6 2026-06-04 13:11:16.183 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-818b1a25-629b-4bb2-a855-ce4acad66fc1 9e78e1979be9401e8c4c891dcbcad614 484ff5fe40e848a3ab36200d3c6fc2e4 - - default default] Tap Mirror: Handle Delete Port: c95bdd0e-392f-4cec-bf70-6cdee9db2cb6 [pid: 8|app: 0|req: 865/1731] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:11:16 2026] DELETE /v2.0/ports/c95bdd0e-392f-4cec-bf70-6cdee9db2cb6 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:11:16.390 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ec44cd1-3172-4370-8c6b-ed1f20f35123 9e78e1979be9401e8c4c891dcbcad614 484ff5fe40e848a3ab36200d3c6fc2e4 - - default default] TaaS: Handle Delete Port: 00e901aa-33cb-4c7c-a4b4-68c9e7bc9c5d 2026-06-04 13:11:16.394 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ec44cd1-3172-4370-8c6b-ed1f20f35123 9e78e1979be9401e8c4c891dcbcad614 484ff5fe40e848a3ab36200d3c6fc2e4 - - default default] Tap Mirror: Handle Delete Port: 00e901aa-33cb-4c7c-a4b4-68c9e7bc9c5d [pid: 7|app: 0|req: 867/1732] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:11:16 2026] DELETE /v2.0/ports/00e901aa-33cb-4c7c-a4b4-68c9e7bc9c5d => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:11:16.600 8 INFO neutron_taas.services.taas.taas_plugin [None req-024d9cd0-f09d-4acc-bbb1-509d8e290269 9e78e1979be9401e8c4c891dcbcad614 484ff5fe40e848a3ab36200d3c6fc2e4 - - default default] TaaS: Handle Delete Port: 7a574fed-d46f-43e8-8689-aae9d5fcbed6 2026-06-04 13:11:16.603 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-024d9cd0-f09d-4acc-bbb1-509d8e290269 9e78e1979be9401e8c4c891dcbcad614 484ff5fe40e848a3ab36200d3c6fc2e4 - - default default] Tap Mirror: Handle Delete Port: 7a574fed-d46f-43e8-8689-aae9d5fcbed6 [pid: 8|app: 0|req: 866/1733] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:11:16 2026] DELETE /v2.0/ports/7a574fed-d46f-43e8-8689-aae9d5fcbed6 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1734] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:16 2026] GET /v2.0/security-groups?tenant_id=c52dd01df63144b9a82d71bf9a8aefe3&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:11:16.800 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9486c56-d37c-483c-a0ef-9882a8f156f6 9e78e1979be9401e8c4c891dcbcad614 484ff5fe40e848a3ab36200d3c6fc2e4 - - default default] TaaS: Handle Delete Port: 6546e5d1-f583-48f6-9896-464c87fa0a28 2026-06-04 13:11:16.803 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9486c56-d37c-483c-a0ef-9882a8f156f6 9e78e1979be9401e8c4c891dcbcad614 484ff5fe40e848a3ab36200d3c6fc2e4 - - default default] Tap Mirror: Handle Delete Port: 6546e5d1-f583-48f6-9896-464c87fa0a28 [pid: 7|app: 0|req: 869/1735] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:16 2026] DELETE /v2.0/security-groups/5c3e5927-072d-4881-80a8-4e218d6360bd => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1736] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:11:16 2026] DELETE /v2.0/ports/6546e5d1-f583-48f6-9896-464c87fa0a28 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:11:17.028 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3c7d7ce-43f9-4d0f-8702-4a08ae85fdb8 9e78e1979be9401e8c4c891dcbcad614 484ff5fe40e848a3ab36200d3c6fc2e4 - - default default] TaaS: Handle Delete Port: be18ab9d-e8b5-4132-b928-9b78c8ca952d 2026-06-04 13:11:17.031 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3c7d7ce-43f9-4d0f-8702-4a08ae85fdb8 9e78e1979be9401e8c4c891dcbcad614 484ff5fe40e848a3ab36200d3c6fc2e4 - - default default] Tap Mirror: Handle Delete Port: be18ab9d-e8b5-4132-b928-9b78c8ca952d [pid: 7|app: 0|req: 870/1737] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:11:16 2026] DELETE /v2.0/ports/be18ab9d-e8b5-4132-b928-9b78c8ca952d => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1738] 10.0.0.82 () {34 vars in 988 bytes} [Thu Jun 4 13:11:17 2026] GET /v2.0/ports?device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => 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: 869/1739] 10.0.0.82 () {34 vars in 1038 bytes} [Thu Jun 4 13:11:17 2026] GET /v2.0/security-groups?id=13a53b16-36ba-427e-9f9a-b2add7ac80c2&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:11:17.220 7 INFO neutron.services.segments.plugin [-] Segment a909a39a-d366-47ca-989a-d1c6e9f2000e resource provider aggregate not found 2026-06-04 13:11:17.227 7 INFO neutron.services.segments.plugin [-] Segment a909a39a-d366-47ca-989a-d1c6e9f2000e resource provider aggregate not found 2026-06-04 13:11:17.245 7 INFO neutron.services.segments.plugin [-] Segment a909a39a-d366-47ca-989a-d1c6e9f2000e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a909a39a-d366-47ca-989a-d1c6e9f2000e found for delete ", "request_id": "req-35191a06-bb34-42f3-8d52-d887eb08f7a6"}]} 2026-06-04 13:11:17.248 7 INFO neutron.services.segments.plugin [-] Segment a909a39a-d366-47ca-989a-d1c6e9f2000e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a909a39a-d366-47ca-989a-d1c6e9f2000e found for delete ", "request_id": "req-c66ce80a-c7eb-4ee5-819d-6f78f32333de"}]} [pid: 7|app: 0|req: 871/1740] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:11:17 2026] DELETE /v2.0/networks/67dd1ec4-2d93-428c-9e1a-60aa11fe7bcb => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:11:17.419 8 INFO neutron.services.segments.plugin [-] Segment 0356ae7b-7a7f-47db-a787-a01cf320b7a1 resource provider aggregate not found 2026-06-04 13:11:17.427 8 INFO neutron.services.segments.plugin [-] Segment 0356ae7b-7a7f-47db-a787-a01cf320b7a1 resource provider aggregate not found 2026-06-04 13:11:17.450 8 INFO neutron.services.segments.plugin [-] Segment 0356ae7b-7a7f-47db-a787-a01cf320b7a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0356ae7b-7a7f-47db-a787-a01cf320b7a1 found for delete ", "request_id": "req-8614911e-644c-44b4-8602-dce166a08442"}]} 2026-06-04 13:11:17.452 8 INFO neutron.services.segments.plugin [-] Segment 0356ae7b-7a7f-47db-a787-a01cf320b7a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0356ae7b-7a7f-47db-a787-a01cf320b7a1 found for delete ", "request_id": "req-9304cd3f-0526-4f3a-aee4-ef917cdb2ce8"}]} [pid: 8|app: 0|req: 870/1741] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:11:17 2026] DELETE /v2.0/networks/d5bc5ac2-0685-4d6b-8795-c9432edbb8bf => 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: 871/1742] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:11:17 2026] DELETE /v2.0/networks/c04567dd-9487-4f96-b4cc-0635bfdba74b => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1743] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:11:17 2026] DELETE /v2.0/networks/c78c596a-6e1e-4ff6-acce-f65dbf5d99e7 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1744] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:17 2026] GET /v2.0/security-groups?tenant_id=893de6ee23ca480fa1aae52ae8fc9d66&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1745] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:17 2026] DELETE /v2.0/security-groups/7b9d934d-6727-4b53-9237-67d7408415d7 => 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: 873/1746] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:11:17 2026] DELETE /v2.0/networks/d77c21a8-4e59-4d55-9c5b-a0a816fe5f16 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:11:18.887 7 INFO neutron.db.segments_db [None req-aebb617a-e060-4cde-8467-60f403a5f5f4 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Added segment 99043e9e-2680-4394-b566-e690f5acf040 of type vxlan for network d1af0a77-7538-456e-a5a3-971ca127256e [pid: 8|app: 0|req: 874/1747] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:18 2026] GET /v2.0/security-groups?tenant_id=c8c529c6f48a44a6b696a899bfed3323&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1748] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:11:18 2026] POST /v2.0/networks => generated 630 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1749] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:18 2026] DELETE /v2.0/security-groups/c3e67a5e-2a89-40e3-b9ab-b0c7c84916f5 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:11:19.049 7 INFO neutron.db.segments_db [None req-e37c46fc-a171-4d53-baac-2e623789ff3e 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Added segment 2fcae5d5-d253-4919-8a71-21323ac83922 of type vxlan for network f56095c8-be16-49d8-aac0-092b0fe03781 [pid: 7|app: 0|req: 875/1750] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:11:18 2026] POST /v2.0/networks => generated 629 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1753] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:19 2026] GET /v2.0/security-groups?tenant_id=470452eec6934db49275a1f111685550&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:11:19.267 7 INFO neutron.services.segments.plugin [-] Segment 183c00e8-fb8c-4a1e-b665-a87d705e1f54 resource provider aggregate not found 2026-06-04 13:11:19.285 7 INFO neutron.services.segments.plugin [-] Segment 183c00e8-fb8c-4a1e-b665-a87d705e1f54 resource provider aggregate not found 2026-06-04 13:11:19.313 7 INFO neutron.services.segments.plugin [-] Segment 183c00e8-fb8c-4a1e-b665-a87d705e1f54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 183c00e8-fb8c-4a1e-b665-a87d705e1f54 found for delete ", "request_id": "req-5ddf18b4-d386-44fe-8f2c-593cc45b63fe"}]} 2026-06-04 13:11:19.326 7 INFO neutron.services.segments.plugin [-] Segment 183c00e8-fb8c-4a1e-b665-a87d705e1f54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 183c00e8-fb8c-4a1e-b665-a87d705e1f54 found for delete ", "request_id": "req-6411fc5f-3771-40db-9b5e-d9dcfea84160"}]} [pid: 8|app: 0|req: 877/1754] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:19 2026] DELETE /v2.0/security-groups/acdc5ab0-ff79-4887-847c-aafadae19ff9 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1755] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:11:19 2026] POST /v2.0/subnets => generated 626 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:11:19.483 8 INFO neutron.services.segments.plugin [-] Segment b19fb84f-cac7-4481-b4ab-ff2f38b22317 resource provider aggregate not found 2026-06-04 13:11:19.491 8 INFO neutron.services.segments.plugin [-] Segment b19fb84f-cac7-4481-b4ab-ff2f38b22317 resource provider aggregate not found 2026-06-04 13:11:19.511 8 INFO neutron.services.segments.plugin [-] Segment b19fb84f-cac7-4481-b4ab-ff2f38b22317 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b19fb84f-cac7-4481-b4ab-ff2f38b22317 found for delete ", "request_id": "req-db7002ce-7b61-4ccf-bdcc-578ea6b51186"}]} 2026-06-04 13:11:19.518 8 INFO neutron.services.segments.plugin [-] Segment b19fb84f-cac7-4481-b4ab-ff2f38b22317 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b19fb84f-cac7-4481-b4ab-ff2f38b22317 found for delete ", "request_id": "req-903d9079-e710-451a-b5bc-431bd4071d47"}]} 2026-06-04 13:11:19.532 8 INFO neutron.services.segments.plugin [-] Segment 172a65c4-85d4-4356-ac80-884c9fecc75f resource provider aggregate not found 2026-06-04 13:11:19.535 8 INFO neutron.services.segments.plugin [-] Segment 172a65c4-85d4-4356-ac80-884c9fecc75f resource provider aggregate not found 2026-06-04 13:11:19.552 8 INFO neutron.services.segments.plugin [-] Segment 172a65c4-85d4-4356-ac80-884c9fecc75f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 172a65c4-85d4-4356-ac80-884c9fecc75f found for delete ", "request_id": "req-99d08863-2523-4bb4-b7f3-956fe61a015a"}]} 2026-06-04 13:11:19.556 8 INFO neutron.services.segments.plugin [-] Segment 172a65c4-85d4-4356-ac80-884c9fecc75f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 172a65c4-85d4-4356-ac80-884c9fecc75f found for delete ", "request_id": "req-052be314-27ab-4abe-807d-a2cfa1ef78a2"}]} 2026-06-04 13:11:19.574 8 INFO neutron.services.segments.plugin [-] Segment 99098697-e4fb-47b3-9782-d1f846d1af8b resource provider aggregate not found 2026-06-04 13:11:19.581 8 INFO neutron.services.segments.plugin [-] Segment 99098697-e4fb-47b3-9782-d1f846d1af8b resource provider aggregate not found [pid: 7|app: 0|req: 879/1756] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:19 2026] GET /v2.0/security-groups?tenant_id=484ff5fe40e848a3ab36200d3c6fc2e4&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:11:19.609 8 INFO neutron.services.segments.plugin [-] Segment 99098697-e4fb-47b3-9782-d1f846d1af8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99098697-e4fb-47b3-9782-d1f846d1af8b found for delete ", "request_id": "req-a6674bb0-7db4-4671-bd32-0aa706818a69"}]} 2026-06-04 13:11:19.614 8 INFO neutron.services.segments.plugin [-] Segment 99098697-e4fb-47b3-9782-d1f846d1af8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99098697-e4fb-47b3-9782-d1f846d1af8b found for delete ", "request_id": "req-fab96884-4d7b-4ddd-8a03-dd2fd59d0780"}]} [pid: 7|app: 0|req: 880/1757] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:19 2026] DELETE /v2.0/security-groups/02a53fbb-e3e8-4efd-9c3b-a2d539a3d298 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1758] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:11:19 2026] POST /v2.0/subnets => generated 626 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:11:19.858 7 INFO neutron.db.segments_db [None req-86cb2e0c-83fa-428c-b085-7ff836bb0e3e 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Added segment ef7f268f-116b-4614-9b5b-4333f12ee732 of type vxlan for network 89de5bbf-cf10-48b4-8ff9-c5589bbff323 2026-06-04 13:11:20.111 7 INFO neutron.db.l3_hamode_db [None req-86cb2e0c-83fa-428c-b085-7ff836bb0e3e 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 13:11:20.246 7 INFO neutron.db.l3_hamode_db [None req-86cb2e0c-83fa-428c-b085-7ff836bb0e3e 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 881/1759] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:11:19 2026] POST /v2.0/routers => generated 506 bytes in 1067 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1760] 10.0.0.99 () {34 vars in 781 bytes} [Thu Jun 4 13:11:20 2026] PUT /v2.0/routers/d9640bd6-20dc-4cf9-8b61-8c2f6cbd3110/add_router_interface => generated 309 bytes in 1026 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1761] 10.0.0.99 () {32 vars in 715 bytes} [Thu Jun 4 13:11:21 2026] GET /v2.0/ports/4db40786-81b1-420c-bfd9-1f458272b09b => generated 955 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1762] 10.0.0.99 () {34 vars in 674 bytes} [Thu Jun 4 13:11:22 2026] POST /v2.0/floatingips => generated 552 bytes in 659 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1763] 10.0.0.99 () {34 vars in 781 bytes} [Thu Jun 4 13:11:21 2026] PUT /v2.0/routers/d9640bd6-20dc-4cf9-8b61-8c2f6cbd3110/add_router_interface => generated 309 bytes in 1082 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1764] 10.0.0.99 () {32 vars in 715 bytes} [Thu Jun 4 13:11:23 2026] GET /v2.0/ports/c7b90214-3de9-43ab-a986-3972d5c20f29 => generated 955 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1765] 10.0.0.99 () {34 vars in 674 bytes} [Thu Jun 4 13:11:22 2026] POST /v2.0/floatingips => generated 552 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:11:23.417 8 INFO neutron_taas.services.taas.taas_plugin [None req-df936cdb-4e38-4475-8729-7c0ed4b4dea8 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] TaaS: Handle Delete Port: c7b90214-3de9-43ab-a986-3972d5c20f29 2026-06-04 13:11:23.420 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df936cdb-4e38-4475-8729-7c0ed4b4dea8 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Tap Mirror: Handle Delete Port: c7b90214-3de9-43ab-a986-3972d5c20f29 [pid: 7|app: 0|req: 885/1766] 10.0.0.99 () {34 vars in 674 bytes} [Thu Jun 4 13:11:23 2026] POST /v2.0/floatingips => generated 552 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1767] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:11:23 2026] PUT /v2.0/routers/d9640bd6-20dc-4cf9-8b61-8c2f6cbd3110/remove_router_interface => generated 309 bytes in 750 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1768] 10.0.0.99 () {34 vars in 676 bytes} [Thu Jun 4 13:11:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1769] 10.0.0.99 () {34 vars in 674 bytes} [Thu Jun 4 13:11:23 2026] POST /v2.0/floatingips => generated 552 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1770] 10.0.0.99 () {34 vars in 676 bytes} [Thu Jun 4 13:11:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:11:24.347 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a674fcb-09b9-48a5-8f4c-b28574c27fcd 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] TaaS: Handle Delete Port: 4db40786-81b1-420c-bfd9-1f458272b09b 2026-06-04 13:11:24.351 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a674fcb-09b9-48a5-8f4c-b28574c27fcd 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Tap Mirror: Handle Delete Port: 4db40786-81b1-420c-bfd9-1f458272b09b [pid: 7|app: 0|req: 888/1771] 10.0.0.99 () {34 vars in 674 bytes} [Thu Jun 4 13:11:24 2026] POST /v2.0/floatingips => generated 552 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1772] 10.0.0.99 () {34 vars in 676 bytes} [Thu Jun 4 13:11:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1773] 10.0.0.99 () {34 vars in 757 bytes} [Thu Jun 4 13:11:24 2026] PUT /v2.0/floatingips/da56634d-9c4e-49ad-b3be-9bb6e68995db/tags => generated 17 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1774] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:11:24 2026] PUT /v2.0/routers/d9640bd6-20dc-4cf9-8b61-8c2f6cbd3110/remove_router_interface => generated 309 bytes in 800 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1775] 10.0.0.99 () {34 vars in 676 bytes} [Thu Jun 4 13:11:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1776] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:11:24 2026] GET /v2.0/ports?device_id=d9640bd6-20dc-4cf9-8b61-8c2f6cbd3110 => 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: 893/1777] 10.0.0.99 () {34 vars in 676 bytes} [Thu Jun 4 13:11:24 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: 8|app: 0|req: 885/1778] 10.0.0.99 () {34 vars in 757 bytes} [Thu Jun 4 13:11:24 2026] PUT /v2.0/floatingips/9d24b045-5989-497a-beb1-b588eec58302/tags => generated 25 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1779] 10.0.0.99 () {34 vars in 751 bytes} [Thu Jun 4 13:11:24 2026] PUT /v2.0/policies/8ad53790-35a4-4c3b-9417-1bf252b4f60e/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: 887/1780] 10.0.0.99 () {34 vars in 757 bytes} [Thu Jun 4 13:11:24 2026] PUT /v2.0/floatingips/9050d433-1261-4ea8-834a-6676ce9262ae/tags => generated 34 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:11:25.123 7 INFO neutron_taas.services.taas.taas_plugin [None req-d39b9977-f108-4f7e-ab6b-d436959d4f27 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] TaaS: Handle Delete Port: f79bfda9-96ec-4edc-93da-43a9e7f87301 2026-06-04 13:11:25.129 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d39b9977-f108-4f7e-ab6b-d436959d4f27 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Tap Mirror: Handle Delete Port: f79bfda9-96ec-4edc-93da-43a9e7f87301 [pid: 8|app: 0|req: 888/1781] 10.0.0.99 () {34 vars in 751 bytes} [Thu Jun 4 13:11:25 2026] PUT /v2.0/policies/15616e42-ad85-4038-818d-5be691e6240f/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1782] 10.0.0.99 () {34 vars in 757 bytes} [Thu Jun 4 13:11:25 2026] PUT /v2.0/floatingips/91010c01-7162-4b76-af2f-0add25beb9b9/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1783] 10.0.0.99 () {34 vars in 751 bytes} [Thu Jun 4 13:11:25 2026] PUT /v2.0/policies/8c450b76-7b2a-4721-aa81-4bf2e07df0f6/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1784] 10.0.0.99 () {32 vars in 670 bytes} [Thu Jun 4 13:11:25 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1785] 10.0.0.99 () {34 vars in 751 bytes} [Thu Jun 4 13:11:25 2026] PUT /v2.0/policies/60955105-4c46-4681-95d5-abbbf1e3f4a9/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1786] 10.0.0.99 () {32 vars in 684 bytes} [Thu Jun 4 13:11:25 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1787] 10.0.0.99 () {32 vars in 680 bytes} [Thu Jun 4 13:11:25 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1788] 10.0.0.99 () {32 vars in 692 bytes} [Thu Jun 4 13:11:25 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:11:25.518 7 INFO neutron.services.segments.plugin [-] Segment ef7f268f-116b-4614-9b5b-4333f12ee732 resource provider aggregate not found 2026-06-04 13:11:25.530 7 INFO neutron.services.segments.plugin [-] Segment ef7f268f-116b-4614-9b5b-4333f12ee732 resource provider aggregate not found 2026-06-04 13:11:25.541 7 INFO neutron.services.segments.plugin [-] Segment ef7f268f-116b-4614-9b5b-4333f12ee732 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef7f268f-116b-4614-9b5b-4333f12ee732 found for delete ", "request_id": "req-782ac9a8-f891-4f72-8ae3-743d3f045aa5"}]} 2026-06-04 13:11:25.552 7 INFO neutron.services.segments.plugin [-] Segment ef7f268f-116b-4614-9b5b-4333f12ee732 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef7f268f-116b-4614-9b5b-4333f12ee732 found for delete ", "request_id": "req-4885c075-f1aa-436a-8e17-5600d896e307"}]} 2026-06-04 13:11:25.553 7 INFO neutron.db.l3_hamode_db [None req-d39b9977-f108-4f7e-ab6b-d436959d4f27 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] HA network 89de5bbf-cf10-48b4-8ff9-c5589bbff323 was deleted as no HA routers are present in tenant dbaa4cce2fa147d085dea3ce0ab8bd03. [pid: 7|app: 0|req: 894/1789] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:11:24 2026] DELETE /v2.0/routers/d9640bd6-20dc-4cf9-8b61-8c2f6cbd3110 => generated 0 bytes in 664 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1790] 10.0.0.99 () {32 vars in 678 bytes} [Thu Jun 4 13:11:25 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1791] 10.0.0.99 () {32 vars in 692 bytes} [Thu Jun 4 13:11:25 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1792] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:11:25 2026] DELETE /v2.0/subnets/74d1894a-e1e6-40e0-afb6-c63e95443379 => 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: 896/1793] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:11:25 2026] DELETE /v2.0/subnets/7b4f037d-911a-46bf-96b9-22f92aa88c61 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1794] 10.0.0.99 () {32 vars in 672 bytes} [Thu Jun 4 13:11:25 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:11:26.121 7 INFO neutron_taas.services.taas.taas_plugin [None req-91b77df1-a187-4817-b927-d307ac3ff548 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] TaaS: Handle Delete Port: a12ae81e-b980-46b3-a051-b11de056c00b 2026-06-04 13:11:26.123 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91b77df1-a187-4817-b927-d307ac3ff548 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Tap Mirror: Handle Delete Port: a12ae81e-b980-46b3-a051-b11de056c00b [pid: 8|app: 0|req: 898/1795] 10.0.0.99 () {32 vars in 688 bytes} [Thu Jun 4 13:11:25 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 495 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1796] 10.0.0.99 () {32 vars in 686 bytes} [Thu Jun 4 13:11:26 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1797] 10.0.0.99 () {32 vars in 700 bytes} [Thu Jun 4 13:11:26 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1798] 10.0.0.99 () {32 vars in 682 bytes} [Thu Jun 4 13:11:26 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1799] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:11:26 2026] DELETE /v2.0/networks/f56095c8-be16-49d8-aac0-092b0fe03781 => 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: 899/1800] 10.0.0.99 () {32 vars in 694 bytes} [Thu Jun 4 13:11:26 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:11:26.378 8 INFO neutron_taas.services.taas.taas_plugin [None req-49ff9331-c53d-4108-b43c-df1b32c49198 1b71a49da1ec423283fabd5ab827ad58 00efb0ed811140d4b95010c9b9649d53 - - default default] TaaS: Handle Delete Port: feb8a6d2-108c-4cdc-bc33-ef7389194369 2026-06-04 13:11:26.381 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49ff9331-c53d-4108-b43c-df1b32c49198 1b71a49da1ec423283fabd5ab827ad58 00efb0ed811140d4b95010c9b9649d53 - - default default] Tap Mirror: Handle Delete Port: feb8a6d2-108c-4cdc-bc33-ef7389194369 2026-06-04 13:11:26.492 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc976a4e-3344-49dc-b1fb-76c00ca8a5c1 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] TaaS: Handle Delete Port: 6bbe15ff-6502-45f2-93ca-bf13468dc6b1 2026-06-04 13:11:26.495 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc976a4e-3344-49dc-b1fb-76c00ca8a5c1 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Tap Mirror: Handle Delete Port: 6bbe15ff-6502-45f2-93ca-bf13468dc6b1 [pid: 8|app: 0|req: 902/1801] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:11:26 2026] DELETE /v2.0/floatingips/da56634d-9c4e-49ad-b3be-9bb6e68995db => 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: 903/1802] 10.0.0.99 () {32 vars in 680 bytes} [Thu Jun 4 13:11:26 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:11:26.663 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d3ca61d-42f9-4ff9-8c61-813c09eba9af 1b71a49da1ec423283fabd5ab827ad58 00efb0ed811140d4b95010c9b9649d53 - - default default] TaaS: Handle Delete Port: f6882fcb-e134-4f81-9327-fd87f1fb602a [pid: 7|app: 0|req: 900/1803] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:11:26 2026] DELETE /v2.0/networks/d1af0a77-7538-456e-a5a3-971ca127256e => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:11:26.665 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d3ca61d-42f9-4ff9-8c61-813c09eba9af 1b71a49da1ec423283fabd5ab827ad58 00efb0ed811140d4b95010c9b9649d53 - - default default] Tap Mirror: Handle Delete Port: f6882fcb-e134-4f81-9327-fd87f1fb602a [pid: 7|app: 0|req: 901/1804] 10.0.0.99 () {32 vars in 694 bytes} [Thu Jun 4 13:11:26 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:11:26.772 7 INFO neutron.db.segments_db [None req-77e60e07-c0c4-445e-8edf-28d4df9379ef 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Added segment da26d1cb-555b-4a6b-8db3-ca7783a5f272 of type vxlan for network 75a4d98c-414a-4f58-8871-918320d6fe48 [pid: 8|app: 0|req: 904/1805] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:11:26 2026] DELETE /v2.0/floatingips/9d24b045-5989-497a-beb1-b588eec58302 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1806] 10.0.0.99 () {32 vars in 690 bytes} [Thu Jun 4 13:11:26 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1807] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:11:26 2026] POST /v2.0/networks => generated 630 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1808] 10.0.0.99 () {32 vars in 702 bytes} [Thu Jun 4 13:11:26 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:11:26.941 8 INFO neutron_taas.services.taas.taas_plugin [None req-1680cb1c-d56e-4ae4-82cc-c321e8dae5d5 1b71a49da1ec423283fabd5ab827ad58 00efb0ed811140d4b95010c9b9649d53 - - default default] TaaS: Handle Delete Port: 4ca4bba8-f98b-4dfd-8ce8-3e8468755bd2 2026-06-04 13:11:26.943 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1680cb1c-d56e-4ae4-82cc-c321e8dae5d5 1b71a49da1ec423283fabd5ab827ad58 00efb0ed811140d4b95010c9b9649d53 - - default default] Tap Mirror: Handle Delete Port: 4ca4bba8-f98b-4dfd-8ce8-3e8468755bd2 [pid: 8|app: 0|req: 906/1809] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:11:26 2026] DELETE /v2.0/floatingips/9050d433-1261-4ea8-834a-6676ce9262ae => generated 0 bytes in 239 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1810] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:11:26 2026] POST /v2.0/subnets => generated 626 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1811] 10.0.0.99 () {32 vars in 732 bytes} [Thu Jun 4 13:11:27 2026] DELETE /v2.0/qos/policies/8ad53790-35a4-4c3b-9417-1bf252b4f60e => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:11:27.183 8 INFO neutron.db.segments_db [None req-e4649013-50f3-4f53-a6e0-b237449b7b66 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Added segment 3031c99a-f19a-4049-9e24-330d3638f888 of type vxlan for network 501c6dd7-fd4b-4b9c-a48e-8f390fb0aac7 2026-06-04 13:11:27.198 7 INFO neutron_taas.services.taas.taas_plugin [None req-f1407d2e-3bf6-4950-ad7c-9b0ca6ebb962 1b71a49da1ec423283fabd5ab827ad58 00efb0ed811140d4b95010c9b9649d53 - - default default] TaaS: Handle Delete Port: 8b0ce18d-ad2d-4f79-85ce-f97b3f1662d1 2026-06-04 13:11:27.199 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1407d2e-3bf6-4950-ad7c-9b0ca6ebb962 1b71a49da1ec423283fabd5ab827ad58 00efb0ed811140d4b95010c9b9649d53 - - default default] Tap Mirror: Handle Delete Port: 8b0ce18d-ad2d-4f79-85ce-f97b3f1662d1 [pid: 7|app: 0|req: 905/1812] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:11:27 2026] DELETE /v2.0/floatingips/91010c01-7162-4b76-af2f-0add25beb9b9 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1813] 10.0.0.99 () {32 vars in 732 bytes} [Thu Jun 4 13:11:27 2026] DELETE /v2.0/qos/policies/15616e42-ad85-4038-818d-5be691e6240f => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:11:27.471 8 INFO neutron.db.l3_hamode_db [None req-e4649013-50f3-4f53-a6e0-b237449b7b66 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 13:11:27.487 7 INFO neutron_taas.services.taas.taas_plugin [None req-3813b4ef-91db-4479-8af1-5dbcf71c63a1 1b71a49da1ec423283fabd5ab827ad58 00efb0ed811140d4b95010c9b9649d53 - - default default] TaaS: Handle Delete Port: 4c712dd5-2108-4df8-8849-88c21d87795b 2026-06-04 13:11:27.489 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3813b4ef-91db-4479-8af1-5dbcf71c63a1 1b71a49da1ec423283fabd5ab827ad58 00efb0ed811140d4b95010c9b9649d53 - - default default] Tap Mirror: Handle Delete Port: 4c712dd5-2108-4df8-8849-88c21d87795b 2026-06-04 13:11:27.563 7 INFO neutron.services.segments.plugin [-] Segment 2fcae5d5-d253-4919-8a71-21323ac83922 resource provider aggregate not found 2026-06-04 13:11:27.580 7 INFO neutron.services.segments.plugin [-] Segment 2fcae5d5-d253-4919-8a71-21323ac83922 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fcae5d5-d253-4919-8a71-21323ac83922 found for delete ", "request_id": "req-490b86f1-252d-4f69-97b7-c65d9864f86e"}]} 2026-06-04 13:11:27.583 7 INFO neutron.services.segments.plugin [-] Segment 2fcae5d5-d253-4919-8a71-21323ac83922 resource provider aggregate not found 2026-06-04 13:11:27.587 8 INFO neutron.db.l3_hamode_db [None req-e4649013-50f3-4f53-a6e0-b237449b7b66 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 13:11:27.598 7 INFO neutron.services.segments.plugin [-] Segment 99043e9e-2680-4394-b566-e690f5acf040 resource provider aggregate not found 2026-06-04 13:11:27.605 7 INFO neutron.services.segments.plugin [-] Segment 2fcae5d5-d253-4919-8a71-21323ac83922 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fcae5d5-d253-4919-8a71-21323ac83922 found for delete ", "request_id": "req-f2bfedf5-bc9b-434a-8a5e-3cd769efb095"}]} 2026-06-04 13:11:27.615 7 INFO neutron.services.segments.plugin [-] Segment 99043e9e-2680-4394-b566-e690f5acf040 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99043e9e-2680-4394-b566-e690f5acf040 found for delete ", "request_id": "req-5efe4add-8308-4313-a6df-09fd1b9b2f31"}]} 2026-06-04 13:11:27.627 7 INFO neutron.services.segments.plugin [-] Segment 99043e9e-2680-4394-b566-e690f5acf040 resource provider aggregate not found 2026-06-04 13:11:27.643 7 INFO neutron.services.segments.plugin [-] Segment 99043e9e-2680-4394-b566-e690f5acf040 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99043e9e-2680-4394-b566-e690f5acf040 found for delete ", "request_id": "req-7558d163-fa5f-4a25-94e6-b28bd1a9ed7f"}]} [pid: 7|app: 0|req: 907/1814] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:11:27 2026] DELETE /v2.0/floatingips/14f44a05-0885-4725-9c10-a13ad642be46 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1815] 10.0.0.99 () {32 vars in 824 bytes} [Thu Jun 4 13:11:27 2026] GET /v2.0/ports?project_id=c8cf12cc67d74fcf91e2670c46bf1909&network_id=5714e24a-7bc1-42b1-b0e0-61c47f35e2b4 => generated 3695 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1816] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:11:27 2026] POST /v2.0/routers => generated 506 bytes in 998 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1817] 10.0.0.99 () {32 vars in 732 bytes} [Thu Jun 4 13:11:28 2026] DELETE /v2.0/qos/policies/8c450b76-7b2a-4721-aa81-4bf2e07df0f6 => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1818] 10.0.0.99 () {32 vars in 732 bytes} [Thu Jun 4 13:11:28 2026] DELETE /v2.0/qos/policies/60955105-4c46-4681-95d5-abbbf1e3f4a9 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1819] 10.0.0.99 () {32 vars in 732 bytes} [Thu Jun 4 13:11:28 2026] DELETE /v2.0/qos/policies/1ad80add-4972-4686-9703-1e39047ef260 => 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: 912/1820] 10.0.0.99 () {32 vars in 740 bytes} [Thu Jun 4 13:11:28 2026] GET /v2.0/subnets?network_id=57a3a178-5e88-47bd-ae74-de426f799613 => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1821] 10.0.0.99 () {34 vars in 663 bytes} [Thu Jun 4 13:11:28 2026] POST /v2.0/ports => generated 952 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 913/1822] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:28 2026] GET /v2.0/security-groups?tenant_id=00efb0ed811140d4b95010c9b9649d53&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:11:28.953 7 INFO neutron.db.l3_db [None req-8e9a52ce-e9a5-4690-9c97-0fa14d9a581d 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] Floating IP 032478a2-e07f-4298-af5b-59fb1835d047 disassociated. External IP: 10.96.250.201, port: 1fcc36a6-409d-4f3d-9cfd-00d26ba97cf9. [pid: 7|app: 0|req: 914/1823] 10.0.0.99 () {34 vars in 747 bytes} [Thu Jun 4 13:11:28 2026] PUT /v2.0/floatingips/032478a2-e07f-4298-af5b-59fb1835d047 => generated 554 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:11:29.278 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9f92f138-a80f-44da-b90c-b88dd5ef7941'] response: {'name': 'network-changed', 'server_uuid': 'c10af8fd-af89-4a35-8f05-13fe2a03a1ce', 'tag': '1fcc36a6-409d-4f3d-9cfd-00d26ba97cf9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 915/1824] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:29 2026] DELETE /v2.0/security-groups/546f6dcd-6963-4c16-95c3-0af3717c5acc => 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: 916/1825] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:29 2026] GET /v2.0/security-groups?tenant_id=cc40f627c8fe4fec8939bd4256f5d410&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1826] 10.0.0.99 () {34 vars in 781 bytes} [Thu Jun 4 13:11:28 2026] PUT /v2.0/routers/6ba6cf40-5771-47f0-a128-97297a4f713a/add_router_interface => generated 309 bytes in 1013 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: 917/1827] 10.0.0.99 () {32 vars in 727 bytes} [Thu Jun 4 13:11:29 2026] GET /v2.0/floatingips/032478a2-e07f-4298-af5b-59fb1835d047 => generated 554 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1828] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:29 2026] GET /v2.0/security-groups?tenant_id=172be6daeaff43d0941ef355a10caa32&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1829] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:29 2026] DELETE /v2.0/security-groups/ca5f985f-4d98-4f2d-b328-cbf7b4a7bd79 => 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: 912/1830] 10.0.0.99 () {32 vars in 715 bytes} [Thu Jun 4 13:11:29 2026] GET /v2.0/ports/847ad81d-1b7b-4ddb-b5fd-20887ab00322 => generated 1026 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1831] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:29 2026] DELETE /v2.0/security-groups/fa7b53f3-4cea-4326-a516-ff114136b37b => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1832] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:11:29 2026] GET /v2.0/ports?tenant_id=c8cf12cc67d74fcf91e2670c46bf1909&device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1833] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:11:29 2026] GET /v2.0/networks?id=5714e24a-7bc1-42b1-b0e0-61c47f35e2b4 => generated 757 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1834] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:29 2026] GET /v2.0/security-groups?tenant_id=ace01c5395ee4ac282cda11d6cad9555&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:11:30.117 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e8639c8-e086-4a7f-9495-37eb662afcc4 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] TaaS: Handle Delete Port: 847ad81d-1b7b-4ddb-b5fd-20887ab00322 2026-06-04 13:11:30.119 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e8639c8-e086-4a7f-9495-37eb662afcc4 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Tap Mirror: Handle Delete Port: 847ad81d-1b7b-4ddb-b5fd-20887ab00322 [pid: 7|app: 0|req: 923/1835] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:30 2026] GET /v2.0/security-groups?tenant_id=0dc12eea16ec40bd87f232a9fbec7f40&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1836] 199.204.45.74 () {34 vars in 1058 bytes} [Thu Jun 4 13:11:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=1fcc36a6-409d-4f3d-9cfd-00d26ba97cf9 => 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: 925/1837] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:30 2026] DELETE /v2.0/security-groups/b3aa0ae8-f8c8-462a-974c-794a729d0566 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1838] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:30 2026] DELETE /v2.0/security-groups/134791b4-5b42-43d2-8f66-db6433870d35 => 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: 927/1839] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:11:30 2026] GET /v2.0/subnets?id=d234afbf-8630-41bc-96fd-89634242cdd1 => 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: 928/1840] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:11:30 2026] GET /v2.0/ports?network_id=5714e24a-7bc1-42b1-b0e0-61c47f35e2b4&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1841] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:30 2026] GET /v2.0/security-groups?tenant_id=a56a537592364420843e66392d1a5c7f&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1842] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:11:29 2026] PUT /v2.0/routers/6ba6cf40-5771-47f0-a128-97297a4f713a/remove_router_interface => generated 309 bytes in 862 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: 914/1843] 10.0.0.99 () {32 vars in 727 bytes} [Thu Jun 4 13:11:30 2026] GET /v2.0/floatingips/032478a2-e07f-4298-af5b-59fb1835d047 => generated 552 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1844] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:11:30 2026] GET /v2.0/networks/5714e24a-7bc1-42b1-b0e0-61c47f35e2b4?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: 915/1845] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:30 2026] DELETE /v2.0/security-groups/e0639c20-1347-4810-ac5e-d7ce26eadeac => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:11:30.757 7 INFO neutron.api.v2.resource [None req-a83e3955-efc2-4ad6-9975-e084046597d7 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 931/1846] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:11:30 2026] PUT /v2.0/routers/6ba6cf40-5771-47f0-a128-97297a4f713a/remove_router_interface => generated 197 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1847] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:11:30 2026] GET /v2.0/networks/5714e24a-7bc1-42b1-b0e0-61c47f35e2b4?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: 932/1848] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:11:30 2026] GET /v2.0/ports?device_id=6ba6cf40-5771-47f0-a128-97297a4f713a => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:11:30.997 8 INFO neutron_taas.services.taas.taas_plugin [None req-e0714790-99d8-44b2-8555-2b65b99687a4 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] TaaS: Handle Delete Port: 3283a25c-f419-4181-b7ed-400ca928df3f 2026-06-04 13:11:30.999 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0714790-99d8-44b2-8555-2b65b99687a4 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Tap Mirror: Handle Delete Port: 3283a25c-f419-4181-b7ed-400ca928df3f 2026-06-04 13:11:31.305 8 INFO neutron.services.segments.plugin [-] Segment 3031c99a-f19a-4049-9e24-330d3638f888 resource provider aggregate not found 2026-06-04 13:11:31.312 8 INFO neutron.services.segments.plugin [-] Segment 3031c99a-f19a-4049-9e24-330d3638f888 resource provider aggregate not found 2026-06-04 13:11:31.326 8 INFO neutron.services.segments.plugin [-] Segment 3031c99a-f19a-4049-9e24-330d3638f888 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3031c99a-f19a-4049-9e24-330d3638f888 found for delete ", "request_id": "req-7957e23c-628d-4ca9-85a9-60de6dc00496"}]} 2026-06-04 13:11:31.337 8 INFO neutron.services.segments.plugin [-] Segment 3031c99a-f19a-4049-9e24-330d3638f888 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3031c99a-f19a-4049-9e24-330d3638f888 found for delete ", "request_id": "req-95ef8ffc-d577-4f89-87f8-846ad1276cef"}]} 2026-06-04 13:11:31.345 8 INFO neutron.db.l3_hamode_db [None req-e0714790-99d8-44b2-8555-2b65b99687a4 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] HA network 501c6dd7-fd4b-4b9c-a48e-8f390fb0aac7 was deleted as no HA routers are present in tenant dbaa4cce2fa147d085dea3ce0ab8bd03. [pid: 8|app: 0|req: 917/1849] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:11:30 2026] DELETE /v2.0/routers/6ba6cf40-5771-47f0-a128-97297a4f713a => generated 0 bytes in 554 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1850] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:11:31 2026] DELETE /v2.0/subnets/f259cded-d5b3-43ca-8164-6c1d4ddba4cc => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:11:31.654 8 INFO neutron_taas.services.taas.taas_plugin [None req-28a24e59-4e79-41ec-abf3-ef84ab03d4fe 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] TaaS: Handle Delete Port: 5a7f95c2-d790-458f-8087-6db1b4a6ae96 2026-06-04 13:11:31.657 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28a24e59-4e79-41ec-abf3-ef84ab03d4fe 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Tap Mirror: Handle Delete Port: 5a7f95c2-d790-458f-8087-6db1b4a6ae96 [pid: 7|app: 0|req: 934/1851] 10.0.0.99 () {34 vars in 683 bytes} [Thu Jun 4 13:11:31 2026] POST /v2.0/security-groups => generated 1673 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1852] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:11:31 2026] DELETE /v2.0/networks/75a4d98c-414a-4f58-8871-918320d6fe48 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:11:31.890 8 INFO neutron.db.segments_db [None req-90e73767-7213-4a93-b3d6-74707bbd2e1c 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Added segment 2fa9f81c-dd35-414e-9922-2368bcf12de0 of type vxlan for network d27f8a51-7ec3-4cfa-8f57-e4f57188d58c [pid: 7|app: 0|req: 935/1853] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:11:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1854] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:11:31 2026] POST /v2.0/networks => generated 629 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1855] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:11:31 2026] POST /v2.0/security-group-rules => generated 596 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1856] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:11:31 2026] POST /v2.0/subnets => generated 626 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:11:32.173 8 INFO neutron.db.segments_db [None req-e667f33d-5a31-4921-9039-59dc58437486 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Added segment a3387e22-1870-445e-91be-07b61cf862e8 of type vxlan for network 6b403154-bb00-4d51-9698-8fb17dd486ae [pid: 7|app: 0|req: 937/1857] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:11:32 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1858] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:11:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:11:32.355 8 INFO neutron.db.l3_hamode_db [None req-e667f33d-5a31-4921-9039-59dc58437486 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 13:11:32.383 7 INFO neutron.db.securitygroups_db [None req-6da3da89-faf1-4ecd-9108-d1d554f3c765 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] Project c8cf12cc67d74fcf91e2670c46bf1909 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: 939/1859] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:11:32 2026] POST /v2.0/security-group-rules => generated 607 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:11:32.496 8 INFO neutron.db.l3_hamode_db [None req-e667f33d-5a31-4921-9039-59dc58437486 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 13:11:32.538 7 INFO neutron.db.securitygroups_db [None req-418d887b-a042-4c19-a9a0-5ebc9b4df3f0 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] Project c8cf12cc67d74fcf91e2670c46bf1909 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: 940/1860] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:11:32 2026] POST /v2.0/security-group-rules => generated 606 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1861] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:11:32 2026] POST /v2.0/routers => generated 507 bytes in 852 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1862] 10.0.0.99 () {32 vars in 647 bytes} [Thu Jun 4 13:11:33 2026] GET /v2.0/networks => generated 1298 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:11:33.353 8 INFO neutron.services.segments.plugin [-] Segment da26d1cb-555b-4a6b-8db3-ca7783a5f272 resource provider aggregate not found 2026-06-04 13:11:33.361 8 INFO neutron.services.segments.plugin [-] Segment da26d1cb-555b-4a6b-8db3-ca7783a5f272 resource provider aggregate not found 2026-06-04 13:11:33.385 8 INFO neutron.services.segments.plugin [-] Segment da26d1cb-555b-4a6b-8db3-ca7783a5f272 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da26d1cb-555b-4a6b-8db3-ca7783a5f272 found for delete ", "request_id": "req-83d9f503-d4a9-4aa5-9181-259aea08fd7f"}]} 2026-06-04 13:11:33.395 8 INFO neutron.services.segments.plugin [-] Segment da26d1cb-555b-4a6b-8db3-ca7783a5f272 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da26d1cb-555b-4a6b-8db3-ca7783a5f272 found for delete ", "request_id": "req-4248eca7-e02b-41dd-83c9-8e0be4d9d566"}]} [pid: 8|app: 0|req: 923/1863] 10.0.0.200 () {34 vars in 1097 bytes} [Thu Jun 4 13:11:33 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-422337173&fields=id&tenant_id=c8cf12cc67d74fcf91e2670c46bf1909 => generated 69 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1864] 10.0.0.200 () {34 vars in 981 bytes} [Thu Jun 4 13:11:33 2026] GET /v2.0/networks?id=5714e24a-7bc1-42b1-b0e0-61c47f35e2b4 => generated 661 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1865] 10.0.0.200 () {34 vars in 964 bytes} [Thu Jun 4 13:11:33 2026] GET /v2.0/quotas/c8cf12cc67d74fcf91e2670c46bf1909 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1866] 10.0.0.200 () {34 vars in 1001 bytes} [Thu Jun 4 13:11:33 2026] GET /v2.0/ports?tenant_id=c8cf12cc67d74fcf91e2670c46bf1909&fields=id => generated 149 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1867] 10.0.0.200 () {34 vars in 1007 bytes} [Thu Jun 4 13:11:33 2026] GET /v2.0/networks/5714e24a-7bc1-42b1-b0e0-61c47f35e2b4?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: 928/1868] 10.0.0.200 () {34 vars in 1107 bytes} [Thu Jun 4 13:11:33 2026] GET /v2.0/networks/5714e24a-7bc1-42b1-b0e0-61c47f35e2b4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1869] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:11:33 2026] GET /v2.0/ports?device_id=202ce7a9-275a-4905-ba34-b65633c8eac3 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1870] 10.0.0.99 () {34 vars in 781 bytes} [Thu Jun 4 13:11:33 2026] PUT /v2.0/routers/af81d7aa-644a-4cce-b3a2-1580116257c7/add_router_interface => generated 309 bytes in 1106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1873] 10.0.0.99 () {32 vars in 715 bytes} [Thu Jun 4 13:11:34 2026] GET /v2.0/ports/00846cc3-ad7e-44a7-902e-bf8c4f6d5b60 => generated 955 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:11:34.531 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7fffc42-5cdf-4db1-a290-80f9f09c0bd9 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] TaaS: Handle Delete Port: 00846cc3-ad7e-44a7-902e-bf8c4f6d5b60 2026-06-04 13:11:34.534 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7fffc42-5cdf-4db1-a290-80f9f09c0bd9 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Tap Mirror: Handle Delete Port: 00846cc3-ad7e-44a7-902e-bf8c4f6d5b60 [pid: 7|app: 0|req: 944/1874] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:11:34 2026] PUT /v2.0/routers/af81d7aa-644a-4cce-b3a2-1580116257c7/remove_router_interface => generated 309 bytes in 779 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1875] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:11:34 2026] GET /v2.0/ports?device_id=202ce7a9-275a-4905-ba34-b65633c8eac3 => 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: 946/1876] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:11:34 2026] GET /v2.0/ports?device_id=af81d7aa-644a-4cce-b3a2-1580116257c7 => 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: 931/1877] 10.0.0.99 () {34 vars in 682 bytes} [Thu Jun 4 13:11:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-04 13:11:35.171 7 INFO neutron_taas.services.taas.taas_plugin [None req-269f2ff2-4e37-4bb1-b164-9900727c48f4 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] TaaS: Handle Delete Port: 8256f205-1327-49a2-88ec-138ec85aa0e8 2026-06-04 13:11:35.174 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-269f2ff2-4e37-4bb1-b164-9900727c48f4 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Tap Mirror: Handle Delete Port: 8256f205-1327-49a2-88ec-138ec85aa0e8 2026-06-04 13:11:35.219 8 INFO neutron.db.segments_db [None req-6455359c-11dc-482a-9b55-fea629227ca1 7527014f8a9d426e992fd6ed170736e9 c16f270e36834f79ad77a126433144b8 - - default default] Added segment c7009e25-30c5-4642-9e8f-b7cf2fcece2c of type vxlan for network 4a67a30d-dddb-4220-b422-9faaf47ebb7b 2026-06-04 13:11:35.554 7 INFO neutron.services.segments.plugin [-] Segment a3387e22-1870-445e-91be-07b61cf862e8 resource provider aggregate not found 2026-06-04 13:11:35.559 7 INFO neutron.services.segments.plugin [-] Segment a3387e22-1870-445e-91be-07b61cf862e8 resource provider aggregate not found 2026-06-04 13:11:35.574 7 INFO neutron.services.segments.plugin [-] Segment a3387e22-1870-445e-91be-07b61cf862e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3387e22-1870-445e-91be-07b61cf862e8 found for delete ", "request_id": "req-e423640f-e0e8-4bf1-a78e-fa647d419296"}]} 2026-06-04 13:11:35.581 7 INFO neutron.services.segments.plugin [-] Segment a3387e22-1870-445e-91be-07b61cf862e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3387e22-1870-445e-91be-07b61cf862e8 found for delete ", "request_id": "req-8d9f6ac5-8bfb-4738-a7fd-5b5621a7af5e"}]} 2026-06-04 13:11:35.588 7 INFO neutron.db.l3_hamode_db [None req-269f2ff2-4e37-4bb1-b164-9900727c48f4 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] HA network 6b403154-bb00-4d51-9698-8fb17dd486ae was deleted as no HA routers are present in tenant dbaa4cce2fa147d085dea3ce0ab8bd03. 2026-06-04 13:11:35.594 8 INFO neutron.db.l3_hamode_db [None req-6455359c-11dc-482a-9b55-fea629227ca1 7527014f8a9d426e992fd6ed170736e9 c16f270e36834f79ad77a126433144b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 947/1878] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:11:34 2026] DELETE /v2.0/routers/af81d7aa-644a-4cce-b3a2-1580116257c7 => generated 0 bytes in 622 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1879] 10.0.0.99 () {34 vars in 682 bytes} [Thu Jun 4 13:11:35 2026] POST /v2.0/security-groups => generated 1601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-04 13:11:35.734 8 INFO neutron.db.l3_hamode_db [None req-6455359c-11dc-482a-9b55-fea629227ca1 7527014f8a9d426e992fd6ed170736e9 c16f270e36834f79ad77a126433144b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 949/1880] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:11:35 2026] DELETE /v2.0/subnets/cbec94a2-f4cf-4d29-b76f-b5e3a73be6a0 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1881] 10.0.0.99 () {34 vars in 682 bytes} [Thu Jun 4 13:11:35 2026] POST /v2.0/security-groups => generated 1601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-04 13:11:36.103 7 INFO neutron_taas.services.taas.taas_plugin [None req-23eb4977-4234-45c5-9c30-b34bb36e762b 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] TaaS: Handle Delete Port: 6c4440b1-cb9a-46d1-a041-819bd030d794 2026-06-04 13:11:36.109 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23eb4977-4234-45c5-9c30-b34bb36e762b 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Tap Mirror: Handle Delete Port: 6c4440b1-cb9a-46d1-a041-819bd030d794 [pid: 8|app: 0|req: 932/1882] 10.0.0.99 () {34 vars in 666 bytes} [Thu Jun 4 13:11:35 2026] POST /v2.0/routers => generated 474 bytes in 1150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1883] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:11:36 2026] DELETE /v2.0/networks/d27f8a51-7ec3-4cfa-8f57-e4f57188d58c => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1884] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:11:36 2026] GET /v2.0/ports?device_id=202ce7a9-275a-4905-ba34-b65633c8eac3 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:11:36.392 7 INFO neutron.db.l3_hamode_db [None req-22c821fe-cdea-4813-9729-f47b80b7278f 7527014f8a9d426e992fd6ed170736e9 c16f270e36834f79ad77a126433144b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 933/1885] 10.0.0.99 () {34 vars in 682 bytes} [Thu Jun 4 13:11:36 2026] POST /v2.0/security-groups => generated 1601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-04 13:11:36.485 8 INFO neutron.db.segments_db [None req-5edf398a-ecdf-4c6c-b972-d2289e168453 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Added segment ea0414cd-2a09-4002-a12b-9dcecc9f71f6 of type vxlan for network ab9c473c-c593-40de-bf8d-747f2bbd1d65 2026-06-04 13:11:36.533 7 INFO neutron.db.l3_hamode_db [None req-22c821fe-cdea-4813-9729-f47b80b7278f 7527014f8a9d426e992fd6ed170736e9 c16f270e36834f79ad77a126433144b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 13:11:36.716 8 INFO neutron.db.l3_hamode_db [None req-5edf398a-ecdf-4c6c-b972-d2289e168453 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 953/1886] 10.0.0.99 () {34 vars in 666 bytes} [Thu Jun 4 13:11:36 2026] POST /v2.0/routers => generated 474 bytes in 743 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1887] 10.0.0.99 () {34 vars in 682 bytes} [Thu Jun 4 13:11:37 2026] POST /v2.0/security-groups => generated 1601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-04 13:11:37.231 7 INFO neutron.db.l3_hamode_db [None req-db069807-b81e-4a48-9117-65e38a1289a8 7527014f8a9d426e992fd6ed170736e9 c16f270e36834f79ad77a126433144b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 13:11:37.324 7 INFO neutron.db.l3_hamode_db [None req-db069807-b81e-4a48-9117-65e38a1289a8 7527014f8a9d426e992fd6ed170736e9 c16f270e36834f79ad77a126433144b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 13:11:37.469 8 INFO neutron.db.l3_hamode_db [None req-5edf398a-ecdf-4c6c-b972-d2289e168453 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 13:11:37.596 7 INFO neutron.services.segments.plugin [-] Segment 2fa9f81c-dd35-414e-9922-2368bcf12de0 resource provider aggregate not found 2026-06-04 13:11:37.603 7 INFO neutron.services.segments.plugin [-] Segment 2fa9f81c-dd35-414e-9922-2368bcf12de0 resource provider aggregate not found 2026-06-04 13:11:37.614 7 INFO neutron.services.segments.plugin [-] Segment 2fa9f81c-dd35-414e-9922-2368bcf12de0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fa9f81c-dd35-414e-9922-2368bcf12de0 found for delete ", "request_id": "req-c6c8eb53-9336-46ad-990c-95aeb723a303"}]} 2026-06-04 13:11:37.626 7 INFO neutron.services.segments.plugin [-] Segment 2fa9f81c-dd35-414e-9922-2368bcf12de0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fa9f81c-dd35-414e-9922-2368bcf12de0 found for delete ", "request_id": "req-64ed1d34-a894-4fa3-87c9-b120e881b4a8"}]} [pid: 7|app: 0|req: 955/1888] 10.0.0.99 () {34 vars in 666 bytes} [Thu Jun 4 13:11:37 2026] POST /v2.0/routers => generated 474 bytes in 762 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1889] 10.0.0.99 () {34 vars in 765 bytes} [Thu Jun 4 13:11:37 2026] PUT /v2.0/security-groups/13f5c749-cd1c-481e-b6f7-90c4fa709efd/tags => generated 17 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1890] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:11:38 2026] GET /v2.0/ports?device_id=202ce7a9-275a-4905-ba34-b65633c8eac3 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:11:38.106 7 INFO neutron.db.l3_hamode_db [None req-592f1417-9a68-4a1b-b368-dfb351455662 7527014f8a9d426e992fd6ed170736e9 c16f270e36834f79ad77a126433144b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 13:11:38.218 7 INFO neutron.db.l3_hamode_db [None req-592f1417-9a68-4a1b-b368-dfb351455662 7527014f8a9d426e992fd6ed170736e9 c16f270e36834f79ad77a126433144b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 934/1891] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:11:36 2026] POST /v2.0/routers => generated 688 bytes in 1851 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1892] 10.0.0.99 () {34 vars in 765 bytes} [Thu Jun 4 13:11:38 2026] PUT /v2.0/security-groups/04c3973f-ef6f-4ac3-b625-754b0957cfbb/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: 936/1893] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:11:38 2026] GET /v2.0/networks?id=5714e24a-7bc1-42b1-b0e0-61c47f35e2b4 => generated 661 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1894] 10.0.0.99 () {32 vars in 719 bytes} [Thu Jun 4 13:11:38 2026] GET /v2.0/routers/949457ed-970c-423c-bdb3-e64dc2d79285 => generated 694 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1895] 10.0.0.99 () {34 vars in 765 bytes} [Thu Jun 4 13:11:38 2026] PUT /v2.0/security-groups/a69d3b8c-ff81-4fc4-b1d7-5894a9647c23/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1896] 199.204.45.74 () {34 vars in 1048 bytes} [Thu Jun 4 13:11:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c8cf12cc67d74fcf91e2670c46bf1909 => generated 272 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1897] 10.0.0.99 () {32 vars in 645 bytes} [Thu Jun 4 13:11:38 2026] GET /v2.0/routers => generated 697 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1898] 10.0.0.99 () {34 vars in 765 bytes} [Thu Jun 4 13:11:38 2026] PUT /v2.0/security-groups/7fc50e86-1474-4c5e-9dec-72a0fd97ea54/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1899] 10.0.0.99 () {34 vars in 666 bytes} [Thu Jun 4 13:11:38 2026] POST /v2.0/routers => generated 474 bytes in 722 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1900] 199.204.45.74 () {38 vars in 953 bytes} [Thu Jun 4 13:11:38 2026] POST /v2.0/ports => generated 954 bytes in 377 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: 943/1901] 10.0.0.99 () {32 vars in 678 bytes} [Thu Jun 4 13:11:39 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:11:39.081 8 INFO neutron.db.l3_hamode_db [None req-837f1074-ee91-4d62-8010-90b60ae61ddd 7527014f8a9d426e992fd6ed170736e9 c16f270e36834f79ad77a126433144b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 959/1902] 10.0.0.99 () {34 vars in 739 bytes} [Thu Jun 4 13:11:38 2026] PUT /v2.0/routers/949457ed-970c-423c-bdb3-e64dc2d79285 => generated 701 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:11:39.199 8 INFO neutron.db.l3_hamode_db [None req-837f1074-ee91-4d62-8010-90b60ae61ddd 7527014f8a9d426e992fd6ed170736e9 c16f270e36834f79ad77a126433144b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 960/1903] 199.204.45.74 () {38 vars in 1026 bytes} [Thu Jun 4 13:11:39 2026] PUT /v2.0/ports/32221e47-73ed-41ae-89da-893bdeef1bba => generated 1235 bytes in 444 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-04 13:11:39.642 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-790a5e77-8760-4b76-84a9-a553418783fd'] response: {'name': 'network-changed', 'server_uuid': '202ce7a9-275a-4905-ba34-b65633c8eac3', 'tag': '32221e47-73ed-41ae-89da-893bdeef1bba', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 961/1904] 10.0.0.99 () {32 vars in 692 bytes} [Thu Jun 4 13:11:39 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1905] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:11:39 2026] GET /v2.0/ports?device_id=202ce7a9-275a-4905-ba34-b65633c8eac3 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1906] 10.0.0.99 () {32 vars in 719 bytes} [Thu Jun 4 13:11:39 2026] GET /v2.0/routers/949457ed-970c-423c-bdb3-e64dc2d79285 => generated 701 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1907] 10.0.0.99 () {34 vars in 666 bytes} [Thu Jun 4 13:11:39 2026] POST /v2.0/routers => generated 474 bytes in 782 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1908] 10.0.0.99 () {32 vars in 688 bytes} [Thu Jun 4 13:11:39 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1909] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:11:39 2026] GET /v2.0/ports?device_id=949457ed-970c-423c-bdb3-e64dc2d79285 => 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: 945/1910] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:11:39 2026] GET /v2.0/security-groups?id=3fee6cf4-e302-46d5-8f4d-aa1b0d3def9f&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1911] 10.0.0.99 () {32 vars in 700 bytes} [Thu Jun 4 13:11:39 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1912] 10.0.0.99 () {34 vars in 749 bytes} [Thu Jun 4 13:11:39 2026] PUT /v2.0/routers/88f67a2c-ca90-4762-a19a-1faa3ad526e0/tags => generated 17 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1913] 10.0.0.99 () {32 vars in 686 bytes} [Thu Jun 4 13:11:39 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:11:40.082 8 INFO neutron_taas.services.taas.taas_plugin [None req-ec567886-b691-4834-8287-f8e50d274ebd 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] TaaS: Handle Delete Port: e5ba5742-9a45-454c-88e8-4ef7b3973a0e 2026-06-04 13:11:40.084 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec567886-b691-4834-8287-f8e50d274ebd 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Tap Mirror: Handle Delete Port: e5ba5742-9a45-454c-88e8-4ef7b3973a0e [pid: 7|app: 0|req: 968/1914] 10.0.0.99 () {34 vars in 749 bytes} [Thu Jun 4 13:11:40 2026] PUT /v2.0/routers/233205a9-ae78-4965-93a6-713d8fdfbf7c/tags => generated 25 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1915] 10.0.0.99 () {32 vars in 700 bytes} [Thu Jun 4 13:11:40 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1916] 10.0.0.99 () {34 vars in 749 bytes} [Thu Jun 4 13:11:40 2026] PUT /v2.0/routers/495a67bb-b4d4-40c2-ab3e-0327c17d89d2/tags => generated 34 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1917] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:11:40 2026] GET /v2.0/ports?tenant_id=c8cf12cc67d74fcf91e2670c46bf1909&device_id=202ce7a9-275a-4905-ba34-b65633c8eac3 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:11:40.343 8 INFO neutron_taas.services.taas.taas_plugin [None req-ec567886-b691-4834-8287-f8e50d274ebd 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] TaaS: Handle Delete Port: 50c19a38-28b8-46a9-862b-08f96059194e 2026-06-04 13:11:40.346 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec567886-b691-4834-8287-f8e50d274ebd 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] Tap Mirror: Handle Delete Port: 50c19a38-28b8-46a9-862b-08f96059194e [pid: 7|app: 0|req: 972/1918] 10.0.0.99 () {32 vars in 696 bytes} [Thu Jun 4 13:11:40 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1919] 10.0.0.99 () {34 vars in 749 bytes} [Thu Jun 4 13:11:40 2026] PUT /v2.0/routers/7489ad3c-3242-4a6e-8082-f0ccf137be94/tags => generated 19 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1920] 199.204.45.74 () {34 vars in 1016 bytes} [Thu Jun 4 13:11:40 2026] GET /v2.0/networks?tenant_id=c8cf12cc67d74fcf91e2670c46bf1909&shared=False => generated 757 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1921] 10.0.0.99 () {32 vars in 708 bytes} [Thu Jun 4 13:11:40 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:11:40.707 8 INFO neutron.services.segments.plugin [-] Segment ea0414cd-2a09-4002-a12b-9dcecc9f71f6 resource provider aggregate not found [pid: 7|app: 0|req: 976/1922] 10.0.0.99 () {32 vars in 662 bytes} [Thu Jun 4 13:11:40 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:11:40.717 8 INFO neutron.services.segments.plugin [-] Segment ea0414cd-2a09-4002-a12b-9dcecc9f71f6 resource provider aggregate not found 2026-06-04 13:11:40.733 8 INFO neutron.services.segments.plugin [-] Segment ea0414cd-2a09-4002-a12b-9dcecc9f71f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea0414cd-2a09-4002-a12b-9dcecc9f71f6 found for delete ", "request_id": "req-d634fbad-9719-4157-8e89-f81a5b82c30c"}]} 2026-06-04 13:11:40.737 8 INFO neutron.services.segments.plugin [-] Segment ea0414cd-2a09-4002-a12b-9dcecc9f71f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea0414cd-2a09-4002-a12b-9dcecc9f71f6 found for delete ", "request_id": "req-0381f612-0125-419f-9edf-49d4da79530f"}]} 2026-06-04 13:11:40.738 8 INFO neutron.db.l3_hamode_db [None req-ec567886-b691-4834-8287-f8e50d274ebd 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] HA network ab9c473c-c593-40de-bf8d-747f2bbd1d65 was deleted as no HA routers are present in tenant dbaa4cce2fa147d085dea3ce0ab8bd03. [pid: 8|app: 0|req: 947/1923] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:11:39 2026] DELETE /v2.0/routers/949457ed-970c-423c-bdb3-e64dc2d79285 => generated 0 bytes in 859 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1924] 199.204.45.74 () {34 vars in 928 bytes} [Thu Jun 4 13:11:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1925] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:40 2026] DELETE /v2.0/security-groups/13f5c749-cd1c-481e-b6f7-90c4fa709efd => 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: 978/1926] 10.0.0.99 () {32 vars in 676 bytes} [Thu Jun 4 13:11:40 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1927] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:11:40 2026] GET /v2.0/ports?device_id=949457ed-970c-423c-bdb3-e64dc2d79285 => 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: 950/1928] 10.0.0.99 () {32 vars in 672 bytes} [Thu Jun 4 13:11:40 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1929] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:40 2026] DELETE /v2.0/security-groups/04c3973f-ef6f-4ac3-b625-754b0957cfbb => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:11:40.931 8 INFO neutron.api.v2.resource [None req-eb6d7d31-5b63-46b5-9438-0fded8ec82c4 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 951/1930] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:11:40 2026] DELETE /v2.0/routers/949457ed-970c-423c-bdb3-e64dc2d79285 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1931] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:11:40 2026] GET /v2.0/ports?device_id=202ce7a9-275a-4905-ba34-b65633c8eac3 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1932] 10.0.0.99 () {32 vars in 684 bytes} [Thu Jun 4 13:11:40 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1933] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:11:40 2026] GET /v2.0/ports?device_id=af81d7aa-644a-4cce-b3a2-1580116257c7 => 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: 954/1934] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:11:40 2026] GET /v2.0/security-groups?id=3fee6cf4-e302-46d5-8f4d-aa1b0d3def9f&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1935] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:40 2026] DELETE /v2.0/security-groups/a69d3b8c-ff81-4fc4-b1d7-5894a9647c23 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:11:41.051 7 INFO neutron.api.v2.resource [None req-b100b67d-a823-438d-b6d2-1fae9c8b3f14 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 982/1936] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:11:41 2026] DELETE /v2.0/routers/af81d7aa-644a-4cce-b3a2-1580116257c7 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1937] 10.0.0.99 () {32 vars in 670 bytes} [Thu Jun 4 13:11:41 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:11:41.102 8 INFO neutron.pecan_wsgi.hooks.translation [None req-493b1003-41d5-4bf0-a349-133f6d55e546 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 956/1938] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:11:41 2026] DELETE /v2.0/subnets/cbec94a2-f4cf-4d29-b76f-b5e3a73be6a0 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1939] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:41 2026] DELETE /v2.0/security-groups/7fc50e86-1474-4c5e-9dec-72a0fd97ea54 => 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: 984/1940] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:11:41 2026] GET /v2.0/ports?device_id=6ba6cf40-5771-47f0-a128-97297a4f713a => 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: 957/1941] 10.0.0.99 () {32 vars in 684 bytes} [Thu Jun 4 13:11:41 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:11:41.191 8 INFO neutron.api.v2.resource [None req-2112385f-ab3c-44ac-8e04-2becc35280e6 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 958/1942] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:11:41 2026] DELETE /v2.0/routers/6ba6cf40-5771-47f0-a128-97297a4f713a => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1943] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:41 2026] DELETE /v2.0/security-groups/72db5708-dd6d-45a2-9616-e3331c3d1d63 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:11:41.232 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e5ca7684-b8bc-4c04-b388-bcb5ff69aa1d 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 986/1944] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:11:41 2026] DELETE /v2.0/subnets/f259cded-d5b3-43ca-8164-6c1d4ddba4cc => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1945] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:11:41 2026] GET /v2.0/ports?device_id=d9640bd6-20dc-4cf9-8b61-8c2f6cbd3110 => 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: 959/1946] 10.0.0.99 () {32 vars in 680 bytes} [Thu Jun 4 13:11:41 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:11:41.277 7 INFO neutron.api.v2.resource [None req-e500a6cb-0578-4668-a36a-3a5edfded4d3 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 988/1947] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:11:41 2026] DELETE /v2.0/routers/d9640bd6-20dc-4cf9-8b61-8c2f6cbd3110 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:11:41.294 7 INFO neutron.pecan_wsgi.hooks.translation [None req-85d8a1ed-5f7a-4631-a52b-e924281a94a5 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 989/1948] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:11:41 2026] DELETE /v2.0/subnets/74d1894a-e1e6-40e0-afb6-c63e95443379 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:11:41.312 7 INFO neutron.pecan_wsgi.hooks.translation [None req-00c6aa46-c7fb-4d1a-bafb-d8ce12b56752 3e62bc8a2a3f428080adc42f5bdc15ee dbaa4cce2fa147d085dea3ce0ab8bd03 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 990/1949] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:11:41 2026] DELETE /v2.0/subnets/7b4f037d-911a-46bf-96b9-22f92aa88c61 => 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: 960/1950] 10.0.0.99 () {32 vars in 692 bytes} [Thu Jun 4 13:11:41 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1951] 10.0.0.99 () {32 vars in 719 bytes} [Thu Jun 4 13:11:41 2026] GET /v2.0/routers/88f67a2c-ca90-4762-a19a-1faa3ad526e0 => generated 485 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1952] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:11:41 2026] GET /v2.0/ports?tenant_id=c8cf12cc67d74fcf91e2670c46bf1909&device_id=202ce7a9-275a-4905-ba34-b65633c8eac3 => generated 1238 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1953] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:11:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=32221e47-73ed-41ae-89da-893bdeef1bba => 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: 994/1954] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:11:41 2026] GET /v2.0/subnets?id=d234afbf-8630-41bc-96fd-89634242cdd1 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1955] 10.0.0.99 () {34 vars in 740 bytes} [Thu Jun 4 13:11:41 2026] PUT /v2.0/routers/88f67a2c-ca90-4762-a19a-1faa3ad526e0 => generated 485 bytes in 561 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1956] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:11:41 2026] GET /v2.0/ports?network_id=5714e24a-7bc1-42b1-b0e0-61c47f35e2b4&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1957] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:11:42 2026] GET /v2.0/ports?device_id=88f67a2c-ca90-4762-a19a-1faa3ad526e0 => 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: 995/1958] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:41 2026] GET /v2.0/security-groups?tenant_id=dbaa4cce2fa147d085dea3ce0ab8bd03&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1959] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:11:42 2026] GET /v2.0/networks/5714e24a-7bc1-42b1-b0e0-61c47f35e2b4?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1960] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:42 2026] GET /v2.0/security-groups?tenant_id=321dc6537c8942d78991847b53fd6630&name=default => generated 2925 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1961] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:42 2026] DELETE /v2.0/security-groups/9fe8d9ce-6183-4714-8135-9b41f71b602c => 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: 966/1962] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:11:42 2026] GET /v2.0/ports?device_id=202ce7a9-275a-4905-ba34-b65633c8eac3 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:11:42.271 7 INFO neutron_taas.services.taas.taas_plugin [None req-12e990b0-ef6f-4e23-9294-f5264b6aef8c 7527014f8a9d426e992fd6ed170736e9 c16f270e36834f79ad77a126433144b8 - - default default] TaaS: Handle Delete Port: 061bafa2-1ee1-4904-85e5-0a09043735d8 2026-06-04 13:11:42.274 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12e990b0-ef6f-4e23-9294-f5264b6aef8c 7527014f8a9d426e992fd6ed170736e9 c16f270e36834f79ad77a126433144b8 - - default default] Tap Mirror: Handle Delete Port: 061bafa2-1ee1-4904-85e5-0a09043735d8 [pid: 8|app: 0|req: 967/1963] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:11:42 2026] GET /v2.0/networks/5714e24a-7bc1-42b1-b0e0-61c47f35e2b4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1964] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:42 2026] DELETE /v2.0/security-groups/6d76f401-a103-40c4-8f70-5bd26eaa7762 => 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: 969/1965] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:11:42 2026] GET /v2.0/security-groups?id=3fee6cf4-e302-46d5-8f4d-aa1b0d3def9f&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1966] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:11:42 2026] DELETE /v2.0/routers/88f67a2c-ca90-4762-a19a-1faa3ad526e0 => generated 0 bytes in 404 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1967] 10.0.0.99 () {32 vars in 719 bytes} [Thu Jun 4 13:11:42 2026] GET /v2.0/routers/233205a9-ae78-4965-93a6-713d8fdfbf7c => generated 493 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1968] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:42 2026] GET /v2.0/security-groups?tenant_id=3b82c72093554994847f16137910eef7&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1969] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:42 2026] DELETE /v2.0/security-groups/79b76804-9c60-4770-bda2-901f2a4dc1b0 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1970] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:42 2026] GET /v2.0/security-groups?tenant_id=88f74edccdfa45a186e5734cabc26296&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1971] 10.0.0.99 () {34 vars in 740 bytes} [Thu Jun 4 13:11:42 2026] PUT /v2.0/routers/233205a9-ae78-4965-93a6-713d8fdfbf7c => generated 493 bytes in 515 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1972] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:11:43 2026] GET /v2.0/ports?device_id=233205a9-ae78-4965-93a6-713d8fdfbf7c => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1973] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:43 2026] DELETE /v2.0/security-groups/f42d1f2d-8fb6-44dc-b36c-4491882195eb => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:11:43.275 7 INFO neutron_taas.services.taas.taas_plugin [None req-556a108b-3962-49b1-909f-049f0f661933 7527014f8a9d426e992fd6ed170736e9 c16f270e36834f79ad77a126433144b8 - - default default] TaaS: Handle Delete Port: e530d56f-12a1-454b-bf84-ac2b17ae79fb 2026-06-04 13:11:43.278 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-556a108b-3962-49b1-909f-049f0f661933 7527014f8a9d426e992fd6ed170736e9 c16f270e36834f79ad77a126433144b8 - - default default] Tap Mirror: Handle Delete Port: e530d56f-12a1-454b-bf84-ac2b17ae79fb [pid: 7|app: 0|req: 1000/1974] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:11:43 2026] DELETE /v2.0/routers/233205a9-ae78-4965-93a6-713d8fdfbf7c => generated 0 bytes in 398 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1975] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:11:43 2026] GET /v2.0/ports?device_id=202ce7a9-275a-4905-ba34-b65633c8eac3 => 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: 1001/1976] 10.0.0.99 () {32 vars in 719 bytes} [Thu Jun 4 13:11:43 2026] GET /v2.0/routers/495a67bb-b4d4-40c2-ab3e-0327c17d89d2 => generated 502 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1977] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:11:43 2026] GET /v2.0/security-groups?id=3fee6cf4-e302-46d5-8f4d-aa1b0d3def9f&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1978] 10.0.0.99 () {34 vars in 740 bytes} [Thu Jun 4 13:11:43 2026] PUT /v2.0/routers/495a67bb-b4d4-40c2-ab3e-0327c17d89d2 => generated 502 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1979] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:11:44 2026] GET /v2.0/ports?device_id=495a67bb-b4d4-40c2-ab3e-0327c17d89d2 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:11:44.211 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6665099-c504-4e21-b4df-30918f7713be 7527014f8a9d426e992fd6ed170736e9 c16f270e36834f79ad77a126433144b8 - - default default] TaaS: Handle Delete Port: 90d7153a-95b1-449b-9ab5-71766cba9bd9 2026-06-04 13:11:44.215 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6665099-c504-4e21-b4df-30918f7713be 7527014f8a9d426e992fd6ed170736e9 c16f270e36834f79ad77a126433144b8 - - default default] Tap Mirror: Handle Delete Port: 90d7153a-95b1-449b-9ab5-71766cba9bd9 [pid: 7|app: 0|req: 1003/1980] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:11:44 2026] DELETE /v2.0/routers/495a67bb-b4d4-40c2-ab3e-0327c17d89d2 => generated 0 bytes in 375 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1981] 10.0.0.99 () {32 vars in 719 bytes} [Thu Jun 4 13:11:44 2026] GET /v2.0/routers/7489ad3c-3242-4a6e-8082-f0ccf137be94 => generated 487 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1982] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:11:44 2026] GET /v2.0/ports?device_id=202ce7a9-275a-4905-ba34-b65633c8eac3 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1983] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:11:44 2026] GET /v2.0/security-groups?id=3fee6cf4-e302-46d5-8f4d-aa1b0d3def9f&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1984] 10.0.0.99 () {34 vars in 740 bytes} [Thu Jun 4 13:11:44 2026] PUT /v2.0/routers/7489ad3c-3242-4a6e-8082-f0ccf137be94 => generated 487 bytes in 992 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1985] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:11:45 2026] GET /v2.0/ports?device_id=7489ad3c-3242-4a6e-8082-f0ccf137be94 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:11:45.736 7 INFO neutron_taas.services.taas.taas_plugin [None req-a80f5c1a-420b-49c1-83db-234171f40983 7527014f8a9d426e992fd6ed170736e9 c16f270e36834f79ad77a126433144b8 - - default default] TaaS: Handle Delete Port: 07949210-68ed-4c86-9713-9f8ceede6fc8 2026-06-04 13:11:45.739 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a80f5c1a-420b-49c1-83db-234171f40983 7527014f8a9d426e992fd6ed170736e9 c16f270e36834f79ad77a126433144b8 - - default default] Tap Mirror: Handle Delete Port: 07949210-68ed-4c86-9713-9f8ceede6fc8 [pid: 8|app: 0|req: 982/1986] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:11:45 2026] GET /v2.0/ports?device_id=202ce7a9-275a-4905-ba34-b65633c8eac3 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1987] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:11:45 2026] DELETE /v2.0/routers/7489ad3c-3242-4a6e-8082-f0ccf137be94 => generated 0 bytes in 441 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1988] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:11:45 2026] GET /v2.0/security-groups?id=3fee6cf4-e302-46d5-8f4d-aa1b0d3def9f&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1989] 10.0.0.99 () {32 vars in 719 bytes} [Thu Jun 4 13:11:45 2026] GET /v2.0/routers/1d8caecd-ba0b-45c2-8de3-5ba8d1c18fef => generated 480 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1990] 10.0.0.99 () {34 vars in 740 bytes} [Thu Jun 4 13:11:46 2026] PUT /v2.0/routers/1d8caecd-ba0b-45c2-8de3-5ba8d1c18fef => generated 480 bytes in 992 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1991] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:47 2026] GET /v2.0/security-groups?tenant_id=7ad97999f3e94211814a3643ac535791&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1992] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:11:47 2026] GET /v2.0/ports?device_id=1d8caecd-ba0b-45c2-8de3-5ba8d1c18fef => 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: 987/1993] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:11:47 2026] GET /v2.0/ports?device_id=202ce7a9-275a-4905-ba34-b65633c8eac3 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1994] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:47 2026] DELETE /v2.0/security-groups/f8318f31-506f-4785-a142-15381f7103b1 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:11:47.548 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce8f3831-e40b-47ad-b4db-acc9196cecf7 7527014f8a9d426e992fd6ed170736e9 c16f270e36834f79ad77a126433144b8 - - default default] TaaS: Handle Delete Port: af2c8566-a520-4631-abf5-c8ed13c19e3f 2026-06-04 13:11:47.551 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce8f3831-e40b-47ad-b4db-acc9196cecf7 7527014f8a9d426e992fd6ed170736e9 c16f270e36834f79ad77a126433144b8 - - default default] Tap Mirror: Handle Delete Port: af2c8566-a520-4631-abf5-c8ed13c19e3f [pid: 7|app: 0|req: 1007/1995] 10.0.0.99 () {34 vars in 674 bytes} [Thu Jun 4 13:11:46 2026] POST /v2.0/floatingips => generated 552 bytes in 858 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1996] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:11:47 2026] GET /v2.0/security-groups?id=3fee6cf4-e302-46d5-8f4d-aa1b0d3def9f&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1997] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:47 2026] GET /v2.0/security-groups?tenant_id=35441dbfd4594c22bf93002a16a763db&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:11:47.853 8 INFO neutron.services.segments.plugin [-] Segment c7009e25-30c5-4642-9e8f-b7cf2fcece2c resource provider aggregate not found [pid: 7|app: 0|req: 1010/1998] 10.0.0.99 () {34 vars in 757 bytes} [Thu Jun 4 13:11:47 2026] PUT /v2.0/floatingips/9cb4ca87-a58e-469d-8395-1cb9a86545cb/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:11:47.859 8 INFO neutron.services.segments.plugin [-] Segment c7009e25-30c5-4642-9e8f-b7cf2fcece2c resource provider aggregate not found 2026-06-04 13:11:47.875 8 INFO neutron.services.segments.plugin [-] Segment c7009e25-30c5-4642-9e8f-b7cf2fcece2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7009e25-30c5-4642-9e8f-b7cf2fcece2c found for delete ", "request_id": "req-b18730d1-964b-4a26-882c-a940ad3d9f27"}]} 2026-06-04 13:11:47.876 8 INFO neutron.db.l3_hamode_db [None req-ce8f3831-e40b-47ad-b4db-acc9196cecf7 7527014f8a9d426e992fd6ed170736e9 c16f270e36834f79ad77a126433144b8 - - default default] HA network 4a67a30d-dddb-4220-b422-9faaf47ebb7b was deleted as no HA routers are present in tenant c16f270e36834f79ad77a126433144b8. 2026-06-04 13:11:47.880 8 INFO neutron.services.segments.plugin [-] Segment c7009e25-30c5-4642-9e8f-b7cf2fcece2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7009e25-30c5-4642-9e8f-b7cf2fcece2c found for delete ", "request_id": "req-ea31ddae-7ecf-4f6b-bf33-a3a2a1b916b6"}]} [pid: 8|app: 0|req: 989/1999] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:11:47 2026] DELETE /v2.0/routers/1d8caecd-ba0b-45c2-8de3-5ba8d1c18fef => generated 0 bytes in 504 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2000] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:11:47 2026] GET /v2.0/ports?device_id=202ce7a9-275a-4905-ba34-b65633c8eac3 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2001] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:47 2026] DELETE /v2.0/security-groups/8aa0fec9-fb06-479a-94ac-fce20891a16a => 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: 1012/2002] 10.0.0.99 () {32 vars in 737 bytes} [Thu Jun 4 13:11:47 2026] GET /v2.0/floatingips/9cb4ca87-a58e-469d-8395-1cb9a86545cb/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2003] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:11:47 2026] GET /v2.0/security-groups?id=3fee6cf4-e302-46d5-8f4d-aa1b0d3def9f&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2004] 10.0.0.99 () {34 vars in 768 bytes} [Thu Jun 4 13:11:47 2026] PUT /v2.0/floatingips/9cb4ca87-a58e-469d-8395-1cb9a86545cb/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2005] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:11:48 2026] GET /v2.0/ports?device_id=202ce7a9-275a-4905-ba34-b65633c8eac3 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2006] 10.0.0.99 () {32 vars in 737 bytes} [Thu Jun 4 13:11:48 2026] GET /v2.0/floatingips/9cb4ca87-a58e-469d-8395-1cb9a86545cb/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: 1015/2007] 10.0.0.99 () {34 vars in 764 bytes} [Thu Jun 4 13:11:48 2026] PUT /v2.0/floatingips/9cb4ca87-a58e-469d-8395-1cb9a86545cb/tags/red => 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: 1016/2008] 10.0.0.99 () {32 vars in 737 bytes} [Thu Jun 4 13:11:48 2026] GET /v2.0/floatingips/9cb4ca87-a58e-469d-8395-1cb9a86545cb/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2009] 10.0.0.99 () {34 vars in 786 bytes} [Thu Jun 4 13:11:48 2026] PUT /v2.0/floatingips/9cb4ca87-a58e-469d-8395-1cb9a86545cb/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-04 13:11:48.337 8 INFO neutron.db.l3_db [None req-8890be4a-cbad-4bf8-975c-fd19eeec560d 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] Floating IP 032478a2-e07f-4298-af5b-59fb1835d047 associated. External IP: 10.96.250.201, port: 32221e47-73ed-41ae-89da-893bdeef1bba. [pid: 7|app: 0|req: 1018/2010] 10.0.0.99 () {32 vars in 737 bytes} [Thu Jun 4 13:11:48 2026] GET /v2.0/floatingips/9cb4ca87-a58e-469d-8395-1cb9a86545cb/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2011] 10.0.0.99 () {34 vars in 757 bytes} [Thu Jun 4 13:11:48 2026] PUT /v2.0/floatingips/9cb4ca87-a58e-469d-8395-1cb9a86545cb/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2012] 10.0.0.99 () {32 vars in 737 bytes} [Thu Jun 4 13:11:48 2026] GET /v2.0/floatingips/9cb4ca87-a58e-469d-8395-1cb9a86545cb/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2013] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:11:48 2026] GET /v2.0/floatingips/9cb4ca87-a58e-469d-8395-1cb9a86545cb/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:11:48.600 7 INFO neutron.api.v2.resource [None req-104580e0-5b4b-43d6-8257-f2f8938f746b 268605fae3f94facb5652d43d531e166 368239ad9c9744cb9b279fc669e88f80 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1022/2014] 10.0.0.99 () {32 vars in 749 bytes} [Thu Jun 4 13:11:48 2026] GET /v2.0/floatingips/9cb4ca87-a58e-469d-8395-1cb9a86545cb/tags/green => generated 99 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2015] 10.0.0.99 () {34 vars in 747 bytes} [Thu Jun 4 13:11:48 2026] PUT /v2.0/floatingips/032478a2-e07f-4298-af5b-59fb1835d047 => generated 855 bytes in 583 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2016] 10.0.0.99 () {32 vars in 748 bytes} [Thu Jun 4 13:11:48 2026] DELETE /v2.0/floatingips/9cb4ca87-a58e-469d-8395-1cb9a86545cb/tags/red => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:11:48.685 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-113f46db-ec23-4ab2-8551-c511a8119a82'] response: {'name': 'network-changed', 'server_uuid': '202ce7a9-275a-4905-ba34-b65633c8eac3', 'tag': '32221e47-73ed-41ae-89da-893bdeef1bba', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 994/2017] 10.0.0.99 () {32 vars in 727 bytes} [Thu Jun 4 13:11:48 2026] GET /v2.0/floatingips/032478a2-e07f-4298-af5b-59fb1835d047 => generated 855 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2018] 10.0.0.99 () {32 vars in 737 bytes} [Thu Jun 4 13:11:48 2026] GET /v2.0/floatingips/9cb4ca87-a58e-469d-8395-1cb9a86545cb/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:11:48.761 8 INFO neutron.api.v2.resource [None req-db0399af-f475-435b-ba28-777317377f19 268605fae3f94facb5652d43d531e166 368239ad9c9744cb9b279fc669e88f80 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 995/2019] 10.0.0.99 () {32 vars in 752 bytes} [Thu Jun 4 13:11:48 2026] DELETE /v2.0/floatingips/9cb4ca87-a58e-469d-8395-1cb9a86545cb/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2020] 10.0.0.99 () {32 vars in 740 bytes} [Thu Jun 4 13:11:48 2026] DELETE /v2.0/floatingips/9cb4ca87-a58e-469d-8395-1cb9a86545cb/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2021] 10.0.0.99 () {32 vars in 737 bytes} [Thu Jun 4 13:11:48 2026] GET /v2.0/floatingips/9cb4ca87-a58e-469d-8395-1cb9a86545cb/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:11:48.996 7 INFO neutron_taas.services.taas.taas_plugin [None req-dedc219f-6044-483f-a6fa-8ccbdf9a998f 268605fae3f94facb5652d43d531e166 368239ad9c9744cb9b279fc669e88f80 - - default default] TaaS: Handle Delete Port: 64f31741-6ebb-40ab-bf98-1a9573c7ebc6 2026-06-04 13:11:48.999 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dedc219f-6044-483f-a6fa-8ccbdf9a998f 268605fae3f94facb5652d43d531e166 368239ad9c9744cb9b279fc669e88f80 - - default default] Tap Mirror: Handle Delete Port: 64f31741-6ebb-40ab-bf98-1a9573c7ebc6 [pid: 8|app: 0|req: 996/2022] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:48 2026] GET /v2.0/security-groups?tenant_id=3a968e9b69cd451bb7ad12314c529d78&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2023] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:11:48 2026] DELETE /v2.0/floatingips/9cb4ca87-a58e-469d-8395-1cb9a86545cb => generated 0 bytes in 258 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2026] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:49 2026] DELETE /v2.0/security-groups/6f47efef-0474-473b-8045-dd3670528a25 => 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: 1030/2027] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:11:49 2026] GET /v2.0/ports?tenant_id=c8cf12cc67d74fcf91e2670c46bf1909&device_id=202ce7a9-275a-4905-ba34-b65633c8eac3 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2028] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:11:49 2026] GET /v2.0/networks?id=5714e24a-7bc1-42b1-b0e0-61c47f35e2b4 => generated 757 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2029] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:11:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=32221e47-73ed-41ae-89da-893bdeef1bba => generated 858 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2030] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:11:49 2026] GET /v2.0/subnets?id=d234afbf-8630-41bc-96fd-89634242cdd1 => 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: 1000/2031] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:11:49 2026] GET /v2.0/ports?network_id=5714e24a-7bc1-42b1-b0e0-61c47f35e2b4&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2032] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:11:49 2026] GET /v2.0/networks/5714e24a-7bc1-42b1-b0e0-61c47f35e2b4?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2033] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:49 2026] GET /v2.0/security-groups?tenant_id=3fde662abe314311b807bc1dde3d4227&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: 1002/2034] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:11:49 2026] GET /v2.0/networks/5714e24a-7bc1-42b1-b0e0-61c47f35e2b4?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: 1033/2035] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:49 2026] DELETE /v2.0/security-groups/f4cb99aa-dc90-4674-8da7-73c5582c110f => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2036] 10.0.0.99 () {32 vars in 727 bytes} [Thu Jun 4 13:11:49 2026] GET /v2.0/floatingips/032478a2-e07f-4298-af5b-59fb1835d047 => generated 855 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2037] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:49 2026] GET /v2.0/security-groups?tenant_id=c16f270e36834f79ad77a126433144b8&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: 1035/2038] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:49 2026] DELETE /v2.0/security-groups/3c90aaee-f85b-4b2d-9fee-25095c930f46 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2039] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:49 2026] GET /v2.0/security-groups?tenant_id=368239ad9c9744cb9b279fc669e88f80&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2040] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:50 2026] DELETE /v2.0/security-groups/ef216233-36fb-4ce9-8093-e2cd1ed4dfbe => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2041] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:50 2026] GET /v2.0/security-groups?tenant_id=a27fb6807c6e466fb279f7ba75fba2ff&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2042] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:50 2026] DELETE /v2.0/security-groups/55e02a4e-2de7-49d2-810a-d80563274c35 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2043] 10.0.0.99 () {32 vars in 727 bytes} [Thu Jun 4 13:11:50 2026] GET /v2.0/floatingips/032478a2-e07f-4298-af5b-59fb1835d047 => generated 857 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2044] 10.0.0.214 () {30 vars in 649 bytes} [Thu Jun 4 13:11:52 2026] GET /v2.0/extensions => generated 21537 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2045] 10.0.0.214 () {30 vars in 723 bytes} [Thu Jun 4 13:11:52 2026] GET /v2.0/quotas/fb62662b53344a8db030bcdfefec354d/details => generated 847 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:11:53.551 7 INFO neutron.db.segments_db [None req-e392e250-6d9b-42ce-a348-5fa86f067447 099a59d20dd14eaca7e1b888c9f4706c d0ed918a65fe45adadb3da83968eff83 - - default default] Added segment f3fc851f-a118-426d-9f2f-f43a2854f104 of type vxlan for network 6ce02bd9-269f-4c52-87fe-2ecf4d04149a [pid: 7|app: 0|req: 1039/2046] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:11:53 2026] POST /v2.0/networks => generated 632 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:11:53.894 7 INFO neutron.db.segments_db [None req-befc1180-d670-43c7-8a0e-04546ba1e5ad 6b64a61a61d849eb960200b7b75df401 49d02beae81d49f3bfd900bc44c076a0 - - default default] Added segment 5af06515-922e-42b5-acc3-eb3fb8d856e8 of type vxlan for network 597d0693-5442-4686-91fb-5428c66e0ba6 [pid: 8|app: 0|req: 1008/2047] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:11:53 2026] POST /v2.0/subnets => generated 626 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2048] 10.0.0.99 () {34 vars in 749 bytes} [Thu Jun 4 13:11:53 2026] PUT /v2.0/subnets/c6c79612-6a94-4327-adff-4ef40ec3b64e/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2049] 10.0.0.99 () {32 vars in 729 bytes} [Thu Jun 4 13:11:53 2026] GET /v2.0/subnets/c6c79612-6a94-4327-adff-4ef40ec3b64e/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2050] 10.0.0.99 () {34 vars in 760 bytes} [Thu Jun 4 13:11:54 2026] PUT /v2.0/subnets/c6c79612-6a94-4327-adff-4ef40ec3b64e/tags/green => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-04 13:11:54.116 7 INFO neutron.db.l3_hamode_db [None req-befc1180-d670-43c7-8a0e-04546ba1e5ad 6b64a61a61d849eb960200b7b75df401 49d02beae81d49f3bfd900bc44c076a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1012/2051] 10.0.0.99 () {32 vars in 729 bytes} [Thu Jun 4 13:11:54 2026] GET /v2.0/subnets/c6c79612-6a94-4327-adff-4ef40ec3b64e/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/2052] 10.0.0.99 () {34 vars in 756 bytes} [Thu Jun 4 13:11:54 2026] PUT /v2.0/subnets/c6c79612-6a94-4327-adff-4ef40ec3b64e/tags/red => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-04 13:11:54.243 7 INFO neutron.db.l3_hamode_db [None req-befc1180-d670-43c7-8a0e-04546ba1e5ad 6b64a61a61d849eb960200b7b75df401 49d02beae81d49f3bfd900bc44c076a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1014/2053] 10.0.0.99 () {32 vars in 729 bytes} [Thu Jun 4 13:11:54 2026] GET /v2.0/subnets/c6c79612-6a94-4327-adff-4ef40ec3b64e/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2054] 10.0.0.99 () {34 vars in 778 bytes} [Thu Jun 4 13:11:54 2026] PUT /v2.0/subnets/c6c79612-6a94-4327-adff-4ef40ec3b64e/tags/black.or.white => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2055] 10.0.0.99 () {32 vars in 729 bytes} [Thu Jun 4 13:11:54 2026] GET /v2.0/subnets/c6c79612-6a94-4327-adff-4ef40ec3b64e/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2056] 10.0.0.99 () {34 vars in 749 bytes} [Thu Jun 4 13:11:54 2026] PUT /v2.0/subnets/c6c79612-6a94-4327-adff-4ef40ec3b64e/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2057] 10.0.0.99 () {32 vars in 729 bytes} [Thu Jun 4 13:11:54 2026] GET /v2.0/subnets/c6c79612-6a94-4327-adff-4ef40ec3b64e/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2058] 10.0.0.99 () {32 vars in 737 bytes} [Thu Jun 4 13:11:54 2026] GET /v2.0/subnets/c6c79612-6a94-4327-adff-4ef40ec3b64e/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:11:54.593 8 INFO neutron.api.v2.resource [None req-a1a9a99c-b121-4089-8275-2d11758eb9d8 099a59d20dd14eaca7e1b888c9f4706c d0ed918a65fe45adadb3da83968eff83 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1020/2059] 10.0.0.99 () {32 vars in 741 bytes} [Thu Jun 4 13:11:54 2026] GET /v2.0/subnets/c6c79612-6a94-4327-adff-4ef40ec3b64e/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2060] 10.0.0.99 () {32 vars in 740 bytes} [Thu Jun 4 13:11:54 2026] DELETE /v2.0/subnets/c6c79612-6a94-4327-adff-4ef40ec3b64e/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2061] 10.0.0.99 () {32 vars in 729 bytes} [Thu Jun 4 13:11:54 2026] GET /v2.0/subnets/c6c79612-6a94-4327-adff-4ef40ec3b64e/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:11:54.732 8 INFO neutron.api.v2.resource [None req-6692134b-e93c-4fe9-a7df-14855cdaa7e4 099a59d20dd14eaca7e1b888c9f4706c d0ed918a65fe45adadb3da83968eff83 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1023/2062] 10.0.0.99 () {32 vars in 744 bytes} [Thu Jun 4 13:11:54 2026] DELETE /v2.0/subnets/c6c79612-6a94-4327-adff-4ef40ec3b64e/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2063] 10.0.0.99 () {32 vars in 732 bytes} [Thu Jun 4 13:11:54 2026] DELETE /v2.0/subnets/c6c79612-6a94-4327-adff-4ef40ec3b64e/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2064] 10.0.0.214 () {30 vars in 649 bytes} [Thu Jun 4 13:11:54 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: 1026/2065] 10.0.0.99 () {32 vars in 729 bytes} [Thu Jun 4 13:11:54 2026] GET /v2.0/subnets/c6c79612-6a94-4327-adff-4ef40ec3b64e/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2066] 10.0.0.99 () {34 vars in 666 bytes} [Thu Jun 4 13:11:53 2026] POST /v2.0/routers => generated 474 bytes in 1047 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2067] 10.0.0.214 () {30 vars in 723 bytes} [Thu Jun 4 13:11:54 2026] GET /v2.0/quotas/fb62662b53344a8db030bcdfefec354d/details => generated 847 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2068] 10.0.0.99 () {34 vars in 749 bytes} [Thu Jun 4 13:11:54 2026] PUT /v2.0/routers/65ece65c-24a5-4274-84a0-e9b4a09fcbd8/tags => generated 25 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2069] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:11:54 2026] DELETE /v2.0/subnets/c6c79612-6a94-4327-adff-4ef40ec3b64e => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2070] 10.0.0.99 () {32 vars in 729 bytes} [Thu Jun 4 13:11:55 2026] GET /v2.0/routers/65ece65c-24a5-4274-84a0-e9b4a09fcbd8/tags => generated 25 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:11:55.174 7 INFO neutron_taas.services.taas.taas_plugin [None req-21b4593d-0daa-400a-922f-ac6841621d65 099a59d20dd14eaca7e1b888c9f4706c d0ed918a65fe45adadb3da83968eff83 - - default default] TaaS: Handle Delete Port: 4991b454-b606-40a4-89cf-d00f1ea55bc3 2026-06-04 13:11:55.176 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21b4593d-0daa-400a-922f-ac6841621d65 099a59d20dd14eaca7e1b888c9f4706c d0ed918a65fe45adadb3da83968eff83 - - default default] Tap Mirror: Handle Delete Port: 4991b454-b606-40a4-89cf-d00f1ea55bc3 [pid: 8|app: 0|req: 1030/2071] 10.0.0.99 () {34 vars in 760 bytes} [Thu Jun 4 13:11:55 2026] PUT /v2.0/routers/65ece65c-24a5-4274-84a0-e9b4a09fcbd8/tags/green => generated 4 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-04 13:11:55.367 7 INFO neutron.services.segments.plugin [-] Segment f3fc851f-a118-426d-9f2f-f43a2854f104 resource provider aggregate not found 2026-06-04 13:11:55.373 7 INFO neutron.services.segments.plugin [-] Segment f3fc851f-a118-426d-9f2f-f43a2854f104 resource provider aggregate not found 2026-06-04 13:11:55.388 7 INFO neutron.services.segments.plugin [-] Segment f3fc851f-a118-426d-9f2f-f43a2854f104 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3fc851f-a118-426d-9f2f-f43a2854f104 found for delete ", "request_id": "req-0222dc3f-33db-46b3-8445-e8fb11257e5d"}]} 2026-06-04 13:11:55.397 7 INFO neutron.services.segments.plugin [-] Segment f3fc851f-a118-426d-9f2f-f43a2854f104 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3fc851f-a118-426d-9f2f-f43a2854f104 found for delete ", "request_id": "req-d9ae1c10-d422-4be6-a06c-0d71c7d1789f"}]} [pid: 7|app: 0|req: 1042/2072] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:11:55 2026] DELETE /v2.0/networks/6ce02bd9-269f-4c52-87fe-2ecf4d04149a => 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: 1031/2073] 10.0.0.99 () {32 vars in 729 bytes} [Thu Jun 4 13:11:55 2026] GET /v2.0/routers/65ece65c-24a5-4274-84a0-e9b4a09fcbd8/tags => generated 34 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2074] 10.0.0.99 () {34 vars in 756 bytes} [Thu Jun 4 13:11:55 2026] PUT /v2.0/routers/65ece65c-24a5-4274-84a0-e9b4a09fcbd8/tags/red => generated 4 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2075] 10.0.0.99 () {32 vars in 729 bytes} [Thu Jun 4 13:11:55 2026] GET /v2.0/routers/65ece65c-24a5-4274-84a0-e9b4a09fcbd8/tags => generated 34 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2076] 10.0.0.99 () {34 vars in 778 bytes} [Thu Jun 4 13:11:55 2026] PUT /v2.0/routers/65ece65c-24a5-4274-84a0-e9b4a09fcbd8/tags/black.or.white => generated 4 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2077] 10.0.0.99 () {32 vars in 729 bytes} [Thu Jun 4 13:11:55 2026] GET /v2.0/routers/65ece65c-24a5-4274-84a0-e9b4a09fcbd8/tags => generated 52 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2078] 10.0.0.99 () {34 vars in 749 bytes} [Thu Jun 4 13:11:55 2026] PUT /v2.0/routers/65ece65c-24a5-4274-84a0-e9b4a09fcbd8/tags => generated 37 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2079] 10.0.0.99 () {32 vars in 729 bytes} [Thu Jun 4 13:11:56 2026] GET /v2.0/routers/65ece65c-24a5-4274-84a0-e9b4a09fcbd8/tags => generated 37 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2080] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:56 2026] GET /v2.0/security-groups?tenant_id=d0ed918a65fe45adadb3da83968eff83&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2081] 10.0.0.99 () {32 vars in 737 bytes} [Thu Jun 4 13:11:56 2026] GET /v2.0/routers/65ece65c-24a5-4274-84a0-e9b4a09fcbd8/tags/red => 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: 1047/2082] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:56 2026] DELETE /v2.0/security-groups/79b19257-5486-4a3b-9e95-239a75f74f1a => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:11:56.442 8 INFO neutron.api.v2.resource [None req-81d881dc-ae26-4d4f-bc73-1d24cb89b29b 6b64a61a61d849eb960200b7b75df401 49d02beae81d49f3bfd900bc44c076a0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1036/2083] 10.0.0.99 () {32 vars in 741 bytes} [Thu Jun 4 13:11:56 2026] GET /v2.0/routers/65ece65c-24a5-4274-84a0-e9b4a09fcbd8/tags/green => generated 99 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2084] 10.0.0.99 () {32 vars in 740 bytes} [Thu Jun 4 13:11:56 2026] DELETE /v2.0/routers/65ece65c-24a5-4274-84a0-e9b4a09fcbd8/tags/red => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2085] 10.0.0.99 () {32 vars in 729 bytes} [Thu Jun 4 13:11:56 2026] GET /v2.0/routers/65ece65c-24a5-4274-84a0-e9b4a09fcbd8/tags => generated 30 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2086] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:56 2026] GET /v2.0/security-groups?tenant_id=82a908ffb8014a66bf729e50f204a1f2&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2087] 10.0.0.82 () {34 vars in 988 bytes} [Thu Jun 4 13:11:56 2026] GET /v2.0/ports?device_id=202ce7a9-275a-4905-ba34-b65633c8eac3 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:11:56.740 8 INFO neutron.api.v2.resource [None req-6315573c-a065-41f0-8c83-23dff78b299c 6b64a61a61d849eb960200b7b75df401 49d02beae81d49f3bfd900bc44c076a0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1038/2088] 10.0.0.99 () {32 vars in 744 bytes} [Thu Jun 4 13:11:56 2026] DELETE /v2.0/routers/65ece65c-24a5-4274-84a0-e9b4a09fcbd8/tags/green => generated 99 bytes in 80 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2089] 10.0.0.82 () {34 vars in 1038 bytes} [Thu Jun 4 13:11:56 2026] GET /v2.0/security-groups?id=3fee6cf4-e302-46d5-8f4d-aa1b0d3def9f&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2090] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:56 2026] DELETE /v2.0/security-groups/2dc1cf33-e165-407d-8f17-5d1dd291b8f5 => 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: 1040/2091] 10.0.0.99 () {32 vars in 732 bytes} [Thu Jun 4 13:11:56 2026] DELETE /v2.0/routers/65ece65c-24a5-4274-84a0-e9b4a09fcbd8/tags => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2092] 10.0.0.99 () {32 vars in 729 bytes} [Thu Jun 4 13:11:56 2026] GET /v2.0/routers/65ece65c-24a5-4274-84a0-e9b4a09fcbd8/tags => generated 12 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2093] 10.0.0.99 () {32 vars in 719 bytes} [Thu Jun 4 13:11:56 2026] GET /v2.0/routers/65ece65c-24a5-4274-84a0-e9b4a09fcbd8 => generated 480 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2094] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:57 2026] GET /v2.0/security-groups?tenant_id=fb62662b53344a8db030bcdfefec354d&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2095] 10.0.0.99 () {34 vars in 740 bytes} [Thu Jun 4 13:11:56 2026] PUT /v2.0/routers/65ece65c-24a5-4274-84a0-e9b4a09fcbd8 => generated 480 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2096] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:11:57 2026] GET /v2.0/ports?device_id=65ece65c-24a5-4274-84a0-e9b4a09fcbd8 => 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: 1043/2097] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:57 2026] DELETE /v2.0/security-groups/7bef3b26-4944-4b31-abbe-50e07f44b6a9 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:11:57.678 7 INFO neutron_taas.services.taas.taas_plugin [None req-8662d1c3-9088-43e2-86be-ef230001ab5b 6b64a61a61d849eb960200b7b75df401 49d02beae81d49f3bfd900bc44c076a0 - - default default] TaaS: Handle Delete Port: 855b1c65-98ad-4954-b321-238d464da2ef 2026-06-04 13:11:57.681 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8662d1c3-9088-43e2-86be-ef230001ab5b 6b64a61a61d849eb960200b7b75df401 49d02beae81d49f3bfd900bc44c076a0 - - default default] Tap Mirror: Handle Delete Port: 855b1c65-98ad-4954-b321-238d464da2ef 2026-06-04 13:11:58.004 7 INFO neutron.services.segments.plugin [-] Segment 5af06515-922e-42b5-acc3-eb3fb8d856e8 resource provider aggregate not found 2026-06-04 13:11:58.009 7 INFO neutron.services.segments.plugin [-] Segment 5af06515-922e-42b5-acc3-eb3fb8d856e8 resource provider aggregate not found 2026-06-04 13:11:58.023 7 INFO neutron.services.segments.plugin [-] Segment 5af06515-922e-42b5-acc3-eb3fb8d856e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5af06515-922e-42b5-acc3-eb3fb8d856e8 found for delete ", "request_id": "req-dcb4251e-466c-48e7-85e2-e3fc8be06b20"}]} 2026-06-04 13:11:58.026 7 INFO neutron.services.segments.plugin [-] Segment 5af06515-922e-42b5-acc3-eb3fb8d856e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5af06515-922e-42b5-acc3-eb3fb8d856e8 found for delete ", "request_id": "req-d3dba185-3816-4df7-be4c-ad41919ff789"}]} 2026-06-04 13:11:58.042 7 INFO neutron.db.l3_hamode_db [None req-8662d1c3-9088-43e2-86be-ef230001ab5b 6b64a61a61d849eb960200b7b75df401 49d02beae81d49f3bfd900bc44c076a0 - - default default] HA network 597d0693-5442-4686-91fb-5428c66e0ba6 was deleted as no HA routers are present in tenant 49d02beae81d49f3bfd900bc44c076a0. [pid: 7|app: 0|req: 1055/2098] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:11:57 2026] DELETE /v2.0/routers/65ece65c-24a5-4274-84a0-e9b4a09fcbd8 => generated 0 bytes in 563 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2099] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:58 2026] GET /v2.0/security-groups?tenant_id=49d02beae81d49f3bfd900bc44c076a0&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2100] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:59 2026] DELETE /v2.0/security-groups/1898815e-8e4b-4211-aa2a-a1d049a2ee40 => 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: 1045/2101] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:11:59 2026] GET /v2.0/security-groups?tenant_id=0a3ffa48a4c1489181fd7905c65a3dd0&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2102] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:11:59 2026] DELETE /v2.0/security-groups/7f29da7b-7c45-4bea-a2d0-f5c7ad8df525 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:12:00.510 8 INFO neutron.db.segments_db [None req-55812b8c-53d3-4ba4-a3ab-cb92174ef25b 8fc818f0a0d643339cdb7dd8d5b01585 9ceff0370cf74f598758c545ec331922 - - default default] Added segment 2d1d248e-5255-4ab5-9fba-c70acf9f4c18 of type vxlan for network 57ca541a-9f37-46a2-ac77-85af66ed9bc8 [pid: 8|app: 0|req: 1046/2103] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:12:00 2026] POST /v2.0/networks => generated 631 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2104] 10.0.0.99 () {34 vars in 662 bytes} [Thu Jun 4 13:12:00 2026] POST /v2.0/ports => generated 743 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2105] 10.0.0.99 () {34 vars in 664 bytes} [Thu Jun 4 13:12:00 2026] POST /v2.0/trunks => generated 407 bytes in 192 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: 1059/2106] 10.0.0.99 () {34 vars in 747 bytes} [Thu Jun 4 13:12:01 2026] PUT /v2.0/trunks/42319136-bbc2-488f-91ec-3773947adac9/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2107] 10.0.0.99 () {32 vars in 727 bytes} [Thu Jun 4 13:12:01 2026] GET /v2.0/trunks/42319136-bbc2-488f-91ec-3773947adac9/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2108] 10.0.0.99 () {34 vars in 758 bytes} [Thu Jun 4 13:12:01 2026] PUT /v2.0/trunks/42319136-bbc2-488f-91ec-3773947adac9/tags/green => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2109] 10.0.0.99 () {32 vars in 727 bytes} [Thu Jun 4 13:12:01 2026] GET /v2.0/trunks/42319136-bbc2-488f-91ec-3773947adac9/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2110] 10.0.0.99 () {34 vars in 754 bytes} [Thu Jun 4 13:12:01 2026] PUT /v2.0/trunks/42319136-bbc2-488f-91ec-3773947adac9/tags/red => generated 4 bytes in 23 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2111] 10.0.0.99 () {32 vars in 727 bytes} [Thu Jun 4 13:12:01 2026] GET /v2.0/trunks/42319136-bbc2-488f-91ec-3773947adac9/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2112] 10.0.0.99 () {34 vars in 776 bytes} [Thu Jun 4 13:12:01 2026] PUT /v2.0/trunks/42319136-bbc2-488f-91ec-3773947adac9/tags/black.or.white => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2113] 10.0.0.99 () {32 vars in 727 bytes} [Thu Jun 4 13:12:01 2026] GET /v2.0/trunks/42319136-bbc2-488f-91ec-3773947adac9/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2114] 10.0.0.99 () {34 vars in 747 bytes} [Thu Jun 4 13:12:01 2026] PUT /v2.0/trunks/42319136-bbc2-488f-91ec-3773947adac9/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2115] 10.0.0.99 () {32 vars in 727 bytes} [Thu Jun 4 13:12:01 2026] GET /v2.0/trunks/42319136-bbc2-488f-91ec-3773947adac9/tags => generated 37 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2116] 10.0.0.99 () {32 vars in 735 bytes} [Thu Jun 4 13:12:01 2026] GET /v2.0/trunks/42319136-bbc2-488f-91ec-3773947adac9/tags/red => generated 0 bytes in 20 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:12:01.572 8 INFO neutron.api.v2.resource [None req-146f6d1d-78ac-4ded-8b99-f1e04fbb8f31 8fc818f0a0d643339cdb7dd8d5b01585 9ceff0370cf74f598758c545ec331922 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1053/2117] 10.0.0.99 () {32 vars in 739 bytes} [Thu Jun 4 13:12:01 2026] GET /v2.0/trunks/42319136-bbc2-488f-91ec-3773947adac9/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2118] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:12:01 2026] DELETE /v2.0/trunks/42319136-bbc2-488f-91ec-3773947adac9/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2119] 10.0.0.99 () {32 vars in 727 bytes} [Thu Jun 4 13:12:01 2026] GET /v2.0/trunks/42319136-bbc2-488f-91ec-3773947adac9/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:12:01.680 7 INFO neutron.api.v2.resource [None req-28c1cb46-8e6d-4769-98b2-540fd74ca258 8fc818f0a0d643339cdb7dd8d5b01585 9ceff0370cf74f598758c545ec331922 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1066/2120] 10.0.0.99 () {32 vars in 742 bytes} [Thu Jun 4 13:12:01 2026] DELETE /v2.0/trunks/42319136-bbc2-488f-91ec-3773947adac9/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2121] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:12:01 2026] DELETE /v2.0/trunks/42319136-bbc2-488f-91ec-3773947adac9/tags => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2122] 10.0.0.99 () {32 vars in 727 bytes} [Thu Jun 4 13:12:01 2026] GET /v2.0/trunks/42319136-bbc2-488f-91ec-3773947adac9/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: 1056/2123] 10.0.0.99 () {32 vars in 717 bytes} [Thu Jun 4 13:12:01 2026] GET /v2.0/trunks/42319136-bbc2-488f-91ec-3773947adac9 => generated 407 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2124] 10.0.0.99 () {32 vars in 715 bytes} [Thu Jun 4 13:12:01 2026] GET /v2.0/ports/0e3f5fb3-04a8-4160-a2e8-bbf42011f29d => generated 826 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2125] 10.0.0.99 () {32 vars in 720 bytes} [Thu Jun 4 13:12:01 2026] DELETE /v2.0/trunks/42319136-bbc2-488f-91ec-3773947adac9 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:12:02.046 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c94a159-e3f1-46bc-864f-9fd2b27704b5 8fc818f0a0d643339cdb7dd8d5b01585 9ceff0370cf74f598758c545ec331922 - - default default] TaaS: Handle Delete Port: 0e3f5fb3-04a8-4160-a2e8-bbf42011f29d 2026-06-04 13:12:02.050 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c94a159-e3f1-46bc-864f-9fd2b27704b5 8fc818f0a0d643339cdb7dd8d5b01585 9ceff0370cf74f598758c545ec331922 - - default default] Tap Mirror: Handle Delete Port: 0e3f5fb3-04a8-4160-a2e8-bbf42011f29d [pid: 7|app: 0|req: 1069/2126] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:12:01 2026] DELETE /v2.0/ports/0e3f5fb3-04a8-4160-a2e8-bbf42011f29d => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:12:02.245 8 INFO neutron.services.segments.plugin [-] Segment 2d1d248e-5255-4ab5-9fba-c70acf9f4c18 resource provider aggregate not found 2026-06-04 13:12:02.251 8 INFO neutron.services.segments.plugin [-] Segment 2d1d248e-5255-4ab5-9fba-c70acf9f4c18 resource provider aggregate not found 2026-06-04 13:12:02.264 8 INFO neutron.services.segments.plugin [-] Segment 2d1d248e-5255-4ab5-9fba-c70acf9f4c18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d1d248e-5255-4ab5-9fba-c70acf9f4c18 found for delete ", "request_id": "req-5391c2d9-fb71-4628-a29a-ac3202a8a50a"}]} 2026-06-04 13:12:02.275 8 INFO neutron.services.segments.plugin [-] Segment 2d1d248e-5255-4ab5-9fba-c70acf9f4c18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d1d248e-5255-4ab5-9fba-c70acf9f4c18 found for delete ", "request_id": "req-0e856e09-8031-4175-aba3-78f7063a2195"}]} [pid: 8|app: 0|req: 1058/2127] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:12:02 2026] DELETE /v2.0/networks/57ca541a-9f37-46a2-ac77-85af66ed9bc8 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2128] 10.0.0.99 () {34 vars in 682 bytes} [Thu Jun 4 13:12:02 2026] POST /v2.0/security-groups => generated 1601 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2129] 10.0.0.99 () {34 vars in 765 bytes} [Thu Jun 4 13:12:03 2026] PUT /v2.0/security-groups/f5110c17-4a0f-4b90-a52d-7f9650a22eea/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2130] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:12:02 2026] GET /v2.0/security-groups?tenant_id=3cf17d50fe3f413184d5748d4a9adee4&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2131] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:12:03 2026] GET /v2.0/security-groups/f5110c17-4a0f-4b90-a52d-7f9650a22eea/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2132] 10.0.0.99 () {34 vars in 776 bytes} [Thu Jun 4 13:12:03 2026] PUT /v2.0/security-groups/f5110c17-4a0f-4b90-a52d-7f9650a22eea/tags/green => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2133] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:12:03 2026] GET /v2.0/security-groups/f5110c17-4a0f-4b90-a52d-7f9650a22eea/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: 1060/2134] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:12:03 2026] DELETE /v2.0/security-groups/5ac6e22a-ab72-417e-9449-30013a04a53e => 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: 1075/2135] 10.0.0.99 () {34 vars in 772 bytes} [Thu Jun 4 13:12:03 2026] PUT /v2.0/security-groups/f5110c17-4a0f-4b90-a52d-7f9650a22eea/tags/red => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2136] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:12:03 2026] GET /v2.0/security-groups/f5110c17-4a0f-4b90-a52d-7f9650a22eea/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: 1076/2137] 10.0.0.99 () {34 vars in 794 bytes} [Thu Jun 4 13:12:03 2026] PUT /v2.0/security-groups/f5110c17-4a0f-4b90-a52d-7f9650a22eea/tags/black.or.white => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2138] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:12:03 2026] GET /v2.0/security-groups/f5110c17-4a0f-4b90-a52d-7f9650a22eea/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2139] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:12:03 2026] GET /v2.0/security-groups?tenant_id=9ceff0370cf74f598758c545ec331922&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2140] 10.0.0.99 () {34 vars in 765 bytes} [Thu Jun 4 13:12:03 2026] PUT /v2.0/security-groups/f5110c17-4a0f-4b90-a52d-7f9650a22eea/tags => generated 37 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2141] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:12:03 2026] GET /v2.0/security-groups/f5110c17-4a0f-4b90-a52d-7f9650a22eea/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2142] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:12:03 2026] DELETE /v2.0/security-groups/4724ce95-c182-4665-85f7-68dd47fb0a1a => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2143] 10.0.0.99 () {32 vars in 753 bytes} [Thu Jun 4 13:12:03 2026] GET /v2.0/security-groups/f5110c17-4a0f-4b90-a52d-7f9650a22eea/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:12:03.575 7 INFO neutron.api.v2.resource [None req-efbd4e5d-c2c9-42d1-adb2-a96f5c58f137 d7c668f0db1b4511824edd3e1a97a64b 5246968d016a4bf5a4507ef1478453ef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1079/2144] 10.0.0.99 () {32 vars in 757 bytes} [Thu Jun 4 13:12:03 2026] GET /v2.0/security-groups/f5110c17-4a0f-4b90-a52d-7f9650a22eea/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: 1066/2145] 10.0.0.99 () {32 vars in 756 bytes} [Thu Jun 4 13:12:03 2026] DELETE /v2.0/security-groups/f5110c17-4a0f-4b90-a52d-7f9650a22eea/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2146] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:12:03 2026] GET /v2.0/security-groups/f5110c17-4a0f-4b90-a52d-7f9650a22eea/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:12:03.719 8 INFO neutron.api.v2.resource [None req-8263c0ab-5ae7-4e3c-b150-fdc590a3903d d7c668f0db1b4511824edd3e1a97a64b 5246968d016a4bf5a4507ef1478453ef - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1067/2147] 10.0.0.99 () {32 vars in 760 bytes} [Thu Jun 4 13:12:03 2026] DELETE /v2.0/security-groups/f5110c17-4a0f-4b90-a52d-7f9650a22eea/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2148] 10.0.0.99 () {32 vars in 748 bytes} [Thu Jun 4 13:12:03 2026] DELETE /v2.0/security-groups/f5110c17-4a0f-4b90-a52d-7f9650a22eea/tags => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2149] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:12:03 2026] GET /v2.0/security-groups/f5110c17-4a0f-4b90-a52d-7f9650a22eea/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2150] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:12:03 2026] DELETE /v2.0/security-groups/f5110c17-4a0f-4b90-a52d-7f9650a22eea => 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: 1070/2153] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:12:04 2026] GET /v2.0/security-groups?tenant_id=5246968d016a4bf5a4507ef1478453ef&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2154] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:12:04 2026] DELETE /v2.0/security-groups/df771f2c-0ad1-4d79-bf86-35b40af7a741 => 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: 1071/2155] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:12:05 2026] GET /v2.0/security-groups?tenant_id=911175e32e2b4f9c9194acbd23b8ffbf&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: 1085/2156] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:12:05 2026] DELETE /v2.0/security-groups/1994f302-5a1b-4ee8-afd8-b5335dce397b => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2157] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:06 2026] GET /v2.0/ports?device_id=202ce7a9-275a-4905-ba34-b65633c8eac3 => 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: 1087/2158] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:12:06 2026] GET /v2.0/security-groups?id=3fee6cf4-e302-46d5-8f4d-aa1b0d3def9f&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:12:07.157 8 INFO neutron.db.segments_db [None req-7eefaf84-a5a4-4e94-8d20-f769826a1021 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] Added segment 0cc91f4b-b96b-48a8-8934-6773d940ca57 of type vxlan for network 95d4b06b-b7ea-4358-910a-b215da0e256f [pid: 8|app: 0|req: 1072/2159] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:12:06 2026] POST /v2.0/networks => generated 640 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2160] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:12:07 2026] POST /v2.0/subnets => generated 658 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2161] 10.0.0.99 () {32 vars in 720 bytes} [Thu Jun 4 13:12:07 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2162] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:12:07 2026] POST /v2.0/subnets => generated 732 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:12:08.049 8 INFO neutron.db.segments_db [None req-d15b9d21-8e53-4686-8604-b91a3afc2ab7 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] Added segment d6d26659-6c4c-4bc8-b991-1b67ce57f91b of type vxlan for network 756cc202-19fc-4f7c-85d8-44cc50a578e1 [pid: 8|app: 0|req: 1074/2163] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:12:07 2026] POST /v2.0/networks => generated 637 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2164] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:08 2026] GET /v2.0/ports?device_id=202ce7a9-275a-4905-ba34-b65633c8eac3 => 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: 1091/2165] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:12:08 2026] GET /v2.0/security-groups?id=3fee6cf4-e302-46d5-8f4d-aa1b0d3def9f&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2166] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:12:08 2026] POST /v2.0/subnets => generated 656 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2167] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:12:08 2026] POST /v2.0/subnets => generated 726 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:12:08.802 8 INFO neutron.db.segments_db [None req-3a5ad117-4d31-45b1-a5f2-e6b9d5f36d80 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] Added segment 34e07b58-f6e9-4537-8b04-7cb105e62e78 of type vxlan for network cf599589-d74b-4523-a9eb-9d5290c3dcdb [pid: 8|app: 0|req: 1076/2168] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:12:08 2026] POST /v2.0/networks => generated 637 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2169] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:12:08 2026] POST /v2.0/subnets => generated 656 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2170] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:12:08 2026] GET /v2.0/security-groups?tenant_id=d0dfd41a09da40f9aad2cdbc7bfa35cc&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2171] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:12:09 2026] DELETE /v2.0/security-groups/eb9b1a6c-f3c4-4975-a64f-03202cf5366f => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2172] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:12:09 2026] POST /v2.0/subnets => generated 730 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2173] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:09 2026] GET /v2.0/ports?device_id=202ce7a9-275a-4905-ba34-b65633c8eac3 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2174] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:12:09 2026] GET /v2.0/security-groups?id=3fee6cf4-e302-46d5-8f4d-aa1b0d3def9f&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:12:09.429 8 INFO neutron.db.segments_db [None req-5dae4b14-c135-4eec-a5d2-d8ec80f0ba81 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] Added segment c437bc48-6ae8-46b9-b897-730615ffd0e0 of type vxlan for network 19fd6b5e-cde7-4397-b6d8-19b18da71000 [pid: 7|app: 0|req: 1096/2175] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:12:09 2026] GET /v2.0/security-groups?tenant_id=e8e1d32ae83443adbccb32c0921c19aa&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2176] 199.204.45.74 () {34 vars in 992 bytes} [Thu Jun 4 13:12:09 2026] GET /v2.0/ports?device_id=202ce7a9-275a-4905-ba34-b65633c8eac3 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2177] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:12:09 2026] DELETE /v2.0/security-groups/880ade7f-ef49-424d-9cfe-e61156f90000 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:12:09.662 8 INFO neutron.db.l3_hamode_db [None req-5dae4b14-c135-4eec-a5d2-d8ec80f0ba81 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 13:12:09.768 7 INFO neutron_taas.services.taas.taas_plugin [req-24767f6e-25c3-421a-9490-0976af94afd0 req-ea17d6a4-bbef-4bfc-b95e-aacb1f6eb91f 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] TaaS: Handle Delete Port: 32221e47-73ed-41ae-89da-893bdeef1bba 2026-06-04 13:12:09.771 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-24767f6e-25c3-421a-9490-0976af94afd0 req-ea17d6a4-bbef-4bfc-b95e-aacb1f6eb91f 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] Tap Mirror: Handle Delete Port: 32221e47-73ed-41ae-89da-893bdeef1bba 2026-06-04 13:12:09.899 7 INFO neutron.db.l3_db [req-24767f6e-25c3-421a-9490-0976af94afd0 req-ea17d6a4-bbef-4bfc-b95e-aacb1f6eb91f 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] Floating IP 032478a2-e07f-4298-af5b-59fb1835d047 disassociated. External IP: 10.96.250.201, port: 32221e47-73ed-41ae-89da-893bdeef1bba. [pid: 7|app: 0|req: 1099/2178] 199.204.45.74 () {36 vars in 995 bytes} [Thu Jun 4 13:12:09 2026] DELETE /v2.0/ports/32221e47-73ed-41ae-89da-893bdeef1bba => generated 0 bytes in 588 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:12:10.287 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c398d393-5854-4802-b316-92579bac6cfa'] response: {'server_uuid': '202ce7a9-275a-4905-ba34-b65633c8eac3', 'name': 'network-vif-deleted', 'tag': '32221e47-73ed-41ae-89da-893bdeef1bba', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1100/2179] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:10 2026] GET /v2.0/ports?device_id=202ce7a9-275a-4905-ba34-b65633c8eac3 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:12:10.521 8 INFO neutron.db.l3_hamode_db [None req-5dae4b14-c135-4eec-a5d2-d8ec80f0ba81 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1080/2180] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:12:09 2026] POST /v2.0/routers => generated 685 bytes in 2008 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2181] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:11 2026] GET /v2.0/ports?device_id=202ce7a9-275a-4905-ba34-b65633c8eac3 => 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: 1082/2182] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:12 2026] GET /v2.0/ports?device_id=202ce7a9-275a-4905-ba34-b65633c8eac3 => 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: 1101/2183] 10.0.0.99 () {34 vars in 781 bytes} [Thu Jun 4 13:12:11 2026] PUT /v2.0/routers/effeb16e-34c7-4c56-809c-c19b21a361e6/add_router_interface => generated 309 bytes in 1335 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2184] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:12:13 2026] DELETE /v2.0/security-groups/3fee6cf4-e302-46d5-8f4d-aa1b0d3def9f => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:12:14.051 7 INFO neutron_taas.services.taas.taas_plugin [None req-90c62dec-814d-478e-a8e5-94ee23962f18 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] TaaS: Handle Delete Port: 9bb3d7d7-3d62-4e16-a0ae-fb662b889c17 2026-06-04 13:12:14.054 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90c62dec-814d-478e-a8e5-94ee23962f18 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] Tap Mirror: Handle Delete Port: 9bb3d7d7-3d62-4e16-a0ae-fb662b889c17 [pid: 8|app: 0|req: 1083/2185] 10.0.0.99 () {34 vars in 781 bytes} [Thu Jun 4 13:12:12 2026] PUT /v2.0/routers/effeb16e-34c7-4c56-809c-c19b21a361e6/add_router_interface => generated 309 bytes in 1380 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2186] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:12:13 2026] DELETE /v2.0/floatingips/032478a2-e07f-4298-af5b-59fb1835d047 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2187] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:14 2026] GET /v2.0/ports?device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2188] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:12:14 2026] GET /v2.0/security-groups?id=13a53b16-36ba-427e-9f9a-b2add7ac80c2&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2189] 10.0.0.99 () {34 vars in 781 bytes} [Thu Jun 4 13:12:14 2026] PUT /v2.0/routers/effeb16e-34c7-4c56-809c-c19b21a361e6/add_router_interface => generated 309 bytes in 1359 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2190] 10.0.0.99 () {34 vars in 682 bytes} [Thu Jun 4 13:12:15 2026] POST /v2.0/security-groups => generated 1627 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2191] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:15 2026] GET /v2.0/ports?device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2192] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:12:15 2026] GET /v2.0/security-groups?id=13a53b16-36ba-427e-9f9a-b2add7ac80c2&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2193] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:12:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2194] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:12:15 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: 1108/2195] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:12:15 2026] POST /v2.0/security-group-rules => generated 599 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2196] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:12:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2197] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:12:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2198] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:12:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2199] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:12:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2200] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:16 2026] GET /v2.0/ports?device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2201] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:12:16 2026] GET /v2.0/security-groups?id=13a53b16-36ba-427e-9f9a-b2add7ac80c2&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2202] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:12:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2203] 199.204.45.74 () {34 vars in 992 bytes} [Thu Jun 4 13:12:16 2026] GET /v2.0/ports?device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:12:17.013 7 INFO neutron_taas.services.taas.taas_plugin [req-4bbd957b-54ee-4ffa-9062-2f61595d0fc9 req-0b7a7c2a-7e08-4a44-9bca-252e5b61fb24 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] TaaS: Handle Delete Port: 1fcc36a6-409d-4f3d-9cfd-00d26ba97cf9 2026-06-04 13:12:17.015 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4bbd957b-54ee-4ffa-9062-2f61595d0fc9 req-0b7a7c2a-7e08-4a44-9bca-252e5b61fb24 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] Tap Mirror: Handle Delete Port: 1fcc36a6-409d-4f3d-9cfd-00d26ba97cf9 [pid: 8|app: 0|req: 1091/2204] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:12:16 2026] POST /v2.0/security-group-rules => generated 599 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2205] 199.204.45.74 () {36 vars in 995 bytes} [Thu Jun 4 13:12:16 2026] DELETE /v2.0/ports/1fcc36a6-409d-4f3d-9cfd-00d26ba97cf9 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:12:17.188 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b25f0b2-d286-4515-bd79-5a32549cacd3'] response: {'server_uuid': 'c10af8fd-af89-4a35-8f05-13fe2a03a1ce', 'name': 'network-vif-deleted', 'tag': '1fcc36a6-409d-4f3d-9cfd-00d26ba97cf9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1092/2206] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:12:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2207] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:12:17 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: 1093/2208] 10.0.0.200 () {34 vars in 1093 bytes} [Thu Jun 4 13:12:17 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-849310721&fields=id&tenant_id=ac97c85e510745afb32cc184067c9268 => 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: 1116/2209] 10.0.0.200 () {34 vars in 981 bytes} [Thu Jun 4 13:12:17 2026] GET /v2.0/networks?id=756cc202-19fc-4f7c-85d8-44cc50a578e1 => generated 704 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2210] 10.0.0.200 () {34 vars in 964 bytes} [Thu Jun 4 13:12:17 2026] GET /v2.0/quotas/ac97c85e510745afb32cc184067c9268 => generated 292 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2211] 10.0.0.200 () {34 vars in 1001 bytes} [Thu Jun 4 13:12:17 2026] GET /v2.0/ports?tenant_id=ac97c85e510745afb32cc184067c9268&fields=id => generated 287 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2212] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:17 2026] GET /v2.0/ports?device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => 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: 1095/2213] 10.0.0.200 () {34 vars in 1007 bytes} [Thu Jun 4 13:12:17 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2214] 10.0.0.200 () {34 vars in 1107 bytes} [Thu Jun 4 13:12:17 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2215] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:18 2026] GET /v2.0/ports?device_id=9238e594-ff66-4975-910c-492d49903160 => 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: 1120/2216] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:19 2026] GET /v2.0/ports?device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => 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: 1098/2219] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:20 2026] GET /v2.0/ports?device_id=c10af8fd-af89-4a35-8f05-13fe2a03a1ce => 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: 1122/2220] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:12:21 2026] DELETE /v2.0/security-groups/13a53b16-36ba-427e-9f9a-b2add7ac80c2 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:12:21.729 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d7b3969-76cc-4fd0-8cdf-e339dd4a6f72 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] TaaS: Handle Delete Port: d377fd67-ed96-4431-96a9-a7261e44c3d2 2026-06-04 13:12:21.733 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d7b3969-76cc-4fd0-8cdf-e339dd4a6f72 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] Tap Mirror: Handle Delete Port: d377fd67-ed96-4431-96a9-a7261e44c3d2 [pid: 8|app: 0|req: 1099/2221] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:12:21 2026] PUT /v2.0/routers/271ef4c3-edf0-4df6-ab13-0455aa9014b9/remove_router_interface => generated 309 bytes in 947 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2222] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:12:22 2026] GET /v2.0/networks?id=756cc202-19fc-4f7c-85d8-44cc50a578e1 => generated 704 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2223] 199.204.45.74 () {34 vars in 1048 bytes} [Thu Jun 4 13:12:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ac97c85e510745afb32cc184067c9268 => generated 178 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2224] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:12:22 2026] DELETE /v2.0/subnets/d234afbf-8630-41bc-96fd-89634242cdd1 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:12:22.674 7 INFO neutron_taas.services.taas.taas_plugin [None req-b86f4516-3409-4b8d-998d-69cd084694f7 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] TaaS: Handle Delete Port: beff8867-6c2b-4660-a5ad-5b709fd78b4a 2026-06-04 13:12:22.676 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b86f4516-3409-4b8d-998d-69cd084694f7 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] Tap Mirror: Handle Delete Port: beff8867-6c2b-4660-a5ad-5b709fd78b4a 2026-06-04 13:12:22.871 7 INFO neutron_taas.services.taas.taas_plugin [None req-b86f4516-3409-4b8d-998d-69cd084694f7 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] TaaS: Handle Delete Port: 0fb8041a-0dc5-4baf-a1a0-d9cb94ec816a 2026-06-04 13:12:22.874 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b86f4516-3409-4b8d-998d-69cd084694f7 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] Tap Mirror: Handle Delete Port: 0fb8041a-0dc5-4baf-a1a0-d9cb94ec816a [pid: 8|app: 0|req: 1102/2225] 199.204.45.74 () {38 vars in 953 bytes} [Thu Jun 4 13:12:22 2026] POST /v2.0/ports => generated 1183 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 13:12:23.142 7 INFO neutron.services.segments.plugin [-] Segment ce8fd7ab-6018-4690-b4b5-b27df9d8d12f resource provider aggregate not found 2026-06-04 13:12:23.144 7 INFO neutron.services.segments.plugin [-] Segment ce8fd7ab-6018-4690-b4b5-b27df9d8d12f resource provider aggregate not found 2026-06-04 13:12:23.162 7 INFO neutron.services.segments.plugin [-] Segment ce8fd7ab-6018-4690-b4b5-b27df9d8d12f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce8fd7ab-6018-4690-b4b5-b27df9d8d12f found for delete ", "request_id": "req-8b5d6eb5-8fc4-4c9b-974f-ee83cabf0a6a"}]} 2026-06-04 13:12:23.163 7 INFO neutron.services.segments.plugin [-] Segment ce8fd7ab-6018-4690-b4b5-b27df9d8d12f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce8fd7ab-6018-4690-b4b5-b27df9d8d12f found for delete ", "request_id": "req-257b5ed6-dde4-4d6e-ae35-b305069f4562"}]} 2026-06-04 13:12:23.166 7 INFO neutron.db.l3_hamode_db [None req-b86f4516-3409-4b8d-998d-69cd084694f7 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] HA network dbe5f973-5e43-490d-b2e7-e4fd42dc2764 was deleted as no HA routers are present in tenant c8cf12cc67d74fcf91e2670c46bf1909. [pid: 7|app: 0|req: 1124/2226] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:12:22 2026] DELETE /v2.0/routers/271ef4c3-edf0-4df6-ab13-0455aa9014b9 => generated 0 bytes in 668 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:12:23.246 7 INFO neutron_taas.services.taas.taas_plugin [None req-79c0621e-906b-4935-a12e-fb77ff94340a 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] TaaS: Handle Delete Port: b5679841-fdea-4bee-83c5-ec8210746bcf 2026-06-04 13:12:23.248 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79c0621e-906b-4935-a12e-fb77ff94340a 1a61cdea25574b9698fce60d36cd99ee c8cf12cc67d74fcf91e2670c46bf1909 - - default default] Tap Mirror: Handle Delete Port: b5679841-fdea-4bee-83c5-ec8210746bcf [pid: 8|app: 0|req: 1103/2227] 199.204.45.74 () {38 vars in 1026 bytes} [Thu Jun 4 13:12:22 2026] PUT /v2.0/ports/65c14a64-9385-4650-a8c6-805a172e6818 => generated 1464 bytes in 407 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-04 13:12:23.388 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa8ecfeb-7b03-49b6-b7cf-28b6c285bb57'] response: {'name': 'network-changed', 'server_uuid': '9238e594-ff66-4975-910c-492d49903160', 'tag': '65c14a64-9385-4650-a8c6-805a172e6818', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1104/2228] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:23 2026] GET /v2.0/ports?device_id=9238e594-ff66-4975-910c-492d49903160 => generated 1198 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2229] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:12:23 2026] GET /v2.0/security-groups?id=7aea3e59-0584-4f11-90fe-e8015ac07502&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2230] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:12:23 2026] DELETE /v2.0/networks/5714e24a-7bc1-42b1-b0e0-61c47f35e2b4 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2231] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:12:23 2026] GET /v2.0/ports?tenant_id=ac97c85e510745afb32cc184067c9268&device_id=9238e594-ff66-4975-910c-492d49903160 => generated 1467 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2232] 199.204.45.74 () {34 vars in 1016 bytes} [Thu Jun 4 13:12:23 2026] GET /v2.0/networks?tenant_id=ac97c85e510745afb32cc184067c9268&shared=False => generated 2375 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2233] 199.204.45.74 () {34 vars in 928 bytes} [Thu Jun 4 13:12:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2234] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:12:24 2026] GET /v2.0/security-groups?tenant_id=c8cf12cc67d74fcf91e2670c46bf1909&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2235] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:12:24 2026] DELETE /v2.0/security-groups/83ecbf69-2217-4f0f-8fcf-75373449bd20 => 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: 1128/2236] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:12:24 2026] GET /v2.0/security-groups?tenant_id=769b48c68c184248b9b916f15f2c18bf&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2237] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:12:24 2026] DELETE /v2.0/security-groups/3c75a235-a9b0-4e7d-8502-4e1a7a415509 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2238] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:12:25 2026] GET /v2.0/ports?tenant_id=ac97c85e510745afb32cc184067c9268&device_id=9238e594-ff66-4975-910c-492d49903160 => generated 1467 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2239] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:12:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.230&port_id=65c14a64-9385-4650-a8c6-805a172e6818 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:12:25.182 7 INFO neutron.services.segments.plugin [-] Segment 2f0c43c1-c850-4879-9825-9651e585c43e resource provider aggregate not found 2026-06-04 13:12:25.193 7 INFO neutron.services.segments.plugin [-] Segment 2f0c43c1-c850-4879-9825-9651e585c43e resource provider aggregate not found [pid: 7|app: 0|req: 1130/2240] 199.204.45.74 () {34 vars in 1102 bytes} [Thu Jun 4 13:12:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A114&port_id=65c14a64-9385-4650-a8c6-805a172e6818 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:12:25.209 7 INFO neutron.services.segments.plugin [-] Segment 2f0c43c1-c850-4879-9825-9651e585c43e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f0c43c1-c850-4879-9825-9651e585c43e found for delete ", "request_id": "req-26f5df7b-26cf-4fd9-9ff7-b5f932a1de28"}]} 2026-06-04 13:12:25.214 7 INFO neutron.services.segments.plugin [-] Segment 2f0c43c1-c850-4879-9825-9651e585c43e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f0c43c1-c850-4879-9825-9651e585c43e found for delete ", "request_id": "req-388606e4-f22a-48fb-ad09-34c66ec2b1a8"}]} [pid: 8|app: 0|req: 1111/2241] 199.204.45.74 () {34 vars in 1062 bytes} [Thu Jun 4 13:12:25 2026] GET /v2.0/subnets?id=b7a7c5eb-a847-43c7-ba88-07bfb8161615&id=541d6552-16ad-4fcc-829c-937e4a004c5d => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2242] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:12:25 2026] GET /v2.0/ports?network_id=756cc202-19fc-4f7c-85d8-44cc50a578e1&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2243] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:12:25 2026] GET /v2.0/ports?network_id=756cc202-19fc-4f7c-85d8-44cc50a578e1&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2244] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:12:25 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1?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: 1113/2245] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:12:25 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:12:26.748 7 INFO neutron.db.segments_db [None req-2dc66d1b-ab85-4276-8810-eef015d466eb 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment 9f312964-b50d-4316-8150-0ddf5bd36072 of type vxlan for network 1f0d2a43-882d-4b78-9dc3-fd046b897183 [pid: 7|app: 0|req: 1133/2246] 10.0.0.99 () {34 vars in 669 bytes} [Thu Jun 4 13:12:26 2026] POST /v2.0/networks => generated 740 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2247] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:12:26 2026] POST /v2.0/subnets => generated 687 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:12:27.073 7 INFO neutron.db.segments_db [None req-38f75a73-7fd9-48e8-a901-f3a0923a802a 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment c1ffa1d0-c4f1-4b0b-87ce-44f546c43854 of type vxlan for network 64ff52ab-2440-4ad8-8d1d-56383601663b 2026-06-04 13:12:27.302 7 INFO neutron.db.l3_hamode_db [None req-38f75a73-7fd9-48e8-a901-f3a0923a802a 7328d16d35034b87b64688a5be888824 57900ff1c576408680c0d799fe333f10 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 13:12:28.094 7 INFO neutron.db.l3_hamode_db [None req-38f75a73-7fd9-48e8-a901-f3a0923a802a 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1115/2248] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:28 2026] GET /v2.0/ports?device_id=9238e594-ff66-4975-910c-492d49903160 => generated 1200 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2249] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:12:28 2026] GET /v2.0/security-groups?id=7aea3e59-0584-4f11-90fe-e8015ac07502&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2250] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:12:27 2026] POST /v2.0/routers => generated 727 bytes in 2052 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2251] 10.0.0.99 () {34 vars in 781 bytes} [Thu Jun 4 13:12:29 2026] PUT /v2.0/routers/fd9ab23d-fa5b-4271-899f-fe9555b0ea1f/add_router_interface => generated 309 bytes in 1094 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:12:31.328 7 INFO neutron.db.segments_db [None req-7bbbaf3c-ebc3-45c0-8ff4-7a39cf799d3c 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment c2555f77-0cd6-4c0d-bfee-4e042a06c2ef of type vxlan for network 4e593eb3-c8c8-4203-ba6a-7e45e1f7b3c4 [pid: 7|app: 0|req: 1135/2252] 10.0.0.99 () {34 vars in 669 bytes} [Thu Jun 4 13:12:31 2026] POST /v2.0/networks => generated 740 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2253] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:12:31 2026] POST /v2.0/subnets => generated 687 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:12:31.701 7 INFO neutron.db.segments_db [None req-b12854d0-8098-4a1d-a52f-705797390afc 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Added segment 966e7b23-a022-4826-ad3c-b36362c7d04f of type vxlan for network 45eff286-80b2-4092-95a7-7467ba39ec76 2026-06-04 13:12:32.001 7 INFO neutron.db.l3_hamode_db [None req-b12854d0-8098-4a1d-a52f-705797390afc 7328d16d35034b87b64688a5be888824 885e9a8b564742c9b283bbffee11928d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 13:12:32.671 7 INFO neutron.db.l3_hamode_db [None req-b12854d0-8098-4a1d-a52f-705797390afc 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1136/2254] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:12:31 2026] POST /v2.0/routers => generated 727 bytes in 1906 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2255] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:33 2026] GET /v2.0/ports?device_id=9238e594-ff66-4975-910c-492d49903160 => generated 1200 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2256] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:12:33 2026] GET /v2.0/security-groups?id=7aea3e59-0584-4f11-90fe-e8015ac07502&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2257] 10.0.0.99 () {32 vars in 816 bytes} [Thu Jun 4 13:12:33 2026] GET /v2.0/ports?network_id=756cc202-19fc-4f7c-85d8-44cc50a578e1&mac_address=fa%3A16%3A3e%3A24%3Abd%3A51 => generated 1200 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:12:34.815 7 INFO neutron.db.l3_db [None req-562b066d-6312-490f-a88e-babf71ba7770 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] Floating IP 83f2a359-bd8d-4498-aeaa-0ef3a3e899da associated. External IP: 10.96.250.219, port: 65c14a64-9385-4650-a8c6-805a172e6818. [pid: 8|app: 0|req: 1119/2258] 10.0.0.99 () {34 vars in 781 bytes} [Thu Jun 4 13:12:33 2026] PUT /v2.0/routers/ae5eccfa-3f0f-4e80-a7f7-256c3fd0665f/add_router_interface => generated 309 bytes in 1274 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2261] 10.0.0.99 () {34 vars in 675 bytes} [Thu Jun 4 13:12:33 2026] POST /v2.0/floatingips => generated 855 bytes in 1281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:12:35.261 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f1a8ba8c-17e9-45d4-a179-ae89903c8254'] response: {'name': 'network-changed', 'server_uuid': '9238e594-ff66-4975-910c-492d49903160', 'tag': '65c14a64-9385-4650-a8c6-805a172e6818', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1122/2262] 10.0.0.200 () {34 vars in 1093 bytes} [Thu Jun 4 13:12:35 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-849310721&fields=id&tenant_id=ac97c85e510745afb32cc184067c9268 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2263] 10.0.0.200 () {34 vars in 981 bytes} [Thu Jun 4 13:12:35 2026] GET /v2.0/networks?id=cf599589-d74b-4523-a9eb-9d5290c3dcdb => generated 704 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2264] 10.0.0.200 () {34 vars in 964 bytes} [Thu Jun 4 13:12:35 2026] GET /v2.0/quotas/ac97c85e510745afb32cc184067c9268 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2265] 10.0.0.200 () {34 vars in 1001 bytes} [Thu Jun 4 13:12:35 2026] GET /v2.0/ports?tenant_id=ac97c85e510745afb32cc184067c9268&fields=id => generated 333 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2266] 10.0.0.200 () {34 vars in 1007 bytes} [Thu Jun 4 13:12:35 2026] GET /v2.0/networks/cf599589-d74b-4523-a9eb-9d5290c3dcdb?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: 1124/2267] 10.0.0.99 () {34 vars in 683 bytes} [Thu Jun 4 13:12:35 2026] POST /v2.0/security-groups => generated 1677 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2268] 10.0.0.200 () {34 vars in 1107 bytes} [Thu Jun 4 13:12:35 2026] GET /v2.0/networks/cf599589-d74b-4523-a9eb-9d5290c3dcdb?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: 1145/2269] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:12:35 2026] GET /v2.0/ports?tenant_id=ac97c85e510745afb32cc184067c9268&device_id=9238e594-ff66-4975-910c-492d49903160 => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2270] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:12:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2271] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:12:35 2026] GET /v2.0/networks?id=756cc202-19fc-4f7c-85d8-44cc50a578e1 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2272] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:35 2026] GET /v2.0/ports?device_id=8244a38c-1bd5-4725-ba53-0c2cb49c7d73 => 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: 1148/2273] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:12:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.230&port_id=65c14a64-9385-4650-a8c6-805a172e6818 => generated 858 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2274] 199.204.45.74 () {34 vars in 1102 bytes} [Thu Jun 4 13:12:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A114&port_id=65c14a64-9385-4650-a8c6-805a172e6818 => 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: 1126/2275] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:12:35 2026] POST /v2.0/security-group-rules => generated 596 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2276] 199.204.45.74 () {34 vars in 1062 bytes} [Thu Jun 4 13:12:35 2026] GET /v2.0/subnets?id=b7a7c5eb-a847-43c7-ba88-07bfb8161615&id=541d6552-16ad-4fcc-829c-937e4a004c5d => generated 1411 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2277] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:12:36 2026] GET /v2.0/ports?network_id=756cc202-19fc-4f7c-85d8-44cc50a578e1&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2278] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:12:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2279] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:12:36 2026] GET /v2.0/ports?network_id=756cc202-19fc-4f7c-85d8-44cc50a578e1&device_owner=network%3Adhcp => generated 1457 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2280] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:12:36 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1?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: 1128/2281] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:12:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2282] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:12:36 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1?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) 2026-06-04 13:12:36.272 8 INFO neutron.db.securitygroups_db [None req-7cb3a075-961b-42d4-b0ee-4bf0c5fb22e4 5dafa0102cec44b19fac18aa82cd85ae 57900ff1c576408680c0d799fe333f10 - - default default] Project 57900ff1c576408680c0d799fe333f10 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: 1129/2283] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:12:36 2026] POST /v2.0/security-group-rules => generated 607 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:12:36.460 7 INFO neutron.db.securitygroups_db [None req-964ac03a-e327-45be-8de1-ef52e456ff6d 5dafa0102cec44b19fac18aa82cd85ae 57900ff1c576408680c0d799fe333f10 - - default default] Project 57900ff1c576408680c0d799fe333f10 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: 1155/2284] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:12:36 2026] POST /v2.0/security-group-rules => generated 606 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2285] 10.0.0.99 () {34 vars in 683 bytes} [Thu Jun 4 13:12:36 2026] POST /v2.0/security-groups => generated 1662 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2286] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:12:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2287] 10.0.0.99 () {34 vars in 693 bytes} [Thu Jun 4 13:12:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2288] 10.0.0.99 () {34 vars in 674 bytes} [Thu Jun 4 13:12:37 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: 1132/2289] 10.0.0.200 () {34 vars in 1099 bytes} [Thu Jun 4 13:12:38 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1654124937&fields=id&tenant_id=57900ff1c576408680c0d799fe333f10 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2290] 10.0.0.200 () {34 vars in 1099 bytes} [Thu Jun 4 13:12:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2074807434&fields=id&tenant_id=57900ff1c576408680c0d799fe333f10 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2291] 10.0.0.200 () {34 vars in 981 bytes} [Thu Jun 4 13:12:38 2026] GET /v2.0/networks?id=1f0d2a43-882d-4b78-9dc3-fd046b897183 => generated 672 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2292] 10.0.0.200 () {34 vars in 964 bytes} [Thu Jun 4 13:12:38 2026] GET /v2.0/quotas/57900ff1c576408680c0d799fe333f10 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2293] 10.0.0.200 () {34 vars in 1001 bytes} [Thu Jun 4 13:12:38 2026] GET /v2.0/ports?tenant_id=57900ff1c576408680c0d799fe333f10&fields=id => generated 103 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2294] 10.0.0.200 () {34 vars in 1007 bytes} [Thu Jun 4 13:12:38 2026] GET /v2.0/networks/1f0d2a43-882d-4b78-9dc3-fd046b897183?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2295] 10.0.0.200 () {34 vars in 1107 bytes} [Thu Jun 4 13:12:38 2026] GET /v2.0/networks/1f0d2a43-882d-4b78-9dc3-fd046b897183?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: 1161/2296] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:38 2026] GET /v2.0/ports?device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => 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: 1136/2297] 10.0.0.82 () {34 vars in 988 bytes} [Thu Jun 4 13:12:39 2026] GET /v2.0/ports?device_id=9238e594-ff66-4975-910c-492d49903160 => generated 1469 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2298] 10.0.0.82 () {34 vars in 1038 bytes} [Thu Jun 4 13:12:39 2026] GET /v2.0/security-groups?id=7aea3e59-0584-4f11-90fe-e8015ac07502&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2299] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:39 2026] GET /v2.0/ports?device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => 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: 1163/2300] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:12:40 2026] GET /v2.0/networks?id=cf599589-d74b-4523-a9eb-9d5290c3dcdb => generated 704 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2301] 199.204.45.74 () {34 vars in 1048 bytes} [Thu Jun 4 13:12:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ac97c85e510745afb32cc184067c9268 => generated 178 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2302] 199.204.45.74 () {38 vars in 953 bytes} [Thu Jun 4 13:12:40 2026] POST /v2.0/ports => generated 1183 bytes in 460 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: 1165/2303] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:40 2026] GET /v2.0/ports?device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => 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: 1166/2304] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:40 2026] GET /v2.0/ports?device_id=8244a38c-1bd5-4725-ba53-0c2cb49c7d73 => generated 1198 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2305] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:12:41 2026] GET /v2.0/security-groups?id=7aea3e59-0584-4f11-90fe-e8015ac07502&fields=id&fields=name => generated 111 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2306] 199.204.45.74 () {38 vars in 1026 bytes} [Thu Jun 4 13:12:40 2026] PUT /v2.0/ports/48c18817-b6ae-4580-9120-6cdd98279188 => generated 1464 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:12:41.220 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1a22d8e7-9e58-4195-87d2-a2233634d016'] response: {'name': 'network-changed', 'server_uuid': '8244a38c-1bd5-4725-ba53-0c2cb49c7d73', 'tag': '48c18817-b6ae-4580-9120-6cdd98279188', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1168/2307] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:12:41 2026] GET /v2.0/ports?tenant_id=ac97c85e510745afb32cc184067c9268&device_id=8244a38c-1bd5-4725-ba53-0c2cb49c7d73 => generated 1467 bytes in 46 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: 1140/2308] 199.204.45.74 () {34 vars in 1016 bytes} [Thu Jun 4 13:12:41 2026] GET /v2.0/networks?tenant_id=ac97c85e510745afb32cc184067c9268&shared=False => generated 2375 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2309] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:41 2026] GET /v2.0/ports?device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => 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: 1169/2310] 199.204.45.74 () {34 vars in 928 bytes} [Thu Jun 4 13:12:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2311] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:12:42 2026] GET /v2.0/networks?id=1f0d2a43-882d-4b78-9dc3-fd046b897183 => generated 672 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2312] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:12:42 2026] GET /v2.0/ports?tenant_id=ac97c85e510745afb32cc184067c9268&device_id=8244a38c-1bd5-4725-ba53-0c2cb49c7d73 => generated 1467 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2313] 199.204.45.74 () {34 vars in 1048 bytes} [Thu Jun 4 13:12:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=57900ff1c576408680c0d799fe333f10 => generated 274 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2314] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:42 2026] GET /v2.0/ports?device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2315] 199.204.45.74 () {34 vars in 1054 bytes} [Thu Jun 4 13:12:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.79&port_id=48c18817-b6ae-4580-9120-6cdd98279188 => 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: 1145/2316] 199.204.45.74 () {34 vars in 1104 bytes} [Thu Jun 4 13:12:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A211&port_id=48c18817-b6ae-4580-9120-6cdd98279188 => 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: 1146/2317] 199.204.45.74 () {34 vars in 1062 bytes} [Thu Jun 4 13:12:43 2026] GET /v2.0/subnets?id=97324f04-d8b2-42ea-848d-6b6d5f13e818&id=573d1a23-8122-41f0-b4a5-3a9b3c28e682 => generated 1415 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2318] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:12:43 2026] GET /v2.0/ports?network_id=cf599589-d74b-4523-a9eb-9d5290c3dcdb&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: 1148/2319] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:12:43 2026] GET /v2.0/ports?network_id=cf599589-d74b-4523-a9eb-9d5290c3dcdb&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2320] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:12:43 2026] GET /v2.0/networks/cf599589-d74b-4523-a9eb-9d5290c3dcdb?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2321] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:12:43 2026] GET /v2.0/networks/cf599589-d74b-4523-a9eb-9d5290c3dcdb?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: 1172/2322] 199.204.45.74 () {38 vars in 953 bytes} [Thu Jun 4 13:12:42 2026] POST /v2.0/ports => generated 997 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2323] 199.204.45.74 () {38 vars in 1026 bytes} [Thu Jun 4 13:12:43 2026] PUT /v2.0/ports/4685452a-93ad-4e21-8ce3-0c78fc382912 => generated 1278 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:12:43.756 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8900d54-52d5-4c7d-9178-cb683805aeb4'] response: {'name': 'network-changed', 'server_uuid': '50798c3b-fe36-4569-b6ae-6ebc43e3e74d', 'tag': '4685452a-93ad-4e21-8ce3-0c78fc382912', '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: 1173/2324] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:44 2026] GET /v2.0/ports?device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => generated 1012 bytes in 46 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: 1152/2325] 10.0.0.200 () {34 vars in 1119 bytes} [Thu Jun 4 13:12:44 2026] GET /v2.0/security-groups?id=ba5339d0-2b86-4691-928c-0f422051365d&id=f8c2e99d-ef8b-4b58-8cf0-d918b1bbe987&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2326] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:12:44 2026] GET /v2.0/ports?tenant_id=57900ff1c576408680c0d799fe333f10&device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => generated 1281 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2327] 199.204.45.74 () {34 vars in 1016 bytes} [Thu Jun 4 13:12:44 2026] GET /v2.0/networks?tenant_id=57900ff1c576408680c0d799fe333f10&shared=False => generated 768 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2328] 199.204.45.74 () {34 vars in 928 bytes} [Thu Jun 4 13:12:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2329] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:45 2026] GET /v2.0/ports?device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => generated 1012 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2330] 10.0.0.200 () {34 vars in 1119 bytes} [Thu Jun 4 13:12:45 2026] GET /v2.0/security-groups?id=ba5339d0-2b86-4691-928c-0f422051365d&id=f8c2e99d-ef8b-4b58-8cf0-d918b1bbe987&fields=id&fields=name => generated 207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2331] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:12:45 2026] GET /v2.0/ports?tenant_id=57900ff1c576408680c0d799fe333f10&device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => generated 1281 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2332] 199.204.45.74 () {34 vars in 1058 bytes} [Thu Jun 4 13:12:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=4685452a-93ad-4e21-8ce3-0c78fc382912 => 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: 1156/2333] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:12:45 2026] GET /v2.0/subnets?id=095ab689-3a80-48fa-90cc-1a26b06c71b1 => generated 690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2334] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:12:45 2026] GET /v2.0/ports?network_id=1f0d2a43-882d-4b78-9dc3-fd046b897183&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: 1157/2335] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:12:45 2026] GET /v2.0/networks/1f0d2a43-882d-4b78-9dc3-fd046b897183?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: 1158/2336] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:46 2026] GET /v2.0/ports?device_id=8244a38c-1bd5-4725-ba53-0c2cb49c7d73 => generated 1200 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2337] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:12:46 2026] GET /v2.0/security-groups?id=7aea3e59-0584-4f11-90fe-e8015ac07502&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2338] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:12:45 2026] GET /v2.0/networks/1f0d2a43-882d-4b78-9dc3-fd046b897183?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 522 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2339] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:46 2026] GET /v2.0/ports?device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => generated 1012 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2340] 10.0.0.200 () {34 vars in 1119 bytes} [Thu Jun 4 13:12:46 2026] GET /v2.0/security-groups?id=ba5339d0-2b86-4691-928c-0f422051365d&id=f8c2e99d-ef8b-4b58-8cf0-d918b1bbe987&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2341] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:47 2026] GET /v2.0/ports?device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => generated 1012 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2342] 10.0.0.200 () {34 vars in 1119 bytes} [Thu Jun 4 13:12:47 2026] GET /v2.0/security-groups?id=ba5339d0-2b86-4691-928c-0f422051365d&id=f8c2e99d-ef8b-4b58-8cf0-d918b1bbe987&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2343] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:48 2026] GET /v2.0/ports?device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => generated 1012 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2344] 10.0.0.200 () {34 vars in 1119 bytes} [Thu Jun 4 13:12:48 2026] GET /v2.0/security-groups?id=ba5339d0-2b86-4691-928c-0f422051365d&id=f8c2e99d-ef8b-4b58-8cf0-d918b1bbe987&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2347] 199.204.45.74 () {34 vars in 992 bytes} [Thu Jun 4 13:12:49 2026] GET /v2.0/ports?device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => generated 1281 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2348] 199.204.45.74 () {34 vars in 1122 bytes} [Thu Jun 4 13:12:49 2026] GET /v2.0/security-groups?id=ba5339d0-2b86-4691-928c-0f422051365d&id=f8c2e99d-ef8b-4b58-8cf0-d918b1bbe987&fields=id&fields=name => generated 207 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2349] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:49 2026] GET /v2.0/ports?device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => generated 1012 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2350] 10.0.0.200 () {34 vars in 1119 bytes} [Thu Jun 4 13:12:49 2026] GET /v2.0/security-groups?id=ba5339d0-2b86-4691-928c-0f422051365d&id=f8c2e99d-ef8b-4b58-8cf0-d918b1bbe987&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2351] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:51 2026] GET /v2.0/ports?device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => generated 1014 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2352] 10.0.0.200 () {34 vars in 1119 bytes} [Thu Jun 4 13:12:51 2026] GET /v2.0/security-groups?id=ba5339d0-2b86-4691-928c-0f422051365d&id=f8c2e99d-ef8b-4b58-8cf0-d918b1bbe987&fields=id&fields=name => generated 207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2353] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:51 2026] GET /v2.0/ports?device_id=8244a38c-1bd5-4725-ba53-0c2cb49c7d73 => generated 1200 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2354] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:12:51 2026] GET /v2.0/security-groups?id=7aea3e59-0584-4f11-90fe-e8015ac07502&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2355] 10.0.0.99 () {32 vars in 816 bytes} [Thu Jun 4 13:12:51 2026] GET /v2.0/ports?network_id=cf599589-d74b-4523-a9eb-9d5290c3dcdb&mac_address=fa%3A16%3A3e%3Ae2%3Ad6%3A3b => generated 1200 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2356] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:52 2026] GET /v2.0/ports?device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => generated 1014 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2357] 10.0.0.200 () {34 vars in 1119 bytes} [Thu Jun 4 13:12:52 2026] GET /v2.0/security-groups?id=ba5339d0-2b86-4691-928c-0f422051365d&id=f8c2e99d-ef8b-4b58-8cf0-d918b1bbe987&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:12:52.322 7 INFO neutron.db.l3_db [None req-d2d1640d-4240-4020-a666-d2679d619ed2 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] Floating IP 29299593-2650-4de4-b98e-9a42cf31d72c associated. External IP: 10.96.250.208, port: 48c18817-b6ae-4580-9120-6cdd98279188. [pid: 8|app: 0|req: 1171/2358] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:12:52 2026] GET /v2.0/ports?device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => generated 1014 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2359] 10.0.0.99 () {34 vars in 675 bytes} [Thu Jun 4 13:12:51 2026] POST /v2.0/floatingips => generated 854 bytes in 1154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:12:52.726 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-724c3ee4-e4d0-421b-b09a-47b488caa89c'] response: {'name': 'network-changed', 'server_uuid': '8244a38c-1bd5-4725-ba53-0c2cb49c7d73', 'tag': '48c18817-b6ae-4580-9120-6cdd98279188', 'status': 'completed', 'code': 200} 2026-06-04 13:12:52.837 8 INFO neutron.db.l3_db [None req-0cbda5ac-6fb2-4740-abf6-a5b4aed75494 5dafa0102cec44b19fac18aa82cd85ae 57900ff1c576408680c0d799fe333f10 - - default default] Floating IP b4ebc957-e1b8-43a8-bdfa-d42b48360ee2 associated. External IP: 10.96.250.210, port: 4685452a-93ad-4e21-8ce3-0c78fc382912. [pid: 8|app: 0|req: 1172/2360] 10.0.0.99 () {34 vars in 747 bytes} [Thu Jun 4 13:12:52 2026] PUT /v2.0/floatingips/b4ebc957-e1b8-43a8-bdfa-d42b48360ee2 => generated 856 bytes in 759 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:12:53.264 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2a109e8a-f58d-4d2e-a41d-231bf6eaa2a3'] response: {'name': 'network-changed', 'server_uuid': '50798c3b-fe36-4569-b6ae-6ebc43e3e74d', 'tag': '4685452a-93ad-4e21-8ce3-0c78fc382912', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1189/2361] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:12:53 2026] GET /v2.0/ports?tenant_id=ac97c85e510745afb32cc184067c9268&device_id=8244a38c-1bd5-4725-ba53-0c2cb49c7d73 => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2362] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:12:53 2026] GET /v2.0/networks?id=cf599589-d74b-4523-a9eb-9d5290c3dcdb => 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: 1190/2363] 199.204.45.74 () {34 vars in 1054 bytes} [Thu Jun 4 13:12:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.79&port_id=48c18817-b6ae-4580-9120-6cdd98279188 => generated 857 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2364] 199.204.45.74 () {34 vars in 1104 bytes} [Thu Jun 4 13:12:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A211&port_id=48c18817-b6ae-4580-9120-6cdd98279188 => 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: 1191/2365] 199.204.45.74 () {34 vars in 1062 bytes} [Thu Jun 4 13:12:53 2026] GET /v2.0/subnets?id=97324f04-d8b2-42ea-848d-6b6d5f13e818&id=573d1a23-8122-41f0-b4a5-3a9b3c28e682 => generated 1415 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2366] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:12:53 2026] GET /v2.0/ports?network_id=cf599589-d74b-4523-a9eb-9d5290c3dcdb&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2367] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:12:53 2026] GET /v2.0/ports?network_id=cf599589-d74b-4523-a9eb-9d5290c3dcdb&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2368] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:12:53 2026] GET /v2.0/networks/cf599589-d74b-4523-a9eb-9d5290c3dcdb?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: 1193/2369] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:12:53 2026] GET /v2.0/networks/cf599589-d74b-4523-a9eb-9d5290c3dcdb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2370] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:12:53 2026] GET /v2.0/ports?tenant_id=57900ff1c576408680c0d799fe333f10&device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => generated 1283 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2371] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:12:53 2026] GET /v2.0/networks?id=1f0d2a43-882d-4b78-9dc3-fd046b897183 => generated 768 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2372] 199.204.45.74 () {34 vars in 1058 bytes} [Thu Jun 4 13:12:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=4685452a-93ad-4e21-8ce3-0c78fc382912 => generated 859 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2373] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:12:53 2026] GET /v2.0/subnets?id=095ab689-3a80-48fa-90cc-1a26b06c71b1 => generated 690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2374] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:12:53 2026] GET /v2.0/ports?network_id=1f0d2a43-882d-4b78-9dc3-fd046b897183&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2375] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:12:54 2026] GET /v2.0/networks/1f0d2a43-882d-4b78-9dc3-fd046b897183?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: 1180/2376] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:12:54 2026] GET /v2.0/networks/1f0d2a43-882d-4b78-9dc3-fd046b897183?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: 1197/2377] 10.0.0.82 () {34 vars in 988 bytes} [Thu Jun 4 13:13:01 2026] GET /v2.0/ports?device_id=8244a38c-1bd5-4725-ba53-0c2cb49c7d73 => generated 1469 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2378] 10.0.0.82 () {34 vars in 1038 bytes} [Thu Jun 4 13:13:01 2026] GET /v2.0/security-groups?id=7aea3e59-0584-4f11-90fe-e8015ac07502&fields=id&fields=name => generated 111 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2379] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:13:02 2026] GET /v2.0/ports?device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => generated 1014 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2380] 10.0.0.200 () {34 vars in 1119 bytes} [Thu Jun 4 13:13:02 2026] GET /v2.0/security-groups?id=ba5339d0-2b86-4691-928c-0f422051365d&id=f8c2e99d-ef8b-4b58-8cf0-d918b1bbe987&fields=id&fields=name => generated 207 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2381] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:13:03 2026] GET /v2.0/ports?device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => generated 1283 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2382] 10.0.0.99 () {32 vars in 856 bytes} [Thu Jun 4 13:13:03 2026] GET /v2.0/floatingips?floating_network_id=57a3a178-5e88-47bd-ae74-de426f799613&port_id=4685452a-93ad-4e21-8ce3-0c78fc382912 => generated 861 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2383] 10.0.0.82 () {34 vars in 988 bytes} [Thu Jun 4 13:13:03 2026] GET /v2.0/ports?device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2384] 10.0.0.82 () {34 vars in 1118 bytes} [Thu Jun 4 13:13:03 2026] GET /v2.0/security-groups?id=f8c2e99d-ef8b-4b58-8cf0-d918b1bbe987&id=ba5339d0-2b86-4691-928c-0f422051365d&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2387] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:13:06 2026] GET /v2.0/ports?device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => generated 1014 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2388] 10.0.0.200 () {34 vars in 1119 bytes} [Thu Jun 4 13:13:06 2026] GET /v2.0/security-groups?id=ba5339d0-2b86-4691-928c-0f422051365d&id=f8c2e99d-ef8b-4b58-8cf0-d918b1bbe987&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2389] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:13:07 2026] GET /v2.0/ports?device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => generated 1014 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2390] 10.0.0.200 () {34 vars in 1119 bytes} [Thu Jun 4 13:13:07 2026] GET /v2.0/security-groups?id=ba5339d0-2b86-4691-928c-0f422051365d&id=f8c2e99d-ef8b-4b58-8cf0-d918b1bbe987&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2391] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:13:08 2026] GET /v2.0/ports?device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => generated 1014 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2392] 10.0.0.200 () {34 vars in 1119 bytes} [Thu Jun 4 13:13:09 2026] GET /v2.0/security-groups?id=ba5339d0-2b86-4691-928c-0f422051365d&id=f8c2e99d-ef8b-4b58-8cf0-d918b1bbe987&fields=id&fields=name => generated 207 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2393] 199.204.45.74 () {34 vars in 992 bytes} [Thu Jun 4 13:13:09 2026] GET /v2.0/ports?device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => generated 1014 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:13:09.291 7 INFO neutron_taas.services.taas.taas_plugin [req-ae40eb2e-b8b5-4af4-b172-571042b1ee36 req-db25597c-0f4a-468f-8850-300e44a076c6 5dafa0102cec44b19fac18aa82cd85ae 57900ff1c576408680c0d799fe333f10 - - default default] TaaS: Handle Delete Port: 4685452a-93ad-4e21-8ce3-0c78fc382912 2026-06-04 13:13:09.293 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ae40eb2e-b8b5-4af4-b172-571042b1ee36 req-db25597c-0f4a-468f-8850-300e44a076c6 5dafa0102cec44b19fac18aa82cd85ae 57900ff1c576408680c0d799fe333f10 - - default default] Tap Mirror: Handle Delete Port: 4685452a-93ad-4e21-8ce3-0c78fc382912 2026-06-04 13:13:09.423 7 INFO neutron.db.l3_db [req-ae40eb2e-b8b5-4af4-b172-571042b1ee36 req-db25597c-0f4a-468f-8850-300e44a076c6 5dafa0102cec44b19fac18aa82cd85ae 57900ff1c576408680c0d799fe333f10 - - default default] Floating IP b4ebc957-e1b8-43a8-bdfa-d42b48360ee2 disassociated. External IP: 10.96.250.210, port: 4685452a-93ad-4e21-8ce3-0c78fc382912. [pid: 7|app: 0|req: 1205/2394] 199.204.45.74 () {36 vars in 995 bytes} [Thu Jun 4 13:13:09 2026] DELETE /v2.0/ports/4685452a-93ad-4e21-8ce3-0c78fc382912 => generated 0 bytes in 619 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:13:09.804 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b000c0a0-140e-49c8-aa41-764c965fe160'] response: {'server_uuid': '50798c3b-fe36-4569-b6ae-6ebc43e3e74d', 'name': 'network-vif-deleted', 'tag': '4685452a-93ad-4e21-8ce3-0c78fc382912', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1190/2395] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:13:10 2026] GET /v2.0/ports?device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => 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: 1206/2396] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:13:11 2026] GET /v2.0/ports?device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2397] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:13:12 2026] GET /v2.0/ports?device_id=50798c3b-fe36-4569-b6ae-6ebc43e3e74d => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2398] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:13:13 2026] DELETE /v2.0/security-groups/ba5339d0-2b86-4691-928c-0f422051365d => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:13:13.622 8 INFO neutron.api.v2.resource [None req-f3a4391f-f010-45ba-9a7f-6c1b0d8c9027 5dafa0102cec44b19fac18aa82cd85ae 57900ff1c576408680c0d799fe333f10 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1192/2399] 10.0.0.99 () {32 vars in 735 bytes} [Thu Jun 4 13:13:13 2026] GET /v2.0/security-groups/ba5339d0-2b86-4691-928c-0f422051365d => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:13:13.720 7 INFO neutron_taas.services.taas.taas_plugin [None req-822884c7-2347-4ff1-96d5-8a0f3d4b8032 5dafa0102cec44b19fac18aa82cd85ae 57900ff1c576408680c0d799fe333f10 - - default default] TaaS: Handle Delete Port: b7cd8172-fc2c-4128-a1c1-4900dfb54de3 2026-06-04 13:13:13.723 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-822884c7-2347-4ff1-96d5-8a0f3d4b8032 5dafa0102cec44b19fac18aa82cd85ae 57900ff1c576408680c0d799fe333f10 - - default default] Tap Mirror: Handle Delete Port: b7cd8172-fc2c-4128-a1c1-4900dfb54de3 [pid: 7|app: 0|req: 1208/2400] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:13:13 2026] DELETE /v2.0/floatingips/b4ebc957-e1b8-43a8-bdfa-d42b48360ee2 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2401] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:13:13 2026] DELETE /v2.0/security-groups/f8c2e99d-ef8b-4b58-8cf0-d918b1bbe987 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:13:14.389 7 INFO neutron_taas.services.taas.taas_plugin [None req-96a0175e-3a9c-4ed0-810f-da218ea6915f 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 4f969449-a078-407b-8409-e7acb7c2012d 2026-06-04 13:13:14.395 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96a0175e-3a9c-4ed0-810f-da218ea6915f 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 4f969449-a078-407b-8409-e7acb7c2012d [pid: 7|app: 0|req: 1209/2402] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:13:14 2026] PUT /v2.0/routers/fd9ab23d-fa5b-4271-899f-fe9555b0ea1f/remove_router_interface => generated 309 bytes in 886 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2403] 10.0.0.99 () {32 vars in 719 bytes} [Thu Jun 4 13:13:15 2026] GET /v2.0/subnets/a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:13:15.633 8 INFO neutron_taas.services.taas.taas_plugin [None req-208b3d08-ebbe-43b1-be5b-0d33935d414a 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 075c89d3-dc3c-46c1-b057-44e87d31c209 2026-06-04 13:13:15.636 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-208b3d08-ebbe-43b1-be5b-0d33935d414a 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 075c89d3-dc3c-46c1-b057-44e87d31c209 2026-06-04 13:13:15.873 8 INFO neutron_taas.services.taas.taas_plugin [None req-208b3d08-ebbe-43b1-be5b-0d33935d414a 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: a3ab856b-7b77-48b1-a09e-891a3d4c83b9 2026-06-04 13:13:15.875 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-208b3d08-ebbe-43b1-be5b-0d33935d414a 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: a3ab856b-7b77-48b1-a09e-891a3d4c83b9 2026-06-04 13:13:16.196 8 INFO neutron.services.segments.plugin [-] Segment c1ffa1d0-c4f1-4b0b-87ce-44f546c43854 resource provider aggregate not found 2026-06-04 13:13:16.202 8 INFO neutron.services.segments.plugin [-] Segment c1ffa1d0-c4f1-4b0b-87ce-44f546c43854 resource provider aggregate not found 2026-06-04 13:13:16.216 8 INFO neutron.services.segments.plugin [-] Segment c1ffa1d0-c4f1-4b0b-87ce-44f546c43854 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1ffa1d0-c4f1-4b0b-87ce-44f546c43854 found for delete ", "request_id": "req-f7cc08dc-36ca-4016-9e54-c4ec654a7e0f"}]} 2026-06-04 13:13:16.219 8 INFO neutron.services.segments.plugin [-] Segment c1ffa1d0-c4f1-4b0b-87ce-44f546c43854 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1ffa1d0-c4f1-4b0b-87ce-44f546c43854 found for delete ", "request_id": "req-d666ebc9-b66c-4423-9986-6097a64c78c0"}]} 2026-06-04 13:13:16.220 8 INFO neutron.db.l3_hamode_db [None req-208b3d08-ebbe-43b1-be5b-0d33935d414a 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] HA network 64ff52ab-2440-4ad8-8d1d-56383601663b was deleted as no HA routers are present in tenant 57900ff1c576408680c0d799fe333f10. [pid: 8|app: 0|req: 1194/2404] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:13:14 2026] DELETE /v2.0/routers/fd9ab23d-fa5b-4271-899f-fe9555b0ea1f => generated 0 bytes in 1313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2405] 10.0.0.102 () {30 vars in 689 bytes} [Thu Jun 4 13:13:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2406] 10.0.0.102 () {30 vars in 691 bytes} [Thu Jun 4 13:13:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2407] 10.0.0.102 () {30 vars in 667 bytes} [Thu Jun 4 13:13:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2408] 10.0.0.102 () {30 vars in 703 bytes} [Thu Jun 4 13:13:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2409] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:13:16 2026] DELETE /v2.0/subnets/095ab689-3a80-48fa-90cc-1a26b06c71b1 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:13:16.506 8 INFO neutron_taas.services.taas.taas_plugin [None req-79a69321-be1e-4329-810c-ee3906f8f672 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 4401bd6f-ddf0-48f4-b98c-dc5490961148 2026-06-04 13:13:16.508 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79a69321-be1e-4329-810c-ee3906f8f672 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 4401bd6f-ddf0-48f4-b98c-dc5490961148 [pid: 8|app: 0|req: 1199/2410] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:13:16 2026] DELETE /v2.0/networks/1f0d2a43-882d-4b78-9dc3-fd046b897183 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:13:17.007 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c0c1843-b0f2-4f9c-9e57-f5ec48a70e6c 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 02a448b1-9f99-441b-875c-cf977fb635b0 2026-06-04 13:13:17.010 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c0c1843-b0f2-4f9c-9e57-f5ec48a70e6c 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 02a448b1-9f99-441b-875c-cf977fb635b0 [pid: 8|app: 0|req: 1200/2411] 10.0.0.102 () {28 vars in 438 bytes} [Thu Jun 4 13:13:17 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2412] 10.0.0.102 () {30 vars in 727 bytes} [Thu Jun 4 13:13:17 2026] GET /v2.0/subnets/a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 658 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2413] 10.0.0.102 () {30 vars in 689 bytes} [Thu Jun 4 13:13:17 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: 1203/2414] 10.0.0.102 () {30 vars in 691 bytes} [Thu Jun 4 13:13:17 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: 1204/2415] 10.0.0.102 () {30 vars in 667 bytes} [Thu Jun 4 13:13:17 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: 1205/2416] 10.0.0.102 () {30 vars in 703 bytes} [Thu Jun 4 13:13:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2417] 10.0.0.102 () {30 vars in 727 bytes} [Thu Jun 4 13:13:17 2026] GET /v2.0/subnets/a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2418] 10.0.0.102 () {30 vars in 689 bytes} [Thu Jun 4 13:13:17 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: 1208/2419] 10.0.0.102 () {30 vars in 691 bytes} [Thu Jun 4 13:13:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2420] 10.0.0.102 () {30 vars in 667 bytes} [Thu Jun 4 13:13:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2421] 10.0.0.102 () {30 vars in 703 bytes} [Thu Jun 4 13:13:17 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: 1211/2422] 10.0.0.102 () {30 vars in 729 bytes} [Thu Jun 4 13:13:17 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2423] 10.0.0.102 () {30 vars in 681 bytes} [Thu Jun 4 13:13:17 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: 1212/2424] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:13:16 2026] PUT /v2.0/routers/ae5eccfa-3f0f-4e80-a7f7-256c3fd0665f/remove_router_interface => generated 309 bytes in 862 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:13:17.782 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b1695ce-09a9-4957-8973-8e2c11ffa12c 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: d215f766-af99-4b4d-bfdb-858342a38f1c 2026-06-04 13:13:17.785 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b1695ce-09a9-4957-8973-8e2c11ffa12c 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: d215f766-af99-4b4d-bfdb-858342a38f1c [pid: 8|app: 0|req: 1213/2425] 10.0.0.102 () {34 vars in 703 bytes} [Thu Jun 4 13:13:17 2026] POST /v2.0/ports => generated 1132 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-04 13:13:18.018 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b1695ce-09a9-4957-8973-8e2c11ffa12c 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 1fa15f60-5251-4fde-a75f-266f2ca27f27 2026-06-04 13:13:18.020 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b1695ce-09a9-4957-8973-8e2c11ffa12c 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 1fa15f60-5251-4fde-a75f-266f2ca27f27 2026-06-04 13:13:18.237 8 INFO neutron.services.segments.plugin [-] Segment 9f312964-b50d-4316-8150-0ddf5bd36072 resource provider aggregate not found 2026-06-04 13:13:18.246 8 INFO neutron.services.segments.plugin [-] Segment 9f312964-b50d-4316-8150-0ddf5bd36072 resource provider aggregate not found 2026-06-04 13:13:18.258 8 INFO neutron.services.segments.plugin [-] Segment 9f312964-b50d-4316-8150-0ddf5bd36072 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f312964-b50d-4316-8150-0ddf5bd36072 found for delete ", "request_id": "req-23f1bee3-9025-45f2-92f1-2d39f28b0872"}]} 2026-06-04 13:13:18.271 8 INFO neutron.services.segments.plugin [-] Segment 9f312964-b50d-4316-8150-0ddf5bd36072 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f312964-b50d-4316-8150-0ddf5bd36072 found for delete ", "request_id": "req-ac2fd813-6470-494a-a272-5b938d823db6"}]} 2026-06-04 13:13:18.369 7 INFO neutron.services.segments.plugin [-] Segment 966e7b23-a022-4826-ad3c-b36362c7d04f resource provider aggregate not found 2026-06-04 13:13:18.379 7 INFO neutron.services.segments.plugin [-] Segment 966e7b23-a022-4826-ad3c-b36362c7d04f resource provider aggregate not found 2026-06-04 13:13:18.398 7 INFO neutron.services.segments.plugin [-] Segment 966e7b23-a022-4826-ad3c-b36362c7d04f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 966e7b23-a022-4826-ad3c-b36362c7d04f found for delete ", "request_id": "req-9199f793-023e-4361-9518-98419da45cf2"}]} 2026-06-04 13:13:18.414 7 INFO neutron.services.segments.plugin [-] Segment 966e7b23-a022-4826-ad3c-b36362c7d04f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 966e7b23-a022-4826-ad3c-b36362c7d04f found for delete ", "request_id": "req-d0cf6e0e-10e2-42b1-af3a-16f4a1c020bf"}]} 2026-06-04 13:13:18.417 7 INFO neutron.db.l3_hamode_db [None req-4b1695ce-09a9-4957-8973-8e2c11ffa12c 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] HA network 45eff286-80b2-4092-95a7-7467ba39ec76 was deleted as no HA routers are present in tenant 885e9a8b564742c9b283bbffee11928d. [pid: 7|app: 0|req: 1213/2426] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:13:17 2026] DELETE /v2.0/routers/ae5eccfa-3f0f-4e80-a7f7-256c3fd0665f => generated 0 bytes in 852 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1214/2427] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:13:18 2026] DELETE /v2.0/subnets/338148c4-4d43-4b02-b679-7693858af279 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:13:18.667 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d787830-5999-4290-8142-2fdb9e207d54 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 357422d8-0761-4267-9a82-39ecb93cf66d 2026-06-04 13:13:18.669 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d787830-5999-4290-8142-2fdb9e207d54 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 357422d8-0761-4267-9a82-39ecb93cf66d [pid: 7|app: 0|req: 1214/2428] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:13:18 2026] DELETE /v2.0/networks/4e593eb3-c8c8-4203-ba6a-7e45e1f7b3c4 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2429] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:13:19 2026] GET /v2.0/security-groups?tenant_id=57900ff1c576408680c0d799fe333f10&name=default => generated 2929 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2432] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:13:19 2026] DELETE /v2.0/security-groups/9232ffa5-5c57-4be3-ae23-a86b0aec38ea => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2433] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:13:19 2026] GET /v2.0/security-groups?tenant_id=885e9a8b564742c9b283bbffee11928d&name=default => generated 2929 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2434] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:13:19 2026] DELETE /v2.0/security-groups/b27f5769-a070-4f32-a447-81d3d89898ef => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:13:20.420 7 INFO neutron.services.segments.plugin [-] Segment c2555f77-0cd6-4c0d-bfee-4e042a06c2ef resource provider aggregate not found 2026-06-04 13:13:20.438 7 INFO neutron.services.segments.plugin [-] Segment c2555f77-0cd6-4c0d-bfee-4e042a06c2ef resource provider aggregate not found 2026-06-04 13:13:20.445 7 INFO neutron.services.segments.plugin [-] Segment c2555f77-0cd6-4c0d-bfee-4e042a06c2ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2555f77-0cd6-4c0d-bfee-4e042a06c2ef found for delete ", "request_id": "req-ca00961d-97bf-46b4-a111-92947090a842"}]} 2026-06-04 13:13:20.458 7 INFO neutron.services.segments.plugin [-] Segment c2555f77-0cd6-4c0d-bfee-4e042a06c2ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2555f77-0cd6-4c0d-bfee-4e042a06c2ef found for delete ", "request_id": "req-cafc469e-38f4-48b4-a568-740ff1c02bc3"}]} [pid: 8|app: 0|req: 1219/2435] 199.204.45.74 () {30 vars in 701 bytes} [Thu Jun 4 13:13:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2436] 199.204.45.74 () {30 vars in 703 bytes} [Thu Jun 4 13:13:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2437] 199.204.45.74 () {30 vars in 679 bytes} [Thu Jun 4 13:13: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: 1218/2438] 199.204.45.74 () {30 vars in 715 bytes} [Thu Jun 4 13:13:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2439] 199.204.45.74 () {30 vars in 735 bytes} [Thu Jun 4 13:13:21 2026] GET /v2.0/ports/f9c82fba-59f2-433e-9e86-1991da31b83e => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2440] 199.204.45.74 () {30 vars in 701 bytes} [Thu Jun 4 13:13:21 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: 1222/2441] 199.204.45.74 () {30 vars in 703 bytes} [Thu Jun 4 13:13: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: 7|app: 0|req: 1220/2442] 199.204.45.74 () {30 vars in 679 bytes} [Thu Jun 4 13:13:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2443] 199.204.45.74 () {30 vars in 715 bytes} [Thu Jun 4 13:13:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:13:21.337 7 INFO neutron.api.v2.resource [None req-7e46e19d-515f-46a1-8700-cf5082511bc0 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1221/2444] 199.204.45.74 () {30 vars in 761 bytes} [Thu Jun 4 13:13:21 2026] GET /v2.0/security-groups/lb-30c034e8-02c8-44b9-b1cc-29c582ea7061 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2445] 199.204.45.74 () {30 vars in 783 bytes} [Thu Jun 4 13:13:21 2026] GET /v2.0/security-groups?name=lb-30c034e8-02c8-44b9-b1cc-29c582ea7061 => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2446] 199.204.45.74 () {34 vars in 734 bytes} [Thu Jun 4 13:13:21 2026] POST /v2.0/security-groups => generated 1638 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2447] 199.204.45.74 () {30 vars in 813 bytes} [Thu Jun 4 13:13:21 2026] GET /v2.0/security-group-rules?security_group_id=7c0ed85e-128e-40a2-addf-6185cdde9d60 => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2448] 199.204.45.74 () {34 vars in 787 bytes} [Thu Jun 4 13:13:21 2026] PUT /v2.0/ports/f9c82fba-59f2-433e-9e86-1991da31b83e => generated 1132 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2449] 199.204.45.74 () {30 vars in 701 bytes} [Thu Jun 4 13:13:21 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1224/2450] 199.204.45.74 () {30 vars in 703 bytes} [Thu Jun 4 13:13: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: 1227/2451] 199.204.45.74 () {30 vars in 679 bytes} [Thu Jun 4 13:13: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: 1225/2452] 199.204.45.74 () {30 vars in 715 bytes} [Thu Jun 4 13:13: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: 1228/2453] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:13:21 2026] GET /v2.0/subnets/a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2454] 10.0.0.99 () {34 vars in 674 bytes} [Thu Jun 4 13:13:23 2026] POST /v2.0/subnetpools => generated 516 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2455] 10.0.0.99 () {34 vars in 674 bytes} [Thu Jun 4 13:13:23 2026] POST /v2.0/subnetpools => generated 516 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2456] 10.0.0.99 () {34 vars in 674 bytes} [Thu Jun 4 13:13:23 2026] POST /v2.0/subnetpools => generated 516 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2457] 10.0.0.99 () {34 vars in 674 bytes} [Thu Jun 4 13:13:23 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2458] 10.0.0.99 () {34 vars in 674 bytes} [Thu Jun 4 13:13:23 2026] POST /v2.0/subnetpools => generated 516 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2459] 10.0.0.99 () {34 vars in 757 bytes} [Thu Jun 4 13:13:23 2026] PUT /v2.0/subnetpools/4e23b1f8-f826-4cbf-a932-91606d78dd7b/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2460] 10.0.0.99 () {34 vars in 757 bytes} [Thu Jun 4 13:13:23 2026] PUT /v2.0/subnetpools/526dd94d-93ff-4b34-bf38-2b85386d12f4/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2461] 10.0.0.99 () {34 vars in 757 bytes} [Thu Jun 4 13:13:24 2026] PUT /v2.0/subnetpools/e9de48ee-20e6-4b38-8524-fb0b8d79f635/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2462] 10.0.0.99 () {34 vars in 757 bytes} [Thu Jun 4 13:13:24 2026] PUT /v2.0/subnetpools/2d56469c-3836-4bdf-a8fe-b84381039cfb/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2463] 10.0.0.99 () {32 vars in 670 bytes} [Thu Jun 4 13:13:24 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2464] 10.0.0.99 () {32 vars in 684 bytes} [Thu Jun 4 13:13:24 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2465] 10.0.0.99 () {32 vars in 680 bytes} [Thu Jun 4 13:13:24 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2466] 10.0.0.99 () {32 vars in 692 bytes} [Thu Jun 4 13:13:24 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2467] 10.0.0.99 () {32 vars in 678 bytes} [Thu Jun 4 13:13:24 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2468] 10.0.0.99 () {32 vars in 692 bytes} [Thu Jun 4 13:13:24 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2469] 10.0.0.99 () {32 vars in 688 bytes} [Thu Jun 4 13:13:24 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2470] 10.0.0.99 () {32 vars in 700 bytes} [Thu Jun 4 13:13:24 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2471] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:13:24 2026] DELETE /v2.0/subnetpools/4e23b1f8-f826-4cbf-a932-91606d78dd7b => 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: 1235/2472] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:13:24 2026] DELETE /v2.0/subnetpools/526dd94d-93ff-4b34-bf38-2b85386d12f4 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2473] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:13:24 2026] DELETE /v2.0/subnetpools/e9de48ee-20e6-4b38-8524-fb0b8d79f635 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2474] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:13:24 2026] DELETE /v2.0/subnetpools/2d56469c-3836-4bdf-a8fe-b84381039cfb => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2475] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:13:24 2026] DELETE /v2.0/subnetpools/b85739f4-fbdd-4f75-9c0a-fd33993cb2a5 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2476] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:13:25 2026] GET /v2.0/security-groups?tenant_id=cff77bb5b3434a63b3abff6ecaae46da&name=default => generated 2929 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2477] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:13:25 2026] DELETE /v2.0/security-groups/b3fb8fc2-5242-4879-a80a-edbc69f5ae34 => 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: 1238/2478] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:13:25 2026] GET /v2.0/security-groups?tenant_id=5b920686eacc4888998c944705c3e467&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2479] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:13:25 2026] DELETE /v2.0/security-groups/f53bd64d-9369-47c0-b8fb-ea5500ccb3bd => 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: 1239/2480] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:13:26 2026] GET /v2.0/security-groups?tenant_id=bf34721f0ffe4077a739b3ffdd67a470&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2481] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:13:26 2026] DELETE /v2.0/security-groups/2b34efe3-8cee-4e19-bb7d-d11187895ec2 => 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: 1240/2482] 10.0.0.200 () {34 vars in 1015 bytes} [Thu Jun 4 13:13:29 2026] GET /v2.0/security-groups?id=66c62572-64ec-47f1-a81b-dbeeb03bdbb5&fields=id => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2483] 10.0.0.200 () {34 vars in 981 bytes} [Thu Jun 4 13:13:29 2026] GET /v2.0/networks?id=5e8eeca9-4c6a-495a-a0c1-0b030966fde1 => generated 735 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2484] 10.0.0.200 () {34 vars in 964 bytes} [Thu Jun 4 13:13:29 2026] GET /v2.0/quotas/3bea26720bd64479b4264a2106ac9d32 => 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: 1244/2485] 10.0.0.200 () {34 vars in 1001 bytes} [Thu Jun 4 13:13:29 2026] GET /v2.0/ports?tenant_id=3bea26720bd64479b4264a2106ac9d32&fields=id => generated 149 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2486] 10.0.0.200 () {34 vars in 1007 bytes} [Thu Jun 4 13:13:29 2026] GET /v2.0/networks/5e8eeca9-4c6a-495a-a0c1-0b030966fde1?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: 1245/2487] 10.0.0.200 () {34 vars in 1107 bytes} [Thu Jun 4 13:13:29 2026] GET /v2.0/networks/5e8eeca9-4c6a-495a-a0c1-0b030966fde1?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: 1243/2488] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:13:30 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => 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: 1246/2489] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:13:30 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:13:30.791 7 INFO neutron.db.segments_db [None req-f8247615-c4f8-4b92-83e5-f70a2e85ca5e 2da30974f96041528141e2b783d0f0dc 11fe3801140b4d5686100af96318b303 - - default default] Added segment 275fdf0f-551f-4bc1-bb66-e64056bebe54 of type vxlan for network 2b2c54fc-2183-4a1b-994c-954ee3fa8d55 [pid: 7|app: 0|req: 1244/2490] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:13:30 2026] POST /v2.0/networks => generated 631 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2491] 10.0.0.99 () {34 vars in 662 bytes} [Thu Jun 4 13:13:30 2026] POST /v2.0/ports => generated 743 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2492] 10.0.0.99 () {34 vars in 664 bytes} [Thu Jun 4 13:13:31 2026] POST /v2.0/trunks => generated 407 bytes in 205 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-04 13:13:31.462 8 INFO neutron.db.segments_db [None req-14de72e9-3693-4ae0-80fb-4609a55ef5cb 2da30974f96041528141e2b783d0f0dc 11fe3801140b4d5686100af96318b303 - - default default] Added segment e9ae4fae-8751-44d2-b36d-39aa258edf8f of type vxlan for network 1c1c84c4-ab59-49f2-986e-867af4d0c9bc [pid: 8|app: 0|req: 1248/2493] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:13:31 2026] POST /v2.0/networks => generated 632 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2494] 10.0.0.99 () {34 vars in 662 bytes} [Thu Jun 4 13:13:31 2026] POST /v2.0/ports => generated 743 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2495] 10.0.0.99 () {34 vars in 664 bytes} [Thu Jun 4 13:13:31 2026] POST /v2.0/trunks => generated 407 bytes in 154 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-04 13:13:32.049 7 INFO neutron.db.segments_db [None req-85718592-ca78-4bdc-bb77-8f56b5f29919 2da30974f96041528141e2b783d0f0dc 11fe3801140b4d5686100af96318b303 - - default default] Added segment 6747f323-3daa-4813-92dc-36625b09c020 of type vxlan for network 2c400b01-18db-4aa1-8a64-a59daf339416 [pid: 7|app: 0|req: 1247/2496] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:13:31 2026] POST /v2.0/networks => generated 632 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2497] 10.0.0.99 () {34 vars in 662 bytes} [Thu Jun 4 13:13:32 2026] POST /v2.0/ports => generated 743 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2498] 10.0.0.99 () {34 vars in 664 bytes} [Thu Jun 4 13:13:32 2026] POST /v2.0/trunks => generated 407 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-04 13:13:32.692 8 INFO neutron.db.segments_db [None req-e82e2f0c-92d6-48b4-b67b-a5c10ebdae7d 2da30974f96041528141e2b783d0f0dc 11fe3801140b4d5686100af96318b303 - - default default] Added segment 9787dc53-4674-4a76-b0a2-f5020592c5a1 of type vxlan for network 0012f36a-e562-49cb-a6dd-4f216f5e0a88 [pid: 8|app: 0|req: 1251/2499] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:13:32 2026] POST /v2.0/networks => generated 632 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2500] 10.0.0.99 () {34 vars in 662 bytes} [Thu Jun 4 13:13:32 2026] POST /v2.0/ports => generated 743 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1252/2501] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:13:33 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => 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: 1253/2502] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:13:33 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => 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: 1250/2503] 10.0.0.99 () {34 vars in 664 bytes} [Thu Jun 4 13:13:33 2026] POST /v2.0/trunks => generated 407 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:13:33.310 8 INFO neutron.db.segments_db [None req-151d0a7a-084d-4722-ae43-b7b88e86c268 2da30974f96041528141e2b783d0f0dc 11fe3801140b4d5686100af96318b303 - - default default] Added segment aa8af311-9f2f-4690-ba1b-e5ce3f4ecd85 of type vxlan for network 06bd3842-bf7d-4c3d-a16e-908270e54334 [pid: 8|app: 0|req: 1254/2504] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:13:33 2026] POST /v2.0/networks => generated 632 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2505] 10.0.0.99 () {34 vars in 662 bytes} [Thu Jun 4 13:13:33 2026] POST /v2.0/ports => generated 743 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2506] 10.0.0.99 () {34 vars in 664 bytes} [Thu Jun 4 13:13:33 2026] POST /v2.0/trunks => generated 407 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: 7|app: 0|req: 1252/2507] 10.0.0.99 () {34 vars in 747 bytes} [Thu Jun 4 13:13:33 2026] PUT /v2.0/trunks/3ea4d12b-9aae-4239-a43f-ab72d6d846c6/tags => generated 17 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2508] 10.0.0.99 () {34 vars in 747 bytes} [Thu Jun 4 13:13:33 2026] PUT /v2.0/trunks/c5ea53f4-dc2f-40db-926d-226a52305d94/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2509] 10.0.0.99 () {34 vars in 747 bytes} [Thu Jun 4 13:13:33 2026] PUT /v2.0/trunks/ebdda9b1-6dad-469e-b660-e362051280d3/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: 1257/2510] 10.0.0.99 () {34 vars in 747 bytes} [Thu Jun 4 13:13:33 2026] PUT /v2.0/trunks/22377d10-d786-4480-aa6a-93195c37d1aa/tags => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2511] 10.0.0.99 () {32 vars in 660 bytes} [Thu Jun 4 13:13:34 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2512] 10.0.0.99 () {32 vars in 674 bytes} [Thu Jun 4 13:13:34 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2513] 10.0.0.99 () {32 vars in 670 bytes} [Thu Jun 4 13:13:34 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2516] 10.0.0.99 () {32 vars in 682 bytes} [Thu Jun 4 13:13:34 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2517] 10.0.0.99 () {32 vars in 668 bytes} [Thu Jun 4 13:13:34 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2518] 10.0.0.99 () {32 vars in 682 bytes} [Thu Jun 4 13:13:34 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2519] 10.0.0.99 () {32 vars in 678 bytes} [Thu Jun 4 13:13:34 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2520] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:13:34 2026] GET /v2.0/networks?id=5e8eeca9-4c6a-495a-a0c1-0b030966fde1 => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2521] 10.0.0.99 () {32 vars in 690 bytes} [Thu Jun 4 13:13:34 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2522] 10.0.0.99 () {32 vars in 717 bytes} [Thu Jun 4 13:13:34 2026] GET /v2.0/trunks/3ea4d12b-9aae-4239-a43f-ab72d6d846c6 => generated 412 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2523] 199.204.45.74 () {34 vars in 1048 bytes} [Thu Jun 4 13:13:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3bea26720bd64479b4264a2106ac9d32 => generated 343 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2524] 10.0.0.99 () {32 vars in 715 bytes} [Thu Jun 4 13:13:34 2026] GET /v2.0/ports/241dd9e9-1d5f-4029-a788-ed5df41287a1 => generated 826 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2525] 10.0.0.99 () {32 vars in 720 bytes} [Thu Jun 4 13:13:34 2026] DELETE /v2.0/trunks/3ea4d12b-9aae-4239-a43f-ab72d6d846c6 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2526] 10.0.0.99 () {32 vars in 717 bytes} [Thu Jun 4 13:13:34 2026] GET /v2.0/trunks/c5ea53f4-dc2f-40db-926d-226a52305d94 => generated 420 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2527] 10.0.0.99 () {32 vars in 715 bytes} [Thu Jun 4 13:13:34 2026] GET /v2.0/ports/e4a7f3d9-8a09-4647-9531-8509b090a943 => generated 826 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2528] 10.0.0.99 () {32 vars in 720 bytes} [Thu Jun 4 13:13:34 2026] DELETE /v2.0/trunks/c5ea53f4-dc2f-40db-926d-226a52305d94 => 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: 1263/2529] 199.204.45.74 () {38 vars in 953 bytes} [Thu Jun 4 13:13:34 2026] POST /v2.0/ports => generated 1078 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2530] 10.0.0.99 () {32 vars in 717 bytes} [Thu Jun 4 13:13:34 2026] GET /v2.0/trunks/ebdda9b1-6dad-469e-b660-e362051280d3 => generated 429 bytes in 14 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: 1268/2531] 10.0.0.99 () {32 vars in 715 bytes} [Thu Jun 4 13:13:34 2026] GET /v2.0/ports/45d47f16-ba25-4200-9e1f-62ee4c03e8a7 => generated 826 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2532] 10.0.0.99 () {32 vars in 720 bytes} [Thu Jun 4 13:13:34 2026] DELETE /v2.0/trunks/ebdda9b1-6dad-469e-b660-e362051280d3 => 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: 1270/2533] 10.0.0.99 () {32 vars in 717 bytes} [Thu Jun 4 13:13:34 2026] GET /v2.0/trunks/22377d10-d786-4480-aa6a-93195c37d1aa => generated 414 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2534] 10.0.0.99 () {32 vars in 715 bytes} [Thu Jun 4 13:13:34 2026] GET /v2.0/ports/6026bb47-e5ed-4d63-966c-c2f770bd72ed => generated 826 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2535] 10.0.0.99 () {32 vars in 720 bytes} [Thu Jun 4 13:13:34 2026] DELETE /v2.0/trunks/22377d10-d786-4480-aa6a-93195c37d1aa => 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: 1273/2536] 10.0.0.99 () {32 vars in 717 bytes} [Thu Jun 4 13:13:35 2026] GET /v2.0/trunks/d0700818-da75-4db9-8365-db591cd0645c => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2537] 10.0.0.99 () {32 vars in 715 bytes} [Thu Jun 4 13:13:35 2026] GET /v2.0/ports/5d3cc3f6-d69b-46dd-bd57-40fc03093992 => generated 826 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2538] 10.0.0.99 () {32 vars in 720 bytes} [Thu Jun 4 13:13:35 2026] DELETE /v2.0/trunks/d0700818-da75-4db9-8365-db591cd0645c => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2539] 199.204.45.74 () {38 vars in 1026 bytes} [Thu Jun 4 13:13:34 2026] PUT /v2.0/ports/4d77c96e-581e-4054-a5ea-147329ebc543 => generated 1239 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:13:35.201 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aea58d8e-3eda-4fd3-942f-500526cc3dc6'] response: {'name': 'network-changed', 'server_uuid': 'dd1c8067-593a-4373-a2c3-135898bdcc57', 'tag': '4d77c96e-581e-4054-a5ea-147329ebc543', 'status': 'completed', 'code': 200} 2026-06-04 13:13:35.235 7 INFO neutron_taas.services.taas.taas_plugin [None req-83e3faee-a3b0-4eff-93ba-9fd53083ff09 2da30974f96041528141e2b783d0f0dc 11fe3801140b4d5686100af96318b303 - - default default] TaaS: Handle Delete Port: 241dd9e9-1d5f-4029-a788-ed5df41287a1 2026-06-04 13:13:35.238 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83e3faee-a3b0-4eff-93ba-9fd53083ff09 2da30974f96041528141e2b783d0f0dc 11fe3801140b4d5686100af96318b303 - - default default] Tap Mirror: Handle Delete Port: 241dd9e9-1d5f-4029-a788-ed5df41287a1 [pid: 7|app: 0|req: 1276/2540] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:13:35 2026] DELETE /v2.0/ports/241dd9e9-1d5f-4029-a788-ed5df41287a1 => generated 0 bytes in 204 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-04 13:13:35.479 8 INFO neutron_taas.services.taas.taas_plugin [None req-5cd99adc-bb07-4318-b9b8-bd7d668588dd 2da30974f96041528141e2b783d0f0dc 11fe3801140b4d5686100af96318b303 - - default default] TaaS: Handle Delete Port: e4a7f3d9-8a09-4647-9531-8509b090a943 2026-06-04 13:13:35.481 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cd99adc-bb07-4318-b9b8-bd7d668588dd 2da30974f96041528141e2b783d0f0dc 11fe3801140b4d5686100af96318b303 - - default default] Tap Mirror: Handle Delete Port: e4a7f3d9-8a09-4647-9531-8509b090a943 [pid: 8|app: 0|req: 1265/2541] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:13:35 2026] DELETE /v2.0/ports/e4a7f3d9-8a09-4647-9531-8509b090a943 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:13:35.680 7 INFO neutron_taas.services.taas.taas_plugin [None req-155d66e3-1fbc-4d6d-923e-e5910fe348b1 2da30974f96041528141e2b783d0f0dc 11fe3801140b4d5686100af96318b303 - - default default] TaaS: Handle Delete Port: 45d47f16-ba25-4200-9e1f-62ee4c03e8a7 2026-06-04 13:13:35.685 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-155d66e3-1fbc-4d6d-923e-e5910fe348b1 2da30974f96041528141e2b783d0f0dc 11fe3801140b4d5686100af96318b303 - - default default] Tap Mirror: Handle Delete Port: 45d47f16-ba25-4200-9e1f-62ee4c03e8a7 [pid: 8|app: 0|req: 1266/2542] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:13:35 2026] GET /v2.0/ports?tenant_id=3bea26720bd64479b4264a2106ac9d32&device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2543] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:13:35 2026] DELETE /v2.0/ports/45d47f16-ba25-4200-9e1f-62ee4c03e8a7 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2544] 199.204.45.74 () {34 vars in 1016 bytes} [Thu Jun 4 13:13:35 2026] GET /v2.0/networks?tenant_id=3bea26720bd64479b4264a2106ac9d32&shared=False => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2545] 199.204.45.74 () {34 vars in 928 bytes} [Thu Jun 4 13:13:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:13:35.930 7 INFO neutron_taas.services.taas.taas_plugin [None req-54978445-7535-4c85-8eaa-32a1c9c6f908 2da30974f96041528141e2b783d0f0dc 11fe3801140b4d5686100af96318b303 - - default default] TaaS: Handle Delete Port: 6026bb47-e5ed-4d63-966c-c2f770bd72ed 2026-06-04 13:13:35.933 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54978445-7535-4c85-8eaa-32a1c9c6f908 2da30974f96041528141e2b783d0f0dc 11fe3801140b4d5686100af96318b303 - - default default] Tap Mirror: Handle Delete Port: 6026bb47-e5ed-4d63-966c-c2f770bd72ed [pid: 7|app: 0|req: 1278/2546] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:13:35 2026] DELETE /v2.0/ports/6026bb47-e5ed-4d63-966c-c2f770bd72ed => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2547] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:13:36 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:13:36.163 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e9f861c-6a77-4129-b44d-b75c765e5550 2da30974f96041528141e2b783d0f0dc 11fe3801140b4d5686100af96318b303 - - default default] TaaS: Handle Delete Port: 5d3cc3f6-d69b-46dd-bd57-40fc03093992 2026-06-04 13:13:36.166 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e9f861c-6a77-4129-b44d-b75c765e5550 2da30974f96041528141e2b783d0f0dc 11fe3801140b4d5686100af96318b303 - - default default] Tap Mirror: Handle Delete Port: 5d3cc3f6-d69b-46dd-bd57-40fc03093992 [pid: 7|app: 0|req: 1280/2548] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:13:36 2026] GET /v2.0/security-groups?id=66c62572-64ec-47f1-a81b-dbeeb03bdbb5&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: 8|app: 0|req: 1269/2549] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:13:36 2026] DELETE /v2.0/ports/5d3cc3f6-d69b-46dd-bd57-40fc03093992 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2550] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:13:36 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:13:36.413 8 INFO neutron.services.segments.plugin [-] Segment 275fdf0f-551f-4bc1-bb66-e64056bebe54 resource provider aggregate not found 2026-06-04 13:13:36.423 8 INFO neutron.services.segments.plugin [-] Segment 275fdf0f-551f-4bc1-bb66-e64056bebe54 resource provider aggregate not found 2026-06-04 13:13:36.443 8 INFO neutron.services.segments.plugin [-] Segment 275fdf0f-551f-4bc1-bb66-e64056bebe54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 275fdf0f-551f-4bc1-bb66-e64056bebe54 found for delete ", "request_id": "req-81e689e3-7007-4e4d-a349-61c0bc435d43"}]} 2026-06-04 13:13:36.447 8 INFO neutron.services.segments.plugin [-] Segment 275fdf0f-551f-4bc1-bb66-e64056bebe54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 275fdf0f-551f-4bc1-bb66-e64056bebe54 found for delete ", "request_id": "req-ad9df221-fb56-4d7a-b975-499e8934040e"}]} [pid: 8|app: 0|req: 1270/2551] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:13:36 2026] DELETE /v2.0/networks/2b2c54fc-2183-4a1b-994c-954ee3fa8d55 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:13:36.564 7 INFO neutron.services.segments.plugin [-] Segment e9ae4fae-8751-44d2-b36d-39aa258edf8f resource provider aggregate not found 2026-06-04 13:13:36.568 7 INFO neutron.services.segments.plugin [-] Segment e9ae4fae-8751-44d2-b36d-39aa258edf8f resource provider aggregate not found 2026-06-04 13:13:36.590 7 INFO neutron.services.segments.plugin [-] Segment e9ae4fae-8751-44d2-b36d-39aa258edf8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9ae4fae-8751-44d2-b36d-39aa258edf8f found for delete ", "request_id": "req-7484d79c-921e-42cd-9296-e216f9025f43"}]} 2026-06-04 13:13:36.593 7 INFO neutron.services.segments.plugin [-] Segment e9ae4fae-8751-44d2-b36d-39aa258edf8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9ae4fae-8751-44d2-b36d-39aa258edf8f found for delete ", "request_id": "req-1ebf469e-e9a6-42c1-927e-0a1645af3063"}]} [pid: 7|app: 0|req: 1282/2552] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:13:36 2026] DELETE /v2.0/networks/1c1c84c4-ab59-49f2-986e-867af4d0c9bc => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2553] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:13:36 2026] DELETE /v2.0/networks/2c400b01-18db-4aa1-8a64-a59daf339416 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2554] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:13:36 2026] DELETE /v2.0/networks/0012f36a-e562-49cb-a6dd-4f216f5e0a88 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2555] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:13:36 2026] GET /v2.0/ports?tenant_id=3bea26720bd64479b4264a2106ac9d32&device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2556] 199.204.45.74 () {34 vars in 1058 bytes} [Thu Jun 4 13:13:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.34&port_id=4d77c96e-581e-4054-a5ea-147329ebc543 => 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: 1286/2557] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:13:36 2026] GET /v2.0/subnets?id=4c27543e-9cb6-4f91-94ed-f841655af5ce => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2558] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:13:36 2026] DELETE /v2.0/networks/06bd3842-bf7d-4c3d-a16e-908270e54334 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2559] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:13:37 2026] GET /v2.0/ports?network_id=5e8eeca9-4c6a-495a-a0c1-0b030966fde1&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: 1273/2560] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:13:37 2026] GET /v2.0/networks/5e8eeca9-4c6a-495a-a0c1-0b030966fde1?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: 1288/2561] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:13:37 2026] GET /v2.0/networks/5e8eeca9-4c6a-495a-a0c1-0b030966fde1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2562] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:13:37 2026] GET /v2.0/security-groups?tenant_id=11fe3801140b4d5686100af96318b303&name=default => generated 2929 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2563] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:13:38 2026] DELETE /v2.0/security-groups/b49d0f66-dd42-4ee7-8209-1f5b7cba7798 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2564] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:13:38 2026] GET /v2.0/security-groups?tenant_id=efdb2ada87b24188b14984a98b212e62&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:13:38.464 8 INFO neutron.services.segments.plugin [-] Segment 6747f323-3daa-4813-92dc-36625b09c020 resource provider aggregate not found 2026-06-04 13:13:38.469 8 INFO neutron.services.segments.plugin [-] Segment 6747f323-3daa-4813-92dc-36625b09c020 resource provider aggregate not found 2026-06-04 13:13:38.488 8 INFO neutron.services.segments.plugin [-] Segment 6747f323-3daa-4813-92dc-36625b09c020 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6747f323-3daa-4813-92dc-36625b09c020 found for delete ", "request_id": "req-36605da8-7345-43bf-ba86-33cdaa7407be"}]} 2026-06-04 13:13:38.494 8 INFO neutron.services.segments.plugin [-] Segment 6747f323-3daa-4813-92dc-36625b09c020 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6747f323-3daa-4813-92dc-36625b09c020 found for delete ", "request_id": "req-a3e10f34-ddca-40c4-8c9b-05697d89ab08"}]} 2026-06-04 13:13:38.511 8 INFO neutron.services.segments.plugin [-] Segment aa8af311-9f2f-4690-ba1b-e5ce3f4ecd85 resource provider aggregate not found 2026-06-04 13:13:38.516 8 INFO neutron.services.segments.plugin [-] Segment aa8af311-9f2f-4690-ba1b-e5ce3f4ecd85 resource provider aggregate not found 2026-06-04 13:13:38.530 8 INFO neutron.services.segments.plugin [-] Segment aa8af311-9f2f-4690-ba1b-e5ce3f4ecd85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa8af311-9f2f-4690-ba1b-e5ce3f4ecd85 found for delete ", "request_id": "req-6f23e81e-9614-4142-963e-5583438d81dc"}]} 2026-06-04 13:13:38.530 8 INFO neutron.services.segments.plugin [-] Segment aa8af311-9f2f-4690-ba1b-e5ce3f4ecd85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa8af311-9f2f-4690-ba1b-e5ce3f4ecd85 found for delete ", "request_id": "req-b037b018-bc4c-49c5-843e-d37c8371a065"}]} [pid: 7|app: 0|req: 1290/2565] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:13:38 2026] DELETE /v2.0/security-groups/503f9db7-f6f0-429c-92d4-b7f6abf1ccb1 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:13:38.612 7 INFO neutron.services.segments.plugin [-] Segment 9787dc53-4674-4a76-b0a2-f5020592c5a1 resource provider aggregate not found 2026-06-04 13:13:38.616 7 INFO neutron.services.segments.plugin [-] Segment 9787dc53-4674-4a76-b0a2-f5020592c5a1 resource provider aggregate not found 2026-06-04 13:13:38.633 7 INFO neutron.services.segments.plugin [-] Segment 9787dc53-4674-4a76-b0a2-f5020592c5a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9787dc53-4674-4a76-b0a2-f5020592c5a1 found for delete ", "request_id": "req-db58ef7f-2f76-4550-b1a2-dd7163383882"}]} 2026-06-04 13:13:38.634 7 INFO neutron.services.segments.plugin [-] Segment 9787dc53-4674-4a76-b0a2-f5020592c5a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9787dc53-4674-4a76-b0a2-f5020592c5a1 found for delete ", "request_id": "req-5f1dff5c-7e16-4c95-acae-2cde7bdfa715"}]} [pid: 8|app: 0|req: 1276/2566] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:13:38 2026] GET /v2.0/security-groups?tenant_id=2f9cf326c5b0499484d5c6c7c25829a3&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2567] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:13:38 2026] DELETE /v2.0/security-groups/ea90a079-7abb-4cb3-a63a-7aa5e7eafa30 => 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: 1277/2568] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:13:39 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 1242 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2569] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:13:39 2026] GET /v2.0/security-groups?id=66c62572-64ec-47f1-a81b-dbeeb03bdbb5&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: 1278/2570] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:13:39 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 1242 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2571] 199.204.45.74 () {34 vars in 992 bytes} [Thu Jun 4 13:13:41 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2572] 199.204.45.74 () {34 vars in 1042 bytes} [Thu Jun 4 13:13:41 2026] GET /v2.0/security-groups?id=66c62572-64ec-47f1-a81b-dbeeb03bdbb5&fields=id&fields=name => generated 96 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2573] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:13:42 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2574] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:13:42 2026] GET /v2.0/security-groups?id=66c62572-64ec-47f1-a81b-dbeeb03bdbb5&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:13:42.778 7 INFO neutron.db.segments_db [None req-4dad06ef-2a48-4c62-b6cc-e6a76acb5044 78b3ebc35566438c8dc1157747cfd3e5 f0f91f7e92e14b27beee63ee101dc935 - - default default] Added segment bb7f5848-9e13-4f17-a81e-59b58e45f0e5 of type vxlan for network e02d77bd-dbb4-4626-be94-e60b0437e237 [pid: 8|app: 0|req: 1282/2575] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:13:42 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2576] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:13:42 2026] POST /v2.0/networks => generated 631 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:13:42.920 8 INFO neutron.db.segments_db [None req-c46e9414-a505-4006-8ea0-c6d6048bbc78 78b3ebc35566438c8dc1157747cfd3e5 f0f91f7e92e14b27beee63ee101dc935 - - default default] Added segment 4780ad64-9104-4ba7-9418-11196cc049b4 of type vxlan for network e7b69bce-eee7-4bea-b891-890c5c9edc82 [pid: 8|app: 0|req: 1283/2577] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:13:42 2026] POST /v2.0/networks => generated 632 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2578] 10.0.0.99 () {34 vars in 751 bytes} [Thu Jun 4 13:13:43 2026] PUT /v2.0/networks/e02d77bd-dbb4-4626-be94-e60b0437e237/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2579] 10.0.0.99 () {32 vars in 731 bytes} [Thu Jun 4 13:13:43 2026] GET /v2.0/networks/e02d77bd-dbb4-4626-be94-e60b0437e237/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2580] 10.0.0.99 () {34 vars in 751 bytes} [Thu Jun 4 13:13:43 2026] PUT /v2.0/networks/e7b69bce-eee7-4bea-b891-890c5c9edc82/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2581] 10.0.0.99 () {32 vars in 731 bytes} [Thu Jun 4 13:13:43 2026] GET /v2.0/networks/e7b69bce-eee7-4bea-b891-890c5c9edc82/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2582] 10.0.0.99 () {34 vars in 751 bytes} [Thu Jun 4 13:13:43 2026] PUT /v2.0/networks/e7b69bce-eee7-4bea-b891-890c5c9edc82/tags => generated 12 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2583] 10.0.0.99 () {32 vars in 731 bytes} [Thu Jun 4 13:13:43 2026] GET /v2.0/networks/e7b69bce-eee7-4bea-b891-890c5c9edc82/tags => generated 12 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2584] 10.0.0.99 () {32 vars in 731 bytes} [Thu Jun 4 13:13:43 2026] GET /v2.0/networks/e02d77bd-dbb4-4626-be94-e60b0437e237/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2585] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:13:43 2026] DELETE /v2.0/networks/e02d77bd-dbb4-4626-be94-e60b0437e237 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:13:43.751 8 INFO neutron.services.segments.plugin [-] Segment bb7f5848-9e13-4f17-a81e-59b58e45f0e5 resource provider aggregate not found 2026-06-04 13:13:43.757 8 INFO neutron.services.segments.plugin [-] Segment bb7f5848-9e13-4f17-a81e-59b58e45f0e5 resource provider aggregate not found 2026-06-04 13:13:43.763 8 INFO neutron.services.segments.plugin [-] Segment bb7f5848-9e13-4f17-a81e-59b58e45f0e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb7f5848-9e13-4f17-a81e-59b58e45f0e5 found for delete ", "request_id": "req-bf3ac006-5f46-4705-8c98-8d695a08a144"}]} 2026-06-04 13:13:43.769 8 INFO neutron.services.segments.plugin [-] Segment bb7f5848-9e13-4f17-a81e-59b58e45f0e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb7f5848-9e13-4f17-a81e-59b58e45f0e5 found for delete ", "request_id": "req-98d550af-2f9f-46a9-ad7c-d92311f73573"}]} [pid: 7|app: 0|req: 1299/2586] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:13:43 2026] DELETE /v2.0/networks/e7b69bce-eee7-4bea-b891-890c5c9edc82 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:13:43.830 7 INFO neutron.services.segments.plugin [-] Segment 4780ad64-9104-4ba7-9418-11196cc049b4 resource provider aggregate not found 2026-06-04 13:13:43.836 7 INFO neutron.services.segments.plugin [-] Segment 4780ad64-9104-4ba7-9418-11196cc049b4 resource provider aggregate not found 2026-06-04 13:13:43.854 7 INFO neutron.services.segments.plugin [-] Segment 4780ad64-9104-4ba7-9418-11196cc049b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4780ad64-9104-4ba7-9418-11196cc049b4 found for delete ", "request_id": "req-fc5b6947-1b92-4447-9c62-c73f08458142"}]} 2026-06-04 13:13:43.855 7 INFO neutron.services.segments.plugin [-] Segment 4780ad64-9104-4ba7-9418-11196cc049b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4780ad64-9104-4ba7-9418-11196cc049b4 found for delete ", "request_id": "req-17b89e6f-bc3c-406e-bdf3-0e2bfdb4369a"}]} [pid: 8|app: 0|req: 1288/2587] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:13:44 2026] GET /v2.0/security-groups?tenant_id=f0f91f7e92e14b27beee63ee101dc935&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2588] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:13:44 2026] DELETE /v2.0/security-groups/20d19a2b-2418-4a76-b817-28543b9890bd => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2589] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:13:44 2026] GET /v2.0/security-groups?tenant_id=b2f5fa78b5b84ccb95ab35b87b8bfa5e&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2590] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:13:45 2026] DELETE /v2.0/security-groups/b9f1c9e7-e0ac-401e-8bd7-90481aa3c9c2 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2591] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:13:45 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2592] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:13:45 2026] GET /v2.0/security-groups?id=66c62572-64ec-47f1-a81b-dbeeb03bdbb5&fields=id&fields=name => generated 96 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2593] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:13:45 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2600] 199.204.45.74 () {30 vars in 701 bytes} [Thu Jun 4 13:14:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2601] 199.204.45.74 () {30 vars in 703 bytes} [Thu Jun 4 13:14:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2602] 199.204.45.74 () {30 vars in 679 bytes} [Thu Jun 4 13:14:20 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: 1296/2603] 199.204.45.74 () {30 vars in 715 bytes} [Thu Jun 4 13:14:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2604] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:14:20 2026] GET /v2.0/subnets/a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2605] 199.204.45.74 () {30 vars in 767 bytes} [Thu Jun 4 13:14:20 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2606] 199.204.45.74 () {34 vars in 715 bytes} [Thu Jun 4 13:14:20 2026] POST /v2.0/ports => generated 1059 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2607] 10.0.0.200 () {34 vars in 970 bytes} [Thu Jun 4 13:14:21 2026] GET /v2.0/ports/6e46abed-8619-4d6f-bab1-c121bcbf2c1f => generated 1059 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2608] 10.0.0.200 () {34 vars in 906 bytes} [Thu Jun 4 13:14:21 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2609] 199.204.45.74 () {34 vars in 1260 bytes} [Thu Jun 4 13:14:22 2026] GET /v2.0/ports/6e46abed-8619-4d6f-bab1-c121bcbf2c1f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2610] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:14:22 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f?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: 1300/2611] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:14:22 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f?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: 1312/2612] 199.204.45.74 () {34 vars in 973 bytes} [Thu Jun 4 13:14:23 2026] GET /v2.0/ports/6e46abed-8619-4d6f-bab1-c121bcbf2c1f => generated 1059 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2613] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:14:23 2026] GET /v2.0/networks?id=95d4b06b-b7ea-4358-910a-b215da0e256f => generated 803 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2614] 199.204.45.74 () {38 vars in 1026 bytes} [Thu Jun 4 13:14:23 2026] PUT /v2.0/ports/6e46abed-8619-4d6f-bab1-c121bcbf2c1f => generated 1249 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:14:23.942 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-961f8389-c36d-4fd2-bb5e-6364c1425423'] response: {'name': 'network-changed', 'server_uuid': 'dd1c8067-593a-4373-a2c3-135898bdcc57', 'tag': '6e46abed-8619-4d6f-bab1-c121bcbf2c1f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1302/2615] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:14:24 2026] GET /v2.0/ports?tenant_id=3bea26720bd64479b4264a2106ac9d32&device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 2485 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2616] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:14:24 2026] GET /v2.0/networks?id=95d4b06b-b7ea-4358-910a-b215da0e256f => generated 803 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2617] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:14:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.107&port_id=6e46abed-8619-4d6f-bab1-c121bcbf2c1f => 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: 1315/2618] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:14:24 2026] GET /v2.0/subnets?id=a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2619] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:14:24 2026] GET /v2.0/ports?network_id=95d4b06b-b7ea-4358-910a-b215da0e256f&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2620] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:14:24 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f?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: 1305/2621] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:14:24 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2622] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:14:25 2026] GET /v2.0/ports?tenant_id=3bea26720bd64479b4264a2106ac9d32&device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 2485 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2623] 199.204.45.74 () {34 vars in 1058 bytes} [Thu Jun 4 13:14:25 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.34&port_id=4d77c96e-581e-4054-a5ea-147329ebc543 => 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: 1318/2624] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:14:25 2026] GET /v2.0/subnets?id=4c27543e-9cb6-4f91-94ed-f841655af5ce => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2625] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:14:25 2026] GET /v2.0/ports?network_id=5e8eeca9-4c6a-495a-a0c1-0b030966fde1&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: 1319/2626] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:14:25 2026] GET /v2.0/networks/5e8eeca9-4c6a-495a-a0c1-0b030966fde1?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: 1308/2627] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:14:25 2026] GET /v2.0/networks/5e8eeca9-4c6a-495a-a0c1-0b030966fde1?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: 1320/2628] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:14:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.107&port_id=6e46abed-8619-4d6f-bab1-c121bcbf2c1f => 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: 1309/2629] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:14:26 2026] GET /v2.0/subnets?id=a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 679 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2630] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:14:26 2026] GET /v2.0/ports?network_id=95d4b06b-b7ea-4358-910a-b215da0e256f&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2631] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:14:26 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2632] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:14:26 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2633] 10.0.0.200 () {34 vars in 970 bytes} [Thu Jun 4 13:14:29 2026] GET /v2.0/ports/6e46abed-8619-4d6f-bab1-c121bcbf2c1f => generated 1251 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2634] 199.204.45.74 () {34 vars in 787 bytes} [Thu Jun 4 13:14:30 2026] PUT /v2.0/ports/6e46abed-8619-4d6f-bab1-c121bcbf2c1f => generated 1276 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:14:30.278 8 INFO neutron.api.v2.resource [None req-b2715edf-94e1-465c-b888-3f2c699d0c1b 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1312/2635] 199.204.45.74 () {30 vars in 761 bytes} [Thu Jun 4 13:14:30 2026] GET /v2.0/security-groups/lb-30c034e8-02c8-44b9-b1cc-29c582ea7061 => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:14:30.297 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f7a71b1-d3ba-4bdd-8487-9289edd0672e'] response: {'name': 'network-changed', 'server_uuid': 'dd1c8067-593a-4373-a2c3-135898bdcc57', 'tag': '6e46abed-8619-4d6f-bab1-c121bcbf2c1f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1324/2636] 199.204.45.74 () {30 vars in 783 bytes} [Thu Jun 4 13:14:30 2026] GET /v2.0/security-groups?name=lb-30c034e8-02c8-44b9-b1cc-29c582ea7061 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2637] 199.204.45.74 () {34 vars in 787 bytes} [Thu Jun 4 13:14:30 2026] PUT /v2.0/ports/6e46abed-8619-4d6f-bab1-c121bcbf2c1f => generated 1314 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:14:30.689 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-17c0e912-340c-4175-a6b4-395f01add355'] response: {'name': 'network-changed', 'server_uuid': 'dd1c8067-593a-4373-a2c3-135898bdcc57', 'tag': '6e46abed-8619-4d6f-bab1-c121bcbf2c1f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1325/2638] 199.204.45.74 () {30 vars in 701 bytes} [Thu Jun 4 13:14:30 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1314/2639] 199.204.45.74 () {30 vars in 703 bytes} [Thu Jun 4 13:14:30 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: 1315/2640] 199.204.45.74 () {30 vars in 679 bytes} [Thu Jun 4 13:14:30 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: 1316/2641] 199.204.45.74 () {30 vars in 715 bytes} [Thu Jun 4 13:14:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2642] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:14:30 2026] GET /v2.0/ports?tenant_id=3bea26720bd64479b4264a2106ac9d32&device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2643] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:14:30 2026] GET /v2.0/subnets/a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2644] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:14:30 2026] GET /v2.0/networks?id=95d4b06b-b7ea-4358-910a-b215da0e256f => generated 803 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2645] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:14:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.107&port_id=6e46abed-8619-4d6f-bab1-c121bcbf2c1f => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2646] 199.204.45.74 () {30 vars in 735 bytes} [Thu Jun 4 13:14:30 2026] GET /v2.0/ports/f9c82fba-59f2-433e-9e86-1991da31b83e => 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: 1329/2647] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:14:30 2026] GET /v2.0/subnets?id=a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2648] 199.204.45.74 () {30 vars in 735 bytes} [Thu Jun 4 13:14:30 2026] GET /v2.0/ports/6e46abed-8619-4d6f-bab1-c121bcbf2c1f => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2649] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:14:30 2026] GET /v2.0/ports?network_id=95d4b06b-b7ea-4358-910a-b215da0e256f&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2650] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:14:30 2026] GET /v2.0/subnets/a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2651] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:14:30 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2652] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:14:31 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f?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: 1321/2653] 199.204.45.74 () {30 vars in 741 bytes} [Thu Jun 4 13:14:31 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2654] 199.204.45.74 () {30 vars in 735 bytes} [Thu Jun 4 13:14:31 2026] GET /v2.0/ports/f9c82fba-59f2-433e-9e86-1991da31b83e => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2655] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:14:31 2026] GET /v2.0/subnets/a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2656] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:14:32 2026] GET /v2.0/ports?tenant_id=3bea26720bd64479b4264a2106ac9d32&device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 2586 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2657] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:14:32 2026] GET /v2.0/networks?id=95d4b06b-b7ea-4358-910a-b215da0e256f => generated 803 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2658] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:14:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.107&port_id=6e46abed-8619-4d6f-bab1-c121bcbf2c1f => 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: 1324/2659] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:14:32 2026] GET /v2.0/subnets?id=a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2660] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:14:32 2026] GET /v2.0/ports?network_id=95d4b06b-b7ea-4358-910a-b215da0e256f&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2661] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:14:32 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2662] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:14:32 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:14:39.159 7 INFO neutron.db.l3_db [None req-1ffd7190-a142-48c0-86a0-1da547a3f35e c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] Floating IP 9c90107f-9360-49fd-b257-5a4c4c9e9781 associated. External IP: 10.96.250.203, port: f9c82fba-59f2-433e-9e86-1991da31b83e. [pid: 7|app: 0|req: 1339/2665] 10.0.0.99 () {34 vars in 675 bytes} [Thu Jun 4 13:14:38 2026] POST /v2.0/floatingips => generated 899 bytes in 1076 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2666] 199.204.45.74 () {30 vars in 701 bytes} [Thu Jun 4 13:14:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2667] 199.204.45.74 () {30 vars in 703 bytes} [Thu Jun 4 13:14:43 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: 1328/2668] 199.204.45.74 () {30 vars in 679 bytes} [Thu Jun 4 13:14:43 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: 1341/2669] 199.204.45.74 () {30 vars in 715 bytes} [Thu Jun 4 13:14:43 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-04 13:14:44.129 8 INFO neutron.api.v2.resource [None req-63600d9a-dac6-42c9-904d-2a70c6f895fd 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1329/2670] 199.204.45.74 () {30 vars in 761 bytes} [Thu Jun 4 13:14:44 2026] GET /v2.0/security-groups/lb-30c034e8-02c8-44b9-b1cc-29c582ea7061 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2671] 199.204.45.74 () {30 vars in 783 bytes} [Thu Jun 4 13:14:44 2026] GET /v2.0/security-groups?name=lb-30c034e8-02c8-44b9-b1cc-29c582ea7061 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2672] 199.204.45.74 () {30 vars in 813 bytes} [Thu Jun 4 13:14:44 2026] GET /v2.0/security-group-rules?security_group_id=7c0ed85e-128e-40a2-addf-6185cdde9d60 => 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: 1343/2673] 199.204.45.74 () {34 vars in 745 bytes} [Thu Jun 4 13:14:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2674] 199.204.45.74 () {34 vars in 745 bytes} [Thu Jun 4 13:14:44 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: 1333/2677] 10.0.0.102 () {30 vars in 689 bytes} [Thu Jun 4 13:14:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2678] 10.0.0.102 () {30 vars in 691 bytes} [Thu Jun 4 13:14:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2679] 10.0.0.102 () {30 vars in 667 bytes} [Thu Jun 4 13:14:51 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: 1346/2680] 10.0.0.102 () {30 vars in 703 bytes} [Thu Jun 4 13:14:51 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: 1335/2681] 10.0.0.102 () {28 vars in 438 bytes} [Thu Jun 4 13:14:51 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2682] 10.0.0.102 () {30 vars in 727 bytes} [Thu Jun 4 13:14:51 2026] GET /v2.0/subnets/b7a7c5eb-a847-43c7-ba88-07bfb8161615 => generated 656 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2683] 199.204.45.74 () {30 vars in 701 bytes} [Thu Jun 4 13:14:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2684] 199.204.45.74 () {30 vars in 703 bytes} [Thu Jun 4 13:14:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2685] 199.204.45.74 () {30 vars in 679 bytes} [Thu Jun 4 13:14:52 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: 1349/2686] 199.204.45.74 () {30 vars in 715 bytes} [Thu Jun 4 13:14:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2687] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:14:52 2026] GET /v2.0/subnets/b7a7c5eb-a847-43c7-ba88-07bfb8161615 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2688] 199.204.45.74 () {30 vars in 767 bytes} [Thu Jun 4 13:14:52 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2689] 199.204.45.74 () {30 vars in 701 bytes} [Thu Jun 4 13:14:52 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: 1351/2690] 199.204.45.74 () {30 vars in 703 bytes} [Thu Jun 4 13:14:52 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: 1340/2691] 199.204.45.74 () {30 vars in 679 bytes} [Thu Jun 4 13:14:52 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: 1352/2692] 199.204.45.74 () {30 vars in 715 bytes} [Thu Jun 4 13:14:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2693] 199.204.45.74 () {34 vars in 715 bytes} [Thu Jun 4 13:14:53 2026] POST /v2.0/ports => generated 1328 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2694] 10.0.0.200 () {34 vars in 970 bytes} [Thu Jun 4 13:14:53 2026] GET /v2.0/ports/c89e71e2-5b26-4337-9848-9929568bcbca => generated 1328 bytes in 46 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: 1342/2695] 199.204.45.74 () {34 vars in 1260 bytes} [Thu Jun 4 13:14:54 2026] GET /v2.0/ports/c89e71e2-5b26-4337-9848-9929568bcbca?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2696] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:14:54 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2697] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:14:54 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2698] 199.204.45.74 () {34 vars in 973 bytes} [Thu Jun 4 13:14:55 2026] GET /v2.0/ports/c89e71e2-5b26-4337-9848-9929568bcbca => generated 1328 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2699] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:14:55 2026] GET /v2.0/networks?id=756cc202-19fc-4f7c-85d8-44cc50a578e1 => 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: 1356/2700] 199.204.45.74 () {38 vars in 1026 bytes} [Thu Jun 4 13:14:55 2026] PUT /v2.0/ports/c89e71e2-5b26-4337-9848-9929568bcbca => generated 1518 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:14:56.115 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-af63e1c0-4619-4fd6-a5ef-10d61b7ac287'] response: {'name': 'network-changed', 'server_uuid': 'dd1c8067-593a-4373-a2c3-135898bdcc57', 'tag': 'c89e71e2-5b26-4337-9848-9929568bcbca', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1345/2701] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:14:56 2026] GET /v2.0/ports?tenant_id=3bea26720bd64479b4264a2106ac9d32&device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 4096 bytes in 49 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: 1357/2702] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:14:56 2026] GET /v2.0/networks?id=756cc202-19fc-4f7c-85d8-44cc50a578e1 => generated 800 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2703] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:14:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.100&port_id=c89e71e2-5b26-4337-9848-9929568bcbca => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2704] 199.204.45.74 () {34 vars in 1102 bytes} [Thu Jun 4 13:14:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A390&port_id=c89e71e2-5b26-4337-9848-9929568bcbca => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2705] 199.204.45.74 () {34 vars in 1062 bytes} [Thu Jun 4 13:14:56 2026] GET /v2.0/subnets?id=b7a7c5eb-a847-43c7-ba88-07bfb8161615&id=541d6552-16ad-4fcc-829c-937e4a004c5d => generated 1411 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2706] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:14:56 2026] GET /v2.0/ports?network_id=756cc202-19fc-4f7c-85d8-44cc50a578e1&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: 1348/2707] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:14:56 2026] GET /v2.0/ports?network_id=756cc202-19fc-4f7c-85d8-44cc50a578e1&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2708] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:14:56 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1?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: 1349/2709] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:14:57 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2710] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:14:58 2026] GET /v2.0/ports?tenant_id=3bea26720bd64479b4264a2106ac9d32&device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 4096 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2711] 199.204.45.74 () {34 vars in 1058 bytes} [Thu Jun 4 13:14:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.34&port_id=4d77c96e-581e-4054-a5ea-147329ebc543 => 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: 1362/2712] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:14:58 2026] GET /v2.0/subnets?id=4c27543e-9cb6-4f91-94ed-f841655af5ce => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2713] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:14:58 2026] GET /v2.0/ports?network_id=5e8eeca9-4c6a-495a-a0c1-0b030966fde1&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: 1363/2714] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:14:58 2026] GET /v2.0/networks/5e8eeca9-4c6a-495a-a0c1-0b030966fde1?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: 1352/2715] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:14:58 2026] GET /v2.0/networks/5e8eeca9-4c6a-495a-a0c1-0b030966fde1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2716] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:14:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.107&port_id=6e46abed-8619-4d6f-bab1-c121bcbf2c1f => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2717] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:14:58 2026] GET /v2.0/subnets?id=a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 679 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2718] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:14:58 2026] GET /v2.0/ports?network_id=95d4b06b-b7ea-4358-910a-b215da0e256f&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: 1354/2719] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:14:58 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f?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: 1366/2720] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:14:58 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f?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: 1355/2721] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:14:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.100&port_id=c89e71e2-5b26-4337-9848-9929568bcbca => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2722] 199.204.45.74 () {34 vars in 1102 bytes} [Thu Jun 4 13:14:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A390&port_id=c89e71e2-5b26-4337-9848-9929568bcbca => 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: 1356/2723] 199.204.45.74 () {34 vars in 1062 bytes} [Thu Jun 4 13:14:58 2026] GET /v2.0/subnets?id=b7a7c5eb-a847-43c7-ba88-07bfb8161615&id=541d6552-16ad-4fcc-829c-937e4a004c5d => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2724] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:14:58 2026] GET /v2.0/ports?network_id=756cc202-19fc-4f7c-85d8-44cc50a578e1&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: 1357/2725] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:14:58 2026] GET /v2.0/ports?network_id=756cc202-19fc-4f7c-85d8-44cc50a578e1&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2726] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:14:58 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1?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: 1358/2727] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:14:58 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1?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: 1370/2728] 10.0.0.200 () {34 vars in 970 bytes} [Thu Jun 4 13:15:02 2026] GET /v2.0/ports/c89e71e2-5b26-4337-9848-9929568bcbca => generated 1518 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2729] 199.204.45.74 () {30 vars in 741 bytes} [Thu Jun 4 13:15:02 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1 => generated 797 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2730] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:15:03 2026] GET /v2.0/subnets/b7a7c5eb-a847-43c7-ba88-07bfb8161615 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2731] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:15:03 2026] GET /v2.0/subnets/541d6552-16ad-4fcc-829c-937e4a004c5d => generated 744 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2732] 199.204.45.74 () {30 vars in 701 bytes} [Thu Jun 4 13:15:03 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: 1361/2733] 199.204.45.74 () {30 vars in 703 bytes} [Thu Jun 4 13:15:03 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: 1373/2734] 199.204.45.74 () {30 vars in 679 bytes} [Thu Jun 4 13:15:03 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: 1362/2735] 199.204.45.74 () {30 vars in 715 bytes} [Thu Jun 4 13:15:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2736] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:15:03 2026] GET /v2.0/subnets/a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2737] 199.204.45.74 () {30 vars in 735 bytes} [Thu Jun 4 13:15:03 2026] GET /v2.0/ports/f9c82fba-59f2-433e-9e86-1991da31b83e => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2738] 199.204.45.74 () {30 vars in 735 bytes} [Thu Jun 4 13:15:03 2026] GET /v2.0/ports/6e46abed-8619-4d6f-bab1-c121bcbf2c1f => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2739] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:15:03 2026] GET /v2.0/subnets/a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2740] 199.204.45.74 () {30 vars in 741 bytes} [Thu Jun 4 13:15:03 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f => generated 800 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2741] 199.204.45.74 () {30 vars in 735 bytes} [Thu Jun 4 13:15:03 2026] GET /v2.0/ports/f9c82fba-59f2-433e-9e86-1991da31b83e => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2742] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:15:03 2026] GET /v2.0/subnets/a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2745] 10.0.0.102 () {30 vars in 689 bytes} [Thu Jun 4 13:15:12 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: 1367/2746] 10.0.0.102 () {30 vars in 691 bytes} [Thu Jun 4 13:15:12 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: 1380/2747] 10.0.0.102 () {30 vars in 667 bytes} [Thu Jun 4 13:15:12 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: 1368/2748] 10.0.0.102 () {30 vars in 703 bytes} [Thu Jun 4 13:15:12 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: 1381/2749] 10.0.0.102 () {28 vars in 438 bytes} [Thu Jun 4 13:15:12 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: 1369/2750] 10.0.0.102 () {30 vars in 727 bytes} [Thu Jun 4 13:15:12 2026] GET /v2.0/subnets/97324f04-d8b2-42ea-848d-6b6d5f13e818 => generated 656 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2751] 199.204.45.74 () {30 vars in 701 bytes} [Thu Jun 4 13:15:13 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: 1370/2752] 199.204.45.74 () {30 vars in 703 bytes} [Thu Jun 4 13:15:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2753] 199.204.45.74 () {30 vars in 679 bytes} [Thu Jun 4 13:15:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2754] 199.204.45.74 () {30 vars in 715 bytes} [Thu Jun 4 13:15:13 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: 1384/2755] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:15:13 2026] GET /v2.0/subnets/b7a7c5eb-a847-43c7-ba88-07bfb8161615 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2756] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:15:13 2026] GET /v2.0/subnets/97324f04-d8b2-42ea-848d-6b6d5f13e818 => generated 674 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2757] 199.204.45.74 () {30 vars in 767 bytes} [Thu Jun 4 13:15:13 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 4098 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2758] 199.204.45.74 () {30 vars in 701 bytes} [Thu Jun 4 13:15:13 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: 1386/2759] 199.204.45.74 () {30 vars in 703 bytes} [Thu Jun 4 13:15:13 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: 1374/2760] 199.204.45.74 () {30 vars in 679 bytes} [Thu Jun 4 13:15:13 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: 1387/2761] 199.204.45.74 () {30 vars in 715 bytes} [Thu Jun 4 13:15:13 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: 1375/2762] 199.204.45.74 () {34 vars in 715 bytes} [Thu Jun 4 13:15:13 2026] POST /v2.0/ports => generated 1328 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2763] 10.0.0.200 () {34 vars in 970 bytes} [Thu Jun 4 13:15:14 2026] GET /v2.0/ports/0227500b-75b4-42cd-ad94-f65eb47486b5 => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1376/2764] 199.204.45.74 () {34 vars in 1260 bytes} [Thu Jun 4 13:15:15 2026] GET /v2.0/ports/0227500b-75b4-42cd-ad94-f65eb47486b5?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2765] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:15:15 2026] GET /v2.0/networks/cf599589-d74b-4523-a9eb-9d5290c3dcdb?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: 1377/2766] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:15:15 2026] GET /v2.0/networks/cf599589-d74b-4523-a9eb-9d5290c3dcdb?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: 1390/2767] 199.204.45.74 () {34 vars in 973 bytes} [Thu Jun 4 13:15:16 2026] GET /v2.0/ports/0227500b-75b4-42cd-ad94-f65eb47486b5 => generated 1328 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2768] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:15:16 2026] GET /v2.0/networks?id=cf599589-d74b-4523-a9eb-9d5290c3dcdb => 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: 1391/2769] 199.204.45.74 () {38 vars in 1026 bytes} [Thu Jun 4 13:15:16 2026] PUT /v2.0/ports/0227500b-75b4-42cd-ad94-f65eb47486b5 => generated 1518 bytes in 484 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:15:16.677 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a9df3cc-ebb3-4b1b-a3a5-06f56fdce236'] response: {'name': 'network-changed', 'server_uuid': 'dd1c8067-593a-4373-a2c3-135898bdcc57', 'tag': '0227500b-75b4-42cd-ad94-f65eb47486b5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1379/2770] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:15:17 2026] GET /v2.0/ports?tenant_id=3bea26720bd64479b4264a2106ac9d32&device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 5608 bytes in 55 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: 1392/2771] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:15:17 2026] GET /v2.0/networks?id=cf599589-d74b-4523-a9eb-9d5290c3dcdb => 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: 1380/2772] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:15:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.236&port_id=0227500b-75b4-42cd-ad94-f65eb47486b5 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2773] 199.204.45.74 () {34 vars in 1102 bytes} [Thu Jun 4 13:15:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1c&port_id=0227500b-75b4-42cd-ad94-f65eb47486b5 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2774] 199.204.45.74 () {34 vars in 1062 bytes} [Thu Jun 4 13:15:17 2026] GET /v2.0/subnets?id=97324f04-d8b2-42ea-848d-6b6d5f13e818&id=573d1a23-8122-41f0-b4a5-3a9b3c28e682 => generated 1415 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2775] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:15:17 2026] GET /v2.0/ports?network_id=cf599589-d74b-4523-a9eb-9d5290c3dcdb&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: 1382/2776] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:15:17 2026] GET /v2.0/ports?network_id=cf599589-d74b-4523-a9eb-9d5290c3dcdb&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2777] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:15:17 2026] GET /v2.0/networks/cf599589-d74b-4523-a9eb-9d5290c3dcdb?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: 1383/2778] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:15:17 2026] GET /v2.0/networks/cf599589-d74b-4523-a9eb-9d5290c3dcdb?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: 1396/2779] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:15:18 2026] GET /v2.0/ports?tenant_id=3bea26720bd64479b4264a2106ac9d32&device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 5608 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2780] 199.204.45.74 () {34 vars in 1058 bytes} [Thu Jun 4 13:15:18 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.34&port_id=4d77c96e-581e-4054-a5ea-147329ebc543 => 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: 1397/2781] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:15:18 2026] GET /v2.0/subnets?id=4c27543e-9cb6-4f91-94ed-f841655af5ce => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2782] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:15:18 2026] GET /v2.0/ports?network_id=5e8eeca9-4c6a-495a-a0c1-0b030966fde1&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2783] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:15:18 2026] GET /v2.0/networks/5e8eeca9-4c6a-495a-a0c1-0b030966fde1?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2784] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:15:18 2026] GET /v2.0/networks/5e8eeca9-4c6a-495a-a0c1-0b030966fde1?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: 1399/2785] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:15:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.107&port_id=6e46abed-8619-4d6f-bab1-c121bcbf2c1f => 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: 1387/2786] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:15:18 2026] GET /v2.0/subnets?id=a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2787] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:15:18 2026] GET /v2.0/ports?network_id=95d4b06b-b7ea-4358-910a-b215da0e256f&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: 1388/2788] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:15:19 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f?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: 1401/2789] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:15:19 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f?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: 1403/2792] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:15:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.100&port_id=c89e71e2-5b26-4337-9848-9929568bcbca => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2793] 199.204.45.74 () {34 vars in 1102 bytes} [Thu Jun 4 13:15:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A390&port_id=c89e71e2-5b26-4337-9848-9929568bcbca => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2794] 199.204.45.74 () {34 vars in 1062 bytes} [Thu Jun 4 13:15:19 2026] GET /v2.0/subnets?id=b7a7c5eb-a847-43c7-ba88-07bfb8161615&id=541d6552-16ad-4fcc-829c-937e4a004c5d => generated 1411 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2795] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:15:19 2026] GET /v2.0/ports?network_id=756cc202-19fc-4f7c-85d8-44cc50a578e1&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2796] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:15:19 2026] GET /v2.0/ports?network_id=756cc202-19fc-4f7c-85d8-44cc50a578e1&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2797] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:15:19 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1?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: 1406/2798] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:15:19 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2799] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:15:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.236&port_id=0227500b-75b4-42cd-ad94-f65eb47486b5 => 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: 1407/2800] 199.204.45.74 () {34 vars in 1102 bytes} [Thu Jun 4 13:15:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1c&port_id=0227500b-75b4-42cd-ad94-f65eb47486b5 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2801] 199.204.45.74 () {34 vars in 1062 bytes} [Thu Jun 4 13:15:19 2026] GET /v2.0/subnets?id=97324f04-d8b2-42ea-848d-6b6d5f13e818&id=573d1a23-8122-41f0-b4a5-3a9b3c28e682 => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2802] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:15:19 2026] GET /v2.0/ports?network_id=cf599589-d74b-4523-a9eb-9d5290c3dcdb&device_owner=network%3Adhcp => generated 1461 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2803] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:15:19 2026] GET /v2.0/ports?network_id=cf599589-d74b-4523-a9eb-9d5290c3dcdb&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: 1409/2804] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:15:19 2026] GET /v2.0/networks/cf599589-d74b-4523-a9eb-9d5290c3dcdb?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: 1396/2805] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:15:19 2026] GET /v2.0/networks/cf599589-d74b-4523-a9eb-9d5290c3dcdb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2806] 10.0.0.200 () {34 vars in 970 bytes} [Thu Jun 4 13:15:23 2026] GET /v2.0/ports/0227500b-75b4-42cd-ad94-f65eb47486b5 => generated 1520 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2807] 199.204.45.74 () {30 vars in 741 bytes} [Thu Jun 4 13:15:23 2026] GET /v2.0/networks/cf599589-d74b-4523-a9eb-9d5290c3dcdb => generated 797 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2808] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:15:23 2026] GET /v2.0/subnets/97324f04-d8b2-42ea-848d-6b6d5f13e818 => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2809] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:15:23 2026] GET /v2.0/subnets/573d1a23-8122-41f0-b4a5-3a9b3c28e682 => generated 748 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2810] 199.204.45.74 () {30 vars in 735 bytes} [Thu Jun 4 13:15:23 2026] GET /v2.0/ports/c89e71e2-5b26-4337-9848-9929568bcbca => generated 1520 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2811] 199.204.45.74 () {34 vars in 788 bytes} [Thu Jun 4 13:15:23 2026] PUT /v2.0/ports/c89e71e2-5b26-4337-9848-9929568bcbca => generated 1255 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2812] 199.204.45.74 () {30 vars in 741 bytes} [Thu Jun 4 13:15:24 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1 => generated 797 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:15:24.061 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-efdd5e4b-4b91-4521-9bc5-63ef7ac90f1f'] response: {'name': 'network-changed', 'server_uuid': 'dd1c8067-593a-4373-a2c3-135898bdcc57', 'tag': 'c89e71e2-5b26-4337-9848-9929568bcbca', '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: 1400/2813] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:15:24 2026] GET /v2.0/subnets/b7a7c5eb-a847-43c7-ba88-07bfb8161615 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2814] 199.204.45.74 () {30 vars in 701 bytes} [Thu Jun 4 13:15:24 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: 1401/2815] 199.204.45.74 () {30 vars in 703 bytes} [Thu Jun 4 13:15:24 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: 1415/2816] 199.204.45.74 () {30 vars in 679 bytes} [Thu Jun 4 13:15:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2817] 199.204.45.74 () {30 vars in 715 bytes} [Thu Jun 4 13:15:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2818] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:15:24 2026] GET /v2.0/subnets/a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2819] 199.204.45.74 () {30 vars in 735 bytes} [Thu Jun 4 13:15:24 2026] GET /v2.0/ports/f9c82fba-59f2-433e-9e86-1991da31b83e => generated 1132 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2820] 199.204.45.74 () {30 vars in 735 bytes} [Thu Jun 4 13:15:24 2026] GET /v2.0/ports/6e46abed-8619-4d6f-bab1-c121bcbf2c1f => generated 1350 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2821] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:15:24 2026] GET /v2.0/subnets/a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2822] 199.204.45.74 () {30 vars in 741 bytes} [Thu Jun 4 13:15:24 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2823] 199.204.45.74 () {30 vars in 735 bytes} [Thu Jun 4 13:15:24 2026] GET /v2.0/ports/f9c82fba-59f2-433e-9e86-1991da31b83e => 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: 1419/2824] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:15:24 2026] GET /v2.0/subnets/a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2825] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:15:24 2026] GET /v2.0/ports?tenant_id=3bea26720bd64479b4264a2106ac9d32&device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 5381 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2826] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:15:24 2026] GET /v2.0/networks?id=756cc202-19fc-4f7c-85d8-44cc50a578e1 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2827] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:15:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.100&port_id=c89e71e2-5b26-4337-9848-9929568bcbca => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2828] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:15:24 2026] GET /v2.0/subnets?id=b7a7c5eb-a847-43c7-ba88-07bfb8161615 => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2829] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:15:24 2026] GET /v2.0/ports?network_id=756cc202-19fc-4f7c-85d8-44cc50a578e1&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: 1422/2830] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:15:24 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1?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: 1409/2831] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:15:24 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1?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: 1411/2834] 199.204.45.74 () {30 vars in 701 bytes} [Thu Jun 4 13:15:37 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: 1424/2835] 199.204.45.74 () {30 vars in 703 bytes} [Thu Jun 4 13:15:37 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: 1412/2836] 199.204.45.74 () {30 vars in 679 bytes} [Thu Jun 4 13:15:37 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: 1425/2837] 199.204.45.74 () {30 vars in 715 bytes} [Thu Jun 4 13:15:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2838] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:15:37 2026] GET /v2.0/subnets/b7a7c5eb-a847-43c7-ba88-07bfb8161615 => 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: 1426/2839] 199.204.45.74 () {30 vars in 767 bytes} [Thu Jun 4 13:15:37 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 5381 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2840] 199.204.45.74 () {30 vars in 701 bytes} [Thu Jun 4 13:15:38 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: 1427/2841] 199.204.45.74 () {30 vars in 703 bytes} [Thu Jun 4 13:15: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: 1415/2842] 199.204.45.74 () {30 vars in 679 bytes} [Thu Jun 4 13:15:38 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: 1428/2843] 199.204.45.74 () {30 vars in 715 bytes} [Thu Jun 4 13:15: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: 1416/2844] 199.204.45.74 () {30 vars in 735 bytes} [Thu Jun 4 13:15:38 2026] GET /v2.0/ports/0227500b-75b4-42cd-ad94-f65eb47486b5 => generated 1520 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2845] 199.204.45.74 () {34 vars in 788 bytes} [Thu Jun 4 13:15:38 2026] PUT /v2.0/ports/0227500b-75b4-42cd-ad94-f65eb47486b5 => generated 1307 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:15:38.572 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2902ddc0-73d7-48a5-9b51-194e61784728'] response: {'name': 'network-changed', 'server_uuid': 'dd1c8067-593a-4373-a2c3-135898bdcc57', 'tag': '0227500b-75b4-42cd-ad94-f65eb47486b5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1417/2846] 199.204.45.74 () {30 vars in 741 bytes} [Thu Jun 4 13:15:38 2026] GET /v2.0/networks/cf599589-d74b-4523-a9eb-9d5290c3dcdb => generated 797 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1430/2847] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:15:38 2026] GET /v2.0/subnets/573d1a23-8122-41f0-b4a5-3a9b3c28e682 => generated 748 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2848] 199.204.45.74 () {30 vars in 735 bytes} [Thu Jun 4 13:15:38 2026] GET /v2.0/ports/0227500b-75b4-42cd-ad94-f65eb47486b5 => generated 1343 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2849] 199.204.45.74 () {34 vars in 787 bytes} [Thu Jun 4 13:15:38 2026] PUT /v2.0/ports/0227500b-75b4-42cd-ad94-f65eb47486b5 => generated 1080 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2850] 199.204.45.74 () {30 vars in 741 bytes} [Thu Jun 4 13:15:39 2026] GET /v2.0/networks/cf599589-d74b-4523-a9eb-9d5290c3dcdb => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1432/2851] 199.204.45.74 () {30 vars in 767 bytes} [Thu Jun 4 13:15:39 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 4977 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2852] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:15:39 2026] GET /v2.0/ports?tenant_id=3bea26720bd64479b4264a2106ac9d32&device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 4977 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2853] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:15:39 2026] GET /v2.0/networks?id=cf599589-d74b-4523-a9eb-9d5290c3dcdb => 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: 1421/2854] 199.204.45.74 () {30 vars in 767 bytes} [Thu Jun 4 13:15:39 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 4977 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2855] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:15:39 2026] GET /v2.0/networks/cf599589-d74b-4523-a9eb-9d5290c3dcdb?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: 1422/2856] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:15:39 2026] GET /v2.0/networks/cf599589-d74b-4523-a9eb-9d5290c3dcdb?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: 1435/2857] 199.204.45.74 () {30 vars in 767 bytes} [Thu Jun 4 13:15:40 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 4977 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:15:40.610 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c02504e8-2dca-4a28-bb73-00f2280af417'] response: {'name': 'network-changed', 'server_uuid': 'dd1c8067-593a-4373-a2c3-135898bdcc57', 'tag': '0227500b-75b4-42cd-ad94-f65eb47486b5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1423/2858] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:15:41 2026] GET /v2.0/ports?tenant_id=3bea26720bd64479b4264a2106ac9d32&device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 4977 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2859] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:15:41 2026] GET /v2.0/networks?id=cf599589-d74b-4523-a9eb-9d5290c3dcdb => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2860] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:15:41 2026] GET /v2.0/networks/cf599589-d74b-4523-a9eb-9d5290c3dcdb?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: 1437/2861] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:15:41 2026] GET /v2.0/networks/cf599589-d74b-4523-a9eb-9d5290c3dcdb?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: 1425/2862] 199.204.45.74 () {30 vars in 767 bytes} [Thu Jun 4 13:15:41 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 4977 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2863] 199.204.45.74 () {34 vars in 973 bytes} [Thu Jun 4 13:15:41 2026] GET /v2.0/ports/0227500b-75b4-42cd-ad94-f65eb47486b5 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2864] 199.204.45.74 () {34 vars in 1058 bytes} [Thu Jun 4 13:15:41 2026] GET /v2.0/ports/0227500b-75b4-42cd-ad94-f65eb47486b5?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2865] 199.204.45.74 () {34 vars in 1014 bytes} [Thu Jun 4 13:15:41 2026] GET /v2.0/networks/cf599589-d74b-4523-a9eb-9d5290c3dcdb?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2866] 199.204.45.74 () {38 vars in 1026 bytes} [Thu Jun 4 13:15:41 2026] PUT /v2.0/ports/0227500b-75b4-42cd-ad94-f65eb47486b5 => generated 917 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2867] 199.204.45.74 () {30 vars in 767 bytes} [Thu Jun 4 13:15:42 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 3869 bytes in 67 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-04 13:15:42.540 8 INFO neutron_taas.services.taas.taas_plugin [None req-52f3f7fd-1d3a-4cd2-82f1-21609f24d783 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 0227500b-75b4-42cd-ad94-f65eb47486b5 2026-06-04 13:15:42.542 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52f3f7fd-1d3a-4cd2-82f1-21609f24d783 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 0227500b-75b4-42cd-ad94-f65eb47486b5 [pid: 8|app: 0|req: 1428/2868] 199.204.45.74 () {32 vars in 757 bytes} [Thu Jun 4 13:15:42 2026] DELETE /v2.0/ports/0227500b-75b4-42cd-ad94-f65eb47486b5 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2869] 199.204.45.74 () {30 vars in 701 bytes} [Thu Jun 4 13:15:42 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: 1429/2870] 199.204.45.74 () {30 vars in 703 bytes} [Thu Jun 4 13:15:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2871] 199.204.45.74 () {30 vars in 679 bytes} [Thu Jun 4 13:15:42 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: 1430/2872] 199.204.45.74 () {30 vars in 715 bytes} [Thu Jun 4 13:15:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2873] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:15:42 2026] GET /v2.0/subnets/a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2874] 199.204.45.74 () {30 vars in 735 bytes} [Thu Jun 4 13:15:42 2026] GET /v2.0/ports/f9c82fba-59f2-433e-9e86-1991da31b83e => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2875] 199.204.45.74 () {30 vars in 735 bytes} [Thu Jun 4 13:15:42 2026] GET /v2.0/ports/6e46abed-8619-4d6f-bab1-c121bcbf2c1f => generated 1350 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2876] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:15:42 2026] GET /v2.0/subnets/a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2877] 199.204.45.74 () {30 vars in 741 bytes} [Thu Jun 4 13:15:42 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2878] 199.204.45.74 () {30 vars in 735 bytes} [Thu Jun 4 13:15:42 2026] GET /v2.0/ports/f9c82fba-59f2-433e-9e86-1991da31b83e => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2879] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:15:43 2026] GET /v2.0/subnets/a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2880] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:15:43 2026] GET /v2.0/ports?tenant_id=3bea26720bd64479b4264a2106ac9d32&device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 3869 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2881] 199.204.45.74 () {34 vars in 1224 bytes} [Thu Jun 4 13:15:43 2026] GET /v2.0/networks?id=5e8eeca9-4c6a-495a-a0c1-0b030966fde1&id=95d4b06b-b7ea-4358-910a-b215da0e256f&id=756cc202-19fc-4f7c-85d8-44cc50a578e1&id=cf599589-d74b-4523-a9eb-9d5290c3dcdb => generated 3096 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2882] 199.204.45.74 () {34 vars in 1058 bytes} [Thu Jun 4 13:15:43 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.34&port_id=4d77c96e-581e-4054-a5ea-147329ebc543 => 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: 1448/2883] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:15:43 2026] GET /v2.0/subnets?id=4c27543e-9cb6-4f91-94ed-f841655af5ce => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2884] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:15:43 2026] GET /v2.0/ports?network_id=5e8eeca9-4c6a-495a-a0c1-0b030966fde1&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2885] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:15:43 2026] GET /v2.0/networks/5e8eeca9-4c6a-495a-a0c1-0b030966fde1?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: 1437/2886] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:15:43 2026] GET /v2.0/networks/5e8eeca9-4c6a-495a-a0c1-0b030966fde1?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: 1450/2887] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:15:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.107&port_id=6e46abed-8619-4d6f-bab1-c121bcbf2c1f => 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: 1438/2888] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:15:43 2026] GET /v2.0/subnets?id=a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 679 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2889] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:15:43 2026] GET /v2.0/ports?network_id=95d4b06b-b7ea-4358-910a-b215da0e256f&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2890] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:15:43 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2891] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:15:43 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f?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: 1440/2892] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:15:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.100&port_id=c89e71e2-5b26-4337-9848-9929568bcbca => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2893] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:15:43 2026] GET /v2.0/subnets?id=b7a7c5eb-a847-43c7-ba88-07bfb8161615 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2894] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:15:43 2026] GET /v2.0/ports?network_id=756cc202-19fc-4f7c-85d8-44cc50a578e1&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2895] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:15:43 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1?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: 1442/2896] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:15:44 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1?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: 1455/2897] 199.204.45.74 () {30 vars in 701 bytes} [Thu Jun 4 13:15:48 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: 1443/2898] 199.204.45.74 () {30 vars in 703 bytes} [Thu Jun 4 13:15:48 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: 1456/2899] 199.204.45.74 () {30 vars in 679 bytes} [Thu Jun 4 13:15:48 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: 1444/2900] 199.204.45.74 () {30 vars in 715 bytes} [Thu Jun 4 13:15:48 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: 1457/2901] 199.204.45.74 () {30 vars in 767 bytes} [Thu Jun 4 13:15:48 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 3869 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2902] 199.204.45.74 () {30 vars in 701 bytes} [Thu Jun 4 13:15:48 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: 1458/2903] 199.204.45.74 () {30 vars in 703 bytes} [Thu Jun 4 13:15:48 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: 1446/2904] 199.204.45.74 () {30 vars in 679 bytes} [Thu Jun 4 13:15:48 2026] GET /v2.0/extensions/qos => generated 166 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2905] 199.204.45.74 () {30 vars in 715 bytes} [Thu Jun 4 13:15:48 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: 1447/2906] 199.204.45.74 () {30 vars in 735 bytes} [Thu Jun 4 13:15:48 2026] GET /v2.0/ports/c89e71e2-5b26-4337-9848-9929568bcbca => generated 1291 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2907] 199.204.45.74 () {34 vars in 787 bytes} [Thu Jun 4 13:15:48 2026] PUT /v2.0/ports/c89e71e2-5b26-4337-9848-9929568bcbca => generated 1080 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:15:48.770 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d55e4c0a-f859-4c42-ba31-dcfe4a76ca4f'] response: {'name': 'network-changed', 'server_uuid': 'dd1c8067-593a-4373-a2c3-135898bdcc57', 'tag': 'c89e71e2-5b26-4337-9848-9929568bcbca', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1448/2908] 199.204.45.74 () {30 vars in 741 bytes} [Thu Jun 4 13:15:48 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1 => generated 797 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1461/2909] 199.204.45.74 () {30 vars in 767 bytes} [Thu Jun 4 13:15:48 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 3694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2910] 199.204.45.74 () {30 vars in 767 bytes} [Thu Jun 4 13:15:48 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 3694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2913] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:15:49 2026] GET /v2.0/ports?tenant_id=3bea26720bd64479b4264a2106ac9d32&device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 3694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2914] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:15:49 2026] GET /v2.0/networks?id=756cc202-19fc-4f7c-85d8-44cc50a578e1 => generated 800 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2915] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:15:49 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1?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: 1452/2916] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:15:49 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1?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: 1465/2917] 199.204.45.74 () {30 vars in 767 bytes} [Thu Jun 4 13:15:49 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 3694 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2918] 199.204.45.74 () {34 vars in 973 bytes} [Thu Jun 4 13:15:50 2026] GET /v2.0/ports/c89e71e2-5b26-4337-9848-9929568bcbca => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2919] 199.204.45.74 () {34 vars in 1058 bytes} [Thu Jun 4 13:15:51 2026] GET /v2.0/ports/c89e71e2-5b26-4337-9848-9929568bcbca?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2920] 199.204.45.74 () {34 vars in 1014 bytes} [Thu Jun 4 13:15:51 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2921] 199.204.45.74 () {30 vars in 767 bytes} [Thu Jun 4 13:15:51 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 3694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2922] 199.204.45.74 () {38 vars in 1026 bytes} [Thu Jun 4 13:15:51 2026] PUT /v2.0/ports/c89e71e2-5b26-4337-9848-9929568bcbca => generated 917 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2923] 199.204.45.74 () {30 vars in 767 bytes} [Thu Jun 4 13:15:52 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 13:15:52.266 8 INFO neutron_taas.services.taas.taas_plugin [None req-7bc4c00a-6b88-4347-a988-5a8b5a6549c2 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: c89e71e2-5b26-4337-9848-9929568bcbca 2026-06-04 13:15:52.272 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bc4c00a-6b88-4347-a988-5a8b5a6549c2 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: c89e71e2-5b26-4337-9848-9929568bcbca [pid: 8|app: 0|req: 1456/2924] 199.204.45.74 () {32 vars in 757 bytes} [Thu Jun 4 13:15:52 2026] DELETE /v2.0/ports/c89e71e2-5b26-4337-9848-9929568bcbca => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2925] 199.204.45.74 () {30 vars in 701 bytes} [Thu Jun 4 13:15:52 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: 1457/2926] 199.204.45.74 () {30 vars in 703 bytes} [Thu Jun 4 13:15:52 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: 1470/2927] 199.204.45.74 () {30 vars in 679 bytes} [Thu Jun 4 13:15:52 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: 1458/2928] 199.204.45.74 () {30 vars in 715 bytes} [Thu Jun 4 13:15:52 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: 1471/2929] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:15:52 2026] GET /v2.0/subnets/a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2930] 199.204.45.74 () {30 vars in 735 bytes} [Thu Jun 4 13:15:52 2026] GET /v2.0/ports/f9c82fba-59f2-433e-9e86-1991da31b83e => 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: 1472/2931] 199.204.45.74 () {30 vars in 735 bytes} [Thu Jun 4 13:15:52 2026] GET /v2.0/ports/6e46abed-8619-4d6f-bab1-c121bcbf2c1f => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2932] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:15:52 2026] GET /v2.0/subnets/a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2933] 199.204.45.74 () {30 vars in 741 bytes} [Thu Jun 4 13:15:52 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2934] 199.204.45.74 () {30 vars in 735 bytes} [Thu Jun 4 13:15:52 2026] GET /v2.0/ports/f9c82fba-59f2-433e-9e86-1991da31b83e => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2935] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:15:52 2026] GET /v2.0/subnets/a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2936] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:15:52 2026] GET /v2.0/ports?tenant_id=3bea26720bd64479b4264a2106ac9d32&device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2937] 199.204.45.74 () {34 vars in 1144 bytes} [Thu Jun 4 13:15:52 2026] GET /v2.0/networks?id=5e8eeca9-4c6a-495a-a0c1-0b030966fde1&id=95d4b06b-b7ea-4358-910a-b215da0e256f&id=756cc202-19fc-4f7c-85d8-44cc50a578e1 => generated 2310 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2938] 199.204.45.74 () {34 vars in 1058 bytes} [Thu Jun 4 13:15:52 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.34&port_id=4d77c96e-581e-4054-a5ea-147329ebc543 => 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: 1476/2939] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:15:52 2026] GET /v2.0/subnets?id=4c27543e-9cb6-4f91-94ed-f841655af5ce => 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: 1464/2940] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:15:52 2026] GET /v2.0/ports?network_id=5e8eeca9-4c6a-495a-a0c1-0b030966fde1&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: 1477/2941] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:15:53 2026] GET /v2.0/networks/5e8eeca9-4c6a-495a-a0c1-0b030966fde1?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: 1465/2942] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:15:53 2026] GET /v2.0/networks/5e8eeca9-4c6a-495a-a0c1-0b030966fde1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2943] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:15:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.107&port_id=6e46abed-8619-4d6f-bab1-c121bcbf2c1f => 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: 1466/2944] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:15:53 2026] GET /v2.0/subnets?id=a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2945] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:15:53 2026] GET /v2.0/ports?network_id=95d4b06b-b7ea-4358-910a-b215da0e256f&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2946] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:15:53 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2947] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:15:53 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f?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: 1482/2950] 199.204.45.74 () {30 vars in 701 bytes} [Thu Jun 4 13:16:04 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: 1469/2951] 199.204.45.74 () {30 vars in 703 bytes} [Thu Jun 4 13:16:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2952] 199.204.45.74 () {30 vars in 679 bytes} [Thu Jun 4 13:16:04 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: 1470/2953] 199.204.45.74 () {30 vars in 715 bytes} [Thu Jun 4 13:16:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:16:04.353 7 INFO neutron.api.v2.resource [None req-4bce933a-ee6b-422e-a9de-ee17615405d3 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1484/2954] 199.204.45.74 () {30 vars in 761 bytes} [Thu Jun 4 13:16:04 2026] GET /v2.0/security-groups/lb-30c034e8-02c8-44b9-b1cc-29c582ea7061 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2955] 199.204.45.74 () {30 vars in 783 bytes} [Thu Jun 4 13:16:04 2026] GET /v2.0/security-groups?name=lb-30c034e8-02c8-44b9-b1cc-29c582ea7061 => generated 2865 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2956] 199.204.45.74 () {30 vars in 813 bytes} [Thu Jun 4 13:16:04 2026] GET /v2.0/security-group-rules?security_group_id=7c0ed85e-128e-40a2-addf-6185cdde9d60 => generated 2334 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2957] 199.204.45.74 () {32 vars in 787 bytes} [Thu Jun 4 13:16:04 2026] DELETE /v2.0/security-group-rules/a867cebd-e70f-448b-978f-72a9bb507dde => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2958] 199.204.45.74 () {32 vars in 787 bytes} [Thu Jun 4 13:16:04 2026] DELETE /v2.0/security-group-rules/efb51cd5-6e2f-4b8f-b568-ce7ef05c0102 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:16:08.161 8 INFO neutron_taas.services.taas.taas_plugin [None req-25b7156b-0666-4558-a495-aa3ebe45ec0b c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] TaaS: Handle Delete Port: 3d51f374-fbf7-48c4-80f4-2d62b8918c43 2026-06-04 13:16:08.167 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25b7156b-0666-4558-a495-aa3ebe45ec0b c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] Tap Mirror: Handle Delete Port: 3d51f374-fbf7-48c4-80f4-2d62b8918c43 2026-06-04 13:16:08.337 8 INFO neutron.db.l3_db [None req-25b7156b-0666-4558-a495-aa3ebe45ec0b c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] Floating IP 9c90107f-9360-49fd-b257-5a4c4c9e9781 disassociated (deleted). External IP: 10.96.250.203, port: f9c82fba-59f2-433e-9e86-1991da31b83e. [pid: 8|app: 0|req: 1473/2959] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:16:08 2026] DELETE /v2.0/floatingips/9c90107f-9360-49fd-b257-5a4c4c9e9781 => generated 0 bytes in 581 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:16:08.619 7 INFO neutron.api.v2.resource [None req-162e1776-35eb-4d32-b7a6-ec17095d3daa c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1487/2960] 10.0.0.99 () {32 vars in 727 bytes} [Thu Jun 4 13:16:08 2026] GET /v2.0/floatingips/9c90107f-9360-49fd-b257-5a4c4c9e9781 => generated 144 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2961] 199.204.45.74 () {30 vars in 701 bytes} [Thu Jun 4 13:16:09 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: 1488/2962] 199.204.45.74 () {30 vars in 703 bytes} [Thu Jun 4 13:16:09 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: 1475/2963] 199.204.45.74 () {30 vars in 679 bytes} [Thu Jun 4 13:16:09 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: 1489/2964] 199.204.45.74 () {30 vars in 715 bytes} [Thu Jun 4 13:16:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:16:09.430 8 INFO neutron.api.v2.resource [None req-e590d63d-6b40-427a-bbf0-2be467b4b17c 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1476/2965] 199.204.45.74 () {30 vars in 761 bytes} [Thu Jun 4 13:16:09 2026] GET /v2.0/security-groups/lb-30c034e8-02c8-44b9-b1cc-29c582ea7061 => 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: 1490/2966] 199.204.45.74 () {30 vars in 783 bytes} [Thu Jun 4 13:16:09 2026] GET /v2.0/security-groups?name=lb-30c034e8-02c8-44b9-b1cc-29c582ea7061 => generated 1639 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2967] 199.204.45.74 () {30 vars in 813 bytes} [Thu Jun 4 13:16:09 2026] GET /v2.0/security-group-rules?security_group_id=7c0ed85e-128e-40a2-addf-6185cdde9d60 => 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: 1491/2968] 199.204.45.74 () {30 vars in 701 bytes} [Thu Jun 4 13:16:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2969] 199.204.45.74 () {30 vars in 703 bytes} [Thu Jun 4 13:16:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2970] 199.204.45.74 () {30 vars in 679 bytes} [Thu Jun 4 13:16:09 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/2971] 199.204.45.74 () {30 vars in 715 bytes} [Thu Jun 4 13:16:09 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: 1493/2972] 199.204.45.74 () {30 vars in 739 bytes} [Thu Jun 4 13:16:09 2026] GET /v2.0/subnets/a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2973] 199.204.45.74 () {30 vars in 767 bytes} [Thu Jun 4 13:16:09 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 2586 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2974] 199.204.45.74 () {30 vars in 767 bytes} [Thu Jun 4 13:16:09 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2975] 199.204.45.74 () {30 vars in 767 bytes} [Thu Jun 4 13:16:09 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2976] 199.204.45.74 () {30 vars in 767 bytes} [Thu Jun 4 13:16:10 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2977] 199.204.45.74 () {34 vars in 973 bytes} [Thu Jun 4 13:16:11 2026] GET /v2.0/ports/6e46abed-8619-4d6f-bab1-c121bcbf2c1f => generated 1350 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2978] 199.204.45.74 () {30 vars in 767 bytes} [Thu Jun 4 13:16:11 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2979] 199.204.45.74 () {34 vars in 1058 bytes} [Thu Jun 4 13:16:11 2026] GET /v2.0/ports/6e46abed-8619-4d6f-bab1-c121bcbf2c1f?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2980] 199.204.45.74 () {34 vars in 1014 bytes} [Thu Jun 4 13:16:12 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2981] 199.204.45.74 () {38 vars in 1026 bytes} [Thu Jun 4 13:16:12 2026] PUT /v2.0/ports/6e46abed-8619-4d6f-bab1-c121bcbf2c1f => generated 1151 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2982] 199.204.45.74 () {30 vars in 767 bytes} [Thu Jun 4 13:16:12 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1485/2983] 199.204.45.74 () {34 vars in 787 bytes} [Thu Jun 4 13:16:13 2026] PUT /v2.0/ports/6e46abed-8619-4d6f-bab1-c121bcbf2c1f => generated 1090 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2984] 199.204.45.74 () {30 vars in 735 bytes} [Thu Jun 4 13:16:13 2026] GET /v2.0/ports/6e46abed-8619-4d6f-bab1-c121bcbf2c1f => generated 1090 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-04 13:16:13.430 8 INFO neutron_taas.services.taas.taas_plugin [None req-9986546e-5831-4ff4-a0f9-c3114f8cdb98 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 6e46abed-8619-4d6f-bab1-c121bcbf2c1f 2026-06-04 13:16:13.434 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9986546e-5831-4ff4-a0f9-c3114f8cdb98 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 6e46abed-8619-4d6f-bab1-c121bcbf2c1f [pid: 8|app: 0|req: 1486/2985] 199.204.45.74 () {32 vars in 757 bytes} [Thu Jun 4 13:16:13 2026] DELETE /v2.0/ports/6e46abed-8619-4d6f-bab1-c121bcbf2c1f => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2986] 199.204.45.74 () {30 vars in 701 bytes} [Thu Jun 4 13:16:13 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: 1487/2987] 199.204.45.74 () {30 vars in 703 bytes} [Thu Jun 4 13:16:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2988] 199.204.45.74 () {30 vars in 679 bytes} [Thu Jun 4 13:16:13 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: 1488/2989] 199.204.45.74 () {30 vars in 715 bytes} [Thu Jun 4 13:16:13 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) 2026-06-04 13:16:13.771 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bfed6779-a6cf-4885-b86e-bf053a07efe4 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1502/2990] 199.204.45.74 () {32 vars in 757 bytes} [Thu Jun 4 13:16:13 2026] DELETE /v2.0/ports/6e46abed-8619-4d6f-bab1-c121bcbf2c1f => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2991] 199.204.45.74 () {30 vars in 735 bytes} [Thu Jun 4 13:16:13 2026] GET /v2.0/ports/f9c82fba-59f2-433e-9e86-1991da31b83e => generated 1132 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:16:13.846 8 INFO neutron.api.v2.resource [None req-7c1244ac-bdee-4e33-9419-642b90f1d676 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1490/2992] 199.204.45.74 () {30 vars in 761 bytes} [Thu Jun 4 13:16:13 2026] GET /v2.0/security-groups/lb-30c034e8-02c8-44b9-b1cc-29c582ea7061 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2993] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:16:13 2026] GET /v2.0/ports?tenant_id=3bea26720bd64479b4264a2106ac9d32&device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => 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: 1491/2994] 199.204.45.74 () {30 vars in 783 bytes} [Thu Jun 4 13:16:13 2026] GET /v2.0/security-groups?name=lb-30c034e8-02c8-44b9-b1cc-29c582ea7061 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2995] 199.204.45.74 () {34 vars in 1064 bytes} [Thu Jun 4 13:16:13 2026] GET /v2.0/networks?id=5e8eeca9-4c6a-495a-a0c1-0b030966fde1&id=95d4b06b-b7ea-4358-910a-b215da0e256f => generated 1524 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2996] 199.204.45.74 () {30 vars in 735 bytes} [Thu Jun 4 13:16:13 2026] GET /v2.0/ports/f9c82fba-59f2-433e-9e86-1991da31b83e => 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: 1505/2997] 199.204.45.74 () {34 vars in 1058 bytes} [Thu Jun 4 13:16:13 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.34&port_id=4d77c96e-581e-4054-a5ea-147329ebc543 => 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: 1506/2998] 199.204.45.74 () {34 vars in 982 bytes} [Thu Jun 4 13:16:13 2026] GET /v2.0/subnets?id=4c27543e-9cb6-4f91-94ed-f841655af5ce => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2999] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:16:14 2026] GET /v2.0/ports?network_id=5e8eeca9-4c6a-495a-a0c1-0b030966fde1&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: 1508/3000] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:16:14 2026] GET /v2.0/networks/5e8eeca9-4c6a-495a-a0c1-0b030966fde1?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: 1493/3001] 199.204.45.74 () {34 vars in 787 bytes} [Thu Jun 4 13:16:13 2026] PUT /v2.0/ports/f9c82fba-59f2-433e-9e86-1991da31b83e => generated 1094 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3002] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:16:14 2026] GET /v2.0/networks/5e8eeca9-4c6a-495a-a0c1-0b030966fde1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3003] 199.204.45.74 () {32 vars in 777 bytes} [Thu Jun 4 13:16:14 2026] DELETE /v2.0/security-groups/7c0ed85e-128e-40a2-addf-6185cdde9d60 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:16:14.345 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f515010-e6a3-4f49-a15a-38b67e045934 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: f9c82fba-59f2-433e-9e86-1991da31b83e 2026-06-04 13:16:14.348 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f515010-e6a3-4f49-a15a-38b67e045934 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: f9c82fba-59f2-433e-9e86-1991da31b83e [pid: 7|app: 0|req: 1510/3004] 199.204.45.74 () {32 vars in 757 bytes} [Thu Jun 4 13:16:14 2026] DELETE /v2.0/ports/f9c82fba-59f2-433e-9e86-1991da31b83e => 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: 1495/3005] 199.204.45.74 () {34 vars in 992 bytes} [Thu Jun 4 13:16:17 2026] GET /v2.0/ports?device_id=dd1c8067-593a-4373-a2c3-135898bdcc57 => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:16:17.518 7 INFO neutron_taas.services.taas.taas_plugin [req-b0df720e-5bd8-448e-8394-12d1fbdb45e7 req-fb067465-bdd3-4279-83ac-ace67ed96f4e 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] TaaS: Handle Delete Port: 4d77c96e-581e-4054-a5ea-147329ebc543 2026-06-04 13:16:17.521 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b0df720e-5bd8-448e-8394-12d1fbdb45e7 req-fb067465-bdd3-4279-83ac-ace67ed96f4e 7328d16d35034b87b64688a5be888824 3bea26720bd64479b4264a2106ac9d32 - - default default] Tap Mirror: Handle Delete Port: 4d77c96e-581e-4054-a5ea-147329ebc543 [pid: 7|app: 0|req: 1511/3006] 199.204.45.74 () {36 vars in 995 bytes} [Thu Jun 4 13:16:17 2026] DELETE /v2.0/ports/4d77c96e-581e-4054-a5ea-147329ebc543 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:16:17.708 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b40b983a-2507-4b96-98d2-9eda5d48bee7'] response: {'server_uuid': 'dd1c8067-593a-4373-a2c3-135898bdcc57', 'name': 'network-vif-deleted', 'tag': '4d77c96e-581e-4054-a5ea-147329ebc543', 'status': 'completed', 'code': 200} 2026-06-04 13:16:18.938 8 INFO neutron_taas.services.taas.taas_plugin [None req-5878509b-00d2-4376-8bd7-38e2d392ee5e c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] TaaS: Handle Delete Port: cd024895-bcbd-410d-8a86-ed022a2aa712 2026-06-04 13:16:18.941 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5878509b-00d2-4376-8bd7-38e2d392ee5e c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] Tap Mirror: Handle Delete Port: cd024895-bcbd-410d-8a86-ed022a2aa712 2026-06-04 13:16:19.093 8 INFO neutron.db.l3_db [None req-5878509b-00d2-4376-8bd7-38e2d392ee5e c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] Floating IP 29299593-2650-4de4-b98e-9a42cf31d72c disassociated (deleted). External IP: 10.96.250.208, port: 48c18817-b6ae-4580-9120-6cdd98279188. [pid: 8|app: 0|req: 1496/3009] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:16:18 2026] DELETE /v2.0/floatingips/29299593-2650-4de4-b98e-9a42cf31d72c => generated 0 bytes in 599 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:16:19.448 7 INFO neutron.api.v2.resource [None req-126b58dd-b59e-4fb4-ac37-09826066a042 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1514/3010] 10.0.0.99 () {32 vars in 727 bytes} [Thu Jun 4 13:16:19 2026] GET /v2.0/floatingips/29299593-2650-4de4-b98e-9a42cf31d72c => generated 144 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:16:19.460 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5cf45432-dba0-4ac1-a023-49e0480e0795'] response: {'name': 'network-changed', 'server_uuid': '8244a38c-1bd5-4725-ba53-0c2cb49c7d73', 'tag': '48c18817-b6ae-4580-9120-6cdd98279188', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1497/3011] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:16:19 2026] GET /v2.0/ports?device_id=8244a38c-1bd5-4725-ba53-0c2cb49c7d73 => generated 1200 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3012] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:16:19 2026] GET /v2.0/security-groups?id=7aea3e59-0584-4f11-90fe-e8015ac07502&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3013] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:16:19 2026] GET /v2.0/ports?tenant_id=ac97c85e510745afb32cc184067c9268&device_id=8244a38c-1bd5-4725-ba53-0c2cb49c7d73 => generated 1469 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3014] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:16:20 2026] GET /v2.0/networks?id=cf599589-d74b-4523-a9eb-9d5290c3dcdb => generated 800 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3015] 199.204.45.74 () {34 vars in 1054 bytes} [Thu Jun 4 13:16:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.79&port_id=48c18817-b6ae-4580-9120-6cdd98279188 => 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: 1517/3016] 199.204.45.74 () {34 vars in 1104 bytes} [Thu Jun 4 13:16:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A211&port_id=48c18817-b6ae-4580-9120-6cdd98279188 => 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: 1500/3017] 199.204.45.74 () {34 vars in 1062 bytes} [Thu Jun 4 13:16:20 2026] GET /v2.0/subnets?id=97324f04-d8b2-42ea-848d-6b6d5f13e818&id=573d1a23-8122-41f0-b4a5-3a9b3c28e682 => generated 1415 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3018] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:16:20 2026] GET /v2.0/ports?network_id=cf599589-d74b-4523-a9eb-9d5290c3dcdb&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3019] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:16:20 2026] GET /v2.0/ports?network_id=cf599589-d74b-4523-a9eb-9d5290c3dcdb&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3020] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:16:20 2026] GET /v2.0/networks/cf599589-d74b-4523-a9eb-9d5290c3dcdb?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3021] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:16:20 2026] GET /v2.0/networks/cf599589-d74b-4523-a9eb-9d5290c3dcdb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3022] 199.204.45.74 () {34 vars in 992 bytes} [Thu Jun 4 13:16:22 2026] GET /v2.0/ports?device_id=8244a38c-1bd5-4725-ba53-0c2cb49c7d73 => generated 1200 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:16:22.238 8 INFO neutron_taas.services.taas.taas_plugin [req-42d1c663-485e-4e80-8971-aadbfc689b76 req-1891b3d8-f4de-4454-95ff-9a88a82fbfff c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] TaaS: Handle Delete Port: 48c18817-b6ae-4580-9120-6cdd98279188 2026-06-04 13:16:22.243 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-42d1c663-485e-4e80-8971-aadbfc689b76 req-1891b3d8-f4de-4454-95ff-9a88a82fbfff c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] Tap Mirror: Handle Delete Port: 48c18817-b6ae-4580-9120-6cdd98279188 [pid: 8|app: 0|req: 1503/3023] 199.204.45.74 () {36 vars in 995 bytes} [Thu Jun 4 13:16:22 2026] DELETE /v2.0/ports/48c18817-b6ae-4580-9120-6cdd98279188 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:16:22.482 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f6944df-261b-4750-aac7-6d56b34100e7'] response: {'server_uuid': '8244a38c-1bd5-4725-ba53-0c2cb49c7d73', 'name': 'network-vif-deleted', 'tag': '48c18817-b6ae-4580-9120-6cdd98279188', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1521/3024] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:16:24 2026] GET /v2.0/ports?device_id=8244a38c-1bd5-4725-ba53-0c2cb49c7d73 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:16:30.004 8 INFO neutron_taas.services.taas.taas_plugin [None req-1938defb-af84-4051-adbd-e2d679299d24 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] TaaS: Handle Delete Port: b7369c1f-3fba-4eb8-8e41-b38e1014dd58 2026-06-04 13:16:30.008 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1938defb-af84-4051-adbd-e2d679299d24 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] Tap Mirror: Handle Delete Port: b7369c1f-3fba-4eb8-8e41-b38e1014dd58 2026-06-04 13:16:30.169 8 INFO neutron.db.l3_db [None req-1938defb-af84-4051-adbd-e2d679299d24 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] Floating IP 83f2a359-bd8d-4498-aeaa-0ef3a3e899da disassociated (deleted). External IP: 10.96.250.219, port: 65c14a64-9385-4650-a8c6-805a172e6818. [pid: 8|app: 0|req: 1504/3025] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:16:29 2026] DELETE /v2.0/floatingips/83f2a359-bd8d-4498-aeaa-0ef3a3e899da => generated 0 bytes in 633 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:16:30.519 7 INFO neutron.api.v2.resource [None req-c1ce3941-0efb-4f83-af31-4bef93c840c7 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1522/3026] 10.0.0.99 () {32 vars in 727 bytes} [Thu Jun 4 13:16:30 2026] GET /v2.0/floatingips/83f2a359-bd8d-4498-aeaa-0ef3a3e899da => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:16:30.527 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd4d70b6-aad9-41ed-97a1-d6817e4129de'] response: {'name': 'network-changed', 'server_uuid': '9238e594-ff66-4975-910c-492d49903160', 'tag': '65c14a64-9385-4650-a8c6-805a172e6818', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1505/3027] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:16:30 2026] GET /v2.0/ports?device_id=9238e594-ff66-4975-910c-492d49903160 => generated 1200 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3028] 10.0.0.200 () {34 vars in 1039 bytes} [Thu Jun 4 13:16:30 2026] GET /v2.0/security-groups?id=7aea3e59-0584-4f11-90fe-e8015ac07502&fields=id&fields=name => generated 111 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3029] 199.204.45.74 () {34 vars in 1078 bytes} [Thu Jun 4 13:16:31 2026] GET /v2.0/ports?tenant_id=ac97c85e510745afb32cc184067c9268&device_id=9238e594-ff66-4975-910c-492d49903160 => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3030] 199.204.45.74 () {34 vars in 984 bytes} [Thu Jun 4 13:16:31 2026] GET /v2.0/networks?id=756cc202-19fc-4f7c-85d8-44cc50a578e1 => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3031] 199.204.45.74 () {34 vars in 1056 bytes} [Thu Jun 4 13:16:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.230&port_id=65c14a64-9385-4650-a8c6-805a172e6818 => 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: 1525/3032] 199.204.45.74 () {34 vars in 1102 bytes} [Thu Jun 4 13:16:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A114&port_id=65c14a64-9385-4650-a8c6-805a172e6818 => 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: 1508/3033] 199.204.45.74 () {34 vars in 1062 bytes} [Thu Jun 4 13:16:31 2026] GET /v2.0/subnets?id=b7a7c5eb-a847-43c7-ba88-07bfb8161615&id=541d6552-16ad-4fcc-829c-937e4a004c5d => generated 1411 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3034] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:16:31 2026] GET /v2.0/ports?network_id=756cc202-19fc-4f7c-85d8-44cc50a578e1&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: 1509/3035] 199.204.45.74 () {34 vars in 1050 bytes} [Thu Jun 4 13:16:31 2026] GET /v2.0/ports?network_id=756cc202-19fc-4f7c-85d8-44cc50a578e1&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3036] 199.204.45.74 () {34 vars in 1010 bytes} [Thu Jun 4 13:16:31 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1?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: 1510/3037] 199.204.45.74 () {34 vars in 1110 bytes} [Thu Jun 4 13:16:31 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1?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: 1528/3038] 199.204.45.74 () {34 vars in 992 bytes} [Thu Jun 4 13:16:33 2026] GET /v2.0/ports?device_id=9238e594-ff66-4975-910c-492d49903160 => generated 1200 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:16:33.264 8 INFO neutron_taas.services.taas.taas_plugin [req-65b64384-31a0-4bcb-a7e7-c3b1bd8869a2 req-9c4c85e0-e1f6-478f-8807-1bc1e882443d c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] TaaS: Handle Delete Port: 65c14a64-9385-4650-a8c6-805a172e6818 2026-06-04 13:16:33.268 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-65b64384-31a0-4bcb-a7e7-c3b1bd8869a2 req-9c4c85e0-e1f6-478f-8807-1bc1e882443d c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] Tap Mirror: Handle Delete Port: 65c14a64-9385-4650-a8c6-805a172e6818 [pid: 8|app: 0|req: 1511/3039] 199.204.45.74 () {36 vars in 995 bytes} [Thu Jun 4 13:16:33 2026] DELETE /v2.0/ports/65c14a64-9385-4650-a8c6-805a172e6818 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:16:33.515 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-453e0f15-55c2-496c-a111-ea4781488e9a'] response: {'server_uuid': '9238e594-ff66-4975-910c-492d49903160', 'name': 'network-vif-deleted', 'tag': '65c14a64-9385-4650-a8c6-805a172e6818', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1513/3042] 10.0.0.200 () {34 vars in 989 bytes} [Thu Jun 4 13:16:35 2026] GET /v2.0/ports?device_id=9238e594-ff66-4975-910c-492d49903160 => 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: 1530/3043] 10.0.0.99 () {32 vars in 748 bytes} [Thu Jun 4 13:16:40 2026] DELETE /v2.0/security-group-rules/1a1896b9-74e5-43d0-9a0b-0a495e66da09 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:16:41.048 8 INFO neutron.api.v2.resource [None req-482312b3-6e4c-4f9d-8895-dca0a2f11780 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1514/3044] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:16:41 2026] GET /v2.0/security-group-rules/1a1896b9-74e5-43d0-9a0b-0a495e66da09 => 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: 1531/3045] 10.0.0.99 () {32 vars in 748 bytes} [Thu Jun 4 13:16:41 2026] DELETE /v2.0/security-group-rules/01020aed-3009-4845-8b0e-bcb628038894 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:16:41.135 8 INFO neutron.api.v2.resource [None req-bbff4395-ddab-415d-9d19-2ffd94fbcef2 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1515/3046] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:16:41 2026] GET /v2.0/security-group-rules/01020aed-3009-4845-8b0e-bcb628038894 => 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: 1532/3047] 10.0.0.99 () {32 vars in 748 bytes} [Thu Jun 4 13:16:41 2026] DELETE /v2.0/security-group-rules/e36506d6-abc0-4b98-878b-20665f08afa2 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:16:41.211 8 INFO neutron.api.v2.resource [None req-4f0ab7ff-6bfc-45b4-9c2c-014ee44be87b c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1516/3048] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:16:41 2026] GET /v2.0/security-group-rules/e36506d6-abc0-4b98-878b-20665f08afa2 => 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: 1533/3049] 10.0.0.99 () {32 vars in 748 bytes} [Thu Jun 4 13:16:41 2026] DELETE /v2.0/security-group-rules/a7e9517b-5927-4d1a-a7b9-cd24c541e10f => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:16:41.296 8 INFO neutron.api.v2.resource [None req-1715568d-6408-4882-8fb1-5fc91ab48b70 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1517/3050] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:16:41 2026] GET /v2.0/security-group-rules/a7e9517b-5927-4d1a-a7b9-cd24c541e10f => 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: 1534/3051] 10.0.0.99 () {32 vars in 748 bytes} [Thu Jun 4 13:16:41 2026] DELETE /v2.0/security-group-rules/598f1c4b-6ad2-4b38-a5ad-bf86cd97886d => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:16:41.379 8 INFO neutron.api.v2.resource [None req-255f5557-1b5b-469e-8660-7fcf91c1a73e c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1518/3052] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:16:41 2026] GET /v2.0/security-group-rules/598f1c4b-6ad2-4b38-a5ad-bf86cd97886d => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3053] 10.0.0.99 () {32 vars in 748 bytes} [Thu Jun 4 13:16:41 2026] DELETE /v2.0/security-group-rules/68082426-6322-4c7f-8560-0659474b5535 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:16:41.482 8 INFO neutron.api.v2.resource [None req-a39a03aa-4ea6-4411-8e45-dfbbb81c49f7 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1519/3054] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:16:41 2026] GET /v2.0/security-group-rules/68082426-6322-4c7f-8560-0659474b5535 => 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: 1536/3055] 10.0.0.99 () {32 vars in 748 bytes} [Thu Jun 4 13:16:41 2026] DELETE /v2.0/security-group-rules/57524f75-da25-4413-a7e6-371e904398b2 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:16:41.575 8 INFO neutron.api.v2.resource [None req-9e409389-ac5a-480d-b764-c96391a387ac c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1520/3056] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:16:41 2026] GET /v2.0/security-group-rules/57524f75-da25-4413-a7e6-371e904398b2 => generated 155 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3057] 10.0.0.99 () {32 vars in 748 bytes} [Thu Jun 4 13:16:41 2026] DELETE /v2.0/security-group-rules/19ad6c35-36fd-4118-bc25-66a7d474689a => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:16:41.664 8 INFO neutron.api.v2.resource [None req-eacfac5f-1852-4ffa-89b4-326d4196dcb1 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1521/3058] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:16:41 2026] GET /v2.0/security-group-rules/19ad6c35-36fd-4118-bc25-66a7d474689a => 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: 1538/3059] 10.0.0.99 () {32 vars in 748 bytes} [Thu Jun 4 13:16:41 2026] DELETE /v2.0/security-group-rules/643c4434-4a61-4797-adcc-008b3d0a569c => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:16:41.745 8 INFO neutron.api.v2.resource [None req-808c3b56-beea-4391-ab37-3ec1fc55b798 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1522/3060] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:16:41 2026] GET /v2.0/security-group-rules/643c4434-4a61-4797-adcc-008b3d0a569c => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3061] 10.0.0.99 () {32 vars in 748 bytes} [Thu Jun 4 13:16:41 2026] DELETE /v2.0/security-group-rules/0e9b9d21-ff0d-4a18-a022-95a5466bbf89 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:16:41.839 8 INFO neutron.api.v2.resource [None req-119ee979-9847-429c-ad16-451975f86102 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1523/3062] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:16:41 2026] GET /v2.0/security-group-rules/0e9b9d21-ff0d-4a18-a022-95a5466bbf89 => 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: 1540/3063] 10.0.0.99 () {32 vars in 748 bytes} [Thu Jun 4 13:16:41 2026] DELETE /v2.0/security-group-rules/6bbd66ce-930a-48c0-8ade-37e81929e00f => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:16:41.929 8 INFO neutron.api.v2.resource [None req-5bb477d7-c8ba-4fa7-a7fa-86e9eda480fb c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1524/3064] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:16:41 2026] GET /v2.0/security-group-rules/6bbd66ce-930a-48c0-8ade-37e81929e00f => 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: 1541/3065] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:16:41 2026] DELETE /v2.0/security-groups/7aea3e59-0584-4f11-90fe-e8015ac07502 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:16:42.035 8 INFO neutron.api.v2.resource [None req-cd5664bf-d131-4971-8b31-f9dfc979446a c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1525/3066] 10.0.0.99 () {32 vars in 735 bytes} [Thu Jun 4 13:16:42 2026] GET /v2.0/security-groups/7aea3e59-0584-4f11-90fe-e8015ac07502 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:16:42.481 7 INFO neutron_taas.services.taas.taas_plugin [None req-a82d62dc-c031-43bc-94dd-e7755e974075 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] TaaS: Handle Delete Port: 86daf611-6be5-44c0-8fa3-8f114db9b025 2026-06-04 13:16:42.484 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a82d62dc-c031-43bc-94dd-e7755e974075 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] Tap Mirror: Handle Delete Port: 86daf611-6be5-44c0-8fa3-8f114db9b025 [pid: 7|app: 0|req: 1542/3067] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:16:42 2026] PUT /v2.0/routers/effeb16e-34c7-4c56-809c-c19b21a361e6/remove_router_interface => generated 309 bytes in 992 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:16:43.229 8 INFO neutron.api.v2.resource [None req-f83d2203-0765-4e49-8806-c033f5e5cd34 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1526/3068] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:16:43 2026] PUT /v2.0/routers/effeb16e-34c7-4c56-809c-c19b21a361e6/remove_router_interface => generated 198 bytes in 150 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:16:43.636 7 INFO neutron_taas.services.taas.taas_plugin [None req-e4aafbe8-427c-4f0c-b953-a2956e920852 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] TaaS: Handle Delete Port: f6a4efb5-b42d-46c8-a646-ddc1b7d200f5 2026-06-04 13:16:43.640 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4aafbe8-427c-4f0c-b953-a2956e920852 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] Tap Mirror: Handle Delete Port: f6a4efb5-b42d-46c8-a646-ddc1b7d200f5 [pid: 7|app: 0|req: 1543/3069] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:16:43 2026] PUT /v2.0/routers/effeb16e-34c7-4c56-809c-c19b21a361e6/remove_router_interface => generated 309 bytes in 937 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:16:44.339 8 INFO neutron.api.v2.resource [None req-92ed4f7e-a6fe-43d0-98df-5b937ec2c000 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1527/3070] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:16:44 2026] PUT /v2.0/routers/effeb16e-34c7-4c56-809c-c19b21a361e6/remove_router_interface => generated 198 bytes in 164 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:16:44.750 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ef866b1-c017-41de-baba-37fd5e7d317d c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] TaaS: Handle Delete Port: ef4e2cfc-0035-4c04-8d71-701b61d17cfa 2026-06-04 13:16:44.753 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ef866b1-c017-41de-baba-37fd5e7d317d c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] Tap Mirror: Handle Delete Port: ef4e2cfc-0035-4c04-8d71-701b61d17cfa [pid: 7|app: 0|req: 1544/3071] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:16:44 2026] PUT /v2.0/routers/effeb16e-34c7-4c56-809c-c19b21a361e6/remove_router_interface => generated 309 bytes in 921 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:16:45.462 8 INFO neutron.api.v2.resource [None req-92ee9f29-3a38-4de7-88df-5d1d85cfc90f c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1528/3072] 10.0.0.99 () {34 vars in 787 bytes} [Thu Jun 4 13:16:45 2026] PUT /v2.0/routers/effeb16e-34c7-4c56-809c-c19b21a361e6/remove_router_interface => generated 198 bytes in 190 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:16:46.094 7 INFO neutron_taas.services.taas.taas_plugin [None req-21cb5d0f-1bf5-4d6b-9169-b1372fb33e68 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] TaaS: Handle Delete Port: 841c1b01-31b5-4646-8a29-d13f81b8a973 2026-06-04 13:16:46.097 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21cb5d0f-1bf5-4d6b-9169-b1372fb33e68 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] Tap Mirror: Handle Delete Port: 841c1b01-31b5-4646-8a29-d13f81b8a973 2026-06-04 13:16:46.342 7 INFO neutron_taas.services.taas.taas_plugin [None req-21cb5d0f-1bf5-4d6b-9169-b1372fb33e68 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] TaaS: Handle Delete Port: ac87a4af-f175-4f6c-a1c7-7dce66c09c67 2026-06-04 13:16:46.345 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21cb5d0f-1bf5-4d6b-9169-b1372fb33e68 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] Tap Mirror: Handle Delete Port: ac87a4af-f175-4f6c-a1c7-7dce66c09c67 2026-06-04 13:16:46.731 7 INFO neutron.services.segments.plugin [-] Segment c437bc48-6ae8-46b9-b897-730615ffd0e0 resource provider aggregate not found 2026-06-04 13:16:46.739 7 INFO neutron.services.segments.plugin [-] Segment c437bc48-6ae8-46b9-b897-730615ffd0e0 resource provider aggregate not found 2026-06-04 13:16:46.756 7 INFO neutron.services.segments.plugin [-] Segment c437bc48-6ae8-46b9-b897-730615ffd0e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c437bc48-6ae8-46b9-b897-730615ffd0e0 found for delete ", "request_id": "req-344e1ef6-2fe7-4931-b071-c5512d03eff9"}]} 2026-06-04 13:16:46.760 7 INFO neutron.services.segments.plugin [-] Segment c437bc48-6ae8-46b9-b897-730615ffd0e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c437bc48-6ae8-46b9-b897-730615ffd0e0 found for delete ", "request_id": "req-37252430-1e49-47d9-b57b-18f351fe3e02"}]} 2026-06-04 13:16:46.768 7 INFO neutron.db.l3_hamode_db [None req-21cb5d0f-1bf5-4d6b-9169-b1372fb33e68 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] HA network 19fd6b5e-cde7-4397-b6d8-19b18da71000 was deleted as no HA routers are present in tenant ac97c85e510745afb32cc184067c9268. [pid: 7|app: 0|req: 1545/3073] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:16:45 2026] DELETE /v2.0/routers/effeb16e-34c7-4c56-809c-c19b21a361e6 => generated 0 bytes in 1310 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:16:46.809 8 INFO neutron.api.v2.resource [None req-45014db0-339b-41dd-9b7a-d33b909b5878 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1529/3074] 10.0.0.99 () {32 vars in 719 bytes} [Thu Jun 4 13:16:46 2026] GET /v2.0/routers/effeb16e-34c7-4c56-809c-c19b21a361e6 => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3075] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:16:46 2026] DELETE /v2.0/subnets/573d1a23-8122-41f0-b4a5-3a9b3c28e682 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:16:46.999 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5a4cbe9b-6a55-4d25-a888-fda93f47a7c7 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1530/3076] 10.0.0.99 () {32 vars in 719 bytes} [Thu Jun 4 13:16:46 2026] GET /v2.0/subnets/573d1a23-8122-41f0-b4a5-3a9b3c28e682 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3077] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:16:47 2026] DELETE /v2.0/subnets/97324f04-d8b2-42ea-848d-6b6d5f13e818 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:16:47.180 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4558ebbe-873c-4c1f-bafa-39a3a1a49c02 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1531/3078] 10.0.0.99 () {32 vars in 719 bytes} [Thu Jun 4 13:16:47 2026] GET /v2.0/subnets/97324f04-d8b2-42ea-848d-6b6d5f13e818 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:16:47.277 7 INFO neutron_taas.services.taas.taas_plugin [None req-5afdab8a-d998-45a1-bcb8-9727255a712d c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] TaaS: Handle Delete Port: e0792f69-75a6-4727-b3b6-3ceaaf1cd14f 2026-06-04 13:16:47.279 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5afdab8a-d998-45a1-bcb8-9727255a712d c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] Tap Mirror: Handle Delete Port: e0792f69-75a6-4727-b3b6-3ceaaf1cd14f [pid: 7|app: 0|req: 1548/3079] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:16:47 2026] DELETE /v2.0/networks/cf599589-d74b-4523-a9eb-9d5290c3dcdb => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:16:47.515 8 INFO neutron.pecan_wsgi.hooks.translation [None req-531b0659-7176-4b95-af40-90a9d3dbec4f c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1532/3080] 10.0.0.99 () {32 vars in 721 bytes} [Thu Jun 4 13:16:47 2026] GET /v2.0/networks/cf599589-d74b-4523-a9eb-9d5290c3dcdb => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3081] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:16:47 2026] DELETE /v2.0/subnets/541d6552-16ad-4fcc-829c-937e4a004c5d => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:16:47.685 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e7310dc1-56f2-41d3-9300-0a1856a4e145 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1533/3082] 10.0.0.99 () {32 vars in 719 bytes} [Thu Jun 4 13:16:47 2026] GET /v2.0/subnets/541d6552-16ad-4fcc-829c-937e4a004c5d => 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: 1550/3083] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:16:47 2026] DELETE /v2.0/subnets/b7a7c5eb-a847-43c7-ba88-07bfb8161615 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:16:47.844 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1c7e9a6f-a3a8-4a27-a35a-74bb1ed02d1f c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1534/3084] 10.0.0.99 () {32 vars in 719 bytes} [Thu Jun 4 13:16:47 2026] GET /v2.0/subnets/b7a7c5eb-a847-43c7-ba88-07bfb8161615 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:16:47.945 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c62050b-eb53-4996-ab49-eaa44b4f5640 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] TaaS: Handle Delete Port: 266cebb9-d121-4912-87c8-cbb4289115c7 2026-06-04 13:16:47.947 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c62050b-eb53-4996-ab49-eaa44b4f5640 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] Tap Mirror: Handle Delete Port: 266cebb9-d121-4912-87c8-cbb4289115c7 [pid: 7|app: 0|req: 1551/3085] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:16:47 2026] DELETE /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:16:48.111 8 INFO neutron.pecan_wsgi.hooks.translation [None req-320d69f4-aada-4f09-bb26-6f4622d18712 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1535/3086] 10.0.0.99 () {32 vars in 721 bytes} [Thu Jun 4 13:16:48 2026] GET /v2.0/networks/756cc202-19fc-4f7c-85d8-44cc50a578e1 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3087] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:16:48 2026] DELETE /v2.0/subnets/d855c7bc-5a9b-4ee5-9d6d-f22a1738906e => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:16:48.287 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f8b5202a-6fa5-4952-9048-cf322e484ec2 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1536/3088] 10.0.0.99 () {32 vars in 719 bytes} [Thu Jun 4 13:16:48 2026] GET /v2.0/subnets/d855c7bc-5a9b-4ee5-9d6d-f22a1738906e => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3089] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:16:48 2026] DELETE /v2.0/subnets/a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:16:48.473 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9ba0bb99-7707-492a-90f4-c1fa64994818 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1537/3090] 10.0.0.99 () {32 vars in 719 bytes} [Thu Jun 4 13:16:48 2026] GET /v2.0/subnets/a9fe8b0e-de68-4f4f-8e44-c61824375e0e => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:16:48.566 7 INFO neutron_taas.services.taas.taas_plugin [None req-d180880e-45fd-4f91-bb5f-90f14fe98052 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] TaaS: Handle Delete Port: 8799f945-85d4-47a9-b79b-78dbc8000f93 2026-06-04 13:16:48.569 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d180880e-45fd-4f91-bb5f-90f14fe98052 c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] Tap Mirror: Handle Delete Port: 8799f945-85d4-47a9-b79b-78dbc8000f93 [pid: 7|app: 0|req: 1554/3091] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:16:48 2026] DELETE /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:16:48.776 7 INFO neutron.services.segments.plugin [-] Segment 34e07b58-f6e9-4537-8b04-7cb105e62e78 resource provider aggregate not found 2026-06-04 13:16:48.778 7 INFO neutron.services.segments.plugin [-] Segment 34e07b58-f6e9-4537-8b04-7cb105e62e78 resource provider aggregate not found 2026-06-04 13:16:48.791 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5a1d28e0-845d-4056-895f-a925a9ba9afd c85f085005bc41d38839602e27752140 ac97c85e510745afb32cc184067c9268 - - default default] GET failed (client error): The resource could not be found. 2026-06-04 13:16:48.791 7 INFO neutron.services.segments.plugin [-] Segment 34e07b58-f6e9-4537-8b04-7cb105e62e78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34e07b58-f6e9-4537-8b04-7cb105e62e78 found for delete ", "request_id": "req-b2fc8095-9710-496a-b2e9-a59d64c9b89c"}]} [pid: 8|app: 0|req: 1538/3092] 10.0.0.99 () {32 vars in 721 bytes} [Thu Jun 4 13:16:48 2026] GET /v2.0/networks/95d4b06b-b7ea-4358-910a-b215da0e256f => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:16:48.796 7 INFO neutron.services.segments.plugin [-] Segment 34e07b58-f6e9-4537-8b04-7cb105e62e78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34e07b58-f6e9-4537-8b04-7cb105e62e78 found for delete ", "request_id": "req-54e577d5-2544-4f9f-80be-d0a607d89ee6"}]} 2026-06-04 13:16:48.809 7 INFO neutron.services.segments.plugin [-] Segment d6d26659-6c4c-4bc8-b991-1b67ce57f91b resource provider aggregate not found 2026-06-04 13:16:48.817 7 INFO neutron.services.segments.plugin [-] Segment d6d26659-6c4c-4bc8-b991-1b67ce57f91b resource provider aggregate not found 2026-06-04 13:16:48.823 7 INFO neutron.services.segments.plugin [-] Segment d6d26659-6c4c-4bc8-b991-1b67ce57f91b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6d26659-6c4c-4bc8-b991-1b67ce57f91b found for delete ", "request_id": "req-75e98263-ef63-4493-adfa-6f17753ef14e"}]} 2026-06-04 13:16:48.828 7 INFO neutron.services.segments.plugin [-] Segment d6d26659-6c4c-4bc8-b991-1b67ce57f91b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6d26659-6c4c-4bc8-b991-1b67ce57f91b found for delete ", "request_id": "req-13990b9a-efea-4e96-a495-2082547ea503"}]} 2026-06-04 13:16:48.833 7 INFO neutron.services.segments.plugin [-] Segment 0cc91f4b-b96b-48a8-8934-6773d940ca57 resource provider aggregate not found 2026-06-04 13:16:48.843 7 INFO neutron.services.segments.plugin [-] Segment 0cc91f4b-b96b-48a8-8934-6773d940ca57 resource provider aggregate not found 2026-06-04 13:16:48.846 7 INFO neutron.services.segments.plugin [-] Segment 0cc91f4b-b96b-48a8-8934-6773d940ca57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cc91f4b-b96b-48a8-8934-6773d940ca57 found for delete ", "request_id": "req-1918ab47-370d-4d06-9b70-07833a37730e"}]} 2026-06-04 13:16:48.858 7 INFO neutron.services.segments.plugin [-] Segment 0cc91f4b-b96b-48a8-8934-6773d940ca57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cc91f4b-b96b-48a8-8934-6773d940ca57 found for delete ", "request_id": "req-5e7159f9-061f-4de9-9393-acfd46a5f304"}]} [pid: 7|app: 0|req: 1556/3095] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:16:50 2026] GET /v2.0/security-groups?tenant_id=ac97c85e510745afb32cc184067c9268&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3096] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:16:50 2026] DELETE /v2.0/security-groups/a2ae1d42-80f4-4dc1-9fa3-0f43cba12aad => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3097] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:16:51 2026] GET /v2.0/security-groups?tenant_id=1aabf733af7348dbbe5c9fba7e18ce74&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3098] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:16:51 2026] DELETE /v2.0/security-groups/5c80b96b-8bab-4785-b479-b36fcdaba80c => 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: 1558/3099] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:16:51 2026] GET /v2.0/security-groups?tenant_id=9d3604c71f004b32bd7f1558117ca0a4&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3100] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:16:51 2026] DELETE /v2.0/security-groups/63fc34a3-4763-4fb6-84f8-0fd180fc6927 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3101] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:16:51 2026] GET /v2.0/security-groups?tenant_id=fc33388d93a94fd5a6034af38c146886&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3102] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:16:51 2026] DELETE /v2.0/security-groups/b53bec6a-d693-45f4-a5c1-376fd5b3c569 => 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: 1560/3103] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:16:52 2026] GET /v2.0/security-groups?tenant_id=08906e2284f048cba7e789e6ae1d9088&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: 1544/3104] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:16:52 2026] DELETE /v2.0/security-groups/d15eb954-2e3b-45f7-b0f5-85f8bc4d10d3 => 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: 1561/3105] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:16:52 2026] GET /v2.0/security-groups?tenant_id=ebdd612efdb7428db7fe26a1ee10a674&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: 1545/3106] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:16:52 2026] DELETE /v2.0/security-groups/99bff06b-f5f4-483a-a612-4945cb2788e8 => 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: 1562/3107] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:16:52 2026] GET /v2.0/security-groups?tenant_id=4be200d30fae48acb6f8a78d5e38cc6c&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3108] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:16:53 2026] DELETE /v2.0/security-groups/647b9435-736a-4541-927d-621d5885b716 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:16:57.466 7 INFO neutron.db.segments_db [None req-59814f68-96e3-49a0-8c83-71287e9cbcd4 aab48b2c65df4a868b8aa1c467125c01 598a1ab6ebbf4201afc734bae7fa29d6 - - default default] Added segment ce53cfa4-cdd9-4f5a-9f1c-9d56e2cb6407 of type vxlan for network 454e4ea8-9b75-4dae-af9e-b445fab8bc10 [pid: 7|app: 0|req: 1563/3109] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:16:57 2026] POST /v2.0/networks => generated 727 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3110] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:16:57 2026] POST /v2.0/subnets => generated 644 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:16:57.726 7 WARNING neutron.api.v2.base [None req-6310acaf-0bd8-41ca-b197-6a6773632627 aab48b2c65df4a868b8aa1c467125c01 598a1ab6ebbf4201afc734bae7fa29d6 - - 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-04 13:16:57.726 7 INFO neutron.api.v2.resource [None req-6310acaf-0bd8-41ca-b197-6a6773632627 aab48b2c65df4a868b8aa1c467125c01 598a1ab6ebbf4201afc734bae7fa29d6 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1564/3111] 10.0.0.99 () {34 vars in 679 bytes} [Thu Jun 4 13:16:57 2026] POST /v2.0/rbac-policies => generated 143 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-06-04 13:16:57.893 8 INFO neutron.services.segments.plugin [-] Segment ce53cfa4-cdd9-4f5a-9f1c-9d56e2cb6407 resource provider aggregate not found 2026-06-04 13:16:57.900 8 INFO neutron.services.segments.plugin [-] Segment ce53cfa4-cdd9-4f5a-9f1c-9d56e2cb6407 resource provider aggregate not found 2026-06-04 13:16:57.923 8 INFO neutron.services.segments.plugin [-] Segment ce53cfa4-cdd9-4f5a-9f1c-9d56e2cb6407 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce53cfa4-cdd9-4f5a-9f1c-9d56e2cb6407 found for delete ", "request_id": "req-0e21dffd-9697-4261-b378-64d204182dbd"}]} 2026-06-04 13:16:57.925 8 INFO neutron.services.segments.plugin [-] Segment ce53cfa4-cdd9-4f5a-9f1c-9d56e2cb6407 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce53cfa4-cdd9-4f5a-9f1c-9d56e2cb6407 found for delete ", "request_id": "req-8aac7e58-fed3-4405-9edf-0d51e2ef6a00"}]} [pid: 8|app: 0|req: 1548/3112] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:16:57 2026] DELETE /v2.0/networks/454e4ea8-9b75-4dae-af9e-b445fab8bc10 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:16:58.001 7 INFO neutron.db.segments_db [None req-d5d6dc71-d3f2-424b-98fd-e129760363a5 aab48b2c65df4a868b8aa1c467125c01 598a1ab6ebbf4201afc734bae7fa29d6 - - default default] Added segment f20a8166-e1dc-4f62-a81a-365378e99f2a of type vxlan for network 63bca955-885d-4719-870d-de3f6f85c2e1 [pid: 7|app: 0|req: 1565/3113] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:16:57 2026] POST /v2.0/networks => generated 726 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3114] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:16:58 2026] POST /v2.0/subnets => generated 647 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:16:58.264 7 WARNING neutron.api.v2.base [None req-2f2b8541-74e7-44fa-afbc-5a60e7ac4111 aab48b2c65df4a868b8aa1c467125c01 598a1ab6ebbf4201afc734bae7fa29d6 - - 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-04 13:16:58.264 7 INFO neutron.api.v2.resource [None req-2f2b8541-74e7-44fa-afbc-5a60e7ac4111 aab48b2c65df4a868b8aa1c467125c01 598a1ab6ebbf4201afc734bae7fa29d6 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1566/3115] 10.0.0.99 () {34 vars in 679 bytes} [Thu Jun 4 13:16:58 2026] POST /v2.0/rbac-policies => generated 547 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3116] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:16:58 2026] DELETE /v2.0/networks/63bca955-885d-4719-870d-de3f6f85c2e1 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:16:58.532 7 INFO neutron.db.segments_db [None req-6972ac85-3d0c-439a-8adb-888e2dd6e5c6 aab48b2c65df4a868b8aa1c467125c01 598a1ab6ebbf4201afc734bae7fa29d6 - - default default] Added segment bfcab7c1-8eb8-4cdc-a3fd-cdc1afb8744f of type vxlan for network 020f922e-e72b-4287-b2aa-679725dce636 [pid: 7|app: 0|req: 1567/3117] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:16:58 2026] POST /v2.0/networks => generated 726 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3118] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:16:58 2026] POST /v2.0/subnets => generated 647 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3119] 10.0.0.99 () {34 vars in 679 bytes} [Thu Jun 4 13:16:58 2026] POST /v2.0/rbac-policies => generated 324 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3120] 10.0.0.99 () {32 vars in 721 bytes} [Thu Jun 4 13:16:59 2026] GET /v2.0/networks/020f922e-e72b-4287-b2aa-679725dce636 => generated 654 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 13:16:59.907 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0a19210e-38a4-49fc-95e1-ae6e06ad52a2 2555c3ef12954168a31239f29e968f2f 86d3b5f66f4b414f92c521729c9a79ab - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1569/3121] 10.0.0.99 () {32 vars in 721 bytes} [Thu Jun 4 13:16:59 2026] GET /v2.0/networks/020f922e-e72b-4287-b2aa-679725dce636 => generated 138 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:16:59.949 8 INFO neutron.services.segments.plugin [-] Segment f20a8166-e1dc-4f62-a81a-365378e99f2a resource provider aggregate not found 2026-06-04 13:16:59.955 8 INFO neutron.services.segments.plugin [-] Segment f20a8166-e1dc-4f62-a81a-365378e99f2a resource provider aggregate not found 2026-06-04 13:16:59.972 8 INFO neutron.services.segments.plugin [-] Segment f20a8166-e1dc-4f62-a81a-365378e99f2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f20a8166-e1dc-4f62-a81a-365378e99f2a found for delete ", "request_id": "req-d63c8b81-7830-4b98-ae61-3034154e7142"}]} 2026-06-04 13:16:59.972 8 INFO neutron.services.segments.plugin [-] Segment f20a8166-e1dc-4f62-a81a-365378e99f2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f20a8166-e1dc-4f62-a81a-365378e99f2a found for delete ", "request_id": "req-bb79ef9f-332c-45e5-8c63-8410d04b98b7"}]} 2026-06-04 13:17:00.043 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd29b2a9-31fe-4a22-979e-30cdadb29cd8 aab48b2c65df4a868b8aa1c467125c01 598a1ab6ebbf4201afc734bae7fa29d6 - - default default] TaaS: Handle Delete Port: d61b99fe-3f92-4000-a9e4-ae2592d3e27a 2026-06-04 13:17:00.046 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd29b2a9-31fe-4a22-979e-30cdadb29cd8 aab48b2c65df4a868b8aa1c467125c01 598a1ab6ebbf4201afc734bae7fa29d6 - - default default] Tap Mirror: Handle Delete Port: d61b99fe-3f92-4000-a9e4-ae2592d3e27a [pid: 8|app: 0|req: 1553/3122] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:16:59 2026] DELETE /v2.0/networks/020f922e-e72b-4287-b2aa-679725dce636 => generated 0 bytes in 400 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:17:00.338 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c1de830f-167d-4cd0-adac-b346b0727cd1 aab48b2c65df4a868b8aa1c467125c01 598a1ab6ebbf4201afc734bae7fa29d6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1570/3123] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:17:00 2026] DELETE /v2.0/subnets/1d1a8e62-f483-477d-8575-3b81f9b93cc4 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:17:00.361 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eae2f951-8a63-4871-802a-13b5e1a4a7ae aab48b2c65df4a868b8aa1c467125c01 598a1ab6ebbf4201afc734bae7fa29d6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1554/3124] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:17:00 2026] DELETE /v2.0/subnets/79491e2d-1dfc-49b5-a16d-ceebc361fc80 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 13:17:00.393 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a443f5dc-98e5-45a9-ad24-81c789945104 aab48b2c65df4a868b8aa1c467125c01 598a1ab6ebbf4201afc734bae7fa29d6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1571/3125] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:17:00 2026] DELETE /v2.0/subnets/253b37c5-0012-4aba-88d6-33d7914195db => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3126] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:17:01 2026] GET /v2.0/security-groups?tenant_id=86d3b5f66f4b414f92c521729c9a79ab&name=default => generated 2929 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3127] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:17:01 2026] DELETE /v2.0/security-groups/db382995-9105-459d-b73c-b872b2fc05ed => 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: 1556/3128] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:17:01 2026] GET /v2.0/security-groups?tenant_id=6e8a54a492314d4ca04bbc2d428ba410&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 13:17:01.998 8 INFO neutron.services.segments.plugin [-] Segment bfcab7c1-8eb8-4cdc-a3fd-cdc1afb8744f resource provider aggregate not found 2026-06-04 13:17:02.003 8 INFO neutron.services.segments.plugin [-] Segment bfcab7c1-8eb8-4cdc-a3fd-cdc1afb8744f resource provider aggregate not found 2026-06-04 13:17:02.026 8 INFO neutron.services.segments.plugin [-] Segment bfcab7c1-8eb8-4cdc-a3fd-cdc1afb8744f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfcab7c1-8eb8-4cdc-a3fd-cdc1afb8744f found for delete ", "request_id": "req-02931ec1-6f49-479b-9c23-bcea69d90dd2"}]} 2026-06-04 13:17:02.026 8 INFO neutron.services.segments.plugin [-] Segment bfcab7c1-8eb8-4cdc-a3fd-cdc1afb8744f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfcab7c1-8eb8-4cdc-a3fd-cdc1afb8744f found for delete ", "request_id": "req-d5ff7c25-478b-4a14-a092-b133708dc097"}]} [pid: 7|app: 0|req: 1573/3129] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:17:01 2026] DELETE /v2.0/security-groups/56c001e0-c77d-4ce7-a758-7ddc5c50d4bb => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3130] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:17:02 2026] GET /v2.0/security-groups?tenant_id=598a1ab6ebbf4201afc734bae7fa29d6&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3131] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:17:02 2026] DELETE /v2.0/security-groups/ed29dbb3-9376-421e-954b-dd7bf69b1e18 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:17:06.611 8 INFO neutron.db.segments_db [None req-a1a90e4f-f247-4ed1-9d73-ea0a5b6bbd80 bdfc91f772b74e968380c6f12fa2075d 882ac952be394de684d4881fa151f145 - - default default] Added segment 66c9f077-93a8-4ddc-80d6-15a584e6e4d1 of type vxlan for network 2aa6eda9-24a6-42c1-9e63-0d855d4ef6cb [pid: 8|app: 0|req: 1559/3134] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:17:06 2026] POST /v2.0/networks => generated 632 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3135] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:17:06 2026] POST /v2.0/subnets => generated 626 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:17:06.991 8 INFO neutron.db.segments_db [None req-796ba0de-655d-4f5b-9d70-d461a72bf1cf bdfc91f772b74e968380c6f12fa2075d 882ac952be394de684d4881fa151f145 - - default default] Added segment 328a834e-5f10-4f1f-87c3-a404929e8f36 of type vxlan for network 9af3be64-5d26-4093-9301-ee35f0b2f227 [pid: 8|app: 0|req: 1560/3136] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:17:06 2026] POST /v2.0/networks => generated 631 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3137] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:17:07 2026] POST /v2.0/subnets => generated 629 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:17:07.378 8 INFO neutron.db.segments_db [None req-b502c59c-e09a-4ed3-96cb-044eba0ec953 bdfc91f772b74e968380c6f12fa2075d 882ac952be394de684d4881fa151f145 - - default default] Added segment a774e532-d52c-46bb-b183-38b17aa49a27 of type vxlan for network fff6e3ba-4bef-496b-8b3b-496439e36168 [pid: 8|app: 0|req: 1561/3138] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:17:07 2026] POST /v2.0/networks => generated 631 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3139] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:17:07 2026] POST /v2.0/subnets => generated 629 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 13:17:07.778 8 INFO neutron.db.segments_db [None req-47240913-0428-4500-8121-e88b8ba0591c bdfc91f772b74e968380c6f12fa2075d 882ac952be394de684d4881fa151f145 - - default default] Added segment 5630a70f-40b5-44e8-a9bb-b582808384a4 of type vxlan for network d8e6cf58-cd5f-463b-a740-4d9155ff4e7d [pid: 8|app: 0|req: 1562/3140] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:17:07 2026] POST /v2.0/networks => generated 631 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3141] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:17:07 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) 2026-06-04 13:17:08.157 8 INFO neutron.db.segments_db [None req-d69c244f-6308-49ef-b695-91860cba9f4f bdfc91f772b74e968380c6f12fa2075d 882ac952be394de684d4881fa151f145 - - default default] Added segment 12325c87-d858-458e-a4e4-d13979f1ebac of type vxlan for network cd59bfb6-9b6e-4985-a374-3dcc08e8361f [pid: 8|app: 0|req: 1563/3142] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:17:08 2026] POST /v2.0/networks => generated 631 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3143] 10.0.0.99 () {34 vars in 667 bytes} [Thu Jun 4 13:17:08 2026] POST /v2.0/subnets => generated 629 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3144] 10.0.0.99 () {34 vars in 749 bytes} [Thu Jun 4 13:17:08 2026] PUT /v2.0/subnets/f485d49c-eb2a-4efb-8584-2a57e5b90294/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3145] 10.0.0.99 () {34 vars in 749 bytes} [Thu Jun 4 13:17:08 2026] PUT /v2.0/subnets/c4ca5b94-303f-4366-a888-fc68097c1bd0/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3146] 10.0.0.99 () {34 vars in 749 bytes} [Thu Jun 4 13:17:08 2026] PUT /v2.0/subnets/96c8e6c2-ed91-4e1b-b13a-0d21631addae/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3147] 10.0.0.99 () {34 vars in 749 bytes} [Thu Jun 4 13:17:08 2026] PUT /v2.0/subnets/a9236c86-18fb-4c76-81f3-c10c7c7c0875/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3148] 10.0.0.99 () {32 vars in 662 bytes} [Thu Jun 4 13:17:08 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3149] 10.0.0.99 () {32 vars in 676 bytes} [Thu Jun 4 13:17:08 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3150] 10.0.0.99 () {32 vars in 672 bytes} [Thu Jun 4 13:17:08 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3151] 10.0.0.99 () {32 vars in 684 bytes} [Thu Jun 4 13:17:08 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3152] 10.0.0.99 () {32 vars in 670 bytes} [Thu Jun 4 13:17:08 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3153] 10.0.0.99 () {32 vars in 684 bytes} [Thu Jun 4 13:17:08 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3154] 10.0.0.99 () {32 vars in 680 bytes} [Thu Jun 4 13:17:09 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3155] 10.0.0.99 () {32 vars in 692 bytes} [Thu Jun 4 13:17:09 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3156] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:17:09 2026] DELETE /v2.0/subnets/f485d49c-eb2a-4efb-8584-2a57e5b90294 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3157] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:17:09 2026] DELETE /v2.0/subnets/c4ca5b94-303f-4366-a888-fc68097c1bd0 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3158] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:17:09 2026] DELETE /v2.0/subnets/96c8e6c2-ed91-4e1b-b13a-0d21631addae => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3159] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:17:09 2026] DELETE /v2.0/subnets/a9236c86-18fb-4c76-81f3-c10c7c7c0875 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3160] 10.0.0.99 () {32 vars in 722 bytes} [Thu Jun 4 13:17:09 2026] DELETE /v2.0/subnets/1226bed2-502e-473f-afcd-456d35c2600c => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:17:09.860 7 INFO neutron_taas.services.taas.taas_plugin [None req-5240180c-51d7-4b24-9a9c-75d0c2cb1fe6 bdfc91f772b74e968380c6f12fa2075d 882ac952be394de684d4881fa151f145 - - default default] TaaS: Handle Delete Port: 0e032fd9-4539-4652-afc1-03f0ff519dae 2026-06-04 13:17:09.864 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5240180c-51d7-4b24-9a9c-75d0c2cb1fe6 bdfc91f772b74e968380c6f12fa2075d 882ac952be394de684d4881fa151f145 - - default default] Tap Mirror: Handle Delete Port: 0e032fd9-4539-4652-afc1-03f0ff519dae 2026-06-04 13:17:10.030 7 INFO neutron.services.segments.plugin [-] Segment 66c9f077-93a8-4ddc-80d6-15a584e6e4d1 resource provider aggregate not found 2026-06-04 13:17:10.031 7 INFO neutron.services.segments.plugin [-] Segment 66c9f077-93a8-4ddc-80d6-15a584e6e4d1 resource provider aggregate not found 2026-06-04 13:17:10.048 7 INFO neutron.services.segments.plugin [-] Segment 66c9f077-93a8-4ddc-80d6-15a584e6e4d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66c9f077-93a8-4ddc-80d6-15a584e6e4d1 found for delete ", "request_id": "req-6263e3ba-d676-4c8a-8229-9f32a76de533"}]} 2026-06-04 13:17:10.054 7 INFO neutron.services.segments.plugin [-] Segment 66c9f077-93a8-4ddc-80d6-15a584e6e4d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66c9f077-93a8-4ddc-80d6-15a584e6e4d1 found for delete ", "request_id": "req-26b10fb2-ebc9-4de6-bcc7-316b93fa5138"}]} [pid: 7|app: 0|req: 1589/3161] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:17:09 2026] DELETE /v2.0/networks/2aa6eda9-24a6-42c1-9e63-0d855d4ef6cb => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 13:17:10.177 8 INFO neutron.services.segments.plugin [-] Segment 328a834e-5f10-4f1f-87c3-a404929e8f36 resource provider aggregate not found 2026-06-04 13:17:10.186 8 INFO neutron.services.segments.plugin [-] Segment 328a834e-5f10-4f1f-87c3-a404929e8f36 resource provider aggregate not found 2026-06-04 13:17:10.197 8 INFO neutron.services.segments.plugin [-] Segment 328a834e-5f10-4f1f-87c3-a404929e8f36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 328a834e-5f10-4f1f-87c3-a404929e8f36 found for delete ", "request_id": "req-b461d6ca-beef-41cd-a9ca-f963a2268724"}]} 2026-06-04 13:17:10.203 8 INFO neutron.services.segments.plugin [-] Segment 328a834e-5f10-4f1f-87c3-a404929e8f36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 328a834e-5f10-4f1f-87c3-a404929e8f36 found for delete ", "request_id": "req-1ad8a225-875e-436d-acc2-384be9dd7d0c"}]} [pid: 8|app: 0|req: 1573/3162] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:17:10 2026] DELETE /v2.0/networks/9af3be64-5d26-4093-9301-ee35f0b2f227 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3163] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:17:10 2026] DELETE /v2.0/networks/fff6e3ba-4bef-496b-8b3b-496439e36168 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3164] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:17:10 2026] DELETE /v2.0/networks/d8e6cf58-cd5f-463b-a740-4d9155ff4e7d => 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: 1591/3165] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:17:10 2026] DELETE /v2.0/networks/cd59bfb6-9b6e-4985-a374-3dcc08e8361f => 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: 1575/3166] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:17:11 2026] GET /v2.0/security-groups?tenant_id=6d8a62f97cc546e2b7e1779148cbac38&name=default => generated 2929 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3167] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:17:11 2026] DELETE /v2.0/security-groups/43bf450a-4fc0-4e30-a911-8a897f6db344 => 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: 1576/3168] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:17:11 2026] GET /v2.0/security-groups?tenant_id=882ac952be394de684d4881fa151f145&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3169] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:17:11 2026] DELETE /v2.0/security-groups/8b602bcb-5d5f-4164-a9e7-9c85a333fa28 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:17:12.072 7 INFO neutron.services.segments.plugin [-] Segment a774e532-d52c-46bb-b183-38b17aa49a27 resource provider aggregate not found 2026-06-04 13:17:12.072 7 INFO neutron.services.segments.plugin [-] Segment a774e532-d52c-46bb-b183-38b17aa49a27 resource provider aggregate not found 2026-06-04 13:17:12.088 7 INFO neutron.services.segments.plugin [-] Segment a774e532-d52c-46bb-b183-38b17aa49a27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a774e532-d52c-46bb-b183-38b17aa49a27 found for delete ", "request_id": "req-bd040296-8a2b-41ce-9bc4-c87f34655d66"}]} 2026-06-04 13:17:12.093 7 INFO neutron.services.segments.plugin [-] Segment a774e532-d52c-46bb-b183-38b17aa49a27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a774e532-d52c-46bb-b183-38b17aa49a27 found for delete ", "request_id": "req-8f78db98-1a10-4156-9446-3be225ec2364"}]} 2026-06-04 13:17:12.110 7 INFO neutron.services.segments.plugin [-] Segment 12325c87-d858-458e-a4e4-d13979f1ebac resource provider aggregate not found 2026-06-04 13:17:12.113 7 INFO neutron.services.segments.plugin [-] Segment 12325c87-d858-458e-a4e4-d13979f1ebac resource provider aggregate not found 2026-06-04 13:17:12.129 7 INFO neutron.services.segments.plugin [-] Segment 12325c87-d858-458e-a4e4-d13979f1ebac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12325c87-d858-458e-a4e4-d13979f1ebac found for delete ", "request_id": "req-dcdd2cc2-affd-42e9-bcca-6821568f3af9"}]} 2026-06-04 13:17:12.130 7 INFO neutron.services.segments.plugin [-] Segment 12325c87-d858-458e-a4e4-d13979f1ebac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12325c87-d858-458e-a4e4-d13979f1ebac found for delete ", "request_id": "req-81b988a9-4a9e-48b6-9794-71b8f8d74a14"}]} 2026-06-04 13:17:12.216 8 INFO neutron.services.segments.plugin [-] Segment 5630a70f-40b5-44e8-a9bb-b582808384a4 resource provider aggregate not found 2026-06-04 13:17:12.223 8 INFO neutron.services.segments.plugin [-] Segment 5630a70f-40b5-44e8-a9bb-b582808384a4 resource provider aggregate not found 2026-06-04 13:17:12.235 8 INFO neutron.services.segments.plugin [-] Segment 5630a70f-40b5-44e8-a9bb-b582808384a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5630a70f-40b5-44e8-a9bb-b582808384a4 found for delete ", "request_id": "req-a203e76d-1333-4a7a-8c05-cc136ea68ddd"}]} 2026-06-04 13:17:12.240 8 INFO neutron.services.segments.plugin [-] Segment 5630a70f-40b5-44e8-a9bb-b582808384a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5630a70f-40b5-44e8-a9bb-b582808384a4 found for delete ", "request_id": "req-a2722a66-98e6-4b65-999a-ea575100b26f"}]} [pid: 8|app: 0|req: 1577/3170] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:17:12 2026] GET /v2.0/security-groups?tenant_id=b9f8a0955ee8427681296b2ab700e7ab&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3171] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:17:12 2026] DELETE /v2.0/security-groups/e5245ea7-2e25-4c4b-807f-36ff115a952d => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:17:15.740 8 INFO neutron.db.segments_db [None req-2f714490-ec95-4f22-b47d-4c7d74e5c50b 06111f10eb304fa1971fefa68e345df6 c0119dcaca274d9d840fe1c6100996ef - - default default] Added segment 1f9a7f60-549b-446e-8935-68340e3feaab of type vxlan for network b8f4d59a-0cd8-4a25-83fe-36e611207b85 [pid: 8|app: 0|req: 1578/3172] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:17:15 2026] POST /v2.0/networks => generated 631 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3173] 10.0.0.99 () {34 vars in 751 bytes} [Thu Jun 4 13:17:15 2026] PUT /v2.0/networks/b8f4d59a-0cd8-4a25-83fe-36e611207b85/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3174] 10.0.0.99 () {32 vars in 731 bytes} [Thu Jun 4 13:17:15 2026] GET /v2.0/networks/b8f4d59a-0cd8-4a25-83fe-36e611207b85/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3175] 10.0.0.99 () {34 vars in 762 bytes} [Thu Jun 4 13:17:15 2026] PUT /v2.0/networks/b8f4d59a-0cd8-4a25-83fe-36e611207b85/tags/green => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3176] 10.0.0.99 () {32 vars in 731 bytes} [Thu Jun 4 13:17:16 2026] GET /v2.0/networks/b8f4d59a-0cd8-4a25-83fe-36e611207b85/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3177] 10.0.0.99 () {34 vars in 758 bytes} [Thu Jun 4 13:17:16 2026] PUT /v2.0/networks/b8f4d59a-0cd8-4a25-83fe-36e611207b85/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3178] 10.0.0.99 () {32 vars in 731 bytes} [Thu Jun 4 13:17:16 2026] GET /v2.0/networks/b8f4d59a-0cd8-4a25-83fe-36e611207b85/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3179] 10.0.0.99 () {34 vars in 780 bytes} [Thu Jun 4 13:17:16 2026] PUT /v2.0/networks/b8f4d59a-0cd8-4a25-83fe-36e611207b85/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3180] 10.0.0.99 () {32 vars in 731 bytes} [Thu Jun 4 13:17:16 2026] GET /v2.0/networks/b8f4d59a-0cd8-4a25-83fe-36e611207b85/tags => generated 52 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3181] 10.0.0.99 () {34 vars in 751 bytes} [Thu Jun 4 13:17:16 2026] PUT /v2.0/networks/b8f4d59a-0cd8-4a25-83fe-36e611207b85/tags => generated 37 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3182] 10.0.0.99 () {32 vars in 731 bytes} [Thu Jun 4 13:17:16 2026] GET /v2.0/networks/b8f4d59a-0cd8-4a25-83fe-36e611207b85/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3183] 10.0.0.99 () {32 vars in 739 bytes} [Thu Jun 4 13:17:16 2026] GET /v2.0/networks/b8f4d59a-0cd8-4a25-83fe-36e611207b85/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:17:16.568 8 INFO neutron.api.v2.resource [None req-ef4b2b4d-7be0-4177-9fc1-05d2b05db33b 06111f10eb304fa1971fefa68e345df6 c0119dcaca274d9d840fe1c6100996ef - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1584/3184] 10.0.0.99 () {32 vars in 743 bytes} [Thu Jun 4 13:17:16 2026] GET /v2.0/networks/b8f4d59a-0cd8-4a25-83fe-36e611207b85/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3185] 10.0.0.99 () {32 vars in 742 bytes} [Thu Jun 4 13:17:16 2026] DELETE /v2.0/networks/b8f4d59a-0cd8-4a25-83fe-36e611207b85/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3186] 10.0.0.99 () {32 vars in 731 bytes} [Thu Jun 4 13:17:16 2026] GET /v2.0/networks/b8f4d59a-0cd8-4a25-83fe-36e611207b85/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:17:16.731 7 INFO neutron.api.v2.resource [None req-dc0b521e-2b2c-41d9-94a6-8dcbb52deda6 06111f10eb304fa1971fefa68e345df6 c0119dcaca274d9d840fe1c6100996ef - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1602/3187] 10.0.0.99 () {32 vars in 746 bytes} [Thu Jun 4 13:17:16 2026] DELETE /v2.0/networks/b8f4d59a-0cd8-4a25-83fe-36e611207b85/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3188] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:17:16 2026] DELETE /v2.0/networks/b8f4d59a-0cd8-4a25-83fe-36e611207b85/tags => 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: 1603/3189] 10.0.0.99 () {32 vars in 731 bytes} [Thu Jun 4 13:17:16 2026] GET /v2.0/networks/b8f4d59a-0cd8-4a25-83fe-36e611207b85/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:17:16.960 8 INFO neutron.services.segments.plugin [-] Segment 1f9a7f60-549b-446e-8935-68340e3feaab resource provider aggregate not found 2026-06-04 13:17:16.966 8 INFO neutron.services.segments.plugin [-] Segment 1f9a7f60-549b-446e-8935-68340e3feaab resource provider aggregate not found 2026-06-04 13:17:16.984 8 INFO neutron.services.segments.plugin [-] Segment 1f9a7f60-549b-446e-8935-68340e3feaab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f9a7f60-549b-446e-8935-68340e3feaab found for delete ", "request_id": "req-d62f8895-d9a5-4dc7-80f6-ab0b37282a09"}]} 2026-06-04 13:17:16.988 8 INFO neutron.services.segments.plugin [-] Segment 1f9a7f60-549b-446e-8935-68340e3feaab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f9a7f60-549b-446e-8935-68340e3feaab found for delete ", "request_id": "req-90124701-5f99-4967-a4dc-1fa08d031a64"}]} [pid: 8|app: 0|req: 1587/3190] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:17:16 2026] DELETE /v2.0/networks/b8f4d59a-0cd8-4a25-83fe-36e611207b85 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3191] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:17:17 2026] GET /v2.0/security-groups?tenant_id=29bc70985bdb4528afb36d34880bc533&name=default => generated 2929 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3192] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:17:17 2026] DELETE /v2.0/security-groups/0a4c460e-b26e-4ae8-8d9f-b134010c9728 => 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: 1605/3193] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:17:18 2026] GET /v2.0/security-groups?tenant_id=c0119dcaca274d9d840fe1c6100996ef&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3194] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:17:18 2026] DELETE /v2.0/security-groups/538baee3-c3c3-48de-8218-d6ff808deced => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:17:21.585 8 INFO neutron.db.segments_db [None req-7cbb5ce6-4080-4680-8173-a98b6cec6baf 5aa3bc3caef34d8c92d26624956e01b4 832f5c5e475246ca89a3b4aa9db4a495 - - default default] Added segment a8166e16-abc6-4974-ba16-8880f7488007 of type vxlan for network 1efe630c-ff4d-435c-8541-459cfc34f174 [pid: 8|app: 0|req: 1591/3197] 10.0.0.99 () {34 vars in 668 bytes} [Thu Jun 4 13:17:21 2026] POST /v2.0/networks => generated 632 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3198] 10.0.0.99 () {34 vars in 662 bytes} [Thu Jun 4 13:17:21 2026] POST /v2.0/ports => generated 743 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3199] 10.0.0.99 () {34 vars in 745 bytes} [Thu Jun 4 13:17:21 2026] PUT /v2.0/ports/ceec4a39-8ac0-4567-a613-6ac1e13a85c6/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1608/3200] 10.0.0.99 () {32 vars in 725 bytes} [Thu Jun 4 13:17:22 2026] GET /v2.0/ports/ceec4a39-8ac0-4567-a613-6ac1e13a85c6/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1593/3201] 10.0.0.99 () {34 vars in 756 bytes} [Thu Jun 4 13:17:22 2026] PUT /v2.0/ports/ceec4a39-8ac0-4567-a613-6ac1e13a85c6/tags/green => generated 4 bytes in 83 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: 1609/3202] 10.0.0.99 () {32 vars in 725 bytes} [Thu Jun 4 13:17:22 2026] GET /v2.0/ports/ceec4a39-8ac0-4567-a613-6ac1e13a85c6/tags => generated 34 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1594/3203] 10.0.0.99 () {34 vars in 752 bytes} [Thu Jun 4 13:17:22 2026] PUT /v2.0/ports/ceec4a39-8ac0-4567-a613-6ac1e13a85c6/tags/red => generated 4 bytes in 73 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: 1610/3204] 10.0.0.99 () {32 vars in 725 bytes} [Thu Jun 4 13:17:22 2026] GET /v2.0/ports/ceec4a39-8ac0-4567-a613-6ac1e13a85c6/tags => generated 34 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: 1595/3205] 10.0.0.99 () {34 vars in 774 bytes} [Thu Jun 4 13:17:22 2026] PUT /v2.0/ports/ceec4a39-8ac0-4567-a613-6ac1e13a85c6/tags/black.or.white => generated 4 bytes in 77 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: 1611/3206] 10.0.0.99 () {32 vars in 725 bytes} [Thu Jun 4 13:17:22 2026] GET /v2.0/ports/ceec4a39-8ac0-4567-a613-6ac1e13a85c6/tags => generated 52 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1596/3207] 10.0.0.99 () {34 vars in 745 bytes} [Thu Jun 4 13:17:22 2026] PUT /v2.0/ports/ceec4a39-8ac0-4567-a613-6ac1e13a85c6/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1612/3208] 10.0.0.99 () {32 vars in 725 bytes} [Thu Jun 4 13:17:22 2026] GET /v2.0/ports/ceec4a39-8ac0-4567-a613-6ac1e13a85c6/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1597/3209] 10.0.0.99 () {32 vars in 733 bytes} [Thu Jun 4 13:17:22 2026] GET /v2.0/ports/ceec4a39-8ac0-4567-a613-6ac1e13a85c6/tags/red => generated 0 bytes in 85 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-04 13:17:22.843 7 INFO neutron.api.v2.resource [None req-3f772418-50c1-488d-8a80-ed7a3935ab50 5aa3bc3caef34d8c92d26624956e01b4 832f5c5e475246ca89a3b4aa9db4a495 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1613/3210] 10.0.0.99 () {32 vars in 737 bytes} [Thu Jun 4 13:17:22 2026] GET /v2.0/ports/ceec4a39-8ac0-4567-a613-6ac1e13a85c6/tags/green => generated 99 bytes in 46 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: 1598/3211] 10.0.0.99 () {32 vars in 736 bytes} [Thu Jun 4 13:17:22 2026] DELETE /v2.0/ports/ceec4a39-8ac0-4567-a613-6ac1e13a85c6/tags/red => generated 0 bytes in 62 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: 1614/3212] 10.0.0.99 () {32 vars in 725 bytes} [Thu Jun 4 13:17:22 2026] GET /v2.0/ports/ceec4a39-8ac0-4567-a613-6ac1e13a85c6/tags => generated 30 bytes in 44 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-04 13:17:23.029 8 INFO neutron.api.v2.resource [None req-3c16de12-f068-49e3-a83f-0fffdf398855 5aa3bc3caef34d8c92d26624956e01b4 832f5c5e475246ca89a3b4aa9db4a495 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1599/3213] 10.0.0.99 () {32 vars in 740 bytes} [Thu Jun 4 13:17:22 2026] DELETE /v2.0/ports/ceec4a39-8ac0-4567-a613-6ac1e13a85c6/tags/green => generated 99 bytes in 63 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: 1615/3214] 10.0.0.99 () {32 vars in 728 bytes} [Thu Jun 4 13:17:23 2026] DELETE /v2.0/ports/ceec4a39-8ac0-4567-a613-6ac1e13a85c6/tags => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1600/3215] 10.0.0.99 () {32 vars in 725 bytes} [Thu Jun 4 13:17:23 2026] GET /v2.0/ports/ceec4a39-8ac0-4567-a613-6ac1e13a85c6/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 13:17:23.262 7 INFO neutron_taas.services.taas.taas_plugin [None req-b141045f-e267-4858-9f62-e1451c1f28ab 5aa3bc3caef34d8c92d26624956e01b4 832f5c5e475246ca89a3b4aa9db4a495 - - default default] TaaS: Handle Delete Port: ceec4a39-8ac0-4567-a613-6ac1e13a85c6 2026-06-04 13:17:23.265 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b141045f-e267-4858-9f62-e1451c1f28ab 5aa3bc3caef34d8c92d26624956e01b4 832f5c5e475246ca89a3b4aa9db4a495 - - default default] Tap Mirror: Handle Delete Port: ceec4a39-8ac0-4567-a613-6ac1e13a85c6 [pid: 7|app: 0|req: 1616/3216] 10.0.0.99 () {32 vars in 718 bytes} [Thu Jun 4 13:17:23 2026] DELETE /v2.0/ports/ceec4a39-8ac0-4567-a613-6ac1e13a85c6 => generated 0 bytes in 173 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-04 13:17:23.471 8 INFO neutron.services.segments.plugin [-] Segment a8166e16-abc6-4974-ba16-8880f7488007 resource provider aggregate not found 2026-06-04 13:17:23.475 8 INFO neutron.services.segments.plugin [-] Segment a8166e16-abc6-4974-ba16-8880f7488007 resource provider aggregate not found 2026-06-04 13:17:23.493 8 INFO neutron.services.segments.plugin [-] Segment a8166e16-abc6-4974-ba16-8880f7488007 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8166e16-abc6-4974-ba16-8880f7488007 found for delete ", "request_id": "req-90bd8fb6-e592-4c57-8c9c-ab431edb3ad6"}]} 2026-06-04 13:17:23.502 8 INFO neutron.services.segments.plugin [-] Segment a8166e16-abc6-4974-ba16-8880f7488007 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8166e16-abc6-4974-ba16-8880f7488007 found for delete ", "request_id": "req-3df23714-05a7-443c-8e5a-118d5840b041"}]} [pid: 8|app: 0|req: 1601/3217] 10.0.0.99 () {32 vars in 724 bytes} [Thu Jun 4 13:17:23 2026] DELETE /v2.0/networks/1efe630c-ff4d-435c-8541-459cfc34f174 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3218] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:17:24 2026] GET /v2.0/security-groups?tenant_id=169501e4cc6f4fcb83671ed3132b4882&name=default => generated 2929 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3219] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:17:24 2026] DELETE /v2.0/security-groups/90a07a71-b3bd-4ec4-904b-c1752420b01e => 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: 1618/3220] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:17:24 2026] GET /v2.0/security-groups?tenant_id=832f5c5e475246ca89a3b4aa9db4a495&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3221] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:17:24 2026] DELETE /v2.0/security-groups/672b8b1e-b459-4e6a-9f88-248290f1561a => 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: 1619/3222] 10.0.0.99 () {34 vars in 676 bytes} [Thu Jun 4 13:17:27 2026] POST /v2.0/qos/policies => generated 359 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3223] 10.0.0.99 () {34 vars in 751 bytes} [Thu Jun 4 13:17:27 2026] PUT /v2.0/policies/120e9db3-42a3-4719-bbf3-9b488724ec4f/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3224] 10.0.0.99 () {32 vars in 731 bytes} [Thu Jun 4 13:17:27 2026] GET /v2.0/policies/120e9db3-42a3-4719-bbf3-9b488724ec4f/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: 1605/3225] 10.0.0.99 () {34 vars in 762 bytes} [Thu Jun 4 13:17:28 2026] PUT /v2.0/policies/120e9db3-42a3-4719-bbf3-9b488724ec4f/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3226] 10.0.0.99 () {32 vars in 731 bytes} [Thu Jun 4 13:17:28 2026] GET /v2.0/policies/120e9db3-42a3-4719-bbf3-9b488724ec4f/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3227] 10.0.0.99 () {34 vars in 758 bytes} [Thu Jun 4 13:17:28 2026] PUT /v2.0/policies/120e9db3-42a3-4719-bbf3-9b488724ec4f/tags/red => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3228] 10.0.0.99 () {32 vars in 731 bytes} [Thu Jun 4 13:17:28 2026] GET /v2.0/policies/120e9db3-42a3-4719-bbf3-9b488724ec4f/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3229] 10.0.0.99 () {34 vars in 780 bytes} [Thu Jun 4 13:17:28 2026] PUT /v2.0/policies/120e9db3-42a3-4719-bbf3-9b488724ec4f/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3230] 10.0.0.99 () {32 vars in 731 bytes} [Thu Jun 4 13:17:28 2026] GET /v2.0/policies/120e9db3-42a3-4719-bbf3-9b488724ec4f/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3231] 10.0.0.99 () {34 vars in 751 bytes} [Thu Jun 4 13:17:28 2026] PUT /v2.0/policies/120e9db3-42a3-4719-bbf3-9b488724ec4f/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3232] 10.0.0.99 () {32 vars in 731 bytes} [Thu Jun 4 13:17:28 2026] GET /v2.0/policies/120e9db3-42a3-4719-bbf3-9b488724ec4f/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3233] 10.0.0.99 () {32 vars in 739 bytes} [Thu Jun 4 13:17:28 2026] GET /v2.0/policies/120e9db3-42a3-4719-bbf3-9b488724ec4f/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:17:28.474 7 INFO neutron.api.v2.resource [None req-d631ba6c-f1a6-4cdb-9bc3-59bdbb81324b d4428ea4b2e74a7686b5efbe709d996d c1a4e57c61394846b2654d27947adc6d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1625/3234] 10.0.0.99 () {32 vars in 743 bytes} [Thu Jun 4 13:17:28 2026] GET /v2.0/policies/120e9db3-42a3-4719-bbf3-9b488724ec4f/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3235] 10.0.0.99 () {32 vars in 742 bytes} [Thu Jun 4 13:17:28 2026] DELETE /v2.0/policies/120e9db3-42a3-4719-bbf3-9b488724ec4f/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3236] 10.0.0.99 () {32 vars in 731 bytes} [Thu Jun 4 13:17:28 2026] GET /v2.0/policies/120e9db3-42a3-4719-bbf3-9b488724ec4f/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:17:28.608 8 INFO neutron.api.v2.resource [None req-893bc259-0709-44ea-93f0-2e4f4366ac49 d4428ea4b2e74a7686b5efbe709d996d c1a4e57c61394846b2654d27947adc6d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1611/3237] 10.0.0.99 () {32 vars in 746 bytes} [Thu Jun 4 13:17:28 2026] DELETE /v2.0/policies/120e9db3-42a3-4719-bbf3-9b488724ec4f/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3238] 10.0.0.99 () {32 vars in 734 bytes} [Thu Jun 4 13:17:28 2026] DELETE /v2.0/policies/120e9db3-42a3-4719-bbf3-9b488724ec4f/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3239] 10.0.0.99 () {32 vars in 731 bytes} [Thu Jun 4 13:17:28 2026] GET /v2.0/policies/120e9db3-42a3-4719-bbf3-9b488724ec4f/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3240] 10.0.0.99 () {32 vars in 732 bytes} [Thu Jun 4 13:17:28 2026] DELETE /v2.0/qos/policies/120e9db3-42a3-4719-bbf3-9b488724ec4f => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3241] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:17:29 2026] GET /v2.0/security-groups?tenant_id=c1a4e57c61394846b2654d27947adc6d&name=default => generated 2929 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3242] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:17:29 2026] DELETE /v2.0/security-groups/322a0fd1-6572-4163-a0e4-a49a50981f7c => 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: 1614/3243] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:17:29 2026] GET /v2.0/security-groups?tenant_id=36c20993f98c417f98a0dbcb21a5bc52&name=default => generated 2929 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3244] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:17:29 2026] DELETE /v2.0/security-groups/352dcb3a-f00f-4c74-9653-03975b740e07 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3245] 10.0.0.99 () {34 vars in 674 bytes} [Thu Jun 4 13:17:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3246] 10.0.0.99 () {34 vars in 757 bytes} [Thu Jun 4 13:17:33 2026] PUT /v2.0/subnetpools/9c83c203-0078-44c0-914b-a5fc7dbb94d2/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3247] 10.0.0.99 () {32 vars in 737 bytes} [Thu Jun 4 13:17:33 2026] GET /v2.0/subnetpools/9c83c203-0078-44c0-914b-a5fc7dbb94d2/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3248] 10.0.0.99 () {34 vars in 768 bytes} [Thu Jun 4 13:17:33 2026] PUT /v2.0/subnetpools/9c83c203-0078-44c0-914b-a5fc7dbb94d2/tags/green => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3249] 10.0.0.99 () {32 vars in 737 bytes} [Thu Jun 4 13:17:33 2026] GET /v2.0/subnetpools/9c83c203-0078-44c0-914b-a5fc7dbb94d2/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: 1633/3250] 10.0.0.99 () {34 vars in 764 bytes} [Thu Jun 4 13:17:33 2026] PUT /v2.0/subnetpools/9c83c203-0078-44c0-914b-a5fc7dbb94d2/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3251] 10.0.0.99 () {32 vars in 737 bytes} [Thu Jun 4 13:17:33 2026] GET /v2.0/subnetpools/9c83c203-0078-44c0-914b-a5fc7dbb94d2/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3252] 10.0.0.99 () {34 vars in 786 bytes} [Thu Jun 4 13:17:33 2026] PUT /v2.0/subnetpools/9c83c203-0078-44c0-914b-a5fc7dbb94d2/tags/black.or.white => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3253] 10.0.0.99 () {32 vars in 737 bytes} [Thu Jun 4 13:17:33 2026] GET /v2.0/subnetpools/9c83c203-0078-44c0-914b-a5fc7dbb94d2/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3254] 10.0.0.99 () {34 vars in 757 bytes} [Thu Jun 4 13:17:33 2026] PUT /v2.0/subnetpools/9c83c203-0078-44c0-914b-a5fc7dbb94d2/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3255] 10.0.0.99 () {32 vars in 737 bytes} [Thu Jun 4 13:17:33 2026] GET /v2.0/subnetpools/9c83c203-0078-44c0-914b-a5fc7dbb94d2/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3256] 10.0.0.99 () {32 vars in 745 bytes} [Thu Jun 4 13:17:33 2026] GET /v2.0/subnetpools/9c83c203-0078-44c0-914b-a5fc7dbb94d2/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 13:17:33.763 8 INFO neutron.api.v2.resource [None req-d3d39baf-a612-4418-90e6-90ba52670754 5ea6f94ad8ab4f9ea178dd09cb92b932 d508d2ab472846a0994aa2191a3e34dc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1621/3257] 10.0.0.99 () {32 vars in 749 bytes} [Thu Jun 4 13:17:33 2026] GET /v2.0/subnetpools/9c83c203-0078-44c0-914b-a5fc7dbb94d2/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: 1637/3258] 10.0.0.99 () {32 vars in 748 bytes} [Thu Jun 4 13:17:33 2026] DELETE /v2.0/subnetpools/9c83c203-0078-44c0-914b-a5fc7dbb94d2/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3259] 10.0.0.99 () {32 vars in 737 bytes} [Thu Jun 4 13:17:33 2026] GET /v2.0/subnetpools/9c83c203-0078-44c0-914b-a5fc7dbb94d2/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 13:17:33.864 7 INFO neutron.api.v2.resource [None req-5941cdfa-3ac0-4dfa-9165-4dfb6d098234 5ea6f94ad8ab4f9ea178dd09cb92b932 d508d2ab472846a0994aa2191a3e34dc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1638/3260] 10.0.0.99 () {32 vars in 752 bytes} [Thu Jun 4 13:17:33 2026] DELETE /v2.0/subnetpools/9c83c203-0078-44c0-914b-a5fc7dbb94d2/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3261] 10.0.0.99 () {32 vars in 740 bytes} [Thu Jun 4 13:17:33 2026] DELETE /v2.0/subnetpools/9c83c203-0078-44c0-914b-a5fc7dbb94d2/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3262] 10.0.0.99 () {32 vars in 737 bytes} [Thu Jun 4 13:17:33 2026] GET /v2.0/subnetpools/9c83c203-0078-44c0-914b-a5fc7dbb94d2/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3263] 10.0.0.99 () {32 vars in 730 bytes} [Thu Jun 4 13:17:33 2026] DELETE /v2.0/subnetpools/9c83c203-0078-44c0-914b-a5fc7dbb94d2 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3266] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:17:34 2026] GET /v2.0/security-groups?tenant_id=d508d2ab472846a0994aa2191a3e34dc&name=default => generated 2929 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3267] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:17:34 2026] DELETE /v2.0/security-groups/e9f5ae70-e4be-439a-a989-817517b9f82f => 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: 1642/3268] 10.0.0.99 () {32 vars in 772 bytes} [Thu Jun 4 13:17:35 2026] GET /v2.0/security-groups?tenant_id=92dcf25253a0453382e8e4c9bc0743ad&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3269] 10.0.0.99 () {32 vars in 738 bytes} [Thu Jun 4 13:17:35 2026] DELETE /v2.0/security-groups/9d2b3db4-681b-4e9e-a531-f53df8e2483d => 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: 1643/3270] 10.0.0.99 () {32 vars in 647 bytes} [Thu Jun 4 13:17:37 2026] GET /v2.0/networks => generated 2168 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3271] 10.0.0.99 () {32 vars in 653 bytes} [Thu Jun 4 13:17:38 2026] GET /v2.0/floatingips => 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: 1644/3272] 10.0.0.99 () {32 vars in 645 bytes} [Thu Jun 4 13:17:38 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3273] 10.0.0.99 () {32 vars in 641 bytes} [Thu Jun 4 13:17:38 2026] GET /v2.0/ports => generated 4721 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3274] 10.0.0.99 () {32 vars in 645 bytes} [Thu Jun 4 13:17:38 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3275] 10.0.0.99 () {32 vars in 647 bytes} [Thu Jun 4 13:17:39 2026] GET /v2.0/networks => generated 2168 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3276] 10.0.0.99 () {32 vars in 661 bytes} [Thu Jun 4 13:17:39 2026] GET /v2.0/security-groups => generated 17397 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3277] 10.0.0.99 () {32 vars in 653 bytes} [Thu Jun 4 13:17:39 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)