+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue May 26 21:44:46 2026] *** compiled with version: 13.3.0 on 22 May 2026 05:16:47 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-7bdd8fbcb6-hcctx 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 0x7f8fec7a5668 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-05-26 21:44:50.442 7 INFO neutron.common.config [-] Logging enabled! 2026-05-26 21:44:50.442 7 INFO neutron.common.config [-] uwsgi version 26.0.4.dev12 2026-05-26 21:44:50.637 8 INFO neutron.common.config [-] Logging enabled! 2026-05-26 21:44:50.637 8 INFO neutron.common.config [-] uwsgi version 26.0.4.dev12 2026-05-26 21:44:51.429 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-26 21:44:51.631 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-26 21:44:52.772 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 21:44:52.775 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-26 21:44:52.779 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-26 21:44:52.780 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 21:44:52.780 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-26 21:44:52.780 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-26 21:44:52.781 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 21:44:52.788 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 21:44:52.788 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 21:44:52.788 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 21:44:52.811 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-26 21:44:52.812 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 21:44:52.812 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-26 21:44:52.860 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-26 21:44:52.861 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-26 21:44:52.861 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-26 21:44:52.861 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-26 21:44:52.978 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 21:44:52.981 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-26 21:44:52.984 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-26 21:44:52.985 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 21:44:52.985 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-26 21:44:52.986 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-26 21:44:52.986 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 21:44:52.993 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 21:44:52.993 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 21:44:52.993 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 21:44:53.015 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-26 21:44:53.016 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 21:44:53.016 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-26 21:44:53.064 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-26 21:44:53.064 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-26 21:44:53.064 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-26 21:44:53.064 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-26 21:44:53.147 7 INFO neutron.plugins.ml2.managers [None req-f83ae02b-41b0-4205-b63f-2361ccf47206 - - - - - -] Initializing driver for type 'vlan' 2026-05-26 21:44:53.343 8 INFO neutron.plugins.ml2.managers [None req-d16d4c4a-cb2d-40f7-be8f-121f18dd5a1e - - - - - -] Initializing driver for type 'vlan' 2026-05-26 21:44:53.420 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-f83ae02b-41b0-4205-b63f-2361ccf47206 - - - - - -] VlanTypeDriver initialization complete 2026-05-26 21:44:53.420 7 INFO neutron.plugins.ml2.managers [None req-f83ae02b-41b0-4205-b63f-2361ccf47206 - - - - - -] Initializing driver for type 'vxlan' 2026-05-26 21:44:53.420 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-f83ae02b-41b0-4205-b63f-2361ccf47206 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-26 21:44:53.433 7 INFO neutron.plugins.ml2.managers [None req-f83ae02b-41b0-4205-b63f-2361ccf47206 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-26 21:44:53.433 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-f83ae02b-41b0-4205-b63f-2361ccf47206 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-26 21:44:53.433 7 INFO neutron.plugins.ml2.managers [None req-f83ae02b-41b0-4205-b63f-2361ccf47206 - - - - - -] Initializing extension driver 'port_security' 2026-05-26 21:44:53.433 7 INFO neutron.plugins.ml2.extensions.port_security [None req-f83ae02b-41b0-4205-b63f-2361ccf47206 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-26 21:44:53.434 7 INFO neutron.plugins.ml2.managers [None req-f83ae02b-41b0-4205-b63f-2361ccf47206 - - - - - -] Initializing extension driver 'qos' 2026-05-26 21:44:53.434 7 INFO neutron.plugins.ml2.managers [None req-f83ae02b-41b0-4205-b63f-2361ccf47206 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-26 21:44:53.434 7 INFO neutron.plugins.ml2.managers [None req-f83ae02b-41b0-4205-b63f-2361ccf47206 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-26 21:44:53.445 7 INFO neutron.quota [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded quota_driver: . 2026-05-26 21:44:53.446 7 INFO neutron.plugins.ml2.plugin [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Modular L2 Plugin initialization complete 2026-05-26 21:44:53.446 7 INFO neutron.plugins.ml2.managers [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-26 21:44:53.446 7 INFO neutron.plugins.ml2.managers [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-26 21:44:53.446 7 INFO neutron.plugins.ml2.managers [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-26 21:44:53.446 7 INFO neutron.extensions.vlantransparent [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Disabled vlantransparent extension. 2026-05-26 21:44:53.446 7 INFO neutron.extensions.qinq [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Disabled VLAN QinQ extension. 2026-05-26 21:44:53.446 7 INFO neutron.manager [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loading Plugin: qos 2026-05-26 21:44:53.459 7 INFO neutron.manager [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loading Plugin: router 2026-05-26 21:44:53.504 7 INFO neutron.services.service_base [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-26 21:44:53.505 7 INFO neutron.manager [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loading Plugin: segments 2026-05-26 21:44:53.600 7 INFO neutron.manager [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loading Plugin: trunk 2026-05-26 21:44:53.614 7 INFO neutron.manager [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loading Plugin: vpnaas 2026-05-26 21:44:53.630 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-d16d4c4a-cb2d-40f7-be8f-121f18dd5a1e - - - - - -] VlanTypeDriver initialization complete 2026-05-26 21:44:53.630 8 INFO neutron.plugins.ml2.managers [None req-d16d4c4a-cb2d-40f7-be8f-121f18dd5a1e - - - - - -] Initializing driver for type 'vxlan' 2026-05-26 21:44:53.631 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-d16d4c4a-cb2d-40f7-be8f-121f18dd5a1e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-26 21:44:53.648 8 INFO neutron.plugins.ml2.managers [None req-d16d4c4a-cb2d-40f7-be8f-121f18dd5a1e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-26 21:44:53.649 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-d16d4c4a-cb2d-40f7-be8f-121f18dd5a1e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-26 21:44:53.649 8 INFO neutron.plugins.ml2.managers [None req-d16d4c4a-cb2d-40f7-be8f-121f18dd5a1e - - - - - -] Initializing extension driver 'port_security' 2026-05-26 21:44:53.649 8 INFO neutron.plugins.ml2.extensions.port_security [None req-d16d4c4a-cb2d-40f7-be8f-121f18dd5a1e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-26 21:44:53.649 8 INFO neutron.plugins.ml2.managers [None req-d16d4c4a-cb2d-40f7-be8f-121f18dd5a1e - - - - - -] Initializing extension driver 'qos' 2026-05-26 21:44:53.649 8 INFO neutron.plugins.ml2.managers [None req-d16d4c4a-cb2d-40f7-be8f-121f18dd5a1e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-26 21:44:53.649 8 INFO neutron.plugins.ml2.managers [None req-d16d4c4a-cb2d-40f7-be8f-121f18dd5a1e - - - - - -] Initializing mechanism driver 'l2population' 2026-05-26 21:44:53.653 7 WARNING stevedore.named [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-26 21:44:53.653 7 WARNING stevedore.named [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 21:44:53.662 8 INFO neutron.quota [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded quota_driver: . 2026-05-26 21:44:53.662 8 INFO neutron.plugins.ml2.plugin [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Modular L2 Plugin initialization complete 2026-05-26 21:44:53.662 8 INFO neutron.plugins.ml2.managers [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-26 21:44:53.662 8 INFO neutron.plugins.ml2.managers [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-26 21:44:53.663 8 INFO neutron.plugins.ml2.managers [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-26 21:44:53.663 8 INFO neutron.extensions.vlantransparent [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Disabled vlantransparent extension. 2026-05-26 21:44:53.663 8 INFO neutron.extensions.qinq [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Disabled VLAN QinQ extension. 2026-05-26 21:44:53.663 8 INFO neutron.manager [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loading Plugin: qos 2026-05-26 21:44:53.676 8 INFO neutron.manager [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loading Plugin: router 2026-05-26 21:44:53.723 8 INFO neutron.services.service_base [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-26 21:44:53.723 8 INFO neutron.manager [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loading Plugin: segments 2026-05-26 21:44:53.727 7 INFO neutron_vpnaas.services.vpn.plugin [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-26 21:44:53.727 7 INFO neutron.common.utils [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-26 21:44:53.727 7 INFO neutron.manager [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loading Plugin: taas 2026-05-26 21:44:53.754 7 WARNING stevedore.named [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 21:44:53.779 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-26 21:44:53.779 7 INFO neutron.manager [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loading Plugin: tapmirror 2026-05-26 21:44:53.794 7 WARNING stevedore.named [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 21:44:53.818 8 INFO neutron.manager [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loading Plugin: trunk 2026-05-26 21:44:53.820 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-26 21:44:53.821 7 INFO neutron.manager [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loading Plugin: auto_allocate 2026-05-26 21:44:53.829 7 INFO neutron.manager [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loading Plugin: tag 2026-05-26 21:44:53.831 8 INFO neutron.manager [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loading Plugin: vpnaas 2026-05-26 21:44:53.837 7 INFO neutron.manager [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loading Plugin: timestamp 2026-05-26 21:44:53.840 7 INFO neutron.manager [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loading Plugin: network_ip_availability 2026-05-26 21:44:53.844 7 INFO neutron.manager [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loading Plugin: flavors 2026-05-26 21:44:53.847 7 INFO neutron.manager [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loading Plugin: revisions 2026-05-26 21:44:53.851 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Initializing extension manager. 2026-05-26 21:44:53.852 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: address-group 2026-05-26 21:44:53.853 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: address-scope 2026-05-26 21:44:53.854 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-26 21:44:53.855 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: agent 2026-05-26 21:44:53.855 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: agent-resources-synced 2026-05-26 21:44:53.856 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-26 21:44:53.857 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-26 21:44:53.858 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: availability_zone 2026-05-26 21:44:53.858 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: availability_zone_filter 2026-05-26 21:44:53.859 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-26 21:44:53.859 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: default-subnetpools 2026-05-26 21:44:53.861 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-26 21:44:53.869 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: dns-integration 2026-05-26 21:44:53.870 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: dns-domain-ports 2026-05-26 21:44:53.870 8 WARNING stevedore.named [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-26 21:44:53.870 8 WARNING stevedore.named [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 21:44:53.870 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-26 21:44:53.872 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: dvr 2026-05-26 21:44:53.873 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-26 21:44:53.874 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: empty-string-filtering 2026-05-26 21:44:53.875 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 21:44:53.876 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-26 21:44:53.878 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: external-net 2026-05-26 21:44:53.878 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-26 21:44:53.879 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: extraroute 2026-05-26 21:44:53.879 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: extraroute-atomic 2026-05-26 21:44:53.880 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-26 21:44:53.881 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-26 21:44:53.881 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-26 21:44:53.882 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-26 21:44:53.882 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: fip-port-details 2026-05-26 21:44:53.883 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: flavors 2026-05-26 21:44:53.884 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-26 21:44:53.885 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: floatingip-pools 2026-05-26 21:44:53.885 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: ip_allocation 2026-05-26 21:44:53.886 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-26 21:44:53.886 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: l2_adjacency 2026-05-26 21:44:53.887 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: router 2026-05-26 21:44:53.889 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 21:44:53.890 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-26 21:44:53.890 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-26 21:44:53.891 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: ext-gw-mode 2026-05-26 21:44:53.891 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: l3-ha 2026-05-26 21:44:53.892 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-26 21:44:53.892 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-26 21:44:53.893 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: l3-flavors 2026-05-26 21:44:53.894 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-26 21:44:53.894 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-26 21:44:53.896 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-26 21:44:53.898 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-26 21:44:53.899 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-26 21:44:53.900 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-26 21:44:53.901 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-26 21:44:53.901 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: multi-provider 2026-05-26 21:44:53.902 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: net-mtu 2026-05-26 21:44:53.903 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: net-mtu-writable 2026-05-26 21:44:53.903 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: network_availability_zone 2026-05-26 21:44:53.904 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: network_ha 2026-05-26 21:44:53.904 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: network-ip-availability 2026-05-26 21:44:53.905 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-26 21:44:53.906 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: pagination 2026-05-26 21:44:53.906 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: port-device-profile 2026-05-26 21:44:53.907 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-26 21:44:53.907 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-26 21:44:53.908 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-26 21:44:53.908 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: port-mac-override 2026-05-26 21:44:53.909 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-26 21:44:53.913 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-26 21:44:53.914 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-26 21:44:53.914 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: port-resource-request 2026-05-26 21:44:53.915 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-26 21:44:53.916 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-26 21:44:53.916 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: binding 2026-05-26 21:44:53.918 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: binding-extended 2026-05-26 21:44:53.918 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: port-security 2026-05-26 21:44:53.919 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: project-id 2026-05-26 21:44:53.920 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: provider 2026-05-26 21:44:53.921 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-26 21:44:53.924 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: qos 2026-05-26 21:44:53.926 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-26 21:44:53.926 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-26 21:44:53.927 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: qos-default 2026-05-26 21:44:53.927 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: qos-fip 2026-05-26 21:44:53.928 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-26 21:44:53.928 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-26 21:44:53.929 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-26 21:44:53.929 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-26 21:44:53.930 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-26 21:44:53.930 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: qos-pps 2026-05-26 21:44:53.931 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-26 21:44:53.931 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-26 21:44:53.932 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: qos-rules-alias 2026-05-26 21:44:53.933 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: quota-check-limit 2026-05-26 21:44:53.934 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-26 21:44:53.936 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: quotas 2026-05-26 21:44:53.937 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: quota_details 2026-05-26 21:44:53.938 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: rbac-policies 2026-05-26 21:44:53.939 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: rbac-address-group 2026-05-26 21:44:53.939 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: rbac-address-scope 2026-05-26 21:44:53.940 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: rbac-security-groups 2026-05-26 21:44:53.940 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-26 21:44:53.941 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: revision-if-match 2026-05-26 21:44:53.942 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-26 21:44:53.942 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: router_availability_zone 2026-05-26 21:44:53.943 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-26 21:44:53.945 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-26 21:44:53.945 8 INFO neutron_vpnaas.services.vpn.plugin [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-26 21:44:53.945 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-26 21:44:53.945 8 INFO neutron.common.utils [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-26 21:44:53.945 8 INFO neutron.manager [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loading Plugin: taas 2026-05-26 21:44:53.946 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-26 21:44:53.946 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-26 21:44:53.947 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-26 21:44:53.947 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-26 21:44:53.951 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: security-group 2026-05-26 21:44:53.952 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: segment 2026-05-26 21:44:53.953 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-26 21:44:53.954 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: service-type 2026-05-26 21:44:53.954 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: sorting 2026-05-26 21:44:53.955 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: standard-attr-segment 2026-05-26 21:44:53.955 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: standard-attr-description 2026-05-26 21:44:53.956 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: stateful-security-group 2026-05-26 21:44:53.956 7 WARNING neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-26 21:44:53.957 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-26 21:44:53.957 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: subnet-external-network 2026-05-26 21:44:53.958 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: subnet_onboard 2026-05-26 21:44:53.958 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-26 21:44:53.959 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: subnet-service-types 2026-05-26 21:44:53.959 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: subnet_allocation 2026-05-26 21:44:53.962 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-26 21:44:53.962 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: tag-creation 2026-05-26 21:44:53.963 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-26 21:44:53.966 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: standard-attr-tag 2026-05-26 21:44:53.967 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-26 21:44:53.968 8 WARNING stevedore.named [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 21:44:53.968 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: trunk 2026-05-26 21:44:53.968 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: trunk-details 2026-05-26 21:44:53.969 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-26 21:44:53.969 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-26 21:44:53.970 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-26 21:44:53.970 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-26 21:44:53.972 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-26 21:44:53.973 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-26 21:44:53.974 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: vpn-flavors 2026-05-26 21:44:53.975 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: vpnaas 2026-05-26 21:44:53.976 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: taas 2026-05-26 21:44:53.978 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: tap-mirror 2026-05-26 21:44:53.979 7 INFO neutron.api.extensions [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-26 21:44:53.982 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-26 21:44:53.982 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-26 21:44:53.982 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 21:44:53.982 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-26 21:44:53.985 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-26 21:44:53.986 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-26 21:44:53.990 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-26 21:44:53.991 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-26 21:44:53.991 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-26 21:44:53.992 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 21:44:53.992 7 WARNING neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] subnetpool is already registered 2026-05-26 21:44:53.993 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 21:44:53.993 7 WARNING neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] subnetpool is already registered 2026-05-26 21:44:53.993 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-26 21:44:53.994 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 21:44:53.994 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 21:44:53.995 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-26 21:44:53.995 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-26 21:44:53.995 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-26 21:44:53.996 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 21:44:53.996 7 WARNING neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] ipsecpolicy is already registered 2026-05-26 21:44:53.996 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 21:44:53.997 7 WARNING neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] ikepolicy is already registered 2026-05-26 21:44:54.001 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-26 21:44:54.001 7 WARNING neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] router is already registered 2026-05-26 21:44:54.002 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-26 21:44:54.002 7 WARNING neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] floatingip is already registered 2026-05-26 21:44:54.006 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-26 21:44:54.006 7 WARNING neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] rbac_policy is already registered 2026-05-26 21:44:54.006 8 INFO neutron_taas.services.taas.taas_plugin [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-26 21:44:54.006 8 INFO neutron.manager [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loading Plugin: tapmirror 2026-05-26 21:44:54.006 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-26 21:44:54.006 7 WARNING neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] security_group is already registered 2026-05-26 21:44:54.007 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-26 21:44:54.007 7 WARNING neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] security_group_rule is already registered 2026-05-26 21:44:54.008 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 21:44:54.008 7 WARNING neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] subnetpool is already registered 2026-05-26 21:44:54.009 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 21:44:54.009 7 WARNING neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] subnetpool is already registered 2026-05-26 21:44:54.009 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-26 21:44:54.010 7 WARNING neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] trunk is already registered 2026-05-26 21:44:54.010 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 21:44:54.010 7 WARNING neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] ikepolicy is already registered 2026-05-26 21:44:54.010 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 21:44:54.011 7 WARNING neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] ipsecpolicy is already registered 2026-05-26 21:44:54.011 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-26 21:44:54.011 7 WARNING neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] endpoint_group is already registered 2026-05-26 21:44:54.011 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-26 21:44:54.012 7 WARNING neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] vpnservice is already registered 2026-05-26 21:44:54.012 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-26 21:44:54.012 7 WARNING neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] ipsec_site_connection is already registered 2026-05-26 21:44:54.012 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 21:44:54.013 7 WARNING neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] ipsecpolicy is already registered 2026-05-26 21:44:54.013 7 INFO neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 21:44:54.013 7 WARNING neutron.quota.resource_registry [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] ikepolicy is already registered 2026-05-26 21:44:54.015 8 WARNING stevedore.named [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 21:44:54.031 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-26 21:44:54.031 8 INFO neutron.manager [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loading Plugin: auto_allocate 2026-05-26 21:44:54.037 8 INFO neutron.manager [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loading Plugin: tag 2026-05-26 21:44:54.044 8 INFO neutron.manager [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loading Plugin: timestamp 2026-05-26 21:44:54.047 8 INFO neutron.manager [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loading Plugin: network_ip_availability 2026-05-26 21:44:54.050 7 WARNING keystonemiddleware._common.config [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-26 21:44:54.051 8 INFO neutron.manager [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loading Plugin: flavors 2026-05-26 21:44:54.054 8 INFO neutron.manager [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loading Plugin: revisions 2026-05-26 21:44:54.056 7 WARNING oslo_config.cfg [None req-aa3ae104-19d8-4087-b58b-58153338cbe4 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-26 21:44:54.057 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Initializing extension manager. WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f8fec7a5668 pid: 7 (default app) 2026-05-26 21:44:54.059 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: address-group 2026-05-26 21:44:54.060 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: address-scope 2026-05-26 21:44:54.060 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-26 21:44:54.061 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: agent 2026-05-26 21:44:54.061 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: agent-resources-synced 2026-05-26 21:44:54.063 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-26 21:44:54.063 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-26 21:44:54.064 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: availability_zone 2026-05-26 21:44:54.065 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: availability_zone_filter 2026-05-26 21:44:54.065 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-26 21:44:54.066 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: default-subnetpools 2026-05-26 21:44:54.068 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-26 21:44:54.068 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: dns-integration 2026-05-26 21:44:54.069 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: dns-domain-ports 2026-05-26 21:44:54.069 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-26 21:44:54.070 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: dvr 2026-05-26 21:44:54.070 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-26 21:44:54.071 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: empty-string-filtering 2026-05-26 21:44:54.071 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 21:44:54.072 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-26 21:44:54.072 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: external-net 2026-05-26 21:44:54.073 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-26 21:44:54.073 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: extraroute 2026-05-26 21:44:54.074 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: extraroute-atomic 2026-05-26 21:44:54.074 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-26 21:44:54.075 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-26 21:44:54.075 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-26 21:44:54.076 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-26 21:44:54.076 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: fip-port-details 2026-05-26 21:44:54.077 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: flavors 2026-05-26 21:44:54.078 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-26 21:44:54.079 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: floatingip-pools 2026-05-26 21:44:54.079 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: ip_allocation 2026-05-26 21:44:54.080 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-26 21:44:54.080 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: l2_adjacency 2026-05-26 21:44:54.082 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: router 2026-05-26 21:44:54.084 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 21:44:54.085 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-26 21:44:54.085 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-26 21:44:54.086 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: ext-gw-mode 2026-05-26 21:44:54.086 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: l3-ha 2026-05-26 21:44:54.087 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-26 21:44:54.088 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-26 21:44:54.088 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: l3-flavors 2026-05-26 21:44:54.090 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-26 21:44:54.090 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-26 21:44:54.092 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-26 21:44:54.093 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-26 21:44:54.094 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-26 21:44:54.095 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-26 21:44:54.096 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-26 21:44:54.096 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: multi-provider 2026-05-26 21:44:54.097 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: net-mtu 2026-05-26 21:44:54.097 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: net-mtu-writable 2026-05-26 21:44:54.098 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: network_availability_zone 2026-05-26 21:44:54.098 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: network_ha 2026-05-26 21:44:54.099 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: network-ip-availability 2026-05-26 21:44:54.100 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-26 21:44:54.101 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: pagination 2026-05-26 21:44:54.101 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: port-device-profile 2026-05-26 21:44:54.102 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-26 21:44:54.102 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-26 21:44:54.102 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-26 21:44:54.103 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: port-mac-override 2026-05-26 21:44:54.103 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-26 21:44:54.104 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-26 21:44:54.105 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-26 21:44:54.105 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: port-resource-request 2026-05-26 21:44:54.106 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-26 21:44:54.106 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-26 21:44:54.107 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: binding 2026-05-26 21:44:54.107 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: binding-extended 2026-05-26 21:44:54.108 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: port-security 2026-05-26 21:44:54.108 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: project-id 2026-05-26 21:44:54.109 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: provider 2026-05-26 21:44:54.110 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-26 21:44:54.112 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: qos 2026-05-26 21:44:54.112 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-26 21:44:54.113 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-26 21:44:54.113 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: qos-default 2026-05-26 21:44:54.114 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: qos-fip 2026-05-26 21:44:54.114 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-26 21:44:54.115 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-26 21:44:54.115 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-26 21:44:54.116 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-26 21:44:54.116 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-26 21:44:54.118 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: qos-pps 2026-05-26 21:44:54.118 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-26 21:44:54.119 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-26 21:44:54.119 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: qos-rules-alias 2026-05-26 21:44:54.120 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: quota-check-limit 2026-05-26 21:44:54.121 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-26 21:44:54.123 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: quotas 2026-05-26 21:44:54.124 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: quota_details 2026-05-26 21:44:54.125 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: rbac-policies 2026-05-26 21:44:54.125 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: rbac-address-group 2026-05-26 21:44:54.126 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: rbac-address-scope 2026-05-26 21:44:54.126 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: rbac-security-groups 2026-05-26 21:44:54.127 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-26 21:44:54.127 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: revision-if-match 2026-05-26 21:44:54.128 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-26 21:44:54.129 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: router_availability_zone 2026-05-26 21:44:54.129 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-26 21:44:54.131 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-26 21:44:54.131 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-26 21:44:54.132 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-26 21:44:54.132 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-26 21:44:54.133 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-26 21:44:54.133 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-26 21:44:54.138 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: security-group 2026-05-26 21:44:54.139 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: segment 2026-05-26 21:44:54.139 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-26 21:44:54.140 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: service-type 2026-05-26 21:44:54.140 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: sorting 2026-05-26 21:44:54.141 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: standard-attr-segment 2026-05-26 21:44:54.141 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: standard-attr-description 2026-05-26 21:44:54.142 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: stateful-security-group 2026-05-26 21:44:54.142 8 WARNING neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-26 21:44:54.143 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-26 21:44:54.143 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: subnet-external-network 2026-05-26 21:44:54.144 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: subnet_onboard 2026-05-26 21:44:54.144 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-26 21:44:54.145 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: subnet-service-types 2026-05-26 21:44:54.146 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: subnet_allocation 2026-05-26 21:44:54.147 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-26 21:44:54.148 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: tag-creation 2026-05-26 21:44:54.148 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-26 21:44:54.152 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: standard-attr-tag 2026-05-26 21:44:54.153 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-26 21:44:54.154 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: trunk 2026-05-26 21:44:54.154 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: trunk-details 2026-05-26 21:44:54.155 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-26 21:44:54.155 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-26 21:44:54.156 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-26 21:44:54.157 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-26 21:44:54.158 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-26 21:44:54.159 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-26 21:44:54.160 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: vpn-flavors 2026-05-26 21:44:54.161 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: vpnaas 2026-05-26 21:44:54.163 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: taas 2026-05-26 21:44:54.164 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: tap-mirror 2026-05-26 21:44:54.164 8 INFO neutron.api.extensions [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-26 21:44:54.167 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-26 21:44:54.167 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-26 21:44:54.167 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 21:44:54.167 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-26 21:44:54.170 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-26 21:44:54.171 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-26 21:44:54.175 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-26 21:44:54.175 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-26 21:44:54.176 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-26 21:44:54.177 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 21:44:54.177 8 WARNING neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] subnetpool is already registered 2026-05-26 21:44:54.177 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 21:44:54.178 8 WARNING neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] subnetpool is already registered 2026-05-26 21:44:54.178 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-26 21:44:54.178 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 21:44:54.179 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 21:44:54.179 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-26 21:44:54.179 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-26 21:44:54.180 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-26 21:44:54.180 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 21:44:54.180 8 WARNING neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] ipsecpolicy is already registered 2026-05-26 21:44:54.181 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 21:44:54.181 8 WARNING neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] ikepolicy is already registered 2026-05-26 21:44:54.185 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-26 21:44:54.186 8 WARNING neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] router is already registered 2026-05-26 21:44:54.186 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-26 21:44:54.186 8 WARNING neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] floatingip is already registered 2026-05-26 21:44:54.190 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-26 21:44:54.190 8 WARNING neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] rbac_policy is already registered 2026-05-26 21:44:54.191 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-26 21:44:54.191 8 WARNING neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] security_group is already registered 2026-05-26 21:44:54.192 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-26 21:44:54.192 8 WARNING neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] security_group_rule is already registered 2026-05-26 21:44:54.192 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 21:44:54.193 8 WARNING neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] subnetpool is already registered 2026-05-26 21:44:54.193 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 21:44:54.193 8 WARNING neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] subnetpool is already registered 2026-05-26 21:44:54.194 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-26 21:44:54.194 8 WARNING neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] trunk is already registered 2026-05-26 21:44:54.194 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 21:44:54.194 8 WARNING neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] ikepolicy is already registered 2026-05-26 21:44:54.195 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 21:44:54.195 8 WARNING neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] ipsecpolicy is already registered 2026-05-26 21:44:54.195 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-26 21:44:54.195 8 WARNING neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] endpoint_group is already registered 2026-05-26 21:44:54.196 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-26 21:44:54.196 8 WARNING neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] vpnservice is already registered 2026-05-26 21:44:54.196 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-26 21:44:54.196 8 WARNING neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] ipsec_site_connection is already registered 2026-05-26 21:44:54.197 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 21:44:54.197 8 WARNING neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] ipsecpolicy is already registered 2026-05-26 21:44:54.197 8 INFO neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 21:44:54.197 8 WARNING neutron.quota.resource_registry [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] ikepolicy is already registered 2026-05-26 21:44:54.246 8 WARNING keystonemiddleware._common.config [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-26 21:44:54.253 8 WARNING oslo_config.cfg [None req-72c5a43d-d6e2-429d-b8d3-ea5396fc6485 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f8fec7a5668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 21:44:58.730 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bba4e6e2-b682-42eb-9f2d-d9b201ee2666 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.129 () {44 vars in 927 bytes} [Tue May 26 21:44:57 2026] GET /v2.0/networks/public => generated 108 bytes in 773 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.204.45.129 () {44 vars in 949 bytes} [Tue May 26 21:44:58 2026] GET /v2.0/networks?name=public => generated 15 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 21:44:59.480 7 WARNING neutron.services.revisions.revision_plugin [None req-8a64e72b-004d-4356-a889-b4dc98f7cbdd 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Could not find related network for resource to bump revision. 2026-05-26 21:44:59.500 7 INFO neutron.db.segments_db [None req-8a64e72b-004d-4356-a889-b4dc98f7cbdd 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment 57c916d6-032a-4a5f-b5f4-a92699322f17 of type flat for network ef205b7f-26d6-4cdc-a52d-b6527beb2ef7 2026-05-26 21:44:59.550 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8a64e72b-004d-4356-a889-b4dc98f7cbdd 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.129 () {48 vars in 967 bytes} [Tue May 26 21:44:59 2026] POST /v2.0/networks => generated 124 bytes in 448 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 21:45:05.398 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b5bde02d-4506-4942-82a9-b040068126bd 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.129 () {44 vars in 927 bytes} [Tue May 26 21:45:05 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.129 () {44 vars in 949 bytes} [Tue May 26 21:45:05 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 21:45:05.469 7 WARNING neutron.services.revisions.revision_plugin [None req-1a24cf4a-fa7b-4de9-8c75-26f24bce7860 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Could not find related network for resource to bump revision. 2026-05-26 21:45:05.486 7 INFO neutron.db.segments_db [None req-1a24cf4a-fa7b-4de9-8c75-26f24bce7860 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment 56a894d6-af9c-4050-811f-de40560a60f5 of type flat for network 752cabb8-fc5f-4365-9f48-2e84d328ad18 2026-05-26 21:45:05.512 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1a24cf4a-fa7b-4de9-8c75-26f24bce7860 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.129 () {48 vars in 967 bytes} [Tue May 26 21:45:05 2026] POST /v2.0/networks => generated 124 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 21:45:11.671 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5b9237e1-1d1b-4466-8187-1de702baa15d 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.129 () {44 vars in 927 bytes} [Tue May 26 21:45:11 2026] GET /v2.0/networks/public => generated 108 bytes in 337 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.204.45.129 () {44 vars in 949 bytes} [Tue May 26 21:45:11 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 21:45:11.936 8 WARNING neutron.services.revisions.revision_plugin [None req-13def75b-e435-4586-9552-94c19b2b698c 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Could not find related network for resource to bump revision. 2026-05-26 21:45:11.959 8 INFO neutron.db.segments_db [None req-13def75b-e435-4586-9552-94c19b2b698c 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment 944fed15-74a3-4d35-ad6f-e210d2a12737 of type flat for network ee13e4b0-8fc3-4b9a-8c43-5c1b7b2ff683 2026-05-26 21:45:12.012 8 INFO neutron.pecan_wsgi.hooks.translation [None req-13def75b-e435-4586-9552-94c19b2b698c 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.129 () {48 vars in 967 bytes} [Tue May 26 21:45:11 2026] POST /v2.0/networks => generated 124 bytes in 323 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 21:45:17.847 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1f4f80c4-42aa-4bd2-a85d-cb8f17821924 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.204.45.129 () {44 vars in 927 bytes} [Tue May 26 21:45:17 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/14] 199.204.45.129 () {44 vars in 949 bytes} [Tue May 26 21:45:17 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 21:45:17.930 7 WARNING neutron.services.revisions.revision_plugin [None req-6827021b-cdd2-4531-8230-1bb910d95708 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Could not find related network for resource to bump revision. 2026-05-26 21:45:17.952 7 INFO neutron.db.segments_db [None req-6827021b-cdd2-4531-8230-1bb910d95708 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment a782c727-7d27-4792-98cf-2b786169f6c1 of type flat for network 135a2f73-7cde-4430-96ef-6c33213a7dd0 2026-05-26 21:45:17.974 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6827021b-cdd2-4531-8230-1bb910d95708 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/15] 199.204.45.129 () {48 vars in 967 bytes} [Tue May 26 21:45:17 2026] POST /v2.0/networks => generated 124 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 21:45:23.850 7 INFO neutron.pecan_wsgi.hooks.translation [None req-57384399-e82e-49d2-9af2-77f152dbe9e3 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.129 () {44 vars in 927 bytes} [Tue May 26 21:45:23 2026] GET /v2.0/networks/public => generated 108 bytes in 46 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.129 () {44 vars in 949 bytes} [Tue May 26 21:45:23 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 21:45:23.934 7 WARNING neutron.services.revisions.revision_plugin [None req-4d55d8a4-5e8e-44d8-bee5-557386ed9224 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Could not find related network for resource to bump revision. 2026-05-26 21:45:23.949 7 INFO neutron.db.segments_db [None req-4d55d8a4-5e8e-44d8-bee5-557386ed9224 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment e7f9a735-5fa4-486e-a80f-24897ca03dc4 of type flat for network 601f86c1-46c2-4652-a230-88da71920eb9 [pid: 7|app: 0|req: 11/19] 199.204.45.129 () {48 vars in 967 bytes} [Tue May 26 21:45:23 2026] POST /v2.0/networks => generated 706 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 21:45:25.081 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fae5df65-c138-4ba8-b469-fab3208c673e 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.129 () {44 vars in 927 bytes} [Tue May 26 21:45:25 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/21] 199.204.45.129 () {44 vars in 949 bytes} [Tue May 26 21:45:25 2026] GET /v2.0/networks?name=public => generated 709 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 21:45:25.151 8 INFO neutron.pecan_wsgi.hooks.translation [None req-086546c9-9d81-424c-96b3-f834d87c3d63 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/22] 199.204.45.129 () {44 vars in 1034 bytes} [Tue May 26 21:45:25 2026] GET /v2.0/subnets/public-subnet?network_id=601f86c1-46c2-4652-a230-88da71920eb9 => generated 113 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/23] 199.204.45.129 () {44 vars in 1057 bytes} [Tue May 26 21:45:25 2026] GET /v2.0/subnets?name=public-subnet&network_id=601f86c1-46c2-4652-a230-88da71920eb9 => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/24] 199.204.45.129 () {48 vars in 965 bytes} [Tue May 26 21:45:25 2026] POST /v2.0/subnets => generated 664 bytes in 3176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 21:50:05.661 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5fb7cce1-c912-4ee9-a22f-0ed99c76167c 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/62] 199.204.45.129 () {44 vars in 937 bytes} [Tue May 26 21:50:05 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/63] 199.204.45.129 () {44 vars in 959 bytes} [Tue May 26 21:50:05 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 21:50:05.753 7 INFO neutron.db.segments_db [None req-77cfdb74-3f99-4f50-9375-f5de29a1e09e 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment 69d78869-b71f-4a25-9118-b2a3e74dde2c of type vxlan for network 8b2cc538-ab84-42a1-876f-9623c9035ded [pid: 7|app: 0|req: 34/64] 199.204.45.129 () {48 vars in 966 bytes} [Tue May 26 21:50:05 2026] POST /v2.0/networks => generated 707 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 21:50:06.778 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1911267e-8642-4127-aac4-77a78d22e81e 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 31/65] 199.204.45.129 () {44 vars in 937 bytes} [Tue May 26 21:50:06 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/66] 199.204.45.129 () {44 vars in 959 bytes} [Tue May 26 21:50:06 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 21:50:06.842 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5adc3d6b-9bd6-4f3f-a93c-41282df776e4 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/67] 199.204.45.129 () {44 vars in 1036 bytes} [Tue May 26 21:50:06 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=8b2cc538-ab84-42a1-876f-9623c9035ded => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/68] 199.204.45.129 () {44 vars in 1059 bytes} [Tue May 26 21:50:06 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=8b2cc538-ab84-42a1-876f-9623c9035ded => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/69] 199.204.45.129 () {48 vars in 965 bytes} [Tue May 26 21:50:06 2026] POST /v2.0/subnets => generated 651 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 21:50:08.155 7 INFO neutron.api.v2.resource [None req-a1056faf-cbfd-4a48-9828-d6005d0e78c4 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/70] 199.204.45.129 () {44 vars in 971 bytes} [Tue May 26 21:50:08 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/71] 199.204.45.129 () {44 vars in 993 bytes} [Tue May 26 21:50:08 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/72] 199.204.45.129 () {48 vars in 980 bytes} [Tue May 26 21:50:08 2026] POST /v2.0/security-groups => generated 1616 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/73] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 21:50:09 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => generated 1616 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/74] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 21:50:09 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 21:50:09 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/76] 199.204.45.129 () {48 vars in 991 bytes} [Tue May 26 21:50:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 21:50:10 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => generated 2230 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 21:50:10 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => generated 2230 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 21:50:10 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => generated 2230 bytes in 21 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.129 () {48 vars in 991 bytes} [Tue May 26 21:50:10 2026] POST /v2.0/security-group-rules => generated 603 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 21:50:11 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => generated 2846 bytes in 53 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.129 () {44 vars in 1001 bytes} [Tue May 26 21:50:11 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 21:50:11 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.204.45.129 () {48 vars in 991 bytes} [Tue May 26 21:50:11 2026] POST /v2.0/security-group-rules => generated 603 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 21:50:12 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => generated 3462 bytes in 47 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.129 () {44 vars in 1001 bytes} [Tue May 26 21:50:12 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 21:50:12 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.204.45.129 () {48 vars in 991 bytes} [Tue May 26 21:50:12 2026] POST /v2.0/security-group-rules => generated 603 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 21:50:13 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => generated 4078 bytes in 52 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.129 () {44 vars in 1001 bytes} [Tue May 26 21:50:13 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => generated 4078 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 21:50:13 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => 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: 48/92] 199.204.45.129 () {48 vars in 991 bytes} [Tue May 26 21:50:13 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.204.45.129 () {44 vars in 987 bytes} [Tue May 26 21:50:14 2026] GET /v2.0/networks/8b2cc538-ab84-42a1-876f-9623c9035ded => generated 732 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 21:50:14.972 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c96b60ab-f24a-4644-abe6-974e8a0d8a83 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 49/94] 199.204.45.129 () {44 vars in 1076 bytes} [Tue May 26 21:50:14 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=8b2cc538-ab84-42a1-876f-9623c9035ded => generated 132 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.204.45.129 () {44 vars in 1099 bytes} [Tue May 26 21:50:14 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=8b2cc538-ab84-42a1-876f-9623c9035ded => 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: 50/96] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 21:50:15 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => generated 4694 bytes in 41 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.129 () {48 vars in 961 bytes} [Tue May 26 21:50:15 2026] POST /v2.0/ports => generated 1100 bytes in 304 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-05-26 21:50:21.936 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9d975581-9f0b-455b-8d5c-057fe8fd0b0f 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 49/100] 199.204.45.129 () {44 vars in 979 bytes} [Tue May 26 21:50:21 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/101] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 21:50:21 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/102] 199.204.45.129 () {48 vars in 1031 bytes} [Tue May 26 21:50:22 2026] PUT /v2.0/ports/96ce6b07-eb56-45c9-9ec8-86e5d130de1b => generated 1249 bytes in 659 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/103] 199.204.45.129 () {44 vars in 920 bytes} [Tue May 26 21:50:24 2026] GET /v2.0/ports => generated 3730 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 21:50:25.261 8 INFO neutron.api.v2.resource [None req-3ebded84-1fba-4e95-b7f1-f5406ceeeef3 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/104] 199.204.45.129 () {44 vars in 959 bytes} [Tue May 26 21:50:25 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/105] 199.204.45.129 () {44 vars in 981 bytes} [Tue May 26 21:50:25 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/106] 199.204.45.129 () {48 vars in 980 bytes} [Tue May 26 21:50:25 2026] POST /v2.0/security-groups => generated 1610 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/107] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 21:50:26 2026] GET /v2.0/security-groups/143b6223-8d1f-46a4-8487-ec07c9885d15 => generated 1610 bytes in 42 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.129 () {44 vars in 1001 bytes} [Tue May 26 21:50:26 2026] GET /v2.0/security-groups/143b6223-8d1f-46a4-8487-ec07c9885d15 => generated 1610 bytes in 28 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.129 () {44 vars in 1001 bytes} [Tue May 26 21:50:26 2026] GET /v2.0/security-groups/143b6223-8d1f-46a4-8487-ec07c9885d15 => generated 1610 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/110] 199.204.45.129 () {48 vars in 991 bytes} [Tue May 26 21:50:26 2026] POST /v2.0/security-group-rules => generated 623 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/111] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 21:50:27 2026] GET /v2.0/security-groups/143b6223-8d1f-46a4-8487-ec07c9885d15 => generated 2246 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/112] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 21:50:27 2026] GET /v2.0/security-groups/143b6223-8d1f-46a4-8487-ec07c9885d15 => generated 2246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/113] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 21:50:27 2026] GET /v2.0/security-groups/143b6223-8d1f-46a4-8487-ec07c9885d15 => generated 2246 bytes in 29 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.129 () {48 vars in 991 bytes} [Tue May 26 21:50:27 2026] POST /v2.0/security-group-rules => generated 627 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/125] 199.204.45.129 () {44 vars in 975 bytes} [Tue May 26 21:51:43 2026] GET /v2.0/quotas/d4064c473e5247c7808a6e5bcde9f2f6 => 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: 62/126] 199.204.45.129 () {48 vars in 1027 bytes} [Tue May 26 21:51:44 2026] PUT /v2.0/quotas/d4064c473e5247c7808a6e5bcde9f2f6 => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 21:53:53.682 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4a164bcd-525d-483c-9dca-59f259def09b 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 72/145] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 21:53:53 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 158 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 74/146] 199.204.45.129 () {30 vars in 763 bytes} [Tue May 26 21:53:53 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 21:53:55.447 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1ada2ae6-50fa-4eed-a1b3-b7cf88928971 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 73/147] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 21:53:55 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 75/148] 199.204.45.129 () {30 vars in 763 bytes} [Tue May 26 21:53:55 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:01:07.064 8 INFO neutron.api.v2.resource [None req-ced2706a-8909-4e84-929c-06fad9562a9d 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 103/207] 199.204.45.129 () {44 vars in 1074 bytes} [Tue May 26 22:01:06 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=0933a3c7a0a046c69c5b5108d9383039 => generated 139 bytes in 161 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/208] 199.204.45.129 () {44 vars in 1097 bytes} [Tue May 26 22:01:07 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=0933a3c7a0a046c69c5b5108d9383039 => generated 23 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/209] 199.204.45.129 () {48 vars in 981 bytes} [Tue May 26 22:01:07 2026] POST /v2.0/security-groups => generated 1624 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/210] 199.204.45.129 () {44 vars in 1088 bytes} [Tue May 26 22:01:08 2026] GET /v2.0/security-groups/b3024288-d218-4d8e-9bfb-a719605b53cc?project_id=0933a3c7a0a046c69c5b5108d9383039 => generated 1624 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/211] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 22:01:08 2026] GET /v2.0/security-groups/b3024288-d218-4d8e-9bfb-a719605b53cc => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/212] 199.204.45.129 () {44 vars in 1088 bytes} [Tue May 26 22:01:08 2026] GET /v2.0/security-groups/b3024288-d218-4d8e-9bfb-a719605b53cc?project_id=0933a3c7a0a046c69c5b5108d9383039 => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/213] 199.204.45.129 () {48 vars in 991 bytes} [Tue May 26 22:01:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/214] 199.204.45.129 () {44 vars in 1088 bytes} [Tue May 26 22:01:09 2026] GET /v2.0/security-groups/b3024288-d218-4d8e-9bfb-a719605b53cc?project_id=0933a3c7a0a046c69c5b5108d9383039 => generated 2234 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/215] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 22:01:09 2026] GET /v2.0/security-groups/b3024288-d218-4d8e-9bfb-a719605b53cc => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/216] 199.204.45.129 () {44 vars in 1088 bytes} [Tue May 26 22:01:09 2026] GET /v2.0/security-groups/b3024288-d218-4d8e-9bfb-a719605b53cc?project_id=0933a3c7a0a046c69c5b5108d9383039 => generated 2234 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/217] 199.204.45.129 () {48 vars in 991 bytes} [Tue May 26 22:01:09 2026] POST /v2.0/security-group-rules => generated 599 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/218] 199.204.45.129 () {44 vars in 1088 bytes} [Tue May 26 22:01:10 2026] GET /v2.0/security-groups/b3024288-d218-4d8e-9bfb-a719605b53cc?project_id=0933a3c7a0a046c69c5b5108d9383039 => generated 2846 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/219] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 22:01:10 2026] GET /v2.0/security-groups/b3024288-d218-4d8e-9bfb-a719605b53cc => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/220] 199.204.45.129 () {44 vars in 1088 bytes} [Tue May 26 22:01:10 2026] GET /v2.0/security-groups/b3024288-d218-4d8e-9bfb-a719605b53cc?project_id=0933a3c7a0a046c69c5b5108d9383039 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/221] 199.204.45.129 () {48 vars in 991 bytes} [Tue May 26 22:01:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/222] 199.204.45.129 () {44 vars in 1088 bytes} [Tue May 26 22:01:11 2026] GET /v2.0/security-groups/b3024288-d218-4d8e-9bfb-a719605b53cc?project_id=0933a3c7a0a046c69c5b5108d9383039 => generated 3460 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/223] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 22:01:12 2026] GET /v2.0/security-groups/b3024288-d218-4d8e-9bfb-a719605b53cc => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/224] 199.204.45.129 () {44 vars in 1088 bytes} [Tue May 26 22:01:12 2026] GET /v2.0/security-groups/b3024288-d218-4d8e-9bfb-a719605b53cc?project_id=0933a3c7a0a046c69c5b5108d9383039 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/225] 199.204.45.129 () {48 vars in 991 bytes} [Tue May 26 22:01:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/244] 199.204.45.129 () {30 vars in 740 bytes} [Tue May 26 22:03:22 2026] GET /v2.0/networks?tenant_id=0933a3c7a0a046c69c5b5108d9383039&shared=False => generated 15 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:03:22.557 7 INFO neutron.db.segments_db [None req-f8d74378-497c-4bc8-93ac-3a5c1f24c360 4349f4963a6d40a7983cc3f627d72e92 0933a3c7a0a046c69c5b5108d9383039 - - 10ad5f0dc5a142a8baf2c3314f3349ba 10ad5f0dc5a142a8baf2c3314f3349ba] Added segment 0d59f94e-1d85-4ff4-a634-73d12f749a2a of type vxlan for network 30962325-c218-4b41-a4e8-980e596343d6 [pid: 7|app: 0|req: 123/245] 199.204.45.129 () {34 vars in 682 bytes} [Tue May 26 22:03:22 2026] POST /v2.0/networks => generated 718 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/246] 199.204.45.129 () {30 vars in 722 bytes} [Tue May 26 22:03:22 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 124/247] 199.204.45.129 () {30 vars in 633 bytes} [Tue May 26 22:03:22 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/248] 199.204.45.129 () {34 vars in 677 bytes} [Tue May 26 22:03:22 2026] POST /v2.0/ports => generated 999 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/249] 199.204.45.129 () {30 vars in 703 bytes} [Tue May 26 22:03:23 2026] GET /v2.0/networks/30962325-c218-4b41-a4e8-980e596343d6 => generated 705 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/250] 199.204.45.129 () {30 vars in 722 bytes} [Tue May 26 22:03:25 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/251] 199.204.45.129 () {30 vars in 703 bytes} [Tue May 26 22:03:25 2026] GET /v2.0/networks/30962325-c218-4b41-a4e8-980e596343d6 => generated 705 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/256] 199.204.45.129 () {44 vars in 975 bytes} [Tue May 26 22:03:50 2026] GET /v2.0/quotas/0933a3c7a0a046c69c5b5108d9383039 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/257] 199.204.45.129 () {48 vars in 1027 bytes} [Tue May 26 22:03:50 2026] PUT /v2.0/quotas/0933a3c7a0a046c69c5b5108d9383039 => generated 291 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:15:20.305 7 INFO neutron.pecan_wsgi.hooks.translation [None req-db20d822-68b3-4eb1-a024-6edeb2044d4d 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 176/350] 199.204.45.129 () {44 vars in 927 bytes} [Tue May 26 22:15:20 2026] GET /v2.0/networks/public => generated 108 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/351] 199.204.45.129 () {44 vars in 949 bytes} [Tue May 26 22:15:20 2026] GET /v2.0/networks?name=public => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:15:21.377 7 INFO neutron.pecan_wsgi.hooks.translation [None req-75b12e82-1904-4cdb-9f12-6c3e52c59471 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 177/352] 199.204.45.129 () {44 vars in 927 bytes} [Tue May 26 22:15:21 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/353] 199.204.45.129 () {44 vars in 949 bytes} [Tue May 26 22:15:21 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-05-26 22:15:21.457 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c7519bc4-8625-47ac-aa38-311772b93232 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 178/354] 199.204.45.129 () {44 vars in 1034 bytes} [Tue May 26 22:15:21 2026] GET /v2.0/subnets/public-subnet?network_id=601f86c1-46c2-4652-a230-88da71920eb9 => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/355] 199.204.45.129 () {44 vars in 1057 bytes} [Tue May 26 22:15:21 2026] GET /v2.0/subnets?name=public-subnet&network_id=601f86c1-46c2-4652-a230-88da71920eb9 => generated 667 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:15:48.344 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0dc1dcf4-1338-45bd-9dab-5aeafd2e3379 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/358] 199.204.45.129 () {44 vars in 937 bytes} [Tue May 26 22:15:48 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/359] 199.204.45.129 () {44 vars in 959 bytes} [Tue May 26 22:15:48 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:15:49.391 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bd8aec60-7020-438d-bdf1-0aac9e6ef267 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 182/362] 199.204.45.129 () {44 vars in 937 bytes} [Tue May 26 22:15:49 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/363] 199.204.45.129 () {44 vars in 959 bytes} [Tue May 26 22:15:49 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:15:49.460 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bbf01a73-c8e5-482e-8432-cb412bcce28a 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/364] 199.204.45.129 () {44 vars in 1036 bytes} [Tue May 26 22:15:49 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=8b2cc538-ab84-42a1-876f-9623c9035ded => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/365] 199.204.45.129 () {44 vars in 1059 bytes} [Tue May 26 22:15:49 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=8b2cc538-ab84-42a1-876f-9623c9035ded => generated 654 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:15:50.479 7 INFO neutron.api.v2.resource [None req-965291a2-d907-4cdd-a839-4ff71ffcab7f 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/366] 199.204.45.129 () {44 vars in 971 bytes} [Tue May 26 22:15:50 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: 8|app: 0|req: 183/367] 199.204.45.129 () {44 vars in 993 bytes} [Tue May 26 22:15:50 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/368] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 22:15:51 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/369] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 22:15:51 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/370] 199.204.45.129 () {44 vars in 1011 bytes} [Tue May 26 22:15:51 2026] GET /v2.0/security-group-rules/b5460e53-c578-48dd-bc3c-4b18a461111d => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/371] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 22:15:52 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/372] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 22:15:52 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => 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: 186/373] 199.204.45.129 () {44 vars in 1011 bytes} [Tue May 26 22:15:52 2026] GET /v2.0/security-group-rules/3f8d347f-144a-4739-a5a3-7829d3707df7 => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/374] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 22:15:53 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/375] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 22:15:53 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/376] 199.204.45.129 () {44 vars in 1011 bytes} [Tue May 26 22:15:53 2026] GET /v2.0/security-group-rules/4a183c38-b096-4c45-8066-ebfad7166b1d => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/377] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 22:15:54 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/378] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 22:15:54 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/379] 199.204.45.129 () {44 vars in 1011 bytes} [Tue May 26 22:15:54 2026] GET /v2.0/security-group-rules/22601030-fa0d-49c0-a3eb-59d16be04638 => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/380] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 22:15:55 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/381] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 22:15:55 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/382] 199.204.45.129 () {44 vars in 1011 bytes} [Tue May 26 22:15:55 2026] GET /v2.0/security-group-rules/be8d4f33-b382-491f-888e-51e2bf275200 => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/383] 199.204.45.129 () {44 vars in 987 bytes} [Tue May 26 22:15:56 2026] GET /v2.0/networks/8b2cc538-ab84-42a1-876f-9623c9035ded => generated 732 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:15:56.739 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cffa2ea5-26e8-4c25-b85d-2fc42076f261 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 193/384] 199.204.45.129 () {44 vars in 1076 bytes} [Tue May 26 22:15:56 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=8b2cc538-ab84-42a1-876f-9623c9035ded => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/385] 199.204.45.129 () {44 vars in 1099 bytes} [Tue May 26 22:15:56 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=8b2cc538-ab84-42a1-876f-9623c9035ded => generated 1254 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/386] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 22:15:56 2026] GET /v2.0/security-groups/4c73a577-7d86-4fcb-b8d3-c14b3e7d8dfe => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:16:04.197 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f6a7ec96-ab3a-46da-8518-3a405b4981b1 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 194/389] 199.204.45.129 () {44 vars in 979 bytes} [Tue May 26 22:16:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/390] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 22:16:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/391] 199.204.45.129 () {44 vars in 920 bytes} [Tue May 26 22:16:05 2026] GET /v2.0/ports => generated 4725 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:16:06.951 7 INFO neutron.api.v2.resource [None req-7297e8e4-b149-44c9-81ed-8486628bbf19 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 197/392] 199.204.45.129 () {44 vars in 959 bytes} [Tue May 26 22:16:06 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/393] 199.204.45.129 () {44 vars in 981 bytes} [Tue May 26 22:16:06 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/394] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 22:16:07 2026] GET /v2.0/security-groups/143b6223-8d1f-46a4-8487-ec07c9885d15 => generated 2886 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/395] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 22:16:07 2026] GET /v2.0/security-groups/143b6223-8d1f-46a4-8487-ec07c9885d15 => generated 2886 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/396] 199.204.45.129 () {44 vars in 1011 bytes} [Tue May 26 22:16:07 2026] GET /v2.0/security-group-rules/851c3e6f-2a09-4e0a-9773-efaab0cda4b8 => generated 623 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/397] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 22:16:08 2026] GET /v2.0/security-groups/143b6223-8d1f-46a4-8487-ec07c9885d15 => generated 2886 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/398] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 22:16:08 2026] GET /v2.0/security-groups/143b6223-8d1f-46a4-8487-ec07c9885d15 => generated 2886 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/399] 199.204.45.129 () {44 vars in 1011 bytes} [Tue May 26 22:16:08 2026] GET /v2.0/security-group-rules/479b9be3-5b52-4359-bb16-d73564fe561b => generated 627 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/402] 199.204.45.129 () {44 vars in 975 bytes} [Tue May 26 22:16:21 2026] GET /v2.0/quotas/d4064c473e5247c7808a6e5bcde9f2f6 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:17:13.298 7 INFO neutron.api.v2.resource [None req-4b07df5b-0189-4ac9-86b7-ff415b9d882d 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 206/409] 199.204.45.129 () {44 vars in 1074 bytes} [Tue May 26 22:17:13 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=0933a3c7a0a046c69c5b5108d9383039 => generated 139 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/410] 199.204.45.129 () {44 vars in 1097 bytes} [Tue May 26 22:17:13 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=0933a3c7a0a046c69c5b5108d9383039 => generated 4072 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/411] 199.204.45.129 () {44 vars in 1088 bytes} [Tue May 26 22:17:14 2026] GET /v2.0/security-groups/b3024288-d218-4d8e-9bfb-a719605b53cc?project_id=0933a3c7a0a046c69c5b5108d9383039 => generated 4075 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/412] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 22:17:14 2026] GET /v2.0/security-groups/b3024288-d218-4d8e-9bfb-a719605b53cc => generated 4075 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/413] 199.204.45.129 () {44 vars in 1011 bytes} [Tue May 26 22:17:14 2026] GET /v2.0/security-group-rules/fef7b09b-bbaf-4947-9275-dcb5408fb266 => generated 597 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/414] 199.204.45.129 () {44 vars in 1088 bytes} [Tue May 26 22:17:15 2026] GET /v2.0/security-groups/b3024288-d218-4d8e-9bfb-a719605b53cc?project_id=0933a3c7a0a046c69c5b5108d9383039 => generated 4075 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/415] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 22:17:15 2026] GET /v2.0/security-groups/b3024288-d218-4d8e-9bfb-a719605b53cc => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/416] 199.204.45.129 () {44 vars in 1011 bytes} [Tue May 26 22:17:15 2026] GET /v2.0/security-group-rules/41ca48f6-495f-4007-8566-14c0330c8a17 => generated 599 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/417] 199.204.45.129 () {44 vars in 1088 bytes} [Tue May 26 22:17:16 2026] GET /v2.0/security-groups/b3024288-d218-4d8e-9bfb-a719605b53cc?project_id=0933a3c7a0a046c69c5b5108d9383039 => generated 4075 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/418] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 22:17:16 2026] GET /v2.0/security-groups/b3024288-d218-4d8e-9bfb-a719605b53cc => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/419] 199.204.45.129 () {44 vars in 1011 bytes} [Tue May 26 22:17:16 2026] GET /v2.0/security-group-rules/b17513a8-bc79-47d4-9de5-a9952c3d3f81 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/420] 199.204.45.129 () {44 vars in 1088 bytes} [Tue May 26 22:17:17 2026] GET /v2.0/security-groups/b3024288-d218-4d8e-9bfb-a719605b53cc?project_id=0933a3c7a0a046c69c5b5108d9383039 => generated 4075 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/421] 199.204.45.129 () {44 vars in 1001 bytes} [Tue May 26 22:17:17 2026] GET /v2.0/security-groups/b3024288-d218-4d8e-9bfb-a719605b53cc => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/422] 199.204.45.129 () {44 vars in 1011 bytes} [Tue May 26 22:17:17 2026] GET /v2.0/security-group-rules/57f1164b-9106-4c88-99f9-354a793e900f => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/425] 199.204.45.129 () {44 vars in 975 bytes} [Tue May 26 22:17:24 2026] GET /v2.0/quotas/0933a3c7a0a046c69c5b5108d9383039 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/432] 199.204.45.129 () {44 vars in 949 bytes} [Tue May 26 22:18:15 2026] GET /v2.0/networks?name=public => generated 753 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/439] 10.0.0.165 () {32 vars in 649 bytes} [Tue May 26 22:18:54 2026] GET /v2.0/networks => generated 2168 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/440] 10.0.0.165 () {32 vars in 655 bytes} [Tue May 26 22:18:56 2026] GET /v2.0/floatingips => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/441] 10.0.0.165 () {32 vars in 647 bytes} [Tue May 26 22:18:56 2026] GET /v2.0/routers => generated 15 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/442] 10.0.0.165 () {32 vars in 643 bytes} [Tue May 26 22:18:56 2026] GET /v2.0/ports => generated 4725 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/443] 10.0.0.165 () {32 vars in 647 bytes} [Tue May 26 22:18:56 2026] GET /v2.0/subnets => generated 1308 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/444] 10.0.0.165 () {32 vars in 649 bytes} [Tue May 26 22:18:56 2026] GET /v2.0/networks => generated 2168 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/445] 10.0.0.165 () {32 vars in 663 bytes} [Tue May 26 22:18:56 2026] GET /v2.0/security-groups => generated 17401 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/446] 10.0.0.165 () {32 vars in 655 bytes} [Tue May 26 22:18:56 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:19:06.926 7 INFO neutron.db.segments_db [None req-465e37d5-43b6-4113-97f8-aeaae7aab714 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment 6f6c9bab-e8e3-42c3-87db-734108e84f09 of type vxlan for network 9e749228-d13c-47e7-9eba-230604d0e957 [pid: 7|app: 0|req: 226/449] 10.0.0.165 () {34 vars in 671 bytes} [Tue May 26 22:19:06 2026] POST /v2.0/networks => generated 752 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:19:07.037 8 INFO neutron.db.segments_db [None req-3dcc65bf-294a-4cde-8328-68f0d262b388 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment 5b3bfc65-7448-4e4f-b2a9-99c9ecec066c of type vxlan for network a680c47b-2042-4120-bc4f-79c9234cf20e [pid: 7|app: 0|req: 227/450] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:19:06 2026] POST /v2.0/subnets => generated 699 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/451] 10.0.0.165 () {34 vars in 671 bytes} [Tue May 26 22:19:06 2026] POST /v2.0/networks => generated 749 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:19:07.212 7 INFO neutron.db.segments_db [None req-4525d912-6c3d-42b2-b1fa-ffb0fe04cb5e 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment fe57fbde-3af2-42a1-9ba9-839030bf6d3e of type vxlan for network ca75ff5f-1044-45c3-9b73-dc2e0ebbdd65 [pid: 8|app: 0|req: 225/452] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:19:07 2026] POST /v2.0/subnets => generated 696 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:19:07.584 7 INFO neutron.db.l3_hamode_db [None req-4525d912-6c3d-42b2-b1fa-ffb0fe04cb5e 1e0d3a72a14c45ee8a53a03bd4b1706a 33489a8c2c004b43b492315e93a44bac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 226/453] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:19:07 2026] GET /v2.0/security-groups?tenant_id=ef8d938e6ce447408b548fa1d6d64d3d&name=default => generated 2921 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:19:07.675 8 INFO neutron.db.segments_db [None req-9ba8513b-f31f-4503-9786-2b1df1d49ea1 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment 77e5705e-7d18-432c-8fb3-e3a6a5b20afb of type vxlan for network fefa1e13-0cc4-474a-bf7b-fab69113e289 2026-05-26 22:19:07.902 8 INFO neutron.db.l3_hamode_db [None req-9ba8513b-f31f-4503-9786-2b1df1d49ea1 1e0d3a72a14c45ee8a53a03bd4b1706a 9446f6c59e8b41feb33b9846f1601c83 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:19:08.331 7 INFO neutron.db.l3_hamode_db [None req-4525d912-6c3d-42b2-b1fa-ffb0fe04cb5e 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:19:08.635 8 INFO neutron.db.l3_hamode_db [None req-9ba8513b-f31f-4503-9786-2b1df1d49ea1 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 228/454] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:19:07 2026] POST /v2.0/routers => generated 739 bytes in 2171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:19:09.570 7 INFO neutron.db.segments_db [None req-c6a1d7d3-1bff-4bed-984a-b97a03a3852b 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment c9583366-df2f-4f17-a5a7-96f78e727261 of type vxlan for network 34a439ff-c679-40d1-a984-79ece8de3bab [pid: 7|app: 0|req: 229/455] 10.0.0.165 () {34 vars in 671 bytes} [Tue May 26 22:19:09 2026] POST /v2.0/networks => generated 747 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/456] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:19:09 2026] DELETE /v2.0/security-groups/85e0bab6-6ec7-4492-bad4-ad090479058d => 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: 227/457] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:19:07 2026] POST /v2.0/routers => generated 736 bytes in 2155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/458] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:19:09 2026] POST /v2.0/subnets => generated 694 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/459] 10.0.0.165 () {34 vars in 783 bytes} [Tue May 26 22:19:09 2026] PUT /v2.0/routers/c12cfc7e-574b-4484-a298-00488c9e962c/add_router_interface => generated 309 bytes in 1233 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:11.044 7 INFO neutron.db.segments_db [None req-6fe16bcf-edc7-437f-b24c-277841a165d7 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment 832c527a-c494-4075-998d-71cc28e03297 of type vxlan for network 8d16cb4f-5681-4364-a541-5759cf4e7cc1 [pid: 8|app: 0|req: 229/460] 10.0.0.165 () {34 vars in 783 bytes} [Tue May 26 22:19:10 2026] PUT /v2.0/routers/17f2508a-934e-4073-b8bb-3b32f1042a5a/add_router_interface => generated 309 bytes in 1245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:11.326 7 INFO neutron.db.l3_hamode_db [None req-6fe16bcf-edc7-437f-b24c-277841a165d7 1e0d3a72a14c45ee8a53a03bd4b1706a 9699c8aeaae342118635bf87a9b1c516 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:19:11.896 8 INFO neutron.db.segments_db [None req-5d953de4-6b8e-4bc2-a32e-34c8b1e8fb9d 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment 2d8cca3a-2f00-49df-9ce2-794c467f6f29 of type vxlan for network d4303000-67d3-4fd0-a549-9370b32cca32 [pid: 8|app: 0|req: 230/461] 10.0.0.165 () {34 vars in 671 bytes} [Tue May 26 22:19:11 2026] POST /v2.0/networks => generated 738 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/462] 10.0.0.165 () {34 vars in 685 bytes} [Tue May 26 22:19:11 2026] POST /v2.0/security-groups => generated 1660 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 22:19:12.134 7 INFO neutron.db.l3_hamode_db [None req-6fe16bcf-edc7-437f-b24c-277841a165d7 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 232/463] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:19:12 2026] POST /v2.0/subnets => generated 685 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/464] 10.0.0.147 () {38 vars in 971 bytes} [Tue May 26 22:19:12 2026] POST /v2.0/security-groups => generated 1684 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/465] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:19:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:19:12.594 8 INFO neutron.db.segments_db [None req-f2f206c8-438c-4aad-9ec4-345647da0e22 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment ba81f293-d511-4d6c-8fb6-b0aa038ad8dd of type vxlan for network 3aac5fda-1455-4caa-8cda-eace621d5227 2026-05-26 22:19:12.806 8 INFO neutron.db.l3_hamode_db [None req-f2f206c8-438c-4aad-9ec4-345647da0e22 1e0d3a72a14c45ee8a53a03bd4b1706a 9d72d4fd577d44b68b998b358581ebc1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 232/466] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:19:10 2026] POST /v2.0/routers => generated 734 bytes in 1900 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/467] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:19:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/468] 10.0.0.147 () {34 vars in 991 bytes} [Tue May 26 22:19:13 2026] GET /v2.0/security-groups/8b16cf75-92d3-422a-8302-8919b9b8852d => generated 1684 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:19:13.573 8 INFO neutron.db.l3_hamode_db [None req-f2f206c8-438c-4aad-9ec4-345647da0e22 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 235/469] 10.0.0.165 () {34 vars in 783 bytes} [Tue May 26 22:19:13 2026] PUT /v2.0/routers/a1df7100-366d-4805-a556-b04cf1efb798/add_router_interface => generated 309 bytes in 983 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/470] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:19:12 2026] POST /v2.0/routers => generated 725 bytes in 1854 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/471] 10.0.0.147 () {38 vars in 981 bytes} [Tue May 26 22:19:14 2026] POST /v2.0/security-group-rules => generated 614 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/472] 10.0.0.165 () {34 vars in 676 bytes} [Tue May 26 22:19:14 2026] POST /v2.0/floatingips => generated 552 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/473] 10.0.0.165 () {34 vars in 685 bytes} [Tue May 26 22:19:14 2026] POST /v2.0/security-groups => generated 1661 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/474] 10.0.0.147 () {38 vars in 971 bytes} [Tue May 26 22:19:14 2026] POST /v2.0/security-groups => generated 1684 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/475] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:19:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/476] 10.0.0.147 () {34 vars in 991 bytes} [Tue May 26 22:19:14 2026] GET /v2.0/security-groups/58fd52e6-3bfe-40e8-bb70-cebf2147c413 => generated 1684 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/477] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:19:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/478] 10.0.0.147 () {34 vars in 1098 bytes} [Tue May 26 22:19:15 2026] GET /v2.0/security-groups?name=tempest-securitygroup--384780058&fields=id&tenant_id=33489a8c2c004b43b492315e93a44bac => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/479] 10.0.0.147 () {38 vars in 981 bytes} [Tue May 26 22:19:15 2026] POST /v2.0/security-group-rules => generated 614 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/480] 10.0.0.165 () {34 vars in 783 bytes} [Tue May 26 22:19:14 2026] PUT /v2.0/routers/f0d00b51-6983-4aba-8efb-5b201756e81d/add_router_interface => generated 309 bytes in 1096 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/481] 10.0.0.165 () {34 vars in 676 bytes} [Tue May 26 22:19:15 2026] POST /v2.0/floatingips => generated 552 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/482] 10.0.0.147 () {34 vars in 982 bytes} [Tue May 26 22:19:15 2026] GET /v2.0/networks?id=9e749228-d13c-47e7-9eba-230604d0e957 => generated 684 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/483] 10.0.0.147 () {34 vars in 991 bytes} [Tue May 26 22:19:15 2026] GET /v2.0/security-groups/58fd52e6-3bfe-40e8-bb70-cebf2147c413 => generated 2309 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/484] 10.0.0.147 () {34 vars in 965 bytes} [Tue May 26 22:19:15 2026] GET /v2.0/quotas/33489a8c2c004b43b492315e93a44bac => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/485] 10.0.0.147 () {34 vars in 1002 bytes} [Tue May 26 22:19:15 2026] GET /v2.0/ports?tenant_id=33489a8c2c004b43b492315e93a44bac&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/486] 10.0.0.147 () {38 vars in 981 bytes} [Tue May 26 22:19:15 2026] POST /v2.0/security-group-rules => generated 619 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/487] 10.0.0.147 () {34 vars in 991 bytes} [Tue May 26 22:19:15 2026] GET /v2.0/security-groups/58fd52e6-3bfe-40e8-bb70-cebf2147c413 => generated 2939 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/488] 10.0.0.147 () {34 vars in 1001 bytes} [Tue May 26 22:19:15 2026] GET /v2.0/security-group-rules/ef0cb350-fda2-43e4-80ed-380ca1748bae => generated 616 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/489] 10.0.0.147 () {34 vars in 991 bytes} [Tue May 26 22:19:15 2026] GET /v2.0/security-groups/58fd52e6-3bfe-40e8-bb70-cebf2147c413 => generated 2939 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/490] 10.0.0.147 () {36 vars in 1023 bytes} [Tue May 26 22:19:16 2026] DELETE /v2.0/security-group-rules/ef0cb350-fda2-43e4-80ed-380ca1748bae => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/491] 10.0.0.147 () {34 vars in 907 bytes} [Tue May 26 22:19:16 2026] GET /v2.0/extensions => generated 21537 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/492] 10.0.0.147 () {34 vars in 991 bytes} [Tue May 26 22:19:16 2026] GET /v2.0/security-groups/58fd52e6-3bfe-40e8-bb70-cebf2147c413 => generated 2309 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/493] 10.0.0.165 () {34 vars in 685 bytes} [Tue May 26 22:19:16 2026] POST /v2.0/security-groups => generated 1660 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/494] 10.0.0.147 () {34 vars in 1008 bytes} [Tue May 26 22:19:16 2026] GET /v2.0/networks/9e749228-d13c-47e7-9eba-230604d0e957?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: 244/495] 10.0.0.147 () {36 vars in 1013 bytes} [Tue May 26 22:19:16 2026] DELETE /v2.0/security-groups/58fd52e6-3bfe-40e8-bb70-cebf2147c413 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/496] 10.0.0.147 () {34 vars in 1108 bytes} [Tue May 26 22:19:16 2026] GET /v2.0/networks/9e749228-d13c-47e7-9eba-230604d0e957?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: 252/497] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:19:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/498] 10.0.0.147 () {34 vars in 991 bytes} [Tue May 26 22:19:16 2026] GET /v2.0/security-groups/8b16cf75-92d3-422a-8302-8919b9b8852d => generated 2309 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/499] 10.0.0.147 () {36 vars in 1013 bytes} [Tue May 26 22:19:16 2026] DELETE /v2.0/security-groups/8b16cf75-92d3-422a-8302-8919b9b8852d => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/500] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:19:16 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: 7|app: 0|req: 254/501] 10.0.0.165 () {34 vars in 676 bytes} [Tue May 26 22:19:16 2026] POST /v2.0/floatingips => generated 552 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/502] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:17 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:19:17.301 8 INFO neutron_taas.services.taas.taas_plugin [None req-8410c5df-2dba-4367-943c-a911b6ae3fbe 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 5aaec9c8-39e3-4711-ae2c-d836254ff466 2026-05-26 22:19:17.309 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8410c5df-2dba-4367-943c-a911b6ae3fbe 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 5aaec9c8-39e3-4711-ae2c-d836254ff466 [pid: 7|app: 0|req: 256/503] 10.0.0.147 () {34 vars in 1098 bytes} [Tue May 26 22:19:17 2026] GET /v2.0/security-groups?name=tempest-securitygroup--174835127&fields=id&tenant_id=9d72d4fd577d44b68b998b358581ebc1 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/504] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:19:16 2026] PUT /v2.0/routers/17f2508a-934e-4073-b8bb-3b32f1042a5a/remove_router_interface => generated 309 bytes in 1429 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/505] 10.0.0.147 () {34 vars in 982 bytes} [Tue May 26 22:19:17 2026] GET /v2.0/networks?id=d4303000-67d3-4fd0-a549-9370b32cca32 => generated 670 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/506] 10.0.0.147 () {34 vars in 965 bytes} [Tue May 26 22:19:17 2026] GET /v2.0/quotas/9d72d4fd577d44b68b998b358581ebc1 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/507] 10.0.0.147 () {34 vars in 1002 bytes} [Tue May 26 22:19:17 2026] GET /v2.0/ports?tenant_id=9d72d4fd577d44b68b998b358581ebc1&fields=id => generated 57 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:19:18.145 8 INFO neutron_taas.services.taas.taas_plugin [None req-c86aaec6-acc8-4628-a90a-8a6d02b2950d 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 1c9b3000-2464-41a0-9371-d55fb0affc07 2026-05-26 22:19:18.147 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c86aaec6-acc8-4628-a90a-8a6d02b2950d 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 1c9b3000-2464-41a0-9371-d55fb0affc07 [pid: 7|app: 0|req: 260/508] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:18 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:19:18.374 8 INFO neutron_taas.services.taas.taas_plugin [None req-c86aaec6-acc8-4628-a90a-8a6d02b2950d 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 3d97fcbb-86e0-47dd-8806-e95b5e6d1b48 2026-05-26 22:19:18.377 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c86aaec6-acc8-4628-a90a-8a6d02b2950d 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 3d97fcbb-86e0-47dd-8806-e95b5e6d1b48 [pid: 7|app: 0|req: 261/509] 10.0.0.147 () {34 vars in 907 bytes} [Tue May 26 22:19:18 2026] GET /v2.0/extensions => generated 21537 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-26 22:19:18.457 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-c86aaec6-acc8-4628-a90a-8a6d02b2950d 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - 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: 262/510] 10.0.0.147 () {34 vars in 1008 bytes} [Tue May 26 22:19:18 2026] GET /v2.0/networks/d4303000-67d3-4fd0-a549-9370b32cca32?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: 263/511] 10.0.0.147 () {34 vars in 1108 bytes} [Tue May 26 22:19:18 2026] GET /v2.0/networks/d4303000-67d3-4fd0-a549-9370b32cca32?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: 264/512] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:18 2026] GET /v2.0/ports?device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:19:18.903 8 INFO neutron.db.l3_hamode_db [None req-c86aaec6-acc8-4628-a90a-8a6d02b2950d 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] HA network fefa1e13-0cc4-474a-bf7b-fab69113e289 was deleted as no HA routers are present in tenant 9446f6c59e8b41feb33b9846f1601c83. [pid: 8|app: 0|req: 249/513] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:19:17 2026] DELETE /v2.0/routers/17f2508a-934e-4073-b8bb-3b32f1042a5a => generated 0 bytes in 1012 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/514] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:19:18 2026] DELETE /v2.0/subnets/e13fdc50-dc3b-4b4a-a0c0-6b5e013979b6 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:19:19.222 8 INFO neutron.services.segments.plugin [-] Segment 77e5705e-7d18-432c-8fb3-e3a6a5b20afb resource provider aggregate not found 2026-05-26 22:19:19.229 8 INFO neutron.services.segments.plugin [-] Segment 77e5705e-7d18-432c-8fb3-e3a6a5b20afb resource provider aggregate not found 2026-05-26 22:19:19.248 8 INFO neutron.services.segments.plugin [-] Segment 77e5705e-7d18-432c-8fb3-e3a6a5b20afb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77e5705e-7d18-432c-8fb3-e3a6a5b20afb found for delete ", "request_id": "req-60f2305f-3f42-45db-b6ab-1ff5dfae6200"}]} 2026-05-26 22:19:19.255 8 INFO neutron.services.segments.plugin [-] Segment 77e5705e-7d18-432c-8fb3-e3a6a5b20afb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77e5705e-7d18-432c-8fb3-e3a6a5b20afb found for delete ", "request_id": "req-94eafa6c-accb-44cd-a1f8-302f4a82228c"}]} 2026-05-26 22:19:19.267 8 INFO neutron_taas.services.taas.taas_plugin [None req-2fa72144-868c-46eb-8ab3-f46b62c2d8ce 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: ae407195-228b-4371-9ed0-eb2f3587e34e 2026-05-26 22:19:19.269 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fa72144-868c-46eb-8ab3-f46b62c2d8ce 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: ae407195-228b-4371-9ed0-eb2f3587e34e [pid: 7|app: 0|req: 268/517] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:19 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => 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: 250/518] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:19:19 2026] DELETE /v2.0/networks/a680c47b-2042-4120-bc4f-79c9234cf20e => generated 0 bytes in 376 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/519] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:19:19 2026] GET /v2.0/security-groups?tenant_id=9446f6c59e8b41feb33b9846f1601c83&name=default => generated 2921 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/520] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:19:19 2026] DELETE /v2.0/security-groups/655eadba-f72f-410c-b244-443fa351dc27 => 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: 270/521] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:19 2026] GET /v2.0/ports?device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => 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: 252/522] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:20 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/523] 10.0.0.147 () {34 vars in 1100 bytes} [Tue May 26 22:19:20 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1647144271&fields=id&tenant_id=9699c8aeaae342118635bf87a9b1c516 => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/524] 10.0.0.147 () {34 vars in 982 bytes} [Tue May 26 22:19:20 2026] GET /v2.0/networks?id=34a439ff-c679-40d1-a984-79ece8de3bab => generated 679 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/525] 10.0.0.147 () {34 vars in 965 bytes} [Tue May 26 22:19:20 2026] GET /v2.0/quotas/9699c8aeaae342118635bf87a9b1c516 => 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: 254/526] 10.0.0.147 () {34 vars in 1002 bytes} [Tue May 26 22:19:20 2026] GET /v2.0/ports?tenant_id=9699c8aeaae342118635bf87a9b1c516&fields=id => generated 103 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/527] 10.0.0.147 () {34 vars in 1008 bytes} [Tue May 26 22:19:20 2026] GET /v2.0/networks/34a439ff-c679-40d1-a984-79ece8de3bab?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/528] 10.0.0.147 () {34 vars in 1108 bytes} [Tue May 26 22:19:20 2026] GET /v2.0/networks/34a439ff-c679-40d1-a984-79ece8de3bab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/529] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:20 2026] GET /v2.0/ports?device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => 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: 256/530] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:21 2026] GET /v2.0/ports?device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:19:21.283 8 INFO neutron.services.segments.plugin [-] Segment 5b3bfc65-7448-4e4f-b2a9-99c9ecec066c resource provider aggregate not found 2026-05-26 22:19:21.295 8 INFO neutron.services.segments.plugin [-] Segment 5b3bfc65-7448-4e4f-b2a9-99c9ecec066c resource provider aggregate not found 2026-05-26 22:19:21.306 8 INFO neutron.services.segments.plugin [-] Segment 5b3bfc65-7448-4e4f-b2a9-99c9ecec066c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b3bfc65-7448-4e4f-b2a9-99c9ecec066c found for delete ", "request_id": "req-d5b1f77c-d781-420a-ab68-7d4241748afd"}]} 2026-05-26 22:19:21.319 8 INFO neutron.services.segments.plugin [-] Segment 5b3bfc65-7448-4e4f-b2a9-99c9ecec066c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b3bfc65-7448-4e4f-b2a9-99c9ecec066c found for delete ", "request_id": "req-e1b15076-258f-4ad1-add2-76dd9369145a"}]} [pid: 8|app: 0|req: 257/531] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:19:21 2026] GET /v2.0/networks?id=9e749228-d13c-47e7-9eba-230604d0e957 => generated 684 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/532] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:21 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/533] 199.204.45.129 () {34 vars in 911 bytes} [Tue May 26 22:19:21 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-26 22:19:21.749 7 INFO neutron.db.segments_db [None req-0b21e2d7-ff77-4198-814a-2bd0a4e672bc 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment d4e53d3f-2b15-4e9d-ba13-b143cba0f1db of type vxlan for network bbb10806-49fd-4a55-a8b7-b307479d4dd9 [pid: 8|app: 0|req: 260/534] 199.204.45.129 () {34 vars in 1050 bytes} [Tue May 26 22:19:21 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=33489a8c2c004b43b492315e93a44bac => generated 180 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/535] 10.0.0.165 () {34 vars in 671 bytes} [Tue May 26 22:19:21 2026] POST /v2.0/networks => generated 744 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/536] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:19:21 2026] POST /v2.0/subnets => generated 691 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/537] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:22 2026] GET /v2.0/ports?device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:19:22.121 7 INFO neutron.db.segments_db [None req-df83f864-4f6c-4531-837a-0fde5d9b7d34 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment a0d27039-7f48-4bae-a7da-9610fef585a7 of type vxlan for network f6cc5a7d-55de-45a1-9016-ce8f22c4de96 [pid: 8|app: 0|req: 261/538] 199.204.45.129 () {38 vars in 955 bytes} [Tue May 26 22:19:21 2026] POST /v2.0/ports => generated 958 bytes in 457 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: 262/539] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:22 2026] GET /v2.0/ports?device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:19:22.412 7 INFO neutron.db.l3_hamode_db [None req-df83f864-4f6c-4531-837a-0fde5d9b7d34 1e0d3a72a14c45ee8a53a03bd4b1706a 8de05c8fe68341b1aeab76d3657b0429 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 263/540] 199.204.45.129 () {38 vars in 1028 bytes} [Tue May 26 22:19:22 2026] PUT /v2.0/ports/ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f => generated 1239 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 264/541] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:23 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:23.139 7 INFO neutron.db.l3_hamode_db [None req-df83f864-4f6c-4531-837a-0fde5d9b7d34 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 265/542] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:23 2026] GET /v2.0/security-groups?id=d06772c6-e97e-4b41-b763-095302c48914&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: 266/543] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:23 2026] GET /v2.0/ports?device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => 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: 267/544] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:19:23 2026] GET /v2.0/networks?id=d4303000-67d3-4fd0-a549-9370b32cca32 => generated 670 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/545] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:23 2026] GET /v2.0/ports?device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => 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: 269/546] 199.204.45.129 () {34 vars in 1050 bytes} [Tue May 26 22:19:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9d72d4fd577d44b68b998b358581ebc1 => generated 180 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:23.566 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ef7c332-8f18-4f93-8a94-ee26d9d7e4dc'] response: {'name': 'network-changed', 'server_uuid': '32dc01ea-0759-43ba-80c7-bce1f31636ab', 'tag': 'ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 270/547] 199.204.45.129 () {38 vars in 955 bytes} [Tue May 26 22:19:23 2026] POST /v2.0/ports => generated 954 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 278/548] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:19:22 2026] POST /v2.0/routers => generated 731 bytes in 1822 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/549] 199.204.45.129 () {38 vars in 1028 bytes} [Tue May 26 22:19:23 2026] PUT /v2.0/ports/6ba00ca8-4978-42a5-9fa4-fc2830e7ee01 => generated 1235 bytes in 388 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: 272/550] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:19:24 2026] GET /v2.0/ports?tenant_id=33489a8c2c004b43b492315e93a44bac&device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 1242 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/551] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:24 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/552] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:24 2026] GET /v2.0/ports?device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/553] 199.204.45.129 () {34 vars in 1060 bytes} [Tue May 26 22:19:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/554] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:24 2026] GET /v2.0/security-groups?id=d06772c6-e97e-4b41-b763-095302c48914&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/555] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:24 2026] GET /v2.0/security-groups?id=7b0e3224-a01d-4bbc-b059-31ab7776f380&fields=id&fields=name => generated 113 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/556] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:19:24 2026] GET /v2.0/subnets?id=3dac5cad-6f26-4628-ac58-2d8014d36a92 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/557] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:19:24 2026] GET /v2.0/ports?network_id=9e749228-d13c-47e7-9eba-230604d0e957&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/558] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:24 2026] GET /v2.0/ports?device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => 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: 281/559] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:19:24 2026] GET /v2.0/networks/9e749228-d13c-47e7-9eba-230604d0e957?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/560] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:19:24 2026] GET /v2.0/networks/9e749228-d13c-47e7-9eba-230604d0e957?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: 279/561] 10.0.0.165 () {34 vars in 783 bytes} [Tue May 26 22:19:23 2026] PUT /v2.0/routers/c326c19f-d160-423f-a428-8b98f6c7229f/add_router_interface => generated 309 bytes in 1071 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/562] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:19:25 2026] GET /v2.0/ports?tenant_id=9d72d4fd577d44b68b998b358581ebc1&device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/563] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:19:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=6ba00ca8-4978-42a5-9fa4-fc2830e7ee01 => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/564] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:19:25 2026] GET /v2.0/subnets?id=94b174c7-7d94-4a24-87a4-211be7bd5280 => generated 688 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/565] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:25 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/566] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:19:25 2026] GET /v2.0/ports?network_id=d4303000-67d3-4fd0-a549-9370b32cca32&device_owner=network%3Adhcp => generated 1244 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/567] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:19:25 2026] GET /v2.0/networks?id=34a439ff-c679-40d1-a984-79ece8de3bab => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/568] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:19:25 2026] GET /v2.0/networks/d4303000-67d3-4fd0-a549-9370b32cca32?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/569] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:25 2026] GET /v2.0/security-groups?id=d06772c6-e97e-4b41-b763-095302c48914&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: 285/570] 199.204.45.129 () {34 vars in 1050 bytes} [Tue May 26 22:19:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9699c8aeaae342118635bf87a9b1c516 => generated 181 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/571] 10.0.0.147 () {38 vars in 971 bytes} [Tue May 26 22:19:25 2026] POST /v2.0/security-groups => generated 1681 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/572] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:19:25 2026] GET /v2.0/ports?tenant_id=33489a8c2c004b43b492315e93a44bac&device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/573] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:19:25 2026] GET /v2.0/networks/d4303000-67d3-4fd0-a549-9370b32cca32?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: 288/574] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:25 2026] GET /v2.0/ports?device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/575] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:25 2026] GET /v2.0/ports?device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:19:25.780 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6fb54b87-00ea-4bf3-9449-2d0b9ce9a4ce'] response: {'name': 'network-changed', 'server_uuid': 'ca50132d-4f65-445c-b96b-cf23d44761a8', 'tag': '6ba00ca8-4978-42a5-9fa4-fc2830e7ee01', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 290/576] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:19:25 2026] GET /v2.0/networks?id=9e749228-d13c-47e7-9eba-230604d0e957 => generated 780 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/577] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:25 2026] GET /v2.0/security-groups?id=7b0e3224-a01d-4bbc-b059-31ab7776f380&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/578] 10.0.0.147 () {38 vars in 971 bytes} [Tue May 26 22:19:25 2026] POST /v2.0/security-groups => generated 1682 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/579] 199.204.45.129 () {34 vars in 1060 bytes} [Tue May 26 22:19:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f => 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: 294/580] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:19:25 2026] GET /v2.0/subnets?id=3dac5cad-6f26-4628-ac58-2d8014d36a92 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/581] 10.0.0.147 () {38 vars in 971 bytes} [Tue May 26 22:19:25 2026] POST /v2.0/security-groups => generated 1680 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/582] 199.204.45.129 () {38 vars in 955 bytes} [Tue May 26 22:19:25 2026] POST /v2.0/ports => generated 954 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/583] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:19:26 2026] GET /v2.0/ports?network_id=9e749228-d13c-47e7-9eba-230604d0e957&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 297/584] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:19:26 2026] GET /v2.0/networks/9e749228-d13c-47e7-9eba-230604d0e957?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: 298/585] 10.0.0.147 () {34 vars in 1002 bytes} [Tue May 26 22:19:26 2026] GET /v2.0/security-groups?tenant_id=8de05c8fe68341b1aeab76d3657b0429 => generated 7908 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/586] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:19:26 2026] GET /v2.0/networks/9e749228-d13c-47e7-9eba-230604d0e957?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: 300/587] 10.0.0.147 () {34 vars in 991 bytes} [Tue May 26 22:19:26 2026] GET /v2.0/security-groups/1d9cd27f-4bf8-480f-9c78-e77e152bf5c1 => generated 2922 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/588] 10.0.0.147 () {34 vars in 991 bytes} [Tue May 26 22:19:26 2026] GET /v2.0/security-groups/1d9cd27f-4bf8-480f-9c78-e77e152bf5c1 => generated 2922 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/589] 10.0.0.147 () {34 vars in 991 bytes} [Tue May 26 22:19:26 2026] GET /v2.0/security-groups/b3dc3e72-fe2e-44c0-938e-6d1e50d212b9 => generated 1681 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/590] 10.0.0.147 () {36 vars in 1013 bytes} [Tue May 26 22:19:26 2026] DELETE /v2.0/security-groups/b3dc3e72-fe2e-44c0-938e-6d1e50d212b9 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:19:26.498 8 INFO neutron.api.v2.resource [req-4446fa06-95e6-474e-9503-4ef1b12ac175 req-1444f37e-7b56-4882-b5c2-3df324b65780 41dd1678eb1944d88c71993000f2f85e 8de05c8fe68341b1aeab76d3657b0429 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 304/591] 10.0.0.147 () {34 vars in 991 bytes} [Tue May 26 22:19:26 2026] GET /v2.0/security-groups/b3dc3e72-fe2e-44c0-938e-6d1e50d212b9 => generated 146 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/592] 10.0.0.147 () {34 vars in 991 bytes} [Tue May 26 22:19:26 2026] GET /v2.0/security-groups/d4c21eb1-6d75-4b70-a763-79c82a88ce75 => generated 1682 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/593] 199.204.45.129 () {38 vars in 1028 bytes} [Tue May 26 22:19:26 2026] PUT /v2.0/ports/82415e05-3f4f-4f8a-9ebb-8d3faa615832 => generated 1235 bytes in 526 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/594] 10.0.0.147 () {36 vars in 1013 bytes} [Tue May 26 22:19:26 2026] DELETE /v2.0/security-groups/d4c21eb1-6d75-4b70-a763-79c82a88ce75 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 22:19:26.701 7 INFO neutron.api.v2.resource [req-32ea4d34-ebb9-430b-b74c-afcec3f0e05e req-4d8c350b-72fb-4f35-bd89-bb802a3ac2a4 41dd1678eb1944d88c71993000f2f85e 8de05c8fe68341b1aeab76d3657b0429 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 289/595] 10.0.0.147 () {34 vars in 991 bytes} [Tue May 26 22:19:26 2026] GET /v2.0/security-groups/d4c21eb1-6d75-4b70-a763-79c82a88ce75 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/596] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:26 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => 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: 308/597] 10.0.0.147 () {34 vars in 991 bytes} [Tue May 26 22:19:26 2026] GET /v2.0/security-groups/b06b3e8a-61e3-43a0-918b-9e6e505ae2e8 => generated 1680 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/598] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:26 2026] GET /v2.0/security-groups?id=d06772c6-e97e-4b41-b763-095302c48914&fields=id&fields=name => generated 113 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/599] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:19:26 2026] GET /v2.0/ports?tenant_id=9d72d4fd577d44b68b998b358581ebc1&device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => generated 1238 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/600] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:19:26 2026] GET /v2.0/networks?id=d4303000-67d3-4fd0-a549-9370b32cca32 => generated 766 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/601] 10.0.0.147 () {36 vars in 1013 bytes} [Tue May 26 22:19:26 2026] DELETE /v2.0/security-groups/b06b3e8a-61e3-43a0-918b-9e6e505ae2e8 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/602] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:26 2026] GET /v2.0/ports?device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => 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: 311/603] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:19:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=6ba00ca8-4978-42a5-9fa4-fc2830e7ee01 => 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: 312/604] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:26 2026] GET /v2.0/security-groups?id=ad3d8435-8aec-4c16-8cde-9e7a19647a79&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: 293/605] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:19:26 2026] GET /v2.0/subnets?id=94b174c7-7d94-4a24-87a4-211be7bd5280 => generated 688 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/606] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:26 2026] GET /v2.0/ports?device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => generated 969 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:26.940 8 INFO neutron.api.v2.resource [req-4033e21b-fe00-4496-99c5-73a71806915f req-f7cec260-0612-4596-a74c-c75e537bc0a7 41dd1678eb1944d88c71993000f2f85e 8de05c8fe68341b1aeab76d3657b0429 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 294/607] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:19:26 2026] GET /v2.0/ports?network_id=d4303000-67d3-4fd0-a549-9370b32cca32&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: 8|app: 0|req: 314/608] 10.0.0.147 () {34 vars in 991 bytes} [Tue May 26 22:19:26 2026] GET /v2.0/security-groups/b06b3e8a-61e3-43a0-918b-9e6e505ae2e8 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/609] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:26 2026] GET /v2.0/security-groups?id=7b0e3224-a01d-4bbc-b059-31ab7776f380&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/610] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:19:26 2026] GET /v2.0/networks/d4303000-67d3-4fd0-a549-9370b32cca32?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: 296/611] 10.0.0.147 () {34 vars in 1002 bytes} [Tue May 26 22:19:26 2026] GET /v2.0/security-groups?tenant_id=8de05c8fe68341b1aeab76d3657b0429 => 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: 316/612] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:19:27 2026] GET /v2.0/networks/d4303000-67d3-4fd0-a549-9370b32cca32?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/613] 10.0.0.147 () {34 vars in 991 bytes} [Tue May 26 22:19:27 2026] GET /v2.0/security-groups/1d9cd27f-4bf8-480f-9c78-e77e152bf5c1 => generated 2922 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/614] 10.0.0.147 () {34 vars in 991 bytes} [Tue May 26 22:19:27 2026] GET /v2.0/security-groups/1d9cd27f-4bf8-480f-9c78-e77e152bf5c1 => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:19:27.166 7 INFO neutron.api.v2.resource [req-40622ff0-9f17-4531-90e4-af5dec4a1543 req-4abe4988-cdbb-4faa-9ff7-2f29ed4eb26c 41dd1678eb1944d88c71993000f2f85e 8de05c8fe68341b1aeab76d3657b0429 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 298/615] 10.0.0.147 () {34 vars in 991 bytes} [Tue May 26 22:19:27 2026] GET /v2.0/security-groups/b06b3e8a-61e3-43a0-918b-9e6e505ae2e8 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:19:27.174 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-df8fbb51-10c1-4f25-bd07-ae479302722f'] response: {'name': 'network-changed', 'server_uuid': 'b11547aa-ef1e-49e4-ad94-8842823a859d', 'tag': '82415e05-3f4f-4f8a-9ebb-8d3faa615832', 'status': 'completed', 'code': 200} 2026-05-26 22:19:27.197 8 INFO neutron.api.v2.resource [req-a6cfcd45-1c3c-4417-94c0-fa18c021a6a7 req-4843276d-c851-4a13-a534-8b45f30cd093 41dd1678eb1944d88c71993000f2f85e 8de05c8fe68341b1aeab76d3657b0429 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 318/616] 10.0.0.147 () {34 vars in 991 bytes} [Tue May 26 22:19:27 2026] GET /v2.0/security-groups/d4c21eb1-6d75-4b70-a763-79c82a88ce75 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:19:27.229 7 INFO neutron.api.v2.resource [req-758ab490-048b-44db-8276-c08ecee9f7c2 req-6bbcc846-b7c1-4c63-87f8-626f40c251ef 41dd1678eb1944d88c71993000f2f85e 8de05c8fe68341b1aeab76d3657b0429 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 299/617] 10.0.0.147 () {34 vars in 991 bytes} [Tue May 26 22:19:27 2026] GET /v2.0/security-groups/b3dc3e72-fe2e-44c0-938e-6d1e50d212b9 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:19:27.627 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd95e4ad-3298-4a75-a8cb-c3aecade2b11 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 5f0bc1f2-7655-4f7f-b43f-0647407f8de3 2026-05-26 22:19:27.635 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd95e4ad-3298-4a75-a8cb-c3aecade2b11 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 5f0bc1f2-7655-4f7f-b43f-0647407f8de3 [pid: 7|app: 0|req: 300/618] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:19:27 2026] GET /v2.0/ports?tenant_id=9699c8aeaae342118635bf87a9b1c516&device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/619] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:19:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=82415e05-3f4f-4f8a-9ebb-8d3faa615832 => 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: 302/620] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:19:27 2026] GET /v2.0/subnets?id=79f232b6-37c7-4276-9091-08c675a3ab37 => generated 697 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/621] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:19:27 2026] GET /v2.0/ports?network_id=34a439ff-c679-40d1-a984-79ece8de3bab&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/622] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:19:27 2026] GET /v2.0/networks/34a439ff-c679-40d1-a984-79ece8de3bab?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: 305/623] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:27 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/624] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:19:27 2026] GET /v2.0/networks/34a439ff-c679-40d1-a984-79ece8de3bab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/625] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:27 2026] GET /v2.0/security-groups?id=d06772c6-e97e-4b41-b763-095302c48914&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/626] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:27 2026] GET /v2.0/ports?device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/627] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:28 2026] GET /v2.0/security-groups?id=ad3d8435-8aec-4c16-8cde-9e7a19647a79&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: 310/628] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:28 2026] GET /v2.0/ports?device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/629] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:28 2026] GET /v2.0/security-groups?id=7b0e3224-a01d-4bbc-b059-31ab7776f380&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/630] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:19:27 2026] PUT /v2.0/routers/c326c19f-d160-423f-a428-8b98f6c7229f/remove_router_interface => generated 309 bytes in 939 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:28.424 7 INFO neutron_taas.services.taas.taas_plugin [None req-c87dca29-c440-4ebe-a6fd-196bf98df618 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: efc2557f-34ff-43d2-b554-4efd43e9adb4 2026-05-26 22:19:28.431 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c87dca29-c440-4ebe-a6fd-196bf98df618 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: efc2557f-34ff-43d2-b554-4efd43e9adb4 2026-05-26 22:19:28.725 7 INFO neutron_taas.services.taas.taas_plugin [None req-c87dca29-c440-4ebe-a6fd-196bf98df618 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 51ea4c7c-0030-4dd7-83b1-018f634c94ea 2026-05-26 22:19:28.727 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c87dca29-c440-4ebe-a6fd-196bf98df618 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 51ea4c7c-0030-4dd7-83b1-018f634c94ea 2026-05-26 22:19:28.806 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-c87dca29-c440-4ebe-a6fd-196bf98df618 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - 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: 8|app: 0|req: 320/631] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:19:28 2026] GET /v2.0/ports?tenant_id=9699c8aeaae342118635bf87a9b1c516&device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => generated 1238 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/632] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:29 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 973 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/633] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:19:29 2026] GET /v2.0/networks?id=34a439ff-c679-40d1-a984-79ece8de3bab => generated 775 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:29.243 7 INFO neutron.db.l3_hamode_db [None req-c87dca29-c440-4ebe-a6fd-196bf98df618 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] HA network f6cc5a7d-55de-45a1-9016-ce8f22c4de96 was deleted as no HA routers are present in tenant 8de05c8fe68341b1aeab76d3657b0429. [pid: 7|app: 0|req: 312/634] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:19:28 2026] DELETE /v2.0/routers/c326c19f-d160-423f-a428-8b98f6c7229f => generated 0 bytes in 1064 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/635] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:29 2026] GET /v2.0/ports?device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/636] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:29 2026] GET /v2.0/security-groups?id=d06772c6-e97e-4b41-b763-095302c48914&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/637] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:19:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=82415e05-3f4f-4f8a-9ebb-8d3faa615832 => 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: 325/638] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:29 2026] GET /v2.0/security-groups?id=ad3d8435-8aec-4c16-8cde-9e7a19647a79&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: 326/639] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:19:29 2026] GET /v2.0/subnets?id=79f232b6-37c7-4276-9091-08c675a3ab37 => generated 697 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/640] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:29 2026] GET /v2.0/ports?device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/641] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:19:29 2026] DELETE /v2.0/subnets/48f089bc-8390-427f-95f2-bd90ed58150f => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/642] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:19:29 2026] GET /v2.0/ports?network_id=34a439ff-c679-40d1-a984-79ece8de3bab&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/643] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:29 2026] GET /v2.0/security-groups?id=7b0e3224-a01d-4bbc-b059-31ab7776f380&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: 316/644] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:19:29 2026] GET /v2.0/networks/34a439ff-c679-40d1-a984-79ece8de3bab?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/645] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:19:29 2026] GET /v2.0/networks/34a439ff-c679-40d1-a984-79ece8de3bab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:19:29.572 8 INFO neutron_taas.services.taas.taas_plugin [None req-d6dee79e-fb19-4b72-a813-d80b8fcd94df 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 1da4c6e6-c0be-4795-96cf-cdcb5a4f6126 2026-05-26 22:19:29.576 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6dee79e-fb19-4b72-a813-d80b8fcd94df 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 1da4c6e6-c0be-4795-96cf-cdcb5a4f6126 2026-05-26 22:19:29.645 7 INFO neutron.services.segments.plugin [-] Segment a0d27039-7f48-4bae-a7da-9610fef585a7 resource provider aggregate not found 2026-05-26 22:19:29.649 7 INFO neutron.services.segments.plugin [-] Segment a0d27039-7f48-4bae-a7da-9610fef585a7 resource provider aggregate not found 2026-05-26 22:19:29.674 7 INFO neutron.services.segments.plugin [-] Segment a0d27039-7f48-4bae-a7da-9610fef585a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0d27039-7f48-4bae-a7da-9610fef585a7 found for delete ", "request_id": "req-041b16a4-83a8-4def-b530-bdaae5c3fe3e"}]} 2026-05-26 22:19:29.680 7 INFO neutron.services.segments.plugin [-] Segment a0d27039-7f48-4bae-a7da-9610fef585a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0d27039-7f48-4bae-a7da-9610fef585a7 found for delete ", "request_id": "req-75f58964-967a-4503-bce2-45487063e2af"}]} 2026-05-26 22:19:29.755 8 INFO neutron.services.segments.plugin [-] Segment d4e53d3f-2b15-4e9d-ba13-b143cba0f1db resource provider aggregate not found 2026-05-26 22:19:29.758 8 INFO neutron.services.segments.plugin [-] Segment d4e53d3f-2b15-4e9d-ba13-b143cba0f1db resource provider aggregate not found 2026-05-26 22:19:29.781 8 INFO neutron.services.segments.plugin [-] Segment d4e53d3f-2b15-4e9d-ba13-b143cba0f1db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4e53d3f-2b15-4e9d-ba13-b143cba0f1db found for delete ", "request_id": "req-39f0e869-de1a-4fef-ab4b-a3bf6cbf95a8"}]} [pid: 8|app: 0|req: 329/646] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:19:29 2026] DELETE /v2.0/networks/bbb10806-49fd-4a55-a8b7-b307479d4dd9 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:19:29.785 8 INFO neutron.services.segments.plugin [-] Segment d4e53d3f-2b15-4e9d-ba13-b143cba0f1db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4e53d3f-2b15-4e9d-ba13-b143cba0f1db found for delete ", "request_id": "req-fcfbf26b-3eac-4da9-9bef-e204ecfb559c"}]} [pid: 7|app: 0|req: 318/647] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:19:29 2026] GET /v2.0/security-groups?tenant_id=8de05c8fe68341b1aeab76d3657b0429&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: 330/648] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:19:29 2026] DELETE /v2.0/security-groups/1d9cd27f-4bf8-480f-9c78-e77e152bf5c1 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/649] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:30 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/650] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:30 2026] GET /v2.0/security-groups?id=d06772c6-e97e-4b41-b763-095302c48914&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/651] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:30 2026] GET /v2.0/ports?device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => 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: 332/652] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:30 2026] GET /v2.0/security-groups?id=ad3d8435-8aec-4c16-8cde-9e7a19647a79&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: 321/653] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:30 2026] GET /v2.0/ports?device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/654] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:30 2026] GET /v2.0/security-groups?id=7b0e3224-a01d-4bbc-b059-31ab7776f380&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: 322/655] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:31 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/656] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:31 2026] GET /v2.0/security-groups?id=d06772c6-e97e-4b41-b763-095302c48914&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/657] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:31 2026] GET /v2.0/ports?device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => generated 969 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/658] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:31 2026] GET /v2.0/security-groups?id=ad3d8435-8aec-4c16-8cde-9e7a19647a79&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: 324/659] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:31 2026] GET /v2.0/ports?device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/660] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:31 2026] GET /v2.0/security-groups?id=7b0e3224-a01d-4bbc-b059-31ab7776f380&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-05-26 22:19:32.182 7 INFO neutron.db.segments_db [None req-41784db1-5338-4275-9cd0-ac27781b2250 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment 7ce3473a-cbad-4f28-b895-a11ebdd60630 of type vxlan for network c0bfa5ea-40f1-446e-86f9-b8ac84962450 [pid: 7|app: 0|req: 325/661] 10.0.0.165 () {34 vars in 671 bytes} [Tue May 26 22:19:31 2026] POST /v2.0/networks => generated 744 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/662] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:19:32 2026] POST /v2.0/subnets => generated 691 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:19:32.553 7 INFO neutron.db.segments_db [None req-d30dd142-7a05-419a-9093-984d98b1cd4f 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment 073c344f-2066-4065-a797-7cf3a6b06ce3 of type vxlan for network 0ce466f9-beed-4cbf-9f1b-799d470772a8 [pid: 8|app: 0|req: 338/663] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:32 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/664] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:32 2026] GET /v2.0/security-groups?id=d06772c6-e97e-4b41-b763-095302c48914&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: 340/665] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:32 2026] GET /v2.0/ports?device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/666] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:32 2026] GET /v2.0/security-groups?id=ad3d8435-8aec-4c16-8cde-9e7a19647a79&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:32.853 7 INFO neutron.db.l3_hamode_db [None req-d30dd142-7a05-419a-9093-984d98b1cd4f 1e0d3a72a14c45ee8a53a03bd4b1706a 6db4d290101d4a2a9ae5aab422bdaa53 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 342/667] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:32 2026] GET /v2.0/ports?device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/668] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:32 2026] GET /v2.0/security-groups?id=7b0e3224-a01d-4bbc-b059-31ab7776f380&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: 344/669] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:33 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/670] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:33 2026] GET /v2.0/security-groups?id=d06772c6-e97e-4b41-b763-095302c48914&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/671] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:33 2026] GET /v2.0/ports?device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/672] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:33 2026] GET /v2.0/security-groups?id=ad3d8435-8aec-4c16-8cde-9e7a19647a79&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/673] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:33 2026] GET /v2.0/ports?device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => generated 971 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/674] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:34 2026] GET /v2.0/security-groups?id=7b0e3224-a01d-4bbc-b059-31ab7776f380&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:34.176 7 INFO neutron.db.l3_hamode_db [None req-d30dd142-7a05-419a-9093-984d98b1cd4f 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 352/677] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:34 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/678] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:34 2026] GET /v2.0/security-groups?id=d06772c6-e97e-4b41-b763-095302c48914&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/679] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:35 2026] GET /v2.0/ports?device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => 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: 326/680] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:19:32 2026] POST /v2.0/routers => generated 731 bytes in 2630 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/681] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:35 2026] GET /v2.0/security-groups?id=ad3d8435-8aec-4c16-8cde-9e7a19647a79&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/682] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:35 2026] GET /v2.0/ports?device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => generated 971 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/683] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:35 2026] GET /v2.0/security-groups?id=7b0e3224-a01d-4bbc-b059-31ab7776f380&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: 358/684] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:35 2026] GET /v2.0/ports?device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => 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: 327/685] 10.0.0.165 () {34 vars in 783 bytes} [Tue May 26 22:19:35 2026] PUT /v2.0/routers/c1902a77-73bf-4fa8-b528-0cb75665c3f2/add_router_interface => generated 309 bytes in 1144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/686] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:36 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/687] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:36 2026] GET /v2.0/ports?device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/688] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:36 2026] GET /v2.0/security-groups?id=d06772c6-e97e-4b41-b763-095302c48914&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: 331/689] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:36 2026] GET /v2.0/security-groups?id=ad3d8435-8aec-4c16-8cde-9e7a19647a79&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:36.816 8 INFO neutron.db.l3_db [None req-13712160-bfda-47dc-a5f9-a2dccdeac96f 0c5a6ee039ec43f5911126987b96e28d 9d72d4fd577d44b68b998b358581ebc1 - - default default] Floating IP 62679b3a-6898-4444-9baa-00f6d0edf172 associated. External IP: 10.96.250.209, port: 6ba00ca8-4978-42a5-9fa4-fc2830e7ee01. [pid: 7|app: 0|req: 332/690] 10.0.0.165 () {34 vars in 685 bytes} [Tue May 26 22:19:36 2026] POST /v2.0/security-groups => generated 1659 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/691] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:19:36 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: 8|app: 0|req: 359/692] 10.0.0.165 () {34 vars in 749 bytes} [Tue May 26 22:19:35 2026] PUT /v2.0/floatingips/62679b3a-6898-4444-9baa-00f6d0edf172 => generated 855 bytes in 1590 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:37.120 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d5db70e0-ec27-4b2a-86e9-59e087624bff'] response: {'name': 'network-changed', 'server_uuid': 'ca50132d-4f65-445c-b96b-cf23d44761a8', 'tag': '6ba00ca8-4978-42a5-9fa4-fc2830e7ee01', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 360/693] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:37 2026] GET /v2.0/ports?device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => 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: 334/694] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:19:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/695] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:37 2026] GET /v2.0/security-groups?id=7b0e3224-a01d-4bbc-b059-31ab7776f380&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: 362/696] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:37 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/697] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:37 2026] GET /v2.0/security-groups?id=d06772c6-e97e-4b41-b763-095302c48914&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: 364/698] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:37 2026] GET /v2.0/ports?device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/699] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:37 2026] GET /v2.0/security-groups?id=ad3d8435-8aec-4c16-8cde-9e7a19647a79&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/700] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:37 2026] GET /v2.0/ports?device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => 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: 367/701] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:19:37 2026] GET /v2.0/ports?tenant_id=9d72d4fd577d44b68b998b358581ebc1&device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/702] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:37 2026] GET /v2.0/security-groups?id=7b0e3224-a01d-4bbc-b059-31ab7776f380&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: 369/703] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:37 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/704] 10.0.0.165 () {34 vars in 676 bytes} [Tue May 26 22:19:37 2026] POST /v2.0/floatingips => generated 552 bytes in 649 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/705] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:19:37 2026] GET /v2.0/networks?id=d4303000-67d3-4fd0-a549-9370b32cca32 => generated 766 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/706] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:37 2026] GET /v2.0/ports?device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/707] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:19:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=6ba00ca8-4978-42a5-9fa4-fc2830e7ee01 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:38.258 8 INFO neutron.db.l3_db [None req-157ad5f8-c841-46e1-834b-95c50573d720 8bf4a72636d543b38655602ffdc7ae20 9699c8aeaae342118635bf87a9b1c516 - - default default] Floating IP 67cb5157-2538-48a1-8f89-7ea95e571ba2 associated. External IP: 10.96.250.208, port: 82415e05-3f4f-4f8a-9ebb-8d3faa615832. 2026-05-26 22:19:38.338 7 INFO neutron.db.l3_db [None req-e7f2cdba-e9ed-4e14-8ce0-ec8afbe42696 36fc5d04686341cfbf4f5a4d9dfda6a5 33489a8c2c004b43b492315e93a44bac - - default default] Floating IP 20de53c5-e891-42c5-945a-7762872b5118 associated. External IP: 10.96.250.210, port: ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f. [pid: 8|app: 0|req: 373/708] 10.0.0.165 () {34 vars in 749 bytes} [Tue May 26 22:19:37 2026] PUT /v2.0/floatingips/67cb5157-2538-48a1-8f89-7ea95e571ba2 => generated 855 bytes in 672 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/709] 10.0.0.165 () {34 vars in 749 bytes} [Tue May 26 22:19:37 2026] PUT /v2.0/floatingips/20de53c5-e891-42c5-945a-7762872b5118 => generated 856 bytes in 758 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/710] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:19:38 2026] GET /v2.0/subnets?id=94b174c7-7d94-4a24-87a4-211be7bd5280 => generated 688 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/711] 10.0.0.147 () {34 vars in 1098 bytes} [Tue May 26 22:19:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--974098023&fields=id&tenant_id=6db4d290101d4a2a9ae5aab422bdaa53 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/712] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:19:38 2026] GET /v2.0/ports?network_id=d4303000-67d3-4fd0-a549-9370b32cca32&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: 376/713] 10.0.0.147 () {34 vars in 982 bytes} [Tue May 26 22:19:38 2026] GET /v2.0/networks?id=c0bfa5ea-40f1-446e-86f9-b8ac84962450 => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/714] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:38 2026] GET /v2.0/ports?device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => 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: 339/715] 10.0.0.147 () {34 vars in 965 bytes} [Tue May 26 22:19:38 2026] GET /v2.0/quotas/6db4d290101d4a2a9ae5aab422bdaa53 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/716] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:19:38 2026] GET /v2.0/networks/d4303000-67d3-4fd0-a549-9370b32cca32?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/717] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:38 2026] GET /v2.0/security-groups?id=ad3d8435-8aec-4c16-8cde-9e7a19647a79&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/718] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:19:38 2026] GET /v2.0/networks/d4303000-67d3-4fd0-a549-9370b32cca32?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/719] 10.0.0.147 () {34 vars in 1002 bytes} [Tue May 26 22:19:38 2026] GET /v2.0/ports?tenant_id=6db4d290101d4a2a9ae5aab422bdaa53&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/720] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:38 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/721] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:38 2026] GET /v2.0/security-groups?id=d06772c6-e97e-4b41-b763-095302c48914&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/722] 10.0.0.147 () {34 vars in 1008 bytes} [Tue May 26 22:19:38 2026] GET /v2.0/networks/c0bfa5ea-40f1-446e-86f9-b8ac84962450?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:19:38.934 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bffe089b-58e4-4ec6-8ff1-f9dcfcbeceb8'] response: {'name': 'network-changed', 'server_uuid': '32dc01ea-0759-43ba-80c7-bce1f31636ab', 'tag': 'ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 344/723] 10.0.0.147 () {34 vars in 1108 bytes} [Tue May 26 22:19:38 2026] GET /v2.0/networks/c0bfa5ea-40f1-446e-86f9-b8ac84962450?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: 380/724] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:39 2026] GET /v2.0/ports?device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => 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: 345/725] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:39 2026] GET /v2.0/security-groups?id=7b0e3224-a01d-4bbc-b059-31ab7776f380&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: 381/726] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:39 2026] GET /v2.0/ports?device_id=c46dfc29-4832-4f87-9019-4ca3b71764c5 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:19:39.197 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f13fb67-ee8e-41f8-838c-55f13eac59a7'] response: {'name': 'network-changed', 'server_uuid': 'b11547aa-ef1e-49e4-ad94-8842823a859d', 'tag': '82415e05-3f4f-4f8a-9ebb-8d3faa615832', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 346/727] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:39 2026] GET /v2.0/ports?device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => 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: 382/728] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:39 2026] GET /v2.0/security-groups?id=ad3d8435-8aec-4c16-8cde-9e7a19647a79&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/729] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:19:39 2026] GET /v2.0/ports?tenant_id=33489a8c2c004b43b492315e93a44bac&device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/730] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:19:39 2026] GET /v2.0/networks?id=9e749228-d13c-47e7-9eba-230604d0e957 => generated 780 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/731] 199.204.45.129 () {34 vars in 1060 bytes} [Tue May 26 22:19:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f => generated 859 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/732] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:19:39 2026] GET /v2.0/subnets?id=3dac5cad-6f26-4628-ac58-2d8014d36a92 => generated 702 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/733] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:19:39 2026] GET /v2.0/ports?network_id=9e749228-d13c-47e7-9eba-230604d0e957&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/734] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:19:39 2026] GET /v2.0/ports?tenant_id=9699c8aeaae342118635bf87a9b1c516&device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/735] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:19:39 2026] GET /v2.0/networks/9e749228-d13c-47e7-9eba-230604d0e957?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/736] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:19:39 2026] GET /v2.0/networks?id=34a439ff-c679-40d1-a984-79ece8de3bab => generated 775 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/737] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:19:39 2026] GET /v2.0/networks/9e749228-d13c-47e7-9eba-230604d0e957?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: 352/738] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:19:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=82415e05-3f4f-4f8a-9ebb-8d3faa615832 => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/739] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:19:39 2026] GET /v2.0/subnets?id=79f232b6-37c7-4276-9091-08c675a3ab37 => generated 697 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/740] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:19:39 2026] GET /v2.0/ports?network_id=34a439ff-c679-40d1-a984-79ece8de3bab&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/741] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:19:39 2026] GET /v2.0/networks/34a439ff-c679-40d1-a984-79ece8de3bab?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/742] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:19:40 2026] GET /v2.0/networks/34a439ff-c679-40d1-a984-79ece8de3bab?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: 389/743] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:40 2026] GET /v2.0/ports?device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => 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: 390/744] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:40 2026] GET /v2.0/security-groups?id=7b0e3224-a01d-4bbc-b059-31ab7776f380&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/745] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:40 2026] GET /v2.0/ports?device_id=c46dfc29-4832-4f87-9019-4ca3b71764c5 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/746] 199.204.45.129 () {34 vars in 994 bytes} [Tue May 26 22:19:40 2026] GET /v2.0/ports?device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/747] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:40 2026] GET /v2.0/ports?device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => 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: 357/748] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:40 2026] GET /v2.0/security-groups?id=ad3d8435-8aec-4c16-8cde-9e7a19647a79&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:40.531 8 INFO neutron_taas.services.taas.taas_plugin [req-e3ff41e5-5c0e-4b09-ae55-e70a9e64ffcb req-ab7544ac-40a9-44f5-a594-f150fc877041 0c5a6ee039ec43f5911126987b96e28d 9d72d4fd577d44b68b998b358581ebc1 - - default default] TaaS: Handle Delete Port: 6ba00ca8-4978-42a5-9fa4-fc2830e7ee01 2026-05-26 22:19:40.537 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e3ff41e5-5c0e-4b09-ae55-e70a9e64ffcb req-ab7544ac-40a9-44f5-a594-f150fc877041 0c5a6ee039ec43f5911126987b96e28d 9d72d4fd577d44b68b998b358581ebc1 - - default default] Tap Mirror: Handle Delete Port: 6ba00ca8-4978-42a5-9fa4-fc2830e7ee01 2026-05-26 22:19:40.734 8 INFO neutron.db.l3_db [req-e3ff41e5-5c0e-4b09-ae55-e70a9e64ffcb req-ab7544ac-40a9-44f5-a594-f150fc877041 0c5a6ee039ec43f5911126987b96e28d 9d72d4fd577d44b68b998b358581ebc1 - - default default] Floating IP 62679b3a-6898-4444-9baa-00f6d0edf172 disassociated. External IP: 10.96.250.209, port: 6ba00ca8-4978-42a5-9fa4-fc2830e7ee01. [pid: 8|app: 0|req: 392/749] 199.204.45.129 () {36 vars in 997 bytes} [Tue May 26 22:19:40 2026] DELETE /v2.0/ports/6ba00ca8-4978-42a5-9fa4-fc2830e7ee01 => generated 0 bytes in 755 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:19:41.231 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dee545fa-8bdf-43c6-a484-eb7cfee4a957'] response: {'server_uuid': 'ca50132d-4f65-445c-b96b-cf23d44761a8', 'name': 'network-vif-deleted', 'tag': '6ba00ca8-4978-42a5-9fa4-fc2830e7ee01', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 358/750] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:41 2026] GET /v2.0/ports?device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => 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: 393/751] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:41 2026] GET /v2.0/ports?device_id=c46dfc29-4832-4f87-9019-4ca3b71764c5 => 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: 359/752] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:41 2026] GET /v2.0/ports?device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => 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: 394/753] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:41 2026] GET /v2.0/security-groups?id=ad3d8435-8aec-4c16-8cde-9e7a19647a79&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: 360/754] 199.204.45.129 () {34 vars in 994 bytes} [Tue May 26 22:19:41 2026] GET /v2.0/ports?device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:42.045 8 INFO neutron_taas.services.taas.taas_plugin [req-c5cb7f60-e008-4cc1-aed4-d1f551b55aa8 req-2a1d1dfd-697c-4596-a3a1-9be2e9d07613 8bf4a72636d543b38655602ffdc7ae20 9699c8aeaae342118635bf87a9b1c516 - - default default] TaaS: Handle Delete Port: 82415e05-3f4f-4f8a-9ebb-8d3faa615832 2026-05-26 22:19:42.048 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c5cb7f60-e008-4cc1-aed4-d1f551b55aa8 req-2a1d1dfd-697c-4596-a3a1-9be2e9d07613 8bf4a72636d543b38655602ffdc7ae20 9699c8aeaae342118635bf87a9b1c516 - - default default] Tap Mirror: Handle Delete Port: 82415e05-3f4f-4f8a-9ebb-8d3faa615832 2026-05-26 22:19:42.167 8 INFO neutron.db.l3_db [req-c5cb7f60-e008-4cc1-aed4-d1f551b55aa8 req-2a1d1dfd-697c-4596-a3a1-9be2e9d07613 8bf4a72636d543b38655602ffdc7ae20 9699c8aeaae342118635bf87a9b1c516 - - default default] Floating IP 67cb5157-2538-48a1-8f89-7ea95e571ba2 disassociated. External IP: 10.96.250.208, port: 82415e05-3f4f-4f8a-9ebb-8d3faa615832. [pid: 7|app: 0|req: 361/755] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:42 2026] GET /v2.0/ports?device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => 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: 362/756] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:42 2026] GET /v2.0/ports?device_id=c46dfc29-4832-4f87-9019-4ca3b71764c5 => 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: 395/757] 199.204.45.129 () {36 vars in 997 bytes} [Tue May 26 22:19:41 2026] DELETE /v2.0/ports/82415e05-3f4f-4f8a-9ebb-8d3faa615832 => generated 0 bytes in 698 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/758] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:42 2026] GET /v2.0/ports?device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:19:43.282 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7aab3f17-db8c-4d30-8c39-fad628ab894b'] response: {'server_uuid': 'b11547aa-ef1e-49e4-ad94-8842823a859d', 'name': 'network-vif-deleted', 'tag': '82415e05-3f4f-4f8a-9ebb-8d3faa615832', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 364/759] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:43 2026] GET /v2.0/ports?device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => 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: 365/760] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:43 2026] GET /v2.0/ports?device_id=c46dfc29-4832-4f87-9019-4ca3b71764c5 => 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: 396/761] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:19:43 2026] GET /v2.0/networks?id=c0bfa5ea-40f1-446e-86f9-b8ac84962450 => generated 676 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/762] 199.204.45.129 () {34 vars in 1050 bytes} [Tue May 26 22:19:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6db4d290101d4a2a9ae5aab422bdaa53 => generated 180 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/763] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:43 2026] GET /v2.0/ports?device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => 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: 397/764] 199.204.45.129 () {38 vars in 955 bytes} [Tue May 26 22:19:43 2026] POST /v2.0/ports => generated 954 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/765] 199.204.45.129 () {38 vars in 1028 bytes} [Tue May 26 22:19:44 2026] PUT /v2.0/ports/f1173ca3-7ded-4fba-a333-55dcf260da34 => generated 1235 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:19:44.649 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a5acae59-c960-4382-b01e-edba886e694f'] response: {'name': 'network-changed', 'server_uuid': 'c46dfc29-4832-4f87-9019-4ca3b71764c5', 'tag': 'f1173ca3-7ded-4fba-a333-55dcf260da34', '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: 398/766] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:44 2026] GET /v2.0/ports?device_id=ca50132d-4f65-445c-b96b-cf23d44761a8 => generated 12 bytes in 17 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: 369/767] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:44 2026] GET /v2.0/ports?device_id=c46dfc29-4832-4f87-9019-4ca3b71764c5 => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/768] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:44 2026] GET /v2.0/security-groups?id=f2b28527-fea9-4c81-b5b4-ca23fcc44d1b&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: 370/769] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:44 2026] GET /v2.0/ports?device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => 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: 400/770] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:19:45 2026] GET /v2.0/ports?tenant_id=6db4d290101d4a2a9ae5aab422bdaa53&device_id=c46dfc29-4832-4f87-9019-4ca3b71764c5 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/771] 199.204.45.129 () {34 vars in 1018 bytes} [Tue May 26 22:19:45 2026] GET /v2.0/networks?tenant_id=6db4d290101d4a2a9ae5aab422bdaa53&shared=False => generated 772 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/772] 199.204.45.129 () {34 vars in 930 bytes} [Tue May 26 22:19:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/773] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:19:45 2026] DELETE /v2.0/security-groups/7b0e3224-a01d-4bbc-b059-31ab7776f380 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:19:45.909 7 INFO neutron.api.v2.resource [None req-fdefe4ae-d5b3-477d-af29-eb691c1789a9 0c5a6ee039ec43f5911126987b96e28d 9d72d4fd577d44b68b998b358581ebc1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 373/774] 10.0.0.165 () {32 vars in 737 bytes} [Tue May 26 22:19:45 2026] GET /v2.0/security-groups/7b0e3224-a01d-4bbc-b059-31ab7776f380 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/775] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:45 2026] GET /v2.0/ports?device_id=c46dfc29-4832-4f87-9019-4ca3b71764c5 => 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: 403/776] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:45 2026] GET /v2.0/security-groups?id=f2b28527-fea9-4c81-b5b4-ca23fcc44d1b&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/777] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:45 2026] GET /v2.0/ports?device_id=b11547aa-ef1e-49e4-ad94-8842823a859d => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:19:46.047 7 INFO neutron_taas.services.taas.taas_plugin [None req-738bf4fb-3181-4930-bba6-bbacd40e9400 0c5a6ee039ec43f5911126987b96e28d 9d72d4fd577d44b68b998b358581ebc1 - - default default] TaaS: Handle Delete Port: 57ff8cf5-5db7-46f7-92de-1da87db22bb3 2026-05-26 22:19:46.050 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-738bf4fb-3181-4930-bba6-bbacd40e9400 0c5a6ee039ec43f5911126987b96e28d 9d72d4fd577d44b68b998b358581ebc1 - - default default] Tap Mirror: Handle Delete Port: 57ff8cf5-5db7-46f7-92de-1da87db22bb3 [pid: 7|app: 0|req: 374/778] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:19:45 2026] DELETE /v2.0/floatingips/62679b3a-6898-4444-9baa-00f6d0edf172 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/779] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:19:46 2026] GET /v2.0/ports?tenant_id=6db4d290101d4a2a9ae5aab422bdaa53&device_id=c46dfc29-4832-4f87-9019-4ca3b71764c5 => generated 1238 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/780] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:19:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f1173ca3-7ded-4fba-a333-55dcf260da34 => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/781] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:19:46 2026] GET /v2.0/subnets?id=da2245b1-571b-498f-a78f-0668329f244b => 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: 378/782] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:19:46 2026] GET /v2.0/ports?network_id=c0bfa5ea-40f1-446e-86f9-b8ac84962450&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: 379/783] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:19:46 2026] GET /v2.0/networks/c0bfa5ea-40f1-446e-86f9-b8ac84962450?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: 380/784] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:19:46 2026] GET /v2.0/networks/c0bfa5ea-40f1-446e-86f9-b8ac84962450?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:19:46.677 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1e70e24-894d-413d-9f39-caf5ba6ad4a7 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: f9584721-7d9c-4691-91d6-862fa55fc193 2026-05-26 22:19:46.680 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1e70e24-894d-413d-9f39-caf5ba6ad4a7 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: f9584721-7d9c-4691-91d6-862fa55fc193 [pid: 7|app: 0|req: 381/785] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:47 2026] GET /v2.0/ports?device_id=c46dfc29-4832-4f87-9019-4ca3b71764c5 => 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: 382/786] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:47 2026] GET /v2.0/security-groups?id=f2b28527-fea9-4c81-b5b4-ca23fcc44d1b&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: 383/787] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:19:47 2026] DELETE /v2.0/security-groups/ad3d8435-8aec-4c16-8cde-9e7a19647a79 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:19:47.289 7 INFO neutron.api.v2.resource [None req-f49075ad-da4b-4c6c-90fb-5e060a6bb684 8bf4a72636d543b38655602ffdc7ae20 9699c8aeaae342118635bf87a9b1c516 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 384/788] 10.0.0.165 () {32 vars in 737 bytes} [Tue May 26 22:19:47 2026] GET /v2.0/security-groups/ad3d8435-8aec-4c16-8cde-9e7a19647a79 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/789] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:19:46 2026] PUT /v2.0/routers/f0d00b51-6983-4aba-8efb-5b201756e81d/remove_router_interface => generated 309 bytes in 1075 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:47.377 7 INFO neutron_taas.services.taas.taas_plugin [None req-29727981-08ce-4237-b57c-5a614521cdae 8bf4a72636d543b38655602ffdc7ae20 9699c8aeaae342118635bf87a9b1c516 - - default default] TaaS: Handle Delete Port: 1b298a09-fef7-494a-a8ca-2feca4c56fd5 2026-05-26 22:19:47.380 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29727981-08ce-4237-b57c-5a614521cdae 8bf4a72636d543b38655602ffdc7ae20 9699c8aeaae342118635bf87a9b1c516 - - default default] Tap Mirror: Handle Delete Port: 1b298a09-fef7-494a-a8ca-2feca4c56fd5 2026-05-26 22:19:47.526 8 INFO neutron_taas.services.taas.taas_plugin [None req-c317a475-58ca-4b26-a5a7-3032ed773d87 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 7fed0c74-7f11-4a56-9da9-1d6a37dcd516 2026-05-26 22:19:47.531 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c317a475-58ca-4b26-a5a7-3032ed773d87 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 7fed0c74-7f11-4a56-9da9-1d6a37dcd516 [pid: 7|app: 0|req: 385/790] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:19:47 2026] DELETE /v2.0/floatingips/67cb5157-2538-48a1-8f89-7ea95e571ba2 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:19:47.893 8 INFO neutron_taas.services.taas.taas_plugin [None req-c317a475-58ca-4b26-a5a7-3032ed773d87 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: e3dd2f70-6f35-4a21-aab8-14a1d6017d17 2026-05-26 22:19:47.897 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c317a475-58ca-4b26-a5a7-3032ed773d87 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: e3dd2f70-6f35-4a21-aab8-14a1d6017d17 2026-05-26 22:19:48.017 7 INFO neutron_taas.services.taas.taas_plugin [None req-f34f8eb9-0101-4529-a5f0-dba094ee47ac 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: d34f1cd4-ee0a-4e87-b556-d56b964f5fee 2026-05-26 22:19:48.020 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f34f8eb9-0101-4529-a5f0-dba094ee47ac 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: d34f1cd4-ee0a-4e87-b556-d56b964f5fee 2026-05-26 22:19:48.249 8 INFO neutron.services.segments.plugin [-] Segment ba81f293-d511-4d6c-8fb6-b0aa038ad8dd resource provider aggregate not found 2026-05-26 22:19:48.267 8 INFO neutron.services.segments.plugin [-] Segment ba81f293-d511-4d6c-8fb6-b0aa038ad8dd resource provider aggregate not found 2026-05-26 22:19:48.279 8 INFO neutron.db.l3_hamode_db [None req-c317a475-58ca-4b26-a5a7-3032ed773d87 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] HA network 3aac5fda-1455-4caa-8cda-eace621d5227 was deleted as no HA routers are present in tenant 9d72d4fd577d44b68b998b358581ebc1. 2026-05-26 22:19:48.280 8 INFO neutron.services.segments.plugin [-] Segment ba81f293-d511-4d6c-8fb6-b0aa038ad8dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba81f293-d511-4d6c-8fb6-b0aa038ad8dd found for delete ", "request_id": "req-4125ec4c-cd2a-474e-ae14-2ff9bc19fe27"}]} [pid: 8|app: 0|req: 406/791] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:19:47 2026] DELETE /v2.0/routers/f0d00b51-6983-4aba-8efb-5b201756e81d => generated 0 bytes in 983 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:19:48.306 8 INFO neutron.services.segments.plugin [-] Segment ba81f293-d511-4d6c-8fb6-b0aa038ad8dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba81f293-d511-4d6c-8fb6-b0aa038ad8dd found for delete ", "request_id": "req-2beb12e7-e103-451a-a4a9-cd17e4e17cb5"}]} [pid: 8|app: 0|req: 407/792] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:48 2026] GET /v2.0/ports?device_id=c46dfc29-4832-4f87-9019-4ca3b71764c5 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/793] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:19:47 2026] PUT /v2.0/routers/a1df7100-366d-4805-a556-b04cf1efb798/remove_router_interface => generated 309 bytes in 917 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/794] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:19:48 2026] DELETE /v2.0/subnets/94b174c7-7d94-4a24-87a4-211be7bd5280 => 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: 387/795] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:48 2026] GET /v2.0/security-groups?id=f2b28527-fea9-4c81-b5b4-ca23fcc44d1b&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:48.573 7 INFO neutron_taas.services.taas.taas_plugin [None req-44d3f98b-9830-4a9c-8337-a24b161fbb07 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: ef9c7ec2-3804-4526-9610-b65a3bdce996 2026-05-26 22:19:48.575 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44d3f98b-9830-4a9c-8337-a24b161fbb07 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: ef9c7ec2-3804-4526-9610-b65a3bdce996 2026-05-26 22:19:48.695 8 INFO neutron_taas.services.taas.taas_plugin [None req-25efaf0a-a6d3-4bb3-96a0-21127fa567cc 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: d835ebda-9735-4e70-bfff-eda468664984 2026-05-26 22:19:48.698 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25efaf0a-a6d3-4bb3-96a0-21127fa567cc 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: d835ebda-9735-4e70-bfff-eda468664984 2026-05-26 22:19:48.729 7 INFO neutron.services.segments.plugin [-] Segment 2d8cca3a-2f00-49df-9ce2-794c467f6f29 resource provider aggregate not found 2026-05-26 22:19:48.735 7 INFO neutron.services.segments.plugin [-] Segment 2d8cca3a-2f00-49df-9ce2-794c467f6f29 resource provider aggregate not found [pid: 7|app: 0|req: 388/796] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:19:48 2026] DELETE /v2.0/networks/d4303000-67d3-4fd0-a549-9370b32cca32 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:19:48.754 7 INFO neutron.services.segments.plugin [-] Segment 2d8cca3a-2f00-49df-9ce2-794c467f6f29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d8cca3a-2f00-49df-9ce2-794c467f6f29 found for delete ", "request_id": "req-0a2f0d33-ade5-4775-a0c6-1479bd4516fd"}]} 2026-05-26 22:19:48.755 7 INFO neutron.services.segments.plugin [-] Segment 2d8cca3a-2f00-49df-9ce2-794c467f6f29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d8cca3a-2f00-49df-9ce2-794c467f6f29 found for delete ", "request_id": "req-5ea459c0-d850-4300-9c07-d2c6df0d25da"}]} [pid: 7|app: 0|req: 389/797] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:19:48 2026] GET /v2.0/security-groups?tenant_id=9d72d4fd577d44b68b998b358581ebc1&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:19:48.932 8 INFO neutron_taas.services.taas.taas_plugin [None req-25efaf0a-a6d3-4bb3-96a0-21127fa567cc 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 793d2e55-c448-48b6-ac7b-e6418772ad64 2026-05-26 22:19:48.935 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25efaf0a-a6d3-4bb3-96a0-21127fa567cc 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 793d2e55-c448-48b6-ac7b-e6418772ad64 [pid: 7|app: 0|req: 390/798] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:19:48 2026] DELETE /v2.0/security-groups/47d44b42-7b46-47c8-93c6-b6ced2bf8724 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:19:49.311 8 INFO neutron.db.l3_hamode_db [None req-25efaf0a-a6d3-4bb3-96a0-21127fa567cc 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] HA network 8d16cb4f-5681-4364-a541-5759cf4e7cc1 was deleted as no HA routers are present in tenant 9699c8aeaae342118635bf87a9b1c516. [pid: 8|app: 0|req: 409/801] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:19:48 2026] DELETE /v2.0/routers/a1df7100-366d-4805-a556-b04cf1efb798 => generated 0 bytes in 826 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/802] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:19:49 2026] DELETE /v2.0/subnets/79f232b6-37c7-4276-9091-08c675a3ab37 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/803] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:49 2026] GET /v2.0/ports?device_id=c46dfc29-4832-4f87-9019-4ca3b71764c5 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:49.640 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf91063d-d24f-410f-aa0b-3c312bab9092 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 1e084e25-44d1-415b-a97a-6e3330bdd6d7 2026-05-26 22:19:49.643 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf91063d-d24f-410f-aa0b-3c312bab9092 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 1e084e25-44d1-415b-a97a-6e3330bdd6d7 [pid: 7|app: 0|req: 395/804] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:49 2026] GET /v2.0/security-groups?id=f2b28527-fea9-4c81-b5b4-ca23fcc44d1b&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/805] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:19:49 2026] DELETE /v2.0/networks/34a439ff-c679-40d1-a984-79ece8de3bab => 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: 396/806] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:19:49 2026] GET /v2.0/security-groups?tenant_id=9699c8aeaae342118635bf87a9b1c516&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/807] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:19:50 2026] DELETE /v2.0/security-groups/583d9dd2-a47a-4c25-ad20-e956ccb6ade0 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:19:50.314 8 INFO neutron.services.segments.plugin [-] Segment 832c527a-c494-4075-998d-71cc28e03297 resource provider aggregate not found 2026-05-26 22:19:50.331 8 INFO neutron.services.segments.plugin [-] Segment 832c527a-c494-4075-998d-71cc28e03297 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 832c527a-c494-4075-998d-71cc28e03297 found for delete ", "request_id": "req-3d78626f-1306-4fab-9568-01cfce3823c0"}]} 2026-05-26 22:19:50.331 8 INFO neutron.services.segments.plugin [-] Segment 832c527a-c494-4075-998d-71cc28e03297 resource provider aggregate not found 2026-05-26 22:19:50.353 8 INFO neutron.services.segments.plugin [-] Segment c9583366-df2f-4f17-a5a7-96f78e727261 resource provider aggregate not found 2026-05-26 22:19:50.356 8 INFO neutron.services.segments.plugin [-] Segment 832c527a-c494-4075-998d-71cc28e03297 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 832c527a-c494-4075-998d-71cc28e03297 found for delete ", "request_id": "req-9ab4846c-7632-4774-b658-b433290c54be"}]} 2026-05-26 22:19:50.367 8 INFO neutron.services.segments.plugin [-] Segment c9583366-df2f-4f17-a5a7-96f78e727261 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9583366-df2f-4f17-a5a7-96f78e727261 found for delete ", "request_id": "req-921a9b02-a65e-420f-ac1e-5f32da37c602"}]} 2026-05-26 22:19:50.373 8 INFO neutron.services.segments.plugin [-] Segment c9583366-df2f-4f17-a5a7-96f78e727261 resource provider aggregate not found 2026-05-26 22:19:50.387 8 INFO neutron.services.segments.plugin [-] Segment c9583366-df2f-4f17-a5a7-96f78e727261 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9583366-df2f-4f17-a5a7-96f78e727261 found for delete ", "request_id": "req-f3708a3d-69df-4b55-a2df-dc68582a5257"}]} [pid: 7|app: 0|req: 397/808] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:50 2026] GET /v2.0/ports?device_id=c46dfc29-4832-4f87-9019-4ca3b71764c5 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/809] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:50 2026] GET /v2.0/security-groups?id=f2b28527-fea9-4c81-b5b4-ca23fcc44d1b&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: 398/810] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:51 2026] GET /v2.0/ports?device_id=c46dfc29-4832-4f87-9019-4ca3b71764c5 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/811] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:52 2026] GET /v2.0/security-groups?id=f2b28527-fea9-4c81-b5b4-ca23fcc44d1b&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: 399/812] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:52 2026] GET /v2.0/ports?device_id=c46dfc29-4832-4f87-9019-4ca3b71764c5 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:52.540 8 INFO neutron.db.l3_db [None req-4230fb65-6226-443d-a343-e9cbb19e4637 98de8778ea1645ffb1dd4cca884cee8e 6db4d290101d4a2a9ae5aab422bdaa53 - - default default] Floating IP e3be94f4-d82a-453c-a944-84c7b6a1637f associated. External IP: 10.96.250.201, port: f1173ca3-7ded-4fba-a333-55dcf260da34. 2026-05-26 22:19:52.690 7 INFO neutron.db.segments_db [None req-bff60cb9-03b9-45fe-a66f-4f4d25addc7a 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment a7eb8903-bce2-4b68-8b4a-59be23d22622 of type vxlan for network 67fbe476-baec-4458-a726-c0caa258d26f [pid: 7|app: 0|req: 400/813] 10.0.0.165 () {34 vars in 671 bytes} [Tue May 26 22:19:52 2026] POST /v2.0/networks => generated 744 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/814] 10.0.0.165 () {34 vars in 749 bytes} [Tue May 26 22:19:52 2026] PUT /v2.0/floatingips/e3be94f4-d82a-453c-a944-84c7b6a1637f => generated 855 bytes in 677 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:52.914 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-73f87c53-9b3d-4c15-99dc-05aeadf5e89b'] response: {'name': 'network-changed', 'server_uuid': 'c46dfc29-4832-4f87-9019-4ca3b71764c5', 'tag': 'f1173ca3-7ded-4fba-a333-55dcf260da34', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 401/815] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:19:52 2026] POST /v2.0/subnets => generated 691 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/816] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:52 2026] GET /v2.0/ports?device_id=c46dfc29-4832-4f87-9019-4ca3b71764c5 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/817] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:53 2026] GET /v2.0/security-groups?id=f2b28527-fea9-4c81-b5b4-ca23fcc44d1b&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:53.059 7 INFO neutron.db.segments_db [None req-c07b8abb-4c1f-4a0b-a5fd-18d2dc4c913e 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment 75e49756-e089-4cd6-991f-8afcf97b9e97 of type vxlan for network 21e2200a-435e-409f-a26f-fb6cf07fa4a6 2026-05-26 22:19:53.354 7 INFO neutron.db.l3_hamode_db [None req-c07b8abb-4c1f-4a0b-a5fd-18d2dc4c913e 1e0d3a72a14c45ee8a53a03bd4b1706a 0a601951695344e89dd7e2880f34b8c2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 417/818] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:19:53 2026] GET /v2.0/ports?tenant_id=6db4d290101d4a2a9ae5aab422bdaa53&device_id=c46dfc29-4832-4f87-9019-4ca3b71764c5 => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/819] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:53 2026] GET /v2.0/ports?device_id=c46dfc29-4832-4f87-9019-4ca3b71764c5 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/820] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:19:53 2026] GET /v2.0/networks?id=c0bfa5ea-40f1-446e-86f9-b8ac84962450 => generated 772 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/821] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:53 2026] GET /v2.0/security-groups?id=f2b28527-fea9-4c81-b5b4-ca23fcc44d1b&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: 8|app: 0|req: 421/822] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 22:19:53 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 1244 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/823] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:19:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f1173ca3-7ded-4fba-a333-55dcf260da34 => 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: 423/824] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 22:19:53 2026] GET /v2.0/security-groups?id=d06772c6-e97e-4b41-b763-095302c48914&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/825] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:19:53 2026] GET /v2.0/subnets?id=da2245b1-571b-498f-a78f-0668329f244b => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/826] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:19:54 2026] GET /v2.0/ports?network_id=c0bfa5ea-40f1-446e-86f9-b8ac84962450&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: 426/827] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:19:54 2026] GET /v2.0/networks/c0bfa5ea-40f1-446e-86f9-b8ac84962450?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/828] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:19:54 2026] GET /v2.0/networks/c0bfa5ea-40f1-446e-86f9-b8ac84962450?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) 2026-05-26 22:19:54.675 7 INFO neutron.db.l3_hamode_db [None req-c07b8abb-4c1f-4a0b-a5fd-18d2dc4c913e 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 428/829] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:54 2026] GET /v2.0/ports?device_id=c46dfc29-4832-4f87-9019-4ca3b71764c5 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/830] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:54 2026] GET /v2.0/security-groups?id=f2b28527-fea9-4c81-b5b4-ca23fcc44d1b&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: 402/831] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:19:53 2026] POST /v2.0/routers => generated 731 bytes in 2546 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/832] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:55 2026] GET /v2.0/ports?device_id=c46dfc29-4832-4f87-9019-4ca3b71764c5 => generated 971 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/833] 199.204.45.129 () {34 vars in 994 bytes} [Tue May 26 22:19:55 2026] GET /v2.0/ports?device_id=c46dfc29-4832-4f87-9019-4ca3b71764c5 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/834] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:19:56 2026] GET /v2.0/security-groups?id=f2b28527-fea9-4c81-b5b4-ca23fcc44d1b&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:56.189 7 INFO neutron_taas.services.taas.taas_plugin [req-5321106f-d0aa-4d14-a789-a94101387737 req-3dcca35d-1fa0-4fb0-bf3f-5c00d9a8f96e 98de8778ea1645ffb1dd4cca884cee8e 6db4d290101d4a2a9ae5aab422bdaa53 - - default default] TaaS: Handle Delete Port: f1173ca3-7ded-4fba-a333-55dcf260da34 2026-05-26 22:19:56.197 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5321106f-d0aa-4d14-a789-a94101387737 req-3dcca35d-1fa0-4fb0-bf3f-5c00d9a8f96e 98de8778ea1645ffb1dd4cca884cee8e 6db4d290101d4a2a9ae5aab422bdaa53 - - default default] Tap Mirror: Handle Delete Port: f1173ca3-7ded-4fba-a333-55dcf260da34 2026-05-26 22:19:56.410 7 INFO neutron.db.l3_db [req-5321106f-d0aa-4d14-a789-a94101387737 req-3dcca35d-1fa0-4fb0-bf3f-5c00d9a8f96e 98de8778ea1645ffb1dd4cca884cee8e 6db4d290101d4a2a9ae5aab422bdaa53 - - default default] Floating IP e3be94f4-d82a-453c-a944-84c7b6a1637f disassociated. External IP: 10.96.250.201, port: f1173ca3-7ded-4fba-a333-55dcf260da34. [pid: 8|app: 0|req: 430/835] 10.0.0.165 () {34 vars in 783 bytes} [Tue May 26 22:19:55 2026] PUT /v2.0/routers/d043c0a7-9423-42b4-a2c5-5e506170c10b/add_router_interface => generated 309 bytes in 1187 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/836] 199.204.45.129 () {36 vars in 997 bytes} [Tue May 26 22:19:56 2026] DELETE /v2.0/ports/f1173ca3-7ded-4fba-a333-55dcf260da34 => generated 0 bytes in 807 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:19:56.882 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a083af9f-8251-4ff0-9083-7e9d232c89b6'] response: {'server_uuid': 'c46dfc29-4832-4f87-9019-4ca3b71764c5', 'name': 'network-vif-deleted', 'tag': 'f1173ca3-7ded-4fba-a333-55dcf260da34', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 431/837] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:19:56 2026] GET /v2.0/security-groups?tenant_id=18e4b7057e5640bdb853d24b339bcd65&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/838] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:57 2026] GET /v2.0/ports?device_id=c46dfc29-4832-4f87-9019-4ca3b71764c5 => 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: 407/839] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:19:57 2026] DELETE /v2.0/security-groups/1b3e978a-15a0-4116-9add-329bf3282afc => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/840] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:19:57 2026] GET /v2.0/security-groups?tenant_id=31e222ff0e1b4d01aeca249d56dd4d57&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: 408/841] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:19:57 2026] DELETE /v2.0/security-groups/398fb0cd-2d2a-4a34-a3c2-8b106bfffe43 => 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: 434/842] 10.0.0.165 () {34 vars in 685 bytes} [Tue May 26 22:19:57 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: 7|app: 0|req: 409/843] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:19:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/844] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:19:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/845] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:58 2026] GET /v2.0/ports?device_id=c46dfc29-4832-4f87-9019-4ca3b71764c5 => 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: 410/846] 10.0.0.165 () {34 vars in 676 bytes} [Tue May 26 22:19:57 2026] POST /v2.0/floatingips => generated 552 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/847] 10.0.0.147 () {34 vars in 1100 bytes} [Tue May 26 22:19:58 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1117359093&fields=id&tenant_id=0a601951695344e89dd7e2880f34b8c2 => generated 69 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/848] 10.0.0.147 () {34 vars in 982 bytes} [Tue May 26 22:19:59 2026] GET /v2.0/networks?id=67fbe476-baec-4458-a726-c0caa258d26f => generated 676 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/849] 10.0.0.147 () {34 vars in 965 bytes} [Tue May 26 22:19:59 2026] GET /v2.0/quotas/0a601951695344e89dd7e2880f34b8c2 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/850] 10.0.0.147 () {34 vars in 1002 bytes} [Tue May 26 22:19:59 2026] GET /v2.0/ports?tenant_id=0a601951695344e89dd7e2880f34b8c2&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/851] 10.0.0.147 () {34 vars in 1008 bytes} [Tue May 26 22:19:59 2026] GET /v2.0/networks/67fbe476-baec-4458-a726-c0caa258d26f?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/852] 10.0.0.147 () {34 vars in 1108 bytes} [Tue May 26 22:19:59 2026] GET /v2.0/networks/67fbe476-baec-4458-a726-c0caa258d26f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/853] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:59 2026] GET /v2.0/ports?device_id=c46dfc29-4832-4f87-9019-4ca3b71764c5 => 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: 414/854] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:19:59 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => 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: 415/855] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:00 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/856] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:00 2026] DELETE /v2.0/security-groups/f2b28527-fea9-4c81-b5b4-ca23fcc44d1b => generated 0 bytes in 175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:20:00.659 7 INFO neutron.api.v2.resource [None req-aadbc06f-37db-4610-be71-0bc4f698d762 98de8778ea1645ffb1dd4cca884cee8e 6db4d290101d4a2a9ae5aab422bdaa53 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 416/857] 10.0.0.165 () {32 vars in 737 bytes} [Tue May 26 22:20:00 2026] GET /v2.0/security-groups/f2b28527-fea9-4c81-b5b4-ca23fcc44d1b => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:20:01.171 8 INFO neutron_taas.services.taas.taas_plugin [None req-a79b6ee4-f387-4e4e-a68d-4aeb623eeff5 98de8778ea1645ffb1dd4cca884cee8e 6db4d290101d4a2a9ae5aab422bdaa53 - - default default] TaaS: Handle Delete Port: 0fa8a59c-7cd5-4f0c-95ec-6af26c3b58bc 2026-05-26 22:20:01.174 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a79b6ee4-f387-4e4e-a68d-4aeb623eeff5 98de8778ea1645ffb1dd4cca884cee8e 6db4d290101d4a2a9ae5aab422bdaa53 - - default default] Tap Mirror: Handle Delete Port: 0fa8a59c-7cd5-4f0c-95ec-6af26c3b58bc [pid: 8|app: 0|req: 442/858] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:20:00 2026] DELETE /v2.0/floatingips/e3be94f4-d82a-453c-a944-84c7b6a1637f => generated 0 bytes in 683 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/859] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:01 2026] GET /v2.0/security-groups?tenant_id=71d6fefb31c84dab978d599c3dd09a40&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:20:01.754 7 INFO neutron_taas.services.taas.taas_plugin [None req-c298620b-8287-4940-852b-f86f96e8c50e 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: c7f10bd2-80d9-4782-8b0a-a9c1d8528ac8 2026-05-26 22:20:01.757 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c298620b-8287-4940-852b-f86f96e8c50e 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: c7f10bd2-80d9-4782-8b0a-a9c1d8528ac8 [pid: 8|app: 0|req: 444/860] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:01 2026] DELETE /v2.0/security-groups/501faee1-ac97-43f9-920a-7950d278d10b => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/861] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:01 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => 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: 446/862] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:01 2026] GET /v2.0/security-groups?tenant_id=95521e053b54423ea0b4a72279c2e677&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: 447/863] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:02 2026] DELETE /v2.0/security-groups/a698df25-fd27-4e9f-8612-24ac7e39e98b => 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: 417/864] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:20:01 2026] PUT /v2.0/routers/c1902a77-73bf-4fa8-b528-0cb75665c3f2/remove_router_interface => generated 309 bytes in 1023 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:02.610 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e354c6d-47cd-457c-913c-d85c69cc180f 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 4d7f37b9-1a1b-434e-b70d-90793f3594b9 2026-05-26 22:20:02.613 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e354c6d-47cd-457c-913c-d85c69cc180f 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 4d7f37b9-1a1b-434e-b70d-90793f3594b9 2026-05-26 22:20:02.862 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e354c6d-47cd-457c-913c-d85c69cc180f 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 758b05db-6cab-4572-b92e-5d6e01af97d4 2026-05-26 22:20:02.864 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e354c6d-47cd-457c-913c-d85c69cc180f 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 758b05db-6cab-4572-b92e-5d6e01af97d4 [pid: 7|app: 0|req: 418/865] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:02 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:20:03.212 8 INFO neutron.services.segments.plugin [-] Segment 073c344f-2066-4065-a797-7cf3a6b06ce3 resource provider aggregate not found 2026-05-26 22:20:03.219 8 INFO neutron.services.segments.plugin [-] Segment 073c344f-2066-4065-a797-7cf3a6b06ce3 resource provider aggregate not found 2026-05-26 22:20:03.236 8 INFO neutron.services.segments.plugin [-] Segment 073c344f-2066-4065-a797-7cf3a6b06ce3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 073c344f-2066-4065-a797-7cf3a6b06ce3 found for delete ", "request_id": "req-bddb8693-bfbc-46c3-916e-06509404365e"}]} 2026-05-26 22:20:03.239 8 INFO neutron.services.segments.plugin [-] Segment 073c344f-2066-4065-a797-7cf3a6b06ce3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 073c344f-2066-4065-a797-7cf3a6b06ce3 found for delete ", "request_id": "req-431bcf39-9eb2-4081-b774-3f9274baec78"}]} 2026-05-26 22:20:03.243 8 INFO neutron.db.l3_hamode_db [None req-9e354c6d-47cd-457c-913c-d85c69cc180f 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] HA network 0ce466f9-beed-4cbf-9f1b-799d470772a8 was deleted as no HA routers are present in tenant 6db4d290101d4a2a9ae5aab422bdaa53. [pid: 8|app: 0|req: 448/866] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:02 2026] DELETE /v2.0/routers/c1902a77-73bf-4fa8-b528-0cb75665c3f2 => 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: 419/867] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:03 2026] DELETE /v2.0/subnets/da2245b1-571b-498f-a78f-0668329f244b => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:03.536 8 INFO neutron_taas.services.taas.taas_plugin [None req-29eb2a04-dc8c-4aef-8724-b0e3061416c4 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 0fa7ca7d-b7d7-4381-aa9f-ad19f0643ae0 2026-05-26 22:20:03.539 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29eb2a04-dc8c-4aef-8724-b0e3061416c4 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 0fa7ca7d-b7d7-4381-aa9f-ad19f0643ae0 [pid: 8|app: 0|req: 449/868] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:03 2026] DELETE /v2.0/networks/c0bfa5ea-40f1-446e-86f9-b8ac84962450 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/869] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:20:03 2026] GET /v2.0/networks?id=67fbe476-baec-4458-a726-c0caa258d26f => generated 676 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/870] 199.204.45.129 () {34 vars in 1050 bytes} [Tue May 26 22:20:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0a601951695344e89dd7e2880f34b8c2 => generated 181 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/871] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:03 2026] GET /v2.0/security-groups?tenant_id=6db4d290101d4a2a9ae5aab422bdaa53&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/872] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:03 2026] DELETE /v2.0/security-groups/6ad3793c-9685-4b3c-8371-5873cab095bc => 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: 453/873] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:04 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => 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: 421/876] 199.204.45.129 () {38 vars in 955 bytes} [Tue May 26 22:20:03 2026] POST /v2.0/ports => generated 954 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 456/877] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:04 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/878] 10.0.0.147 () {34 vars in 971 bytes} [Tue May 26 22:20:04 2026] GET /v2.0/ports/ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f => generated 972 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/879] 199.204.45.129 () {38 vars in 1028 bytes} [Tue May 26 22:20:04 2026] PUT /v2.0/ports/5642ac40-8aa6-4371-a20a-6b2e40d44de5 => generated 1235 bytes in 499 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:20:04.815 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-51ee546a-7cdc-4e8a-8ed6-a9cb72cdc5bb'] response: {'name': 'network-changed', 'server_uuid': '8187f3b6-e128-4928-abbc-1220e1c4696a', 'tag': '5642ac40-8aa6-4371-a20a-6b2e40d44de5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 458/880] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:04 2026] GET /v2.0/security-groups?tenant_id=573fec77e9a2443081479853677edb02&name=default => generated 2925 bytes in 286 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: 459/881] 199.204.45.129 () {34 vars in 1000 bytes} [Tue May 26 22:20:05 2026] GET /v2.0/subnets?network_id=9e749228-d13c-47e7-9eba-230604d0e957 => generated 684 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/882] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:05 2026] DELETE /v2.0/security-groups/b9f1c589-f0fb-4a1f-9070-4459127f2f11 => 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: 460/883] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:05 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:05.260 8 INFO neutron.services.segments.plugin [-] Segment 7ce3473a-cbad-4f28-b895-a11ebdd60630 resource provider aggregate not found 2026-05-26 22:20:05.265 8 INFO neutron.services.segments.plugin [-] Segment 7ce3473a-cbad-4f28-b895-a11ebdd60630 resource provider aggregate not found [pid: 7|app: 0|req: 424/884] 199.204.45.129 () {34 vars in 1146 bytes} [Tue May 26 22:20:05 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab&device_owner=compute%3Anova&network_id=9e749228-d13c-47e7-9eba-230604d0e957 => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/885] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:20:05 2026] GET /v2.0/security-groups?id=d815ca17-a20a-46a5-8404-64c4433bcc4e&fields=id&fields=name => generated 114 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:05.279 8 INFO neutron.services.segments.plugin [-] Segment 7ce3473a-cbad-4f28-b895-a11ebdd60630 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ce3473a-cbad-4f28-b895-a11ebdd60630 found for delete ", "request_id": "req-74f546c9-dab9-4f2b-a421-15e3f7ad04f5"}]} 2026-05-26 22:20:05.294 8 INFO neutron.services.segments.plugin [-] Segment 7ce3473a-cbad-4f28-b895-a11ebdd60630 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ce3473a-cbad-4f28-b895-a11ebdd60630 found for delete ", "request_id": "req-15fd427a-44f1-4434-a752-974fcec9a2ef"}]} [pid: 8|app: 0|req: 462/886] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:20:05 2026] GET /v2.0/ports?tenant_id=0a601951695344e89dd7e2880f34b8c2&device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 1238 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/887] 199.204.45.129 () {34 vars in 1018 bytes} [Tue May 26 22:20:05 2026] GET /v2.0/networks?tenant_id=0a601951695344e89dd7e2880f34b8c2&shared=False => generated 772 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/888] 199.204.45.129 () {34 vars in 930 bytes} [Tue May 26 22:20:05 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/889] 199.204.45.129 () {38 vars in 1028 bytes} [Tue May 26 22:20:05 2026] PUT /v2.0/ports/ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f => generated 1149 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/890] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:20:06 2026] GET /v2.0/ports?tenant_id=33489a8c2c004b43b492315e93a44bac&device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 1421 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 426/891] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:20:06 2026] GET /v2.0/networks?id=9e749228-d13c-47e7-9eba-230604d0e957 => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/892] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:06 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/893] 199.204.45.129 () {34 vars in 1060 bytes} [Tue May 26 22:20:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/894] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:20:06 2026] GET /v2.0/security-groups?id=d815ca17-a20a-46a5-8404-64c4433bcc4e&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/895] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:20:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/896] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:20:06 2026] GET /v2.0/subnets?id=3dac5cad-6f26-4628-ac58-2d8014d36a92 => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/897] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:20:06 2026] GET /v2.0/ports?network_id=9e749228-d13c-47e7-9eba-230604d0e957&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: 469/898] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:20:06 2026] GET /v2.0/networks/9e749228-d13c-47e7-9eba-230604d0e957?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/899] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:20:06 2026] GET /v2.0/ports?tenant_id=0a601951695344e89dd7e2880f34b8c2&device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/900] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:20:06 2026] GET /v2.0/networks/9e749228-d13c-47e7-9eba-230604d0e957?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/901] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:20:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=5642ac40-8aa6-4371-a20a-6b2e40d44de5 => 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: 471/902] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:20:06 2026] GET /v2.0/subnets?id=3f8b7fdb-c80d-4ccf-ad7c-80ee69c7ade5 => 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: 432/903] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:20:06 2026] GET /v2.0/ports?network_id=67fbe476-baec-4458-a726-c0caa258d26f&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: 8|app: 0|req: 472/904] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:20:06 2026] GET /v2.0/networks/67fbe476-baec-4458-a726-c0caa258d26f?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/905] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:06 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 1152 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/906] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:20:06 2026] GET /v2.0/networks/67fbe476-baec-4458-a726-c0caa258d26f?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: 434/907] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:20:06 2026] GET /v2.0/security-groups?id=d06772c6-e97e-4b41-b763-095302c48914&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:06.869 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-aae8a3f7-229b-4d95-a92e-dd10b82f0ba5'] response: {'name': 'network-changed', 'server_uuid': '32dc01ea-0759-43ba-80c7-bce1f31636ab', 'tag': 'ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f', 'status': 'completed', 'code': 200} 2026-05-26 22:20:07.308 8 INFO neutron.db.segments_db [None req-1887cdf2-d5ba-4d62-b13d-5759d5fc45b5 efad8ee7125a46c48fcbdc6c637ee4ba 83bef3ed238f486192d69297fe84cd2e - - default default] Added segment bc09f70d-2722-4c28-ad55-07c715b80f39 of type vxlan for network b7643491-aed4-4c74-91be-aa09f7f31ca8 [pid: 8|app: 0|req: 474/908] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:06 2026] POST /v2.0/networks => generated 644 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/909] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:07 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => 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: 476/910] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:20:07 2026] GET /v2.0/security-groups?id=d815ca17-a20a-46a5-8404-64c4433bcc4e&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: 477/911] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:20:07 2026] GET /v2.0/ports?tenant_id=33489a8c2c004b43b492315e93a44bac&device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 1421 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/912] 10.0.0.165 () {34 vars in 665 bytes} [Tue May 26 22:20:07 2026] POST /v2.0/ports => generated 774 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/913] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:20:07 2026] GET /v2.0/networks?id=9e749228-d13c-47e7-9eba-230604d0e957 => generated 780 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 479/914] 199.204.45.129 () {34 vars in 1060 bytes} [Tue May 26 22:20:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f => generated 861 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:07.772 7 INFO neutron.db.segments_db [None req-2fe38a3a-95d8-43cd-8dae-72cdfc22efbe efad8ee7125a46c48fcbdc6c637ee4ba 83bef3ed238f486192d69297fe84cd2e - - default default] Added segment 8752f1b3-148c-4678-ab67-8db52c0b0cf2 of type vxlan for network 482983f6-3ffe-46f7-83ee-91547d0b870e [pid: 8|app: 0|req: 480/915] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:20:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f => 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: 481/916] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:20:07 2026] GET /v2.0/subnets?id=3dac5cad-6f26-4628-ac58-2d8014d36a92 => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/917] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:20:07 2026] GET /v2.0/ports?network_id=9e749228-d13c-47e7-9eba-230604d0e957&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/918] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:20:07 2026] GET /v2.0/networks/9e749228-d13c-47e7-9eba-230604d0e957?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/919] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:07 2026] POST /v2.0/networks => generated 631 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/920] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:20:07 2026] GET /v2.0/networks/9e749228-d13c-47e7-9eba-230604d0e957?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/921] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:20:07 2026] POST /v2.0/subnets => generated 626 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/922] 199.204.45.129 () {34 vars in 1118 bytes} [Tue May 26 22:20:08 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.8 => generated 1152 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/923] 10.0.0.165 () {34 vars in 665 bytes} [Tue May 26 22:20:08 2026] POST /v2.0/ports => generated 950 bytes in 415 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: 486/924] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:08 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:08.773 8 INFO neutron_taas.services.taas.taas_plugin [None req-68646674-126c-4fc2-8315-2edee7544c6f efad8ee7125a46c48fcbdc6c637ee4ba 83bef3ed238f486192d69297fe84cd2e - - default default] TaaS: Handle Delete Port: cb42fe7a-4401-4ff1-95e3-10232ca44d03 2026-05-26 22:20:08.776 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68646674-126c-4fc2-8315-2edee7544c6f efad8ee7125a46c48fcbdc6c637ee4ba 83bef3ed238f486192d69297fe84cd2e - - default default] Tap Mirror: Handle Delete Port: cb42fe7a-4401-4ff1-95e3-10232ca44d03 [pid: 7|app: 0|req: 439/925] 199.204.45.129 () {38 vars in 1028 bytes} [Tue May 26 22:20:08 2026] PUT /v2.0/ports/ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f => generated 972 bytes in 286 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: 440/926] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:20:08 2026] GET /v2.0/security-groups?id=d815ca17-a20a-46a5-8404-64c4433bcc4e&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:08.908 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-05d40bff-ae60-433d-9f08-7c624dbefbfa'] response: {'name': 'network-changed', 'server_uuid': '32dc01ea-0759-43ba-80c7-bce1f31636ab', 'tag': 'ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 487/927] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:20:08 2026] DELETE /v2.0/ports/cb42fe7a-4401-4ff1-95e3-10232ca44d03 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:08.940 8 INFO neutron.pecan_wsgi.hooks.translation [None req-497d4587-15f0-4d77-b138-23a1a82c8136 efad8ee7125a46c48fcbdc6c637ee4ba 83bef3ed238f486192d69297fe84cd2e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 488/928] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:20:08 2026] DELETE /v2.0/ports/cb42fe7a-4401-4ff1-95e3-10232ca44d03 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:20:08.961 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4f45120c-b324-41c0-8aec-5f89cb365374 efad8ee7125a46c48fcbdc6c637ee4ba 83bef3ed238f486192d69297fe84cd2e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 489/929] 10.0.0.165 () {32 vars in 717 bytes} [Tue May 26 22:20:08 2026] GET /v2.0/ports/cb42fe7a-4401-4ff1-95e3-10232ca44d03 => 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: 441/930] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:08 2026] GET /v2.0/security-groups?tenant_id=5626735c109047e8a47d9cf9926d904c&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/931] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:08 2026] DELETE /v2.0/subnets/ab2eef71-a073-4b29-88f2-2fab1bbd800e => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/932] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:09 2026] DELETE /v2.0/security-groups/220882d1-df7c-42df-9c9e-42dfaea5b5ed => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:20:09.238 8 INFO neutron.services.segments.plugin [-] Segment 8752f1b3-148c-4678-ab67-8db52c0b0cf2 resource provider aggregate not found 2026-05-26 22:20:09.242 8 INFO neutron.services.segments.plugin [-] Segment 8752f1b3-148c-4678-ab67-8db52c0b0cf2 resource provider aggregate not found 2026-05-26 22:20:09.259 8 INFO neutron.services.segments.plugin [-] Segment 8752f1b3-148c-4678-ab67-8db52c0b0cf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8752f1b3-148c-4678-ab67-8db52c0b0cf2 found for delete ", "request_id": "req-1bafaef1-36ac-4e4d-bb8d-0f09925d014f"}]} [pid: 8|app: 0|req: 491/933] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:09 2026] DELETE /v2.0/networks/482983f6-3ffe-46f7-83ee-91547d0b870e => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:09.269 8 INFO neutron.services.segments.plugin [-] Segment 8752f1b3-148c-4678-ab67-8db52c0b0cf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8752f1b3-148c-4678-ab67-8db52c0b0cf2 found for delete ", "request_id": "req-a0547614-5cc6-4eeb-8016-80d36b491b2f"}]} 2026-05-26 22:20:09.332 7 INFO neutron.db.segments_db [None req-8ca0e4c9-31dd-4b40-81b4-c23fed399a62 efad8ee7125a46c48fcbdc6c637ee4ba 83bef3ed238f486192d69297fe84cd2e - - default default] Added segment 4e56a1bd-28f5-48e2-8cff-3886bfcc29d7 of type vxlan for network 5f08fbf3-3681-4e54-a828-fc7341095962 [pid: 7|app: 0|req: 443/934] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:09 2026] POST /v2.0/networks => generated 632 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/935] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:09 2026] GET /v2.0/security-groups?tenant_id=6efb6fefb9464c79a6a36e5762f803e4&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/936] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:20:09 2026] GET /v2.0/ports?tenant_id=33489a8c2c004b43b492315e93a44bac&device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => 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: 445/937] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:09 2026] DELETE /v2.0/security-groups/c18dfa9f-419d-4bc7-9eac-6c9d83f57cca => 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: 446/938] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:20:09 2026] GET /v2.0/networks?id=9e749228-d13c-47e7-9eba-230604d0e957 => generated 780 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/939] 199.204.45.129 () {34 vars in 1060 bytes} [Tue May 26 22:20:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f => generated 861 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/940] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:20:09 2026] GET /v2.0/subnets?id=3dac5cad-6f26-4628-ac58-2d8014d36a92 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/941] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:20:09 2026] POST /v2.0/subnets => generated 626 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/942] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:20:09 2026] GET /v2.0/ports?network_id=9e749228-d13c-47e7-9eba-230604d0e957&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/943] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:20:09 2026] GET /v2.0/networks/9e749228-d13c-47e7-9eba-230604d0e957?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: 451/944] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:20:09 2026] GET /v2.0/networks/9e749228-d13c-47e7-9eba-230604d0e957?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: 452/945] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:09 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/946] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:20:10 2026] GET /v2.0/security-groups?id=d815ca17-a20a-46a5-8404-64c4433bcc4e&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: 494/947] 10.0.0.165 () {34 vars in 665 bytes} [Tue May 26 22:20:09 2026] POST /v2.0/ports => generated 912 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/948] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:10 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/949] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:20:10 2026] GET /v2.0/security-groups?id=d06772c6-e97e-4b41-b763-095302c48914&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:10.381 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c6d0508-1ee6-4ab4-947b-2b4f1a594c74 efad8ee7125a46c48fcbdc6c637ee4ba 83bef3ed238f486192d69297fe84cd2e - - default default] TaaS: Handle Delete Port: ff13ebe9-4d71-444f-be18-f65b0971f5c9 2026-05-26 22:20:10.384 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c6d0508-1ee6-4ab4-947b-2b4f1a594c74 efad8ee7125a46c48fcbdc6c637ee4ba 83bef3ed238f486192d69297fe84cd2e - - default default] Tap Mirror: Handle Delete Port: ff13ebe9-4d71-444f-be18-f65b0971f5c9 [pid: 7|app: 0|req: 454/950] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:20:10 2026] DELETE /v2.0/ports/ff13ebe9-4d71-444f-be18-f65b0971f5c9 => generated 0 bytes in 415 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:10.597 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aca5a13a-46b0-483c-9dc6-0037bb50952f efad8ee7125a46c48fcbdc6c637ee4ba 83bef3ed238f486192d69297fe84cd2e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 497/951] 10.0.0.165 () {32 vars in 717 bytes} [Tue May 26 22:20:10 2026] GET /v2.0/ports/ff13ebe9-4d71-444f-be18-f65b0971f5c9 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/952] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:10 2026] DELETE /v2.0/subnets/0b75d91b-ba5e-4f8b-8395-dfedd7e1f75e => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/953] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:10 2026] DELETE /v2.0/networks/5f08fbf3-3681-4e54-a828-fc7341095962 => 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: 499/954] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:20:10 2026] GET /v2.0/ports?tenant_id=33489a8c2c004b43b492315e93a44bac&device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => 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: 500/955] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:20:10 2026] GET /v2.0/networks?id=9e749228-d13c-47e7-9eba-230604d0e957 => generated 780 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/956] 199.204.45.129 () {34 vars in 1060 bytes} [Tue May 26 22:20:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f => generated 861 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/957] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:20:11 2026] GET /v2.0/subnets?id=3dac5cad-6f26-4628-ac58-2d8014d36a92 => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/958] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:20:11 2026] GET /v2.0/ports?network_id=9e749228-d13c-47e7-9eba-230604d0e957&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: 504/959] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:11 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/960] 10.0.0.165 () {34 vars in 665 bytes} [Tue May 26 22:20:10 2026] POST /v2.0/ports => generated 774 bytes in 335 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: 505/961] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:20:11 2026] GET /v2.0/networks/9e749228-d13c-47e7-9eba-230604d0e957?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/962] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:20:11 2026] GET /v2.0/security-groups?id=d815ca17-a20a-46a5-8404-64c4433bcc4e&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/963] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:20:11 2026] GET /v2.0/networks/9e749228-d13c-47e7-9eba-230604d0e957?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:20:11.290 8 INFO neutron.services.segments.plugin [-] Segment 4e56a1bd-28f5-48e2-8cff-3886bfcc29d7 resource provider aggregate not found 2026-05-26 22:20:11.296 8 INFO neutron.services.segments.plugin [-] Segment 4e56a1bd-28f5-48e2-8cff-3886bfcc29d7 resource provider aggregate not found 2026-05-26 22:20:11.325 8 INFO neutron.services.segments.plugin [-] Segment 4e56a1bd-28f5-48e2-8cff-3886bfcc29d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e56a1bd-28f5-48e2-8cff-3886bfcc29d7 found for delete ", "request_id": "req-1291abe6-5db8-4eb6-8310-895e910cc099"}]} 2026-05-26 22:20:11.327 8 INFO neutron.services.segments.plugin [-] Segment 4e56a1bd-28f5-48e2-8cff-3886bfcc29d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e56a1bd-28f5-48e2-8cff-3886bfcc29d7 found for delete ", "request_id": "req-dc64d7d4-b16b-4967-a1b7-8fa452f08702"}]} [pid: 8|app: 0|req: 506/964] 10.0.0.165 () {34 vars in 737 bytes} [Tue May 26 22:20:11 2026] PUT /v2.0/ports/fbb5bf58-b4fa-4a36-a010-59a8b0436db1 => generated 752 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 459/965] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:11 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/966] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:20:11 2026] GET /v2.0/security-groups?id=d06772c6-e97e-4b41-b763-095302c48914&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:11.612 8 INFO neutron_taas.services.taas.taas_plugin [None req-eea4ad0b-be0c-47e2-9222-404653233c3e efad8ee7125a46c48fcbdc6c637ee4ba 83bef3ed238f486192d69297fe84cd2e - - default default] TaaS: Handle Delete Port: fbb5bf58-b4fa-4a36-a010-59a8b0436db1 2026-05-26 22:20:11.615 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eea4ad0b-be0c-47e2-9222-404653233c3e efad8ee7125a46c48fcbdc6c637ee4ba 83bef3ed238f486192d69297fe84cd2e - - default default] Tap Mirror: Handle Delete Port: fbb5bf58-b4fa-4a36-a010-59a8b0436db1 [pid: 8|app: 0|req: 507/967] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:20:11 2026] DELETE /v2.0/ports/fbb5bf58-b4fa-4a36-a010-59a8b0436db1 => 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: 461/968] 10.0.0.165 () {32 vars in 643 bytes} [Tue May 26 22:20:11 2026] GET /v2.0/ports => generated 777 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:11.796 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b7bdf7b4-454d-4334-9316-cd674051b597 efad8ee7125a46c48fcbdc6c637ee4ba 83bef3ed238f486192d69297fe84cd2e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 508/969] 10.0.0.165 () {32 vars in 717 bytes} [Tue May 26 22:20:11 2026] GET /v2.0/ports/fbb5bf58-b4fa-4a36-a010-59a8b0436db1 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/970] 10.0.0.165 () {32 vars in 643 bytes} [Tue May 26 22:20:11 2026] GET /v2.0/ports => generated 777 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/971] 10.0.0.165 () {32 vars in 717 bytes} [Tue May 26 22:20:11 2026] GET /v2.0/ports/e2d44a09-ae54-480c-bf59-62483b506dd2 => generated 774 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:11.914 7 INFO neutron.pecan_wsgi.hooks.translation [None req-770b0cd3-52c4-486d-b158-7a1f0c031812 efad8ee7125a46c48fcbdc6c637ee4ba 83bef3ed238f486192d69297fe84cd2e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 463/972] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:20:11 2026] DELETE /v2.0/ports/ff13ebe9-4d71-444f-be18-f65b0971f5c9 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:20:11.935 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2d9d6cc1-060b-42a8-abfc-4744d47981f6 efad8ee7125a46c48fcbdc6c637ee4ba 83bef3ed238f486192d69297fe84cd2e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 510/973] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:11 2026] DELETE /v2.0/subnets/0b75d91b-ba5e-4f8b-8395-dfedd7e1f75e => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:20:11.969 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5756fecf-e188-4b7b-bbc2-3fa06299520f efad8ee7125a46c48fcbdc6c637ee4ba 83bef3ed238f486192d69297fe84cd2e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 464/974] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:11 2026] DELETE /v2.0/subnets/ab2eef71-a073-4b29-88f2-2fab1bbd800e => generated 136 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:20:12.081 8 INFO neutron_taas.services.taas.taas_plugin [None req-abb3e870-344c-4680-a0e3-5e84c211d590 efad8ee7125a46c48fcbdc6c637ee4ba 83bef3ed238f486192d69297fe84cd2e - - default default] TaaS: Handle Delete Port: e2d44a09-ae54-480c-bf59-62483b506dd2 2026-05-26 22:20:12.084 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abb3e870-344c-4680-a0e3-5e84c211d590 efad8ee7125a46c48fcbdc6c637ee4ba 83bef3ed238f486192d69297fe84cd2e - - default default] Tap Mirror: Handle Delete Port: e2d44a09-ae54-480c-bf59-62483b506dd2 [pid: 8|app: 0|req: 511/975] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:20:11 2026] DELETE /v2.0/ports/e2d44a09-ae54-480c-bf59-62483b506dd2 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:12.333 7 INFO neutron.services.segments.plugin [-] Segment bc09f70d-2722-4c28-ad55-07c715b80f39 resource provider aggregate not found [pid: 8|app: 0|req: 512/976] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:12 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:12.346 7 INFO neutron.services.segments.plugin [-] Segment bc09f70d-2722-4c28-ad55-07c715b80f39 resource provider aggregate not found 2026-05-26 22:20:12.353 7 INFO neutron.services.segments.plugin [-] Segment bc09f70d-2722-4c28-ad55-07c715b80f39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc09f70d-2722-4c28-ad55-07c715b80f39 found for delete ", "request_id": "req-3c005f45-606a-4b23-a7fe-e6f19eeb3a47"}]} 2026-05-26 22:20:12.364 7 INFO neutron.services.segments.plugin [-] Segment bc09f70d-2722-4c28-ad55-07c715b80f39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc09f70d-2722-4c28-ad55-07c715b80f39 found for delete ", "request_id": "req-1ea8c268-370b-440b-a60e-77776a9b43c0"}]} [pid: 8|app: 0|req: 513/977] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:20:12 2026] GET /v2.0/security-groups?id=d815ca17-a20a-46a5-8404-64c4433bcc4e&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: 465/978] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:12 2026] DELETE /v2.0/networks/b7643491-aed4-4c74-91be-aa09f7f31ca8 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/979] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:12 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/980] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:12 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => 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: 516/981] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:20:12 2026] GET /v2.0/security-groups?id=d06772c6-e97e-4b41-b763-095302c48914&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: 517/982] 199.204.45.129 () {34 vars in 994 bytes} [Tue May 26 22:20:12 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:12.834 7 INFO neutron.db.l3_db [None req-7f0e0cb5-3d02-4708-b6b5-f2f12b57a86b 5681e0946f884d6086bd50f9a27bafef 0a601951695344e89dd7e2880f34b8c2 - - default default] Floating IP 74599004-cb05-4180-b017-fe4bb7f8f502 associated. External IP: 10.96.250.207, port: 5642ac40-8aa6-4371-a20a-6b2e40d44de5. 2026-05-26 22:20:12.889 8 INFO neutron_taas.services.taas.taas_plugin [req-c7728c71-5001-427f-b429-5b4eacdbe117 req-fec53729-eff9-487a-9379-6622caf9a478 36fc5d04686341cfbf4f5a4d9dfda6a5 33489a8c2c004b43b492315e93a44bac - - default default] TaaS: Handle Delete Port: ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f 2026-05-26 22:20:12.892 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c7728c71-5001-427f-b429-5b4eacdbe117 req-fec53729-eff9-487a-9379-6622caf9a478 36fc5d04686341cfbf4f5a4d9dfda6a5 33489a8c2c004b43b492315e93a44bac - - default default] Tap Mirror: Handle Delete Port: ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f 2026-05-26 22:20:13.060 8 INFO neutron.db.l3_db [req-c7728c71-5001-427f-b429-5b4eacdbe117 req-fec53729-eff9-487a-9379-6622caf9a478 36fc5d04686341cfbf4f5a4d9dfda6a5 33489a8c2c004b43b492315e93a44bac - - default default] Floating IP 20de53c5-e891-42c5-945a-7762872b5118 disassociated. External IP: 10.96.250.210, port: ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f. [pid: 7|app: 0|req: 466/983] 10.0.0.165 () {34 vars in 749 bytes} [Tue May 26 22:20:12 2026] PUT /v2.0/floatingips/74599004-cb05-4180-b017-fe4bb7f8f502 => generated 855 bytes in 621 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:13.199 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5e83e3e0-8c43-40d8-8169-1c5fd0e04b9d'] response: {'name': 'network-changed', 'server_uuid': '8187f3b6-e128-4928-abbc-1220e1c4696a', 'tag': '5642ac40-8aa6-4371-a20a-6b2e40d44de5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 467/984] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:13 2026] GET /v2.0/security-groups?tenant_id=83bef3ed238f486192d69297fe84cd2e&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/985] 199.204.45.129 () {36 vars in 997 bytes} [Tue May 26 22:20:12 2026] DELETE /v2.0/ports/ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f => generated 0 bytes in 720 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:13.539 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-32cf18bc-2541-47f6-a12e-677fcc502a55'] response: {'server_uuid': '32dc01ea-0759-43ba-80c7-bce1f31636ab', 'name': 'network-vif-deleted', 'tag': 'ec90d947-4ca4-4291-98fe-b4ae4e3e7f3f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 468/986] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:13 2026] DELETE /v2.0/security-groups/e9da01d5-94c0-4cd5-ae25-ec01ae846766 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/987] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:20:13 2026] GET /v2.0/ports?tenant_id=0a601951695344e89dd7e2880f34b8c2&device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/988] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:13 2026] GET /v2.0/security-groups?tenant_id=b00e702b7f3a4ce4bd1229df006dddad&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/989] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:13 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => 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: 470/990] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:20:13 2026] GET /v2.0/networks?id=67fbe476-baec-4458-a726-c0caa258d26f => generated 772 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/991] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:20:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=5642ac40-8aa6-4371-a20a-6b2e40d44de5 => generated 858 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/992] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:13 2026] DELETE /v2.0/security-groups/381d9059-2c30-4a6a-a555-eb3554d21575 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/993] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:20:13 2026] GET /v2.0/subnets?id=3f8b7fdb-c80d-4ccf-ad7c-80ee69c7ade5 => generated 694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/994] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:20:13 2026] GET /v2.0/ports?network_id=67fbe476-baec-4458-a726-c0caa258d26f&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/995] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:20:13 2026] GET /v2.0/networks/67fbe476-baec-4458-a726-c0caa258d26f?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/996] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:20:14 2026] GET /v2.0/networks/67fbe476-baec-4458-a726-c0caa258d26f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/997] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:14 2026] GET /v2.0/security-groups?tenant_id=1d45768f573043a2a80e91152c21f0c9&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/998] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:14 2026] DELETE /v2.0/security-groups/f6cf5dc6-85d7-4e4c-ab06-f4d6f92bed2b => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/999] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:14 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:20:15.751 8 INFO neutron.db.segments_db [None req-5eb61d4a-ae1a-4234-9c17-917a818bf4ba 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Added segment 90924c46-4f2d-4b72-8953-39292275960c of type vxlan for network cd9a3a04-1e1b-4abb-97b9-cfc0b43a503f [pid: 8|app: 0|req: 525/1000] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:15 2026] POST /v2.0/networks => generated 630 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:20:15.919 7 INFO neutron.db.segments_db [None req-6d4a5dce-8aa6-46e6-ab09-da3679ee6ae7 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Added segment 87e2118d-8640-4385-baa8-447aabe5dfcf of type vxlan for network 871cf86c-d8b8-4de2-8307-d3dc1e74ee16 [pid: 8|app: 0|req: 526/1001] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:15 2026] GET /v2.0/ports?device_id=32dc01ea-0759-43ba-80c7-bce1f31636ab => 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: 476/1002] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:15 2026] POST /v2.0/networks => generated 629 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1003] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:20:16 2026] POST /v2.0/subnets => generated 626 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/1004] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:20:16 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-05-26 22:20:16.515 8 INFO neutron.db.segments_db [None req-ceacfbfa-69fa-468c-9d5c-abf9dc9a8ff7 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Added segment 716e8d94-7545-42da-8a89-be74fd68e5c4 of type vxlan for network a602fb12-ce69-4ee4-929f-e5202e5c5779 2026-05-26 22:20:16.768 8 INFO neutron.db.l3_hamode_db [None req-ceacfbfa-69fa-468c-9d5c-abf9dc9a8ff7 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:20:16.913 8 INFO neutron.db.l3_hamode_db [None req-ceacfbfa-69fa-468c-9d5c-abf9dc9a8ff7 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 478/1005] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:17 2026] DELETE /v2.0/security-groups/d06772c6-e97e-4b41-b763-095302c48914 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:20:17.230 7 INFO neutron.api.v2.resource [None req-f56078e0-61a6-44f8-8a27-2bca7ddd3aa7 36fc5d04686341cfbf4f5a4d9dfda6a5 33489a8c2c004b43b492315e93a44bac - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 479/1006] 10.0.0.165 () {32 vars in 737 bytes} [Tue May 26 22:20:17 2026] GET /v2.0/security-groups/d06772c6-e97e-4b41-b763-095302c48914 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:20:17.338 7 INFO neutron_taas.services.taas.taas_plugin [None req-10e8104a-d9c6-461a-839e-063b1b42ec3b 36fc5d04686341cfbf4f5a4d9dfda6a5 33489a8c2c004b43b492315e93a44bac - - default default] TaaS: Handle Delete Port: cbe4a704-ca44-4f46-9bed-03e4c5843b28 2026-05-26 22:20:17.345 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10e8104a-d9c6-461a-839e-063b1b42ec3b 36fc5d04686341cfbf4f5a4d9dfda6a5 33489a8c2c004b43b492315e93a44bac - - default default] Tap Mirror: Handle Delete Port: cbe4a704-ca44-4f46-9bed-03e4c5843b28 [pid: 7|app: 0|req: 480/1007] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:20:17 2026] DELETE /v2.0/floatingips/20de53c5-e891-42c5-945a-7762872b5118 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1008] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:20:16 2026] POST /v2.0/routers => generated 507 bytes in 1050 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:20:17.950 8 INFO neutron_taas.services.taas.taas_plugin [None req-a41d59f2-edd8-45be-8402-4754a42c3958 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 341c8ca9-7c07-43ea-ba96-bdb9c1beeb35 2026-05-26 22:20:17.952 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a41d59f2-edd8-45be-8402-4754a42c3958 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 341c8ca9-7c07-43ea-ba96-bdb9c1beeb35 [pid: 8|app: 0|req: 529/1009] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:20:17 2026] PUT /v2.0/routers/c12cfc7e-574b-4484-a298-00488c9e962c/remove_router_interface => generated 309 bytes in 998 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1010] 10.0.0.165 () {34 vars in 783 bytes} [Tue May 26 22:20:17 2026] PUT /v2.0/routers/283728c7-b892-487d-9f56-413a07418bb4/add_router_interface => generated 309 bytes in 1172 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:18.765 8 INFO neutron_taas.services.taas.taas_plugin [None req-60180df6-e3a9-4f00-b68f-a6e24a059962 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 96c4b5c4-12d1-452f-8078-c42340a08296 2026-05-26 22:20:18.768 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60180df6-e3a9-4f00-b68f-a6e24a059962 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 96c4b5c4-12d1-452f-8078-c42340a08296 [pid: 7|app: 0|req: 482/1011] 10.0.0.165 () {32 vars in 717 bytes} [Tue May 26 22:20:18 2026] GET /v2.0/ports/a92eb031-1cd1-4154-b71a-d9d090fc7515 => generated 955 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:18.984 8 INFO neutron_taas.services.taas.taas_plugin [None req-60180df6-e3a9-4f00-b68f-a6e24a059962 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: dc827f8d-2278-4b84-8ad7-b97c88cd47f4 2026-05-26 22:20:18.986 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60180df6-e3a9-4f00-b68f-a6e24a059962 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: dc827f8d-2278-4b84-8ad7-b97c88cd47f4 2026-05-26 22:20:19.338 8 INFO neutron.services.segments.plugin [-] Segment fe57fbde-3af2-42a1-9ba9-839030bf6d3e resource provider aggregate not found 2026-05-26 22:20:19.339 8 INFO neutron.services.segments.plugin [-] Segment fe57fbde-3af2-42a1-9ba9-839030bf6d3e resource provider aggregate not found 2026-05-26 22:20:19.356 8 INFO neutron.services.segments.plugin [-] Segment fe57fbde-3af2-42a1-9ba9-839030bf6d3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe57fbde-3af2-42a1-9ba9-839030bf6d3e found for delete ", "request_id": "req-2e7a5ca4-a9ea-4555-9faa-65cb10546b57"}]} 2026-05-26 22:20:19.360 8 INFO neutron.services.segments.plugin [-] Segment fe57fbde-3af2-42a1-9ba9-839030bf6d3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe57fbde-3af2-42a1-9ba9-839030bf6d3e found for delete ", "request_id": "req-1d5bba4e-9e21-439d-a938-1b85187282be"}]} 2026-05-26 22:20:19.362 8 INFO neutron.db.l3_hamode_db [None req-60180df6-e3a9-4f00-b68f-a6e24a059962 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] HA network ca75ff5f-1044-45c3-9b73-dc2e0ebbdd65 was deleted as no HA routers are present in tenant 33489a8c2c004b43b492315e93a44bac. [pid: 8|app: 0|req: 530/1012] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:18 2026] DELETE /v2.0/routers/c12cfc7e-574b-4484-a298-00488c9e962c => generated 0 bytes in 796 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1015] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:19 2026] DELETE /v2.0/subnets/3dac5cad-6f26-4628-ac58-2d8014d36a92 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:19.633 8 INFO neutron_taas.services.taas.taas_plugin [None req-d19a0b6f-7881-4b8d-b111-4564e5d39ac6 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: a6575d16-1c0c-4e36-85ec-31ddb4b65659 2026-05-26 22:20:19.636 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d19a0b6f-7881-4b8d-b111-4564e5d39ac6 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: a6575d16-1c0c-4e36-85ec-31ddb4b65659 [pid: 7|app: 0|req: 483/1016] 10.0.0.165 () {34 vars in 783 bytes} [Tue May 26 22:20:18 2026] PUT /v2.0/routers/283728c7-b892-487d-9f56-413a07418bb4/add_router_interface => generated 309 bytes in 1018 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1017] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:19 2026] DELETE /v2.0/networks/9e749228-d13c-47e7-9eba-230604d0e957 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/1018] 10.0.0.165 () {32 vars in 717 bytes} [Tue May 26 22:20:19 2026] GET /v2.0/ports/52a45cea-8327-40db-8afd-d20ed9c6b3c6 => generated 955 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/1019] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:20 2026] GET /v2.0/security-groups?tenant_id=33489a8c2c004b43b492315e93a44bac&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1020] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:20 2026] DELETE /v2.0/security-groups/6047e9a2-4587-42fc-81b8-99690a56b6a2 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:20:20.250 8 INFO neutron_taas.services.taas.taas_plugin [None req-195a5ff9-ae14-4cf8-a54d-900a457893e8 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] TaaS: Handle Delete Port: 52a45cea-8327-40db-8afd-d20ed9c6b3c6 2026-05-26 22:20:20.253 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-195a5ff9-ae14-4cf8-a54d-900a457893e8 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Tap Mirror: Handle Delete Port: 52a45cea-8327-40db-8afd-d20ed9c6b3c6 [pid: 7|app: 0|req: 487/1021] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:20 2026] GET /v2.0/security-groups?tenant_id=8fe70e54a621432abe17a6a0be29fede&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/1022] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:20 2026] DELETE /v2.0/security-groups/d6ec2e37-db96-4104-977c-9659268881a1 => 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: 535/1023] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:20:19 2026] PUT /v2.0/routers/283728c7-b892-487d-9f56-413a07418bb4/remove_router_interface => generated 309 bytes in 841 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1024] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:20 2026] GET /v2.0/security-groups?tenant_id=2dad41ee47314b4eb413a020c526a7b4&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1025] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:20 2026] DELETE /v2.0/security-groups/5a2e912a-e083-4c0c-b87e-7cecf84b464d => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:20:21.016 7 INFO neutron_taas.services.taas.taas_plugin [None req-f55ca47e-cc49-4f5d-9d83-8b8ca30dd894 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] TaaS: Handle Delete Port: a92eb031-1cd1-4154-b71a-d9d090fc7515 2026-05-26 22:20:21.020 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f55ca47e-cc49-4f5d-9d83-8b8ca30dd894 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Tap Mirror: Handle Delete Port: a92eb031-1cd1-4154-b71a-d9d090fc7515 2026-05-26 22:20:21.374 8 INFO neutron.services.segments.plugin [-] Segment 6f6c9bab-e8e3-42c3-87db-734108e84f09 resource provider aggregate not found 2026-05-26 22:20:21.381 8 INFO neutron.services.segments.plugin [-] Segment 6f6c9bab-e8e3-42c3-87db-734108e84f09 resource provider aggregate not found 2026-05-26 22:20:21.389 8 INFO neutron.services.segments.plugin [-] Segment 6f6c9bab-e8e3-42c3-87db-734108e84f09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f6c9bab-e8e3-42c3-87db-734108e84f09 found for delete ", "request_id": "req-3f630a8d-029b-4618-87cd-bcfbbc832143"}]} 2026-05-26 22:20:21.396 8 INFO neutron.services.segments.plugin [-] Segment 6f6c9bab-e8e3-42c3-87db-734108e84f09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f6c9bab-e8e3-42c3-87db-734108e84f09 found for delete ", "request_id": "req-790ff146-26c6-4d2a-9e61-508866559ac5"}]} [pid: 7|app: 0|req: 489/1026] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:20:20 2026] PUT /v2.0/routers/283728c7-b892-487d-9f56-413a07418bb4/remove_router_interface => generated 309 bytes in 766 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1027] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:20:21 2026] GET /v2.0/ports?device_id=283728c7-b892-487d-9f56-413a07418bb4 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:20:21.674 7 INFO neutron_taas.services.taas.taas_plugin [None req-45211317-5393-4bbb-af15-707838336157 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] TaaS: Handle Delete Port: bbcf34a7-0690-4c16-9fa6-97a1fd91ab18 2026-05-26 22:20:21.677 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45211317-5393-4bbb-af15-707838336157 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Tap Mirror: Handle Delete Port: bbcf34a7-0690-4c16-9fa6-97a1fd91ab18 2026-05-26 22:20:22.469 7 INFO neutron.services.segments.plugin [-] Segment 716e8d94-7545-42da-8a89-be74fd68e5c4 resource provider aggregate not found 2026-05-26 22:20:22.470 7 INFO neutron.services.segments.plugin [-] Segment 716e8d94-7545-42da-8a89-be74fd68e5c4 resource provider aggregate not found 2026-05-26 22:20:22.510 7 INFO neutron.services.segments.plugin [-] Segment 716e8d94-7545-42da-8a89-be74fd68e5c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 716e8d94-7545-42da-8a89-be74fd68e5c4 found for delete ", "request_id": "req-29c75ec0-4aa7-4459-a646-14806afc49cf"}]} 2026-05-26 22:20:22.512 7 INFO neutron.services.segments.plugin [-] Segment 716e8d94-7545-42da-8a89-be74fd68e5c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 716e8d94-7545-42da-8a89-be74fd68e5c4 found for delete ", "request_id": "req-325659e0-a561-41d3-b950-96059cab8125"}]} 2026-05-26 22:20:22.524 7 INFO neutron.db.l3_hamode_db [None req-45211317-5393-4bbb-af15-707838336157 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] HA network a602fb12-ce69-4ee4-929f-e5202e5c5779 was deleted as no HA routers are present in tenant de58ed16a1c54a928ec5870c92a325f4. [pid: 7|app: 0|req: 490/1028] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:21 2026] DELETE /v2.0/routers/283728c7-b892-487d-9f56-413a07418bb4 => generated 0 bytes in 1018 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1029] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:22 2026] DELETE /v2.0/subnets/64e98bc5-3ed1-437a-bcae-c515524cce33 => 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: 491/1030] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:22 2026] DELETE /v2.0/subnets/6637ce00-4eaa-4985-b06e-9f9a4f88710c => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:22.927 8 INFO neutron_taas.services.taas.taas_plugin [None req-43e71726-6349-4184-a5da-f4f241b76cf6 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] TaaS: Handle Delete Port: 1d689ce6-6660-4ddf-a89d-ed44db1d4acc 2026-05-26 22:20:22.930 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43e71726-6349-4184-a5da-f4f241b76cf6 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Tap Mirror: Handle Delete Port: 1d689ce6-6660-4ddf-a89d-ed44db1d4acc [pid: 8|app: 0|req: 540/1031] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:22 2026] DELETE /v2.0/networks/871cf86c-d8b8-4de2-8307-d3dc1e74ee16 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:23.219 7 INFO neutron_taas.services.taas.taas_plugin [None req-66c3677d-b60e-456d-b5a7-d91387371093 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] TaaS: Handle Delete Port: 6b2f8938-aace-4039-a7d5-63e1d2457bc4 2026-05-26 22:20:23.222 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66c3677d-b60e-456d-b5a7-d91387371093 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Tap Mirror: Handle Delete Port: 6b2f8938-aace-4039-a7d5-63e1d2457bc4 [pid: 7|app: 0|req: 492/1032] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:23 2026] DELETE /v2.0/networks/cd9a3a04-1e1b-4abb-97b9-cfc0b43a503f => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:23.413 8 INFO neutron.services.segments.plugin [-] Segment 87e2118d-8640-4385-baa8-447aabe5dfcf resource provider aggregate not found 2026-05-26 22:20:23.420 8 INFO neutron.services.segments.plugin [-] Segment 87e2118d-8640-4385-baa8-447aabe5dfcf resource provider aggregate not found 2026-05-26 22:20:23.438 8 INFO neutron.services.segments.plugin [-] Segment 87e2118d-8640-4385-baa8-447aabe5dfcf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87e2118d-8640-4385-baa8-447aabe5dfcf found for delete ", "request_id": "req-758b4689-2486-452f-a624-61cbbf76dc18"}]} 2026-05-26 22:20:23.443 8 INFO neutron.services.segments.plugin [-] Segment 87e2118d-8640-4385-baa8-447aabe5dfcf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87e2118d-8640-4385-baa8-447aabe5dfcf found for delete ", "request_id": "req-a9cbcf28-d86e-441e-850f-a498e6b02834"}]} 2026-05-26 22:20:23.463 8 INFO neutron.db.segments_db [None req-1320ba06-74a6-4b05-a81a-a5054078477c 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Added segment 91a0157e-3a15-433c-a7b6-31b539e57125 of type vxlan for network a72c8f7e-5366-4825-9939-c67ab9eba3b3 [pid: 8|app: 0|req: 541/1033] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:23 2026] POST /v2.0/networks => generated 629 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1034] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 22:20:23 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1035] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 22:20:23 2026] GET /v2.0/security-groups?id=d815ca17-a20a-46a5-8404-64c4433bcc4e&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1036] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:20:23 2026] POST /v2.0/subnets => generated 626 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:20:23.782 8 INFO neutron.db.segments_db [None req-6fea9d43-7a61-4316-816b-3c040cd39dea 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Added segment 58979b2c-394d-47fa-828b-be5a41875ea6 of type vxlan for network d9eb9508-3192-46a0-9f9b-59e0f23c7912 2026-05-26 22:20:24.030 8 INFO neutron.db.l3_hamode_db [None req-6fea9d43-7a61-4316-816b-3c040cd39dea 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:20:24.156 8 INFO neutron.db.l3_hamode_db [None req-6fea9d43-7a61-4316-816b-3c040cd39dea 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:20:24.530 7 INFO neutron.services.segments.plugin [-] Segment 90924c46-4f2d-4b72-8953-39292275960c resource provider aggregate not found 2026-05-26 22:20:24.534 7 INFO neutron.services.segments.plugin [-] Segment 90924c46-4f2d-4b72-8953-39292275960c resource provider aggregate not found 2026-05-26 22:20:24.550 7 INFO neutron.services.segments.plugin [-] Segment 90924c46-4f2d-4b72-8953-39292275960c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90924c46-4f2d-4b72-8953-39292275960c found for delete ", "request_id": "req-755a1b80-f7f6-40ec-939f-79eceabb70be"}]} 2026-05-26 22:20:24.553 7 INFO neutron.services.segments.plugin [-] Segment 90924c46-4f2d-4b72-8953-39292275960c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90924c46-4f2d-4b72-8953-39292275960c found for delete ", "request_id": "req-564df79e-6d97-44f7-ad49-83992bbf8037"}]} [pid: 8|app: 0|req: 544/1037] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:20:23 2026] POST /v2.0/routers => generated 507 bytes in 985 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1038] 10.0.0.165 () {34 vars in 665 bytes} [Tue May 26 22:20:24 2026] POST /v2.0/ports => generated 947 bytes in 340 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: 495/1039] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:25 2026] GET /v2.0/security-groups?tenant_id=4e82f54ad33c4c7b8f176dff7da97ffd&name=default => generated 2925 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1040] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:25 2026] GET /v2.0/security-groups?tenant_id=570274acb7d64cd1b94d112c549ffc6e&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1041] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:25 2026] DELETE /v2.0/security-groups/e778cd7a-3fc9-457c-9c35-30501d5856a6 => 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: 498/1042] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:25 2026] DELETE /v2.0/security-groups/718a9684-3f3b-4f3d-8d8a-59cbc1f05023 => 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: 545/1043] 10.0.0.165 () {34 vars in 783 bytes} [Tue May 26 22:20:25 2026] PUT /v2.0/routers/8ae9fb1f-f1b9-4d3a-9f4d-d253c624088a/add_router_interface => generated 309 bytes in 1089 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: 499/1044] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:26 2026] GET /v2.0/security-groups?tenant_id=01f97fb23add4925855ab7574dae6565&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1045] 10.0.0.165 () {32 vars in 717 bytes} [Tue May 26 22:20:26 2026] GET /v2.0/ports/1bb1310b-52ea-4dab-9d6a-77dad5057036 => generated 1021 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1046] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:26 2026] DELETE /v2.0/security-groups/6634b12a-0e25-4aed-8cc2-5bb56a42ac55 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:20:26.606 8 INFO neutron_taas.services.taas.taas_plugin [None req-043781ef-c1de-4cbb-b096-a76103c6b4ad 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] TaaS: Handle Delete Port: 1bb1310b-52ea-4dab-9d6a-77dad5057036 2026-05-26 22:20:26.610 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-043781ef-c1de-4cbb-b096-a76103c6b4ad 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Tap Mirror: Handle Delete Port: 1bb1310b-52ea-4dab-9d6a-77dad5057036 [pid: 8|app: 0|req: 547/1047] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:20:26 2026] PUT /v2.0/routers/8ae9fb1f-f1b9-4d3a-9f4d-d253c624088a/remove_router_interface => generated 309 bytes in 789 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:27.170 7 INFO neutron.api.v2.resource [None req-5a501c8f-fd91-41af-b9fb-c9099ff1340b 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 501/1048] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:20:27 2026] PUT /v2.0/routers/8ae9fb1f-f1b9-4d3a-9f4d-d253c624088a/remove_router_interface => generated 197 bytes in 136 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: 548/1049] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:20:27 2026] GET /v2.0/ports?device_id=8ae9fb1f-f1b9-4d3a-9f4d-d253c624088a => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:20:27.410 7 INFO neutron_taas.services.taas.taas_plugin [None req-208e79eb-c1bf-402a-8ae9-89b1941a51a9 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] TaaS: Handle Delete Port: f2cee683-c541-4175-ae48-ca5c3fba79cd 2026-05-26 22:20:27.413 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-208e79eb-c1bf-402a-8ae9-89b1941a51a9 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Tap Mirror: Handle Delete Port: f2cee683-c541-4175-ae48-ca5c3fba79cd 2026-05-26 22:20:27.852 7 INFO neutron.services.segments.plugin [-] Segment 58979b2c-394d-47fa-828b-be5a41875ea6 resource provider aggregate not found 2026-05-26 22:20:27.865 7 INFO neutron.services.segments.plugin [-] Segment 58979b2c-394d-47fa-828b-be5a41875ea6 resource provider aggregate not found 2026-05-26 22:20:27.887 7 INFO neutron.services.segments.plugin [-] Segment 58979b2c-394d-47fa-828b-be5a41875ea6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58979b2c-394d-47fa-828b-be5a41875ea6 found for delete ", "request_id": "req-1d394fd7-72b9-408e-8c73-50ed4e3e6339"}]} 2026-05-26 22:20:27.895 7 INFO neutron.services.segments.plugin [-] Segment 58979b2c-394d-47fa-828b-be5a41875ea6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58979b2c-394d-47fa-828b-be5a41875ea6 found for delete ", "request_id": "req-92208749-ba8d-46a2-8b2c-fa12709c78a9"}]} 2026-05-26 22:20:27.905 7 INFO neutron.db.l3_hamode_db [None req-208e79eb-c1bf-402a-8ae9-89b1941a51a9 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] HA network d9eb9508-3192-46a0-9f9b-59e0f23c7912 was deleted as no HA routers are present in tenant de58ed16a1c54a928ec5870c92a325f4. [pid: 7|app: 0|req: 502/1050] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:27 2026] DELETE /v2.0/routers/8ae9fb1f-f1b9-4d3a-9f4d-d253c624088a => generated 0 bytes in 711 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1051] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:27 2026] DELETE /v2.0/subnets/afd3f49a-363f-4437-b6a4-b71fc0146e4f => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:28.135 8 INFO neutron.db.segments_db [None req-99525093-a33a-490b-94db-aff304c573db c007964cac814f3b88dbd970ff465fb8 8db25f10fb7b43cdb0de95be22c78b64 - - default default] Added segment 356884d3-e4a5-4cfa-b93d-d6ebddfb99bd of type vxlan for network 16e2a746-72c1-4d3f-9bd9-16c253f47ed1 2026-05-26 22:20:28.179 8 INFO neutron.db.segments_db [None req-99525093-a33a-490b-94db-aff304c573db c007964cac814f3b88dbd970ff465fb8 8db25f10fb7b43cdb0de95be22c78b64 - - default default] Added segment 56a27b7f-67d6-45f5-9063-db1097761b04 of type vxlan for network 911f83a5-908e-4c86-8259-7889ca0c7bae 2026-05-26 22:20:28.179 7 INFO neutron_taas.services.taas.taas_plugin [None req-0058ac7b-604c-496e-95cb-15a96852b81a 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] TaaS: Handle Delete Port: a0b37290-82af-43eb-82dd-4ead219093fc 2026-05-26 22:20:28.182 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0058ac7b-604c-496e-95cb-15a96852b81a 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Tap Mirror: Handle Delete Port: a0b37290-82af-43eb-82dd-4ead219093fc [pid: 8|app: 0|req: 549/1052] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:27 2026] POST /v2.0/networks => generated 1245 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1053] 10.0.0.165 () {32 vars in 649 bytes} [Tue May 26 22:20:28 2026] GET /v2.0/networks => generated 1844 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1054] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:28 2026] DELETE /v2.0/networks/a72c8f7e-5366-4825-9939-c67ab9eba3b3 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:28.439 8 INFO neutron.services.segments.plugin [-] Segment 356884d3-e4a5-4cfa-b93d-d6ebddfb99bd resource provider aggregate not found 2026-05-26 22:20:28.444 8 INFO neutron.services.segments.plugin [-] Segment 356884d3-e4a5-4cfa-b93d-d6ebddfb99bd resource provider aggregate not found 2026-05-26 22:20:28.445 7 INFO neutron.db.segments_db [None req-4415556e-e693-4be0-964c-26c670dd99c2 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Added segment fdb8ebf1-011f-40e7-879d-16d20efa026d of type vxlan for network 6f772ee0-7d43-4e79-9fad-a0c69d75dcb7 2026-05-26 22:20:28.459 8 INFO neutron.services.segments.plugin [-] Segment 356884d3-e4a5-4cfa-b93d-d6ebddfb99bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 356884d3-e4a5-4cfa-b93d-d6ebddfb99bd found for delete ", "request_id": "req-930393f1-44a0-4dbc-a734-9cccb084ec31"}]} 2026-05-26 22:20:28.464 8 INFO neutron.services.segments.plugin [-] Segment 356884d3-e4a5-4cfa-b93d-d6ebddfb99bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 356884d3-e4a5-4cfa-b93d-d6ebddfb99bd found for delete ", "request_id": "req-e471ed75-42d1-47b5-b8b5-89a8fdab30f3"}]} [pid: 8|app: 0|req: 551/1055] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:28 2026] DELETE /v2.0/networks/16e2a746-72c1-4d3f-9bd9-16c253f47ed1 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1056] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:28 2026] POST /v2.0/networks => generated 629 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1057] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:28 2026] DELETE /v2.0/networks/911f83a5-908e-4c86-8259-7889ca0c7bae => 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: 553/1058] 10.0.0.165 () {32 vars in 649 bytes} [Tue May 26 22:20:28 2026] GET /v2.0/networks => generated 651 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:28.684 8 INFO neutron.db.segments_db [None req-46381eec-294c-4e74-98f6-607d8d5984fa c007964cac814f3b88dbd970ff465fb8 8db25f10fb7b43cdb0de95be22c78b64 - - default default] Added segment d6f02274-39e6-4f1e-953f-8db5ee9c5f17 of type vxlan for network eeea5e07-9098-4beb-9a95-42fc61c9311a [pid: 8|app: 0|req: 554/1059] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:28 2026] POST /v2.0/networks => generated 652 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1060] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:20:28 2026] POST /v2.0/subnets => generated 626 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:20:28.816 8 INFO neutron.db.segments_db [None req-80834a65-9d36-4e0f-9261-07e85e2c659e c007964cac814f3b88dbd970ff465fb8 8db25f10fb7b43cdb0de95be22c78b64 - - default default] Added segment c7c4af70-1676-4cc0-ab9d-fb6e81a8a485 of type vxlan for network 522447d8-d0c5-4ef7-9ce4-444f10ddaa29 2026-05-26 22:20:28.870 7 INFO neutron.db.segments_db [None req-e208a22b-e5d4-4685-b04c-d477d026d2ad 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Added segment b918820c-76e3-4c38-8cc5-b95468f32469 of type vxlan for network 00943645-b23c-466c-b23a-1720a3de3965 [pid: 8|app: 0|req: 555/1061] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:28 2026] POST /v2.0/networks => generated 653 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:20:29.102 7 INFO neutron.db.l3_hamode_db [None req-e208a22b-e5d4-4685-b04c-d477d026d2ad 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:20:29.244 7 INFO neutron.db.l3_hamode_db [None req-e208a22b-e5d4-4685-b04c-d477d026d2ad 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 556/1062] 10.0.0.165 () {34 vars in 665 bytes} [Tue May 26 22:20:28 2026] POST /v2.0/ports => generated 1505 bytes in 522 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: 557/1063] 10.0.0.165 () {32 vars in 643 bytes} [Tue May 26 22:20:29 2026] GET /v2.0/ports => generated 1505 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:20:29.593 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c52f33c-429a-4c8f-9641-dc02b2845e58 c007964cac814f3b88dbd970ff465fb8 8db25f10fb7b43cdb0de95be22c78b64 - - default default] TaaS: Handle Delete Port: 33a42db3-70c3-4ac6-8b44-d74b3537e0b5 2026-05-26 22:20:29.596 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c52f33c-429a-4c8f-9641-dc02b2845e58 c007964cac814f3b88dbd970ff465fb8 8db25f10fb7b43cdb0de95be22c78b64 - - default default] Tap Mirror: Handle Delete Port: 33a42db3-70c3-4ac6-8b44-d74b3537e0b5 [pid: 8|app: 0|req: 558/1064] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:20:29 2026] DELETE /v2.0/ports/33a42db3-70c3-4ac6-8b44-d74b3537e0b5 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1065] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:20:28 2026] POST /v2.0/routers => generated 507 bytes in 969 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:20:29.786 8 INFO neutron_taas.services.taas.taas_plugin [None req-25a0192e-f5ce-4144-96c5-021321cfe31a c007964cac814f3b88dbd970ff465fb8 8db25f10fb7b43cdb0de95be22c78b64 - - default default] TaaS: Handle Delete Port: ac637ca7-e9fb-423e-a644-b6b4d2bdc8f5 2026-05-26 22:20:29.789 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25a0192e-f5ce-4144-96c5-021321cfe31a c007964cac814f3b88dbd970ff465fb8 8db25f10fb7b43cdb0de95be22c78b64 - - default default] Tap Mirror: Handle Delete Port: ac637ca7-e9fb-423e-a644-b6b4d2bdc8f5 [pid: 8|app: 0|req: 559/1066] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:20:29 2026] DELETE /v2.0/ports/ac637ca7-e9fb-423e-a644-b6b4d2bdc8f5 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1067] 10.0.0.165 () {32 vars in 643 bytes} [Tue May 26 22:20:29 2026] GET /v2.0/ports => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:20:29.916 7 INFO neutron.services.segments.plugin [-] Segment 91a0157e-3a15-433c-a7b6-31b539e57125 resource provider aggregate not found 2026-05-26 22:20:29.921 7 INFO neutron.services.segments.plugin [-] Segment 91a0157e-3a15-433c-a7b6-31b539e57125 resource provider aggregate not found 2026-05-26 22:20:29.935 7 INFO neutron.services.segments.plugin [-] Segment 91a0157e-3a15-433c-a7b6-31b539e57125 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91a0157e-3a15-433c-a7b6-31b539e57125 found for delete ", "request_id": "req-f55ea779-e2ce-4a51-8ed7-30f46afd4b39"}]} 2026-05-26 22:20:29.945 7 INFO neutron.services.segments.plugin [-] Segment 91a0157e-3a15-433c-a7b6-31b539e57125 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91a0157e-3a15-433c-a7b6-31b539e57125 found for delete ", "request_id": "req-eb0a5e5c-8b9b-4990-9b0d-2d1a36402f35"}]} 2026-05-26 22:20:29.966 8 INFO neutron.db.segments_db [None req-bb16dcf8-f88a-4d6c-9439-502ed09fba9a c007964cac814f3b88dbd970ff465fb8 8db25f10fb7b43cdb0de95be22c78b64 - - default default] Added segment 0f928684-8d06-407e-a3e7-ee4d00c56ca6 of type vxlan for network 44cd71b1-8a7f-4639-a0f9-ddf930755161 [pid: 8|app: 0|req: 561/1068] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:29 2026] POST /v2.0/networks => generated 653 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:20:30.115 8 INFO neutron.db.segments_db [None req-0f4fb0aa-69b2-4aa5-8671-c274bf92c58a c007964cac814f3b88dbd970ff465fb8 8db25f10fb7b43cdb0de95be22c78b64 - - default default] Added segment 1c35d657-86a7-43b7-aa0d-9fbefbc1d6a6 of type vxlan for network 6d40d45e-7f56-494f-8eca-4b435d9072a4 [pid: 8|app: 0|req: 562/1069] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:30 2026] POST /v2.0/networks => generated 653 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:20:30.481 8 INFO neutron.services.segments.plugin [-] Segment 56a27b7f-67d6-45f5-9063-db1097761b04 resource provider aggregate not found 2026-05-26 22:20:30.484 8 INFO neutron.services.segments.plugin [-] Segment 56a27b7f-67d6-45f5-9063-db1097761b04 resource provider aggregate not found 2026-05-26 22:20:30.498 8 INFO neutron.services.segments.plugin [-] Segment 56a27b7f-67d6-45f5-9063-db1097761b04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56a27b7f-67d6-45f5-9063-db1097761b04 found for delete ", "request_id": "req-f121c218-c2d2-4ed9-a8d0-aced4eff2659"}]} 2026-05-26 22:20:30.502 8 INFO neutron.services.segments.plugin [-] Segment 56a27b7f-67d6-45f5-9063-db1097761b04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56a27b7f-67d6-45f5-9063-db1097761b04 found for delete ", "request_id": "req-e67aafba-85c3-4922-8b96-af9c180fa0f5"}]} [pid: 7|app: 0|req: 508/1070] 10.0.0.165 () {34 vars in 783 bytes} [Tue May 26 22:20:29 2026] PUT /v2.0/routers/4b657d77-a49b-4dc4-a709-1fe132305213/add_router_interface => generated 309 bytes in 1167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1071] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:20:30 2026] POST /v2.0/subnets => generated 1323 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1072] 10.0.0.165 () {32 vars in 717 bytes} [Tue May 26 22:20:31 2026] GET /v2.0/ports/e8dad66d-71c4-4c4a-8a28-4652c23a94f9 => generated 955 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1073] 10.0.0.165 () {32 vars in 647 bytes} [Tue May 26 22:20:31 2026] GET /v2.0/subnets => generated 1959 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1074] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:30 2026] GET /v2.0/security-groups?tenant_id=b4c4b0f9a4224d8296b10c6cd69be88d&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1075] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:31 2026] DELETE /v2.0/subnets/4d1c0192-2c8b-414d-bab7-a7c63dffff7c => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1076] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:31 2026] DELETE /v2.0/security-groups/6cc20f88-2e26-41c0-ac9c-af341611da5c => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:20:31.479 8 INFO neutron_taas.services.taas.taas_plugin [None req-deff0957-0bb6-4444-89f3-bc0b444ff6a1 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] TaaS: Handle Delete Port: e8dad66d-71c4-4c4a-8a28-4652c23a94f9 2026-05-26 22:20:31.482 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-deff0957-0bb6-4444-89f3-bc0b444ff6a1 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Tap Mirror: Handle Delete Port: e8dad66d-71c4-4c4a-8a28-4652c23a94f9 [pid: 7|app: 0|req: 512/1077] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:31 2026] DELETE /v2.0/subnets/39b5d299-85d5-40f8-adca-76400439f19f => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1078] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:31 2026] GET /v2.0/security-groups?tenant_id=e82b90d4c86e41abba1970dda77aff88&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: 514/1079] 10.0.0.165 () {32 vars in 647 bytes} [Tue May 26 22:20:31 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: 515/1080] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:31 2026] DELETE /v2.0/security-groups/0c94b332-ffe4-4c25-9228-9c589809933a => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1081] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:20:31 2026] PUT /v2.0/routers/4b657d77-a49b-4dc4-a709-1fe132305213/remove_router_interface => generated 309 bytes in 706 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1082] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:20:31 2026] GET /v2.0/ports?device_id=4b657d77-a49b-4dc4-a709-1fe132305213 => 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: 516/1083] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:31 2026] DELETE /v2.0/networks/6d40d45e-7f56-494f-8eca-4b435d9072a4 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:31.956 7 INFO neutron.services.segments.plugin [-] Segment 1c35d657-86a7-43b7-aa0d-9fbefbc1d6a6 resource provider aggregate not found 2026-05-26 22:20:31.967 7 INFO neutron.services.segments.plugin [-] Segment 1c35d657-86a7-43b7-aa0d-9fbefbc1d6a6 resource provider aggregate not found 2026-05-26 22:20:31.975 7 INFO neutron.services.segments.plugin [-] Segment 1c35d657-86a7-43b7-aa0d-9fbefbc1d6a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c35d657-86a7-43b7-aa0d-9fbefbc1d6a6 found for delete ", "request_id": "req-06d26194-4ea5-4b15-bdba-144faed187eb"}]} 2026-05-26 22:20:31.988 7 INFO neutron.services.segments.plugin [-] Segment 1c35d657-86a7-43b7-aa0d-9fbefbc1d6a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c35d657-86a7-43b7-aa0d-9fbefbc1d6a6 found for delete ", "request_id": "req-120893bf-bffd-456f-be85-e5847ee05211"}]} [pid: 7|app: 0|req: 517/1084] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:31 2026] DELETE /v2.0/networks/44cd71b1-8a7f-4639-a0f9-ddf930755161 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:32.117 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab52ede8-9cf9-4f82-b1f6-f5c4a39c99f9 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] TaaS: Handle Delete Port: 1ee358bd-26e5-46b8-b902-6489a49f49b9 2026-05-26 22:20:32.120 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab52ede8-9cf9-4f82-b1f6-f5c4a39c99f9 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Tap Mirror: Handle Delete Port: 1ee358bd-26e5-46b8-b902-6489a49f49b9 [pid: 7|app: 0|req: 518/1085] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:32 2026] DELETE /v2.0/networks/522447d8-d0c5-4ef7-9ce4-444f10ddaa29 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1086] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:32 2026] DELETE /v2.0/networks/eeea5e07-9098-4beb-9a95-42fc61c9311a => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:32.477 8 INFO neutron.db.l3_hamode_db [None req-ab52ede8-9cf9-4f82-b1f6-f5c4a39c99f9 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] HA network 00943645-b23c-466c-b23a-1720a3de3965 was deleted as no HA routers are present in tenant de58ed16a1c54a928ec5870c92a325f4. [pid: 8|app: 0|req: 568/1087] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:31 2026] DELETE /v2.0/routers/4b657d77-a49b-4dc4-a709-1fe132305213 => generated 0 bytes in 555 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:20:32.540 8 INFO neutron.services.segments.plugin [-] Segment b918820c-76e3-4c38-8cc5-b95468f32469 resource provider aggregate not found 2026-05-26 22:20:32.544 8 INFO neutron.services.segments.plugin [-] Segment b918820c-76e3-4c38-8cc5-b95468f32469 resource provider aggregate not found 2026-05-26 22:20:32.553 8 INFO neutron.services.segments.plugin [-] Segment b918820c-76e3-4c38-8cc5-b95468f32469 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b918820c-76e3-4c38-8cc5-b95468f32469 found for delete ", "request_id": "req-7735a6f5-7c27-4703-847d-39fb5176cda8"}]} 2026-05-26 22:20:32.557 8 INFO neutron.services.segments.plugin [-] Segment b918820c-76e3-4c38-8cc5-b95468f32469 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b918820c-76e3-4c38-8cc5-b95468f32469 found for delete ", "request_id": "req-8faf8eef-f04d-4b6a-a59e-c5b5a9558e95"}]} [pid: 7|app: 0|req: 520/1088] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:32 2026] DELETE /v2.0/subnets/ed343bab-1bf9-437c-854c-534f80898729 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1089] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:32 2026] DELETE /v2.0/networks/6f772ee0-7d43-4e79-9fad-a0c69d75dcb7 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:32.825 7 INFO neutron.db.segments_db [None req-4bc4d11c-ab40-4d96-bce7-dba525cd59b8 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Added segment 40bac9c2-e93c-41e6-8d7a-336bb934c5dc of type vxlan for network 78ed3d98-c11e-41a0-b6e2-f7dc53faad9d [pid: 8|app: 0|req: 570/1090] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:32 2026] GET /v2.0/security-groups?tenant_id=8db25f10fb7b43cdb0de95be22c78b64&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:20:33.052 7 INFO neutron.db.l3_hamode_db [None req-4bc4d11c-ab40-4d96-bce7-dba525cd59b8 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 571/1091] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:32 2026] DELETE /v2.0/security-groups/83c5e2ea-23b6-4a1d-8e88-1d2631149526 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:20:33.719 7 INFO neutron.db.l3_hamode_db [None req-4bc4d11c-ab40-4d96-bce7-dba525cd59b8 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 572/1092] 10.0.0.165 () {32 vars in 653 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions => generated 21537 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1093] 10.0.0.165 () {32 vars in 681 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1094] 10.0.0.165 () {32 vars in 681 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1095] 10.0.0.165 () {32 vars in 729 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1096] 10.0.0.165 () {32 vars in 665 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/agent => generated 153 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1097] 10.0.0.165 () {32 vars in 699 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1098] 10.0.0.165 () {32 vars in 697 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1099] 10.0.0.165 () {32 vars in 701 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1100] 10.0.0.165 () {32 vars in 689 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1101] 10.0.0.165 () {32 vars in 703 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1102] 10.0.0.165 () {32 vars in 693 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1103] 10.0.0.165 () {32 vars in 695 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1104] 10.0.0.165 () {32 vars in 685 bytes} [Tue May 26 22:20:33 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: 585/1105] 10.0.0.165 () {32 vars in 687 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1106] 10.0.0.165 () {32 vars in 661 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1107] 10.0.0.165 () {32 vars in 699 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1108] 10.0.0.165 () {32 vars in 679 bytes} [Tue May 26 22:20:33 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: 8|app: 0|req: 589/1109] 10.0.0.165 () {32 vars in 683 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1110] 10.0.0.165 () {32 vars in 675 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1111] 10.0.0.165 () {32 vars in 689 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1112] 10.0.0.165 () {32 vars in 723 bytes} [Tue May 26 22:20:33 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: 8|app: 0|req: 593/1113] 10.0.0.165 () {32 vars in 687 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1114] 10.0.0.165 () {32 vars in 669 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1115] 10.0.0.165 () {32 vars in 687 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1116] 10.0.0.165 () {32 vars in 681 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1117] 10.0.0.165 () {32 vars in 699 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1118] 10.0.0.165 () {32 vars in 679 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1119] 10.0.0.165 () {32 vars in 667 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/router => generated 256 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1120] 10.0.0.165 () {32 vars in 677 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:33.997 7 INFO neutron.services.segments.plugin [-] Segment 0f928684-8d06-407e-a3e7-ee4d00c56ca6 resource provider aggregate not found [pid: 8|app: 0|req: 601/1121] 10.0.0.165 () {32 vars in 665 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/extensions/l3-ha => 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: 602/1122] 10.0.0.165 () {32 vars in 675 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/l3-flavors => 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: 603/1123] 10.0.0.165 () {32 vars in 713 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:34.017 7 INFO neutron.services.segments.plugin [-] Segment 0f928684-8d06-407e-a3e7-ee4d00c56ca6 resource provider aggregate not found [pid: 8|app: 0|req: 604/1124] 10.0.0.165 () {32 vars in 691 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:34.018 7 INFO neutron.services.segments.plugin [-] Segment 0f928684-8d06-407e-a3e7-ee4d00c56ca6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f928684-8d06-407e-a3e7-ee4d00c56ca6 found for delete ", "request_id": "req-0c4db43a-0f6e-452c-9877-ab7e5395e22a"}]} [pid: 8|app: 0|req: 605/1125] 10.0.0.165 () {32 vars in 683 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1126] 10.0.0.165 () {32 vars in 669 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:34.039 7 INFO neutron.services.segments.plugin [-] Segment c7c4af70-1676-4cc0-ab9d-fb6e81a8a485 resource provider aggregate not found [pid: 8|app: 0|req: 607/1127] 10.0.0.165 () {32 vars in 687 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:34.044 7 INFO neutron.services.segments.plugin [-] Segment 0f928684-8d06-407e-a3e7-ee4d00c56ca6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f928684-8d06-407e-a3e7-ee4d00c56ca6 found for delete ", "request_id": "req-42e71659-ffe8-4577-b790-fd70340b23d6"}]} [pid: 8|app: 0|req: 608/1128] 10.0.0.165 () {32 vars in 705 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1129] 10.0.0.165 () {32 vars in 675 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1130] 10.0.0.165 () {32 vars in 701 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1131] 10.0.0.165 () {32 vars in 675 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1132] 10.0.0.165 () {32 vars in 693 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:34.076 7 INFO neutron.services.segments.plugin [-] Segment c7c4af70-1676-4cc0-ab9d-fb6e81a8a485 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7c4af70-1676-4cc0-ab9d-fb6e81a8a485 found for delete ", "request_id": "req-da1ac5b3-d4f6-44f0-8131-fc38881dfa88"}]} 2026-05-26 22:20:34.079 7 INFO neutron.services.segments.plugin [-] Segment c7c4af70-1676-4cc0-ab9d-fb6e81a8a485 resource provider aggregate not found [pid: 8|app: 0|req: 613/1133] 10.0.0.165 () {32 vars in 689 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1134] 10.0.0.165 () {32 vars in 709 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1135] 10.0.0.165 () {32 vars in 705 bytes} [Tue May 26 22:20:34 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) 2026-05-26 22:20:34.099 7 INFO neutron.services.segments.plugin [-] Segment d6f02274-39e6-4f1e-953f-8db5ee9c5f17 resource provider aggregate not found [pid: 8|app: 0|req: 616/1136] 10.0.0.165 () {32 vars in 719 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:34.099 7 INFO neutron.services.segments.plugin [-] Segment c7c4af70-1676-4cc0-ab9d-fb6e81a8a485 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7c4af70-1676-4cc0-ab9d-fb6e81a8a485 found for delete ", "request_id": "req-582ad5c9-c472-429c-be57-36ce5f3548ac"}]} [pid: 8|app: 0|req: 617/1137] 10.0.0.165 () {32 vars in 697 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1138] 10.0.0.165 () {32 vars in 711 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1139] 10.0.0.165 () {32 vars in 669 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/binding => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:34.123 7 INFO neutron.services.segments.plugin [-] Segment d6f02274-39e6-4f1e-953f-8db5ee9c5f17 resource provider aggregate not found 2026-05-26 22:20:34.126 7 INFO neutron.services.segments.plugin [-] Segment d6f02274-39e6-4f1e-953f-8db5ee9c5f17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6f02274-39e6-4f1e-953f-8db5ee9c5f17 found for delete ", "request_id": "req-638791f9-8c97-4eed-b67e-c925a1744e5d"}]} [pid: 8|app: 0|req: 620/1140] 10.0.0.165 () {32 vars in 687 bytes} [Tue May 26 22:20:34 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: 8|app: 0|req: 621/1141] 10.0.0.165 () {32 vars in 681 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:34.141 7 INFO neutron.services.segments.plugin [-] Segment d6f02274-39e6-4f1e-953f-8db5ee9c5f17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6f02274-39e6-4f1e-953f-8db5ee9c5f17 found for delete ", "request_id": "req-c2395bc6-562c-421b-bb1b-cef74c2e0d89"}]} [pid: 8|app: 0|req: 622/1142] 10.0.0.165 () {32 vars in 675 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1145] 10.0.0.165 () {32 vars in 671 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/provider => generated 191 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1146] 10.0.0.165 () {32 vars in 661 bytes} [Tue May 26 22:20:34 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: 627/1147] 10.0.0.165 () {32 vars in 699 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1148] 10.0.0.165 () {32 vars in 699 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1149] 10.0.0.165 () {32 vars in 677 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1150] 10.0.0.165 () {32 vars in 669 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1151] 10.0.0.165 () {32 vars in 683 bytes} [Tue May 26 22:20:34 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: 632/1152] 10.0.0.165 () {32 vars in 701 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1153] 10.0.0.165 () {32 vars in 685 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1154] 10.0.0.165 () {32 vars in 707 bytes} [Tue May 26 22:20:34 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: 8|app: 0|req: 635/1155] 10.0.0.165 () {32 vars in 669 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1156] 10.0.0.165 () {32 vars in 697 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/qos-rule-type-details => 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: 637/1157] 10.0.0.165 () {32 vars in 695 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1158] 10.0.0.165 () {32 vars in 685 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1159] 10.0.0.165 () {32 vars in 689 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1160] 10.0.0.165 () {32 vars in 705 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1161] 10.0.0.165 () {32 vars in 667 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1162] 10.0.0.165 () {32 vars in 681 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1163] 10.0.0.165 () {32 vars in 681 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1164] 10.0.0.165 () {32 vars in 691 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/rbac-address-group => 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: 645/1165] 10.0.0.165 () {32 vars in 691 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1166] 10.0.0.165 () {32 vars in 695 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1167] 10.0.0.165 () {32 vars in 685 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1168] 10.0.0.165 () {32 vars in 689 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1169] 10.0.0.165 () {32 vars in 701 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1170] 10.0.0.165 () {32 vars in 703 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1171] 10.0.0.165 () {32 vars in 713 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1172] 10.0.0.165 () {32 vars in 717 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1173] 10.0.0.165 () {32 vars in 715 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1174] 10.0.0.165 () {32 vars in 727 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1175] 10.0.0.165 () {32 vars in 741 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1176] 10.0.0.165 () {32 vars in 719 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1177] 10.0.0.165 () {32 vars in 683 bytes} [Tue May 26 22:20:34 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: 658/1178] 10.0.0.165 () {32 vars in 669 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1179] 10.0.0.165 () {32 vars in 719 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1180] 10.0.0.165 () {32 vars in 679 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1181] 10.0.0.165 () {32 vars in 669 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1182] 10.0.0.165 () {32 vars in 697 bytes} [Tue May 26 22:20:34 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: 8|app: 0|req: 663/1183] 10.0.0.165 () {32 vars in 705 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1184] 10.0.0.165 () {32 vars in 701 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1185] 10.0.0.165 () {32 vars in 701 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1186] 10.0.0.165 () {32 vars in 683 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1187] 10.0.0.165 () {32 vars in 705 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1188] 10.0.0.165 () {32 vars in 695 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1189] 10.0.0.165 () {32 vars in 689 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1190] 10.0.0.165 () {32 vars in 697 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1191] 10.0.0.165 () {32 vars in 679 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1192] 10.0.0.165 () {32 vars in 689 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1193] 10.0.0.165 () {32 vars in 701 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:34.580 8 INFO neutron.services.segments.plugin [-] Segment fdb8ebf1-011f-40e7-879d-16d20efa026d resource provider aggregate not found 2026-05-26 22:20:34.586 8 INFO neutron.services.segments.plugin [-] Segment fdb8ebf1-011f-40e7-879d-16d20efa026d resource provider aggregate not found [pid: 8|app: 0|req: 674/1194] 10.0.0.165 () {32 vars in 665 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:34.597 8 INFO neutron.services.segments.plugin [-] Segment fdb8ebf1-011f-40e7-879d-16d20efa026d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdb8ebf1-011f-40e7-879d-16d20efa026d found for delete ", "request_id": "req-d8954574-c191-4d6b-a303-5c247d325231"}]} [pid: 8|app: 0|req: 675/1195] 10.0.0.165 () {32 vars in 681 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:34.602 8 INFO neutron.services.segments.plugin [-] Segment fdb8ebf1-011f-40e7-879d-16d20efa026d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdb8ebf1-011f-40e7-879d-16d20efa026d found for delete ", "request_id": "req-996d008c-9366-423d-beb3-fa92245ca010"}]} [pid: 8|app: 0|req: 676/1196] 10.0.0.165 () {32 vars in 677 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1197] 10.0.0.165 () {32 vars in 693 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1198] 10.0.0.165 () {32 vars in 677 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1199] 10.0.0.165 () {32 vars in 667 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1200] 10.0.0.165 () {32 vars in 663 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1201] 10.0.0.165 () {32 vars in 675 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1202] 10.0.0.165 () {32 vars in 687 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1203] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:20:32 2026] POST /v2.0/routers => generated 688 bytes in 1940 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1204] 10.0.0.165 () {32 vars in 721 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/routers/c502de39-93f9-4b83-9121-6f1243b2aee1 => generated 694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1205] 10.0.0.165 () {32 vars in 647 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/routers => generated 697 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:35.094 8 INFO neutron.db.segments_db [None req-41cfe292-6731-45d5-94a0-f47af6893f30 04394ae141884b2a92c18e39865e1724 200949af598b46218c9d73628995b57a - - default default] Added segment 5c09747d-21a0-4a28-b976-fdbf2bdf1a70 of type vxlan for network 5f0b1a22-4a3a-4f4a-bb70-7ce093860a1d [pid: 8|app: 0|req: 683/1206] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:34 2026] POST /v2.0/networks => generated 648 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1207] 10.0.0.165 () {34 vars in 741 bytes} [Tue May 26 22:20:34 2026] PUT /v2.0/routers/c502de39-93f9-4b83-9121-6f1243b2aee1 => generated 701 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1208] 10.0.0.165 () {32 vars in 721 bytes} [Tue May 26 22:20:35 2026] GET /v2.0/routers/c502de39-93f9-4b83-9121-6f1243b2aee1 => generated 701 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1209] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:20:35 2026] GET /v2.0/ports?device_id=c502de39-93f9-4b83-9121-6f1243b2aee1 => 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: 684/1210] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:35 2026] GET /v2.0/security-groups?tenant_id=d4301ca8ef3a4a3bb94bc18e3ec25f02&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1211] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:35 2026] DELETE /v2.0/security-groups/4c58cddd-7071-4cab-8bbb-1405befc64a2 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:20:35.594 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f463aa6-005d-45f4-b498-2436acefc3e3 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] TaaS: Handle Delete Port: 246cba64-62b0-4af5-8df3-f933de7a75ba 2026-05-26 22:20:35.597 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f463aa6-005d-45f4-b498-2436acefc3e3 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Tap Mirror: Handle Delete Port: 246cba64-62b0-4af5-8df3-f933de7a75ba [pid: 8|app: 0|req: 686/1212] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:35 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1213] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:20:35 2026] GET /v2.0/security-groups?id=d815ca17-a20a-46a5-8404-64c4433bcc4e&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:35.874 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f463aa6-005d-45f4-b498-2436acefc3e3 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] TaaS: Handle Delete Port: 52ef0961-75e8-42b5-9068-d448791fd3d2 2026-05-26 22:20:35.876 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f463aa6-005d-45f4-b498-2436acefc3e3 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] Tap Mirror: Handle Delete Port: 52ef0961-75e8-42b5-9068-d448791fd3d2 [pid: 8|app: 0|req: 688/1214] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:20:35 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) [pid: 8|app: 0|req: 689/1215] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:35 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:36.002 8 INFO neutron.db.segments_db [None req-79f732c7-4cc1-4111-9d8a-691fe697f453 04394ae141884b2a92c18e39865e1724 200949af598b46218c9d73628995b57a - - default default] Added segment 4e36bc8d-ef9a-4908-a13e-cc00ef322c23 of type vxlan for network 75cd44a8-8b09-4c0c-b544-76063286ed7d [pid: 8|app: 0|req: 690/1216] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:35 2026] POST /v2.0/networks => generated 647 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1217] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:20:36 2026] GET /v2.0/security-groups?id=d815ca17-a20a-46a5-8404-64c4433bcc4e&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:36.185 7 INFO neutron.services.segments.plugin [-] Segment 40bac9c2-e93c-41e6-8d7a-336bb934c5dc resource provider aggregate not found 2026-05-26 22:20:36.203 7 INFO neutron.services.segments.plugin [-] Segment 40bac9c2-e93c-41e6-8d7a-336bb934c5dc resource provider aggregate not found 2026-05-26 22:20:36.209 7 INFO neutron.services.segments.plugin [-] Segment 40bac9c2-e93c-41e6-8d7a-336bb934c5dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40bac9c2-e93c-41e6-8d7a-336bb934c5dc found for delete ", "request_id": "req-9e6d0277-c064-4f21-af5f-7ab9a55fbc17"}]} [pid: 8|app: 0|req: 692/1218] 10.0.0.165 () {34 vars in 743 bytes} [Tue May 26 22:20:36 2026] PUT /v2.0/networks/75cd44a8-8b09-4c0c-b544-76063286ed7d => generated 592 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:36.229 7 INFO neutron.db.l3_hamode_db [None req-1f463aa6-005d-45f4-b498-2436acefc3e3 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] HA network 78ed3d98-c11e-41a0-b6e2-f7dc53faad9d was deleted as no HA routers are present in tenant de58ed16a1c54a928ec5870c92a325f4. 2026-05-26 22:20:36.233 7 INFO neutron.services.segments.plugin [-] Segment 40bac9c2-e93c-41e6-8d7a-336bb934c5dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40bac9c2-e93c-41e6-8d7a-336bb934c5dc found for delete ", "request_id": "req-9e5ffceb-b0dc-489c-bac0-9bd53fbffd68"}]} [pid: 7|app: 0|req: 527/1219] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:35 2026] DELETE /v2.0/routers/c502de39-93f9-4b83-9121-6f1243b2aee1 => generated 0 bytes in 879 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1220] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:20:36 2026] GET /v2.0/ports?device_id=c502de39-93f9-4b83-9121-6f1243b2aee1 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:20:36.286 7 INFO neutron.api.v2.resource [None req-3247e621-efba-4640-8d29-db2093c56fa6 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 529/1221] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:36 2026] DELETE /v2.0/routers/c502de39-93f9-4b83-9121-6f1243b2aee1 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1222] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:20:36 2026] GET /v2.0/ports?device_id=4b657d77-a49b-4dc4-a709-1fe132305213 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:20:36.326 7 INFO neutron.api.v2.resource [None req-39cd5047-15b4-41bf-8e77-98fa2b9ad514 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 531/1223] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:36 2026] DELETE /v2.0/routers/4b657d77-a49b-4dc4-a709-1fe132305213 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:20:36.342 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cb9e84f5-4ec1-4216-bc4b-769578a23fba 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 532/1224] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:36 2026] DELETE /v2.0/subnets/ed343bab-1bf9-437c-854c-534f80898729 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1225] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:20:36 2026] GET /v2.0/ports?device_id=8ae9fb1f-f1b9-4d3a-9f4d-d253c624088a => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:20:36.389 7 INFO neutron.api.v2.resource [None req-81944835-17f6-40c3-9dac-f956e6729991 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 534/1226] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:36 2026] DELETE /v2.0/routers/8ae9fb1f-f1b9-4d3a-9f4d-d253c624088a => 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: 535/1227] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:36 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1228] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:20:36 2026] POST /v2.0/subnets => generated 646 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:20:36.468 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c3d47718-f8c2-4cd8-a5e2-2c81467de9e2 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 536/1229] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:36 2026] DELETE /v2.0/subnets/afd3f49a-363f-4437-b6a4-b71fc0146e4f => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1230] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:20:36 2026] GET /v2.0/security-groups?id=d815ca17-a20a-46a5-8404-64c4433bcc4e&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1231] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:20:36 2026] GET /v2.0/ports?device_id=283728c7-b892-487d-9f56-413a07418bb4 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:20:36.536 8 INFO neutron.api.v2.resource [None req-eb1e552f-e8b0-44d6-a84a-ab8eef0f45a1 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 696/1232] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:36 2026] DELETE /v2.0/routers/283728c7-b892-487d-9f56-413a07418bb4 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:20:36.551 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5ae823a3-3059-4147-b5f4-21d3e09015fb 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 697/1233] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:36 2026] DELETE /v2.0/subnets/64e98bc5-3ed1-437a-bcae-c515524cce33 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:20:36.569 8 INFO neutron.pecan_wsgi.hooks.translation [None req-401f575e-8dd4-4da3-8da9-bec342484eb4 20c4960946af4063a630ca51bf67a45e de58ed16a1c54a928ec5870c92a325f4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 698/1234] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:36 2026] DELETE /v2.0/subnets/6637ce00-4eaa-4985-b06e-9f9a4f88710c => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1235] 10.0.0.165 () {34 vars in 741 bytes} [Tue May 26 22:20:36 2026] PUT /v2.0/subnets/ef80623e-ee91-498b-9a04-a178ab2bfb2d => generated 656 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:36.794 8 INFO neutron.services.segments.plugin [-] Segment 4e36bc8d-ef9a-4908-a13e-cc00ef322c23 resource provider aggregate not found 2026-05-26 22:20:36.798 8 INFO neutron.services.segments.plugin [-] Segment 4e36bc8d-ef9a-4908-a13e-cc00ef322c23 resource provider aggregate not found [pid: 8|app: 0|req: 699/1236] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:36 2026] DELETE /v2.0/networks/75cd44a8-8b09-4c0c-b544-76063286ed7d => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:36.811 8 INFO neutron.services.segments.plugin [-] Segment 4e36bc8d-ef9a-4908-a13e-cc00ef322c23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e36bc8d-ef9a-4908-a13e-cc00ef322c23 found for delete ", "request_id": "req-2e68d000-0daa-4b53-8aae-e0b3dde59d8d"}]} 2026-05-26 22:20:36.823 8 INFO neutron.services.segments.plugin [-] Segment 4e36bc8d-ef9a-4908-a13e-cc00ef322c23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e36bc8d-ef9a-4908-a13e-cc00ef322c23 found for delete ", "request_id": "req-f8de60f2-336f-4c20-89ac-ffbebedf4fae"}]} 2026-05-26 22:20:36.834 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6dfa2c96-3964-4044-b25f-6f50740ea3d0 04394ae141884b2a92c18e39865e1724 200949af598b46218c9d73628995b57a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 538/1237] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:36 2026] DELETE /v2.0/networks/75cd44a8-8b09-4c0c-b544-76063286ed7d => generated 138 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1238] 10.0.0.165 () {32 vars in 694 bytes} [Tue May 26 22:20:36 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) [pid: 7|app: 0|req: 539/1239] 10.0.0.165 () {32 vars in 742 bytes} [Tue May 26 22:20:36 2026] GET /v2.0/subnets?network_id=601f86c1-46c2-4652-a230-88da71920eb9 => generated 649 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1240] 10.0.0.165 () {32 vars in 653 bytes} [Tue May 26 22:20:36 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1241] 10.0.0.165 () {32 vars in 649 bytes} [Tue May 26 22:20:36 2026] GET /v2.0/networks => generated 1313 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1242] 10.0.0.165 () {32 vars in 647 bytes} [Tue May 26 22:20:37 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: 543/1243] 10.0.0.165 () {32 vars in 723 bytes} [Tue May 26 22:20:37 2026] GET /v2.0/networks/5f0b1a22-4a3a-4f4a-bb70-7ce093860a1d => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1244] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:36 2026] GET /v2.0/security-groups?tenant_id=de58ed16a1c54a928ec5870c92a325f4&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1245] 10.0.0.165 () {32 vars in 721 bytes} [Tue May 26 22:20:37 2026] GET /v2.0/subnets/444cd6d4-dc10-4064-9f1d-a376aa4c45f7 => generated 673 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:37.202 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a559ee67-4d9b-49c9-83de-c1ad65f1df11 04394ae141884b2a92c18e39865e1724 200949af598b46218c9d73628995b57a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 545/1246] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:37 2026] DELETE /v2.0/subnets/ef80623e-ee91-498b-9a04-a178ab2bfb2d => generated 136 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:20:37.225 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4e56c0ce-3dea-47c8-9186-4d084a1e3833 04394ae141884b2a92c18e39865e1724 200949af598b46218c9d73628995b57a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 546/1247] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:37 2026] DELETE /v2.0/networks/75cd44a8-8b09-4c0c-b544-76063286ed7d => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1248] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:37 2026] DELETE /v2.0/security-groups/d24afc57-756e-4382-bbc2-cd626274c728 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1249] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:37 2026] DELETE /v2.0/subnets/444cd6d4-dc10-4064-9f1d-a376aa4c45f7 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1250] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:37 2026] DELETE /v2.0/networks/5f0b1a22-4a3a-4f4a-bb70-7ce093860a1d => 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: 704/1251] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:37 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => 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: 705/1252] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:20:37 2026] GET /v2.0/security-groups?id=d815ca17-a20a-46a5-8404-64c4433bcc4e&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:37.741 7 INFO neutron.db.segments_db [None req-4ba92ec6-c75d-45b6-9e38-fa4f60267d17 4caa8f788eea4fddbfa53861bb811042 ee706ddc5f814187acd329db072cdc4b - - default default] Added segment 6d840300-fdd9-4697-933e-299f4d9e6931 of type vxlan for network 45c4a6d2-067e-4157-acd7-ca567d2b656b [pid: 7|app: 0|req: 548/1253] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:37 2026] POST /v2.0/networks => generated 649 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1254] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:20:37 2026] GET /v2.0/ports?tenant_id=0a601951695344e89dd7e2880f34b8c2&device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1255] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:20:38 2026] GET /v2.0/networks?id=67fbe476-baec-4458-a726-c0caa258d26f => generated 772 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1256] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:20:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=5642ac40-8aa6-4371-a20a-6b2e40d44de5 => generated 860 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1257] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:20:37 2026] POST /v2.0/subnets => generated 627 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1258] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:20:38 2026] GET /v2.0/subnets?id=3f8b7fdb-c80d-4ccf-ad7c-80ee69c7ade5 => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:38.157 7 INFO neutron.db.segments_db [None req-67afbb62-c43d-460c-8009-38b7e291d300 4caa8f788eea4fddbfa53861bb811042 ee706ddc5f814187acd329db072cdc4b - - default default] Added segment 03aed098-367b-4258-bd01-82561b189849 of type vxlan for network 6cfd744a-d3d0-4728-b653-84a72a11e9ac [pid: 8|app: 0|req: 707/1259] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:38 2026] GET /v2.0/security-groups?tenant_id=200949af598b46218c9d73628995b57a&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1260] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:20:38 2026] GET /v2.0/ports?network_id=67fbe476-baec-4458-a726-c0caa258d26f&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:20:38.392 7 INFO neutron.db.l3_hamode_db [None req-67afbb62-c43d-460c-8009-38b7e291d300 4caa8f788eea4fddbfa53861bb811042 ee706ddc5f814187acd329db072cdc4b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 709/1261] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:38 2026] DELETE /v2.0/security-groups/d6aff771-a0ee-41ac-bb8a-a937730f2533 => 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: 710/1262] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:20:38 2026] GET /v2.0/networks/67fbe476-baec-4458-a726-c0caa258d26f?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1263] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:20:38 2026] GET /v2.0/networks/67fbe476-baec-4458-a726-c0caa258d26f?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: 712/1264] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:38 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1265] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:20:38 2026] GET /v2.0/security-groups?id=d815ca17-a20a-46a5-8404-64c4433bcc4e&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:38.840 8 INFO neutron.services.segments.plugin [-] Segment 5c09747d-21a0-4a28-b976-fdbf2bdf1a70 resource provider aggregate not found 2026-05-26 22:20:38.847 8 INFO neutron.services.segments.plugin [-] Segment 5c09747d-21a0-4a28-b976-fdbf2bdf1a70 resource provider aggregate not found 2026-05-26 22:20:38.861 8 INFO neutron.services.segments.plugin [-] Segment 5c09747d-21a0-4a28-b976-fdbf2bdf1a70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c09747d-21a0-4a28-b976-fdbf2bdf1a70 found for delete ", "request_id": "req-ea7f2740-e79a-4414-97ac-842a17f5ad46"}]} 2026-05-26 22:20:38.876 8 INFO neutron.services.segments.plugin [-] Segment 5c09747d-21a0-4a28-b976-fdbf2bdf1a70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c09747d-21a0-4a28-b976-fdbf2bdf1a70 found for delete ", "request_id": "req-f8a944d9-1d0d-4373-a97d-25af54b3378f"}]} 2026-05-26 22:20:39.163 7 INFO neutron.db.l3_hamode_db [None req-67afbb62-c43d-460c-8009-38b7e291d300 4caa8f788eea4fddbfa53861bb811042 ee706ddc5f814187acd329db072cdc4b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 714/1266] 10.0.0.165 () {34 vars in 684 bytes} [Tue May 26 22:20:39 2026] POST /v2.0/security-groups => generated 1624 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1267] 10.0.0.165 () {32 vars in 663 bytes} [Tue May 26 22:20:39 2026] GET /v2.0/security-groups => generated 4529 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1268] 10.0.0.165 () {34 vars in 758 bytes} [Tue May 26 22:20:39 2026] PUT /v2.0/security-groups/ab45b27f-8fbc-4dfc-83fc-c379c12407d4 => generated 1664 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1269] 10.0.0.165 () {32 vars in 737 bytes} [Tue May 26 22:20:39 2026] GET /v2.0/security-groups/ab45b27f-8fbc-4dfc-83fc-c379c12407d4 => generated 1664 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1270] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:39 2026] DELETE /v2.0/security-groups/ab45b27f-8fbc-4dfc-83fc-c379c12407d4 => 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: 719/1271] 10.0.0.165 () {32 vars in 663 bytes} [Tue May 26 22:20:39 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:20:39.634 8 INFO neutron.api.v2.resource [None req-aad1035b-6a7b-45b8-a6bf-a6987f40946b db07813cf1d844c9af2b91c11a6505b8 7b376bf9b7ae4ff09f7fda14a0773e0b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 720/1272] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:39 2026] DELETE /v2.0/security-groups/ab45b27f-8fbc-4dfc-83fc-c379c12407d4 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1273] 10.0.0.165 () {34 vars in 684 bytes} [Tue May 26 22:20:39 2026] POST /v2.0/security-groups => generated 1624 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1274] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:20:39 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: 8|app: 0|req: 723/1275] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:39 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => 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: 724/1276] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:20:39 2026] GET /v2.0/security-group-rules/c6db2743-73cf-426e-8f7a-6fd3a924f2e8 => generated 601 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1277] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:20:39 2026] GET /v2.0/security-groups?id=d815ca17-a20a-46a5-8404-64c4433bcc4e&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1278] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:20:38 2026] POST /v2.0/routers => generated 695 bytes in 1838 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1279] 10.0.0.165 () {32 vars in 673 bytes} [Tue May 26 22:20:39 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1280] 10.0.0.165 () {32 vars in 750 bytes} [Tue May 26 22:20:40 2026] DELETE /v2.0/security-group-rules/c6db2743-73cf-426e-8f7a-6fd3a924f2e8 => 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: 728/1281] 10.0.0.165 () {32 vars in 673 bytes} [Tue May 26 22:20:40 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1282] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:20:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1283] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:20:40 2026] GET /v2.0/security-group-rules/6108af61-ad67-4450-be7c-ba3cd326d115 => generated 601 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1284] 10.0.0.165 () {32 vars in 673 bytes} [Tue May 26 22:20:40 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1285] 10.0.0.165 () {32 vars in 750 bytes} [Tue May 26 22:20:40 2026] DELETE /v2.0/security-group-rules/6108af61-ad67-4450-be7c-ba3cd326d115 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1286] 10.0.0.165 () {32 vars in 673 bytes} [Tue May 26 22:20:40 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:20:40.516 8 INFO neutron.db.securitygroups_db [None req-053d24c9-7a6e-4dfe-a662-3a3cff1f5156 db07813cf1d844c9af2b91c11a6505b8 7b376bf9b7ae4ff09f7fda14a0773e0b - - default default] Project 7b376bf9b7ae4ff09f7fda14a0773e0b 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: 734/1287] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:20:40 2026] POST /v2.0/security-group-rules => generated 607 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1288] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:20:40 2026] GET /v2.0/security-group-rules/4422ac3f-b5a5-45a3-8493-ab05a5c54afd => generated 607 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1289] 10.0.0.165 () {32 vars in 673 bytes} [Tue May 26 22:20:40 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1290] 10.0.0.165 () {32 vars in 750 bytes} [Tue May 26 22:20:40 2026] DELETE /v2.0/security-group-rules/4422ac3f-b5a5-45a3-8493-ab05a5c54afd => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1291] 10.0.0.165 () {32 vars in 673 bytes} [Tue May 26 22:20:40 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: 7|app: 0|req: 554/1292] 10.0.0.165 () {34 vars in 783 bytes} [Tue May 26 22:20:39 2026] PUT /v2.0/routers/6a68faa6-150a-4227-b38f-57f23e8a25f6/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: 555/1293] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:41 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1294] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:40 2026] DELETE /v2.0/security-groups/ee915cff-7826-4eaf-a87d-9341e51e5037 => generated 0 bytes in 462 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1295] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:20:41 2026] GET /v2.0/security-groups?id=d815ca17-a20a-46a5-8404-64c4433bcc4e&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: 741/1296] 10.0.0.165 () {32 vars in 663 bytes} [Tue May 26 22:20:41 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1297] 10.0.0.165 () {32 vars in 663 bytes} [Tue May 26 22:20:41 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1298] 10.0.0.165 () {34 vars in 665 bytes} [Tue May 26 22:20:41 2026] POST /v2.0/ports => generated 955 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1299] 10.0.0.165 () {34 vars in 665 bytes} [Tue May 26 22:20:41 2026] POST /v2.0/ports => generated 958 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 744/1300] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:41 2026] GET /v2.0/security-groups?tenant_id=7b376bf9b7ae4ff09f7fda14a0773e0b&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1301] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:41 2026] GET /v2.0/security-groups?tenant_id=5a8f631603174990b4844dc3e652114d&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1302] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:42 2026] DELETE /v2.0/security-groups/c144caef-b424-4ef8-8125-245c4060c7c4 => 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: 559/1303] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:42 2026] DELETE /v2.0/security-groups/6ace1d90-9079-47ea-afae-e47c278d9567 => 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: 560/1304] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:42 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1305] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:20:42 2026] GET /v2.0/security-groups?id=d815ca17-a20a-46a5-8404-64c4433bcc4e&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:42.830 8 INFO neutron.db.l3_db [None req-98064e7a-5290-4e3b-993a-b8384c001d07 4caa8f788eea4fddbfa53861bb811042 ee706ddc5f814187acd329db072cdc4b - - default default] Floating IP 199e4c4f-34ae-4827-b7ba-603062fcad3e associated. External IP: 10.96.250.201, port: 272c630b-ae56-494d-8975-c1ce48036630. [pid: 8|app: 0|req: 745/1306] 10.0.0.165 () {34 vars in 677 bytes} [Tue May 26 22:20:42 2026] POST /v2.0/floatingips => generated 842 bytes in 1012 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:20:43.224 7 INFO neutron.db.l3_db [None req-21c9d1ac-8c19-49bd-bc60-6648c91e00e0 4caa8f788eea4fddbfa53861bb811042 ee706ddc5f814187acd329db072cdc4b - - default default] Floating IP 199e4c4f-34ae-4827-b7ba-603062fcad3e disassociated. External IP: 10.96.250.201, port: 272c630b-ae56-494d-8975-c1ce48036630. [pid: 7|app: 0|req: 562/1307] 10.0.0.165 () {34 vars in 749 bytes} [Tue May 26 22:20:43 2026] PUT /v2.0/floatingips/199e4c4f-34ae-4827-b7ba-603062fcad3e => generated 552 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1308] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:43 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1309] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:20:43 2026] GET /v2.0/security-groups?id=d815ca17-a20a-46a5-8404-64c4433bcc4e&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:43.687 8 INFO neutron_taas.services.taas.taas_plugin [None req-d0a9fb4b-2c2e-47fa-a0ac-b0aa510dbfa1 4caa8f788eea4fddbfa53861bb811042 ee706ddc5f814187acd329db072cdc4b - - default default] TaaS: Handle Delete Port: d80b7b1c-9956-4204-8056-1a2424bd4e4f 2026-05-26 22:20:43.690 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0a9fb4b-2c2e-47fa-a0ac-b0aa510dbfa1 4caa8f788eea4fddbfa53861bb811042 ee706ddc5f814187acd329db072cdc4b - - default default] Tap Mirror: Handle Delete Port: d80b7b1c-9956-4204-8056-1a2424bd4e4f [pid: 8|app: 0|req: 746/1310] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:20:43 2026] DELETE /v2.0/floatingips/199e4c4f-34ae-4827-b7ba-603062fcad3e => generated 0 bytes in 372 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1311] 10.0.0.165 () {34 vars in 677 bytes} [Tue May 26 22:20:44 2026] POST /v2.0/subnetpools => generated 549 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1312] 10.0.0.165 () {32 vars in 729 bytes} [Tue May 26 22:20:44 2026] GET /v2.0/subnetpools/8f0e9081-dc55-4ca6-84c0-ee6fea766afb => generated 549 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1313] 10.0.0.165 () {34 vars in 749 bytes} [Tue May 26 22:20:44 2026] PUT /v2.0/subnetpools/8f0e9081-dc55-4ca6-84c0-ee6fea766afb => generated 501 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:44.602 7 INFO neutron.db.l3_db [None req-b51a4bfd-bfc7-4969-aaa6-cc4027dd9985 4caa8f788eea4fddbfa53861bb811042 ee706ddc5f814187acd329db072cdc4b - - default default] Floating IP 6fca22fe-b80a-49a3-8dcb-556e92110c8e associated. External IP: 10.96.250.211, port: c0fdd427-8e21-40fd-b66d-256c7024b939. [pid: 8|app: 0|req: 750/1314] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:20:44 2026] DELETE /v2.0/subnetpools/8f0e9081-dc55-4ca6-84c0-ee6fea766afb => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:20:44.679 8 INFO neutron.api.v2.resource [None req-e5a813bc-6832-4cae-b89f-e1f3de79c40e bedebcaa5a2346f39e4a1bde53a189be 6f512b23a2ac404ba18ed494048c1e32 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 751/1315] 10.0.0.165 () {32 vars in 729 bytes} [Tue May 26 22:20:44 2026] GET /v2.0/subnetpools/8f0e9081-dc55-4ca6-84c0-ee6fea766afb => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:20:44.692 8 INFO neutron.api.v2.resource [None req-380d888d-e5f6-45c9-b6a4-faaa97df4985 bedebcaa5a2346f39e4a1bde53a189be 6f512b23a2ac404ba18ed494048c1e32 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 752/1316] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:20:44 2026] DELETE /v2.0/subnetpools/8f0e9081-dc55-4ca6-84c0-ee6fea766afb => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1317] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:44 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 969 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1318] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:20:44 2026] GET /v2.0/security-groups?id=d815ca17-a20a-46a5-8404-64c4433bcc4e&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: 565/1319] 10.0.0.165 () {34 vars in 677 bytes} [Tue May 26 22:20:43 2026] POST /v2.0/floatingips => generated 842 bytes in 1078 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1320] 10.0.0.165 () {32 vars in 729 bytes} [Tue May 26 22:20:45 2026] GET /v2.0/floatingips/6fca22fe-b80a-49a3-8dcb-556e92110c8e => generated 842 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1321] 10.0.0.165 () {32 vars in 655 bytes} [Tue May 26 22:20:45 2026] GET /v2.0/floatingips => generated 845 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:45.475 8 INFO neutron.db.l3_db [None req-0602fb40-638b-4da4-bd2f-aff3698147dd 4caa8f788eea4fddbfa53861bb811042 ee706ddc5f814187acd329db072cdc4b - - default default] Floating IP 6fca22fe-b80a-49a3-8dcb-556e92110c8e associated. External IP: 10.96.250.211, port: c0fdd427-8e21-40fd-b66d-256c7024b939. [pid: 7|app: 0|req: 567/1322] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:45 2026] GET /v2.0/security-groups?tenant_id=6f512b23a2ac404ba18ed494048c1e32&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1323] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:45 2026] DELETE /v2.0/security-groups/c703a215-efc6-444f-b165-2051c2298f1b => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1324] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:45 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1325] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:20:45 2026] GET /v2.0/security-groups?id=d815ca17-a20a-46a5-8404-64c4433bcc4e&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1326] 10.0.0.165 () {34 vars in 749 bytes} [Tue May 26 22:20:45 2026] PUT /v2.0/floatingips/6fca22fe-b80a-49a3-8dcb-556e92110c8e => generated 842 bytes in 980 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:46.208 7 INFO neutron.db.l3_db [None req-4893a421-348e-4fb2-b8f5-a34dc937ec0b 4caa8f788eea4fddbfa53861bb811042 ee706ddc5f814187acd329db072cdc4b - - default default] Floating IP 6fca22fe-b80a-49a3-8dcb-556e92110c8e disassociated. External IP: 10.96.250.211, port: 272c630b-ae56-494d-8975-c1ce48036630. [pid: 7|app: 0|req: 571/1327] 10.0.0.165 () {34 vars in 749 bytes} [Tue May 26 22:20:46 2026] PUT /v2.0/floatingips/6fca22fe-b80a-49a3-8dcb-556e92110c8e => generated 552 bytes in 818 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:47.014 7 INFO neutron_taas.services.taas.taas_plugin [None req-f548f57e-db62-4769-90bb-1061dbefd853 4caa8f788eea4fddbfa53861bb811042 ee706ddc5f814187acd329db072cdc4b - - default default] TaaS: Handle Delete Port: 691cf2bd-cf26-4847-a866-ed6cbd1107fd 2026-05-26 22:20:47.017 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f548f57e-db62-4769-90bb-1061dbefd853 4caa8f788eea4fddbfa53861bb811042 ee706ddc5f814187acd329db072cdc4b - - default default] Tap Mirror: Handle Delete Port: 691cf2bd-cf26-4847-a866-ed6cbd1107fd [pid: 7|app: 0|req: 572/1328] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:20:46 2026] DELETE /v2.0/floatingips/6fca22fe-b80a-49a3-8dcb-556e92110c8e => generated 0 bytes in 310 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:20:47.268 8 INFO neutron.db.segments_db [None req-8e5929c5-e39e-4710-86a1-375c5138f2fd f21d89b76e364809ab44ab140ab2370f 56ebe1eb34354593b23a37328bba1019 - - default default] Added segment 11fcaeb7-af2c-4b13-94c1-558be6d2d4b5 of type vxlan for network c2fca8af-8e41-4840-9488-4b067ed18fb5 [pid: 7|app: 0|req: 573/1329] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:20:47 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:47.290 7 INFO neutron.api.v2.resource [None req-146e662e-bb10-43f8-844f-b36ba17e1ab0 4caa8f788eea4fddbfa53861bb811042 ee706ddc5f814187acd329db072cdc4b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 574/1330] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:20:47 2026] DELETE /v2.0/floatingips/6fca22fe-b80a-49a3-8dcb-556e92110c8e => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1331] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:20:47 2026] GET /v2.0/security-groups?id=d815ca17-a20a-46a5-8404-64c4433bcc4e&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: 757/1332] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:46 2026] POST /v2.0/networks => generated 632 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:20:47.405 8 INFO neutron.db.segments_db [None req-f058574e-4a99-472c-bf23-ca08728f3ae4 f21d89b76e364809ab44ab140ab2370f 56ebe1eb34354593b23a37328bba1019 - - default default] Added segment 9ce22ae9-bd76-4ced-8ece-e0e2c86b1c07 of type vxlan for network 81a3bd57-ffdd-4a5b-a524-730051bfdbf1 2026-05-26 22:20:47.466 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e058fd8-1fbc-478b-a8aa-73e512141688 4caa8f788eea4fddbfa53861bb811042 ee706ddc5f814187acd329db072cdc4b - - default default] TaaS: Handle Delete Port: 272c630b-ae56-494d-8975-c1ce48036630 2026-05-26 22:20:47.469 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e058fd8-1fbc-478b-a8aa-73e512141688 4caa8f788eea4fddbfa53861bb811042 ee706ddc5f814187acd329db072cdc4b - - default default] Tap Mirror: Handle Delete Port: 272c630b-ae56-494d-8975-c1ce48036630 [pid: 8|app: 0|req: 758/1333] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:47 2026] POST /v2.0/networks => generated 630 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1334] 10.0.0.165 () {32 vars in 623 bytes} [Tue May 26 22:20:47 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-05-26 22:20:47.550 8 INFO neutron.db.segments_db [None req-34757210-097e-4a2c-8f0d-328539295581 f21d89b76e364809ab44ab140ab2370f 56ebe1eb34354593b23a37328bba1019 - - default default] Added segment 31701dfc-0465-402b-a360-b5d13796f369 of type vxlan for network 92efd14a-e3ef-42b1-a900-5f79509baafc [pid: 7|app: 0|req: 576/1335] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:20:47 2026] DELETE /v2.0/ports/272c630b-ae56-494d-8975-c1ce48036630 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1336] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:47 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: 577/1337] 10.0.0.165 () {32 vars in 633 bytes} [Tue May 26 22:20:47 2026] GET /v2.0/ => generated 632 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:47.794 8 INFO neutron_taas.services.taas.taas_plugin [None req-c90ab5d3-dd08-485d-beab-fa1786a65bfc 4caa8f788eea4fddbfa53861bb811042 ee706ddc5f814187acd329db072cdc4b - - default default] TaaS: Handle Delete Port: c0fdd427-8e21-40fd-b66d-256c7024b939 2026-05-26 22:20:47.796 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c90ab5d3-dd08-485d-beab-fa1786a65bfc 4caa8f788eea4fddbfa53861bb811042 ee706ddc5f814187acd329db072cdc4b - - default default] Tap Mirror: Handle Delete Port: c0fdd427-8e21-40fd-b66d-256c7024b939 2026-05-26 22:20:47.835 7 INFO neutron.db.segments_db [None req-d749e5d0-810e-45af-9cbd-f9ef8864e3cf f21d89b76e364809ab44ab140ab2370f 56ebe1eb34354593b23a37328bba1019 - - default default] Added segment 07b7205d-376a-4f6e-9539-b77d3301e7bc of type vxlan for network ec328b2a-2a34-4345-9ee3-9b4e17cc11df [pid: 7|app: 0|req: 578/1338] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:47 2026] POST /v2.0/networks => generated 632 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1339] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:20:47 2026] DELETE /v2.0/ports/c0fdd427-8e21-40fd-b66d-256c7024b939 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:48.003 7 INFO neutron.db.segments_db [None req-ebb2cb0d-e6a4-43b5-a65f-2439f6f72776 f21d89b76e364809ab44ab140ab2370f 56ebe1eb34354593b23a37328bba1019 - - default default] Added segment c8a24596-307a-4e47-9204-8173834e31dc of type vxlan for network 96b37d14-7a49-4b4b-89ce-c0a79dccdc71 [pid: 8|app: 0|req: 762/1340] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:20:47 2026] GET /v2.0/ports?device_id=6a68faa6-150a-4227-b38f-57f23e8a25f6 => generated 958 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1341] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:47 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: 580/1342] 10.0.0.165 () {34 vars in 753 bytes} [Tue May 26 22:20:48 2026] PUT /v2.0/networks/c2fca8af-8e41-4840-9488-4b067ed18fb5/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: 581/1343] 10.0.0.165 () {34 vars in 753 bytes} [Tue May 26 22:20:48 2026] PUT /v2.0/networks/81a3bd57-ffdd-4a5b-a524-730051bfdbf1/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1344] 10.0.0.165 () {34 vars in 753 bytes} [Tue May 26 22:20:48 2026] PUT /v2.0/networks/92efd14a-e3ef-42b1-a900-5f79509baafc/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: 583/1345] 10.0.0.165 () {34 vars in 753 bytes} [Tue May 26 22:20:48 2026] PUT /v2.0/networks/ec328b2a-2a34-4345-9ee3-9b4e17cc11df/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1346] 10.0.0.165 () {32 vars in 666 bytes} [Tue May 26 22:20:48 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:20:48.417 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c645306-85f8-4bfd-a88d-b2b305b13cc0 4caa8f788eea4fddbfa53861bb811042 ee706ddc5f814187acd329db072cdc4b - - default default] TaaS: Handle Delete Port: 4ec4262b-26b9-47c2-89cc-fb6b54e5bdac 2026-05-26 22:20:48.420 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c645306-85f8-4bfd-a88d-b2b305b13cc0 4caa8f788eea4fddbfa53861bb811042 ee706ddc5f814187acd329db072cdc4b - - default default] Tap Mirror: Handle Delete Port: 4ec4262b-26b9-47c2-89cc-fb6b54e5bdac [pid: 7|app: 0|req: 585/1347] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:48 2026] GET /v2.0/security-groups?tenant_id=ba8de4c57eb247208f41719dbf74068c&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1348] 10.0.0.165 () {32 vars in 680 bytes} [Tue May 26 22:20:48 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1247 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1349] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:48 2026] DELETE /v2.0/security-groups/b113d6b7-a912-4cef-973d-50c909ddb254 => 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: 588/1350] 10.0.0.165 () {32 vars in 676 bytes} [Tue May 26 22:20:48 2026] GET /v2.0/networks?tags-any=blue => generated 1247 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1351] 10.0.0.165 () {32 vars in 688 bytes} [Tue May 26 22:20:48 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1352] 10.0.0.165 () {32 vars in 674 bytes} [Tue May 26 22:20:48 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1353] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:20:48 2026] PUT /v2.0/routers/6a68faa6-150a-4227-b38f-57f23e8a25f6/remove_router_interface => generated 309 bytes in 864 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1354] 10.0.0.165 () {32 vars in 688 bytes} [Tue May 26 22:20:48 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1355] 10.0.0.165 () {32 vars in 684 bytes} [Tue May 26 22:20:48 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1356] 10.0.0.165 () {32 vars in 696 bytes} [Tue May 26 22:20:49 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:20:49.123 8 INFO neutron_taas.services.taas.taas_plugin [None req-62c57009-592e-4e91-84f1-015c81b21f4b 4caa8f788eea4fddbfa53861bb811042 ee706ddc5f814187acd329db072cdc4b - - default default] TaaS: Handle Delete Port: 3fd02d70-f367-4a73-8a6d-e2203f1459eb 2026-05-26 22:20:49.126 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62c57009-592e-4e91-84f1-015c81b21f4b 4caa8f788eea4fddbfa53861bb811042 ee706ddc5f814187acd329db072cdc4b - - default default] Tap Mirror: Handle Delete Port: 3fd02d70-f367-4a73-8a6d-e2203f1459eb 2026-05-26 22:20:49.246 7 INFO neutron.services.segments.plugin [-] Segment 11fcaeb7-af2c-4b13-94c1-558be6d2d4b5 resource provider aggregate not found 2026-05-26 22:20:49.256 7 INFO neutron.services.segments.plugin [-] Segment 11fcaeb7-af2c-4b13-94c1-558be6d2d4b5 resource provider aggregate not found 2026-05-26 22:20:49.266 7 INFO neutron.services.segments.plugin [-] Segment 11fcaeb7-af2c-4b13-94c1-558be6d2d4b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11fcaeb7-af2c-4b13-94c1-558be6d2d4b5 found for delete ", "request_id": "req-cdea4999-8ca8-4fab-ac0a-3fc75739d92f"}]} 2026-05-26 22:20:49.268 7 INFO neutron.services.segments.plugin [-] Segment 11fcaeb7-af2c-4b13-94c1-558be6d2d4b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11fcaeb7-af2c-4b13-94c1-558be6d2d4b5 found for delete ", "request_id": "req-96e02009-24c3-4e9f-9f88-84686a65c952"}]} [pid: 7|app: 0|req: 594/1357] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:49 2026] DELETE /v2.0/networks/c2fca8af-8e41-4840-9488-4b067ed18fb5 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:49.380 8 INFO neutron_taas.services.taas.taas_plugin [None req-62c57009-592e-4e91-84f1-015c81b21f4b 4caa8f788eea4fddbfa53861bb811042 ee706ddc5f814187acd329db072cdc4b - - default default] TaaS: Handle Delete Port: c3ebcc51-0e4a-44ca-aef6-6eed6b0893b1 2026-05-26 22:20:49.382 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62c57009-592e-4e91-84f1-015c81b21f4b 4caa8f788eea4fddbfa53861bb811042 ee706ddc5f814187acd329db072cdc4b - - default default] Tap Mirror: Handle Delete Port: c3ebcc51-0e4a-44ca-aef6-6eed6b0893b1 [pid: 7|app: 0|req: 597/1360] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:49 2026] DELETE /v2.0/networks/81a3bd57-ffdd-4a5b-a524-730051bfdbf1 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1361] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:49 2026] DELETE /v2.0/networks/92efd14a-e3ef-42b1-a900-5f79509baafc => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1362] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:49 2026] DELETE /v2.0/networks/ec328b2a-2a34-4345-9ee3-9b4e17cc11df => generated 0 bytes in 85 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:49.698 8 INFO neutron.services.segments.plugin [-] Segment 03aed098-367b-4258-bd01-82561b189849 resource provider aggregate not found [pid: 7|app: 0|req: 600/1363] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:49 2026] DELETE /v2.0/networks/96b37d14-7a49-4b4b-89ce-c0a79dccdc71 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:49.704 8 INFO neutron.services.segments.plugin [-] Segment 03aed098-367b-4258-bd01-82561b189849 resource provider aggregate not found 2026-05-26 22:20:49.720 8 INFO neutron.services.segments.plugin [-] Segment 03aed098-367b-4258-bd01-82561b189849 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03aed098-367b-4258-bd01-82561b189849 found for delete ", "request_id": "req-75cfe1fb-203f-4776-a8ec-069055e29608"}]} 2026-05-26 22:20:49.720 8 INFO neutron.services.segments.plugin [-] Segment 03aed098-367b-4258-bd01-82561b189849 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03aed098-367b-4258-bd01-82561b189849 found for delete ", "request_id": "req-99ca405b-fc60-490b-a050-a833bd255d99"}]} 2026-05-26 22:20:49.725 8 INFO neutron.db.l3_hamode_db [None req-62c57009-592e-4e91-84f1-015c81b21f4b 4caa8f788eea4fddbfa53861bb811042 ee706ddc5f814187acd329db072cdc4b - - default default] HA network 6cfd744a-d3d0-4728-b653-84a72a11e9ac was deleted as no HA routers are present in tenant ee706ddc5f814187acd329db072cdc4b. [pid: 8|app: 0|req: 764/1364] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:48 2026] DELETE /v2.0/routers/6a68faa6-150a-4227-b38f-57f23e8a25f6 => generated 0 bytes in 829 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1365] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:49 2026] DELETE /v2.0/subnets/10bc74bf-5b1b-4692-93b6-dc0fd6bae9b5 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1366] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:49 2026] DELETE /v2.0/networks/45c4a6d2-067e-4157-acd7-ca567d2b656b => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1367] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:50 2026] GET /v2.0/security-groups?tenant_id=ee706ddc5f814187acd329db072cdc4b&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: 603/1368] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:50 2026] DELETE /v2.0/security-groups/9f6f7eec-4d10-46a4-ad50-e8d3ba5baa5d => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1369] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:50 2026] GET /v2.0/security-groups?tenant_id=3d5746b0f77e4e02953ab7a25dd1fdef&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1370] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:50 2026] DELETE /v2.0/security-groups/4ec98b81-cd84-42f0-be36-36465c7d2af1 => 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: 767/1371] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:50 2026] GET /v2.0/security-groups?tenant_id=901706a54a5d410d9152c7e71d1726cf&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1372] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:50 2026] DELETE /v2.0/security-groups/941e3b50-a573-4a69-8c5c-9632cd2786f3 => 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: 768/1373] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:51 2026] GET /v2.0/security-groups?tenant_id=56ebe1eb34354593b23a37328bba1019&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:20:51.295 7 INFO neutron.services.segments.plugin [-] Segment 9ce22ae9-bd76-4ced-8ece-e0e2c86b1c07 resource provider aggregate not found 2026-05-26 22:20:51.304 7 INFO neutron.services.segments.plugin [-] Segment 9ce22ae9-bd76-4ced-8ece-e0e2c86b1c07 resource provider aggregate not found 2026-05-26 22:20:51.322 7 INFO neutron.services.segments.plugin [-] Segment 9ce22ae9-bd76-4ced-8ece-e0e2c86b1c07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ce22ae9-bd76-4ced-8ece-e0e2c86b1c07 found for delete ", "request_id": "req-d951aa9c-465c-40be-a490-e0ebf7d4ff10"}]} 2026-05-26 22:20:51.328 7 INFO neutron.services.segments.plugin [-] Segment 9ce22ae9-bd76-4ced-8ece-e0e2c86b1c07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ce22ae9-bd76-4ced-8ece-e0e2c86b1c07 found for delete ", "request_id": "req-783a8507-9bb3-4d5f-8f96-26a921503728"}]} 2026-05-26 22:20:51.351 7 INFO neutron.services.segments.plugin [-] Segment 31701dfc-0465-402b-a360-b5d13796f369 resource provider aggregate not found 2026-05-26 22:20:51.354 7 INFO neutron.services.segments.plugin [-] Segment 31701dfc-0465-402b-a360-b5d13796f369 resource provider aggregate not found 2026-05-26 22:20:51.366 7 INFO neutron.services.segments.plugin [-] Segment 31701dfc-0465-402b-a360-b5d13796f369 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31701dfc-0465-402b-a360-b5d13796f369 found for delete ", "request_id": "req-e6b51132-6f91-402f-b935-46219162ce38"}]} 2026-05-26 22:20:51.373 7 INFO neutron.services.segments.plugin [-] Segment 31701dfc-0465-402b-a360-b5d13796f369 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31701dfc-0465-402b-a360-b5d13796f369 found for delete ", "request_id": "req-e124ac9e-336d-4c23-aa0d-613cd81bb7c5"}]} 2026-05-26 22:20:51.389 7 INFO neutron.services.segments.plugin [-] Segment 07b7205d-376a-4f6e-9539-b77d3301e7bc resource provider aggregate not found 2026-05-26 22:20:51.394 7 INFO neutron.services.segments.plugin [-] Segment 07b7205d-376a-4f6e-9539-b77d3301e7bc resource provider aggregate not found [pid: 7|app: 0|req: 606/1374] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:51 2026] DELETE /v2.0/security-groups/db65ce8b-1e2b-464b-ba37-1e264d5a44d1 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:20:51.410 7 INFO neutron.services.segments.plugin [-] Segment 07b7205d-376a-4f6e-9539-b77d3301e7bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07b7205d-376a-4f6e-9539-b77d3301e7bc found for delete ", "request_id": "req-48204d8a-f549-4c3d-8c58-4562e573282b"}]} 2026-05-26 22:20:51.413 7 INFO neutron.services.segments.plugin [-] Segment 07b7205d-376a-4f6e-9539-b77d3301e7bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07b7205d-376a-4f6e-9539-b77d3301e7bc found for delete ", "request_id": "req-e5317d03-7795-4a11-b48f-4d93fb77ebbe"}]} 2026-05-26 22:20:51.425 7 INFO neutron.services.segments.plugin [-] Segment c8a24596-307a-4e47-9204-8173834e31dc resource provider aggregate not found 2026-05-26 22:20:51.431 7 INFO neutron.services.segments.plugin [-] Segment c8a24596-307a-4e47-9204-8173834e31dc resource provider aggregate not found 2026-05-26 22:20:51.435 7 INFO neutron.services.segments.plugin [-] Segment c8a24596-307a-4e47-9204-8173834e31dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8a24596-307a-4e47-9204-8173834e31dc found for delete ", "request_id": "req-942efd95-d91f-4fe5-b955-44635548b614"}]} 2026-05-26 22:20:51.444 7 INFO neutron.services.segments.plugin [-] Segment c8a24596-307a-4e47-9204-8173834e31dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8a24596-307a-4e47-9204-8173834e31dc found for delete ", "request_id": "req-6fc09701-dba2-4a97-b300-71f481041e8e"}]} 2026-05-26 22:20:51.738 8 INFO neutron.services.segments.plugin [-] Segment 6d840300-fdd9-4697-933e-299f4d9e6931 resource provider aggregate not found 2026-05-26 22:20:51.749 8 INFO neutron.services.segments.plugin [-] Segment 6d840300-fdd9-4697-933e-299f4d9e6931 resource provider aggregate not found 2026-05-26 22:20:51.761 8 INFO neutron.services.segments.plugin [-] Segment 6d840300-fdd9-4697-933e-299f4d9e6931 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d840300-fdd9-4697-933e-299f4d9e6931 found for delete ", "request_id": "req-d6bb9304-ef57-426d-8a66-21c4941ae94e"}]} 2026-05-26 22:20:51.768 8 INFO neutron.services.segments.plugin [-] Segment 6d840300-fdd9-4697-933e-299f4d9e6931 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d840300-fdd9-4697-933e-299f4d9e6931 found for delete ", "request_id": "req-a4725ba8-2888-402d-a796-28f0bac9d89e"}]} 2026-05-26 22:20:52.598 8 INFO neutron.db.segments_db [None req-801c9a29-de71-4181-a4ac-587da6b55c72 1d90b9ce71f04ab7a9cad5848193b471 2996cd94ed5b4a1c968e8d1cc69a31ca - - default default] Added segment 8ebebd08-7d2b-4d4b-b7d8-f2436595cf61 of type vxlan for network 4e09be66-cf34-4c9d-8d4b-10c3d4efaf75 2026-05-26 22:20:52.668 8 INFO neutron.db.segments_db [None req-801c9a29-de71-4181-a4ac-587da6b55c72 1d90b9ce71f04ab7a9cad5848193b471 2996cd94ed5b4a1c968e8d1cc69a31ca - - default default] Added segment a4777af7-9b1e-4c56-8b6f-416d15561c10 of type vxlan for network e6170867-274f-446a-9f60-c6cc403b5f29 [pid: 8|app: 0|req: 769/1375] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:52 2026] POST /v2.0/networks => generated 1245 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1376] 10.0.0.165 () {32 vars in 649 bytes} [Tue May 26 22:20:52 2026] GET /v2.0/networks => generated 1844 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1377] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:52 2026] DELETE /v2.0/networks/4e09be66-cf34-4c9d-8d4b-10c3d4efaf75 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1378] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:52 2026] DELETE /v2.0/networks/e6170867-274f-446a-9f60-c6cc403b5f29 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1379] 10.0.0.165 () {32 vars in 649 bytes} [Tue May 26 22:20:53 2026] GET /v2.0/networks => generated 651 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:53.188 7 INFO neutron.db.segments_db [None req-b460dcad-24eb-44f6-abeb-ca6be44f484f 1d90b9ce71f04ab7a9cad5848193b471 2996cd94ed5b4a1c968e8d1cc69a31ca - - default default] Added segment 6e3795c3-de7e-4544-b6aa-07f4644beb27 of type vxlan for network c8403ba7-006a-4c59-834f-152472fd32f4 [pid: 7|app: 0|req: 609/1380] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:53 2026] POST /v2.0/networks => generated 649 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:20:53.316 8 INFO neutron.db.segments_db [None req-c5199e78-cf25-4282-9295-2e7be0b39e32 1d90b9ce71f04ab7a9cad5848193b471 2996cd94ed5b4a1c968e8d1cc69a31ca - - default default] Added segment 312629d3-716c-46e2-9bba-548ddc29cc9e of type vxlan for network 437a8843-a117-4ab6-8b62-4a084b03057d [pid: 8|app: 0|req: 772/1381] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:53 2026] POST /v2.0/networks => generated 649 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:20:53.464 7 INFO neutron.services.segments.plugin [-] Segment a4777af7-9b1e-4c56-8b6f-416d15561c10 resource provider aggregate not found 2026-05-26 22:20:53.470 7 INFO neutron.services.segments.plugin [-] Segment a4777af7-9b1e-4c56-8b6f-416d15561c10 resource provider aggregate not found 2026-05-26 22:20:53.498 7 INFO neutron.services.segments.plugin [-] Segment a4777af7-9b1e-4c56-8b6f-416d15561c10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4777af7-9b1e-4c56-8b6f-416d15561c10 found for delete ", "request_id": "req-d7452144-858c-4846-bca7-2ec0d37dcbf1"}]} 2026-05-26 22:20:53.501 7 INFO neutron.services.segments.plugin [-] Segment a4777af7-9b1e-4c56-8b6f-416d15561c10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4777af7-9b1e-4c56-8b6f-416d15561c10 found for delete ", "request_id": "req-72f00f19-7e53-492b-bd84-536c21929703"}]} 2026-05-26 22:20:53.787 8 INFO neutron.services.segments.plugin [-] Segment 8ebebd08-7d2b-4d4b-b7d8-f2436595cf61 resource provider aggregate not found 2026-05-26 22:20:53.791 8 INFO neutron.services.segments.plugin [-] Segment 8ebebd08-7d2b-4d4b-b7d8-f2436595cf61 resource provider aggregate not found 2026-05-26 22:20:53.807 8 INFO neutron.services.segments.plugin [-] Segment 8ebebd08-7d2b-4d4b-b7d8-f2436595cf61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ebebd08-7d2b-4d4b-b7d8-f2436595cf61 found for delete ", "request_id": "req-2f0bd1ba-0e33-4b52-ab3f-134a094e47d1"}]} 2026-05-26 22:20:53.808 8 INFO neutron.services.segments.plugin [-] Segment 8ebebd08-7d2b-4d4b-b7d8-f2436595cf61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ebebd08-7d2b-4d4b-b7d8-f2436595cf61 found for delete ", "request_id": "req-ac9e34ab-c15b-41fc-94ea-be6743967eaf"}]} [pid: 7|app: 0|req: 610/1382] 10.0.0.165 () {34 vars in 665 bytes} [Tue May 26 22:20:53 2026] POST /v2.0/ports => generated 1505 bytes in 541 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1383] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:53 2026] GET /v2.0/security-groups?tenant_id=bb6e4921acdb42f2af20be468a013f93&name=default => generated 2925 bytes in 347 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: 611/1384] 10.0.0.165 () {32 vars in 643 bytes} [Tue May 26 22:20:53 2026] GET /v2.0/ports => generated 1505 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1385] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:53 2026] DELETE /v2.0/security-groups/ca4b5a33-7ae6-48b7-955f-c481fd6c57dc => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:20:54.093 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f85cec6-6bbe-4439-a3cd-95ed2dfb6edd 1d90b9ce71f04ab7a9cad5848193b471 2996cd94ed5b4a1c968e8d1cc69a31ca - - default default] TaaS: Handle Delete Port: cd4eff0d-45a0-451c-86fb-172c53ee542c 2026-05-26 22:20:54.097 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f85cec6-6bbe-4439-a3cd-95ed2dfb6edd 1d90b9ce71f04ab7a9cad5848193b471 2996cd94ed5b4a1c968e8d1cc69a31ca - - default default] Tap Mirror: Handle Delete Port: cd4eff0d-45a0-451c-86fb-172c53ee542c [pid: 7|app: 0|req: 612/1386] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:20:53 2026] DELETE /v2.0/ports/cd4eff0d-45a0-451c-86fb-172c53ee542c => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1387] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:54 2026] GET /v2.0/security-groups?tenant_id=28e76e9a250746e597c781138e39b656&name=default => generated 2925 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:20:54.310 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea8e42b1-3ff3-45db-9533-92878c3ff66f 1d90b9ce71f04ab7a9cad5848193b471 2996cd94ed5b4a1c968e8d1cc69a31ca - - default default] TaaS: Handle Delete Port: 15915101-4497-43ae-b9e0-47173b48d271 2026-05-26 22:20:54.314 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea8e42b1-3ff3-45db-9533-92878c3ff66f 1d90b9ce71f04ab7a9cad5848193b471 2996cd94ed5b4a1c968e8d1cc69a31ca - - default default] Tap Mirror: Handle Delete Port: 15915101-4497-43ae-b9e0-47173b48d271 [pid: 8|app: 0|req: 775/1388] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:20:54 2026] DELETE /v2.0/ports/15915101-4497-43ae-b9e0-47173b48d271 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1389] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:54 2026] DELETE /v2.0/security-groups/6f0cd22c-0036-42ea-9958-159a94b426ac => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1390] 10.0.0.165 () {32 vars in 643 bytes} [Tue May 26 22:20:54 2026] GET /v2.0/ports => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:20:54.475 7 INFO neutron.db.segments_db [None req-40e60861-cd8b-481d-9ef7-e351b262ec4c 1d90b9ce71f04ab7a9cad5848193b471 2996cd94ed5b4a1c968e8d1cc69a31ca - - default default] Added segment d0d4d3f0-ff43-43b1-9f58-eaefcde7beea of type vxlan for network 506c5178-34dd-4334-bfb3-1fcbf471b4c5 [pid: 7|app: 0|req: 615/1391] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:54 2026] POST /v2.0/networks => generated 650 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:20:54.622 8 INFO neutron.db.segments_db [None req-7d3c46c9-477b-4218-8fe1-bf827d7578cb 1d90b9ce71f04ab7a9cad5848193b471 2996cd94ed5b4a1c968e8d1cc69a31ca - - default default] Added segment ec8ee7f0-e6b0-4025-bdd4-0fea1ec09f21 of type vxlan for network 4cba4b26-4f5f-454d-a0be-2c5f98f8f5e7 [pid: 8|app: 0|req: 777/1392] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:54 2026] POST /v2.0/networks => generated 649 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1393] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:20:54 2026] POST /v2.0/subnets => generated 1274 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1394] 10.0.0.165 () {32 vars in 647 bytes} [Tue May 26 22:20:55 2026] GET /v2.0/subnets => generated 1910 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1395] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:55 2026] DELETE /v2.0/subnets/95d5f99f-b393-44b3-81a6-10e579cd7536 => 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: 779/1396] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:20:55 2026] DELETE /v2.0/subnets/7ed7d7f7-a3ef-47b2-9bc1-3c15b3a552c0 => 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: 780/1397] 10.0.0.165 () {32 vars in 647 bytes} [Tue May 26 22:20:55 2026] GET /v2.0/subnets => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:55.625 7 INFO neutron.db.segments_db [None req-5e3a04f6-d89b-4765-b921-16d4aada82c6 6367b723ce3c43a89fc2290cd83d9e3b bd085ae4f5c34f498b2a2380818140d5 - - default default] Added segment 608e5b24-d9a9-4651-9048-c450d635daaa of type vxlan for network 6c804db6-df5a-4350-ab68-181cf889ea90 [pid: 8|app: 0|req: 781/1398] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:55 2026] DELETE /v2.0/networks/4cba4b26-4f5f-454d-a0be-2c5f98f8f5e7 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1399] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:55 2026] DELETE /v2.0/networks/506c5178-34dd-4334-bfb3-1fcbf471b4c5 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:55.829 8 INFO neutron.services.segments.plugin [-] Segment ec8ee7f0-e6b0-4025-bdd4-0fea1ec09f21 resource provider aggregate not found 2026-05-26 22:20:55.836 8 INFO neutron.services.segments.plugin [-] Segment ec8ee7f0-e6b0-4025-bdd4-0fea1ec09f21 resource provider aggregate not found 2026-05-26 22:20:55.852 8 INFO neutron.services.segments.plugin [-] Segment ec8ee7f0-e6b0-4025-bdd4-0fea1ec09f21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec8ee7f0-e6b0-4025-bdd4-0fea1ec09f21 found for delete ", "request_id": "req-20cbf5a3-1dc1-4e72-a6e0-33caa7d63d27"}]} 2026-05-26 22:20:55.860 8 INFO neutron.services.segments.plugin [-] Segment ec8ee7f0-e6b0-4025-bdd4-0fea1ec09f21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec8ee7f0-e6b0-4025-bdd4-0fea1ec09f21 found for delete ", "request_id": "req-ae24b6af-e3a9-4910-91f3-361577d260b3"}]} 2026-05-26 22:20:55.863 7 INFO neutron.db.l3_hamode_db [None req-5e3a04f6-d89b-4765-b921-16d4aada82c6 6367b723ce3c43a89fc2290cd83d9e3b bd085ae4f5c34f498b2a2380818140d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:20:55.884 8 INFO neutron.services.segments.plugin [-] Segment d0d4d3f0-ff43-43b1-9f58-eaefcde7beea resource provider aggregate not found 2026-05-26 22:20:55.890 8 INFO neutron.services.segments.plugin [-] Segment d0d4d3f0-ff43-43b1-9f58-eaefcde7beea resource provider aggregate not found 2026-05-26 22:20:55.906 8 INFO neutron.services.segments.plugin [-] Segment d0d4d3f0-ff43-43b1-9f58-eaefcde7beea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0d4d3f0-ff43-43b1-9f58-eaefcde7beea found for delete ", "request_id": "req-f2bb2f93-4ba2-4d09-9152-381367abf5c4"}]} 2026-05-26 22:20:55.911 8 INFO neutron.services.segments.plugin [-] Segment d0d4d3f0-ff43-43b1-9f58-eaefcde7beea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0d4d3f0-ff43-43b1-9f58-eaefcde7beea found for delete ", "request_id": "req-dfd047fa-5864-40e1-88f6-d9aed0a6eb99"}]} [pid: 8|app: 0|req: 783/1400] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:55 2026] DELETE /v2.0/networks/437a8843-a117-4ab6-8b62-4a084b03057d => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:55.987 7 INFO neutron.db.l3_hamode_db [None req-5e3a04f6-d89b-4765-b921-16d4aada82c6 6367b723ce3c43a89fc2290cd83d9e3b bd085ae4f5c34f498b2a2380818140d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 784/1401] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:20:55 2026] DELETE /v2.0/networks/c8403ba7-006a-4c59-834f-152472fd32f4 => 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: 618/1402] 10.0.0.165 () {34 vars in 668 bytes} [Tue May 26 22:20:55 2026] POST /v2.0/routers => generated 474 bytes in 1082 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:20:56.600 8 INFO neutron.db.l3_hamode_db [None req-224bb959-77d9-4656-9580-25f8d4aae32a 6367b723ce3c43a89fc2290cd83d9e3b bd085ae4f5c34f498b2a2380818140d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:20:56.756 8 INFO neutron.db.l3_hamode_db [None req-224bb959-77d9-4656-9580-25f8d4aae32a 6367b723ce3c43a89fc2290cd83d9e3b bd085ae4f5c34f498b2a2380818140d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 619/1403] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:56 2026] GET /v2.0/security-groups?tenant_id=2996cd94ed5b4a1c968e8d1cc69a31ca&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1404] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:56 2026] DELETE /v2.0/security-groups/aca29502-459c-40a5-95af-576c65a0bf69 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1405] 10.0.0.165 () {34 vars in 668 bytes} [Tue May 26 22:20:56 2026] POST /v2.0/routers => generated 474 bytes in 936 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:20:57.530 7 INFO neutron.db.l3_hamode_db [None req-b6edb7b5-e462-450e-a744-449dec29c5b8 6367b723ce3c43a89fc2290cd83d9e3b bd085ae4f5c34f498b2a2380818140d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:20:57.666 7 INFO neutron.db.l3_hamode_db [None req-b6edb7b5-e462-450e-a744-449dec29c5b8 6367b723ce3c43a89fc2290cd83d9e3b bd085ae4f5c34f498b2a2380818140d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:20:57.929 8 INFO neutron.services.segments.plugin [-] Segment 312629d3-716c-46e2-9bba-548ddc29cc9e resource provider aggregate not found 2026-05-26 22:20:57.939 8 INFO neutron.services.segments.plugin [-] Segment 312629d3-716c-46e2-9bba-548ddc29cc9e resource provider aggregate not found 2026-05-26 22:20:57.946 8 INFO neutron.services.segments.plugin [-] Segment 312629d3-716c-46e2-9bba-548ddc29cc9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 312629d3-716c-46e2-9bba-548ddc29cc9e found for delete ", "request_id": "req-ed7dfedd-4e67-4880-8e3a-dbfcc44588a0"}]} 2026-05-26 22:20:57.956 8 INFO neutron.services.segments.plugin [-] Segment 312629d3-716c-46e2-9bba-548ddc29cc9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 312629d3-716c-46e2-9bba-548ddc29cc9e found for delete ", "request_id": "req-fec3f2b1-8f19-4931-9c08-b896c85131d9"}]} 2026-05-26 22:20:57.969 8 INFO neutron.services.segments.plugin [-] Segment 6e3795c3-de7e-4544-b6aa-07f4644beb27 resource provider aggregate not found 2026-05-26 22:20:57.982 8 INFO neutron.services.segments.plugin [-] Segment 6e3795c3-de7e-4544-b6aa-07f4644beb27 resource provider aggregate not found 2026-05-26 22:20:57.986 8 INFO neutron.services.segments.plugin [-] Segment 6e3795c3-de7e-4544-b6aa-07f4644beb27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e3795c3-de7e-4544-b6aa-07f4644beb27 found for delete ", "request_id": "req-a2977707-d55c-43d7-8489-477994a64d86"}]} 2026-05-26 22:20:57.992 8 INFO neutron.services.segments.plugin [-] Segment 6e3795c3-de7e-4544-b6aa-07f4644beb27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e3795c3-de7e-4544-b6aa-07f4644beb27 found for delete ", "request_id": "req-a3e312ae-7674-4e08-952c-a75cf53e3229"}]} [pid: 8|app: 0|req: 786/1406] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 22:20:57 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 1240 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1407] 10.0.0.165 () {34 vars in 668 bytes} [Tue May 26 22:20:57 2026] POST /v2.0/routers => generated 474 bytes in 745 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1408] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 22:20:58 2026] GET /v2.0/security-groups?id=d815ca17-a20a-46a5-8404-64c4433bcc4e&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:58.307 7 INFO neutron.db.l3_hamode_db [None req-6f04d9a9-3050-4538-9737-67458a386238 6367b723ce3c43a89fc2290cd83d9e3b bd085ae4f5c34f498b2a2380818140d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 787/1409] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:20:58 2026] GET /v2.0/security-groups?tenant_id=6b968677d00746759ff05c2485eb85a1&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:20:58.417 7 INFO neutron.db.l3_hamode_db [None req-6f04d9a9-3050-4538-9737-67458a386238 6367b723ce3c43a89fc2290cd83d9e3b bd085ae4f5c34f498b2a2380818140d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 788/1410] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:20:58 2026] DELETE /v2.0/security-groups/b531f45c-2ab1-4c54-8d71-9098ed36411d => 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: 623/1411] 10.0.0.165 () {34 vars in 668 bytes} [Tue May 26 22:20:58 2026] POST /v2.0/routers => generated 474 bytes in 693 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:20:59.008 7 INFO neutron.db.l3_hamode_db [None req-57e52c45-77e9-4501-9c1e-549b9f813c04 6367b723ce3c43a89fc2290cd83d9e3b bd085ae4f5c34f498b2a2380818140d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:20:59.037 8 INFO neutron.db.segments_db [None req-03bec220-9c51-4140-b4c9-7bcd22a4b702 ff84603eb30f4812b6578581a57aad92 b12c52b17c7f455f817d7807c009bc69 - - default default] Added segment 2c9864dc-f502-4862-8587-ba08f46bb1b4 of type vxlan for network fad0d85b-50cd-4755-ae79-b7bafcffeb92 [pid: 8|app: 0|req: 789/1412] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:58 2026] POST /v2.0/networks => generated 647 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:20:59.115 7 INFO neutron.db.l3_hamode_db [None req-57e52c45-77e9-4501-9c1e-549b9f813c04 6367b723ce3c43a89fc2290cd83d9e3b bd085ae4f5c34f498b2a2380818140d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 790/1413] 10.0.0.165 () {34 vars in 665 bytes} [Tue May 26 22:20:59 2026] POST /v2.0/ports => generated 778 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 22:20:59.467 8 INFO neutron.db.segments_db [None req-2b473662-1cd3-4e39-b7ad-dd8dba5ccbc5 ff84603eb30f4812b6578581a57aad92 b12c52b17c7f455f817d7807c009bc69 - - default default] Added segment 19b340c0-d635-42ad-a807-9c6b04723a2f of type vxlan for network 18b5f359-d0b7-46c9-9040-d55fe18e37c2 [pid: 8|app: 0|req: 791/1414] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:20:59 2026] POST /v2.0/networks => generated 636 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1415] 10.0.0.165 () {34 vars in 668 bytes} [Tue May 26 22:20:58 2026] POST /v2.0/routers => generated 474 bytes in 731 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1416] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:20:59 2026] POST /v2.0/subnets => generated 646 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1417] 10.0.0.165 () {34 vars in 751 bytes} [Tue May 26 22:20:59 2026] PUT /v2.0/routers/55835641-fa5f-4be4-a2b6-fd649ef1b017/tags => generated 17 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1418] 10.0.0.165 () {34 vars in 751 bytes} [Tue May 26 22:20:59 2026] PUT /v2.0/routers/21027c3f-6923-465a-9f29-f473b76aa735/tags => generated 25 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1419] 10.0.0.165 () {34 vars in 751 bytes} [Tue May 26 22:20:59 2026] PUT /v2.0/routers/1ebd0aa4-137d-49f1-b7c7-5dddca42ca2c/tags => generated 34 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1420] 10.0.0.165 () {34 vars in 665 bytes} [Tue May 26 22:20:59 2026] POST /v2.0/ports => generated 965 bytes in 277 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: 628/1421] 10.0.0.165 () {34 vars in 751 bytes} [Tue May 26 22:21:00 2026] PUT /v2.0/routers/1f0792e5-b7c5-4ed3-a905-be3deedda7c4/tags => generated 19 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:21:00.200 8 INFO neutron_taas.services.taas.taas_plugin [None req-6132bebd-da3e-4299-8f55-5f33eda90937 ff84603eb30f4812b6578581a57aad92 b12c52b17c7f455f817d7807c009bc69 - - default default] TaaS: Handle Delete Port: 513a75be-db41-41d3-84f0-f90b68c47e4d 2026-05-26 22:21:00.205 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6132bebd-da3e-4299-8f55-5f33eda90937 ff84603eb30f4812b6578581a57aad92 b12c52b17c7f455f817d7807c009bc69 - - default default] Tap Mirror: Handle Delete Port: 513a75be-db41-41d3-84f0-f90b68c47e4d [pid: 8|app: 0|req: 794/1422] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:21:00 2026] DELETE /v2.0/ports/513a75be-db41-41d3-84f0-f90b68c47e4d => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:00.398 7 INFO neutron.db.segments_db [None req-f61c32d5-3258-4218-acde-0fdb960188f9 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment 728f7c9d-6c52-46fb-a692-e0fca78948f7 of type vxlan for network aee46499-030c-4c2d-a8af-92ce1af900a8 [pid: 8|app: 0|req: 795/1423] 10.0.0.165 () {32 vars in 664 bytes} [Tue May 26 22:21:00 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:00.417 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d85cd661-79da-421a-826f-c8f3ce12eade ff84603eb30f4812b6578581a57aad92 b12c52b17c7f455f817d7807c009bc69 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 796/1424] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:21:00 2026] DELETE /v2.0/ports/513a75be-db41-41d3-84f0-f90b68c47e4d => 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: 629/1425] 10.0.0.165 () {34 vars in 671 bytes} [Tue May 26 22:21:00 2026] POST /v2.0/networks => generated 740 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1426] 10.0.0.165 () {32 vars in 678 bytes} [Tue May 26 22:21:00 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:00.506 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ca498edc-66f6-41cb-918c-8e0838f27a53 ff84603eb30f4812b6578581a57aad92 b12c52b17c7f455f817d7807c009bc69 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 630/1427] 10.0.0.165 () {32 vars in 717 bytes} [Tue May 26 22:21:00 2026] GET /v2.0/ports/513a75be-db41-41d3-84f0-f90b68c47e4d => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1428] 10.0.0.165 () {32 vars in 674 bytes} [Tue May 26 22:21:00 2026] GET /v2.0/routers?tags-any=blue => 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: 798/1429] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:21:00 2026] POST /v2.0/subnets => generated 687 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1430] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:21:00 2026] DELETE /v2.0/subnets/bec97977-4f1d-4fd3-91a6-6884700d2bff => 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: 799/1431] 10.0.0.165 () {32 vars in 686 bytes} [Tue May 26 22:21:00 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:00.757 7 INFO neutron.db.segments_db [None req-5b68da85-3f12-41b4-894b-c185992d438d 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment 4bb4c67b-0258-47c9-84b7-b029068e23a7 of type vxlan for network e9378a7d-ae68-45dc-bca2-062bbb0c479a 2026-05-26 22:21:00.829 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b0a3970-960e-4c27-aaaf-4cb93b6b5822 ff84603eb30f4812b6578581a57aad92 b12c52b17c7f455f817d7807c009bc69 - - default default] TaaS: Handle Delete Port: 6d028321-3b0f-4461-8054-09f7013f69f7 2026-05-26 22:21:00.831 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b0a3970-960e-4c27-aaaf-4cb93b6b5822 ff84603eb30f4812b6578581a57aad92 b12c52b17c7f455f817d7807c009bc69 - - default default] Tap Mirror: Handle Delete Port: 6d028321-3b0f-4461-8054-09f7013f69f7 2026-05-26 22:21:01.003 8 INFO neutron.services.segments.plugin [-] Segment 19b340c0-d635-42ad-a807-9c6b04723a2f resource provider aggregate not found 2026-05-26 22:21:01.009 8 INFO neutron.services.segments.plugin [-] Segment 19b340c0-d635-42ad-a807-9c6b04723a2f resource provider aggregate not found 2026-05-26 22:21:01.029 8 INFO neutron.services.segments.plugin [-] Segment 19b340c0-d635-42ad-a807-9c6b04723a2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19b340c0-d635-42ad-a807-9c6b04723a2f found for delete ", "request_id": "req-e8051973-abd8-4f34-b206-5c84cef63d6c"}]} 2026-05-26 22:21:01.029 8 INFO neutron.services.segments.plugin [-] Segment 19b340c0-d635-42ad-a807-9c6b04723a2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19b340c0-d635-42ad-a807-9c6b04723a2f found for delete ", "request_id": "req-64d410e3-c5db-4dad-aeaf-1e19e712eccb"}]} 2026-05-26 22:21:01.029 7 INFO neutron.db.l3_hamode_db [None req-5b68da85-3f12-41b4-894b-c185992d438d 1e0d3a72a14c45ee8a53a03bd4b1706a f3229f50e74f4c36beefcd56905d4663 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 800/1432] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:21:00 2026] DELETE /v2.0/networks/18b5f359-d0b7-46c9-9040-d55fe18e37c2 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1433] 10.0.0.165 () {32 vars in 672 bytes} [Tue May 26 22:21:01 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:01.169 8 INFO neutron.db.segments_db [None req-ce481c63-b367-453a-a969-fe7617970695 ff84603eb30f4812b6578581a57aad92 b12c52b17c7f455f817d7807c009bc69 - - default default] Added segment 0efdaa09-43fe-488b-8ddb-b7fdd1f774d9 of type vxlan for network 7f796bcd-83d7-44cb-b373-f7794fc0effb [pid: 8|app: 0|req: 802/1434] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:21:01 2026] POST /v2.0/networks => generated 636 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1435] 10.0.0.165 () {32 vars in 686 bytes} [Tue May 26 22:21:01 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1436] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:21:01 2026] POST /v2.0/subnets => generated 646 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1437] 10.0.0.165 () {32 vars in 682 bytes} [Tue May 26 22:21:01 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:01.746 7 INFO neutron.db.l3_hamode_db [None req-5b68da85-3f12-41b4-894b-c185992d438d 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 806/1438] 10.0.0.165 () {34 vars in 665 bytes} [Tue May 26 22:21:01 2026] POST /v2.0/ports => generated 924 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1439] 10.0.0.165 () {32 vars in 694 bytes} [Tue May 26 22:21:01 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) 2026-05-26 22:21:02.038 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3d4c831-546c-40ce-96cf-e4898df261eb ff84603eb30f4812b6578581a57aad92 b12c52b17c7f455f817d7807c009bc69 - - default default] TaaS: Handle Delete Port: cbb2bd92-b2eb-4f44-9783-95736398db4d 2026-05-26 22:21:02.041 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3d4c831-546c-40ce-96cf-e4898df261eb ff84603eb30f4812b6578581a57aad92 b12c52b17c7f455f817d7807c009bc69 - - default default] Tap Mirror: Handle Delete Port: cbb2bd92-b2eb-4f44-9783-95736398db4d [pid: 8|app: 0|req: 808/1440] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:21:01 2026] DELETE /v2.0/ports/cbb2bd92-b2eb-4f44-9783-95736398db4d => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1441] 10.0.0.165 () {32 vars in 721 bytes} [Tue May 26 22:21:02 2026] GET /v2.0/routers/55835641-fa5f-4be4-a2b6-fd649ef1b017 => generated 485 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:02.202 8 INFO neutron.pecan_wsgi.hooks.translation [None req-75b1e543-f225-4b8e-b531-c9c70e8a2985 ff84603eb30f4812b6578581a57aad92 b12c52b17c7f455f817d7807c009bc69 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 810/1442] 10.0.0.165 () {32 vars in 717 bytes} [Tue May 26 22:21:02 2026] GET /v2.0/ports/cbb2bd92-b2eb-4f44-9783-95736398db4d => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1443] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:21:00 2026] POST /v2.0/routers => generated 727 bytes in 1822 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1444] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:21:02 2026] DELETE /v2.0/subnets/d765b780-0d7d-4f72-b1ec-a2ac2d15b404 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1445] 10.0.0.165 () {34 vars in 742 bytes} [Tue May 26 22:21:02 2026] PUT /v2.0/routers/55835641-fa5f-4be4-a2b6-fd649ef1b017 => generated 485 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1446] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:21:02 2026] DELETE /v2.0/networks/7f796bcd-83d7-44cb-b373-f7794fc0effb => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1447] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:21:02 2026] GET /v2.0/ports?device_id=55835641-fa5f-4be4-a2b6-fd649ef1b017 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:21:03.052 8 INFO neutron.services.segments.plugin [-] Segment 0efdaa09-43fe-488b-8ddb-b7fdd1f774d9 resource provider aggregate not found 2026-05-26 22:21:03.057 8 INFO neutron.services.segments.plugin [-] Segment 0efdaa09-43fe-488b-8ddb-b7fdd1f774d9 resource provider aggregate not found [pid: 8|app: 0|req: 814/1448] 10.0.0.165 () {34 vars in 665 bytes} [Tue May 26 22:21:02 2026] POST /v2.0/ports => generated 778 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 22:21:03.072 8 INFO neutron.services.segments.plugin [-] Segment 0efdaa09-43fe-488b-8ddb-b7fdd1f774d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0efdaa09-43fe-488b-8ddb-b7fdd1f774d9 found for delete ", "request_id": "req-d09e0e7d-75c6-40e5-9386-1f265b39d862"}]} 2026-05-26 22:21:03.080 8 INFO neutron.services.segments.plugin [-] Segment 0efdaa09-43fe-488b-8ddb-b7fdd1f774d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0efdaa09-43fe-488b-8ddb-b7fdd1f774d9 found for delete ", "request_id": "req-ea049055-1d99-46a9-9029-18f61ab622cf"}]} 2026-05-26 22:21:03.211 8 INFO neutron_taas.services.taas.taas_plugin [None req-2fe32124-02ff-4ed3-9fb0-bf47fc4d276e 6367b723ce3c43a89fc2290cd83d9e3b bd085ae4f5c34f498b2a2380818140d5 - - default default] TaaS: Handle Delete Port: a2fe03ba-fbf6-437b-b27a-cbb8d781a5e5 2026-05-26 22:21:03.214 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fe32124-02ff-4ed3-9fb0-bf47fc4d276e 6367b723ce3c43a89fc2290cd83d9e3b bd085ae4f5c34f498b2a2380818140d5 - - default default] Tap Mirror: Handle Delete Port: a2fe03ba-fbf6-437b-b27a-cbb8d781a5e5 [pid: 8|app: 0|req: 815/1449] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:21:03 2026] DELETE /v2.0/routers/55835641-fa5f-4be4-a2b6-fd649ef1b017 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1450] 10.0.0.165 () {34 vars in 737 bytes} [Tue May 26 22:21:03 2026] PUT /v2.0/ports/43b7f534-148a-4304-ac54-b9335f90f349 => generated 752 bytes in 187 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: 817/1451] 10.0.0.165 () {32 vars in 721 bytes} [Tue May 26 22:21:03 2026] GET /v2.0/routers/21027c3f-6923-465a-9f29-f473b76aa735 => generated 493 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1452] 10.0.0.165 () {34 vars in 783 bytes} [Tue May 26 22:21:02 2026] PUT /v2.0/routers/0a7aa857-fce5-4be8-8b2a-5b8df9c3f6a7/add_router_interface => generated 309 bytes in 1069 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:03.729 8 INFO neutron_taas.services.taas.taas_plugin [None req-8923b49f-15cc-49a5-92bd-301db57aedea ff84603eb30f4812b6578581a57aad92 b12c52b17c7f455f817d7807c009bc69 - - default default] TaaS: Handle Delete Port: 43b7f534-148a-4304-ac54-b9335f90f349 2026-05-26 22:21:03.732 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8923b49f-15cc-49a5-92bd-301db57aedea ff84603eb30f4812b6578581a57aad92 b12c52b17c7f455f817d7807c009bc69 - - default default] Tap Mirror: Handle Delete Port: 43b7f534-148a-4304-ac54-b9335f90f349 [pid: 8|app: 0|req: 818/1453] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:21:03 2026] DELETE /v2.0/ports/43b7f534-148a-4304-ac54-b9335f90f349 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1454] 10.0.0.165 () {32 vars in 643 bytes} [Tue May 26 22:21:03 2026] GET /v2.0/ports => generated 781 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:03.884 8 INFO neutron.pecan_wsgi.hooks.translation [None req-23fa1646-f7c8-43ba-9d77-604fcd095de7 ff84603eb30f4812b6578581a57aad92 b12c52b17c7f455f817d7807c009bc69 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 820/1455] 10.0.0.165 () {32 vars in 717 bytes} [Tue May 26 22:21:03 2026] GET /v2.0/ports/43b7f534-148a-4304-ac54-b9335f90f349 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1456] 10.0.0.165 () {32 vars in 643 bytes} [Tue May 26 22:21:03 2026] GET /v2.0/ports => generated 781 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1457] 10.0.0.165 () {32 vars in 717 bytes} [Tue May 26 22:21:03 2026] GET /v2.0/ports/5197a67a-6d33-4f6d-98f1-faf6b22ba661 => generated 778 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:04.004 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9692e648-7103-41f9-8d4c-d11c5cbe624c ff84603eb30f4812b6578581a57aad92 b12c52b17c7f455f817d7807c009bc69 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 823/1458] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:21:03 2026] DELETE /v2.0/ports/cbb2bd92-b2eb-4f44-9783-95736398db4d => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:21:04.033 8 INFO neutron.pecan_wsgi.hooks.translation [None req-85138b04-87b6-4600-a98f-bc7bb80fb4d2 ff84603eb30f4812b6578581a57aad92 b12c52b17c7f455f817d7807c009bc69 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 824/1459] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:21:04 2026] DELETE /v2.0/subnets/d765b780-0d7d-4f72-b1ec-a2ac2d15b404 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:21:04.049 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cebdfb5c-b790-4da9-a355-0155c7613069 ff84603eb30f4812b6578581a57aad92 b12c52b17c7f455f817d7807c009bc69 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 825/1460] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:21:04 2026] DELETE /v2.0/subnets/bec97977-4f1d-4fd3-91a6-6884700d2bff => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:21:04.145 8 INFO neutron_taas.services.taas.taas_plugin [None req-50866b59-3d6b-40fe-8661-a0db68e71736 ff84603eb30f4812b6578581a57aad92 b12c52b17c7f455f817d7807c009bc69 - - default default] TaaS: Handle Delete Port: 5197a67a-6d33-4f6d-98f1-faf6b22ba661 2026-05-26 22:21:04.149 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50866b59-3d6b-40fe-8661-a0db68e71736 ff84603eb30f4812b6578581a57aad92 b12c52b17c7f455f817d7807c009bc69 - - default default] Tap Mirror: Handle Delete Port: 5197a67a-6d33-4f6d-98f1-faf6b22ba661 [pid: 8|app: 0|req: 826/1461] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:21:04 2026] DELETE /v2.0/ports/5197a67a-6d33-4f6d-98f1-faf6b22ba661 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1464] 10.0.0.165 () {34 vars in 742 bytes} [Tue May 26 22:21:03 2026] PUT /v2.0/routers/21027c3f-6923-465a-9f29-f473b76aa735 => generated 493 bytes in 554 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1465] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:21:04 2026] GET /v2.0/ports?device_id=21027c3f-6923-465a-9f29-f473b76aa735 => 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: 829/1466] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:21:04 2026] DELETE /v2.0/networks/fad0d85b-50cd-4755-ae79-b7bafcffeb92 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:04.437 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff6b8458-86a8-4b99-8955-0fff720a1fca 6367b723ce3c43a89fc2290cd83d9e3b bd085ae4f5c34f498b2a2380818140d5 - - default default] TaaS: Handle Delete Port: 963e012a-e8ae-4187-bc27-56c19d113fe8 2026-05-26 22:21:04.440 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff6b8458-86a8-4b99-8955-0fff720a1fca 6367b723ce3c43a89fc2290cd83d9e3b bd085ae4f5c34f498b2a2380818140d5 - - default default] Tap Mirror: Handle Delete Port: 963e012a-e8ae-4187-bc27-56c19d113fe8 [pid: 7|app: 0|req: 638/1467] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:21:04 2026] DELETE /v2.0/routers/21027c3f-6923-465a-9f29-f473b76aa735 => generated 0 bytes in 408 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1468] 10.0.0.165 () {32 vars in 721 bytes} [Tue May 26 22:21:04 2026] GET /v2.0/routers/1ebd0aa4-137d-49f1-b7c7-5dddca42ca2c => generated 502 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1469] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:04 2026] GET /v2.0/security-groups?tenant_id=b12c52b17c7f455f817d7807c009bc69&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1470] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:04 2026] DELETE /v2.0/security-groups/13fccfad-2f56-4c31-9869-d59beee8882b => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:21:05.090 8 INFO neutron.services.segments.plugin [-] Segment 2c9864dc-f502-4862-8587-ba08f46bb1b4 resource provider aggregate not found 2026-05-26 22:21:05.096 8 INFO neutron.services.segments.plugin [-] Segment 2c9864dc-f502-4862-8587-ba08f46bb1b4 resource provider aggregate not found 2026-05-26 22:21:05.113 8 INFO neutron.services.segments.plugin [-] Segment 2c9864dc-f502-4862-8587-ba08f46bb1b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c9864dc-f502-4862-8587-ba08f46bb1b4 found for delete ", "request_id": "req-d975d6ea-75ba-4615-ae5b-b7b1b9b5a9bb"}]} 2026-05-26 22:21:05.113 8 INFO neutron.services.segments.plugin [-] Segment 2c9864dc-f502-4862-8587-ba08f46bb1b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c9864dc-f502-4862-8587-ba08f46bb1b4 found for delete ", "request_id": "req-d09d97cf-50ec-4a76-aacb-f16bff5ddc35"}]} [pid: 7|app: 0|req: 639/1471] 10.0.0.165 () {34 vars in 742 bytes} [Tue May 26 22:21:04 2026] PUT /v2.0/routers/1ebd0aa4-137d-49f1-b7c7-5dddca42ca2c => generated 502 bytes in 522 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1472] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:21:05 2026] GET /v2.0/ports?device_id=1ebd0aa4-137d-49f1-b7c7-5dddca42ca2c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:21:05.448 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2ab1b41-a82c-4346-bae4-f0222e4fc115 6367b723ce3c43a89fc2290cd83d9e3b bd085ae4f5c34f498b2a2380818140d5 - - default default] TaaS: Handle Delete Port: 628d7bb9-bccf-42f3-a27a-b8764fc069af 2026-05-26 22:21:05.450 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2ab1b41-a82c-4346-bae4-f0222e4fc115 6367b723ce3c43a89fc2290cd83d9e3b bd085ae4f5c34f498b2a2380818140d5 - - default default] Tap Mirror: Handle Delete Port: 628d7bb9-bccf-42f3-a27a-b8764fc069af [pid: 7|app: 0|req: 640/1473] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:21:05 2026] DELETE /v2.0/routers/1ebd0aa4-137d-49f1-b7c7-5dddca42ca2c => generated 0 bytes in 353 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1474] 10.0.0.165 () {32 vars in 721 bytes} [Tue May 26 22:21:05 2026] GET /v2.0/routers/1f0792e5-b7c5-4ed3-a905-be3deedda7c4 => generated 487 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1475] 10.0.0.147 () {34 vars in 982 bytes} [Tue May 26 22:21:06 2026] GET /v2.0/networks?id=aee46499-030c-4c2d-a8af-92ce1af900a8 => generated 672 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1476] 10.0.0.147 () {34 vars in 965 bytes} [Tue May 26 22:21:06 2026] GET /v2.0/quotas/f3229f50e74f4c36beefcd56905d4663 => 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: 837/1477] 10.0.0.147 () {34 vars in 1002 bytes} [Tue May 26 22:21:06 2026] GET /v2.0/ports?tenant_id=f3229f50e74f4c36beefcd56905d4663&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1478] 10.0.0.147 () {34 vars in 1008 bytes} [Tue May 26 22:21:06 2026] GET /v2.0/networks/aee46499-030c-4c2d-a8af-92ce1af900a8?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: 839/1479] 10.0.0.147 () {34 vars in 1108 bytes} [Tue May 26 22:21:06 2026] GET /v2.0/networks/aee46499-030c-4c2d-a8af-92ce1af900a8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1480] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:06 2026] GET /v2.0/ports?device_id=24f3129c-76d1-45ab-a89f-b30722830e66 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1481] 10.0.0.165 () {34 vars in 742 bytes} [Tue May 26 22:21:05 2026] PUT /v2.0/routers/1f0792e5-b7c5-4ed3-a905-be3deedda7c4 => generated 487 bytes in 926 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1482] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:21:06 2026] GET /v2.0/ports?device_id=1f0792e5-b7c5-4ed3-a905-be3deedda7c4 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:21:06.806 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e16176e-3a5d-4200-be0d-a3fc40a1a2fb 6367b723ce3c43a89fc2290cd83d9e3b bd085ae4f5c34f498b2a2380818140d5 - - default default] TaaS: Handle Delete Port: e3d29a2d-16cb-4630-954b-23b421ab4460 2026-05-26 22:21:06.809 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e16176e-3a5d-4200-be0d-a3fc40a1a2fb 6367b723ce3c43a89fc2290cd83d9e3b bd085ae4f5c34f498b2a2380818140d5 - - default default] Tap Mirror: Handle Delete Port: e3d29a2d-16cb-4630-954b-23b421ab4460 [pid: 8|app: 0|req: 841/1483] 10.0.0.165 () {34 vars in 684 bytes} [Tue May 26 22:21:06 2026] POST /v2.0/security-groups => generated 1624 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1484] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:21:06 2026] DELETE /v2.0/routers/1f0792e5-b7c5-4ed3-a905-be3deedda7c4 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1485] 10.0.0.165 () {32 vars in 663 bytes} [Tue May 26 22:21:06 2026] GET /v2.0/security-groups => generated 4529 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1486] 10.0.0.165 () {32 vars in 721 bytes} [Tue May 26 22:21:06 2026] GET /v2.0/routers/a2081eac-2ecf-498a-b92c-21c683b7a4d9 => generated 480 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1487] 10.0.0.165 () {34 vars in 758 bytes} [Tue May 26 22:21:06 2026] PUT /v2.0/security-groups/9a6d3d18-4504-462c-94ac-58f55891b1c0 => generated 1664 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1488] 10.0.0.165 () {32 vars in 737 bytes} [Tue May 26 22:21:07 2026] GET /v2.0/security-groups/9a6d3d18-4504-462c-94ac-58f55891b1c0 => generated 1664 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1489] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:07 2026] DELETE /v2.0/security-groups/9a6d3d18-4504-462c-94ac-58f55891b1c0 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1490] 10.0.0.165 () {32 vars in 663 bytes} [Tue May 26 22:21:07 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-05-26 22:21:07.255 8 INFO neutron.api.v2.resource [None req-35ae5d9a-43ef-4cc3-8b1c-8a7883be229c 8a3c8f2e2f6c42ae8d55364bf2f2e5cd 95f4b341965d4576a80a0ae64bd1db3c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 847/1491] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:07 2026] DELETE /v2.0/security-groups/9a6d3d18-4504-462c-94ac-58f55891b1c0 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1492] 10.0.0.165 () {34 vars in 684 bytes} [Tue May 26 22:21:07 2026] POST /v2.0/security-groups => generated 1625 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1493] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:21:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1494] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:21:07 2026] GET /v2.0/security-group-rules/e1b12a7a-0b0e-42da-ad9d-e48a47c7ac94 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1495] 10.0.0.165 () {34 vars in 742 bytes} [Tue May 26 22:21:07 2026] PUT /v2.0/routers/a2081eac-2ecf-498a-b92c-21c683b7a4d9 => generated 480 bytes in 506 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1496] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:07 2026] GET /v2.0/ports?device_id=24f3129c-76d1-45ab-a89f-b30722830e66 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1497] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:21:07 2026] GET /v2.0/ports?device_id=a2081eac-2ecf-498a-b92c-21c683b7a4d9 => 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: 851/1498] 10.0.0.165 () {32 vars in 673 bytes} [Tue May 26 22:21:07 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1499] 10.0.0.165 () {32 vars in 750 bytes} [Tue May 26 22:21:07 2026] DELETE /v2.0/security-group-rules/e1b12a7a-0b0e-42da-ad9d-e48a47c7ac94 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1500] 10.0.0.165 () {32 vars in 673 bytes} [Tue May 26 22:21:07 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:07.805 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c2b16f1-b64f-43eb-b0b5-cdd3669f5f66 6367b723ce3c43a89fc2290cd83d9e3b bd085ae4f5c34f498b2a2380818140d5 - - default default] TaaS: Handle Delete Port: 133f79d0-7865-4ae3-a59b-4677e3ac2ba5 2026-05-26 22:21:07.807 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c2b16f1-b64f-43eb-b0b5-cdd3669f5f66 6367b723ce3c43a89fc2290cd83d9e3b bd085ae4f5c34f498b2a2380818140d5 - - default default] Tap Mirror: Handle Delete Port: 133f79d0-7865-4ae3-a59b-4677e3ac2ba5 [pid: 8|app: 0|req: 854/1501] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:21:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1502] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:21:07 2026] GET /v2.0/security-group-rules/410b348b-37b1-432b-a79e-dfdc33e945f2 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1503] 10.0.0.165 () {32 vars in 673 bytes} [Tue May 26 22:21:07 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1504] 10.0.0.165 () {32 vars in 750 bytes} [Tue May 26 22:21:07 2026] DELETE /v2.0/security-group-rules/410b348b-37b1-432b-a79e-dfdc33e945f2 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:21:08.117 7 INFO neutron.services.segments.plugin [-] Segment 608e5b24-d9a9-4651-9048-c450d635daaa resource provider aggregate not found [pid: 8|app: 0|req: 858/1505] 10.0.0.165 () {32 vars in 673 bytes} [Tue May 26 22:21:08 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:08.137 7 INFO neutron.services.segments.plugin [-] Segment 608e5b24-d9a9-4651-9048-c450d635daaa resource provider aggregate not found 2026-05-26 22:21:08.137 7 INFO neutron.services.segments.plugin [-] Segment 608e5b24-d9a9-4651-9048-c450d635daaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 608e5b24-d9a9-4651-9048-c450d635daaa found for delete ", "request_id": "req-0df2f01a-2177-44e0-91db-ca86516c1de4"}]} 2026-05-26 22:21:08.159 7 INFO neutron.db.l3_hamode_db [None req-7c2b16f1-b64f-43eb-b0b5-cdd3669f5f66 6367b723ce3c43a89fc2290cd83d9e3b bd085ae4f5c34f498b2a2380818140d5 - - default default] HA network 6c804db6-df5a-4350-ab68-181cf889ea90 was deleted as no HA routers are present in tenant bd085ae4f5c34f498b2a2380818140d5. 2026-05-26 22:21:08.164 7 INFO neutron.services.segments.plugin [-] Segment 608e5b24-d9a9-4651-9048-c450d635daaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 608e5b24-d9a9-4651-9048-c450d635daaa found for delete ", "request_id": "req-e68777f4-1fdc-424d-9b35-1e70afac79ac"}]} [pid: 7|app: 0|req: 648/1506] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:21:07 2026] DELETE /v2.0/routers/a2081eac-2ecf-498a-b92c-21c683b7a4d9 => 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: 859/1507] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:21:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1508] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:21:08 2026] GET /v2.0/security-group-rules/71e36deb-793e-42f8-b437-04aef659b00f => generated 602 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1509] 10.0.0.165 () {32 vars in 673 bytes} [Tue May 26 22:21:08 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1510] 10.0.0.165 () {32 vars in 750 bytes} [Tue May 26 22:21:08 2026] DELETE /v2.0/security-group-rules/71e36deb-793e-42f8-b437-04aef659b00f => 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: 861/1511] 10.0.0.165 () {32 vars in 673 bytes} [Tue May 26 22:21:08 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1512] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:08 2026] DELETE /v2.0/security-groups/82e26c0f-b606-4a32-a1bb-501bec11d740 => 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: 862/1513] 10.0.0.165 () {32 vars in 663 bytes} [Tue May 26 22:21:08 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1514] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:08 2026] GET /v2.0/ports?device_id=24f3129c-76d1-45ab-a89f-b30722830e66 => 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: 863/1515] 10.0.0.165 () {32 vars in 663 bytes} [Tue May 26 22:21:08 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1516] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:08 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1517] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:21:09 2026] GET /v2.0/security-groups?id=d815ca17-a20a-46a5-8404-64c4433bcc4e&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: 655/1518] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:09 2026] GET /v2.0/security-groups?tenant_id=95f4b341965d4576a80a0ae64bd1db3c&name=default => generated 2925 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1519] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:08 2026] GET /v2.0/security-groups?tenant_id=bd085ae4f5c34f498b2a2380818140d5&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1520] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:09 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => 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: 865/1521] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:09 2026] DELETE /v2.0/security-groups/43f2bcc7-f4f5-41bd-be7e-70a06f6dcbb2 => 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: 657/1522] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:09 2026] DELETE /v2.0/security-groups/076cbc29-c3ba-425c-a3de-92c77ea331ee => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1523] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:21:09 2026] GET /v2.0/security-groups?id=d815ca17-a20a-46a5-8404-64c4433bcc4e&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: 658/1524] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:09 2026] GET /v2.0/security-groups?tenant_id=ab45ace6c4a0409baf83026b1f8ceaea&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1525] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:09 2026] DELETE /v2.0/security-groups/17f528f4-af62-4be7-a631-54a2e5ba40dc => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1526] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:09 2026] GET /v2.0/ports?device_id=24f3129c-76d1-45ab-a89f-b30722830e66 => 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: 868/1527] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:09 2026] GET /v2.0/security-groups?tenant_id=5635e5aaaa8e459f8e396969e0e39581&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1528] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:09 2026] DELETE /v2.0/security-groups/fc2b3474-e493-47dc-b78e-53271336244a => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1529] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:10 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1530] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:21:10 2026] GET /v2.0/security-groups?id=d815ca17-a20a-46a5-8404-64c4433bcc4e&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: 870/1531] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:10 2026] GET /v2.0/ports?device_id=24f3129c-76d1-45ab-a89f-b30722830e66 => 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: 662/1532] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:11 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => 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: 871/1533] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:21:11 2026] GET /v2.0/security-groups?id=d815ca17-a20a-46a5-8404-64c4433bcc4e&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1534] 199.204.45.129 () {34 vars in 994 bytes} [Tue May 26 22:21:11 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:11.788 8 INFO neutron_taas.services.taas.taas_plugin [req-051cba5f-8940-483b-824f-31da02bc8c39 req-f1adf4ed-2955-4bfd-bded-a7c78a50ec12 5681e0946f884d6086bd50f9a27bafef 0a601951695344e89dd7e2880f34b8c2 - - default default] TaaS: Handle Delete Port: 5642ac40-8aa6-4371-a20a-6b2e40d44de5 2026-05-26 22:21:11.791 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-051cba5f-8940-483b-824f-31da02bc8c39 req-f1adf4ed-2955-4bfd-bded-a7c78a50ec12 5681e0946f884d6086bd50f9a27bafef 0a601951695344e89dd7e2880f34b8c2 - - default default] Tap Mirror: Handle Delete Port: 5642ac40-8aa6-4371-a20a-6b2e40d44de5 [pid: 7|app: 0|req: 664/1535] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:11 2026] GET /v2.0/ports?device_id=24f3129c-76d1-45ab-a89f-b30722830e66 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:21:11.916 8 INFO neutron.db.l3_db [req-051cba5f-8940-483b-824f-31da02bc8c39 req-f1adf4ed-2955-4bfd-bded-a7c78a50ec12 5681e0946f884d6086bd50f9a27bafef 0a601951695344e89dd7e2880f34b8c2 - - default default] Floating IP 74599004-cb05-4180-b017-fe4bb7f8f502 disassociated. External IP: 10.96.250.207, port: 5642ac40-8aa6-4371-a20a-6b2e40d44de5. [pid: 8|app: 0|req: 872/1536] 199.204.45.129 () {36 vars in 997 bytes} [Tue May 26 22:21:11 2026] DELETE /v2.0/ports/5642ac40-8aa6-4371-a20a-6b2e40d44de5 => generated 0 bytes in 551 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:12.271 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-de4af417-8742-4af7-8f93-d95d6b0363fc'] response: {'server_uuid': '8187f3b6-e128-4928-abbc-1220e1c4696a', 'name': 'network-vif-deleted', 'tag': '5642ac40-8aa6-4371-a20a-6b2e40d44de5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 665/1537] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:12 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => 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: 873/1538] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:12 2026] GET /v2.0/ports?device_id=24f3129c-76d1-45ab-a89f-b30722830e66 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1539] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:21:13 2026] GET /v2.0/networks?id=aee46499-030c-4c2d-a8af-92ce1af900a8 => generated 672 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1540] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:13 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => 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: 874/1541] 199.204.45.129 () {38 vars in 955 bytes} [Tue May 26 22:21:13 2026] POST /v2.0/ports => generated 958 bytes in 802 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 668/1542] 10.0.0.165 () {34 vars in 676 bytes} [Tue May 26 22:21:13 2026] POST /v2.0/subnetpools => generated 516 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1543] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:14 2026] GET /v2.0/ports?device_id=24f3129c-76d1-45ab-a89f-b30722830e66 => generated 961 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1544] 10.0.0.165 () {34 vars in 676 bytes} [Tue May 26 22:21:14 2026] POST /v2.0/subnetpools => generated 516 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1545] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:21:14 2026] GET /v2.0/security-groups?id=76cb56f7-9073-4189-bcfb-5c5dcd640495&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1546] 10.0.0.165 () {34 vars in 676 bytes} [Tue May 26 22:21:14 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: 7|app: 0|req: 673/1547] 10.0.0.165 () {34 vars in 676 bytes} [Tue May 26 22:21:14 2026] POST /v2.0/subnetpools => generated 516 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1548] 199.204.45.129 () {38 vars in 1028 bytes} [Tue May 26 22:21:14 2026] PUT /v2.0/ports/69ca6c0f-1fe7-4bb8-8372-6a58cb225ed0 => generated 1239 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1549] 10.0.0.165 () {34 vars in 676 bytes} [Tue May 26 22:21:14 2026] POST /v2.0/subnetpools => generated 516 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 22:21:14.389 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-62fe2eb3-13b6-40c2-b387-c007c0e370b9'] response: {'name': 'network-changed', 'server_uuid': '24f3129c-76d1-45ab-a89f-b30722830e66', 'tag': '69ca6c0f-1fe7-4bb8-8372-6a58cb225ed0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 876/1550] 10.0.0.165 () {34 vars in 759 bytes} [Tue May 26 22:21:14 2026] PUT /v2.0/subnetpools/e82cc867-c5b5-494f-9ed7-af8b3cd0d04e/tags => generated 17 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1551] 10.0.0.165 () {34 vars in 759 bytes} [Tue May 26 22:21:14 2026] PUT /v2.0/subnetpools/43704ca2-e687-46ff-a0e5-0f51e7f28b6b/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1552] 10.0.0.165 () {34 vars in 759 bytes} [Tue May 26 22:21:14 2026] PUT /v2.0/subnetpools/6de3494b-f439-4837-a8ac-b8adc4cb5bbd/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1553] 10.0.0.165 () {34 vars in 759 bytes} [Tue May 26 22:21:14 2026] PUT /v2.0/subnetpools/d510972e-09a3-4428-bf03-d0cf3cc42133/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1554] 10.0.0.165 () {32 vars in 672 bytes} [Tue May 26 22:21:14 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1555] 10.0.0.165 () {32 vars in 686 bytes} [Tue May 26 22:21:14 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1556] 10.0.0.165 () {32 vars in 682 bytes} [Tue May 26 22:21:14 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1557] 10.0.0.165 () {32 vars in 694 bytes} [Tue May 26 22:21:14 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: 880/1558] 10.0.0.165 () {32 vars in 680 bytes} [Tue May 26 22:21:14 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1559] 10.0.0.165 () {32 vars in 694 bytes} [Tue May 26 22:21:14 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1560] 10.0.0.165 () {32 vars in 690 bytes} [Tue May 26 22:21:14 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1561] 10.0.0.165 () {32 vars in 702 bytes} [Tue May 26 22:21:14 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1562] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:21:14 2026] DELETE /v2.0/subnetpools/e82cc867-c5b5-494f-9ed7-af8b3cd0d04e => 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: 681/1563] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:21:14 2026] DELETE /v2.0/subnetpools/43704ca2-e687-46ff-a0e5-0f51e7f28b6b => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1564] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:21:14 2026] DELETE /v2.0/subnetpools/6de3494b-f439-4837-a8ac-b8adc4cb5bbd => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1565] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:14 2026] GET /v2.0/ports?device_id=8187f3b6-e128-4928-abbc-1220e1c4696a => 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: 682/1566] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:21:14 2026] GET /v2.0/ports?tenant_id=f3229f50e74f4c36beefcd56905d4663&device_id=24f3129c-76d1-45ab-a89f-b30722830e66 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1567] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:21:14 2026] DELETE /v2.0/subnetpools/d510972e-09a3-4428-bf03-d0cf3cc42133 => 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: 683/1568] 199.204.45.129 () {34 vars in 1018 bytes} [Tue May 26 22:21:14 2026] GET /v2.0/networks?tenant_id=f3229f50e74f4c36beefcd56905d4663&shared=False => generated 768 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1569] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:21:14 2026] DELETE /v2.0/subnetpools/5c13d00b-56f3-4237-8054-11c4d40c3a95 => 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: 684/1570] 199.204.45.129 () {34 vars in 930 bytes} [Tue May 26 22:21:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1571] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:15 2026] GET /v2.0/ports?device_id=24f3129c-76d1-45ab-a89f-b30722830e66 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1572] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:21:15 2026] GET /v2.0/security-groups?id=76cb56f7-9073-4189-bcfb-5c5dcd640495&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: 888/1573] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:15 2026] GET /v2.0/security-groups?tenant_id=8a21b5db026a4a1cae0d55a0577491f5&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1574] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:16 2026] DELETE /v2.0/security-groups/d815ca17-a20a-46a5-8404-64c4433bcc4e => 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: 889/1575] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:16 2026] DELETE /v2.0/security-groups/c03633b2-5507-42dc-89c0-5f74666edf5e => 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: 687/1576] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/ports?tenant_id=f3229f50e74f4c36beefcd56905d4663&device_id=24f3129c-76d1-45ab-a89f-b30722830e66 => generated 1242 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:16.140 8 INFO neutron.api.v2.resource [None req-5ec05f8c-38af-4fa5-bff2-356b80a7c996 5681e0946f884d6086bd50f9a27bafef 0a601951695344e89dd7e2880f34b8c2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 890/1577] 10.0.0.165 () {32 vars in 737 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/security-groups/d815ca17-a20a-46a5-8404-64c4433bcc4e => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1578] 199.204.45.129 () {34 vars in 1060 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=69ca6c0f-1fe7-4bb8-8372-6a58cb225ed0 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1579] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/subnets?id=8b181af0-7aac-4302-90bd-79731152f749 => generated 690 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1580] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/ports?network_id=aee46499-030c-4c2d-a8af-92ce1af900a8&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:16.250 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d2667c5-f019-4c6e-a6ca-1e7832377ad9 5681e0946f884d6086bd50f9a27bafef 0a601951695344e89dd7e2880f34b8c2 - - default default] TaaS: Handle Delete Port: 4435dce3-1a21-4e5c-80a2-31c3264c6215 2026-05-26 22:21:16.253 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d2667c5-f019-4c6e-a6ca-1e7832377ad9 5681e0946f884d6086bd50f9a27bafef 0a601951695344e89dd7e2880f34b8c2 - - default default] Tap Mirror: Handle Delete Port: 4435dce3-1a21-4e5c-80a2-31c3264c6215 [pid: 7|app: 0|req: 691/1581] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/security-groups?tenant_id=3b2914bc4a72416d933520f1de5d52cf&name=default => generated 2925 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1582] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/networks/aee46499-030c-4c2d-a8af-92ce1af900a8?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: 891/1583] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:21:16 2026] DELETE /v2.0/floatingips/74599004-cb05-4180-b017-fe4bb7f8f502 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1584] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:16 2026] DELETE /v2.0/security-groups/e6f20643-d63c-481f-846e-6888c2ef5bc9 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1585] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/networks/aee46499-030c-4c2d-a8af-92ce1af900a8?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: 893/1586] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/ports?device_id=24f3129c-76d1-45ab-a89f-b30722830e66 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1587] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/security-groups?id=76cb56f7-9073-4189-bcfb-5c5dcd640495&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1588] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/security-groups?tenant_id=7440566e039b40a8ad3c17ddfe90b340&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:16.760 7 INFO neutron_taas.services.taas.taas_plugin [None req-d3efed63-0423-4f68-b731-dc0dbe6ec210 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: e4d9fa57-7f79-4906-bcd2-d446a200e8fc 2026-05-26 22:21:16.763 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3efed63-0423-4f68-b731-dc0dbe6ec210 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: e4d9fa57-7f79-4906-bcd2-d446a200e8fc [pid: 8|app: 0|req: 896/1589] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:16 2026] DELETE /v2.0/security-groups/09a7fa5e-ad57-4d81-9c62-81238b524659 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1590] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:21:16 2026] PUT /v2.0/routers/d043c0a7-9423-42b4-a2c5-5e506170c10b/remove_router_interface => generated 309 bytes in 900 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:17.486 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d30bdc7-304e-4a6f-aaab-4a52433e54fd 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 0f73ecdd-666a-4bce-844e-b1b3c17d6c0a 2026-05-26 22:21:17.489 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d30bdc7-304e-4a6f-aaab-4a52433e54fd 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 0f73ecdd-666a-4bce-844e-b1b3c17d6c0a [pid: 7|app: 0|req: 695/1591] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:17 2026] GET /v2.0/ports?device_id=24f3129c-76d1-45ab-a89f-b30722830e66 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1592] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:21:17 2026] GET /v2.0/security-groups?id=76cb56f7-9073-4189-bcfb-5c5dcd640495&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:21:17.796 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d30bdc7-304e-4a6f-aaab-4a52433e54fd 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 8c43037d-cad6-4f91-a48f-af9824ee74d1 2026-05-26 22:21:17.799 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d30bdc7-304e-4a6f-aaab-4a52433e54fd 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 8c43037d-cad6-4f91-a48f-af9824ee74d1 2026-05-26 22:21:18.212 8 INFO neutron.services.segments.plugin [-] Segment 75e49756-e089-4cd6-991f-8afcf97b9e97 resource provider aggregate not found 2026-05-26 22:21:18.224 8 INFO neutron.services.segments.plugin [-] Segment 75e49756-e089-4cd6-991f-8afcf97b9e97 resource provider aggregate not found 2026-05-26 22:21:18.240 8 INFO neutron.services.segments.plugin [-] Segment 75e49756-e089-4cd6-991f-8afcf97b9e97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75e49756-e089-4cd6-991f-8afcf97b9e97 found for delete ", "request_id": "req-6bac98f1-fc47-4e60-bc7d-09fb96d4a97c"}]} 2026-05-26 22:21:18.242 8 INFO neutron.services.segments.plugin [-] Segment 75e49756-e089-4cd6-991f-8afcf97b9e97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75e49756-e089-4cd6-991f-8afcf97b9e97 found for delete ", "request_id": "req-98661350-2a15-4c2b-9dff-365e2c965321"}]} 2026-05-26 22:21:18.245 8 INFO neutron.db.l3_hamode_db [None req-7d30bdc7-304e-4a6f-aaab-4a52433e54fd 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] HA network 21e2200a-435e-409f-a26f-fb6cf07fa4a6 was deleted as no HA routers are present in tenant 0a601951695344e89dd7e2880f34b8c2. [pid: 8|app: 0|req: 897/1593] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:21:17 2026] DELETE /v2.0/routers/d043c0a7-9423-42b4-a2c5-5e506170c10b => generated 0 bytes in 915 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1594] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:21:18 2026] DELETE /v2.0/subnets/3f8b7fdb-c80d-4ccf-ad7c-80ee69c7ade5 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:18.483 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8b737d3-b8e4-45cc-ad68-539f17b4a1ab 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: e522644d-f10f-4062-8480-3e17408d2d5a 2026-05-26 22:21:18.487 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8b737d3-b8e4-45cc-ad68-539f17b4a1ab 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: e522644d-f10f-4062-8480-3e17408d2d5a [pid: 8|app: 0|req: 898/1595] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:21:18 2026] DELETE /v2.0/networks/67fbe476-baec-4458-a726-c0caa258d26f => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1596] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:18 2026] GET /v2.0/ports?device_id=24f3129c-76d1-45ab-a89f-b30722830e66 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1597] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:18 2026] GET /v2.0/security-groups?tenant_id=0a601951695344e89dd7e2880f34b8c2&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1598] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:21:18 2026] GET /v2.0/security-groups?id=76cb56f7-9073-4189-bcfb-5c5dcd640495&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1599] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:18 2026] DELETE /v2.0/security-groups/60bc34ba-fcde-4dd0-af48-8d4fb47d1f57 => 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: 700/1602] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:19 2026] GET /v2.0/security-groups?tenant_id=3ef555ff8b7a4149b66099fb35ac3214&name=default => generated 2925 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1603] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:19 2026] DELETE /v2.0/security-groups/b7e581de-8bcb-4c8e-8b49-1866fbf81dd6 => 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: 701/1604] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:19 2026] GET /v2.0/ports?device_id=24f3129c-76d1-45ab-a89f-b30722830e66 => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1605] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:21:19 2026] GET /v2.0/security-groups?id=76cb56f7-9073-4189-bcfb-5c5dcd640495&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:21:20.258 8 INFO neutron.services.segments.plugin [-] Segment a7eb8903-bce2-4b68-8b4a-59be23d22622 resource provider aggregate not found 2026-05-26 22:21:20.265 8 INFO neutron.services.segments.plugin [-] Segment a7eb8903-bce2-4b68-8b4a-59be23d22622 resource provider aggregate not found 2026-05-26 22:21:20.270 8 INFO neutron.services.segments.plugin [-] Segment a7eb8903-bce2-4b68-8b4a-59be23d22622 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7eb8903-bce2-4b68-8b4a-59be23d22622 found for delete ", "request_id": "req-fb16acb0-1ea2-4ade-b798-88d95147b291"}]} 2026-05-26 22:21:20.281 8 INFO neutron.services.segments.plugin [-] Segment a7eb8903-bce2-4b68-8b4a-59be23d22622 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7eb8903-bce2-4b68-8b4a-59be23d22622 found for delete ", "request_id": "req-3ce1da03-dc2a-4207-bc71-2ed9dee40a7f"}]} 2026-05-26 22:21:20.373 7 INFO neutron.db.segments_db [None req-c59d92b4-4ec9-4023-8f31-c6ec818b193c 87817bddec1b41e6a88120e4e6628fed 048b605021254f8b9543f87afcfdf88b - - default default] Added segment 83f925d5-4df3-4bc7-be61-6b03cef2f6af of type vxlan for network 58a46fdc-cc36-48cc-9b14-4a88c076a45d [pid: 7|app: 0|req: 702/1606] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:21:20 2026] POST /v2.0/networks => generated 632 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1607] 10.0.0.165 () {34 vars in 664 bytes} [Tue May 26 22:21:20 2026] POST /v2.0/ports => generated 743 bytes in 300 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: 906/1608] 10.0.0.165 () {34 vars in 747 bytes} [Tue May 26 22:21:20 2026] PUT /v2.0/ports/abccf31c-ded0-4ef6-a3f2-b36117948e9c/tags => generated 25 bytes in 86 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: 907/1609] 10.0.0.165 () {32 vars in 727 bytes} [Tue May 26 22:21:20 2026] GET /v2.0/ports/abccf31c-ded0-4ef6-a3f2-b36117948e9c/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 22:21:20.955 7 INFO neutron.db.segments_db [None req-dbb528cc-d0c6-4a47-a9d6-044d64864ae6 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment c4da214e-57ce-4982-a7ac-1e837c52be45 of type vxlan for network 72d7f748-9c24-4a51-b0c7-c7a2a31b45b9 [pid: 8|app: 0|req: 908/1610] 10.0.0.165 () {34 vars in 758 bytes} [Tue May 26 22:21:20 2026] PUT /v2.0/ports/abccf31c-ded0-4ef6-a3f2-b36117948e9c/tags/green => generated 4 bytes in 75 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: 703/1611] 10.0.0.165 () {34 vars in 671 bytes} [Tue May 26 22:21:20 2026] POST /v2.0/networks => generated 746 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1612] 10.0.0.165 () {32 vars in 727 bytes} [Tue May 26 22:21:21 2026] GET /v2.0/ports/abccf31c-ded0-4ef6-a3f2-b36117948e9c/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 704/1613] 10.0.0.165 () {34 vars in 754 bytes} [Tue May 26 22:21:21 2026] PUT /v2.0/ports/abccf31c-ded0-4ef6-a3f2-b36117948e9c/tags/red => generated 4 bytes in 70 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: 705/1614] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:21 2026] GET /v2.0/ports?device_id=24f3129c-76d1-45ab-a89f-b30722830e66 => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1615] 10.0.0.165 () {32 vars in 727 bytes} [Tue May 26 22:21:21 2026] GET /v2.0/ports/abccf31c-ded0-4ef6-a3f2-b36117948e9c/tags => generated 34 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: 8|app: 0|req: 910/1616] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:21:21 2026] POST /v2.0/subnets => generated 693 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1617] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:21:21 2026] GET /v2.0/security-groups?id=76cb56f7-9073-4189-bcfb-5c5dcd640495&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:21:21.298 7 INFO neutron.db.segments_db [None req-8ef6d799-5f13-4d0f-b9c7-22b4f24470ae 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment 45f44ffd-b7df-4cb1-8dea-bc518cfa95f5 of type vxlan for network 676edc8a-ccbf-42dc-bf24-211aa3929b9b [pid: 8|app: 0|req: 911/1618] 10.0.0.165 () {34 vars in 776 bytes} [Tue May 26 22:21:21 2026] PUT /v2.0/ports/abccf31c-ded0-4ef6-a3f2-b36117948e9c/tags/black.or.white => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 912/1619] 10.0.0.165 () {32 vars in 727 bytes} [Tue May 26 22:21:21 2026] GET /v2.0/ports/abccf31c-ded0-4ef6-a3f2-b36117948e9c/tags => generated 52 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 913/1620] 10.0.0.165 () {34 vars in 747 bytes} [Tue May 26 22:21:21 2026] PUT /v2.0/ports/abccf31c-ded0-4ef6-a3f2-b36117948e9c/tags => generated 37 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, ' 2026-05-26 22:21:21.518 7 INFO neutron.db.l3_hamode_db [None req-8ef6d799-5f13-4d0f-b9c7-22b4f24470ae 1e0d3a72a14c45ee8a53a03bd4b1706a 185ef4e20c824b8e9d7b98ebe67c68c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 914/1621] 10.0.0.165 () {32 vars in 727 bytes} [Tue May 26 22:21:21 2026] GET /v2.0/ports/abccf31c-ded0-4ef6-a3f2-b36117948e9c/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 915/1622] 10.0.0.165 () {32 vars in 735 bytes} [Tue May 26 22:21:21 2026] GET /v2.0/ports/abccf31c-ded0-4ef6-a3f2-b36117948e9c/tags/red => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 22:21:21.640 8 INFO neutron.api.v2.resource [None req-841cb026-7608-4aa5-a05f-4569a3d2ce2d 87817bddec1b41e6a88120e4e6628fed 048b605021254f8b9543f87afcfdf88b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 916/1623] 10.0.0.165 () {32 vars in 739 bytes} [Tue May 26 22:21:21 2026] GET /v2.0/ports/abccf31c-ded0-4ef6-a3f2-b36117948e9c/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: 917/1624] 10.0.0.165 () {32 vars in 738 bytes} [Tue May 26 22:21:21 2026] DELETE /v2.0/ports/abccf31c-ded0-4ef6-a3f2-b36117948e9c/tags/red => 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: 918/1625] 10.0.0.165 () {32 vars in 727 bytes} [Tue May 26 22:21:21 2026] GET /v2.0/ports/abccf31c-ded0-4ef6-a3f2-b36117948e9c/tags => generated 30 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 22:21:21.855 8 INFO neutron.api.v2.resource [None req-03710f78-db73-4a1f-b72a-c6084f87cbe1 87817bddec1b41e6a88120e4e6628fed 048b605021254f8b9543f87afcfdf88b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 919/1626] 10.0.0.165 () {32 vars in 742 bytes} [Tue May 26 22:21:21 2026] DELETE /v2.0/ports/abccf31c-ded0-4ef6-a3f2-b36117948e9c/tags/green => generated 99 bytes in 80 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: 920/1627] 10.0.0.165 () {32 vars in 730 bytes} [Tue May 26 22:21:21 2026] DELETE /v2.0/ports/abccf31c-ded0-4ef6-a3f2-b36117948e9c/tags => generated 0 bytes in 68 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: 921/1628] 10.0.0.165 () {32 vars in 727 bytes} [Tue May 26 22:21:21 2026] GET /v2.0/ports/abccf31c-ded0-4ef6-a3f2-b36117948e9c/tags => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 22:21:22.094 8 INFO neutron_taas.services.taas.taas_plugin [None req-06e0cffb-d2a2-46f9-af8a-41fc9d10cb18 87817bddec1b41e6a88120e4e6628fed 048b605021254f8b9543f87afcfdf88b - - default default] TaaS: Handle Delete Port: abccf31c-ded0-4ef6-a3f2-b36117948e9c 2026-05-26 22:21:22.100 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06e0cffb-d2a2-46f9-af8a-41fc9d10cb18 87817bddec1b41e6a88120e4e6628fed 048b605021254f8b9543f87afcfdf88b - - default default] Tap Mirror: Handle Delete Port: abccf31c-ded0-4ef6-a3f2-b36117948e9c [pid: 8|app: 0|req: 922/1629] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:21:21 2026] DELETE /v2.0/ports/abccf31c-ded0-4ef6-a3f2-b36117948e9c => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:22.221 7 INFO neutron.db.l3_hamode_db [None req-8ef6d799-5f13-4d0f-b9c7-22b4f24470ae 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:21:22.294 8 INFO neutron.services.segments.plugin [-] Segment 83f925d5-4df3-4bc7-be61-6b03cef2f6af resource provider aggregate not found [pid: 8|app: 0|req: 923/1630] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:21:22 2026] DELETE /v2.0/networks/58a46fdc-cc36-48cc-9b14-4a88c076a45d => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:22.317 8 INFO neutron.services.segments.plugin [-] Segment 83f925d5-4df3-4bc7-be61-6b03cef2f6af resource provider aggregate not found 2026-05-26 22:21:22.318 8 INFO neutron.services.segments.plugin [-] Segment 83f925d5-4df3-4bc7-be61-6b03cef2f6af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83f925d5-4df3-4bc7-be61-6b03cef2f6af found for delete ", "request_id": "req-fbd039ab-1df4-4d67-89ed-18edcc933841"}]} 2026-05-26 22:21:22.342 8 INFO neutron.services.segments.plugin [-] Segment 83f925d5-4df3-4bc7-be61-6b03cef2f6af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83f925d5-4df3-4bc7-be61-6b03cef2f6af found for delete ", "request_id": "req-e27b33cb-56db-438a-88dd-644edb4cc6ca"}]} [pid: 8|app: 0|req: 924/1631] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:22 2026] GET /v2.0/ports?device_id=24f3129c-76d1-45ab-a89f-b30722830e66 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1632] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:21:22 2026] GET /v2.0/security-groups?id=76cb56f7-9073-4189-bcfb-5c5dcd640495&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1633] 10.0.0.235 () {30 vars in 650 bytes} [Tue May 26 22:21:23 2026] GET /v2.0/extensions => generated 21537 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1634] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:23 2026] GET /v2.0/security-groups?tenant_id=048b605021254f8b9543f87afcfdf88b&name=default => generated 2925 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1635] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:21:21 2026] POST /v2.0/routers => generated 733 bytes in 2012 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1636] 10.0.0.235 () {30 vars in 724 bytes} [Tue May 26 22:21:23 2026] GET /v2.0/quotas/cbd5f08b50fd4f24aa16f88e5812ddbb/details => generated 847 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1637] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:23 2026] DELETE /v2.0/security-groups/65e16720-acc0-4aa4-901c-383fcf005c8f => 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: 710/1638] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:23 2026] GET /v2.0/security-groups?tenant_id=729365f6127e4e308508162416dc5775&name=default => generated 2925 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1639] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:23 2026] DELETE /v2.0/security-groups/94edfc56-0af8-4282-a347-3310be962094 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1640] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:23 2026] GET /v2.0/ports?device_id=24f3129c-76d1-45ab-a89f-b30722830e66 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1641] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:21:23 2026] GET /v2.0/security-groups?id=76cb56f7-9073-4189-bcfb-5c5dcd640495&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1642] 10.0.0.165 () {34 vars in 783 bytes} [Tue May 26 22:21:23 2026] PUT /v2.0/routers/f12101ef-66c8-4da0-aea5-811d63beac8a/add_router_interface => generated 309 bytes in 1197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1643] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:25 2026] GET /v2.0/ports?device_id=24f3129c-76d1-45ab-a89f-b30722830e66 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1644] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:21:25 2026] GET /v2.0/security-groups?id=76cb56f7-9073-4189-bcfb-5c5dcd640495&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1645] 199.204.45.129 () {34 vars in 994 bytes} [Tue May 26 22:21:25 2026] GET /v2.0/ports?device_id=24f3129c-76d1-45ab-a89f-b30722830e66 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:25.347 8 INFO neutron_taas.services.taas.taas_plugin [req-23724507-c886-458c-b924-23ab8b763285 req-744a36ca-7be9-4b1c-aba9-7654cd4eb931 e359bf9d0a134b17862cb8c1acdba8a0 f3229f50e74f4c36beefcd56905d4663 - - default default] TaaS: Handle Delete Port: 69ca6c0f-1fe7-4bb8-8372-6a58cb225ed0 2026-05-26 22:21:25.350 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-23724507-c886-458c-b924-23ab8b763285 req-744a36ca-7be9-4b1c-aba9-7654cd4eb931 e359bf9d0a134b17862cb8c1acdba8a0 f3229f50e74f4c36beefcd56905d4663 - - default default] Tap Mirror: Handle Delete Port: 69ca6c0f-1fe7-4bb8-8372-6a58cb225ed0 [pid: 7|app: 0|req: 716/1646] 10.0.0.235 () {30 vars in 650 bytes} [Tue May 26 22:21:25 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1647] 10.0.0.235 () {30 vars in 724 bytes} [Tue May 26 22:21:25 2026] GET /v2.0/quotas/cbd5f08b50fd4f24aa16f88e5812ddbb/details => generated 847 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1648] 199.204.45.129 () {36 vars in 997 bytes} [Tue May 26 22:21:25 2026] DELETE /v2.0/ports/69ca6c0f-1fe7-4bb8-8372-6a58cb225ed0 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:25.536 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-af776c14-9431-4bb3-92df-33833b13f72d'] response: {'server_uuid': '24f3129c-76d1-45ab-a89f-b30722830e66', 'name': 'network-vif-deleted', 'tag': '69ca6c0f-1fe7-4bb8-8372-6a58cb225ed0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 718/1649] 10.0.0.147 () {34 vars in 982 bytes} [Tue May 26 22:21:25 2026] GET /v2.0/networks?id=72d7f748-9c24-4a51-b0c7-c7a2a31b45b9 => generated 678 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1650] 10.0.0.147 () {34 vars in 965 bytes} [Tue May 26 22:21:25 2026] GET /v2.0/quotas/185ef4e20c824b8e9d7b98ebe67c68c1 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1651] 10.0.0.147 () {34 vars in 1002 bytes} [Tue May 26 22:21:25 2026] GET /v2.0/ports?tenant_id=185ef4e20c824b8e9d7b98ebe67c68c1&fields=id => generated 103 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1652] 10.0.0.147 () {34 vars in 1008 bytes} [Tue May 26 22:21:25 2026] GET /v2.0/networks/72d7f748-9c24-4a51-b0c7-c7a2a31b45b9?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: 720/1653] 10.0.0.147 () {34 vars in 1108 bytes} [Tue May 26 22:21:25 2026] GET /v2.0/networks/72d7f748-9c24-4a51-b0c7-c7a2a31b45b9?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: 934/1654] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:25 2026] GET /v2.0/ports?device_id=58baabde-a2c5-49e9-ac2e-9a3f75d29718 => 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: 721/1655] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:26 2026] GET /v2.0/ports?device_id=24f3129c-76d1-45ab-a89f-b30722830e66 => 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: 722/1656] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:27 2026] GET /v2.0/ports?device_id=58baabde-a2c5-49e9-ac2e-9a3f75d29718 => 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: 935/1657] 10.0.0.165 () {34 vars in 678 bytes} [Tue May 26 22:21:26 2026] POST /v2.0/qos/policies => generated 359 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1658] 10.0.0.165 () {34 vars in 753 bytes} [Tue May 26 22:21:27 2026] PUT /v2.0/policies/4c34a1ae-c30c-4b70-acb4-80620eb9a181/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1659] 10.0.0.165 () {32 vars in 733 bytes} [Tue May 26 22:21:27 2026] GET /v2.0/policies/4c34a1ae-c30c-4b70-acb4-80620eb9a181/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1660] 10.0.0.165 () {34 vars in 764 bytes} [Tue May 26 22:21:27 2026] PUT /v2.0/policies/4c34a1ae-c30c-4b70-acb4-80620eb9a181/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1661] 10.0.0.165 () {32 vars in 733 bytes} [Tue May 26 22:21:27 2026] GET /v2.0/policies/4c34a1ae-c30c-4b70-acb4-80620eb9a181/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1662] 10.0.0.165 () {34 vars in 760 bytes} [Tue May 26 22:21:27 2026] PUT /v2.0/policies/4c34a1ae-c30c-4b70-acb4-80620eb9a181/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1663] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:27 2026] GET /v2.0/ports?device_id=24f3129c-76d1-45ab-a89f-b30722830e66 => 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: 726/1664] 10.0.0.165 () {32 vars in 733 bytes} [Tue May 26 22:21:27 2026] GET /v2.0/policies/4c34a1ae-c30c-4b70-acb4-80620eb9a181/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1665] 10.0.0.165 () {34 vars in 782 bytes} [Tue May 26 22:21:27 2026] PUT /v2.0/policies/4c34a1ae-c30c-4b70-acb4-80620eb9a181/tags/black.or.white => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1666] 10.0.0.165 () {32 vars in 733 bytes} [Tue May 26 22:21:27 2026] GET /v2.0/policies/4c34a1ae-c30c-4b70-acb4-80620eb9a181/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1667] 10.0.0.165 () {34 vars in 753 bytes} [Tue May 26 22:21:27 2026] PUT /v2.0/policies/4c34a1ae-c30c-4b70-acb4-80620eb9a181/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1668] 10.0.0.165 () {32 vars in 733 bytes} [Tue May 26 22:21:27 2026] GET /v2.0/policies/4c34a1ae-c30c-4b70-acb4-80620eb9a181/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1669] 10.0.0.165 () {32 vars in 741 bytes} [Tue May 26 22:21:27 2026] GET /v2.0/policies/4c34a1ae-c30c-4b70-acb4-80620eb9a181/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:21:27.695 8 INFO neutron.api.v2.resource [None req-f41e393a-abb0-4d57-91cf-731f6971203a db175289e5c5413ca91a0f8e2ac82507 0a17ef83b4554acb97762cbdd94fd865 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 943/1670] 10.0.0.165 () {32 vars in 745 bytes} [Tue May 26 22:21:27 2026] GET /v2.0/policies/4c34a1ae-c30c-4b70-acb4-80620eb9a181/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1671] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:27 2026] GET /v2.0/security-groups?tenant_id=cbd5f08b50fd4f24aa16f88e5812ddbb&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1672] 10.0.0.165 () {32 vars in 744 bytes} [Tue May 26 22:21:27 2026] DELETE /v2.0/policies/4c34a1ae-c30c-4b70-acb4-80620eb9a181/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: 945/1673] 10.0.0.165 () {32 vars in 733 bytes} [Tue May 26 22:21:27 2026] GET /v2.0/policies/4c34a1ae-c30c-4b70-acb4-80620eb9a181/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:21:27.855 8 INFO neutron.api.v2.resource [None req-a873577d-9bda-4776-9dd6-5563ceaf7f0f db175289e5c5413ca91a0f8e2ac82507 0a17ef83b4554acb97762cbdd94fd865 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 946/1674] 10.0.0.165 () {32 vars in 748 bytes} [Tue May 26 22:21:27 2026] DELETE /v2.0/policies/4c34a1ae-c30c-4b70-acb4-80620eb9a181/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1675] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:27 2026] DELETE /v2.0/security-groups/eee29781-4037-45cf-8132-65bff28f3686 => 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: 947/1676] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:21:27 2026] DELETE /v2.0/policies/4c34a1ae-c30c-4b70-acb4-80620eb9a181/tags => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1677] 10.0.0.165 () {32 vars in 733 bytes} [Tue May 26 22:21:27 2026] GET /v2.0/policies/4c34a1ae-c30c-4b70-acb4-80620eb9a181/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1678] 10.0.0.165 () {32 vars in 734 bytes} [Tue May 26 22:21:27 2026] DELETE /v2.0/qos/policies/4c34a1ae-c30c-4b70-acb4-80620eb9a181 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1679] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:28 2026] GET /v2.0/ports?device_id=58baabde-a2c5-49e9-ac2e-9a3f75d29718 => 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: 949/1680] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:28 2026] GET /v2.0/ports?device_id=24f3129c-76d1-45ab-a89f-b30722830e66 => 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: 732/1681] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:28 2026] GET /v2.0/security-groups?tenant_id=ff8c8f771eba4ec98629f2ea4f8bfbc4&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1682] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:28 2026] DELETE /v2.0/security-groups/77fa8455-767c-462d-9f70-e22921962ef3 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1683] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:29 2026] GET /v2.0/ports?device_id=58baabde-a2c5-49e9-ac2e-9a3f75d29718 => 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: 733/1684] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:29 2026] GET /v2.0/security-groups?tenant_id=0a17ef83b4554acb97762cbdd94fd865&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: 952/1685] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:29 2026] DELETE /v2.0/security-groups/7ca40338-6cd0-4c29-b266-ba29d29ab635 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:21:30.065 7 INFO neutron.db.segments_db [None req-47989c34-ce9e-4255-ab1e-60b6866dce70 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment 035280f9-4f4b-42c0-9fe9-febb44a7d654 of type vxlan for network 55c21353-ea22-4d53-9397-06dbecc2bbdc [pid: 7|app: 0|req: 734/1686] 10.0.0.165 () {34 vars in 671 bytes} [Tue May 26 22:21:29 2026] POST /v2.0/networks => generated 741 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1687] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:30 2026] GET /v2.0/ports?device_id=58baabde-a2c5-49e9-ac2e-9a3f75d29718 => 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: 953/1688] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:21:30 2026] POST /v2.0/subnets => generated 688 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:30.408 7 INFO neutron.db.segments_db [None req-17deebe1-57cc-460c-bfa1-04fda7e172ca 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment dec838fd-48a5-4925-aab2-c021b51bf560 of type vxlan for network 7b038bad-3880-4cf9-80a9-5a61df5a9a9c 2026-05-26 22:21:30.666 7 INFO neutron.db.l3_hamode_db [None req-17deebe1-57cc-460c-bfa1-04fda7e172ca 1e0d3a72a14c45ee8a53a03bd4b1706a eba4bf8d3dae4bf98ea9e8ed9a3b3708 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 954/1689] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:21:30 2026] GET /v2.0/networks?id=72d7f748-9c24-4a51-b0c7-c7a2a31b45b9 => generated 678 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:31.211 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0a4861e-0efc-4a45-b570-199c300a6fe6 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 1efbd9ec-6902-42da-94c0-fdb883b52f6b 2026-05-26 22:21:31.214 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0a4861e-0efc-4a45-b570-199c300a6fe6 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 1efbd9ec-6902-42da-94c0-fdb883b52f6b 2026-05-26 22:21:31.478 7 INFO neutron.db.l3_hamode_db [None req-17deebe1-57cc-460c-bfa1-04fda7e172ca 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 955/1690] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:21:30 2026] PUT /v2.0/routers/0a7aa857-fce5-4be8-8b2a-5b8df9c3f6a7/remove_router_interface => generated 309 bytes in 968 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1691] 199.204.45.129 () {38 vars in 955 bytes} [Tue May 26 22:21:31 2026] POST /v2.0/ports => generated 954 bytes in 397 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: 957/1692] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:32 2026] GET /v2.0/ports?device_id=58baabde-a2c5-49e9-ac2e-9a3f75d29718 => generated 957 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1693] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:21:30 2026] POST /v2.0/routers => generated 728 bytes in 1976 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:32.385 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2fbb7f8-785e-46bc-900a-5007a982145b 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 5f4b00d1-bcbc-44f9-a15f-1ae0136dec9d 2026-05-26 22:21:32.389 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2fbb7f8-785e-46bc-900a-5007a982145b 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 5f4b00d1-bcbc-44f9-a15f-1ae0136dec9d [pid: 7|app: 0|req: 737/1694] 199.204.45.129 () {38 vars in 1028 bytes} [Tue May 26 22:21:32 2026] PUT /v2.0/ports/a69aeaeb-7959-4dba-a849-69fed1684403 => generated 1235 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:32.667 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2fbb7f8-785e-46bc-900a-5007a982145b 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 2f0db699-7ff9-48a8-afe6-c0d99365fa56 2026-05-26 22:21:32.669 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2fbb7f8-785e-46bc-900a-5007a982145b 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 2f0db699-7ff9-48a8-afe6-c0d99365fa56 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 738/1695] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:21:32 2026] GET /v2.0/security-groups?id=7770efd4-dba2-41db-851c-5dd2f868215a&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:21:32.695 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6aab1f2b-71fd-4923-8d0d-9fe2f0d353c7'] response: {'name': 'network-changed', 'server_uuid': '58baabde-a2c5-49e9-ac2e-9a3f75d29718', 'tag': 'a69aeaeb-7959-4dba-a849-69fed1684403', 'status': 'completed', 'code': 200} 2026-05-26 22:21:33.043 8 INFO neutron.services.segments.plugin [-] Segment 4bb4c67b-0258-47c9-84b7-b029068e23a7 resource provider aggregate not found 2026-05-26 22:21:33.045 8 INFO neutron.services.segments.plugin [-] Segment 4bb4c67b-0258-47c9-84b7-b029068e23a7 resource provider aggregate not found 2026-05-26 22:21:33.063 8 INFO neutron.services.segments.plugin [-] Segment 4bb4c67b-0258-47c9-84b7-b029068e23a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bb4c67b-0258-47c9-84b7-b029068e23a7 found for delete ", "request_id": "req-8f619b71-c86a-42c4-b352-5ea4103c74d9"}]} 2026-05-26 22:21:33.066 8 INFO neutron.services.segments.plugin [-] Segment 4bb4c67b-0258-47c9-84b7-b029068e23a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bb4c67b-0258-47c9-84b7-b029068e23a7 found for delete ", "request_id": "req-5b5f9335-9341-4cca-bbf2-3ab7dc087883"}]} 2026-05-26 22:21:33.080 8 INFO neutron.db.l3_hamode_db [None req-f2fbb7f8-785e-46bc-900a-5007a982145b 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] HA network e9378a7d-ae68-45dc-bca2-062bbb0c479a was deleted as no HA routers are present in tenant f3229f50e74f4c36beefcd56905d4663. [pid: 8|app: 0|req: 958/1696] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:21:32 2026] DELETE /v2.0/routers/0a7aa857-fce5-4be8-8b2a-5b8df9c3f6a7 => generated 0 bytes in 889 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:21:33.226 8 INFO neutron.db.segments_db [None req-77bd1928-0cfc-4472-8c56-d48929ff3e34 0b4e95e08cde4900986255dee85141ff 8086c04b94ca4dca9c4e302b9bb7bc22 - - default default] Added segment a0b3c8b9-bf9c-4d41-b603-27f7ddf27d31 of type vxlan for network 794c4f5e-1689-4873-ab8e-69470524a082 2026-05-26 22:21:33.471 8 INFO neutron.db.l3_hamode_db [None req-77bd1928-0cfc-4472-8c56-d48929ff3e34 0b4e95e08cde4900986255dee85141ff 8086c04b94ca4dca9c4e302b9bb7bc22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:21:33.571 8 INFO neutron.db.l3_hamode_db [None req-77bd1928-0cfc-4472-8c56-d48929ff3e34 0b4e95e08cde4900986255dee85141ff 8086c04b94ca4dca9c4e302b9bb7bc22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 739/1697] 10.0.0.165 () {34 vars in 783 bytes} [Tue May 26 22:21:32 2026] PUT /v2.0/routers/510340ca-b3e8-42c8-b242-351c1715dbeb/add_router_interface => generated 309 bytes in 905 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1698] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:21:33 2026] DELETE /v2.0/subnets/8b181af0-7aac-4302-90bd-79731152f749 => 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: 741/1699] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:21:33 2026] GET /v2.0/ports?tenant_id=185ef4e20c824b8e9d7b98ebe67c68c1&device_id=58baabde-a2c5-49e9-ac2e-9a3f75d29718 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:33.865 7 INFO neutron_taas.services.taas.taas_plugin [None req-be2ec199-725e-4c1f-8942-417f5ee04f2f 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 6af72e07-bfb9-4d2d-973b-348e7131191b 2026-05-26 22:21:33.868 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be2ec199-725e-4c1f-8942-417f5ee04f2f 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 6af72e07-bfb9-4d2d-973b-348e7131191b 2026-05-26 22:21:34.080 7 INFO neutron.services.segments.plugin [-] Segment 728f7c9d-6c52-46fb-a692-e0fca78948f7 resource provider aggregate not found 2026-05-26 22:21:34.092 7 INFO neutron.services.segments.plugin [-] Segment 728f7c9d-6c52-46fb-a692-e0fca78948f7 resource provider aggregate not found 2026-05-26 22:21:34.103 7 INFO neutron.services.segments.plugin [-] Segment 728f7c9d-6c52-46fb-a692-e0fca78948f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 728f7c9d-6c52-46fb-a692-e0fca78948f7 found for delete ", "request_id": "req-b3106a98-f451-4781-a34d-511456e8c895"}]} 2026-05-26 22:21:34.116 7 INFO neutron.services.segments.plugin [-] Segment 728f7c9d-6c52-46fb-a692-e0fca78948f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 728f7c9d-6c52-46fb-a692-e0fca78948f7 found for delete ", "request_id": "req-748ebf81-ccd8-4105-bdcb-4c3bcb679992"}]} [pid: 7|app: 0|req: 742/1700] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:21:33 2026] DELETE /v2.0/networks/aee46499-030c-4c2d-a8af-92ce1af900a8 => generated 0 bytes in 358 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1701] 10.0.0.165 () {34 vars in 668 bytes} [Tue May 26 22:21:33 2026] POST /v2.0/routers => generated 474 bytes in 1113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1702] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:34 2026] GET /v2.0/ports?device_id=58baabde-a2c5-49e9-ac2e-9a3f75d29718 => generated 969 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1705] 199.204.45.129 () {34 vars in 1018 bytes} [Tue May 26 22:21:34 2026] GET /v2.0/networks?tenant_id=185ef4e20c824b8e9d7b98ebe67c68c1&shared=False => generated 774 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1706] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:21:34 2026] GET /v2.0/security-groups?id=7770efd4-dba2-41db-851c-5dd2f868215a&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: 962/1707] 199.204.45.129 () {34 vars in 930 bytes} [Tue May 26 22:21:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1708] 10.0.0.165 () {34 vars in 751 bytes} [Tue May 26 22:21:34 2026] PUT /v2.0/routers/a9948edc-33fd-4275-a70b-78c3254b4389/tags => generated 25 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1709] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:34 2026] GET /v2.0/security-groups?tenant_id=f3229f50e74f4c36beefcd56905d4663&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1710] 10.0.0.165 () {32 vars in 731 bytes} [Tue May 26 22:21:34 2026] GET /v2.0/routers/a9948edc-33fd-4275-a70b-78c3254b4389/tags => generated 25 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1711] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:34 2026] DELETE /v2.0/security-groups/76cb56f7-9073-4189-bcfb-5c5dcd640495 => 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: 748/1712] 10.0.0.165 () {34 vars in 762 bytes} [Tue May 26 22:21:34 2026] PUT /v2.0/routers/a9948edc-33fd-4275-a70b-78c3254b4389/tags/green => generated 4 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1713] 10.0.0.165 () {32 vars in 731 bytes} [Tue May 26 22:21:34 2026] GET /v2.0/routers/a9948edc-33fd-4275-a70b-78c3254b4389/tags => generated 34 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1714] 10.0.0.165 () {34 vars in 758 bytes} [Tue May 26 22:21:34 2026] PUT /v2.0/routers/a9948edc-33fd-4275-a70b-78c3254b4389/tags/red => generated 4 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1715] 10.0.0.165 () {32 vars in 731 bytes} [Tue May 26 22:21:34 2026] GET /v2.0/routers/a9948edc-33fd-4275-a70b-78c3254b4389/tags => generated 34 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:21:34.946 7 INFO neutron.db.segments_db [None req-08a971d2-c2d4-4746-9a36-5944ef0c2b9c 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment 37d2fcf8-8100-46ac-93dd-26c881591d19 of type vxlan for network 62608246-45fe-482e-91a8-3e9a6ae7b44f [pid: 7|app: 0|req: 750/1716] 10.0.0.165 () {34 vars in 671 bytes} [Tue May 26 22:21:34 2026] POST /v2.0/networks => generated 741 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1717] 10.0.0.165 () {34 vars in 780 bytes} [Tue May 26 22:21:34 2026] PUT /v2.0/routers/a9948edc-33fd-4275-a70b-78c3254b4389/tags/black.or.white => generated 4 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1718] 10.0.0.165 () {32 vars in 731 bytes} [Tue May 26 22:21:35 2026] GET /v2.0/routers/a9948edc-33fd-4275-a70b-78c3254b4389/tags => generated 52 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1719] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:21:35 2026] POST /v2.0/subnets => generated 688 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1720] 10.0.0.165 () {34 vars in 751 bytes} [Tue May 26 22:21:35 2026] PUT /v2.0/routers/a9948edc-33fd-4275-a70b-78c3254b4389/tags => generated 37 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:21:35.306 8 INFO neutron.db.segments_db [None req-c50b3cb3-5c11-4931-977c-3acd1d157777 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Added segment c92e4ddc-34ed-47f4-9302-a6f8bb7cb7f1 of type vxlan for network 0d7a8aa4-77e5-42b6-a3bc-e6be7f8ac2b2 [pid: 7|app: 0|req: 753/1721] 10.0.0.165 () {32 vars in 731 bytes} [Tue May 26 22:21:35 2026] GET /v2.0/routers/a9948edc-33fd-4275-a70b-78c3254b4389/tags => generated 37 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1722] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:21:35 2026] GET /v2.0/ports?tenant_id=185ef4e20c824b8e9d7b98ebe67c68c1&device_id=58baabde-a2c5-49e9-ac2e-9a3f75d29718 => 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: 755/1723] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:35 2026] GET /v2.0/ports?device_id=58baabde-a2c5-49e9-ac2e-9a3f75d29718 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:35.526 8 INFO neutron.db.l3_hamode_db [None req-c50b3cb3-5c11-4931-977c-3acd1d157777 1e0d3a72a14c45ee8a53a03bd4b1706a 6fecf982670240f4bca7788e6a71eb3d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 756/1724] 10.0.0.165 () {32 vars in 739 bytes} [Tue May 26 22:21:35 2026] GET /v2.0/routers/a9948edc-33fd-4275-a70b-78c3254b4389/tags/red => 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: 757/1725] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:21:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=a69aeaeb-7959-4dba-a849-69fed1684403 => 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: 758/1726] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:21:35 2026] GET /v2.0/security-groups?id=7770efd4-dba2-41db-851c-5dd2f868215a&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:21:35.668 7 INFO neutron.api.v2.resource [None req-a1f2cfc2-3dfb-4db4-9aba-6b71d4dc44e3 0b4e95e08cde4900986255dee85141ff 8086c04b94ca4dca9c4e302b9bb7bc22 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 759/1727] 10.0.0.165 () {32 vars in 743 bytes} [Tue May 26 22:21:35 2026] GET /v2.0/routers/a9948edc-33fd-4275-a70b-78c3254b4389/tags/green => generated 99 bytes in 78 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1728] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:21:35 2026] GET /v2.0/subnets?id=f372e868-1603-4755-aeda-2a9a6f2e8492 => generated 696 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1729] 10.0.0.165 () {32 vars in 742 bytes} [Tue May 26 22:21:35 2026] DELETE /v2.0/routers/a9948edc-33fd-4275-a70b-78c3254b4389/tags/red => 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: 762/1730] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:21:35 2026] GET /v2.0/ports?network_id=72d7f748-9c24-4a51-b0c7-c7a2a31b45b9&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: 763/1731] 10.0.0.165 () {32 vars in 731 bytes} [Tue May 26 22:21:35 2026] GET /v2.0/routers/a9948edc-33fd-4275-a70b-78c3254b4389/tags => generated 30 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1732] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:21:35 2026] GET /v2.0/networks/72d7f748-9c24-4a51-b0c7-c7a2a31b45b9?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:21:36.033 7 INFO neutron.api.v2.resource [None req-09c6045f-0bf8-4595-a798-32864864a1d5 0b4e95e08cde4900986255dee85141ff 8086c04b94ca4dca9c4e302b9bb7bc22 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 765/1733] 10.0.0.165 () {32 vars in 746 bytes} [Tue May 26 22:21:35 2026] DELETE /v2.0/routers/a9948edc-33fd-4275-a70b-78c3254b4389/tags/green => generated 99 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1734] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:21:36 2026] GET /v2.0/networks/72d7f748-9c24-4a51-b0c7-c7a2a31b45b9?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: 767/1735] 10.0.0.165 () {32 vars in 734 bytes} [Tue May 26 22:21:36 2026] DELETE /v2.0/routers/a9948edc-33fd-4275-a70b-78c3254b4389/tags => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:21:36.280 8 INFO neutron.db.l3_hamode_db [None req-c50b3cb3-5c11-4931-977c-3acd1d157777 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 768/1736] 10.0.0.165 () {32 vars in 731 bytes} [Tue May 26 22:21:36 2026] GET /v2.0/routers/a9948edc-33fd-4275-a70b-78c3254b4389/tags => generated 12 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1737] 10.0.0.165 () {32 vars in 721 bytes} [Tue May 26 22:21:36 2026] GET /v2.0/routers/a9948edc-33fd-4275-a70b-78c3254b4389 => generated 480 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1738] 10.0.0.165 () {34 vars in 742 bytes} [Tue May 26 22:21:36 2026] PUT /v2.0/routers/a9948edc-33fd-4275-a70b-78c3254b4389 => generated 480 bytes in 534 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1739] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:36 2026] GET /v2.0/ports?device_id=58baabde-a2c5-49e9-ac2e-9a3f75d29718 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1740] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:21:36 2026] GET /v2.0/ports?device_id=a9948edc-33fd-4275-a70b-78c3254b4389 => 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: 773/1741] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:21:36 2026] GET /v2.0/security-groups?id=7770efd4-dba2-41db-851c-5dd2f868215a&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: 969/1742] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:21:35 2026] POST /v2.0/routers => generated 728 bytes in 1846 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:37.215 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d39f009-d14a-406a-998f-b128438b6237 0b4e95e08cde4900986255dee85141ff 8086c04b94ca4dca9c4e302b9bb7bc22 - - default default] TaaS: Handle Delete Port: 8e6dddc5-99cd-496c-849f-37321a69baec 2026-05-26 22:21:37.217 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d39f009-d14a-406a-998f-b128438b6237 0b4e95e08cde4900986255dee85141ff 8086c04b94ca4dca9c4e302b9bb7bc22 - - default default] Tap Mirror: Handle Delete Port: 8e6dddc5-99cd-496c-849f-37321a69baec 2026-05-26 22:21:37.575 7 INFO neutron.services.segments.plugin [-] Segment a0b3c8b9-bf9c-4d41-b603-27f7ddf27d31 resource provider aggregate not found 2026-05-26 22:21:37.579 7 INFO neutron.services.segments.plugin [-] Segment a0b3c8b9-bf9c-4d41-b603-27f7ddf27d31 resource provider aggregate not found 2026-05-26 22:21:37.601 7 INFO neutron.services.segments.plugin [-] Segment a0b3c8b9-bf9c-4d41-b603-27f7ddf27d31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0b3c8b9-bf9c-4d41-b603-27f7ddf27d31 found for delete ", "request_id": "req-1f66373e-e20d-4117-903c-1f883bffecf1"}]} 2026-05-26 22:21:37.604 7 INFO neutron.services.segments.plugin [-] Segment a0b3c8b9-bf9c-4d41-b603-27f7ddf27d31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0b3c8b9-bf9c-4d41-b603-27f7ddf27d31 found for delete ", "request_id": "req-15e72fde-4003-4438-9062-97afd61c32eb"}]} 2026-05-26 22:21:37.604 7 INFO neutron.db.l3_hamode_db [None req-0d39f009-d14a-406a-998f-b128438b6237 0b4e95e08cde4900986255dee85141ff 8086c04b94ca4dca9c4e302b9bb7bc22 - - default default] HA network 794c4f5e-1689-4873-ab8e-69470524a082 was deleted as no HA routers are present in tenant 8086c04b94ca4dca9c4e302b9bb7bc22. [pid: 7|app: 0|req: 774/1743] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:21:37 2026] DELETE /v2.0/routers/a9948edc-33fd-4275-a70b-78c3254b4389 => generated 0 bytes in 588 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1744] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:38 2026] GET /v2.0/ports?device_id=58baabde-a2c5-49e9-ac2e-9a3f75d29718 => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1745] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:21:38 2026] GET /v2.0/security-groups?id=7770efd4-dba2-41db-851c-5dd2f868215a&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1746] 10.0.0.165 () {34 vars in 783 bytes} [Tue May 26 22:21:37 2026] PUT /v2.0/routers/fa48526e-b068-4fac-a131-5ec0674ef4d0/add_router_interface => generated 309 bytes in 1270 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1747] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:38 2026] GET /v2.0/security-groups?tenant_id=8086c04b94ca4dca9c4e302b9bb7bc22&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1748] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:38 2026] DELETE /v2.0/security-groups/8ffde4e9-9679-4777-9f09-9ccbf5fc919e => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1749] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:38 2026] GET /v2.0/security-groups?tenant_id=77ad86f014034240bb860b46b2f99a9d&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1750] 10.0.0.165 () {34 vars in 685 bytes} [Tue May 26 22:21:38 2026] POST /v2.0/security-groups => generated 1675 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1751] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:39 2026] DELETE /v2.0/security-groups/57269a7a-3bdc-42c2-abe7-65ddf5b8c84a => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1752] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:21:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1753] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:39 2026] GET /v2.0/ports?device_id=58baabde-a2c5-49e9-ac2e-9a3f75d29718 => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1754] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:21:39 2026] POST /v2.0/security-group-rules => generated 596 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1755] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:21:39 2026] GET /v2.0/security-groups?id=7770efd4-dba2-41db-851c-5dd2f868215a&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1756] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:21:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1757] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:21:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:39.700 7 INFO neutron.db.securitygroups_db [None req-47b90890-9c07-4928-a5b6-d85fc0ed73d3 084091e0ee594c72888c81e45c7d14b0 eba4bf8d3dae4bf98ea9e8ed9a3b3708 - - default default] Project eba4bf8d3dae4bf98ea9e8ed9a3b3708 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: 782/1758] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:21:39 2026] POST /v2.0/security-group-rules => generated 607 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:39.836 8 INFO neutron.db.securitygroups_db [None req-370bad8e-5884-4077-a7dc-3a64eced1c5b 084091e0ee594c72888c81e45c7d14b0 eba4bf8d3dae4bf98ea9e8ed9a3b3708 - - default default] Project eba4bf8d3dae4bf98ea9e8ed9a3b3708 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: 977/1759] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:21:39 2026] POST /v2.0/security-group-rules => generated 606 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1760] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:40 2026] GET /v2.0/ports?device_id=58baabde-a2c5-49e9-ac2e-9a3f75d29718 => 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: 783/1761] 10.0.0.165 () {34 vars in 685 bytes} [Tue May 26 22:21:40 2026] POST /v2.0/security-groups => generated 1659 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1762] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:21:40 2026] GET /v2.0/security-groups?id=7770efd4-dba2-41db-851c-5dd2f868215a&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1763] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:21:40 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: 980/1764] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:21:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1765] 10.0.0.165 () {34 vars in 676 bytes} [Tue May 26 22:21:40 2026] POST /v2.0/floatingips => generated 552 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1766] 10.0.0.147 () {34 vars in 1100 bytes} [Tue May 26 22:21:41 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1965217902&fields=id&tenant_id=eba4bf8d3dae4bf98ea9e8ed9a3b3708 => 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: 786/1767] 10.0.0.147 () {34 vars in 1100 bytes} [Tue May 26 22:21:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2110449556&fields=id&tenant_id=eba4bf8d3dae4bf98ea9e8ed9a3b3708 => generated 69 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1768] 10.0.0.147 () {34 vars in 982 bytes} [Tue May 26 22:21:41 2026] GET /v2.0/networks?id=55c21353-ea22-4d53-9397-06dbecc2bbdc => generated 673 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1769] 10.0.0.147 () {34 vars in 965 bytes} [Tue May 26 22:21:41 2026] GET /v2.0/quotas/eba4bf8d3dae4bf98ea9e8ed9a3b3708 => 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: 983/1770] 10.0.0.147 () {34 vars in 1002 bytes} [Tue May 26 22:21:41 2026] GET /v2.0/ports?tenant_id=eba4bf8d3dae4bf98ea9e8ed9a3b3708&fields=id => generated 103 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1771] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:41 2026] GET /v2.0/ports?device_id=58baabde-a2c5-49e9-ac2e-9a3f75d29718 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1772] 10.0.0.147 () {34 vars in 1008 bytes} [Tue May 26 22:21:41 2026] GET /v2.0/networks/55c21353-ea22-4d53-9397-06dbecc2bbdc?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: 789/1773] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:21:41 2026] GET /v2.0/security-groups?id=7770efd4-dba2-41db-851c-5dd2f868215a&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: 985/1774] 10.0.0.147 () {34 vars in 1108 bytes} [Tue May 26 22:21:41 2026] GET /v2.0/networks/55c21353-ea22-4d53-9397-06dbecc2bbdc?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: 790/1775] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:41 2026] GET /v2.0/ports?device_id=1e793029-c09e-485f-922d-02b89e815874 => 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: 986/1776] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:42 2026] GET /v2.0/ports?device_id=58baabde-a2c5-49e9-ac2e-9a3f75d29718 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1777] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:21:42 2026] GET /v2.0/security-groups?id=7770efd4-dba2-41db-851c-5dd2f868215a&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:21:42.839 8 INFO neutron.db.segments_db [None req-12c02379-7140-4711-a710-3a9da39623c6 615f30fc0e374abb96bf01ea750e4113 00879acb60f1418daeb0753a72cbd87e - - default default] Added segment 9b5173ab-6ea0-440b-afbe-0884800f54af of type vxlan for network 1c4da145-40a8-4a96-9561-7aa9af652adb [pid: 8|app: 0|req: 987/1778] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:21:42 2026] POST /v2.0/networks => generated 631 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1779] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:43 2026] GET /v2.0/ports?device_id=1e793029-c09e-485f-922d-02b89e815874 => 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: 792/1780] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:21:42 2026] POST /v2.0/subnets => generated 626 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1781] 10.0.0.165 () {34 vars in 751 bytes} [Tue May 26 22:21:43 2026] PUT /v2.0/subnets/6aea493b-b69b-4d10-8907-6de101ba9664/tags => generated 25 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1782] 10.0.0.165 () {32 vars in 731 bytes} [Tue May 26 22:21:43 2026] GET /v2.0/subnets/6aea493b-b69b-4d10-8907-6de101ba9664/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: 990/1783] 10.0.0.165 () {34 vars in 762 bytes} [Tue May 26 22:21:43 2026] PUT /v2.0/subnets/6aea493b-b69b-4d10-8907-6de101ba9664/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1784] 10.0.0.165 () {32 vars in 731 bytes} [Tue May 26 22:21:43 2026] GET /v2.0/subnets/6aea493b-b69b-4d10-8907-6de101ba9664/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1785] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:43 2026] GET /v2.0/ports?device_id=58baabde-a2c5-49e9-ac2e-9a3f75d29718 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1786] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:21:43 2026] GET /v2.0/security-groups?id=7770efd4-dba2-41db-851c-5dd2f868215a&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1787] 10.0.0.165 () {34 vars in 758 bytes} [Tue May 26 22:21:43 2026] PUT /v2.0/subnets/6aea493b-b69b-4d10-8907-6de101ba9664/tags/red => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1788] 10.0.0.165 () {32 vars in 731 bytes} [Tue May 26 22:21:43 2026] GET /v2.0/subnets/6aea493b-b69b-4d10-8907-6de101ba9664/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1789] 10.0.0.165 () {34 vars in 780 bytes} [Tue May 26 22:21:43 2026] PUT /v2.0/subnets/6aea493b-b69b-4d10-8907-6de101ba9664/tags/black.or.white => 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: 994/1790] 10.0.0.165 () {32 vars in 731 bytes} [Tue May 26 22:21:43 2026] GET /v2.0/subnets/6aea493b-b69b-4d10-8907-6de101ba9664/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1791] 10.0.0.165 () {34 vars in 751 bytes} [Tue May 26 22:21:43 2026] PUT /v2.0/subnets/6aea493b-b69b-4d10-8907-6de101ba9664/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: 995/1792] 10.0.0.165 () {32 vars in 731 bytes} [Tue May 26 22:21:43 2026] GET /v2.0/subnets/6aea493b-b69b-4d10-8907-6de101ba9664/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: 798/1793] 10.0.0.165 () {32 vars in 739 bytes} [Tue May 26 22:21:43 2026] GET /v2.0/subnets/6aea493b-b69b-4d10-8907-6de101ba9664/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:21:43.915 8 INFO neutron.api.v2.resource [None req-9f6dc417-324d-48b2-a695-664b61f33d13 615f30fc0e374abb96bf01ea750e4113 00879acb60f1418daeb0753a72cbd87e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 996/1794] 10.0.0.165 () {32 vars in 743 bytes} [Tue May 26 22:21:43 2026] GET /v2.0/subnets/6aea493b-b69b-4d10-8907-6de101ba9664/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1795] 10.0.0.165 () {32 vars in 742 bytes} [Tue May 26 22:21:43 2026] DELETE /v2.0/subnets/6aea493b-b69b-4d10-8907-6de101ba9664/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: 997/1796] 10.0.0.165 () {32 vars in 731 bytes} [Tue May 26 22:21:43 2026] GET /v2.0/subnets/6aea493b-b69b-4d10-8907-6de101ba9664/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:21:44.066 7 INFO neutron.api.v2.resource [None req-2381b713-904c-4043-ad43-0d588d981e13 615f30fc0e374abb96bf01ea750e4113 00879acb60f1418daeb0753a72cbd87e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 800/1797] 10.0.0.165 () {32 vars in 746 bytes} [Tue May 26 22:21:44 2026] DELETE /v2.0/subnets/6aea493b-b69b-4d10-8907-6de101ba9664/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1798] 10.0.0.165 () {32 vars in 734 bytes} [Tue May 26 22:21:44 2026] DELETE /v2.0/subnets/6aea493b-b69b-4d10-8907-6de101ba9664/tags => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1799] 10.0.0.165 () {32 vars in 731 bytes} [Tue May 26 22:21:44 2026] GET /v2.0/subnets/6aea493b-b69b-4d10-8907-6de101ba9664/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1800] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:44 2026] GET /v2.0/ports?device_id=1e793029-c09e-485f-922d-02b89e815874 => 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: 802/1801] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:21:44 2026] DELETE /v2.0/subnets/6aea493b-b69b-4d10-8907-6de101ba9664 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:44.445 8 INFO neutron.services.segments.plugin [-] Segment 9b5173ab-6ea0-440b-afbe-0884800f54af resource provider aggregate not found 2026-05-26 22:21:44.455 8 INFO neutron.services.segments.plugin [-] Segment 9b5173ab-6ea0-440b-afbe-0884800f54af resource provider aggregate not found 2026-05-26 22:21:44.474 8 INFO neutron.services.segments.plugin [-] Segment 9b5173ab-6ea0-440b-afbe-0884800f54af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b5173ab-6ea0-440b-afbe-0884800f54af found for delete ", "request_id": "req-b8c75dcc-1537-4fed-92ea-3a4f293743e8"}]} [pid: 8|app: 0|req: 1000/1802] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:21:44 2026] DELETE /v2.0/networks/1c4da145-40a8-4a96-9561-7aa9af652adb => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:44.484 8 INFO neutron.services.segments.plugin [-] Segment 9b5173ab-6ea0-440b-afbe-0884800f54af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b5173ab-6ea0-440b-afbe-0884800f54af found for delete ", "request_id": "req-48227c89-4fd5-435c-9c6c-f120e5484cae"}]} [pid: 7|app: 0|req: 803/1803] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:44 2026] GET /v2.0/ports?device_id=58baabde-a2c5-49e9-ac2e-9a3f75d29718 => 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: 1001/1804] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:21:44 2026] GET /v2.0/security-groups?id=7770efd4-dba2-41db-851c-5dd2f868215a&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1805] 199.204.45.129 () {34 vars in 994 bytes} [Tue May 26 22:21:44 2026] GET /v2.0/ports?device_id=58baabde-a2c5-49e9-ac2e-9a3f75d29718 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:44.852 8 INFO neutron_taas.services.taas.taas_plugin [req-10852b70-b3ba-4b97-90c1-975c7d1f3777 req-5bf8f82a-c229-41c5-91d6-34b7f68ced12 ff040f6f1d61414aa29e4138a2502a5b 185ef4e20c824b8e9d7b98ebe67c68c1 - - default default] TaaS: Handle Delete Port: a69aeaeb-7959-4dba-a849-69fed1684403 2026-05-26 22:21:44.856 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-10852b70-b3ba-4b97-90c1-975c7d1f3777 req-5bf8f82a-c229-41c5-91d6-34b7f68ced12 ff040f6f1d61414aa29e4138a2502a5b 185ef4e20c824b8e9d7b98ebe67c68c1 - - default default] Tap Mirror: Handle Delete Port: a69aeaeb-7959-4dba-a849-69fed1684403 [pid: 8|app: 0|req: 1002/1806] 199.204.45.129 () {36 vars in 997 bytes} [Tue May 26 22:21:44 2026] DELETE /v2.0/ports/a69aeaeb-7959-4dba-a849-69fed1684403 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:45.022 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a01e42af-3afe-44e3-b96e-244037563a90'] response: {'server_uuid': '58baabde-a2c5-49e9-ac2e-9a3f75d29718', 'name': 'network-vif-deleted', 'tag': 'a69aeaeb-7959-4dba-a849-69fed1684403', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 805/1807] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:45 2026] GET /v2.0/security-groups?tenant_id=00879acb60f1418daeb0753a72cbd87e&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1808] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:45 2026] GET /v2.0/ports?device_id=1e793029-c09e-485f-922d-02b89e815874 => 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: 1003/1809] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:45 2026] DELETE /v2.0/security-groups/8fa64b32-09dd-4e37-8e75-6051b1484f6c => 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: 807/1810] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:45 2026] GET /v2.0/security-groups?tenant_id=e84d185707204ff3ad141a6eb731dbc7&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1811] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:45 2026] DELETE /v2.0/security-groups/736c78c2-32b7-4c89-9548-674c1604e912 => 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: 808/1812] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:45 2026] GET /v2.0/ports?device_id=58baabde-a2c5-49e9-ac2e-9a3f75d29718 => 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: 1005/1813] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:21:46 2026] GET /v2.0/networks?id=55c21353-ea22-4d53-9397-06dbecc2bbdc => generated 673 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1814] 199.204.45.129 () {34 vars in 1050 bytes} [Tue May 26 22:21:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=eba4bf8d3dae4bf98ea9e8ed9a3b3708 => generated 274 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1815] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:46 2026] GET /v2.0/ports?device_id=1e793029-c09e-485f-922d-02b89e815874 => 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: 1006/1816] 199.204.45.129 () {38 vars in 955 bytes} [Tue May 26 22:21:46 2026] POST /v2.0/ports => generated 997 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1007/1817] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:46 2026] GET /v2.0/ports?device_id=58baabde-a2c5-49e9-ac2e-9a3f75d29718 => 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: 811/1818] 199.204.45.129 () {38 vars in 1028 bytes} [Tue May 26 22:21:46 2026] PUT /v2.0/ports/79955df8-53ba-4825-b2e7-9f29b7878e3c => generated 1278 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:47.164 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a8433705-146c-4c11-9880-8ec18fbdeca2'] response: {'name': 'network-changed', 'server_uuid': '1e793029-c09e-485f-922d-02b89e815874', 'tag': '79955df8-53ba-4825-b2e7-9f29b7878e3c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1008/1819] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:47 2026] GET /v2.0/ports?device_id=1e793029-c09e-485f-922d-02b89e815874 => generated 1012 bytes in 94 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: 812/1820] 10.0.0.147 () {34 vars in 1120 bytes} [Tue May 26 22:21:47 2026] GET /v2.0/security-groups?id=9fa5c66c-ece1-46b9-b151-e5e970b4b75e&id=795fdb70-070e-4fec-8d13-d500c8308f30&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1821] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:21:47 2026] GET /v2.0/ports?tenant_id=eba4bf8d3dae4bf98ea9e8ed9a3b3708&device_id=1e793029-c09e-485f-922d-02b89e815874 => generated 1281 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1822] 199.204.45.129 () {34 vars in 1018 bytes} [Tue May 26 22:21:47 2026] GET /v2.0/networks?tenant_id=eba4bf8d3dae4bf98ea9e8ed9a3b3708&shared=False => generated 769 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1823] 199.204.45.129 () {34 vars in 930 bytes} [Tue May 26 22:21:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1824] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:47 2026] GET /v2.0/ports?device_id=58baabde-a2c5-49e9-ac2e-9a3f75d29718 => 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: 1011/1825] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:47 2026] GET /v2.0/security-groups?tenant_id=0c0c31eea6b34d9aacfd3aeb35a6af27&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1826] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:48 2026] DELETE /v2.0/security-groups/117ad9d0-0b82-4a7b-9d57-bcd7d98c5e07 => 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: 1012/1827] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:48 2026] GET /v2.0/ports?device_id=1e793029-c09e-485f-922d-02b89e815874 => generated 1012 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1828] 10.0.0.147 () {34 vars in 1120 bytes} [Tue May 26 22:21:48 2026] GET /v2.0/security-groups?id=9fa5c66c-ece1-46b9-b151-e5e970b4b75e&id=795fdb70-070e-4fec-8d13-d500c8308f30&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: 1013/1829] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:21:48 2026] GET /v2.0/ports?tenant_id=eba4bf8d3dae4bf98ea9e8ed9a3b3708&device_id=1e793029-c09e-485f-922d-02b89e815874 => generated 1281 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1830] 199.204.45.129 () {34 vars in 1060 bytes} [Tue May 26 22:21:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=79955df8-53ba-4825-b2e7-9f29b7878e3c => 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: 1014/1831] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:21:48 2026] GET /v2.0/subnets?id=cd9750f5-8c54-447b-a483-c4acec288b4c => generated 691 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1832] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:21:48 2026] GET /v2.0/ports?network_id=55c21353-ea22-4d53-9397-06dbecc2bbdc&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1833] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:21:49 2026] GET /v2.0/networks/55c21353-ea22-4d53-9397-06dbecc2bbdc?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1834] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:21:49 2026] GET /v2.0/networks/55c21353-ea22-4d53-9397-06dbecc2bbdc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1835] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:49 2026] GET /v2.0/security-groups?tenant_id=81112b47f1c141f7bb3b0876f9d829fa&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:49.355 8 INFO neutron_taas.services.taas.taas_plugin [None req-915d39e5-366a-4ddc-afc3-20531143d6f6 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 4b985ab4-8ba3-4573-97c2-5e2bf33701a2 2026-05-26 22:21:49.359 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-915d39e5-366a-4ddc-afc3-20531143d6f6 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 4b985ab4-8ba3-4573-97c2-5e2bf33701a2 [pid: 7|app: 0|req: 824/1838] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:49 2026] DELETE /v2.0/security-groups/2c56d737-e00c-4790-abb0-b151da67a152 => 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: 825/1839] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:49 2026] GET /v2.0/security-groups?tenant_id=9d5e6e9b04be453790e17d9b8290b711&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1840] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:49 2026] DELETE /v2.0/security-groups/15ecbc29-de24-4733-9dcb-9f977b80838b => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1841] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:49 2026] GET /v2.0/ports?device_id=1e793029-c09e-485f-922d-02b89e815874 => generated 1012 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1842] 10.0.0.147 () {34 vars in 1120 bytes} [Tue May 26 22:21:49 2026] GET /v2.0/security-groups?id=9fa5c66c-ece1-46b9-b151-e5e970b4b75e&id=795fdb70-070e-4fec-8d13-d500c8308f30&fields=id&fields=name => generated 207 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1843] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:21:48 2026] PUT /v2.0/routers/f12101ef-66c8-4da0-aea5-811d63beac8a/remove_router_interface => generated 309 bytes in 953 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:50.627 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6e92e1c-1308-43a9-906e-d74c5a9842f9 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: ea24d5dc-7f79-4232-bc50-ef11ef119723 2026-05-26 22:21:50.630 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6e92e1c-1308-43a9-906e-d74c5a9842f9 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: ea24d5dc-7f79-4232-bc50-ef11ef119723 2026-05-26 22:21:50.874 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6e92e1c-1308-43a9-906e-d74c5a9842f9 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 4958abd0-cab9-4270-8bb2-db1806618b02 2026-05-26 22:21:50.876 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6e92e1c-1308-43a9-906e-d74c5a9842f9 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 4958abd0-cab9-4270-8bb2-db1806618b02 [pid: 8|app: 0|req: 1016/1844] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:50 2026] GET /v2.0/ports?device_id=1e793029-c09e-485f-922d-02b89e815874 => generated 1012 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1845] 10.0.0.147 () {34 vars in 1120 bytes} [Tue May 26 22:21:51 2026] GET /v2.0/security-groups?id=9fa5c66c-ece1-46b9-b151-e5e970b4b75e&id=795fdb70-070e-4fec-8d13-d500c8308f30&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:51.189 7 INFO neutron.services.segments.plugin [-] Segment 45f44ffd-b7df-4cb1-8dea-bc518cfa95f5 resource provider aggregate not found 2026-05-26 22:21:51.190 7 INFO neutron.services.segments.plugin [-] Segment 45f44ffd-b7df-4cb1-8dea-bc518cfa95f5 resource provider aggregate not found 2026-05-26 22:21:51.209 7 INFO neutron.services.segments.plugin [-] Segment 45f44ffd-b7df-4cb1-8dea-bc518cfa95f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45f44ffd-b7df-4cb1-8dea-bc518cfa95f5 found for delete ", "request_id": "req-ad6bb9be-963f-44f0-89e7-d862a06a3b9b"}]} 2026-05-26 22:21:51.223 7 INFO neutron.services.segments.plugin [-] Segment 45f44ffd-b7df-4cb1-8dea-bc518cfa95f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45f44ffd-b7df-4cb1-8dea-bc518cfa95f5 found for delete ", "request_id": "req-a73a4392-8406-44a7-bd6e-6ab62cde66bd"}]} 2026-05-26 22:21:51.226 7 INFO neutron.db.l3_hamode_db [None req-c6e92e1c-1308-43a9-906e-d74c5a9842f9 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] HA network 676edc8a-ccbf-42dc-bf24-211aa3929b9b was deleted as no HA routers are present in tenant 185ef4e20c824b8e9d7b98ebe67c68c1. [pid: 7|app: 0|req: 829/1846] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:21:49 2026] DELETE /v2.0/routers/f12101ef-66c8-4da0-aea5-811d63beac8a => generated 0 bytes in 1307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1847] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:21:51 2026] DELETE /v2.0/subnets/f372e868-1603-4755-aeda-2a9a6f2e8492 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:51.475 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc514395-2c1a-47d9-a426-d2f8e2ab77c1 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: e58f2051-523a-4802-a63f-2ac5e1f8c3b6 2026-05-26 22:21:51.477 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc514395-2c1a-47d9-a426-d2f8e2ab77c1 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: e58f2051-523a-4802-a63f-2ac5e1f8c3b6 [pid: 7|app: 0|req: 830/1848] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:21:51 2026] DELETE /v2.0/networks/72d7f748-9c24-4a51-b0c7-c7a2a31b45b9 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1849] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:51 2026] GET /v2.0/security-groups?tenant_id=185ef4e20c824b8e9d7b98ebe67c68c1&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1850] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:51 2026] DELETE /v2.0/security-groups/7770efd4-dba2-41db-851c-5dd2f868215a => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1851] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:52 2026] GET /v2.0/ports?device_id=1e793029-c09e-485f-922d-02b89e815874 => generated 1012 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1852] 10.0.0.147 () {34 vars in 1120 bytes} [Tue May 26 22:21:52 2026] GET /v2.0/security-groups?id=9fa5c66c-ece1-46b9-b151-e5e970b4b75e&id=795fdb70-070e-4fec-8d13-d500c8308f30&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1853] 199.204.45.129 () {34 vars in 994 bytes} [Tue May 26 22:21:52 2026] GET /v2.0/ports?device_id=1e793029-c09e-485f-922d-02b89e815874 => generated 1281 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1854] 199.204.45.129 () {34 vars in 1124 bytes} [Tue May 26 22:21:52 2026] GET /v2.0/security-groups?id=9fa5c66c-ece1-46b9-b151-e5e970b4b75e&id=795fdb70-070e-4fec-8d13-d500c8308f30&fields=id&fields=name => generated 207 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:52.852 8 INFO neutron.db.segments_db [None req-eceb056c-afe3-4d2e-97f8-95460c0593df d0ef8094d96e47889c295bf9adb8902d 940f340e5c1a4d3a8cbaad8323d4a992 - - default default] Added segment 2242e15f-9150-4350-a216-64a0d3b38563 of type vxlan for network 3f5ea98f-57d1-47fc-a676-c2198ee52494 [pid: 8|app: 0|req: 1022/1855] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:21:52 2026] POST /v2.0/networks => generated 726 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1856] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:21:52 2026] POST /v2.0/subnets => generated 644 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:53.132 8 WARNING neutron.api.v2.base [None req-a5f2928a-9923-4df6-973a-70c8b807ef00 d0ef8094d96e47889c295bf9adb8902d 940f340e5c1a4d3a8cbaad8323d4a992 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-05-26 22:21:53.133 8 INFO neutron.api.v2.resource [None req-a5f2928a-9923-4df6-973a-70c8b807ef00 d0ef8094d96e47889c295bf9adb8902d 940f340e5c1a4d3a8cbaad8323d4a992 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1023/1857] 10.0.0.165 () {34 vars in 681 bytes} [Tue May 26 22:21:53 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-05-26 22:21:53.234 7 INFO neutron.services.segments.plugin [-] Segment c4da214e-57ce-4982-a7ac-1e837c52be45 resource provider aggregate not found 2026-05-26 22:21:53.244 7 INFO neutron.services.segments.plugin [-] Segment c4da214e-57ce-4982-a7ac-1e837c52be45 resource provider aggregate not found 2026-05-26 22:21:53.258 7 INFO neutron.services.segments.plugin [-] Segment c4da214e-57ce-4982-a7ac-1e837c52be45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4da214e-57ce-4982-a7ac-1e837c52be45 found for delete ", "request_id": "req-22ca82a5-d676-4273-93a4-8dd644071007"}]} 2026-05-26 22:21:53.262 7 INFO neutron.services.segments.plugin [-] Segment c4da214e-57ce-4982-a7ac-1e837c52be45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4da214e-57ce-4982-a7ac-1e837c52be45 found for delete ", "request_id": "req-2afb6a52-2423-41f9-a18e-0cd85d873c5f"}]} [pid: 7|app: 0|req: 835/1858] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:21:53 2026] DELETE /v2.0/networks/3f5ea98f-57d1-47fc-a676-c2198ee52494 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1859] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:53 2026] GET /v2.0/ports?device_id=1e793029-c09e-485f-922d-02b89e815874 => generated 1014 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1860] 10.0.0.147 () {34 vars in 1120 bytes} [Tue May 26 22:21:53 2026] GET /v2.0/security-groups?id=9fa5c66c-ece1-46b9-b151-e5e970b4b75e&id=795fdb70-070e-4fec-8d13-d500c8308f30&fields=id&fields=name => generated 207 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:53.464 7 INFO neutron.db.segments_db [None req-a3a5ddc5-9621-486c-b5fc-8060779b9a6d d0ef8094d96e47889c295bf9adb8902d 940f340e5c1a4d3a8cbaad8323d4a992 - - default default] Added segment d12db80c-0530-4a67-a408-c981df23ad14 of type vxlan for network b827d1a0-f8cf-4bb7-864b-677353a65422 [pid: 7|app: 0|req: 836/1861] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:21:53 2026] POST /v2.0/networks => generated 727 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1862] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:21:53 2026] POST /v2.0/subnets => generated 647 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:53.754 7 WARNING neutron.api.v2.base [None req-3db9fd0b-4f3a-454e-981b-ac44f053517c d0ef8094d96e47889c295bf9adb8902d 940f340e5c1a4d3a8cbaad8323d4a992 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-05-26 22:21:53.755 7 INFO neutron.api.v2.resource [None req-3db9fd0b-4f3a-454e-981b-ac44f053517c d0ef8094d96e47889c295bf9adb8902d 940f340e5c1a4d3a8cbaad8323d4a992 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 837/1863] 10.0.0.165 () {34 vars in 681 bytes} [Tue May 26 22:21:53 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-26 22:21:53.986 8 INFO neutron.services.segments.plugin [-] Segment d12db80c-0530-4a67-a408-c981df23ad14 resource provider aggregate not found 2026-05-26 22:21:53.987 8 INFO neutron.services.segments.plugin [-] Segment d12db80c-0530-4a67-a408-c981df23ad14 resource provider aggregate not found 2026-05-26 22:21:54.006 8 INFO neutron.services.segments.plugin [-] Segment d12db80c-0530-4a67-a408-c981df23ad14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d12db80c-0530-4a67-a408-c981df23ad14 found for delete ", "request_id": "req-6487ef01-cd5c-4d24-92f6-f51681731def"}]} 2026-05-26 22:21:54.017 8 INFO neutron.services.segments.plugin [-] Segment d12db80c-0530-4a67-a408-c981df23ad14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d12db80c-0530-4a67-a408-c981df23ad14 found for delete ", "request_id": "req-7f01fa47-d14c-4e63-a5e0-bddf142d4f83"}]} [pid: 8|app: 0|req: 1027/1864] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:21:53 2026] DELETE /v2.0/networks/b827d1a0-f8cf-4bb7-864b-677353a65422 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:54.094 7 INFO neutron.db.segments_db [None req-fb87b88a-22f3-44d1-98c4-a0f7fc6f8922 d0ef8094d96e47889c295bf9adb8902d 940f340e5c1a4d3a8cbaad8323d4a992 - - default default] Added segment 7f6edf30-2105-4a9e-927f-b289cb95fde4 of type vxlan for network 7aec2c41-51d7-4fd7-8f5a-8d64a5f86c71 [pid: 7|app: 0|req: 838/1865] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:21:54 2026] POST /v2.0/networks => generated 727 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/1866] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:21:54 2026] POST /v2.0/subnets => generated 647 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1867] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:54 2026] GET /v2.0/ports?device_id=1e793029-c09e-485f-922d-02b89e815874 => 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: 1030/1868] 10.0.0.147 () {34 vars in 1120 bytes} [Tue May 26 22:21:54 2026] GET /v2.0/security-groups?id=9fa5c66c-ece1-46b9-b151-e5e970b4b75e&id=795fdb70-070e-4fec-8d13-d500c8308f30&fields=id&fields=name => generated 207 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1869] 10.0.0.165 () {34 vars in 681 bytes} [Tue May 26 22:21:54 2026] POST /v2.0/rbac-policies => generated 324 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/1870] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:21:54 2026] GET /v2.0/ports?device_id=1e793029-c09e-485f-922d-02b89e815874 => generated 1014 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:55.083 7 INFO neutron.db.l3_db [None req-19ab50da-11f4-4ed7-a920-0361ef4bc04c 084091e0ee594c72888c81e45c7d14b0 eba4bf8d3dae4bf98ea9e8ed9a3b3708 - - default default] Floating IP 08ca5833-114f-4530-a1af-bdba4d40543e associated. External IP: 10.96.250.217, port: 79955df8-53ba-4825-b2e7-9f29b7878e3c. [pid: 8|app: 0|req: 1032/1871] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:54 2026] GET /v2.0/security-groups?tenant_id=2755d02bb7d44bec8af95827c04dacb7&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: 1033/1872] 10.0.0.165 () {32 vars in 723 bytes} [Tue May 26 22:21:55 2026] GET /v2.0/networks/7aec2c41-51d7-4fd7-8f5a-8d64a5f86c71 => generated 655 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/1873] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:55 2026] DELETE /v2.0/security-groups/eb00689e-b067-458e-8958-95f42f14d5df => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:21:55.282 7 INFO neutron.services.segments.plugin [-] Segment 2242e15f-9150-4350-a216-64a0d3b38563 resource provider aggregate not found 2026-05-26 22:21:55.290 7 INFO neutron.services.segments.plugin [-] Segment 2242e15f-9150-4350-a216-64a0d3b38563 resource provider aggregate not found 2026-05-26 22:21:55.313 7 INFO neutron.services.segments.plugin [-] Segment 2242e15f-9150-4350-a216-64a0d3b38563 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2242e15f-9150-4350-a216-64a0d3b38563 found for delete ", "request_id": "req-614a1198-9150-40cd-8ce2-159595512f5c"}]} 2026-05-26 22:21:55.316 7 INFO neutron.services.segments.plugin [-] Segment 2242e15f-9150-4350-a216-64a0d3b38563 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2242e15f-9150-4350-a216-64a0d3b38563 found for delete ", "request_id": "req-54782433-176e-4112-b33e-c9a8578207e3"}]} [pid: 7|app: 0|req: 840/1874] 10.0.0.165 () {34 vars in 749 bytes} [Tue May 26 22:21:54 2026] PUT /v2.0/floatingips/08ca5833-114f-4530-a1af-bdba4d40543e => generated 856 bytes in 797 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:55.541 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f889ae0c-ecdc-42bb-8eb5-16fce445a699'] response: {'name': 'network-changed', 'server_uuid': '1e793029-c09e-485f-922d-02b89e815874', 'tag': '79955df8-53ba-4825-b2e7-9f29b7878e3c', 'status': 'completed', 'code': 200} 2026-05-26 22:21:55.633 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cb56c198-6709-4efe-abbc-f6a17224b84e 04c7c95cbb2d433c8dc525999fa7dad1 fab45d30c5da4b19b64792bbc6ea2d09 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1035/1875] 10.0.0.165 () {32 vars in 723 bytes} [Tue May 26 22:21:55 2026] GET /v2.0/networks/7aec2c41-51d7-4fd7-8f5a-8d64a5f86c71 => generated 138 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1876] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:21:55 2026] DELETE /v2.0/networks/7aec2c41-51d7-4fd7-8f5a-8d64a5f86c71 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:55.842 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8511d8e8-75ce-4940-9e0f-60846e9b23ff d0ef8094d96e47889c295bf9adb8902d 940f340e5c1a4d3a8cbaad8323d4a992 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1036/1877] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:21:55 2026] DELETE /v2.0/subnets/0b1e7f6e-6d1d-4358-b96e-00a5f8d3be0c => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:21:55.863 7 INFO neutron.pecan_wsgi.hooks.translation [None req-84986166-74cc-4e79-9da1-35241c3740de d0ef8094d96e47889c295bf9adb8902d 940f340e5c1a4d3a8cbaad8323d4a992 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 842/1878] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:21:55 2026] DELETE /v2.0/subnets/29edc94c-260d-4c48-8711-53ad20707120 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:21:55.881 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3882c2e3-755c-42b7-a58f-a569605130b7 d0ef8094d96e47889c295bf9adb8902d 940f340e5c1a4d3a8cbaad8323d4a992 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1037/1879] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:21:55 2026] DELETE /v2.0/subnets/84dae9fb-cd91-4ac5-9786-dd3b6981588c => 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: 843/1880] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:21:56 2026] GET /v2.0/ports?tenant_id=eba4bf8d3dae4bf98ea9e8ed9a3b3708&device_id=1e793029-c09e-485f-922d-02b89e815874 => generated 1283 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/1881] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:21:56 2026] GET /v2.0/networks?id=55c21353-ea22-4d53-9397-06dbecc2bbdc => generated 769 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1882] 199.204.45.129 () {34 vars in 1060 bytes} [Tue May 26 22:21:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=79955df8-53ba-4825-b2e7-9f29b7878e3c => generated 859 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/1883] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:21:56 2026] GET /v2.0/subnets?id=cd9750f5-8c54-447b-a483-c4acec288b4c => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1884] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:21:56 2026] GET /v2.0/ports?network_id=55c21353-ea22-4d53-9397-06dbecc2bbdc&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/1885] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:21:56 2026] GET /v2.0/networks/55c21353-ea22-4d53-9397-06dbecc2bbdc?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: 846/1886] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:21:56 2026] GET /v2.0/networks/55c21353-ea22-4d53-9397-06dbecc2bbdc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/1887] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:56 2026] GET /v2.0/security-groups?tenant_id=940f340e5c1a4d3a8cbaad8323d4a992&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1888] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:56 2026] DELETE /v2.0/security-groups/36e72a56-b1a7-481e-b0ea-710b80b8163e => 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: 1042/1889] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:57 2026] GET /v2.0/security-groups?tenant_id=fab45d30c5da4b19b64792bbc6ea2d09&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: 848/1890] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:57 2026] DELETE /v2.0/security-groups/663036a4-d9db-4d1c-8d0d-eb6cbd0dac8f => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:21:57.335 7 INFO neutron.services.segments.plugin [-] Segment 7f6edf30-2105-4a9e-927f-b289cb95fde4 resource provider aggregate not found 2026-05-26 22:21:57.344 7 INFO neutron.services.segments.plugin [-] Segment 7f6edf30-2105-4a9e-927f-b289cb95fde4 resource provider aggregate not found 2026-05-26 22:21:57.357 7 INFO neutron.services.segments.plugin [-] Segment 7f6edf30-2105-4a9e-927f-b289cb95fde4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f6edf30-2105-4a9e-927f-b289cb95fde4 found for delete ", "request_id": "req-ad883aaa-510c-49a1-8640-b540558c8f79"}]} 2026-05-26 22:21:57.371 7 INFO neutron.services.segments.plugin [-] Segment 7f6edf30-2105-4a9e-927f-b289cb95fde4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f6edf30-2105-4a9e-927f-b289cb95fde4 found for delete ", "request_id": "req-4c199430-d3a9-4771-a735-0d781203ded3"}]} [pid: 8|app: 0|req: 1043/1891] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:57 2026] GET /v2.0/security-groups?tenant_id=4f3ecd1844ac4d37befeb0874fff1b04&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1892] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:57 2026] DELETE /v2.0/security-groups/c2d4ff5d-7008-4134-833c-db11128b9755 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/1893] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:59 2026] GET /v2.0/security-groups?tenant_id=4546a26a2b3349cbb5a28fea4e68d66f&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: 850/1894] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:59 2026] DELETE /v2.0/security-groups/43f1bbc9-60c3-4690-bc1f-167958b31ebf => 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: 1045/1895] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:21:59 2026] GET /v2.0/security-groups?tenant_id=9653013e08e74afeb864fc7774908bed&name=default => generated 2925 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1896] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:21:59 2026] DELETE /v2.0/security-groups/8c18352c-21dd-415c-837b-c6c4613c326c => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/1897] 10.0.0.165 () {34 vars in 676 bytes} [Tue May 26 22:22:01 2026] POST /v2.0/floatingips => generated 552 bytes in 612 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1898] 10.0.0.165 () {34 vars in 676 bytes} [Tue May 26 22:22:02 2026] POST /v2.0/floatingips => generated 552 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/1899] 10.0.0.165 () {34 vars in 676 bytes} [Tue May 26 22:22:02 2026] POST /v2.0/floatingips => generated 552 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1900] 10.0.0.165 () {34 vars in 676 bytes} [Tue May 26 22:22:03 2026] POST /v2.0/floatingips => generated 552 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/1901] 10.0.0.165 () {34 vars in 676 bytes} [Tue May 26 22:22:03 2026] POST /v2.0/floatingips => generated 552 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1904] 10.0.0.165 () {34 vars in 759 bytes} [Tue May 26 22:22:04 2026] PUT /v2.0/floatingips/8f291149-ef31-4175-876c-039820b9035d/tags => generated 17 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/1905] 10.0.0.165 () {34 vars in 759 bytes} [Tue May 26 22:22:04 2026] PUT /v2.0/floatingips/24b829e0-1580-4062-b550-03f5397e629f/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1906] 10.0.0.165 () {34 vars in 759 bytes} [Tue May 26 22:22:04 2026] PUT /v2.0/floatingips/627ca082-a2bb-44f1-9ce5-e1986cf40ea6/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/1907] 10.0.0.165 () {34 vars in 759 bytes} [Tue May 26 22:22:04 2026] PUT /v2.0/floatingips/0dc5517d-a7f4-44cc-b5b2-8b8670db9a3c/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1908] 10.0.0.165 () {32 vars in 672 bytes} [Tue May 26 22:22:04 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/1909] 10.0.0.165 () {32 vars in 686 bytes} [Tue May 26 22:22:04 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1910] 10.0.0.165 () {32 vars in 682 bytes} [Tue May 26 22:22:04 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/1911] 10.0.0.165 () {32 vars in 694 bytes} [Tue May 26 22:22:04 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1912] 10.0.0.165 () {32 vars in 680 bytes} [Tue May 26 22:22:04 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/1913] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:22:04 2026] GET /v2.0/ports?device_id=1e793029-c09e-485f-922d-02b89e815874 => generated 1014 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1914] 10.0.0.165 () {32 vars in 694 bytes} [Tue May 26 22:22:04 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1915] 10.0.0.147 () {34 vars in 1120 bytes} [Tue May 26 22:22:04 2026] GET /v2.0/security-groups?id=9fa5c66c-ece1-46b9-b151-e5e970b4b75e&id=795fdb70-070e-4fec-8d13-d500c8308f30&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: 1056/1916] 10.0.0.165 () {32 vars in 690 bytes} [Tue May 26 22:22:04 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/1917] 10.0.0.165 () {32 vars in 702 bytes} [Tue May 26 22:22:04 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:22:04.883 8 INFO neutron_taas.services.taas.taas_plugin [None req-d46ec462-3592-45fb-81d4-c58156f0df6e 9f4872b401eb437c97a488d704440010 c762d49f16444d4890bfb160233bdf4c - - default default] TaaS: Handle Delete Port: 09758aa9-8183-4f43-920d-c1233a731d0e 2026-05-26 22:22:04.886 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d46ec462-3592-45fb-81d4-c58156f0df6e 9f4872b401eb437c97a488d704440010 c762d49f16444d4890bfb160233bdf4c - - default default] Tap Mirror: Handle Delete Port: 09758aa9-8183-4f43-920d-c1233a731d0e [pid: 7|app: 0|req: 861/1918] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:22:04 2026] GET /v2.0/ports?device_id=1e793029-c09e-485f-922d-02b89e815874 => generated 1283 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/1919] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:22:04 2026] DELETE /v2.0/floatingips/8f291149-ef31-4175-876c-039820b9035d => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1920] 10.0.0.165 () {32 vars in 858 bytes} [Tue May 26 22:22:05 2026] GET /v2.0/floatingips?floating_network_id=601f86c1-46c2-4652-a230-88da71920eb9&port_id=79955df8-53ba-4825-b2e7-9f29b7878e3c => generated 861 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:22:05.135 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae155c2e-f1c8-4dbb-bff1-f70cb7749ee1 9f4872b401eb437c97a488d704440010 c762d49f16444d4890bfb160233bdf4c - - default default] TaaS: Handle Delete Port: 6b43cc89-c8b8-4e7a-83ea-2293c3ad26f4 2026-05-26 22:22:05.138 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae155c2e-f1c8-4dbb-bff1-f70cb7749ee1 9f4872b401eb437c97a488d704440010 c762d49f16444d4890bfb160233bdf4c - - default default] Tap Mirror: Handle Delete Port: 6b43cc89-c8b8-4e7a-83ea-2293c3ad26f4 [pid: 7|app: 0|req: 863/1921] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:05 2026] GET /v2.0/security-groups?tenant_id=59ceb62fecbf4c64b8526c439e4fc836&name=default => generated 2925 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/1922] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:22:05 2026] DELETE /v2.0/floatingips/24b829e0-1580-4062-b550-03f5397e629f => generated 0 bytes in 236 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:05.374 8 INFO neutron_taas.services.taas.taas_plugin [None req-7577b045-5c0c-4341-89bc-af9f3595d25f 9f4872b401eb437c97a488d704440010 c762d49f16444d4890bfb160233bdf4c - - default default] TaaS: Handle Delete Port: 0dd11ff9-0777-493d-bc6e-fdd5a995964a [pid: 7|app: 0|req: 864/1923] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:05 2026] DELETE /v2.0/security-groups/f86e50bd-8165-4c4d-98a0-10e346e82910 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:05.377 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7577b045-5c0c-4341-89bc-af9f3595d25f 9f4872b401eb437c97a488d704440010 c762d49f16444d4890bfb160233bdf4c - - default default] Tap Mirror: Handle Delete Port: 0dd11ff9-0777-493d-bc6e-fdd5a995964a [pid: 8|app: 0|req: 1060/1924] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:22:05 2026] DELETE /v2.0/floatingips/627ca082-a2bb-44f1-9ce5-e1986cf40ea6 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1925] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:05 2026] GET /v2.0/security-groups?tenant_id=56b71a48d58e448a851a403dcea846a2&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1926] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:05 2026] DELETE /v2.0/security-groups/b1ce8ed8-70d1-46d6-8517-ff6c97d0c3c7 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1927] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 22:22:05 2026] GET /v2.0/ports?device_id=1e793029-c09e-485f-922d-02b89e815874 => 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: 868/1928] 10.0.0.175 () {34 vars in 1120 bytes} [Tue May 26 22:22:05 2026] GET /v2.0/security-groups?id=795fdb70-070e-4fec-8d13-d500c8308f30&id=9fa5c66c-ece1-46b9-b151-e5e970b4b75e&fields=id&fields=name => generated 207 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:22:05.982 8 INFO neutron_taas.services.taas.taas_plugin [None req-a9781382-5ac1-40ae-80e1-3e4e47c245b1 9f4872b401eb437c97a488d704440010 c762d49f16444d4890bfb160233bdf4c - - default default] TaaS: Handle Delete Port: c97862ab-53e0-46b3-9200-d6e0f7f6a2e8 2026-05-26 22:22:05.984 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9781382-5ac1-40ae-80e1-3e4e47c245b1 9f4872b401eb437c97a488d704440010 c762d49f16444d4890bfb160233bdf4c - - default default] Tap Mirror: Handle Delete Port: c97862ab-53e0-46b3-9200-d6e0f7f6a2e8 [pid: 8|app: 0|req: 1061/1929] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:22:05 2026] DELETE /v2.0/floatingips/0dc5517d-a7f4-44cc-b5b2-8b8670db9a3c => generated 0 bytes in 590 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:06.215 7 INFO neutron_taas.services.taas.taas_plugin [None req-3203403e-548e-4561-a350-b2a1926ca9aa 9f4872b401eb437c97a488d704440010 c762d49f16444d4890bfb160233bdf4c - - default default] TaaS: Handle Delete Port: 6c0a5df2-136e-4597-ae98-b2d1a884a915 2026-05-26 22:22:06.219 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3203403e-548e-4561-a350-b2a1926ca9aa 9f4872b401eb437c97a488d704440010 c762d49f16444d4890bfb160233bdf4c - - default default] Tap Mirror: Handle Delete Port: 6c0a5df2-136e-4597-ae98-b2d1a884a915 [pid: 7|app: 0|req: 869/1930] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:22:06 2026] DELETE /v2.0/floatingips/4b84b0c9-f480-40d9-857d-c48085f96dd3 => 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: 1062/1931] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:07 2026] GET /v2.0/security-groups?tenant_id=93f14cbfa5ae4131bca5af5073f9fd08&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1932] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:07 2026] DELETE /v2.0/security-groups/ea2e606a-85cb-475a-8edd-8f1d2cfefad8 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/1933] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:07 2026] GET /v2.0/security-groups?tenant_id=ee6fb911a6604962accc8ba4e0614cfe&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1934] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:07 2026] DELETE /v2.0/security-groups/ebeaca1d-1da4-4aee-a64e-ee3f05c8f6f8 => 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: 1064/1935] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:08 2026] GET /v2.0/security-groups?tenant_id=c762d49f16444d4890bfb160233bdf4c&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/1936] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:08 2026] DELETE /v2.0/security-groups/76cfa46d-ba83-4fb4-b217-eae5d5d4f85b => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1937] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:08 2026] GET /v2.0/security-groups?tenant_id=45e41e5764ba46afa107e4378c6ea42e&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/1938] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:08 2026] DELETE /v2.0/security-groups/b3296603-5129-4104-8f44-4a3addf92a8a => 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: 873/1939] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:22:08 2026] GET /v2.0/ports?device_id=1e793029-c09e-485f-922d-02b89e815874 => generated 1014 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/1940] 10.0.0.147 () {34 vars in 1120 bytes} [Tue May 26 22:22:08 2026] GET /v2.0/security-groups?id=9fa5c66c-ece1-46b9-b151-e5e970b4b75e&id=795fdb70-070e-4fec-8d13-d500c8308f30&fields=id&fields=name => generated 207 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1941] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:22:09 2026] GET /v2.0/ports?device_id=1e793029-c09e-485f-922d-02b89e815874 => generated 1014 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/1942] 10.0.0.147 () {34 vars in 1120 bytes} [Tue May 26 22:22:09 2026] GET /v2.0/security-groups?id=9fa5c66c-ece1-46b9-b151-e5e970b4b75e&id=795fdb70-070e-4fec-8d13-d500c8308f30&fields=id&fields=name => generated 207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1943] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:10 2026] GET /v2.0/security-groups?tenant_id=859d6dde555b47b4839e60c38ebccf22&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1944] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:22:10 2026] GET /v2.0/ports?device_id=1e793029-c09e-485f-922d-02b89e815874 => generated 1012 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/1945] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:10 2026] DELETE /v2.0/security-groups/54a64b74-7ee3-4f96-ac1b-89ed8e527294 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1946] 10.0.0.147 () {34 vars in 1120 bytes} [Tue May 26 22:22:10 2026] GET /v2.0/security-groups?id=9fa5c66c-ece1-46b9-b151-e5e970b4b75e&id=795fdb70-070e-4fec-8d13-d500c8308f30&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: 1070/1947] 199.204.45.129 () {34 vars in 994 bytes} [Tue May 26 22:22:10 2026] GET /v2.0/ports?device_id=1e793029-c09e-485f-922d-02b89e815874 => generated 1012 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:22:11.087 7 INFO neutron_taas.services.taas.taas_plugin [req-d7fcdaa5-d217-4c9d-b896-138adcff27b9 req-89010c2b-c76f-4a5d-9066-f9bc559bd2d7 084091e0ee594c72888c81e45c7d14b0 eba4bf8d3dae4bf98ea9e8ed9a3b3708 - - default default] TaaS: Handle Delete Port: 79955df8-53ba-4825-b2e7-9f29b7878e3c 2026-05-26 22:22:11.091 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d7fcdaa5-d217-4c9d-b896-138adcff27b9 req-89010c2b-c76f-4a5d-9066-f9bc559bd2d7 084091e0ee594c72888c81e45c7d14b0 eba4bf8d3dae4bf98ea9e8ed9a3b3708 - - default default] Tap Mirror: Handle Delete Port: 79955df8-53ba-4825-b2e7-9f29b7878e3c 2026-05-26 22:22:11.217 7 INFO neutron.db.l3_db [req-d7fcdaa5-d217-4c9d-b896-138adcff27b9 req-89010c2b-c76f-4a5d-9066-f9bc559bd2d7 084091e0ee594c72888c81e45c7d14b0 eba4bf8d3dae4bf98ea9e8ed9a3b3708 - - default default] Floating IP 08ca5833-114f-4530-a1af-bdba4d40543e disassociated. External IP: 10.96.250.217, port: 79955df8-53ba-4825-b2e7-9f29b7878e3c. [pid: 7|app: 0|req: 878/1948] 199.204.45.129 () {36 vars in 997 bytes} [Tue May 26 22:22:10 2026] DELETE /v2.0/ports/79955df8-53ba-4825-b2e7-9f29b7878e3c => generated 0 bytes in 584 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:11.579 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6bfdc32-2f9d-43b5-8f56-cd63e07be5cc'] response: {'server_uuid': '1e793029-c09e-485f-922d-02b89e815874', 'name': 'network-vif-deleted', 'tag': '79955df8-53ba-4825-b2e7-9f29b7878e3c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1071/1949] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:22:11 2026] GET /v2.0/ports?device_id=1e793029-c09e-485f-922d-02b89e815874 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:12.514 7 INFO neutron.db.segments_db [None req-d522f7dc-93fd-4e8f-a444-418beeff487e 6d46b58334524908b013f2db536ff4d3 99585ba4733d439fa6eb32158b4e5f7d - - default default] Added segment 3623d59e-bb41-4416-a21b-91d188cb8a67 of type vxlan for network 073f8f89-0616-4d8b-8c89-63d3e6a4f389 [pid: 7|app: 0|req: 879/1950] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:22:12 2026] POST /v2.0/networks => generated 632 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:12.637 8 INFO neutron.db.segments_db [None req-18b6310e-6df9-4aa6-8af2-7ad8f431064e 9bd1b0cc80ac4035b7805402c1c0e531 bfe3dfeb626d4033aee35b42209b4d3e - - default default] Added segment 01dd5606-0449-4637-95cc-71bc440b6f85 of type vxlan for network a1bc87f3-e7d1-4140-9fd1-1e4f29bfcb32 [pid: 8|app: 0|req: 1072/1951] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:22:12 2026] POST /v2.0/networks => generated 643 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1952] 10.0.0.165 () {34 vars in 664 bytes} [Tue May 26 22:22:12 2026] POST /v2.0/ports => generated 743 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 22:22:12.923 7 INFO neutron.db.segments_db [None req-c3514ddb-7b87-434a-a3d4-d7e769ac07df 6d46b58334524908b013f2db536ff4d3 99585ba4733d439fa6eb32158b4e5f7d - - default default] Added segment 86d48ef2-838d-4b87-b81b-0919b978df1d of type vxlan for network d69bc8d3-d3be-407e-acf9-7f86ecf9c4a9 [pid: 8|app: 0|req: 1073/1953] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:22:12 2026] POST /v2.0/subnets => generated 641 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1954] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:22:12 2026] POST /v2.0/networks => generated 631 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:13.034 8 INFO neutron.db.segments_db [None req-f9605f16-10ac-4171-bbff-1792387c4df0 9bd1b0cc80ac4035b7805402c1c0e531 bfe3dfeb626d4033aee35b42209b4d3e - - default default] Added segment 9b80acd9-0c14-45ee-b749-82202fbc3403 of type vxlan for network 6862225c-8dd0-41bc-980b-64fef71222a7 [pid: 8|app: 0|req: 1074/1955] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:22:12 2026] POST /v2.0/networks => generated 644 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/1956] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:22:13 2026] GET /v2.0/ports?device_id=1e793029-c09e-485f-922d-02b89e815874 => 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: 1076/1957] 10.0.0.165 () {34 vars in 743 bytes} [Tue May 26 22:22:13 2026] PUT /v2.0/networks/6862225c-8dd0-41bc-980b-64fef71222a7 => generated 592 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1958] 10.0.0.165 () {34 vars in 664 bytes} [Tue May 26 22:22:12 2026] POST /v2.0/ports => generated 743 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 22:22:13.338 7 INFO neutron.db.segments_db [None req-b095f6c7-08f9-426d-a142-9f47fc900a84 6d46b58334524908b013f2db536ff4d3 99585ba4733d439fa6eb32158b4e5f7d - - default default] Added segment 16e9c5e5-fc25-4cbb-9a16-5ebc4c46a51b of type vxlan for network 2aeb7ed2-cf48-487d-82c8-768039fb40dd [pid: 7|app: 0|req: 883/1959] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:22:13 2026] POST /v2.0/networks => generated 632 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/1960] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:22:13 2026] POST /v2.0/subnets => generated 626 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/1961] 10.0.0.165 () {34 vars in 741 bytes} [Tue May 26 22:22:13 2026] PUT /v2.0/subnets/7394694d-7562-4f66-81a2-e19b418893cb => generated 636 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1962] 10.0.0.165 () {34 vars in 664 bytes} [Tue May 26 22:22:13 2026] POST /v2.0/ports => generated 743 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 22:22:13.730 8 INFO neutron.services.segments.plugin [-] Segment 9b80acd9-0c14-45ee-b749-82202fbc3403 resource provider aggregate not found 2026-05-26 22:22:13.741 8 INFO neutron.services.segments.plugin [-] Segment 9b80acd9-0c14-45ee-b749-82202fbc3403 resource provider aggregate not found 2026-05-26 22:22:13.753 7 INFO neutron.db.segments_db [None req-a453b657-dcfe-46d4-b99d-7542992240d2 6d46b58334524908b013f2db536ff4d3 99585ba4733d439fa6eb32158b4e5f7d - - default default] Added segment 13db1654-b76d-45d1-b967-3d0e3009f77c of type vxlan for network 14c1a8d2-6fef-4371-8929-f304301a43dd 2026-05-26 22:22:13.755 8 INFO neutron.services.segments.plugin [-] Segment 9b80acd9-0c14-45ee-b749-82202fbc3403 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b80acd9-0c14-45ee-b749-82202fbc3403 found for delete ", "request_id": "req-d037107f-6b09-42a9-a519-2c1829cff408"}]} 2026-05-26 22:22:13.757 8 INFO neutron.services.segments.plugin [-] Segment 9b80acd9-0c14-45ee-b749-82202fbc3403 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b80acd9-0c14-45ee-b749-82202fbc3403 found for delete ", "request_id": "req-226e47f8-1906-4ae1-80c0-2a3648721b6e"}]} [pid: 8|app: 0|req: 1079/1963] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:22:13 2026] DELETE /v2.0/networks/6862225c-8dd0-41bc-980b-64fef71222a7 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:13.792 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4f224b1e-86f2-4be0-9c74-2dc5dda6d8f9 9bd1b0cc80ac4035b7805402c1c0e531 bfe3dfeb626d4033aee35b42209b4d3e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1080/1964] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:22:13 2026] DELETE /v2.0/networks/6862225c-8dd0-41bc-980b-64fef71222a7 => 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: 885/1965] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:22:13 2026] POST /v2.0/networks => generated 632 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/1966] 10.0.0.165 () {32 vars in 694 bytes} [Tue May 26 22:22:13 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/1967] 10.0.0.165 () {32 vars in 742 bytes} [Tue May 26 22:22:13 2026] GET /v2.0/subnets?network_id=601f86c1-46c2-4652-a230-88da71920eb9 => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/1968] 10.0.0.165 () {32 vars in 653 bytes} [Tue May 26 22:22:13 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/1969] 10.0.0.165 () {32 vars in 649 bytes} [Tue May 26 22:22:13 2026] GET /v2.0/networks => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/1970] 10.0.0.165 () {32 vars in 647 bytes} [Tue May 26 22:22:13 2026] GET /v2.0/subnets => generated 1280 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/1971] 10.0.0.165 () {32 vars in 723 bytes} [Tue May 26 22:22:13 2026] GET /v2.0/networks/a1bc87f3-e7d1-4140-9fd1-1e4f29bfcb32 => generated 668 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/1972] 10.0.0.165 () {32 vars in 721 bytes} [Tue May 26 22:22:14 2026] GET /v2.0/subnets/45a01cfb-0f7f-4239-9335-0d8c42daf1ef => generated 641 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:22:14.069 8 INFO neutron.pecan_wsgi.hooks.translation [None req-54ece8bc-0e38-4eb4-b285-52dd04879a0b 9bd1b0cc80ac4035b7805402c1c0e531 bfe3dfeb626d4033aee35b42209b4d3e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1088/1973] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:14 2026] DELETE /v2.0/subnets/7394694d-7562-4f66-81a2-e19b418893cb => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:22:14.086 8 INFO neutron.pecan_wsgi.hooks.translation [None req-170c52a0-0702-48f8-b5a5-f6a4a2e01948 9bd1b0cc80ac4035b7805402c1c0e531 bfe3dfeb626d4033aee35b42209b4d3e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1089/1974] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:22:14 2026] DELETE /v2.0/networks/6862225c-8dd0-41bc-980b-64fef71222a7 => 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: 886/1975] 10.0.0.165 () {34 vars in 664 bytes} [Tue May 26 22:22:13 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 22:22:14.214 7 INFO neutron.db.segments_db [None req-49555983-564b-4997-9ab0-978b8410b993 6d46b58334524908b013f2db536ff4d3 99585ba4733d439fa6eb32158b4e5f7d - - default default] Added segment a8af8a89-c37d-4da6-a5a4-d925eebf7f72 of type vxlan for network d50e1e77-0b55-4fd7-860f-aeddb6177af8 [pid: 8|app: 0|req: 1090/1976] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:14 2026] DELETE /v2.0/subnets/45a01cfb-0f7f-4239-9335-0d8c42daf1ef => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/1977] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:22:14 2026] GET /v2.0/ports?device_id=1e793029-c09e-485f-922d-02b89e815874 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1978] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:22:14 2026] POST /v2.0/networks => generated 631 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:14.354 8 INFO neutron_taas.services.taas.taas_plugin [None req-b56ec1b9-dcbb-47ef-9d2f-9d592730c394 9bd1b0cc80ac4035b7805402c1c0e531 bfe3dfeb626d4033aee35b42209b4d3e - - default default] TaaS: Handle Delete Port: 0320d6a6-e550-47e7-96c1-2c82bea33ed9 2026-05-26 22:22:14.356 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b56ec1b9-dcbb-47ef-9d2f-9d592730c394 9bd1b0cc80ac4035b7805402c1c0e531 bfe3dfeb626d4033aee35b42209b4d3e - - default default] Tap Mirror: Handle Delete Port: 0320d6a6-e550-47e7-96c1-2c82bea33ed9 [pid: 7|app: 0|req: 888/1979] 10.0.0.165 () {34 vars in 664 bytes} [Tue May 26 22:22:14 2026] POST /v2.0/ports => generated 743 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/1980] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:22:14 2026] DELETE /v2.0/networks/a1bc87f3-e7d1-4140-9fd1-1e4f29bfcb32 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 889/1981] 10.0.0.165 () {34 vars in 747 bytes} [Tue May 26 22:22:14 2026] PUT /v2.0/ports/923c14ab-5cbb-4bb3-a8b8-c9b9b4c1fc8b/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/1982] 10.0.0.165 () {34 vars in 747 bytes} [Tue May 26 22:22:14 2026] PUT /v2.0/ports/96cf6485-0258-4183-a1b0-5ef5b31b5a95/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 890/1983] 10.0.0.165 () {34 vars in 747 bytes} [Tue May 26 22:22:14 2026] PUT /v2.0/ports/a02e91b1-af64-4e5d-8f03-ef41d6f065a5/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1094/1984] 10.0.0.165 () {34 vars in 747 bytes} [Tue May 26 22:22:14 2026] PUT /v2.0/ports/f3a39b10-1de3-40a1-9fa6-aadedfbfb05c/tags => generated 19 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 891/1985] 10.0.0.165 () {32 vars in 660 bytes} [Tue May 26 22:22:14 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 92 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: 1095/1986] 10.0.0.165 () {32 vars in 674 bytes} [Tue May 26 22:22:15 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/1987] 10.0.0.165 () {32 vars in 670 bytes} [Tue May 26 22:22:15 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1988] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:15 2026] GET /v2.0/security-groups?tenant_id=bfe3dfeb626d4033aee35b42209b4d3e&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/1989] 10.0.0.165 () {32 vars in 682 bytes} [Tue May 26 22:22:15 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1990] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:15 2026] DELETE /v2.0/security-groups/26cc8dbd-b63e-4def-9eb7-964a6f673db0 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/1991] 10.0.0.165 () {32 vars in 668 bytes} [Tue May 26 22:22:15 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1992] 10.0.0.165 () {32 vars in 682 bytes} [Tue May 26 22:22:15 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/1993] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:15 2026] DELETE /v2.0/security-groups/9fa5c66c-ece1-46b9-b151-e5e970b4b75e => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:15.512 8 INFO neutron.api.v2.resource [None req-31b80785-4c6f-4a6d-8551-23e2a98eee83 084091e0ee594c72888c81e45c7d14b0 eba4bf8d3dae4bf98ea9e8ed9a3b3708 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1100/1994] 10.0.0.165 () {32 vars in 737 bytes} [Tue May 26 22:22:15 2026] GET /v2.0/security-groups/9fa5c66c-ece1-46b9-b151-e5e970b4b75e => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1995] 10.0.0.165 () {32 vars in 678 bytes} [Tue May 26 22:22:15 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1996] 10.0.0.165 () {32 vars in 690 bytes} [Tue May 26 22:22:15 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:22:15.614 8 INFO neutron_taas.services.taas.taas_plugin [None req-e5e521e8-b957-46e4-bec9-a901ce945912 084091e0ee594c72888c81e45c7d14b0 eba4bf8d3dae4bf98ea9e8ed9a3b3708 - - default default] TaaS: Handle Delete Port: ff2387d6-1b5d-4970-a9f2-410a7aaafd88 2026-05-26 22:22:15.617 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5e521e8-b957-46e4-bec9-a901ce945912 084091e0ee594c72888c81e45c7d14b0 eba4bf8d3dae4bf98ea9e8ed9a3b3708 - - default default] Tap Mirror: Handle Delete Port: ff2387d6-1b5d-4970-a9f2-410a7aaafd88 2026-05-26 22:22:15.669 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b25237e-3270-4dc8-ae9b-f626f44066e2 6d46b58334524908b013f2db536ff4d3 99585ba4733d439fa6eb32158b4e5f7d - - default default] TaaS: Handle Delete Port: 923c14ab-5cbb-4bb3-a8b8-c9b9b4c1fc8b 2026-05-26 22:22:15.672 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b25237e-3270-4dc8-ae9b-f626f44066e2 6d46b58334524908b013f2db536ff4d3 99585ba4733d439fa6eb32158b4e5f7d - - default default] Tap Mirror: Handle Delete Port: 923c14ab-5cbb-4bb3-a8b8-c9b9b4c1fc8b [pid: 7|app: 0|req: 897/1998] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:22:15 2026] DELETE /v2.0/ports/923c14ab-5cbb-4bb3-a8b8-c9b9b4c1fc8b => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/1998] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:22:15 2026] DELETE /v2.0/floatingips/08ca5833-114f-4530-a1af-bdba4d40543e => generated 0 bytes in 247 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:15.791 8 INFO neutron.services.segments.plugin [-] Segment 01dd5606-0449-4637-95cc-71bc440b6f85 resource provider aggregate not found 2026-05-26 22:22:15.796 8 INFO neutron.services.segments.plugin [-] Segment 01dd5606-0449-4637-95cc-71bc440b6f85 resource provider aggregate not found 2026-05-26 22:22:15.814 8 INFO neutron.services.segments.plugin [-] Segment 01dd5606-0449-4637-95cc-71bc440b6f85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01dd5606-0449-4637-95cc-71bc440b6f85 found for delete ", "request_id": "req-de433c9a-94ad-4c08-be5f-92e09a6081d9"}]} 2026-05-26 22:22:15.815 8 INFO neutron.services.segments.plugin [-] Segment 01dd5606-0449-4637-95cc-71bc440b6f85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01dd5606-0449-4637-95cc-71bc440b6f85 found for delete ", "request_id": "req-6dc9f572-03cd-420d-b50f-6c41941115cb"}]} [pid: 7|app: 0|req: 898/1999] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:15 2026] DELETE /v2.0/security-groups/795fdb70-070e-4fec-8d13-d500c8308f30 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:15.887 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb792045-51a3-48e1-98b1-29ac4c0123b4 6d46b58334524908b013f2db536ff4d3 99585ba4733d439fa6eb32158b4e5f7d - - default default] TaaS: Handle Delete Port: 96cf6485-0258-4183-a1b0-5ef5b31b5a95 2026-05-26 22:22:15.893 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb792045-51a3-48e1-98b1-29ac4c0123b4 6d46b58334524908b013f2db536ff4d3 99585ba4733d439fa6eb32158b4e5f7d - - default default] Tap Mirror: Handle Delete Port: 96cf6485-0258-4183-a1b0-5ef5b31b5a95 [pid: 8|app: 0|req: 1102/2000] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:22:15 2026] DELETE /v2.0/ports/96cf6485-0258-4183-a1b0-5ef5b31b5a95 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:16.072 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d8d6653-40e8-4c32-beaa-653ea71577f4 6d46b58334524908b013f2db536ff4d3 99585ba4733d439fa6eb32158b4e5f7d - - default default] TaaS: Handle Delete Port: a02e91b1-af64-4e5d-8f03-ef41d6f065a5 2026-05-26 22:22:16.075 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d8d6653-40e8-4c32-beaa-653ea71577f4 6d46b58334524908b013f2db536ff4d3 99585ba4733d439fa6eb32158b4e5f7d - - default default] Tap Mirror: Handle Delete Port: a02e91b1-af64-4e5d-8f03-ef41d6f065a5 [pid: 8|app: 0|req: 1103/2001] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:22:15 2026] DELETE /v2.0/ports/a02e91b1-af64-4e5d-8f03-ef41d6f065a5 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:16.194 7 INFO neutron_taas.services.taas.taas_plugin [None req-52e6488a-0152-46c4-9316-aa99ea3b2efd 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 659f231a-8071-43db-b22f-1c9d2b93ebd5 2026-05-26 22:22:16.196 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52e6488a-0152-46c4-9316-aa99ea3b2efd 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 659f231a-8071-43db-b22f-1c9d2b93ebd5 2026-05-26 22:22:16.255 8 INFO neutron_taas.services.taas.taas_plugin [None req-21f259df-86a9-47e8-8a4b-23df52add0d6 6d46b58334524908b013f2db536ff4d3 99585ba4733d439fa6eb32158b4e5f7d - - default default] TaaS: Handle Delete Port: f3a39b10-1de3-40a1-9fa6-aadedfbfb05c 2026-05-26 22:22:16.258 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21f259df-86a9-47e8-8a4b-23df52add0d6 6d46b58334524908b013f2db536ff4d3 99585ba4733d439fa6eb32158b4e5f7d - - default default] Tap Mirror: Handle Delete Port: f3a39b10-1de3-40a1-9fa6-aadedfbfb05c [pid: 8|app: 0|req: 1104/2002] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:22:16 2026] DELETE /v2.0/ports/f3a39b10-1de3-40a1-9fa6-aadedfbfb05c => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:16.420 8 INFO neutron_taas.services.taas.taas_plugin [None req-be58ef25-7ccc-4d85-8805-76f3a1f53db7 6d46b58334524908b013f2db536ff4d3 99585ba4733d439fa6eb32158b4e5f7d - - default default] TaaS: Handle Delete Port: c47e7806-4b73-4c1d-873b-65c43d50a07e 2026-05-26 22:22:16.423 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be58ef25-7ccc-4d85-8805-76f3a1f53db7 6d46b58334524908b013f2db536ff4d3 99585ba4733d439fa6eb32158b4e5f7d - - default default] Tap Mirror: Handle Delete Port: c47e7806-4b73-4c1d-873b-65c43d50a07e [pid: 8|app: 0|req: 1105/2003] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:22:16 2026] DELETE /v2.0/ports/c47e7806-4b73-4c1d-873b-65c43d50a07e => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2004] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:22:16 2026] DELETE /v2.0/networks/073f8f89-0616-4d8b-8c89-63d3e6a4f389 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2005] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:22:16 2026] DELETE /v2.0/networks/d69bc8d3-d3be-407e-acf9-7f86ecf9c4a9 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/2006] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:22:15 2026] PUT /v2.0/routers/510340ca-b3e8-42c8-b242-351c1715dbeb/remove_router_interface => generated 309 bytes in 815 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2007] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:22:16 2026] DELETE /v2.0/networks/2aeb7ed2-cf48-487d-82c8-768039fb40dd => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:16.924 7 INFO neutron_taas.services.taas.taas_plugin [None req-96bec6bd-a860-4670-8523-76a37cb089ca 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 22bae2f6-70f8-4c18-8161-60009651c425 2026-05-26 22:22:16.927 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96bec6bd-a860-4670-8523-76a37cb089ca 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 22bae2f6-70f8-4c18-8161-60009651c425 [pid: 8|app: 0|req: 1109/2008] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:22:16 2026] DELETE /v2.0/networks/14c1a8d2-6fef-4371-8929-f304301a43dd => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:17.190 7 INFO neutron_taas.services.taas.taas_plugin [None req-96bec6bd-a860-4670-8523-76a37cb089ca 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: b3a5cf6d-f3bc-4094-8e43-d8c5e13fbeb1 2026-05-26 22:22:17.193 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96bec6bd-a860-4670-8523-76a37cb089ca 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: b3a5cf6d-f3bc-4094-8e43-d8c5e13fbeb1 2026-05-26 22:22:17.310 8 INFO neutron.db.segments_db [None req-cf361f71-f17f-46cb-be4f-62e63185c4e0 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Added segment fe1a3827-b5c1-467c-9722-97eb109b545c of type vxlan for network 9a2f3c98-b4f7-4c16-b543-139f42beacb6 [pid: 8|app: 0|req: 1110/2009] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:22:16 2026] POST /v2.0/networks => generated 633 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:17.500 7 INFO neutron.services.segments.plugin [-] Segment dec838fd-48a5-4925-aab2-c021b51bf560 resource provider aggregate not found [pid: 8|app: 0|req: 1111/2010] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:22:17 2026] DELETE /v2.0/networks/d50e1e77-0b55-4fd7-860f-aeddb6177af8 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:17.506 7 INFO neutron.services.segments.plugin [-] Segment dec838fd-48a5-4925-aab2-c021b51bf560 resource provider aggregate not found 2026-05-26 22:22:17.519 7 INFO neutron.db.l3_hamode_db [None req-96bec6bd-a860-4670-8523-76a37cb089ca 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] HA network 7b038bad-3880-4cf9-80a9-5a61df5a9a9c was deleted as no HA routers are present in tenant eba4bf8d3dae4bf98ea9e8ed9a3b3708. [pid: 7|app: 0|req: 900/2011] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:16 2026] DELETE /v2.0/routers/510340ca-b3e8-42c8-b242-351c1715dbeb => generated 0 bytes in 794 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:17.525 7 INFO neutron.services.segments.plugin [-] Segment dec838fd-48a5-4925-aab2-c021b51bf560 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dec838fd-48a5-4925-aab2-c021b51bf560 found for delete ", "request_id": "req-588f6ac8-1d64-4f74-bf7f-eebc450eebec"}]} 2026-05-26 22:22:17.532 7 INFO neutron.services.segments.plugin [-] Segment dec838fd-48a5-4925-aab2-c021b51bf560 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dec838fd-48a5-4925-aab2-c021b51bf560 found for delete ", "request_id": "req-a0b8aaf8-e990-4238-a7ec-e15011e16a3e"}]} 2026-05-26 22:22:17.560 8 INFO neutron.db.segments_db [None req-3c4c50a6-bed3-42e8-877f-a692d478be6c 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Added segment 3dd7deb2-90b1-4d92-b9de-82318444100b of type vxlan for network 20ccf79b-0fa6-4daa-8db6-37a6b54ae5db [pid: 8|app: 0|req: 1112/2012] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:22:17 2026] POST /v2.0/networks => generated 633 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/2013] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:17 2026] DELETE /v2.0/subnets/cd9750f5-8c54-447b-a483-c4acec288b4c => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:17.747 7 INFO neutron_taas.services.taas.taas_plugin [None req-d4c96b22-2b98-423e-a63a-40ef79120aba 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 619e301c-91a2-48fe-be4a-767bb49d698b 2026-05-26 22:22:17.750 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4c96b22-2b98-423e-a63a-40ef79120aba 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 619e301c-91a2-48fe-be4a-767bb49d698b 2026-05-26 22:22:17.836 8 INFO neutron.services.segments.plugin [-] Segment 3623d59e-bb41-4416-a21b-91d188cb8a67 resource provider aggregate not found 2026-05-26 22:22:17.841 8 INFO neutron.services.segments.plugin [-] Segment 3623d59e-bb41-4416-a21b-91d188cb8a67 resource provider aggregate not found 2026-05-26 22:22:17.858 8 INFO neutron.services.segments.plugin [-] Segment 3623d59e-bb41-4416-a21b-91d188cb8a67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3623d59e-bb41-4416-a21b-91d188cb8a67 found for delete ", "request_id": "req-c707a1cc-280c-4637-a130-8f343307ffc2"}]} 2026-05-26 22:22:17.865 8 INFO neutron.services.segments.plugin [-] Segment 3623d59e-bb41-4416-a21b-91d188cb8a67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3623d59e-bb41-4416-a21b-91d188cb8a67 found for delete ", "request_id": "req-3e9a3861-a568-48e8-8abb-9c9c6add8b85"}]} 2026-05-26 22:22:17.879 8 INFO neutron.services.segments.plugin [-] Segment 86d48ef2-838d-4b87-b81b-0919b978df1d resource provider aggregate not found 2026-05-26 22:22:17.885 8 INFO neutron.services.segments.plugin [-] Segment 86d48ef2-838d-4b87-b81b-0919b978df1d resource provider aggregate not found 2026-05-26 22:22:17.902 8 INFO neutron.services.segments.plugin [-] Segment 86d48ef2-838d-4b87-b81b-0919b978df1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86d48ef2-838d-4b87-b81b-0919b978df1d found for delete ", "request_id": "req-5cd40d6b-4de3-40e1-8263-598014fafdee"}]} 2026-05-26 22:22:17.908 8 INFO neutron.services.segments.plugin [-] Segment 86d48ef2-838d-4b87-b81b-0919b978df1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86d48ef2-838d-4b87-b81b-0919b978df1d found for delete ", "request_id": "req-3b0ceec3-cc0d-4e1c-90d3-27b5a323b9a3"}]} [pid: 8|app: 0|req: 1113/2014] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:22:17 2026] POST /v2.0/subnets => generated 646 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:17.928 8 INFO neutron.services.segments.plugin [-] Segment 16e9c5e5-fc25-4cbb-9a16-5ebc4c46a51b resource provider aggregate not found 2026-05-26 22:22:17.932 8 INFO neutron.services.segments.plugin [-] Segment 16e9c5e5-fc25-4cbb-9a16-5ebc4c46a51b resource provider aggregate not found [pid: 7|app: 0|req: 902/2015] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:22:17 2026] DELETE /v2.0/networks/55c21353-ea22-4d53-9397-06dbecc2bbdc => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:17.949 8 INFO neutron.services.segments.plugin [-] Segment 16e9c5e5-fc25-4cbb-9a16-5ebc4c46a51b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16e9c5e5-fc25-4cbb-9a16-5ebc4c46a51b found for delete ", "request_id": "req-aa9b5a78-42f5-419e-b60c-37badaddf5e8"}]} 2026-05-26 22:22:17.954 8 INFO neutron.services.segments.plugin [-] Segment 16e9c5e5-fc25-4cbb-9a16-5ebc4c46a51b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16e9c5e5-fc25-4cbb-9a16-5ebc4c46a51b found for delete ", "request_id": "req-d4213673-b01b-4621-b36f-4ddf56f3386e"}]} 2026-05-26 22:22:17.966 8 INFO neutron.services.segments.plugin [-] Segment 13db1654-b76d-45d1-b967-3d0e3009f77c resource provider aggregate not found 2026-05-26 22:22:17.971 8 INFO neutron.services.segments.plugin [-] Segment 13db1654-b76d-45d1-b967-3d0e3009f77c resource provider aggregate not found 2026-05-26 22:22:17.994 8 INFO neutron.services.segments.plugin [-] Segment 13db1654-b76d-45d1-b967-3d0e3009f77c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13db1654-b76d-45d1-b967-3d0e3009f77c found for delete ", "request_id": "req-0ab0911e-99da-43f0-b6e2-55591700004f"}]} 2026-05-26 22:22:18.001 8 INFO neutron.services.segments.plugin [-] Segment 13db1654-b76d-45d1-b967-3d0e3009f77c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13db1654-b76d-45d1-b967-3d0e3009f77c found for delete ", "request_id": "req-5942bd3c-f357-4afb-aa55-86b25a97ecf1"}]} 2026-05-26 22:22:18.017 8 INFO neutron.services.segments.plugin [-] Segment a8af8a89-c37d-4da6-a5a4-d925eebf7f72 resource provider aggregate not found 2026-05-26 22:22:18.018 8 INFO neutron.services.segments.plugin [-] Segment a8af8a89-c37d-4da6-a5a4-d925eebf7f72 resource provider aggregate not found 2026-05-26 22:22:18.037 8 INFO neutron.services.segments.plugin [-] Segment a8af8a89-c37d-4da6-a5a4-d925eebf7f72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8af8a89-c37d-4da6-a5a4-d925eebf7f72 found for delete ", "request_id": "req-88fbb1ba-f60c-4b54-b3ba-45244fdc56c9"}]} 2026-05-26 22:22:18.040 8 INFO neutron.services.segments.plugin [-] Segment a8af8a89-c37d-4da6-a5a4-d925eebf7f72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8af8a89-c37d-4da6-a5a4-d925eebf7f72 found for delete ", "request_id": "req-690f1542-b9be-489c-807d-ad7ea1826dfa"}]} [pid: 8|app: 0|req: 1114/2016] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:22:17 2026] POST /v2.0/subnets => generated 655 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:18.255 8 INFO neutron.db.segments_db [None req-c5614894-5e89-4b97-8fa0-17069c1534b0 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Added segment 3d88942f-96c2-4437-a2a0-5e88881ab35e of type vxlan for network 4446183c-137c-4b68-a8d5-ad5aa6a47d86 2026-05-26 22:22:18.348 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5e072e8-03dd-4286-89ab-424e86dbbbaa 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 4de65f5b-3ec2-4640-bb05-2c0eb7bbc429 2026-05-26 22:22:18.352 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5e072e8-03dd-4286-89ab-424e86dbbbaa 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 4de65f5b-3ec2-4640-bb05-2c0eb7bbc429 2026-05-26 22:22:18.433 8 INFO neutron.db.l3_hamode_db [None req-c5614894-5e89-4b97-8fa0-17069c1534b0 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:22:18.535 8 INFO neutron.db.l3_hamode_db [None req-c5614894-5e89-4b97-8fa0-17069c1534b0 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 903/2017] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:22:17 2026] PUT /v2.0/routers/fa48526e-b068-4fac-a131-5ec0674ef4d0/remove_router_interface => generated 309 bytes in 930 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/2018] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:18 2026] GET /v2.0/security-groups?tenant_id=99585ba4733d439fa6eb32158b4e5f7d&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2019] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:22:18 2026] POST /v2.0/routers => generated 510 bytes in 891 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2020] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:19 2026] DELETE /v2.0/security-groups/5a502e80-bf7d-4b31-9ec6-9291bf90999e => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:19.209 7 INFO neutron_taas.services.taas.taas_plugin [None req-01b3c807-1089-43b2-9e87-a521fc8424f0 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 18a50739-2692-451a-99fa-141968b6ac22 2026-05-26 22:22:19.211 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01b3c807-1089-43b2-9e87-a521fc8424f0 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 18a50739-2692-451a-99fa-141968b6ac22 2026-05-26 22:22:19.444 7 INFO neutron_taas.services.taas.taas_plugin [None req-01b3c807-1089-43b2-9e87-a521fc8424f0 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: e2dd5936-01b1-4634-97f3-bb5d4313eafa 2026-05-26 22:22:19.447 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01b3c807-1089-43b2-9e87-a521fc8424f0 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: e2dd5936-01b1-4634-97f3-bb5d4313eafa 2026-05-26 22:22:19.568 7 INFO neutron.services.segments.plugin [-] Segment 035280f9-4f4b-42c0-9fe9-febb44a7d654 resource provider aggregate not found 2026-05-26 22:22:19.576 7 INFO neutron.services.segments.plugin [-] Segment 035280f9-4f4b-42c0-9fe9-febb44a7d654 resource provider aggregate not found 2026-05-26 22:22:19.591 7 INFO neutron.services.segments.plugin [-] Segment 035280f9-4f4b-42c0-9fe9-febb44a7d654 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 035280f9-4f4b-42c0-9fe9-febb44a7d654 found for delete ", "request_id": "req-caf63451-4720-4a0e-be1a-27f6df6b3cc7"}]} 2026-05-26 22:22:19.595 7 INFO neutron.services.segments.plugin [-] Segment 035280f9-4f4b-42c0-9fe9-febb44a7d654 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 035280f9-4f4b-42c0-9fe9-febb44a7d654 found for delete ", "request_id": "req-08a1609f-cf06-4d9a-a3cc-c293264ea014"}]} 2026-05-26 22:22:19.820 7 INFO neutron.db.l3_hamode_db [None req-01b3c807-1089-43b2-9e87-a521fc8424f0 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] HA network 0d7a8aa4-77e5-42b6-a3bc-e6be7f8ac2b2 was deleted as no HA routers are present in tenant 6fecf982670240f4bca7788e6a71eb3d. [pid: 7|app: 0|req: 905/2021] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:19 2026] DELETE /v2.0/routers/fa48526e-b068-4fac-a131-5ec0674ef4d0 => generated 0 bytes in 789 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/2024] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:19 2026] GET /v2.0/security-groups?tenant_id=ebca5a3d90524a5aa3e77313951ae2d9&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/2025] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:19 2026] DELETE /v2.0/subnets/881c8ab9-ea76-44a3-8a67-03f047ae5f52 => 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: 1117/2026] 10.0.0.165 () {34 vars in 783 bytes} [Tue May 26 22:22:19 2026] PUT /v2.0/routers/7e143902-182f-4815-8c1e-4ec90dc9b50d/add_router_interface => generated 309 bytes in 971 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/2027] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:20 2026] DELETE /v2.0/security-groups/2d81233b-0f58-4085-930e-c423059ef7ca => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:20.247 8 INFO neutron_taas.services.taas.taas_plugin [None req-137fe04f-c780-4647-8635-f93443756301 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 6d1d414d-51ba-4d9a-b30b-3de92dc40c65 2026-05-26 22:22:20.249 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-137fe04f-c780-4647-8635-f93443756301 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 6d1d414d-51ba-4d9a-b30b-3de92dc40c65 [pid: 7|app: 0|req: 911/2028] 10.0.0.165 () {32 vars in 717 bytes} [Tue May 26 22:22:20 2026] GET /v2.0/ports/e7cc52b1-1b95-4f40-bf3e-51806d56977d => generated 959 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:22:20.389 8 INFO neutron.services.segments.plugin [-] Segment 37d2fcf8-8100-46ac-93dd-26c881591d19 resource provider aggregate not found 2026-05-26 22:22:20.398 8 INFO neutron.services.segments.plugin [-] Segment 37d2fcf8-8100-46ac-93dd-26c881591d19 resource provider aggregate not found 2026-05-26 22:22:20.405 8 INFO neutron.services.segments.plugin [-] Segment 37d2fcf8-8100-46ac-93dd-26c881591d19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37d2fcf8-8100-46ac-93dd-26c881591d19 found for delete ", "request_id": "req-b2ec681d-e40a-4b90-8f7b-50744dcf5b3d"}]} 2026-05-26 22:22:20.416 8 INFO neutron.services.segments.plugin [-] Segment 37d2fcf8-8100-46ac-93dd-26c881591d19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37d2fcf8-8100-46ac-93dd-26c881591d19 found for delete ", "request_id": "req-72da5683-08db-4d57-974e-f917a43a46c1"}]} [pid: 8|app: 0|req: 1118/2029] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:22:20 2026] DELETE /v2.0/networks/62608246-45fe-482e-91a8-3e9a6ae7b44f => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2030] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:20 2026] GET /v2.0/security-groups?tenant_id=1548836ba8964b37bd05d1ee0b067571&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2031] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:20 2026] DELETE /v2.0/security-groups/db8cd1b2-189b-46ec-bd3e-f4a318f47d01 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2032] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:20 2026] GET /v2.0/security-groups?tenant_id=6fecf982670240f4bca7788e6a71eb3d&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2033] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:20 2026] DELETE /v2.0/security-groups/18cf3d35-41ed-458d-8c63-771a9bc30385 => 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: 1123/2034] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:20 2026] GET /v2.0/security-groups?tenant_id=eba4bf8d3dae4bf98ea9e8ed9a3b3708&name=default => 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: 1124/2035] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:21 2026] DELETE /v2.0/security-groups/6eb7e1f7-6de1-4562-9f64-930d98c68afe => 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: 912/2036] 10.0.0.165 () {34 vars in 783 bytes} [Tue May 26 22:22:20 2026] PUT /v2.0/routers/7e143902-182f-4815-8c1e-4ec90dc9b50d/add_router_interface => generated 309 bytes in 1052 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2037] 10.0.0.165 () {32 vars in 717 bytes} [Tue May 26 22:22:21 2026] GET /v2.0/ports/be4187ad-d928-43ac-8c54-6330e105f49d => generated 967 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:22:21.623 7 INFO neutron.services.segments.plugin [-] Segment c92e4ddc-34ed-47f4-9302-a6f8bb7cb7f1 resource provider aggregate not found 2026-05-26 22:22:21.627 7 INFO neutron.services.segments.plugin [-] Segment c92e4ddc-34ed-47f4-9302-a6f8bb7cb7f1 resource provider aggregate not found 2026-05-26 22:22:21.642 7 INFO neutron.services.segments.plugin [-] Segment c92e4ddc-34ed-47f4-9302-a6f8bb7cb7f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c92e4ddc-34ed-47f4-9302-a6f8bb7cb7f1 found for delete ", "request_id": "req-a74080d8-ec47-4221-aa08-902687629511"}]} 2026-05-26 22:22:21.644 7 INFO neutron.services.segments.plugin [-] Segment c92e4ddc-34ed-47f4-9302-a6f8bb7cb7f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c92e4ddc-34ed-47f4-9302-a6f8bb7cb7f1 found for delete ", "request_id": "req-982a5397-1f24-408f-8d1a-4fa53adc051a"}]} 2026-05-26 22:22:21.764 7 INFO neutron_taas.services.taas.taas_plugin [None req-97f7a492-d759-45c3-8dc8-7be1839c2232 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] TaaS: Handle Delete Port: be4187ad-d928-43ac-8c54-6330e105f49d 2026-05-26 22:22:21.767 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97f7a492-d759-45c3-8dc8-7be1839c2232 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Tap Mirror: Handle Delete Port: be4187ad-d928-43ac-8c54-6330e105f49d [pid: 7|app: 0|req: 913/2038] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:22:21 2026] PUT /v2.0/routers/7e143902-182f-4815-8c1e-4ec90dc9b50d/remove_router_interface => generated 309 bytes in 773 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:22:22.497 8 INFO neutron_taas.services.taas.taas_plugin [None req-935356fa-558c-449d-9a62-52f72180ed39 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] TaaS: Handle Delete Port: e7cc52b1-1b95-4f40-bf3e-51806d56977d 2026-05-26 22:22:22.500 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-935356fa-558c-449d-9a62-52f72180ed39 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Tap Mirror: Handle Delete Port: e7cc52b1-1b95-4f40-bf3e-51806d56977d [pid: 8|app: 0|req: 1126/2039] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:22:22 2026] PUT /v2.0/routers/7e143902-182f-4815-8c1e-4ec90dc9b50d/remove_router_interface => generated 309 bytes in 705 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/2040] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:22:22 2026] GET /v2.0/ports?device_id=7e143902-182f-4815-8c1e-4ec90dc9b50d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:23.014 8 INFO neutron_taas.services.taas.taas_plugin [None req-f9402b8d-a96d-438b-8613-6310d07f42e6 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] TaaS: Handle Delete Port: 3e1de92d-0d6a-469e-91ad-75d009f3f3cc 2026-05-26 22:22:23.017 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9402b8d-a96d-438b-8613-6310d07f42e6 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Tap Mirror: Handle Delete Port: 3e1de92d-0d6a-469e-91ad-75d009f3f3cc 2026-05-26 22:22:23.288 8 INFO neutron.services.segments.plugin [-] Segment 3d88942f-96c2-4437-a2a0-5e88881ab35e resource provider aggregate not found 2026-05-26 22:22:23.288 8 INFO neutron.services.segments.plugin [-] Segment 3d88942f-96c2-4437-a2a0-5e88881ab35e resource provider aggregate not found 2026-05-26 22:22:23.304 8 INFO neutron.services.segments.plugin [-] Segment 3d88942f-96c2-4437-a2a0-5e88881ab35e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d88942f-96c2-4437-a2a0-5e88881ab35e found for delete ", "request_id": "req-f8b75dec-6898-4bf2-ac22-91b7d64f572c"}]} 2026-05-26 22:22:23.308 8 INFO neutron.db.l3_hamode_db [None req-f9402b8d-a96d-438b-8613-6310d07f42e6 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] HA network 4446183c-137c-4b68-a8d5-ad5aa6a47d86 was deleted as no HA routers are present in tenant 96f51283f5884841b7c829d42013f3cb. 2026-05-26 22:22:23.310 8 INFO neutron.services.segments.plugin [-] Segment 3d88942f-96c2-4437-a2a0-5e88881ab35e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d88942f-96c2-4437-a2a0-5e88881ab35e found for delete ", "request_id": "req-fde33691-6584-43e5-afb3-70df6f54cc79"}]} [pid: 8|app: 0|req: 1127/2041] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:22 2026] DELETE /v2.0/routers/7e143902-182f-4815-8c1e-4ec90dc9b50d => generated 0 bytes in 426 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/2042] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:23 2026] DELETE /v2.0/subnets/dcabb2a6-ab35-46bd-9652-677579d83b2d => 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: 1128/2043] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:23 2026] DELETE /v2.0/subnets/a1f14c9d-41be-4db7-9b46-65d29aa34e13 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:23.767 7 INFO neutron.services.segments.plugin [-] Segment 3dd7deb2-90b1-4d92-b9de-82318444100b resource provider aggregate not found 2026-05-26 22:22:23.771 7 INFO neutron.services.segments.plugin [-] Segment 3dd7deb2-90b1-4d92-b9de-82318444100b resource provider aggregate not found 2026-05-26 22:22:23.792 7 INFO neutron.services.segments.plugin [-] Segment 3dd7deb2-90b1-4d92-b9de-82318444100b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dd7deb2-90b1-4d92-b9de-82318444100b found for delete ", "request_id": "req-55133d64-0234-41b4-be38-30b368b0c163"}]} 2026-05-26 22:22:23.792 7 INFO neutron.services.segments.plugin [-] Segment 3dd7deb2-90b1-4d92-b9de-82318444100b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dd7deb2-90b1-4d92-b9de-82318444100b found for delete ", "request_id": "req-cdee1b1a-6d0c-452f-a791-f6bb87a4a52d"}]} [pid: 7|app: 0|req: 916/2044] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:22:23 2026] DELETE /v2.0/networks/20ccf79b-0fa6-4daa-8db6-37a6b54ae5db => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:23.915 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ca4e110-90f8-4faa-84ac-4760cc3165e7 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] TaaS: Handle Delete Port: e94ec239-9021-40a1-8bc3-caf0c0c97869 2026-05-26 22:22:23.919 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ca4e110-90f8-4faa-84ac-4760cc3165e7 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Tap Mirror: Handle Delete Port: e94ec239-9021-40a1-8bc3-caf0c0c97869 2026-05-26 22:22:24.089 8 INFO neutron.db.segments_db [None req-0e78b576-e294-4b92-b716-83ab7ec0bd9c 46cd0811cf5d42c8aad4f6fd0287f0c7 9c87e3934b1b4fc480d4accf46bc2524 - - default default] Added segment 5645944d-e4cb-4784-8780-74ad7564b64d of type vxlan for network f5908575-d7b8-4694-828f-49220a11d4d9 [pid: 7|app: 0|req: 917/2045] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:22:23 2026] DELETE /v2.0/networks/9a2f3c98-b4f7-4c16-b543-139f42beacb6 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2046] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:22:23 2026] POST /v2.0/networks => generated 632 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:24.220 7 INFO neutron.db.segments_db [None req-3eed3280-a2ac-408e-a797-521e66f5faa8 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Added segment 4f9168f8-0b07-4ec0-8dbb-7d34825a2f77 of type vxlan for network 1bf28572-74d3-4469-b5e6-c9d19d372813 2026-05-26 22:22:24.274 8 INFO neutron.db.segments_db [None req-b463837c-0bc4-48a4-9280-3445f5f19a49 46cd0811cf5d42c8aad4f6fd0287f0c7 9c87e3934b1b4fc480d4accf46bc2524 - - default default] Added segment 8c58aaf8-b627-429c-88a9-40ab343f24bc of type vxlan for network 10397411-3caa-4fda-ae0f-69dc402e6657 [pid: 7|app: 0|req: 918/2047] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:22:24 2026] POST /v2.0/networks => generated 632 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2048] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:22:24 2026] POST /v2.0/networks => generated 632 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2049] 10.0.0.165 () {34 vars in 753 bytes} [Tue May 26 22:22:24 2026] PUT /v2.0/networks/f5908575-d7b8-4694-828f-49220a11d4d9/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2050] 10.0.0.165 () {32 vars in 733 bytes} [Tue May 26 22:22:24 2026] GET /v2.0/networks/f5908575-d7b8-4694-828f-49220a11d4d9/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2051] 10.0.0.165 () {34 vars in 753 bytes} [Tue May 26 22:22:24 2026] PUT /v2.0/networks/10397411-3caa-4fda-ae0f-69dc402e6657/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2052] 10.0.0.165 () {32 vars in 733 bytes} [Tue May 26 22:22:24 2026] GET /v2.0/networks/10397411-3caa-4fda-ae0f-69dc402e6657/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/2053] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:22:24 2026] POST /v2.0/subnets => generated 646 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:24.634 7 INFO neutron.db.segments_db [None req-f4cd9477-5669-48e7-83cf-e7a1ef93c578 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Added segment 195c2c9c-8470-4d14-9b6d-a10a1f9139ed of type vxlan for network 2c97190c-d289-4bce-a4f5-b81abbe4f5cf [pid: 8|app: 0|req: 1135/2054] 10.0.0.165 () {34 vars in 753 bytes} [Tue May 26 22:22:24 2026] PUT /v2.0/networks/10397411-3caa-4fda-ae0f-69dc402e6657/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2055] 10.0.0.165 () {32 vars in 733 bytes} [Tue May 26 22:22:24 2026] GET /v2.0/networks/10397411-3caa-4fda-ae0f-69dc402e6657/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2056] 10.0.0.165 () {32 vars in 733 bytes} [Tue May 26 22:22:24 2026] GET /v2.0/networks/f5908575-d7b8-4694-828f-49220a11d4d9/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:24.865 7 INFO neutron.db.l3_hamode_db [None req-f4cd9477-5669-48e7-83cf-e7a1ef93c578 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1138/2057] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:22:24 2026] DELETE /v2.0/networks/f5908575-d7b8-4694-828f-49220a11d4d9 => 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: 1139/2058] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:22:24 2026] DELETE /v2.0/networks/10397411-3caa-4fda-ae0f-69dc402e6657 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:25.001 7 INFO neutron.db.l3_hamode_db [None req-f4cd9477-5669-48e7-83cf-e7a1ef93c578 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:22:25.319 8 INFO neutron.services.segments.plugin [-] Segment 5645944d-e4cb-4784-8780-74ad7564b64d resource provider aggregate not found 2026-05-26 22:22:25.328 8 INFO neutron.services.segments.plugin [-] Segment 5645944d-e4cb-4784-8780-74ad7564b64d resource provider aggregate not found 2026-05-26 22:22:25.332 8 INFO neutron.services.segments.plugin [-] Segment 5645944d-e4cb-4784-8780-74ad7564b64d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5645944d-e4cb-4784-8780-74ad7564b64d found for delete ", "request_id": "req-9546fb11-b02a-4b5d-99be-fbe9acb39ca1"}]} 2026-05-26 22:22:25.342 8 INFO neutron.services.segments.plugin [-] Segment 5645944d-e4cb-4784-8780-74ad7564b64d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5645944d-e4cb-4784-8780-74ad7564b64d found for delete ", "request_id": "req-38eb1954-ab64-423b-a3d8-cdfa9ee3fecd"}]} 2026-05-26 22:22:25.346 8 INFO neutron.services.segments.plugin [-] Segment 8c58aaf8-b627-429c-88a9-40ab343f24bc resource provider aggregate not found 2026-05-26 22:22:25.358 8 INFO neutron.services.segments.plugin [-] Segment 8c58aaf8-b627-429c-88a9-40ab343f24bc resource provider aggregate not found 2026-05-26 22:22:25.362 8 INFO neutron.services.segments.plugin [-] Segment 8c58aaf8-b627-429c-88a9-40ab343f24bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c58aaf8-b627-429c-88a9-40ab343f24bc found for delete ", "request_id": "req-42ff3ed1-fca7-4142-9021-6f611d4e3e3d"}]} 2026-05-26 22:22:25.376 8 INFO neutron.services.segments.plugin [-] Segment 8c58aaf8-b627-429c-88a9-40ab343f24bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c58aaf8-b627-429c-88a9-40ab343f24bc found for delete ", "request_id": "req-6a562b19-8692-4b96-acc7-f3133836dccf"}]} [pid: 8|app: 0|req: 1140/2059] 10.0.0.165 () {34 vars in 678 bytes} [Tue May 26 22:22:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2060] 10.0.0.165 () {34 vars in 678 bytes} [Tue May 26 22:22:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2061] 10.0.0.165 () {34 vars in 678 bytes} [Tue May 26 22:22:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2062] 10.0.0.165 () {34 vars in 678 bytes} [Tue May 26 22:22:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2063] 10.0.0.165 () {34 vars in 678 bytes} [Tue May 26 22:22:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2064] 10.0.0.165 () {34 vars in 753 bytes} [Tue May 26 22:22:25 2026] PUT /v2.0/policies/81411869-1c6b-40b3-a2f6-43f26c31bf9e/tags => generated 17 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2065] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:25 2026] GET /v2.0/security-groups?tenant_id=a55d6ab8d69849e484911d6ea307822e&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2066] 10.0.0.165 () {34 vars in 753 bytes} [Tue May 26 22:22:25 2026] PUT /v2.0/policies/74ca196c-b82a-4543-84a9-695a72f013db/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:25.935 7 INFO neutron.services.segments.plugin [-] Segment fe1a3827-b5c1-467c-9722-97eb109b545c resource provider aggregate not found 2026-05-26 22:22:25.938 7 INFO neutron.services.segments.plugin [-] Segment fe1a3827-b5c1-467c-9722-97eb109b545c resource provider aggregate not found 2026-05-26 22:22:25.955 7 INFO neutron.services.segments.plugin [-] Segment fe1a3827-b5c1-467c-9722-97eb109b545c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe1a3827-b5c1-467c-9722-97eb109b545c found for delete ", "request_id": "req-a3339f13-aefb-4e7d-9200-7cb51ee20d15"}]} 2026-05-26 22:22:25.957 7 INFO neutron.services.segments.plugin [-] Segment fe1a3827-b5c1-467c-9722-97eb109b545c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe1a3827-b5c1-467c-9722-97eb109b545c found for delete ", "request_id": "req-f7bfd424-6b48-4905-bddb-1ee0af53c6e4"}]} [pid: 8|app: 0|req: 1148/2067] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:25 2026] DELETE /v2.0/security-groups/dd559bf1-2e28-4808-8db1-e0e9d1925b03 => 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: 920/2068] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:22:24 2026] POST /v2.0/routers => generated 510 bytes in 1389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2069] 10.0.0.165 () {34 vars in 753 bytes} [Tue May 26 22:22:25 2026] PUT /v2.0/policies/cb4aa143-b2b0-4778-838b-b0f1259ffe2d/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2070] 10.0.0.165 () {34 vars in 753 bytes} [Tue May 26 22:22:26 2026] PUT /v2.0/policies/9535c56b-4130-4c43-aa1a-04118b971566/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2071] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:26 2026] GET /v2.0/security-groups?tenant_id=9c87e3934b1b4fc480d4accf46bc2524&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2072] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:26 2026] DELETE /v2.0/security-groups/b7401098-cac3-4499-bd9d-e4c6870f0720 => 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: 921/2073] 10.0.0.165 () {34 vars in 665 bytes} [Tue May 26 22:22:25 2026] POST /v2.0/ports => generated 963 bytes in 341 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: 922/2074] 10.0.0.165 () {32 vars in 674 bytes} [Tue May 26 22:22:26 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/2075] 10.0.0.165 () {32 vars in 688 bytes} [Tue May 26 22:22:26 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/2076] 10.0.0.165 () {32 vars in 684 bytes} [Tue May 26 22:22:26 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/2077] 10.0.0.165 () {32 vars in 696 bytes} [Tue May 26 22:22:26 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/2078] 10.0.0.165 () {32 vars in 682 bytes} [Tue May 26 22:22:26 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/2079] 10.0.0.165 () {32 vars in 696 bytes} [Tue May 26 22:22:26 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/2080] 10.0.0.165 () {32 vars in 692 bytes} [Tue May 26 22:22:26 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/2081] 10.0.0.165 () {32 vars in 704 bytes} [Tue May 26 22:22:27 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/2082] 10.0.0.165 () {32 vars in 734 bytes} [Tue May 26 22:22:27 2026] DELETE /v2.0/qos/policies/81411869-1c6b-40b3-a2f6-43f26c31bf9e => 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: 931/2083] 10.0.0.165 () {32 vars in 734 bytes} [Tue May 26 22:22:27 2026] DELETE /v2.0/qos/policies/74ca196c-b82a-4543-84a9-695a72f013db => 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: 932/2084] 10.0.0.165 () {32 vars in 734 bytes} [Tue May 26 22:22:27 2026] DELETE /v2.0/qos/policies/cb4aa143-b2b0-4778-838b-b0f1259ffe2d => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/2085] 10.0.0.165 () {32 vars in 734 bytes} [Tue May 26 22:22:27 2026] DELETE /v2.0/qos/policies/9535c56b-4130-4c43-aa1a-04118b971566 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/2086] 10.0.0.165 () {32 vars in 734 bytes} [Tue May 26 22:22:27 2026] DELETE /v2.0/qos/policies/29835549-8263-4aa5-9437-c3d139cfd079 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2087] 10.0.0.165 () {34 vars in 783 bytes} [Tue May 26 22:22:26 2026] PUT /v2.0/routers/9c7a082c-8ad7-4c90-9a6e-7e2ceb858d8e/add_router_interface => generated 309 bytes in 1149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/2088] 10.0.0.165 () {32 vars in 717 bytes} [Tue May 26 22:22:27 2026] GET /v2.0/ports/db5c3f91-b90f-4d44-8559-1cc038435af5 => generated 1037 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 22:22:27.869 8 INFO neutron_taas.services.taas.taas_plugin [None req-484149b8-8a11-4d65-a30e-f77881c5bd9f 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] TaaS: Handle Delete Port: db5c3f91-b90f-4d44-8559-1cc038435af5 2026-05-26 22:22:27.872 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-484149b8-8a11-4d65-a30e-f77881c5bd9f 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Tap Mirror: Handle Delete Port: db5c3f91-b90f-4d44-8559-1cc038435af5 [pid: 8|app: 0|req: 1154/2089] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:22:27 2026] PUT /v2.0/routers/9c7a082c-8ad7-4c90-9a6e-7e2ceb858d8e/remove_router_interface => generated 309 bytes in 704 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 22:22:28.339 8 INFO neutron.api.v2.resource [None req-c36afad9-66d7-4126-a54b-1f168b185b64 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1155/2090] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:22:28 2026] PUT /v2.0/routers/9c7a082c-8ad7-4c90-9a6e-7e2ceb858d8e/remove_router_interface => generated 197 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2091] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:22:28 2026] GET /v2.0/ports?device_id=9c7a082c-8ad7-4c90-9a6e-7e2ceb858d8e => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/2092] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:28 2026] GET /v2.0/security-groups?tenant_id=f7fd6f5793f34404a7d2cd41c6ff4c47&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:22:28.514 8 INFO neutron_taas.services.taas.taas_plugin [None req-28697ea7-7714-4111-9c87-d62914926998 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] TaaS: Handle Delete Port: b0ce8a25-29c5-42db-a984-c52326203f88 2026-05-26 22:22:28.517 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28697ea7-7714-4111-9c87-d62914926998 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Tap Mirror: Handle Delete Port: b0ce8a25-29c5-42db-a984-c52326203f88 [pid: 7|app: 0|req: 937/2093] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:28 2026] DELETE /v2.0/security-groups/3fc5aa7e-e4f2-4071-b624-cc071ed8f1f0 => 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: 938/2094] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:28 2026] GET /v2.0/security-groups?tenant_id=fc254f3f5a30461e93b17df00e24e022&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:22:28.832 8 INFO neutron.services.segments.plugin [-] Segment 195c2c9c-8470-4d14-9b6d-a10a1f9139ed resource provider aggregate not found 2026-05-26 22:22:28.834 8 INFO neutron.services.segments.plugin [-] Segment 195c2c9c-8470-4d14-9b6d-a10a1f9139ed resource provider aggregate not found 2026-05-26 22:22:28.850 8 INFO neutron.services.segments.plugin [-] Segment 195c2c9c-8470-4d14-9b6d-a10a1f9139ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 195c2c9c-8470-4d14-9b6d-a10a1f9139ed found for delete ", "request_id": "req-516eaee0-35e6-449f-a9a3-d345dc5d4e15"}]} 2026-05-26 22:22:28.853 8 INFO neutron.services.segments.plugin [-] Segment 195c2c9c-8470-4d14-9b6d-a10a1f9139ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 195c2c9c-8470-4d14-9b6d-a10a1f9139ed found for delete ", "request_id": "req-9012db9a-ba32-4179-b352-50fd41e7f281"}]} 2026-05-26 22:22:28.856 8 INFO neutron.db.l3_hamode_db [None req-28697ea7-7714-4111-9c87-d62914926998 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] HA network 2c97190c-d289-4bce-a4f5-b81abbe4f5cf was deleted as no HA routers are present in tenant 96f51283f5884841b7c829d42013f3cb. [pid: 8|app: 0|req: 1157/2095] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:28 2026] DELETE /v2.0/routers/9c7a082c-8ad7-4c90-9a6e-7e2ceb858d8e => generated 0 bytes in 495 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/2096] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:28 2026] DELETE /v2.0/security-groups/d8c8ef07-56a5-48d2-8fca-dc0d6d2a3417 => 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: 1158/2097] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:28 2026] DELETE /v2.0/subnets/6a84541d-5720-4d71-9ffe-f9ba62960d36 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:29.129 7 INFO neutron_taas.services.taas.taas_plugin [None req-7049b121-4ece-4e3a-8947-f1b87864b700 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] TaaS: Handle Delete Port: fab9bc68-f4a3-4ed7-9747-76c6c3e52951 2026-05-26 22:22:29.131 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7049b121-4ece-4e3a-8947-f1b87864b700 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Tap Mirror: Handle Delete Port: fab9bc68-f4a3-4ed7-9747-76c6c3e52951 [pid: 8|app: 0|req: 1159/2098] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:29 2026] GET /v2.0/security-groups?tenant_id=3518aa060bf34e9eb1dd3495e8a5bfcf&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2099] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:29 2026] DELETE /v2.0/security-groups/9f0e17b5-701f-49a9-9be9-060b754ec6a7 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:29.296 7 INFO neutron.services.segments.plugin [-] Segment 4f9168f8-0b07-4ec0-8dbb-7d34825a2f77 resource provider aggregate not found 2026-05-26 22:22:29.298 7 INFO neutron.services.segments.plugin [-] Segment 4f9168f8-0b07-4ec0-8dbb-7d34825a2f77 resource provider aggregate not found 2026-05-26 22:22:29.320 7 INFO neutron.services.segments.plugin [-] Segment 4f9168f8-0b07-4ec0-8dbb-7d34825a2f77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f9168f8-0b07-4ec0-8dbb-7d34825a2f77 found for delete ", "request_id": "req-dbf4313e-0628-4b9d-b6d7-4c166cfb657f"}]} [pid: 7|app: 0|req: 940/2100] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:22:29 2026] DELETE /v2.0/networks/1bf28572-74d3-4469-b5e6-c9d19d372813 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:29.325 7 INFO neutron.services.segments.plugin [-] Segment 4f9168f8-0b07-4ec0-8dbb-7d34825a2f77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f9168f8-0b07-4ec0-8dbb-7d34825a2f77 found for delete ", "request_id": "req-f06f346e-9fd9-445c-8893-6e5fff537788"}]} 2026-05-26 22:22:29.383 8 INFO neutron.db.segments_db [None req-547b69c9-053f-4a1d-8d20-e93ae60496bf 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Added segment f4172922-3e6f-4365-af99-206c6d2bb534 of type vxlan for network 50e5457a-7c12-46e4-aac1-427f533ca854 [pid: 8|app: 0|req: 1161/2101] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:22:29 2026] POST /v2.0/networks => generated 634 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/2102] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:22:29 2026] POST /v2.0/subnets => generated 646 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:29.728 8 INFO neutron.db.segments_db [None req-21ee3ebe-c6ab-457c-93b2-abc89faf7fd0 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Added segment 780ea17f-8f8c-49d3-92e3-d4eb5febf311 of type vxlan for network 9f7381f0-38eb-4b9e-985a-363f637f7cda 2026-05-26 22:22:29.958 8 INFO neutron.db.l3_hamode_db [None req-21ee3ebe-c6ab-457c-93b2-abc89faf7fd0 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:22:30.061 8 INFO neutron.db.l3_hamode_db [None req-21ee3ebe-c6ab-457c-93b2-abc89faf7fd0 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1162/2103] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:22:29 2026] POST /v2.0/routers => generated 510 bytes in 901 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/2104] 10.0.0.165 () {34 vars in 783 bytes} [Tue May 26 22:22:30 2026] PUT /v2.0/routers/3261eaf6-0fef-4fa9-b4a6-5715f1354272/add_router_interface => generated 309 bytes in 944 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2105] 10.0.0.165 () {32 vars in 717 bytes} [Tue May 26 22:22:31 2026] GET /v2.0/ports/153e780a-971c-4286-bf18-000d15289f06 => generated 959 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:22:31.973 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3228a54-c899-4942-94ca-770e14f4d26d 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] TaaS: Handle Delete Port: 153e780a-971c-4286-bf18-000d15289f06 2026-05-26 22:22:31.977 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3228a54-c899-4942-94ca-770e14f4d26d 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Tap Mirror: Handle Delete Port: 153e780a-971c-4286-bf18-000d15289f06 [pid: 7|app: 0|req: 943/2106] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:22:31 2026] PUT /v2.0/routers/3261eaf6-0fef-4fa9-b4a6-5715f1354272/remove_router_interface => generated 309 bytes in 721 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2107] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:22:32 2026] GET /v2.0/ports?device_id=3261eaf6-0fef-4fa9-b4a6-5715f1354272 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:32.560 7 INFO neutron_taas.services.taas.taas_plugin [None req-69839f38-aed7-4212-b2f0-461b7fd90482 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] TaaS: Handle Delete Port: 437a9c56-867a-4832-b63a-6308512c3cfd 2026-05-26 22:22:32.563 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69839f38-aed7-4212-b2f0-461b7fd90482 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Tap Mirror: Handle Delete Port: 437a9c56-867a-4832-b63a-6308512c3cfd 2026-05-26 22:22:32.899 7 INFO neutron.services.segments.plugin [-] Segment 780ea17f-8f8c-49d3-92e3-d4eb5febf311 resource provider aggregate not found 2026-05-26 22:22:32.899 7 INFO neutron.services.segments.plugin [-] Segment 780ea17f-8f8c-49d3-92e3-d4eb5febf311 resource provider aggregate not found 2026-05-26 22:22:32.922 7 INFO neutron.services.segments.plugin [-] Segment 780ea17f-8f8c-49d3-92e3-d4eb5febf311 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 780ea17f-8f8c-49d3-92e3-d4eb5febf311 found for delete ", "request_id": "req-416cb368-c0bb-4fcb-a7a1-e6ed711f042e"}]} 2026-05-26 22:22:32.928 7 INFO neutron.services.segments.plugin [-] Segment 780ea17f-8f8c-49d3-92e3-d4eb5febf311 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 780ea17f-8f8c-49d3-92e3-d4eb5febf311 found for delete ", "request_id": "req-db86d72c-2c3b-4710-b61e-ffaadf1be293"}]} 2026-05-26 22:22:32.937 7 INFO neutron.db.l3_hamode_db [None req-69839f38-aed7-4212-b2f0-461b7fd90482 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] HA network 9f7381f0-38eb-4b9e-985a-363f637f7cda was deleted as no HA routers are present in tenant 96f51283f5884841b7c829d42013f3cb. [pid: 7|app: 0|req: 944/2108] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:32 2026] DELETE /v2.0/routers/3261eaf6-0fef-4fa9-b4a6-5715f1354272 => generated 0 bytes in 550 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2109] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:32 2026] DELETE /v2.0/subnets/000f0df1-5565-4356-9e0b-f4e90386fbc0 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:33.214 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f7cb2c4-1dd1-45ae-aa10-f64e6b9964b4 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] TaaS: Handle Delete Port: a3de54a5-6ea4-4f7e-8f54-7d22efc0bfa7 2026-05-26 22:22:33.217 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f7cb2c4-1dd1-45ae-aa10-f64e6b9964b4 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Tap Mirror: Handle Delete Port: a3de54a5-6ea4-4f7e-8f54-7d22efc0bfa7 [pid: 7|app: 0|req: 945/2110] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:22:33 2026] DELETE /v2.0/networks/50e5457a-7c12-46e4-aac1-427f533ca854 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:33.456 7 INFO neutron.db.segments_db [None req-3e6f4849-8e75-469d-9f53-394e8fef540a 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Added segment 749bf5cd-3550-4dc9-bf33-8894378a12fb of type vxlan for network 531b9bb6-4d89-476a-82db-a1a56fe4ca91 2026-05-26 22:22:33.739 7 INFO neutron.db.l3_hamode_db [None req-3e6f4849-8e75-469d-9f53-394e8fef540a 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1166/2111] 10.0.0.165 () {34 vars in 684 bytes} [Tue May 26 22:22:33 2026] POST /v2.0/security-groups => generated 1601 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2112] 10.0.0.165 () {34 vars in 684 bytes} [Tue May 26 22:22:33 2026] POST /v2.0/security-groups => generated 1601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2113] 10.0.0.165 () {34 vars in 684 bytes} [Tue May 26 22:22:33 2026] POST /v2.0/security-groups => generated 1601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2114] 10.0.0.165 () {34 vars in 684 bytes} [Tue May 26 22:22:33 2026] POST /v2.0/security-groups => generated 1601 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2115] 10.0.0.165 () {34 vars in 684 bytes} [Tue May 26 22:22:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2118] 10.0.0.165 () {34 vars in 767 bytes} [Tue May 26 22:22:34 2026] PUT /v2.0/security-groups/44baf04c-3383-43b5-8a2a-9ca763f68c81/tags => generated 17 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2119] 10.0.0.165 () {34 vars in 767 bytes} [Tue May 26 22:22:34 2026] PUT /v2.0/security-groups/00f4af24-2f29-4aba-af73-295a3c23df18/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:34.493 7 INFO neutron.db.l3_hamode_db [None req-3e6f4849-8e75-469d-9f53-394e8fef540a 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1175/2120] 10.0.0.165 () {34 vars in 767 bytes} [Tue May 26 22:22:34 2026] PUT /v2.0/security-groups/d4f7a8a5-b8ee-4610-9c58-732790dadf15/tags => generated 34 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2121] 10.0.0.165 () {34 vars in 767 bytes} [Tue May 26 22:22:34 2026] PUT /v2.0/security-groups/edbd4921-c53c-4715-811d-e861ebced56b/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2122] 10.0.0.165 () {32 vars in 680 bytes} [Tue May 26 22:22:34 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) [pid: 8|app: 0|req: 1178/2123] 10.0.0.165 () {32 vars in 694 bytes} [Tue May 26 22:22:34 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2124] 10.0.0.165 () {32 vars in 690 bytes} [Tue May 26 22:22:34 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2125] 10.0.0.165 () {32 vars in 702 bytes} [Tue May 26 22:22:34 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2126] 10.0.0.165 () {32 vars in 688 bytes} [Tue May 26 22:22:34 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2127] 10.0.0.165 () {32 vars in 702 bytes} [Tue May 26 22:22:34 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2128] 10.0.0.165 () {32 vars in 698 bytes} [Tue May 26 22:22:34 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:22:34.943 7 INFO neutron.services.segments.plugin [-] Segment f4172922-3e6f-4365-af99-206c6d2bb534 resource provider aggregate not found 2026-05-26 22:22:34.948 7 INFO neutron.services.segments.plugin [-] Segment f4172922-3e6f-4365-af99-206c6d2bb534 resource provider aggregate not found [pid: 8|app: 0|req: 1184/2129] 10.0.0.165 () {32 vars in 710 bytes} [Tue May 26 22:22:34 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:22:34.960 7 INFO neutron.services.segments.plugin [-] Segment f4172922-3e6f-4365-af99-206c6d2bb534 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4172922-3e6f-4365-af99-206c6d2bb534 found for delete ", "request_id": "req-0fbf74c8-beb6-4828-a847-f23fbc2bd24c"}]} 2026-05-26 22:22:34.971 7 INFO neutron.services.segments.plugin [-] Segment f4172922-3e6f-4365-af99-206c6d2bb534 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4172922-3e6f-4365-af99-206c6d2bb534 found for delete ", "request_id": "req-9fa84882-e177-4ef0-876f-420b8ae2b7c0"}]} [pid: 8|app: 0|req: 1185/2130] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:34 2026] DELETE /v2.0/security-groups/44baf04c-3383-43b5-8a2a-9ca763f68c81 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2131] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:35 2026] DELETE /v2.0/security-groups/00f4af24-2f29-4aba-af73-295a3c23df18 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2132] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:35 2026] DELETE /v2.0/security-groups/d4f7a8a5-b8ee-4610-9c58-732790dadf15 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2133] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:35 2026] DELETE /v2.0/security-groups/edbd4921-c53c-4715-811d-e861ebced56b => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2134] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:35 2026] DELETE /v2.0/security-groups/a10de140-b759-4e1a-9c95-4bf13249a82c => 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: 946/2135] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:22:33 2026] POST /v2.0/routers => generated 692 bytes in 2063 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2136] 10.0.0.165 () {32 vars in 721 bytes} [Tue May 26 22:22:35 2026] GET /v2.0/routers/614bfdd8-d9f1-44ca-a3d0-fbbdf84ef633 => generated 698 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/2137] 10.0.0.165 () {32 vars in 647 bytes} [Tue May 26 22:22:35 2026] GET /v2.0/routers => generated 701 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2138] 10.0.0.165 () {34 vars in 741 bytes} [Tue May 26 22:22:35 2026] PUT /v2.0/routers/614bfdd8-d9f1-44ca-a3d0-fbbdf84ef633 => generated 705 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/2139] 10.0.0.165 () {32 vars in 721 bytes} [Tue May 26 22:22:36 2026] GET /v2.0/routers/614bfdd8-d9f1-44ca-a3d0-fbbdf84ef633 => generated 705 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/2140] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:22:36 2026] GET /v2.0/ports?device_id=614bfdd8-d9f1-44ca-a3d0-fbbdf84ef633 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:36.331 7 INFO neutron_taas.services.taas.taas_plugin [None req-20f1e86c-6008-494a-b47b-2669aabf75a6 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] TaaS: Handle Delete Port: 4092f7d7-b872-46ef-8645-4f0c3349e8c0 2026-05-26 22:22:36.334 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20f1e86c-6008-494a-b47b-2669aabf75a6 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Tap Mirror: Handle Delete Port: 4092f7d7-b872-46ef-8645-4f0c3349e8c0 [pid: 8|app: 0|req: 1192/2141] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:36 2026] GET /v2.0/security-groups?tenant_id=a80262cae01748fab41aa2759c104184&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2142] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:36 2026] DELETE /v2.0/security-groups/962841be-8284-4637-abd3-78ad3e1e051c => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:36.583 7 INFO neutron_taas.services.taas.taas_plugin [None req-20f1e86c-6008-494a-b47b-2669aabf75a6 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] TaaS: Handle Delete Port: c5e2abf0-6884-48b9-afa3-e497042ae0a7 2026-05-26 22:22:36.586 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20f1e86c-6008-494a-b47b-2669aabf75a6 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] Tap Mirror: Handle Delete Port: c5e2abf0-6884-48b9-afa3-e497042ae0a7 [pid: 8|app: 0|req: 1194/2143] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:36 2026] GET /v2.0/security-groups?tenant_id=be77c15d15fd48cd8b1a2da2ab9c0358&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2144] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:36 2026] DELETE /v2.0/security-groups/d7f43d7f-5d2a-4cc9-a3ac-196bbfdbf2a1 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:36.914 7 INFO neutron.db.l3_hamode_db [None req-20f1e86c-6008-494a-b47b-2669aabf75a6 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] HA network 531b9bb6-4d89-476a-82db-a1a56fe4ca91 was deleted as no HA routers are present in tenant 96f51283f5884841b7c829d42013f3cb. [pid: 7|app: 0|req: 950/2145] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:36 2026] DELETE /v2.0/routers/614bfdd8-d9f1-44ca-a3d0-fbbdf84ef633 => generated 0 bytes in 791 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2146] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:22:36 2026] GET /v2.0/ports?device_id=614bfdd8-d9f1-44ca-a3d0-fbbdf84ef633 => 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: 951/2147] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:36 2026] GET /v2.0/security-groups?tenant_id=b4e510ee61494ed4824b38992fb585ab&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:22:36.970 8 INFO neutron.api.v2.resource [None req-95382292-820a-47ce-857e-7f392e0d1b93 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1197/2148] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:36 2026] DELETE /v2.0/routers/614bfdd8-d9f1-44ca-a3d0-fbbdf84ef633 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:22:36.985 7 INFO neutron.services.segments.plugin [-] Segment 749bf5cd-3550-4dc9-bf33-8894378a12fb resource provider aggregate not found 2026-05-26 22:22:36.991 7 INFO neutron.services.segments.plugin [-] Segment 749bf5cd-3550-4dc9-bf33-8894378a12fb resource provider aggregate not found [pid: 8|app: 0|req: 1198/2149] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:22:36 2026] GET /v2.0/ports?device_id=3261eaf6-0fef-4fa9-b4a6-5715f1354272 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:37.006 7 INFO neutron.services.segments.plugin [-] Segment 749bf5cd-3550-4dc9-bf33-8894378a12fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 749bf5cd-3550-4dc9-bf33-8894378a12fb found for delete ", "request_id": "req-8a5f327a-db65-4b23-8537-997e394c2d5b"}]} 2026-05-26 22:22:37.006 7 INFO neutron.services.segments.plugin [-] Segment 749bf5cd-3550-4dc9-bf33-8894378a12fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 749bf5cd-3550-4dc9-bf33-8894378a12fb found for delete ", "request_id": "req-5d9f4b42-1923-4713-b8f0-040dc38e15f0"}]} 2026-05-26 22:22:37.019 8 INFO neutron.api.v2.resource [None req-1395df7b-3af8-43f8-8179-bccc444f6d08 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1199/2150] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:37 2026] DELETE /v2.0/routers/3261eaf6-0fef-4fa9-b4a6-5715f1354272 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:22:37.032 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c78cba33-0b71-43b7-88ce-c57565a00878 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1200/2151] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:37 2026] DELETE /v2.0/subnets/000f0df1-5565-4356-9e0b-f4e90386fbc0 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2152] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:22:37 2026] GET /v2.0/ports?device_id=9c7a082c-8ad7-4c90-9a6e-7e2ceb858d8e => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:37.076 8 INFO neutron.api.v2.resource [None req-9ee2037c-685d-421a-b081-8ccfab7011e4 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1202/2153] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:37 2026] DELETE /v2.0/routers/9c7a082c-8ad7-4c90-9a6e-7e2ceb858d8e => 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: 952/2154] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:36 2026] DELETE /v2.0/security-groups/0f50ab0e-9046-4308-8b81-f69ef8fa639f => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:37.093 8 INFO neutron.pecan_wsgi.hooks.translation [None req-19a46204-b0da-4296-abb0-e711487960a3 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1203/2155] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:37 2026] DELETE /v2.0/subnets/6a84541d-5720-4d71-9ffe-f9ba62960d36 => 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: 953/2156] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:22:37 2026] GET /v2.0/ports?device_id=7e143902-182f-4815-8c1e-4ec90dc9b50d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:37.146 8 INFO neutron.api.v2.resource [None req-dd6409d6-718f-47bf-92b3-2ab3cb8003ba 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1204/2157] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:37 2026] DELETE /v2.0/routers/7e143902-182f-4815-8c1e-4ec90dc9b50d => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:22:37.170 7 INFO neutron.pecan_wsgi.hooks.translation [None req-99e5393f-32b5-47f2-a172-b67f2963d08f 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 954/2158] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:37 2026] DELETE /v2.0/subnets/dcabb2a6-ab35-46bd-9652-677579d83b2d => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:22:37.193 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a43d8917-1200-423b-a8ca-842a778a1cb0 7458b735e52240ef813aafe870b82c89 96f51283f5884841b7c829d42013f3cb - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1205/2159] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:37 2026] DELETE /v2.0/subnets/a1f14c9d-41be-4db7-9b46-65d29aa34e13 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/2160] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:37 2026] GET /v2.0/security-groups?tenant_id=96f51283f5884841b7c829d42013f3cb&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2161] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:37 2026] DELETE /v2.0/security-groups/8bbaabcf-57b3-4715-b5d9-387cbe138e52 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:41.336 7 INFO neutron.db.segments_db [None req-826d1921-7333-4fc7-bd1e-78e2862c4bd9 e6ee760fed73487989c83742459d885b c69986503f4a49079cbd324813c580b0 - - default default] Added segment e06833d5-e282-44bf-b3c3-727d831866e8 of type vxlan for network fe07cab4-f636-4909-85e6-6e4981ff6432 [pid: 7|app: 0|req: 956/2162] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:22:41 2026] POST /v2.0/networks => generated 631 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2163] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:22:41 2026] POST /v2.0/subnets => generated 626 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:41.727 7 INFO neutron.db.segments_db [None req-101cd732-bfcb-404f-96c4-1a92af199009 e6ee760fed73487989c83742459d885b c69986503f4a49079cbd324813c580b0 - - default default] Added segment 74bfea2d-6c5b-441d-80eb-e39a1e4046d9 of type vxlan for network 7dc293e2-1bc2-4625-bc3c-f4d2c110a7b9 [pid: 7|app: 0|req: 957/2164] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:22:41 2026] POST /v2.0/networks => generated 631 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2165] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:22:41 2026] POST /v2.0/subnets => generated 629 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:42.115 8 INFO neutron.db.segments_db [None req-859f74f2-7711-434d-b7a5-476b6045266e e6ee760fed73487989c83742459d885b c69986503f4a49079cbd324813c580b0 - - default default] Added segment 9ae4e3e1-54ad-4f4c-8f0a-41952d5dc525 of type vxlan for network 922bd31f-3053-4c0f-a38f-2664916fa441 [pid: 7|app: 0|req: 958/2166] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:41 2026] GET /v2.0/security-groups?tenant_id=04c6399442054ca5a7041d7799504d7b&name=default => generated 2929 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2167] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:22:42 2026] POST /v2.0/networks => generated 632 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/2168] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:42 2026] DELETE /v2.0/security-groups/d2a2ecb2-7e40-40af-b457-12c12f754153 => 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: 1210/2169] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:22:42 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-05-26 22:22:42.493 8 INFO neutron.db.segments_db [None req-ac3be5d7-02b5-46aa-a841-fd9efeced911 e6ee760fed73487989c83742459d885b c69986503f4a49079cbd324813c580b0 - - default default] Added segment fe1aaa3c-b73b-4567-93c2-de5b3adf49c6 of type vxlan for network 7c3d981d-cc4b-4bf3-8b1b-77591ac08579 [pid: 7|app: 0|req: 960/2170] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:42 2026] GET /v2.0/security-groups?tenant_id=337693eb63044559a6e5d49a2231247a&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2171] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:22:42 2026] POST /v2.0/networks => generated 631 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/2172] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:42 2026] DELETE /v2.0/security-groups/7badc8e9-9c1f-4cd6-9322-7470824fcd1b => 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: 1212/2173] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:22:42 2026] POST /v2.0/subnets => generated 629 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:42.875 7 INFO neutron.db.segments_db [None req-bd59748e-eb27-42a9-9d49-e7b7ff48956d e6ee760fed73487989c83742459d885b c69986503f4a49079cbd324813c580b0 - - default default] Added segment 30fe413a-e530-4f07-9a3b-d145ab985a6d of type vxlan for network bb3a1b98-00bb-4148-b6fe-5056bd0272e5 [pid: 7|app: 0|req: 962/2174] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:22:42 2026] POST /v2.0/networks => generated 632 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2175] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:22:42 2026] POST /v2.0/subnets => generated 629 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2176] 10.0.0.165 () {34 vars in 751 bytes} [Tue May 26 22:22:43 2026] PUT /v2.0/subnets/2a3fb38f-56a6-49a1-a207-210c96b01a0c/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2177] 10.0.0.165 () {34 vars in 751 bytes} [Tue May 26 22:22:43 2026] PUT /v2.0/subnets/fc5fc481-3837-454f-99ec-c3ee16eadaa7/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/2178] 10.0.0.165 () {34 vars in 751 bytes} [Tue May 26 22:22:43 2026] PUT /v2.0/subnets/35d84aa3-df1f-4c01-9638-5fee4cd72d03/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2179] 10.0.0.165 () {34 vars in 751 bytes} [Tue May 26 22:22:43 2026] PUT /v2.0/subnets/2e51f5c0-c2d6-4ec7-a5a9-29fc7280ce9d/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/2180] 10.0.0.165 () {32 vars in 664 bytes} [Tue May 26 22:22:43 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2181] 10.0.0.165 () {32 vars in 678 bytes} [Tue May 26 22:22:43 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/2182] 10.0.0.165 () {32 vars in 674 bytes} [Tue May 26 22:22:43 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2183] 10.0.0.165 () {32 vars in 686 bytes} [Tue May 26 22:22:43 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2184] 10.0.0.165 () {32 vars in 672 bytes} [Tue May 26 22:22:43 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2185] 10.0.0.165 () {32 vars in 686 bytes} [Tue May 26 22:22:43 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2186] 10.0.0.165 () {32 vars in 682 bytes} [Tue May 26 22:22:43 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2187] 10.0.0.165 () {32 vars in 694 bytes} [Tue May 26 22:22:43 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2188] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:43 2026] DELETE /v2.0/subnets/2a3fb38f-56a6-49a1-a207-210c96b01a0c => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2189] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:43 2026] DELETE /v2.0/subnets/fc5fc481-3837-454f-99ec-c3ee16eadaa7 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2190] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:44 2026] DELETE /v2.0/subnets/35d84aa3-df1f-4c01-9638-5fee4cd72d03 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2191] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:44 2026] DELETE /v2.0/subnets/2e51f5c0-c2d6-4ec7-a5a9-29fc7280ce9d => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/2192] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:22:44 2026] DELETE /v2.0/subnets/289039ac-da51-4fbb-bfb2-738a4d1943e2 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:44.542 8 INFO neutron.services.segments.plugin [-] Segment e06833d5-e282-44bf-b3c3-727d831866e8 resource provider aggregate not found 2026-05-26 22:22:44.553 8 INFO neutron.services.segments.plugin [-] Segment e06833d5-e282-44bf-b3c3-727d831866e8 resource provider aggregate not found 2026-05-26 22:22:44.564 8 INFO neutron.services.segments.plugin [-] Segment e06833d5-e282-44bf-b3c3-727d831866e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e06833d5-e282-44bf-b3c3-727d831866e8 found for delete ", "request_id": "req-c5c65b92-b6b2-4af3-bc77-061f5b4a383f"}]} 2026-05-26 22:22:44.566 8 INFO neutron.services.segments.plugin [-] Segment e06833d5-e282-44bf-b3c3-727d831866e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e06833d5-e282-44bf-b3c3-727d831866e8 found for delete ", "request_id": "req-9ece0501-5e1f-4c5f-9ba4-a10eaf715d43"}]} [pid: 8|app: 0|req: 1222/2193] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:22:44 2026] DELETE /v2.0/networks/fe07cab4-f636-4909-85e6-6e4981ff6432 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:44.677 7 INFO neutron.services.segments.plugin [-] Segment 74bfea2d-6c5b-441d-80eb-e39a1e4046d9 resource provider aggregate not found 2026-05-26 22:22:44.685 7 INFO neutron.services.segments.plugin [-] Segment 74bfea2d-6c5b-441d-80eb-e39a1e4046d9 resource provider aggregate not found 2026-05-26 22:22:44.692 7 INFO neutron.services.segments.plugin [-] Segment 74bfea2d-6c5b-441d-80eb-e39a1e4046d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74bfea2d-6c5b-441d-80eb-e39a1e4046d9 found for delete ", "request_id": "req-1c541873-9cf9-4ca7-824d-15773f80db54"}]} 2026-05-26 22:22:44.700 7 INFO neutron.services.segments.plugin [-] Segment 74bfea2d-6c5b-441d-80eb-e39a1e4046d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74bfea2d-6c5b-441d-80eb-e39a1e4046d9 found for delete ", "request_id": "req-0498b455-d797-4b56-91cc-e16e634565cc"}]} [pid: 7|app: 0|req: 972/2194] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:22:44 2026] DELETE /v2.0/networks/7dc293e2-1bc2-4625-bc3c-f4d2c110a7b9 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2195] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:22:44 2026] DELETE /v2.0/networks/922bd31f-3053-4c0f-a38f-2664916fa441 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2196] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:22:44 2026] DELETE /v2.0/networks/7c3d981d-cc4b-4bf3-8b1b-77591ac08579 => 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: 1224/2197] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:22:44 2026] DELETE /v2.0/networks/bb3a1b98-00bb-4148-b6fe-5056bd0272e5 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2198] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:45 2026] GET /v2.0/security-groups?tenant_id=b620e22f09824ec683395de74277443a&name=default => generated 2929 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2199] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:45 2026] GET /v2.0/security-groups?tenant_id=3b9d0d73756a4e04a92d5516a504cafc&name=default => generated 2929 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2200] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:46 2026] DELETE /v2.0/security-groups/df41cd20-d0d4-436e-a029-952bb8b17804 => 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: 1226/2201] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:46 2026] DELETE /v2.0/security-groups/9e3f1147-502d-4814-99b7-acf892b7d9d1 => 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: 976/2202] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:46 2026] GET /v2.0/security-groups?tenant_id=fa7c39c8ee274cca8cfd740c44817fe6&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2203] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:46 2026] DELETE /v2.0/security-groups/50a4790d-caa1-4218-88e2-c1d97d60cc66 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:46.588 8 INFO neutron.services.segments.plugin [-] Segment 9ae4e3e1-54ad-4f4c-8f0a-41952d5dc525 resource provider aggregate not found 2026-05-26 22:22:46.593 8 INFO neutron.services.segments.plugin [-] Segment 9ae4e3e1-54ad-4f4c-8f0a-41952d5dc525 resource provider aggregate not found 2026-05-26 22:22:46.603 8 INFO neutron.services.segments.plugin [-] Segment 9ae4e3e1-54ad-4f4c-8f0a-41952d5dc525 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ae4e3e1-54ad-4f4c-8f0a-41952d5dc525 found for delete ", "request_id": "req-eeb89d6e-72cc-458c-8b20-990223addba0"}]} 2026-05-26 22:22:46.609 8 INFO neutron.services.segments.plugin [-] Segment 9ae4e3e1-54ad-4f4c-8f0a-41952d5dc525 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ae4e3e1-54ad-4f4c-8f0a-41952d5dc525 found for delete ", "request_id": "req-cfba1bf9-4058-4c5e-94ff-f41d23ac0757"}]} 2026-05-26 22:22:46.626 8 INFO neutron.services.segments.plugin [-] Segment 30fe413a-e530-4f07-9a3b-d145ab985a6d resource provider aggregate not found 2026-05-26 22:22:46.629 8 INFO neutron.services.segments.plugin [-] Segment 30fe413a-e530-4f07-9a3b-d145ab985a6d resource provider aggregate not found 2026-05-26 22:22:46.641 8 INFO neutron.services.segments.plugin [-] Segment 30fe413a-e530-4f07-9a3b-d145ab985a6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30fe413a-e530-4f07-9a3b-d145ab985a6d found for delete ", "request_id": "req-4ed57482-6774-4610-b240-d57cecb0351b"}]} 2026-05-26 22:22:46.643 8 INFO neutron.services.segments.plugin [-] Segment 30fe413a-e530-4f07-9a3b-d145ab985a6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30fe413a-e530-4f07-9a3b-d145ab985a6d found for delete ", "request_id": "req-ebebb4cb-08d0-4b0c-8c68-a3f80e888891"}]} 2026-05-26 22:22:46.722 7 INFO neutron.services.segments.plugin [-] Segment fe1aaa3c-b73b-4567-93c2-de5b3adf49c6 resource provider aggregate not found 2026-05-26 22:22:46.729 7 INFO neutron.services.segments.plugin [-] Segment fe1aaa3c-b73b-4567-93c2-de5b3adf49c6 resource provider aggregate not found [pid: 7|app: 0|req: 977/2204] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:46 2026] GET /v2.0/security-groups?tenant_id=c69986503f4a49079cbd324813c580b0&name=default => generated 2928 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:22:46.747 7 INFO neutron.services.segments.plugin [-] Segment fe1aaa3c-b73b-4567-93c2-de5b3adf49c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe1aaa3c-b73b-4567-93c2-de5b3adf49c6 found for delete ", "request_id": "req-76871383-475d-4b6d-aeab-ab5dc31867f8"}]} 2026-05-26 22:22:46.749 7 INFO neutron.services.segments.plugin [-] Segment fe1aaa3c-b73b-4567-93c2-de5b3adf49c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe1aaa3c-b73b-4567-93c2-de5b3adf49c6 found for delete ", "request_id": "req-2a04b42c-5d6e-420b-8f5e-4c631a8b499e"}]} [pid: 8|app: 0|req: 1228/2205] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:46 2026] DELETE /v2.0/security-groups/6c3ccdbf-54ef-472b-ac9a-beaac66948ac => 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: 978/2206] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:48 2026] GET /v2.0/security-groups?tenant_id=ff87baa14e6a477b89afaf5e3b95cab1&name=default => generated 2929 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2207] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:48 2026] DELETE /v2.0/security-groups/1579d1ac-d4ed-4339-8eb7-1c752fa5d7cc => 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: 980/2210] 10.0.0.165 () {34 vars in 684 bytes} [Tue May 26 22:22:49 2026] POST /v2.0/security-groups => generated 1603 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2211] 10.0.0.165 () {34 vars in 767 bytes} [Tue May 26 22:22:50 2026] PUT /v2.0/security-groups/c1169c39-f36a-47a8-8daf-e45cad4dc1f2/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: 981/2212] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:22:50 2026] GET /v2.0/security-groups/c1169c39-f36a-47a8-8daf-e45cad4dc1f2/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: 1232/2213] 10.0.0.165 () {34 vars in 778 bytes} [Tue May 26 22:22:50 2026] PUT /v2.0/security-groups/c1169c39-f36a-47a8-8daf-e45cad4dc1f2/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: 982/2214] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:22:50 2026] GET /v2.0/security-groups/c1169c39-f36a-47a8-8daf-e45cad4dc1f2/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2215] 10.0.0.165 () {34 vars in 774 bytes} [Tue May 26 22:22:50 2026] PUT /v2.0/security-groups/c1169c39-f36a-47a8-8daf-e45cad4dc1f2/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: 983/2216] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:22:50 2026] GET /v2.0/security-groups/c1169c39-f36a-47a8-8daf-e45cad4dc1f2/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2217] 10.0.0.165 () {34 vars in 796 bytes} [Tue May 26 22:22:50 2026] PUT /v2.0/security-groups/c1169c39-f36a-47a8-8daf-e45cad4dc1f2/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2218] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:22:50 2026] GET /v2.0/security-groups/c1169c39-f36a-47a8-8daf-e45cad4dc1f2/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2219] 10.0.0.165 () {34 vars in 767 bytes} [Tue May 26 22:22:50 2026] PUT /v2.0/security-groups/c1169c39-f36a-47a8-8daf-e45cad4dc1f2/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2220] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:22:50 2026] GET /v2.0/security-groups/c1169c39-f36a-47a8-8daf-e45cad4dc1f2/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2221] 10.0.0.165 () {32 vars in 755 bytes} [Tue May 26 22:22:50 2026] GET /v2.0/security-groups/c1169c39-f36a-47a8-8daf-e45cad4dc1f2/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:50.979 7 INFO neutron.api.v2.resource [None req-34d170ee-01fb-442b-98eb-015bebe3780b 33cd5ade63f24d28bab94ab89dda7c4c 17ac4f45af2643a4bf8c5c20e70f3b9d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 986/2222] 10.0.0.165 () {32 vars in 759 bytes} [Tue May 26 22:22:50 2026] GET /v2.0/security-groups/c1169c39-f36a-47a8-8daf-e45cad4dc1f2/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: 1237/2223] 10.0.0.165 () {32 vars in 758 bytes} [Tue May 26 22:22:50 2026] DELETE /v2.0/security-groups/c1169c39-f36a-47a8-8daf-e45cad4dc1f2/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2224] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:22:51 2026] GET /v2.0/security-groups/c1169c39-f36a-47a8-8daf-e45cad4dc1f2/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:51.107 8 INFO neutron.api.v2.resource [None req-afb6d3f4-475d-4fc1-979f-3e91aad93495 33cd5ade63f24d28bab94ab89dda7c4c 17ac4f45af2643a4bf8c5c20e70f3b9d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1238/2225] 10.0.0.165 () {32 vars in 762 bytes} [Tue May 26 22:22:51 2026] DELETE /v2.0/security-groups/c1169c39-f36a-47a8-8daf-e45cad4dc1f2/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2226] 10.0.0.165 () {32 vars in 750 bytes} [Tue May 26 22:22:51 2026] DELETE /v2.0/security-groups/c1169c39-f36a-47a8-8daf-e45cad4dc1f2/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2227] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:22:51 2026] GET /v2.0/security-groups/c1169c39-f36a-47a8-8daf-e45cad4dc1f2/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2228] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:51 2026] DELETE /v2.0/security-groups/c1169c39-f36a-47a8-8daf-e45cad4dc1f2 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:51.708 8 INFO neutron.db.segments_db [None req-9cbed4fb-1f6b-4247-9bfb-bdb62d62ebdb 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] Added segment e4a30c5d-325a-4562-9d67-6f63854dc226 of type vxlan for network 76ae0cf3-fe9a-4181-9c3f-092b8f4b3052 [pid: 8|app: 0|req: 1240/2229] 10.0.0.165 () {34 vars in 671 bytes} [Tue May 26 22:22:51 2026] POST /v2.0/networks => generated 632 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:51.863 7 INFO neutron.db.segments_db [None req-3ca52488-d676-49c4-8f3e-82e4ded7d855 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] Added segment 4c8f5580-4a58-4ab1-8288-3e8ba7de1ed6 of type vxlan for network 55c9fb98-1783-4981-8400-c186bd0b25bc 2026-05-26 22:22:52.149 7 INFO neutron.db.l3_hamode_db [None req-3ca52488-d676-49c4-8f3e-82e4ded7d855 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1241/2230] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:51 2026] GET /v2.0/security-groups?tenant_id=e316d79dc7de414b860b9cd28b1e9ea8&name=default => generated 2929 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2231] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:52 2026] DELETE /v2.0/security-groups/10f5b912-91d7-4f41-911b-f02c52efa7b4 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2232] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:52 2026] GET /v2.0/security-groups?tenant_id=17ac4f45af2643a4bf8c5c20e70f3b9d&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2233] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:52 2026] DELETE /v2.0/security-groups/5aa68c83-bbc1-44d4-8be1-cba38daecc2a => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:52.957 7 INFO neutron.db.l3_hamode_db [None req-3ca52488-d676-49c4-8f3e-82e4ded7d855 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 990/2234] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:22:51 2026] POST /v2.0/routers => generated 695 bytes in 2040 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2235] 10.0.0.165 () {32 vars in 776 bytes} [Tue May 26 22:22:53 2026] GET /v2.0/subnets?project_id=8e36e592780a4f9390ce5fc8b577c6ea&cidr=10.100.0.0%2F28 => generated 14 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2236] 10.0.0.165 () {32 vars in 694 bytes} [Tue May 26 22:22:54 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2237] 10.0.0.165 () {32 vars in 784 bytes} [Tue May 26 22:22:54 2026] GET /v2.0/subnets?network_id=601f86c1-46c2-4652-a230-88da71920eb9&cidr=10.100.0.0%2F28 => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2238] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:22:54 2026] POST /v2.0/subnets => generated 656 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2239] 10.0.0.165 () {34 vars in 676 bytes} [Tue May 26 22:22:55 2026] POST /v2.0/subnetpools => generated 516 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2240] 10.0.0.165 () {34 vars in 783 bytes} [Tue May 26 22:22:54 2026] PUT /v2.0/routers/f9d78863-ba68-4c2d-9e64-a9513f58c125/add_router_interface => generated 309 bytes in 1293 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2241] 10.0.0.165 () {34 vars in 759 bytes} [Tue May 26 22:22:55 2026] PUT /v2.0/subnetpools/c855cd8c-2b77-4262-9928-3b9e171f4fb5/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2242] 10.0.0.165 () {32 vars in 649 bytes} [Tue May 26 22:22:55 2026] GET /v2.0/networks => generated 3606 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2243] 10.0.0.165 () {32 vars in 739 bytes} [Tue May 26 22:22:55 2026] GET /v2.0/subnetpools/c855cd8c-2b77-4262-9928-3b9e171f4fb5/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: 995/2244] 10.0.0.165 () {32 vars in 647 bytes} [Tue May 26 22:22:55 2026] GET /v2.0/subnets => generated 2594 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2245] 10.0.0.165 () {34 vars in 770 bytes} [Tue May 26 22:22:55 2026] PUT /v2.0/subnetpools/c855cd8c-2b77-4262-9928-3b9e171f4fb5/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2246] 10.0.0.165 () {32 vars in 739 bytes} [Tue May 26 22:22:55 2026] GET /v2.0/subnetpools/c855cd8c-2b77-4262-9928-3b9e171f4fb5/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2247] 10.0.0.165 () {34 vars in 766 bytes} [Tue May 26 22:22:55 2026] PUT /v2.0/subnetpools/c855cd8c-2b77-4262-9928-3b9e171f4fb5/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2248] 10.0.0.165 () {32 vars in 647 bytes} [Tue May 26 22:22:55 2026] GET /v2.0/routers => generated 738 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2249] 10.0.0.165 () {32 vars in 739 bytes} [Tue May 26 22:22:55 2026] GET /v2.0/subnetpools/c855cd8c-2b77-4262-9928-3b9e171f4fb5/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: 997/2250] 10.0.0.165 () {34 vars in 788 bytes} [Tue May 26 22:22:55 2026] PUT /v2.0/subnetpools/c855cd8c-2b77-4262-9928-3b9e171f4fb5/tags/black.or.white => 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: 998/2251] 10.0.0.165 () {32 vars in 739 bytes} [Tue May 26 22:22:56 2026] GET /v2.0/subnetpools/c855cd8c-2b77-4262-9928-3b9e171f4fb5/tags => generated 52 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2252] 10.0.0.165 () {34 vars in 759 bytes} [Tue May 26 22:22:56 2026] PUT /v2.0/subnetpools/c855cd8c-2b77-4262-9928-3b9e171f4fb5/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: 1000/2253] 10.0.0.165 () {32 vars in 739 bytes} [Tue May 26 22:22:56 2026] GET /v2.0/subnetpools/c855cd8c-2b77-4262-9928-3b9e171f4fb5/tags => generated 37 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2254] 10.0.0.165 () {34 vars in 685 bytes} [Tue May 26 22:22:56 2026] POST /v2.0/security-groups => generated 1677 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2255] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:22:56 2026] GET /v2.0/subnetpools/c855cd8c-2b77-4262-9928-3b9e171f4fb5/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:56.192 7 INFO neutron.api.v2.resource [None req-9e162201-e4ca-451a-8902-8e6a8b624665 4e67ae7591124284abf304aa8892f870 f974b097ccf7475f80002fa95873016a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1002/2256] 10.0.0.165 () {32 vars in 751 bytes} [Tue May 26 22:22:56 2026] GET /v2.0/subnetpools/c855cd8c-2b77-4262-9928-3b9e171f4fb5/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2257] 10.0.0.165 () {32 vars in 750 bytes} [Tue May 26 22:22:56 2026] DELETE /v2.0/subnetpools/c855cd8c-2b77-4262-9928-3b9e171f4fb5/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2258] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:22:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2259] 10.0.0.165 () {32 vars in 739 bytes} [Tue May 26 22:22:56 2026] GET /v2.0/subnetpools/c855cd8c-2b77-4262-9928-3b9e171f4fb5/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:56.314 8 INFO neutron.api.v2.resource [None req-b05d3e53-f04b-4f8d-978c-2d79ad150854 4e67ae7591124284abf304aa8892f870 f974b097ccf7475f80002fa95873016a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1257/2260] 10.0.0.165 () {32 vars in 754 bytes} [Tue May 26 22:22:56 2026] DELETE /v2.0/subnetpools/c855cd8c-2b77-4262-9928-3b9e171f4fb5/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: 1258/2261] 10.0.0.165 () {32 vars in 742 bytes} [Tue May 26 22:22:56 2026] DELETE /v2.0/subnetpools/c855cd8c-2b77-4262-9928-3b9e171f4fb5/tags => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2262] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:22:56 2026] POST /v2.0/security-group-rules => generated 596 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2263] 10.0.0.165 () {32 vars in 739 bytes} [Tue May 26 22:22:56 2026] GET /v2.0/subnetpools/c855cd8c-2b77-4262-9928-3b9e171f4fb5/tags => 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: 1260/2264] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:22:56 2026] DELETE /v2.0/subnetpools/c855cd8c-2b77-4262-9928-3b9e171f4fb5 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2265] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:22:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2266] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:22:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:56.698 7 INFO neutron.db.securitygroups_db [None req-208e6bef-dd6f-4d70-9598-a9a27a3d700a 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] Project 8e36e592780a4f9390ce5fc8b577c6ea 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: 1006/2267] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:22:56 2026] POST /v2.0/security-group-rules => generated 607 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:56.806 8 INFO neutron.db.securitygroups_db [None req-c8daf481-871d-499b-994e-0c57f789f467 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] Project 8e36e592780a4f9390ce5fc8b577c6ea 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: 1262/2268] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:22:56 2026] POST /v2.0/security-group-rules => generated 606 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2269] 10.0.0.165 () {32 vars in 649 bytes} [Tue May 26 22:22:57 2026] GET /v2.0/networks => generated 1297 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2270] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:57 2026] GET /v2.0/security-groups?tenant_id=f974b097ccf7475f80002fa95873016a&name=default => generated 2929 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2271] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:57 2026] DELETE /v2.0/security-groups/e8f2d2b4-4b72-4205-a271-0b14336d54db => 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: 1008/2272] 10.0.0.147 () {34 vars in 1100 bytes} [Tue May 26 22:22:57 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1076658817&fields=id&tenant_id=8e36e592780a4f9390ce5fc8b577c6ea => generated 69 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2273] 10.0.0.147 () {34 vars in 982 bytes} [Tue May 26 22:22:57 2026] GET /v2.0/networks?id=76ae0cf3-fe9a-4181-9c3f-092b8f4b3052 => generated 660 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2274] 10.0.0.147 () {34 vars in 965 bytes} [Tue May 26 22:22:57 2026] GET /v2.0/quotas/8e36e592780a4f9390ce5fc8b577c6ea => 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: 1266/2275] 10.0.0.147 () {34 vars in 1002 bytes} [Tue May 26 22:22:57 2026] GET /v2.0/ports?tenant_id=8e36e592780a4f9390ce5fc8b577c6ea&fields=id => generated 103 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2276] 10.0.0.147 () {34 vars in 1008 bytes} [Tue May 26 22:22:57 2026] GET /v2.0/networks/76ae0cf3-fe9a-4181-9c3f-092b8f4b3052?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: 1010/2277] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:22:57 2026] GET /v2.0/security-groups?tenant_id=2b01129ae7f24df38f0a02088b1b1463&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2278] 10.0.0.147 () {34 vars in 1108 bytes} [Tue May 26 22:22:57 2026] GET /v2.0/networks/76ae0cf3-fe9a-4181-9c3f-092b8f4b3052?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: 1011/2279] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:22:57 2026] DELETE /v2.0/security-groups/9fab742c-6833-416f-817d-be644760788e => 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: 1269/2280] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:22:57 2026] GET /v2.0/ports?device_id=3a97f83e-185f-49c4-8580-642223bd8753 => 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: 1012/2281] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:22:59 2026] GET /v2.0/ports?device_id=3a97f83e-185f-49c4-8580-642223bd8753 => 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: 1270/2282] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:00 2026] GET /v2.0/ports?device_id=3a97f83e-185f-49c4-8580-642223bd8753 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2283] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:01 2026] GET /v2.0/ports?device_id=3a97f83e-185f-49c4-8580-642223bd8753 => 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: 1271/2284] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:23:02 2026] GET /v2.0/networks?id=76ae0cf3-fe9a-4181-9c3f-092b8f4b3052 => generated 660 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2285] 199.204.45.129 () {34 vars in 1050 bytes} [Tue May 26 22:23:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8e36e592780a4f9390ce5fc8b577c6ea => generated 181 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2286] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:02 2026] GET /v2.0/ports?device_id=3a97f83e-185f-49c4-8580-642223bd8753 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2287] 199.204.45.129 () {38 vars in 955 bytes} [Tue May 26 22:23:02 2026] POST /v2.0/ports => generated 958 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2288] 199.204.45.129 () {38 vars in 1028 bytes} [Tue May 26 22:23:02 2026] PUT /v2.0/ports/d9f33834-b527-4b9f-b07a-785ef1fd9b81 => generated 1239 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:23:03.147 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f31a1d86-982a-4c7e-bc1f-9f6a6832c5fe'] response: {'name': 'network-changed', 'server_uuid': '3a97f83e-185f-49c4-8580-642223bd8753', 'tag': 'd9f33834-b527-4b9f-b07a-785ef1fd9b81', '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: 1016/2289] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:03 2026] GET /v2.0/ports?device_id=3a97f83e-185f-49c4-8580-642223bd8753 => generated 973 bytes in 36 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: 1274/2290] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:23:03 2026] GET /v2.0/security-groups?id=c2453030-fd1a-4c27-8632-430eeed124d0&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: 1017/2291] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:23:03 2026] GET /v2.0/ports?tenant_id=8e36e592780a4f9390ce5fc8b577c6ea&device_id=3a97f83e-185f-49c4-8580-642223bd8753 => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2292] 199.204.45.129 () {34 vars in 1018 bytes} [Tue May 26 22:23:03 2026] GET /v2.0/networks?tenant_id=8e36e592780a4f9390ce5fc8b577c6ea&shared=False => generated 756 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2293] 199.204.45.129 () {34 vars in 930 bytes} [Tue May 26 22:23:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2296] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:04 2026] GET /v2.0/ports?device_id=3a97f83e-185f-49c4-8580-642223bd8753 => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2297] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:23:04 2026] GET /v2.0/security-groups?id=c2453030-fd1a-4c27-8632-430eeed124d0&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: 1278/2298] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:23:04 2026] GET /v2.0/ports?tenant_id=8e36e592780a4f9390ce5fc8b577c6ea&device_id=3a97f83e-185f-49c4-8580-642223bd8753 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2299] 199.204.45.129 () {34 vars in 1060 bytes} [Tue May 26 22:23:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d9f33834-b527-4b9f-b07a-785ef1fd9b81 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2300] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:23:04 2026] GET /v2.0/subnets?id=873fd198-d866-4f40-b6c7-630ff77417d2 => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2301] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:23:04 2026] GET /v2.0/ports?network_id=76ae0cf3-fe9a-4181-9c3f-092b8f4b3052&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2302] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:23:04 2026] GET /v2.0/networks/76ae0cf3-fe9a-4181-9c3f-092b8f4b3052?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: 1023/2303] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:23:05 2026] GET /v2.0/networks/76ae0cf3-fe9a-4181-9c3f-092b8f4b3052?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: 1281/2304] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:05 2026] GET /v2.0/ports?device_id=3a97f83e-185f-49c4-8580-642223bd8753 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2305] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:23:05 2026] GET /v2.0/security-groups?id=c2453030-fd1a-4c27-8632-430eeed124d0&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:23:06.630 8 INFO neutron.db.segments_db [None req-3518a454-5512-4fcf-a5f0-dd58bcbc6c67 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] Added segment 332ea61a-d5ef-4c8a-9f7b-427487f28b0d of type vxlan for network 89c633dd-e72a-40d0-89f3-04138b04b6f8 [pid: 8|app: 0|req: 1282/2306] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:23:06 2026] POST /v2.0/networks => generated 639 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2307] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:06 2026] GET /v2.0/ports?device_id=3a97f83e-185f-49c4-8580-642223bd8753 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2308] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:23:06 2026] POST /v2.0/subnets => generated 658 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2309] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:23:06 2026] GET /v2.0/security-groups?id=c2453030-fd1a-4c27-8632-430eeed124d0&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: 1026/2310] 10.0.0.165 () {32 vars in 722 bytes} [Tue May 26 22:23:06 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2311] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:23:07 2026] POST /v2.0/subnets => generated 731 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:07.342 7 INFO neutron.db.segments_db [None req-c63c4eb7-da88-4d6b-ba43-bccb31cf6f12 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] Added segment a469dbdf-d18c-46a6-9f58-6efa6fba9c42 of type vxlan for network e5d10979-3d89-4f5e-ba41-a3022c7c3eaf [pid: 7|app: 0|req: 1027/2312] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:23:07 2026] POST /v2.0/networks => generated 637 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2313] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:23:07 2026] POST /v2.0/subnets => generated 655 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2314] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:23:07 2026] POST /v2.0/subnets => generated 725 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:08.069 8 INFO neutron.db.segments_db [None req-8b04a9d6-5ba3-496d-b996-3d00d2b36b94 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] Added segment 57b88879-da0b-4a1d-83ff-4fb0290f53cc of type vxlan for network 33a16961-3dce-4898-9819-035ed50a9495 [pid: 7|app: 0|req: 1029/2315] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:08 2026] GET /v2.0/ports?device_id=3a97f83e-185f-49c4-8580-642223bd8753 => generated 975 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2316] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:23:08 2026] GET /v2.0/security-groups?id=c2453030-fd1a-4c27-8632-430eeed124d0&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: 1287/2317] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:23:08 2026] POST /v2.0/networks => generated 637 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2318] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:23:08 2026] POST /v2.0/subnets => generated 655 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2319] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:23:08 2026] POST /v2.0/subnets => generated 730 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:08.679 7 INFO neutron.db.segments_db [None req-5ce47e35-9673-4c2f-984f-1a7437467b6c 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] Added segment 16fde4bc-7ffa-433b-ae6d-1e8f628874ff of type vxlan for network 8df41f3d-1058-4fdc-933d-70962f1b1773 2026-05-26 22:23:08.925 7 INFO neutron.db.l3_hamode_db [None req-5ce47e35-9673-4c2f-984f-1a7437467b6c 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1289/2320] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:09 2026] GET /v2.0/ports?device_id=3a97f83e-185f-49c4-8580-642223bd8753 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2321] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:23:09 2026] GET /v2.0/security-groups?id=c2453030-fd1a-4c27-8632-430eeed124d0&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:23:09.651 7 INFO neutron.db.l3_hamode_db [None req-5ce47e35-9673-4c2f-984f-1a7437467b6c 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1291/2322] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:10 2026] GET /v2.0/ports?device_id=3a97f83e-185f-49c4-8580-642223bd8753 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2323] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:23:10 2026] GET /v2.0/security-groups?id=c2453030-fd1a-4c27-8632-430eeed124d0&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2324] 10.0.0.165 () {34 vars in 669 bytes} [Tue May 26 22:23:08 2026] POST /v2.0/routers => generated 684 bytes in 1876 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2325] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:10 2026] GET /v2.0/ports?device_id=3a97f83e-185f-49c4-8580-642223bd8753 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2326] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:23:10 2026] GET /v2.0/security-groups?id=c2453030-fd1a-4c27-8632-430eeed124d0&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: 1035/2327] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:23:10 2026] GET /v2.0/ports?device_id=3a97f83e-185f-49c4-8580-642223bd8753 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:23:11.485 7 INFO neutron.db.l3_db [None req-414e61f9-12da-468d-a492-934e5e759ed0 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] Floating IP 9309fbbf-079f-4570-b218-0333bbfba6e6 associated. External IP: 10.96.250.213, port: d9f33834-b527-4b9f-b07a-785ef1fd9b81. [pid: 7|app: 0|req: 1036/2328] 10.0.0.165 () {34 vars in 677 bytes} [Tue May 26 22:23:10 2026] POST /v2.0/floatingips => generated 856 bytes in 1138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2329] 10.0.0.165 () {32 vars in 729 bytes} [Tue May 26 22:23:11 2026] GET /v2.0/floatingips/9309fbbf-079f-4570-b218-0333bbfba6e6 => generated 856 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:23:11.899 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8db23d3-e4b7-4a8a-b43e-8bce5490249f'] response: {'name': 'network-changed', 'server_uuid': '3a97f83e-185f-49c4-8580-642223bd8753', 'tag': 'd9f33834-b527-4b9f-b07a-785ef1fd9b81', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1293/2330] 10.0.0.165 () {34 vars in 783 bytes} [Tue May 26 22:23:10 2026] PUT /v2.0/routers/bf5b13ee-355b-4b45-a1d3-f7dfe5e070f8/add_router_interface => generated 309 bytes in 1742 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2331] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:23:12 2026] GET /v2.0/ports?tenant_id=8e36e592780a4f9390ce5fc8b577c6ea&device_id=3a97f83e-185f-49c4-8580-642223bd8753 => 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: 1295/2332] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:23:12 2026] GET /v2.0/networks?id=76ae0cf3-fe9a-4181-9c3f-092b8f4b3052 => generated 756 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2333] 199.204.45.129 () {34 vars in 1060 bytes} [Tue May 26 22:23:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d9f33834-b527-4b9f-b07a-785ef1fd9b81 => generated 859 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2334] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:23:12 2026] GET /v2.0/subnets?id=873fd198-d866-4f40-b6c7-630ff77417d2 => generated 677 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2335] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:23:12 2026] GET /v2.0/ports?network_id=76ae0cf3-fe9a-4181-9c3f-092b8f4b3052&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2336] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:23:12 2026] GET /v2.0/networks/76ae0cf3-fe9a-4181-9c3f-092b8f4b3052?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: 1300/2337] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:23:12 2026] GET /v2.0/networks/76ae0cf3-fe9a-4181-9c3f-092b8f4b3052?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: 1301/2338] 10.0.0.165 () {32 vars in 729 bytes} [Tue May 26 22:23:12 2026] GET /v2.0/floatingips/9309fbbf-079f-4570-b218-0333bbfba6e6 => generated 856 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2339] 10.0.0.165 () {34 vars in 783 bytes} [Tue May 26 22:23:12 2026] PUT /v2.0/routers/bf5b13ee-355b-4b45-a1d3-f7dfe5e070f8/add_router_interface => generated 309 bytes in 1530 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2340] 10.0.0.165 () {32 vars in 729 bytes} [Tue May 26 22:23:13 2026] GET /v2.0/floatingips/9309fbbf-079f-4570-b218-0333bbfba6e6 => 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: 1302/2341] 10.0.0.165 () {34 vars in 783 bytes} [Tue May 26 22:23:13 2026] PUT /v2.0/routers/bf5b13ee-355b-4b45-a1d3-f7dfe5e070f8/add_router_interface => generated 309 bytes in 1485 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2342] 10.0.0.165 () {34 vars in 684 bytes} [Tue May 26 22:23:15 2026] POST /v2.0/security-groups => generated 1630 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2343] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:23:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2344] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:23:15 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) [pid: 8|app: 0|req: 1304/2345] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:23:15 2026] POST /v2.0/security-group-rules => generated 599 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2346] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:23:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2347] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:23:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2348] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:23:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2349] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:23:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2350] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:23:16 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: 1307/2351] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:23:16 2026] POST /v2.0/security-group-rules => generated 599 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2352] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:23:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2353] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:23:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2354] 10.0.0.147 () {34 vars in 1096 bytes} [Tue May 26 22:23:17 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1574578944&fields=id&tenant_id=3e64143911f54ae2ad472fd3dd1ac9f7 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2355] 10.0.0.147 () {34 vars in 982 bytes} [Tue May 26 22:23:17 2026] GET /v2.0/networks?id=e5d10979-3d89-4f5e-ba41-a3022c7c3eaf => generated 704 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2356] 10.0.0.147 () {34 vars in 965 bytes} [Tue May 26 22:23:17 2026] GET /v2.0/quotas/3e64143911f54ae2ad472fd3dd1ac9f7 => 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: 1310/2357] 10.0.0.147 () {34 vars in 1002 bytes} [Tue May 26 22:23:17 2026] GET /v2.0/ports?tenant_id=3e64143911f54ae2ad472fd3dd1ac9f7&fields=id => generated 287 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2358] 10.0.0.147 () {34 vars in 1008 bytes} [Tue May 26 22:23:17 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2359] 10.0.0.147 () {34 vars in 1108 bytes} [Tue May 26 22:23:17 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf?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: 1049/2360] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:17 2026] GET /v2.0/ports?device_id=dbeb31a7-e93d-4b5a-9c55-3ae6528f8be7 => 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: 1051/2363] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 22:23:21 2026] GET /v2.0/ports?device_id=3a97f83e-185f-49c4-8580-642223bd8753 => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2364] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 22:23:21 2026] GET /v2.0/security-groups?id=c2453030-fd1a-4c27-8632-430eeed124d0&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2365] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:23:21 2026] GET /v2.0/networks?id=e5d10979-3d89-4f5e-ba41-a3022c7c3eaf => generated 704 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2366] 199.204.45.129 () {34 vars in 1050 bytes} [Tue May 26 22:23:21 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3e64143911f54ae2ad472fd3dd1ac9f7 => generated 179 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2367] 199.204.45.129 () {38 vars in 955 bytes} [Tue May 26 22:23:21 2026] POST /v2.0/ports => generated 1179 bytes in 438 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: 1054/2368] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:22 2026] GET /v2.0/ports?device_id=dbeb31a7-e93d-4b5a-9c55-3ae6528f8be7 => generated 1194 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2369] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:23:22 2026] GET /v2.0/security-groups?id=90caebdb-1c2e-45b4-8b4c-bc53c23c2213&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2370] 199.204.45.129 () {38 vars in 1028 bytes} [Tue May 26 22:23:22 2026] PUT /v2.0/ports/128e6ac4-2feb-460d-b0b7-ecddbd34e57c => generated 1460 bytes in 490 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:23:22.920 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1311b496-728d-4cda-b1ff-f29a8a28007d'] response: {'name': 'network-changed', 'server_uuid': 'dbeb31a7-e93d-4b5a-9c55-3ae6528f8be7', 'tag': '128e6ac4-2feb-460d-b0b7-ecddbd34e57c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1056/2371] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:23:23 2026] GET /v2.0/ports?tenant_id=3e64143911f54ae2ad472fd3dd1ac9f7&device_id=dbeb31a7-e93d-4b5a-9c55-3ae6528f8be7 => generated 1463 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1316/2372] 199.204.45.129 () {34 vars in 1018 bytes} [Tue May 26 22:23:23 2026] GET /v2.0/networks?tenant_id=3e64143911f54ae2ad472fd3dd1ac9f7&shared=False => generated 2374 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2373] 199.204.45.129 () {34 vars in 930 bytes} [Tue May 26 22:23:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2374] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:23:24 2026] GET /v2.0/ports?tenant_id=3e64143911f54ae2ad472fd3dd1ac9f7&device_id=dbeb31a7-e93d-4b5a-9c55-3ae6528f8be7 => generated 1463 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2375] 199.204.45.129 () {34 vars in 1056 bytes} [Tue May 26 22:23:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.57&port_id=128e6ac4-2feb-460d-b0b7-ecddbd34e57c => 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: 1318/2376] 199.204.45.129 () {34 vars in 1104 bytes} [Tue May 26 22:23:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A317&port_id=128e6ac4-2feb-460d-b0b7-ecddbd34e57c => 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: 1059/2377] 199.204.45.129 () {34 vars in 1064 bytes} [Tue May 26 22:23:24 2026] GET /v2.0/subnets?id=092e7304-2b75-4d11-b52c-6019c269343c&id=d2d1f533-b1a7-4c5c-ab9f-b8633f80506b => generated 1409 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2378] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:23:24 2026] GET /v2.0/ports?network_id=e5d10979-3d89-4f5e-ba41-a3022c7c3eaf&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2379] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:23:24 2026] GET /v2.0/ports?network_id=e5d10979-3d89-4f5e-ba41-a3022c7c3eaf&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2380] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:23:24 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf?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: 1061/2381] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:23:24 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2382] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:27 2026] GET /v2.0/ports?device_id=dbeb31a7-e93d-4b5a-9c55-3ae6528f8be7 => generated 1196 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2383] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:23:27 2026] GET /v2.0/security-groups?id=90caebdb-1c2e-45b4-8b4c-bc53c23c2213&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2384] 10.0.0.165 () {32 vars in 826 bytes} [Tue May 26 22:23:31 2026] GET /v2.0/ports?project_id=8e36e592780a4f9390ce5fc8b577c6ea&network_id=76ae0cf3-fe9a-4181-9c3f-092b8f4b3052 => generated 3695 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2385] 10.0.0.165 () {32 vars in 742 bytes} [Tue May 26 22:23:31 2026] GET /v2.0/subnets?network_id=601f86c1-46c2-4652-a230-88da71920eb9 => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:23:32.034 8 INFO neutron.db.l3_db [None req-96ca4539-3b4c-4424-be31-3eae041da2de 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] Floating IP 9309fbbf-079f-4570-b218-0333bbfba6e6 disassociated. External IP: 10.96.250.213, port: d9f33834-b527-4b9f-b07a-785ef1fd9b81. [pid: 8|app: 0|req: 1323/2386] 10.0.0.165 () {34 vars in 749 bytes} [Tue May 26 22:23:31 2026] PUT /v2.0/floatingips/9309fbbf-079f-4570-b218-0333bbfba6e6 => generated 554 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:23:32.401 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5169ab3f-a543-4437-a3ff-ce1a4a371a04'] response: {'name': 'network-changed', 'server_uuid': '3a97f83e-185f-49c4-8580-642223bd8753', 'tag': 'd9f33834-b527-4b9f-b07a-785ef1fd9b81', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1064/2387] 10.0.0.165 () {32 vars in 729 bytes} [Tue May 26 22:23:32 2026] GET /v2.0/floatingips/9309fbbf-079f-4570-b218-0333bbfba6e6 => generated 554 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2388] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:23:32 2026] GET /v2.0/ports?tenant_id=8e36e592780a4f9390ce5fc8b577c6ea&device_id=3a97f83e-185f-49c4-8580-642223bd8753 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2389] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:23:32 2026] GET /v2.0/networks?id=76ae0cf3-fe9a-4181-9c3f-092b8f4b3052 => generated 756 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2390] 199.204.45.129 () {34 vars in 1060 bytes} [Tue May 26 22:23:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d9f33834-b527-4b9f-b07a-785ef1fd9b81 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2391] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:23:33 2026] GET /v2.0/subnets?id=873fd198-d866-4f40-b6c7-630ff77417d2 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2392] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:33 2026] GET /v2.0/ports?device_id=dbeb31a7-e93d-4b5a-9c55-3ae6528f8be7 => generated 1196 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2393] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:23:33 2026] GET /v2.0/ports?network_id=76ae0cf3-fe9a-4181-9c3f-092b8f4b3052&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: 1326/2394] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:23:33 2026] GET /v2.0/security-groups?id=90caebdb-1c2e-45b4-8b4c-bc53c23c2213&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2395] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:23:33 2026] GET /v2.0/networks/76ae0cf3-fe9a-4181-9c3f-092b8f4b3052?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2396] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:23:33 2026] GET /v2.0/networks/76ae0cf3-fe9a-4181-9c3f-092b8f4b3052?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2397] 10.0.0.165 () {32 vars in 818 bytes} [Tue May 26 22:23:33 2026] GET /v2.0/ports?network_id=e5d10979-3d89-4f5e-ba41-a3022c7c3eaf&mac_address=fa%3A16%3A3e%3A7c%3A3e%3Abd => generated 1196 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2398] 10.0.0.165 () {32 vars in 729 bytes} [Tue May 26 22:23:33 2026] GET /v2.0/floatingips/9309fbbf-079f-4570-b218-0333bbfba6e6 => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:23:34.092 8 INFO neutron.db.l3_db [None req-fdd89ac2-c018-4bc8-8fc3-750daebefad1 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] Floating IP 88649cfa-727d-46a3-80d1-9dac19d578c4 associated. External IP: 10.96.250.211, port: 128e6ac4-2feb-460d-b0b7-ecddbd34e57c. [pid: 8|app: 0|req: 1328/2401] 10.0.0.165 () {34 vars in 677 bytes} [Tue May 26 22:23:33 2026] POST /v2.0/floatingips => generated 854 bytes in 1082 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:34.435 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4492350a-3546-474c-b648-a590fd0b3a12'] response: {'name': 'network-changed', 'server_uuid': 'dbeb31a7-e93d-4b5a-9c55-3ae6528f8be7', 'tag': '128e6ac4-2feb-460d-b0b7-ecddbd34e57c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1074/2402] 10.0.0.165 () {32 vars in 729 bytes} [Tue May 26 22:23:34 2026] GET /v2.0/floatingips/9309fbbf-079f-4570-b218-0333bbfba6e6 => generated 552 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2403] 10.0.0.147 () {34 vars in 1096 bytes} [Tue May 26 22:23:34 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1574578944&fields=id&tenant_id=3e64143911f54ae2ad472fd3dd1ac9f7 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2404] 10.0.0.147 () {34 vars in 982 bytes} [Tue May 26 22:23:34 2026] GET /v2.0/networks?id=33a16961-3dce-4898-9819-035ed50a9495 => generated 704 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2405] 10.0.0.147 () {34 vars in 965 bytes} [Tue May 26 22:23:34 2026] GET /v2.0/quotas/3e64143911f54ae2ad472fd3dd1ac9f7 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2406] 10.0.0.147 () {34 vars in 1002 bytes} [Tue May 26 22:23:34 2026] GET /v2.0/ports?tenant_id=3e64143911f54ae2ad472fd3dd1ac9f7&fields=id => generated 333 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2407] 10.0.0.147 () {34 vars in 1008 bytes} [Tue May 26 22:23:34 2026] GET /v2.0/networks/33a16961-3dce-4898-9819-035ed50a9495?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2408] 10.0.0.147 () {34 vars in 1108 bytes} [Tue May 26 22:23:34 2026] GET /v2.0/networks/33a16961-3dce-4898-9819-035ed50a9495?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: 1332/2409] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:34 2026] GET /v2.0/ports?device_id=b8f2c634-e40d-4325-840b-afb74354aae0 => 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: 1078/2410] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:23:34 2026] GET /v2.0/ports?tenant_id=3e64143911f54ae2ad472fd3dd1ac9f7&device_id=dbeb31a7-e93d-4b5a-9c55-3ae6528f8be7 => generated 1465 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2411] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:23:34 2026] GET /v2.0/networks?id=e5d10979-3d89-4f5e-ba41-a3022c7c3eaf => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2412] 199.204.45.129 () {34 vars in 1056 bytes} [Tue May 26 22:23:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.57&port_id=128e6ac4-2feb-460d-b0b7-ecddbd34e57c => generated 857 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2413] 199.204.45.129 () {34 vars in 1104 bytes} [Tue May 26 22:23:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A317&port_id=128e6ac4-2feb-460d-b0b7-ecddbd34e57c => 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: 1080/2414] 199.204.45.129 () {34 vars in 1064 bytes} [Tue May 26 22:23:35 2026] GET /v2.0/subnets?id=092e7304-2b75-4d11-b52c-6019c269343c&id=d2d1f533-b1a7-4c5c-ab9f-b8633f80506b => generated 1409 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2415] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:23:35 2026] GET /v2.0/ports?network_id=e5d10979-3d89-4f5e-ba41-a3022c7c3eaf&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: 1081/2416] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:23:35 2026] GET /v2.0/ports?network_id=e5d10979-3d89-4f5e-ba41-a3022c7c3eaf&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: 1336/2417] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:23:35 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf?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: 1082/2418] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:23:35 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf?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: 1337/2419] 10.0.0.165 () {34 vars in 685 bytes} [Tue May 26 22:23:35 2026] POST /v2.0/security-groups => generated 1677 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2420] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:23:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2421] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:23:35 2026] POST /v2.0/security-group-rules => generated 596 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2422] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:23:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2423] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:23:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:36.164 7 INFO neutron.db.securitygroups_db [None req-13567e08-b914-4a07-8449-2e462e7da8c1 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] Project 8e36e592780a4f9390ce5fc8b577c6ea 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: 1085/2424] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:23:36 2026] POST /v2.0/security-group-rules => generated 607 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:36.274 8 INFO neutron.db.securitygroups_db [None req-2219b8cd-1d26-4fd4-b2dc-c2b0d6d6c6d5 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] Project 8e36e592780a4f9390ce5fc8b577c6ea 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: 1340/2425] 10.0.0.165 () {34 vars in 695 bytes} [Tue May 26 22:23:36 2026] POST /v2.0/security-group-rules => generated 606 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2426] 10.0.0.165 () {32 vars in 649 bytes} [Tue May 26 22:23:36 2026] GET /v2.0/networks => generated 1297 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2427] 10.0.0.147 () {34 vars in 1100 bytes} [Tue May 26 22:23:36 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1343176376&fields=id&tenant_id=8e36e592780a4f9390ce5fc8b577c6ea => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2428] 10.0.0.147 () {34 vars in 982 bytes} [Tue May 26 22:23:36 2026] GET /v2.0/networks?id=76ae0cf3-fe9a-4181-9c3f-092b8f4b3052 => generated 660 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2429] 10.0.0.147 () {34 vars in 965 bytes} [Tue May 26 22:23:36 2026] GET /v2.0/quotas/8e36e592780a4f9390ce5fc8b577c6ea => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2430] 10.0.0.147 () {34 vars in 1002 bytes} [Tue May 26 22:23:37 2026] GET /v2.0/ports?tenant_id=8e36e592780a4f9390ce5fc8b577c6ea&fields=id => generated 149 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2431] 10.0.0.147 () {34 vars in 1008 bytes} [Tue May 26 22:23:37 2026] GET /v2.0/networks/76ae0cf3-fe9a-4181-9c3f-092b8f4b3052?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: 1089/2432] 10.0.0.147 () {34 vars in 1108 bytes} [Tue May 26 22:23:37 2026] GET /v2.0/networks/76ae0cf3-fe9a-4181-9c3f-092b8f4b3052?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: 1344/2433] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:37 2026] GET /v2.0/ports?device_id=5a150e88-c7e6-4445-9560-d5e7eecd5d51 => 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: 1090/2434] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:38 2026] GET /v2.0/ports?device_id=5a150e88-c7e6-4445-9560-d5e7eecd5d51 => 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: 1345/2435] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:23:39 2026] GET /v2.0/networks?id=33a16961-3dce-4898-9819-035ed50a9495 => generated 704 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2436] 199.204.45.129 () {34 vars in 1050 bytes} [Tue May 26 22:23:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3e64143911f54ae2ad472fd3dd1ac9f7 => generated 179 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2437] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:39 2026] GET /v2.0/ports?device_id=5a150e88-c7e6-4445-9560-d5e7eecd5d51 => 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: 1346/2438] 199.204.45.129 () {38 vars in 955 bytes} [Tue May 26 22:23:39 2026] POST /v2.0/ports => generated 1187 bytes in 435 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: 1347/2439] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:40 2026] GET /v2.0/ports?device_id=b8f2c634-e40d-4325-840b-afb74354aae0 => generated 1202 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2440] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:23:40 2026] GET /v2.0/security-groups?id=90caebdb-1c2e-45b4-8b4c-bc53c23c2213&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2441] 199.204.45.129 () {38 vars in 1028 bytes} [Tue May 26 22:23:39 2026] PUT /v2.0/ports/2c10ae7e-57bc-4c8e-a9ce-163313fbe6f9 => generated 1468 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:23:40.241 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-749239fc-128d-44fe-95c9-b1ddc4ebc5f5'] response: {'name': 'network-changed', 'server_uuid': 'b8f2c634-e40d-4325-840b-afb74354aae0', 'tag': '2c10ae7e-57bc-4c8e-a9ce-163313fbe6f9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1349/2442] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:40 2026] GET /v2.0/ports?device_id=5a150e88-c7e6-4445-9560-d5e7eecd5d51 => generated 12 bytes in 23 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: 1094/2443] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 22:23:40 2026] GET /v2.0/ports?device_id=dbeb31a7-e93d-4b5a-9c55-3ae6528f8be7 => generated 1465 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2444] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 22:23:40 2026] GET /v2.0/security-groups?id=90caebdb-1c2e-45b4-8b4c-bc53c23c2213&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2445] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:23:40 2026] GET /v2.0/ports?tenant_id=3e64143911f54ae2ad472fd3dd1ac9f7&device_id=b8f2c634-e40d-4325-840b-afb74354aae0 => generated 1471 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2446] 199.204.45.129 () {34 vars in 1018 bytes} [Tue May 26 22:23:40 2026] GET /v2.0/networks?tenant_id=3e64143911f54ae2ad472fd3dd1ac9f7&shared=False => generated 2374 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2447] 199.204.45.129 () {34 vars in 930 bytes} [Tue May 26 22:23:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2448] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:41 2026] GET /v2.0/ports?device_id=5a150e88-c7e6-4445-9560-d5e7eecd5d51 => 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: 1097/2449] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:23:41 2026] GET /v2.0/networks?id=76ae0cf3-fe9a-4181-9c3f-092b8f4b3052 => generated 660 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2450] 199.204.45.129 () {34 vars in 1050 bytes} [Tue May 26 22:23:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8e36e592780a4f9390ce5fc8b577c6ea => generated 274 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2451] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:23:41 2026] GET /v2.0/ports?tenant_id=3e64143911f54ae2ad472fd3dd1ac9f7&device_id=b8f2c634-e40d-4325-840b-afb74354aae0 => generated 1471 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2452] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:23:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.237&port_id=2c10ae7e-57bc-4c8e-a9ce-163313fbe6f9 => 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: 1356/2453] 199.204.45.129 () {34 vars in 1106 bytes} [Tue May 26 22:23:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A36f&port_id=2c10ae7e-57bc-4c8e-a9ce-163313fbe6f9 => 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: 1098/2454] 199.204.45.129 () {38 vars in 955 bytes} [Tue May 26 22:23:41 2026] POST /v2.0/ports => generated 954 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2455] 199.204.45.129 () {34 vars in 1064 bytes} [Tue May 26 22:23:41 2026] GET /v2.0/subnets?id=07a93112-2cd4-40b8-9902-bb53b8a1b1b2&id=9f21521f-20bd-4934-b605-e6953ca982b6 => generated 1414 bytes in 30 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: 1358/2456] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:23:42 2026] GET /v2.0/ports?network_id=33a16961-3dce-4898-9819-035ed50a9495&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2457] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:23:42 2026] GET /v2.0/ports?network_id=33a16961-3dce-4898-9819-035ed50a9495&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: 1360/2458] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:23:42 2026] GET /v2.0/networks/33a16961-3dce-4898-9819-035ed50a9495?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: 1361/2459] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:23:42 2026] GET /v2.0/networks/33a16961-3dce-4898-9819-035ed50a9495?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: 1099/2460] 199.204.45.129 () {38 vars in 1028 bytes} [Tue May 26 22:23:42 2026] PUT /v2.0/ports/dfa6ef96-037d-465d-808f-2997340ac8f5 => generated 1235 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:23:42.374 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3fcba73a-8012-4916-bb67-bf5d4242ac13'] response: {'name': 'network-changed', 'server_uuid': '5a150e88-c7e6-4445-9560-d5e7eecd5d51', 'tag': 'dfa6ef96-037d-465d-808f-2997340ac8f5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1362/2461] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:42 2026] GET /v2.0/ports?device_id=5a150e88-c7e6-4445-9560-d5e7eecd5d51 => generated 969 bytes in 76 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: 1100/2462] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:23:42 2026] GET /v2.0/security-groups?id=70ccc5a3-a3bb-4a37-a85b-65180ea72ad6&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2463] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:23:42 2026] GET /v2.0/ports?tenant_id=8e36e592780a4f9390ce5fc8b577c6ea&device_id=5a150e88-c7e6-4445-9560-d5e7eecd5d51 => 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: 1101/2464] 199.204.45.129 () {34 vars in 1018 bytes} [Tue May 26 22:23:42 2026] GET /v2.0/networks?tenant_id=8e36e592780a4f9390ce5fc8b577c6ea&shared=False => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2465] 199.204.45.129 () {34 vars in 930 bytes} [Tue May 26 22:23:42 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2466] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:23:44 2026] GET /v2.0/ports?tenant_id=8e36e592780a4f9390ce5fc8b577c6ea&device_id=5a150e88-c7e6-4445-9560-d5e7eecd5d51 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2467] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:23:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=dfa6ef96-037d-465d-808f-2997340ac8f5 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2468] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:23:44 2026] GET /v2.0/subnets?id=873fd198-d866-4f40-b6c7-630ff77417d2 => generated 677 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2469] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:23:44 2026] GET /v2.0/ports?network_id=76ae0cf3-fe9a-4181-9c3f-092b8f4b3052&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2470] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:23:44 2026] GET /v2.0/networks/76ae0cf3-fe9a-4181-9c3f-092b8f4b3052?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: 1370/2471] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:23:44 2026] GET /v2.0/networks/76ae0cf3-fe9a-4181-9c3f-092b8f4b3052?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2472] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:43 2026] GET /v2.0/ports?device_id=5a150e88-c7e6-4445-9560-d5e7eecd5d51 => generated 969 bytes in 556 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2473] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:23:44 2026] GET /v2.0/security-groups?id=70ccc5a3-a3bb-4a37-a85b-65180ea72ad6&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: 1103/2474] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:45 2026] GET /v2.0/ports?device_id=b8f2c634-e40d-4325-840b-afb74354aae0 => generated 1204 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2475] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:23:45 2026] GET /v2.0/security-groups?id=90caebdb-1c2e-45b4-8b4c-bc53c23c2213&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2476] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:45 2026] GET /v2.0/ports?device_id=5a150e88-c7e6-4445-9560-d5e7eecd5d51 => 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: 1373/2477] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:23:45 2026] GET /v2.0/security-groups?id=70ccc5a3-a3bb-4a37-a85b-65180ea72ad6&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2478] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:46 2026] GET /v2.0/ports?device_id=5a150e88-c7e6-4445-9560-d5e7eecd5d51 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2479] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:23:46 2026] GET /v2.0/security-groups?id=70ccc5a3-a3bb-4a37-a85b-65180ea72ad6&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: 1106/2480] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:47 2026] GET /v2.0/ports?device_id=5a150e88-c7e6-4445-9560-d5e7eecd5d51 => 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: 1375/2481] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:23:47 2026] GET /v2.0/security-groups?id=70ccc5a3-a3bb-4a37-a85b-65180ea72ad6&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2482] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:48 2026] GET /v2.0/ports?device_id=5a150e88-c7e6-4445-9560-d5e7eecd5d51 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2483] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:23:48 2026] GET /v2.0/security-groups?id=70ccc5a3-a3bb-4a37-a85b-65180ea72ad6&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: 1108/2484] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:49 2026] GET /v2.0/ports?device_id=5a150e88-c7e6-4445-9560-d5e7eecd5d51 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2487] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:23:49 2026] GET /v2.0/security-groups?id=70ccc5a3-a3bb-4a37-a85b-65180ea72ad6&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: 1111/2488] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:23:49 2026] GET /v2.0/ports?device_id=5a150e88-c7e6-4445-9560-d5e7eecd5d51 => generated 1240 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:23:49.541 8 INFO neutron.db.l3_db [None req-79b8e76d-33d4-48bd-a255-807b9086b7f2 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] Floating IP 9309fbbf-079f-4570-b218-0333bbfba6e6 associated. External IP: 10.96.250.213, port: dfa6ef96-037d-465d-808f-2997340ac8f5. [pid: 8|app: 0|req: 1378/2489] 10.0.0.165 () {34 vars in 749 bytes} [Tue May 26 22:23:49 2026] PUT /v2.0/floatingips/9309fbbf-079f-4570-b218-0333bbfba6e6 => generated 855 bytes in 651 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:23:49.908 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-89c45dcd-ba78-4a1b-ad9d-e896cd2554a7'] response: {'name': 'network-changed', 'server_uuid': '5a150e88-c7e6-4445-9560-d5e7eecd5d51', 'tag': 'dfa6ef96-037d-465d-808f-2997340ac8f5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1112/2490] 10.0.0.165 () {32 vars in 729 bytes} [Tue May 26 22:23:49 2026] GET /v2.0/floatingips/9309fbbf-079f-4570-b218-0333bbfba6e6 => generated 855 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2491] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:23:50 2026] GET /v2.0/ports?device_id=b8f2c634-e40d-4325-840b-afb74354aae0 => generated 1204 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2492] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:23:50 2026] GET /v2.0/ports?tenant_id=8e36e592780a4f9390ce5fc8b577c6ea&device_id=5a150e88-c7e6-4445-9560-d5e7eecd5d51 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2493] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:23:50 2026] GET /v2.0/security-groups?id=90caebdb-1c2e-45b4-8b4c-bc53c23c2213&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2494] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:23:50 2026] GET /v2.0/networks?id=76ae0cf3-fe9a-4181-9c3f-092b8f4b3052 => generated 756 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2495] 10.0.0.165 () {32 vars in 818 bytes} [Tue May 26 22:23:50 2026] GET /v2.0/ports?network_id=33a16961-3dce-4898-9819-035ed50a9495&mac_address=fa%3A16%3A3e%3A43%3A92%3A6f => generated 1204 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2496] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:23:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=dfa6ef96-037d-465d-808f-2997340ac8f5 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2497] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:23:50 2026] GET /v2.0/subnets?id=873fd198-d866-4f40-b6c7-630ff77417d2 => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2498] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:23:50 2026] GET /v2.0/ports?network_id=76ae0cf3-fe9a-4181-9c3f-092b8f4b3052&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: 1118/2499] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:23:50 2026] GET /v2.0/networks/76ae0cf3-fe9a-4181-9c3f-092b8f4b3052?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: 1119/2500] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:23:50 2026] GET /v2.0/networks/76ae0cf3-fe9a-4181-9c3f-092b8f4b3052?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: 1120/2501] 10.0.0.165 () {32 vars in 729 bytes} [Tue May 26 22:23:50 2026] GET /v2.0/floatingips/9309fbbf-079f-4570-b218-0333bbfba6e6 => generated 855 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:23:51.329 8 INFO neutron.db.l3_db [None req-4983177b-2c59-4dfe-9d84-45ddc71dc547 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] Floating IP cdc198b5-e561-455b-ad7a-af0885ae534c associated. External IP: 10.96.250.209, port: 2c10ae7e-57bc-4c8e-a9ce-163313fbe6f9. [pid: 8|app: 0|req: 1382/2502] 10.0.0.165 () {34 vars in 677 bytes} [Tue May 26 22:23:50 2026] POST /v2.0/floatingips => generated 855 bytes in 1117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:51.939 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-23915787-2254-48e4-9ed3-b929e52ad503'] response: {'name': 'network-changed', 'server_uuid': 'b8f2c634-e40d-4325-840b-afb74354aae0', 'tag': '2c10ae7e-57bc-4c8e-a9ce-163313fbe6f9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1121/2503] 10.0.0.165 () {32 vars in 729 bytes} [Tue May 26 22:23:51 2026] GET /v2.0/floatingips/9309fbbf-079f-4570-b218-0333bbfba6e6 => generated 857 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2504] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:23:52 2026] GET /v2.0/ports?tenant_id=3e64143911f54ae2ad472fd3dd1ac9f7&device_id=b8f2c634-e40d-4325-840b-afb74354aae0 => generated 1473 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2505] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:23:52 2026] GET /v2.0/networks?id=33a16961-3dce-4898-9819-035ed50a9495 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2506] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:23:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.237&port_id=2c10ae7e-57bc-4c8e-a9ce-163313fbe6f9 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2507] 199.204.45.129 () {34 vars in 1106 bytes} [Tue May 26 22:23:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A36f&port_id=2c10ae7e-57bc-4c8e-a9ce-163313fbe6f9 => 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: 1385/2508] 199.204.45.129 () {34 vars in 1064 bytes} [Tue May 26 22:23:52 2026] GET /v2.0/subnets?id=07a93112-2cd4-40b8-9902-bb53b8a1b1b2&id=9f21521f-20bd-4934-b605-e6953ca982b6 => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2509] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:23:52 2026] GET /v2.0/ports?network_id=33a16961-3dce-4898-9819-035ed50a9495&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: 1386/2510] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:23:52 2026] GET /v2.0/ports?network_id=33a16961-3dce-4898-9819-035ed50a9495&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2511] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:23:52 2026] GET /v2.0/networks/33a16961-3dce-4898-9819-035ed50a9495?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: 1387/2512] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:23:52 2026] GET /v2.0/networks/33a16961-3dce-4898-9819-035ed50a9495?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: 1126/2513] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 22:23:58 2026] GET /v2.0/ports?device_id=b8f2c634-e40d-4325-840b-afb74354aae0 => generated 1473 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2514] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 22:23:58 2026] GET /v2.0/ports?device_id=5a150e88-c7e6-4445-9560-d5e7eecd5d51 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2515] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 22:23:58 2026] GET /v2.0/security-groups?id=90caebdb-1c2e-45b4-8b4c-bc53c23c2213&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2516] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 22:23:58 2026] GET /v2.0/security-groups?id=70ccc5a3-a3bb-4a37-a85b-65180ea72ad6&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: 1390/2519] 10.0.0.165 () {32 vars in 721 bytes} [Tue May 26 22:24:08 2026] GET /v2.0/subnets/d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => 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: 1130/2520] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:24:09 2026] GET /v2.0/ports?device_id=5a150e88-c7e6-4445-9560-d5e7eecd5d51 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2521] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:24:09 2026] GET /v2.0/security-groups?id=70ccc5a3-a3bb-4a37-a85b-65180ea72ad6&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2522] 10.0.0.176 () {30 vars in 690 bytes} [Tue May 26 22:24:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2523] 10.0.0.176 () {30 vars in 692 bytes} [Tue May 26 22:24:09 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: 1132/2524] 10.0.0.176 () {30 vars in 668 bytes} [Tue May 26 22:24:09 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: 1393/2525] 10.0.0.176 () {30 vars in 704 bytes} [Tue May 26 22:24: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: 1133/2526] 10.0.0.176 () {28 vars in 439 bytes} [Tue May 26 22:24:10 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: 1394/2527] 10.0.0.176 () {30 vars in 728 bytes} [Tue May 26 22:24:10 2026] GET /v2.0/subnets/d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => generated 658 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2528] 10.0.0.176 () {30 vars in 690 bytes} [Tue May 26 22:24:10 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: 1395/2529] 10.0.0.176 () {30 vars in 692 bytes} [Tue May 26 22:24:10 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: 1135/2530] 10.0.0.176 () {30 vars in 668 bytes} [Tue May 26 22:24:10 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: 1396/2531] 10.0.0.176 () {30 vars in 704 bytes} [Tue May 26 22:24:10 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: 1136/2532] 10.0.0.176 () {30 vars in 728 bytes} [Tue May 26 22:24:10 2026] GET /v2.0/subnets/d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2533] 10.0.0.176 () {30 vars in 690 bytes} [Tue May 26 22:24:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2534] 10.0.0.176 () {30 vars in 692 bytes} [Tue May 26 22:24:10 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: 1399/2535] 10.0.0.176 () {30 vars in 668 bytes} [Tue May 26 22:24:10 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: 1137/2536] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:24:10 2026] GET /v2.0/ports?device_id=5a150e88-c7e6-4445-9560-d5e7eecd5d51 => 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: 1400/2537] 10.0.0.176 () {30 vars in 704 bytes} [Tue May 26 22:24:10 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: 1138/2538] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:24:10 2026] GET /v2.0/security-groups?id=70ccc5a3-a3bb-4a37-a85b-65180ea72ad6&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2539] 10.0.0.176 () {30 vars in 730 bytes} [Tue May 26 22:24:10 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8 => generated 799 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2540] 10.0.0.176 () {30 vars in 682 bytes} [Tue May 26 22:24:10 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2541] 10.0.0.176 () {34 vars in 704 bytes} [Tue May 26 22:24:10 2026] POST /v2.0/ports => generated 1132 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2542] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:24:11 2026] GET /v2.0/ports?device_id=5a150e88-c7e6-4445-9560-d5e7eecd5d51 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1403/2543] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:24:11 2026] GET /v2.0/security-groups?id=70ccc5a3-a3bb-4a37-a85b-65180ea72ad6&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: 1141/2544] 199.204.45.129 () {34 vars in 994 bytes} [Tue May 26 22:24:11 2026] GET /v2.0/ports?device_id=5a150e88-c7e6-4445-9560-d5e7eecd5d51 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:24:12.194 8 INFO neutron_taas.services.taas.taas_plugin [req-d1f16eb5-b99c-45ce-bc8f-b75880a0b2f4 req-db2605e2-9047-46e5-be22-46d83ea1cee0 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] TaaS: Handle Delete Port: dfa6ef96-037d-465d-808f-2997340ac8f5 2026-05-26 22:24:12.197 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d1f16eb5-b99c-45ce-bc8f-b75880a0b2f4 req-db2605e2-9047-46e5-be22-46d83ea1cee0 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] Tap Mirror: Handle Delete Port: dfa6ef96-037d-465d-808f-2997340ac8f5 2026-05-26 22:24:12.309 8 INFO neutron.db.l3_db [req-d1f16eb5-b99c-45ce-bc8f-b75880a0b2f4 req-db2605e2-9047-46e5-be22-46d83ea1cee0 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] Floating IP 9309fbbf-079f-4570-b218-0333bbfba6e6 disassociated. External IP: 10.96.250.213, port: dfa6ef96-037d-465d-808f-2997340ac8f5. [pid: 8|app: 0|req: 1404/2545] 199.204.45.129 () {36 vars in 997 bytes} [Tue May 26 22:24:12 2026] DELETE /v2.0/ports/dfa6ef96-037d-465d-808f-2997340ac8f5 => generated 0 bytes in 625 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:24:12.701 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eaec82aa-8fd9-48eb-956b-aded2e20ebc7'] response: {'server_uuid': '5a150e88-c7e6-4445-9560-d5e7eecd5d51', 'name': 'network-vif-deleted', 'tag': 'dfa6ef96-037d-465d-808f-2997340ac8f5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1142/2546] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:24:12 2026] GET /v2.0/ports?device_id=5a150e88-c7e6-4445-9560-d5e7eecd5d51 => generated 12 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2547] 199.204.45.129 () {30 vars in 703 bytes} [Tue May 26 22:24:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2548] 199.204.45.129 () {30 vars in 705 bytes} [Tue May 26 22:24: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: 1406/2549] 199.204.45.129 () {30 vars in 681 bytes} [Tue May 26 22:24:13 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: 1144/2550] 199.204.45.129 () {30 vars in 717 bytes} [Tue May 26 22:24:13 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: 1407/2551] 199.204.45.129 () {30 vars in 737 bytes} [Tue May 26 22:24:13 2026] GET /v2.0/ports/71a66df6-ed04-4d37-911c-e300b654d36b => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2552] 199.204.45.129 () {30 vars in 703 bytes} [Tue May 26 22:24:14 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: 1409/2553] 199.204.45.129 () {30 vars in 705 bytes} [Tue May 26 22:24:14 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: 1410/2554] 199.204.45.129 () {30 vars in 681 bytes} [Tue May 26 22:24:14 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: 1411/2555] 199.204.45.129 () {30 vars in 717 bytes} [Tue May 26 22:24:14 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-05-26 22:24:14.091 8 INFO neutron.api.v2.resource [None req-a7097628-8aeb-449b-a83d-9e0f4099617d 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1412/2556] 199.204.45.129 () {30 vars in 763 bytes} [Tue May 26 22:24:14 2026] GET /v2.0/security-groups/lb-146c6940-75c1-4c22-92bb-b071cc39c63b => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2557] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:24:14 2026] GET /v2.0/ports?device_id=5a150e88-c7e6-4445-9560-d5e7eecd5d51 => generated 12 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2558] 199.204.45.129 () {30 vars in 785 bytes} [Tue May 26 22:24:14 2026] GET /v2.0/security-groups?name=lb-146c6940-75c1-4c22-92bb-b071cc39c63b => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2559] 199.204.45.129 () {34 vars in 736 bytes} [Tue May 26 22:24:14 2026] POST /v2.0/security-groups => generated 1638 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2560] 199.204.45.129 () {30 vars in 815 bytes} [Tue May 26 22:24:14 2026] GET /v2.0/security-group-rules?security_group_id=5048ba3e-7671-4158-a792-609e23ee67bd => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2561] 199.204.45.129 () {34 vars in 789 bytes} [Tue May 26 22:24:14 2026] PUT /v2.0/ports/71a66df6-ed04-4d37-911c-e300b654d36b => generated 1132 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2562] 199.204.45.129 () {30 vars in 703 bytes} [Tue May 26 22:24:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1148/2563] 199.204.45.129 () {30 vars in 705 bytes} [Tue May 26 22:24:14 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: 1416/2564] 199.204.45.129 () {30 vars in 681 bytes} [Tue May 26 22:24:14 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: 1149/2565] 199.204.45.129 () {30 vars in 717 bytes} [Tue May 26 22:24:14 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: 1417/2566] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:24:14 2026] GET /v2.0/subnets/d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => 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: 1150/2567] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:24:15 2026] GET /v2.0/ports?device_id=5a150e88-c7e6-4445-9560-d5e7eecd5d51 => 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: 1418/2568] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:24:16 2026] DELETE /v2.0/security-groups/70ccc5a3-a3bb-4a37-a85b-65180ea72ad6 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:24:16.547 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c9f2c75-26d2-4f73-8e06-af11dc48821d 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] TaaS: Handle Delete Port: 3a7c0c93-8a0b-44aa-b41f-2da856797462 2026-05-26 22:24:16.550 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c9f2c75-26d2-4f73-8e06-af11dc48821d 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] Tap Mirror: Handle Delete Port: 3a7c0c93-8a0b-44aa-b41f-2da856797462 [pid: 7|app: 0|req: 1151/2569] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:24:16 2026] DELETE /v2.0/floatingips/9309fbbf-079f-4570-b218-0333bbfba6e6 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2570] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:24:16 2026] GET /v2.0/ports?device_id=3a97f83e-185f-49c4-8580-642223bd8753 => 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: 1152/2571] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:24:16 2026] GET /v2.0/security-groups?id=c2453030-fd1a-4c27-8632-430eeed124d0&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2572] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:24:17 2026] GET /v2.0/ports?device_id=3a97f83e-185f-49c4-8580-642223bd8753 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2573] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:24:18 2026] GET /v2.0/security-groups?id=c2453030-fd1a-4c27-8632-430eeed124d0&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: 1155/2576] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:24:19 2026] GET /v2.0/ports?device_id=3a97f83e-185f-49c4-8580-642223bd8753 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2577] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:24:19 2026] GET /v2.0/security-groups?id=c2453030-fd1a-4c27-8632-430eeed124d0&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: 1156/2578] 199.204.45.129 () {34 vars in 994 bytes} [Tue May 26 22:24:19 2026] GET /v2.0/ports?device_id=3a97f83e-185f-49c4-8580-642223bd8753 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:24:19.460 8 INFO neutron_taas.services.taas.taas_plugin [req-32283399-7e4a-42ff-80db-f0c5684bfc16 req-802d8d0b-4962-4ff5-9d71-b07dbcfd1574 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] TaaS: Handle Delete Port: d9f33834-b527-4b9f-b07a-785ef1fd9b81 2026-05-26 22:24:19.465 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-32283399-7e4a-42ff-80db-f0c5684bfc16 req-802d8d0b-4962-4ff5-9d71-b07dbcfd1574 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] Tap Mirror: Handle Delete Port: d9f33834-b527-4b9f-b07a-785ef1fd9b81 [pid: 8|app: 0|req: 1423/2579] 199.204.45.129 () {36 vars in 997 bytes} [Tue May 26 22:24:19 2026] DELETE /v2.0/ports/d9f33834-b527-4b9f-b07a-785ef1fd9b81 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:24:19.651 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eca9991b-02dc-4de0-8108-1656f96801b0'] response: {'server_uuid': '3a97f83e-185f-49c4-8580-642223bd8753', 'name': 'network-vif-deleted', 'tag': 'd9f33834-b527-4b9f-b07a-785ef1fd9b81', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1157/2580] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:24:20 2026] GET /v2.0/ports?device_id=3a97f83e-185f-49c4-8580-642223bd8753 => 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: 1424/2581] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:24:21 2026] GET /v2.0/ports?device_id=3a97f83e-185f-49c4-8580-642223bd8753 => 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: 1158/2582] 10.0.0.147 () {34 vars in 1016 bytes} [Tue May 26 22:24:21 2026] GET /v2.0/security-groups?id=143b6223-8d1f-46a4-8487-ec07c9885d15&fields=id => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2583] 10.0.0.147 () {34 vars in 982 bytes} [Tue May 26 22:24:21 2026] GET /v2.0/networks?id=8b2cc538-ab84-42a1-876f-9623c9035ded => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2584] 10.0.0.147 () {34 vars in 965 bytes} [Tue May 26 22:24:21 2026] GET /v2.0/quotas/d4064c473e5247c7808a6e5bcde9f2f6 => generated 291 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2585] 10.0.0.147 () {34 vars in 1002 bytes} [Tue May 26 22:24:22 2026] GET /v2.0/ports?tenant_id=d4064c473e5247c7808a6e5bcde9f2f6&fields=id => generated 149 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2586] 10.0.0.147 () {34 vars in 1008 bytes} [Tue May 26 22:24:22 2026] GET /v2.0/networks/8b2cc538-ab84-42a1-876f-9623c9035ded?fields=segments => generated 14 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2587] 10.0.0.147 () {34 vars in 1108 bytes} [Tue May 26 22:24:22 2026] GET /v2.0/networks/8b2cc538-ab84-42a1-876f-9623c9035ded?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: 1161/2588] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:24:22 2026] GET /v2.0/ports?device_id=3a97f83e-185f-49c4-8580-642223bd8753 => 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: 1428/2589] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:24:22 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => 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: 1162/2590] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:24:22 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => 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: 1429/2591] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:24:23 2026] DELETE /v2.0/security-groups/c2453030-fd1a-4c27-8632-430eeed124d0 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:24:24.157 7 INFO neutron_taas.services.taas.taas_plugin [None req-44ce2f91-9f95-413c-8813-91317e97392a 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] TaaS: Handle Delete Port: 48bc3fd6-03cb-47ba-a9db-7413cf7d6145 2026-05-26 22:24:24.160 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44ce2f91-9f95-413c-8813-91317e97392a 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] Tap Mirror: Handle Delete Port: 48bc3fd6-03cb-47ba-a9db-7413cf7d6145 [pid: 7|app: 0|req: 1163/2592] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:24:23 2026] PUT /v2.0/routers/f9d78863-ba68-4c2d-9e64-a9513f58c125/remove_router_interface => generated 309 bytes in 957 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2593] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:24:24 2026] DELETE /v2.0/subnets/873fd198-d866-4f40-b6c7-630ff77417d2 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:24:25.087 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb43d12a-641c-4c8e-b562-4ed1b436cc52 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] TaaS: Handle Delete Port: 43f05052-308a-4936-86e5-9e5ae8fe98fa 2026-05-26 22:24:25.090 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb43d12a-641c-4c8e-b562-4ed1b436cc52 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] Tap Mirror: Handle Delete Port: 43f05052-308a-4936-86e5-9e5ae8fe98fa 2026-05-26 22:24:25.366 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb43d12a-641c-4c8e-b562-4ed1b436cc52 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] TaaS: Handle Delete Port: 334f4531-9589-4435-a7ea-aa37ea27d02b 2026-05-26 22:24:25.369 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb43d12a-641c-4c8e-b562-4ed1b436cc52 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] Tap Mirror: Handle Delete Port: 334f4531-9589-4435-a7ea-aa37ea27d02b [pid: 8|app: 0|req: 1431/2594] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:24:25 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => 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: 1432/2595] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:24:25 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:24:25.733 7 INFO neutron.services.segments.plugin [-] Segment 4c8f5580-4a58-4ab1-8288-3e8ba7de1ed6 resource provider aggregate not found 2026-05-26 22:24:25.740 7 INFO neutron.services.segments.plugin [-] Segment 4c8f5580-4a58-4ab1-8288-3e8ba7de1ed6 resource provider aggregate not found 2026-05-26 22:24:25.755 7 INFO neutron.services.segments.plugin [-] Segment 4c8f5580-4a58-4ab1-8288-3e8ba7de1ed6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c8f5580-4a58-4ab1-8288-3e8ba7de1ed6 found for delete ", "request_id": "req-aee825c3-a4a9-48dd-881a-6ecbffce641c"}]} 2026-05-26 22:24:25.760 7 INFO neutron.services.segments.plugin [-] Segment 4c8f5580-4a58-4ab1-8288-3e8ba7de1ed6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c8f5580-4a58-4ab1-8288-3e8ba7de1ed6 found for delete ", "request_id": "req-5e1d0f28-def6-49ff-b9ae-b662e5a59317"}]} 2026-05-26 22:24:25.768 7 INFO neutron.db.l3_hamode_db [None req-eb43d12a-641c-4c8e-b562-4ed1b436cc52 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] HA network 55c9fb98-1783-4981-8400-c186bd0b25bc was deleted as no HA routers are present in tenant 8e36e592780a4f9390ce5fc8b577c6ea. [pid: 7|app: 0|req: 1164/2596] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:24:24 2026] DELETE /v2.0/routers/f9d78863-ba68-4c2d-9e64-a9513f58c125 => generated 0 bytes in 874 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:24:25.875 8 INFO neutron_taas.services.taas.taas_plugin [None req-e91e5a1a-d746-4434-857c-55d15921474a 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] TaaS: Handle Delete Port: 93fb7efc-814d-4f1a-b96d-aaa6291a6c3a 2026-05-26 22:24:25.878 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e91e5a1a-d746-4434-857c-55d15921474a 6022632d0fc142a288c0e1b5f49944c5 8e36e592780a4f9390ce5fc8b577c6ea - - default default] Tap Mirror: Handle Delete Port: 93fb7efc-814d-4f1a-b96d-aaa6291a6c3a /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() [pid: 8|app: 0|req: 1433/2597] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:24:25 2026] DELETE /v2.0/networks/76ae0cf3-fe9a-4181-9c3f-092b8f4b3052 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:24:26.119 8 INFO neutron.services.segments.plugin [-] Segment e4a30c5d-325a-4562-9d67-6f63854dc226 resource provider aggregate not found 2026-05-26 22:24:26.127 8 INFO neutron.services.segments.plugin [-] Segment e4a30c5d-325a-4562-9d67-6f63854dc226 resource provider aggregate not found 2026-05-26 22:24:26.135 8 INFO neutron.services.segments.plugin [-] Segment e4a30c5d-325a-4562-9d67-6f63854dc226 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4a30c5d-325a-4562-9d67-6f63854dc226 found for delete ", "request_id": "req-174bcf87-a752-40f8-a28b-f05d8bf507df"}]} 2026-05-26 22:24:26.140 8 INFO neutron.services.segments.plugin [-] Segment e4a30c5d-325a-4562-9d67-6f63854dc226 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4a30c5d-325a-4562-9d67-6f63854dc226 found for delete ", "request_id": "req-54b083ca-8b68-42da-bba0-95890d4d297c"}]} [pid: 7|app: 0|req: 1165/2598] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:24:26 2026] GET /v2.0/security-groups?tenant_id=8e36e592780a4f9390ce5fc8b577c6ea&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2599] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:24:26 2026] DELETE /v2.0/security-groups/f7cf4d07-effe-4cdf-8915-233087f31ee9 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2600] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:24:26 2026] GET /v2.0/networks?id=8b2cc538-ab84-42a1-876f-9623c9035ded => generated 735 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2601] 199.204.45.129 () {34 vars in 1050 bytes} [Tue May 26 22:24:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d4064c473e5247c7808a6e5bcde9f2f6 => generated 343 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2602] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:24:27 2026] GET /v2.0/security-groups?tenant_id=5cac758648de401a99351f4e7f37ba30&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2603] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:24:27 2026] DELETE /v2.0/security-groups/c6432fc6-9bd4-4111-9111-6b2c6b1a25b1 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2604] 199.204.45.129 () {38 vars in 955 bytes} [Tue May 26 22:24:27 2026] POST /v2.0/ports => generated 1078 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2605] 199.204.45.129 () {38 vars in 1028 bytes} [Tue May 26 22:24:27 2026] PUT /v2.0/ports/795998d2-5889-4bd6-88a5-54f253b8dd85 => generated 1239 bytes in 556 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:24:28.146 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7272fa09-35f4-401c-964b-c11e467eda7d'] response: {'name': 'network-changed', 'server_uuid': 'cf4e539e-3a9e-4647-a9ad-a08f4cee90f2', 'tag': '795998d2-5889-4bd6-88a5-54f253b8dd85', '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: 1436/2606] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:24:28 2026] GET /v2.0/ports?tenant_id=d4064c473e5247c7808a6e5bcde9f2f6&device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1171/2607] 199.204.45.129 () {34 vars in 1018 bytes} [Tue May 26 22:24:28 2026] GET /v2.0/networks?tenant_id=d4064c473e5247c7808a6e5bcde9f2f6&shared=False => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2608] 199.204.45.129 () {34 vars in 930 bytes} [Tue May 26 22:24:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2609] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:24:28 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2610] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:24:28 2026] GET /v2.0/security-groups?id=143b6223-8d1f-46a4-8487-ec07c9885d15&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2611] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:24:28 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => 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: 1439/2612] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:24:29 2026] GET /v2.0/ports?tenant_id=d4064c473e5247c7808a6e5bcde9f2f6&device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 1242 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2613] 199.204.45.129 () {34 vars in 1060 bytes} [Tue May 26 22:24:29 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.70&port_id=795998d2-5889-4bd6-88a5-54f253b8dd85 => 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: 1440/2614] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:24:29 2026] GET /v2.0/subnets?id=59a55359-4612-4cfc-a63c-9f89a27b5430 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2615] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:24:29 2026] GET /v2.0/ports?network_id=8b2cc538-ab84-42a1-876f-9623c9035ded&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: 1441/2616] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:24:29 2026] GET /v2.0/networks/8b2cc538-ab84-42a1-876f-9623c9035ded?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: 1176/2617] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:24:30 2026] GET /v2.0/networks/8b2cc538-ab84-42a1-876f-9623c9035ded?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: 1442/2618] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:24:31 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2619] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:24:31 2026] GET /v2.0/security-groups?id=143b6223-8d1f-46a4-8487-ec07c9885d15&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2620] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:24:31 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:24:32.025 7 INFO neutron.db.segments_db [None req-b84eea37-e5b7-473f-8774-0ee0b612ed58 5c3516ba20c74f9c9d4b6e19db9413aa 9dd4e8aae01e4ca8af67a2c4bb9939b0 - - default default] Added segment c5b7e34f-90a5-4164-9262-415ad05b779b of type vxlan for network 5c08d872-f58c-4046-a498-566652ed7acf [pid: 7|app: 0|req: 1177/2621] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:24:31 2026] POST /v2.0/networks => generated 631 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2622] 10.0.0.165 () {34 vars in 664 bytes} [Tue May 26 22:24:32 2026] POST /v2.0/ports => generated 743 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2623] 10.0.0.165 () {34 vars in 666 bytes} [Tue May 26 22:24:32 2026] POST /v2.0/trunks => generated 407 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 22:24:32.667 8 INFO neutron.db.segments_db [None req-79bbbcde-4d5c-40be-a9d6-698627a77a58 5c3516ba20c74f9c9d4b6e19db9413aa 9dd4e8aae01e4ca8af67a2c4bb9939b0 - - default default] Added segment f2fa2a67-3b9c-43fa-b9d5-c4ac495ab1ee of type vxlan for network c8749219-3cb6-48f4-9b2c-0e64a9557d52 [pid: 8|app: 0|req: 1446/2624] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:24:32 2026] POST /v2.0/networks => generated 632 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2625] 10.0.0.165 () {34 vars in 664 bytes} [Tue May 26 22:24:32 2026] POST /v2.0/ports => generated 743 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2626] 10.0.0.165 () {34 vars in 666 bytes} [Tue May 26 22:24:33 2026] POST /v2.0/trunks => generated 407 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 22:24:33.318 7 INFO neutron.db.segments_db [None req-ef59d444-46a1-4986-be8b-f2f1ab869c00 5c3516ba20c74f9c9d4b6e19db9413aa 9dd4e8aae01e4ca8af67a2c4bb9939b0 - - default default] Added segment 7d627976-297b-4839-b817-e5d45ce3cca4 of type vxlan for network c9944550-0d80-4db0-a414-687ef61daf60 [pid: 7|app: 0|req: 1180/2627] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:24:33 2026] POST /v2.0/networks => generated 632 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2628] 10.0.0.165 () {34 vars in 664 bytes} [Tue May 26 22:24:33 2026] POST /v2.0/ports => generated 743 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1449/2629] 199.204.45.129 () {34 vars in 994 bytes} [Tue May 26 22:24:33 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => 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: 1450/2630] 199.204.45.129 () {34 vars in 1044 bytes} [Tue May 26 22:24:33 2026] GET /v2.0/security-groups?id=143b6223-8d1f-46a4-8487-ec07c9885d15&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2631] 10.0.0.165 () {34 vars in 666 bytes} [Tue May 26 22:24:33 2026] POST /v2.0/trunks => generated 407 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:24:33.946 8 INFO neutron.db.segments_db [None req-12990136-d304-4bb6-8bad-12f6869088aa 5c3516ba20c74f9c9d4b6e19db9413aa 9dd4e8aae01e4ca8af67a2c4bb9939b0 - - default default] Added segment ca00d15a-f61d-4b94-b38c-e5e9580407b3 of type vxlan for network 747c0632-44dd-47d1-bd39-4aa04386f602 [pid: 8|app: 0|req: 1451/2632] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:24:33 2026] POST /v2.0/networks => generated 631 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2635] 10.0.0.165 () {34 vars in 664 bytes} [Tue May 26 22:24:34 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) [pid: 8|app: 0|req: 1454/2636] 10.0.0.165 () {34 vars in 666 bytes} [Tue May 26 22:24:34 2026] POST /v2.0/trunks => generated 407 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 22:24:34.566 7 INFO neutron.db.segments_db [None req-0a53ae14-019e-439f-8319-d89ac32ebb9f 5c3516ba20c74f9c9d4b6e19db9413aa 9dd4e8aae01e4ca8af67a2c4bb9939b0 - - default default] Added segment 65cf978f-0e3a-400d-a56a-22b6f4ab9ce3 of type vxlan for network fd9f60dd-ac7a-41bf-b656-4a8ba60f3c08 [pid: 7|app: 0|req: 1183/2637] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:24:34 2026] POST /v2.0/networks => generated 632 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2638] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:24:34 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => 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: 1455/2639] 10.0.0.165 () {34 vars in 664 bytes} [Tue May 26 22:24:34 2026] POST /v2.0/ports => generated 743 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2640] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:24:34 2026] GET /v2.0/security-groups?id=143b6223-8d1f-46a4-8487-ec07c9885d15&fields=id&fields=name => generated 96 bytes in 30 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: 1186/2641] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:24:35 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => 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: 1456/2642] 10.0.0.165 () {34 vars in 666 bytes} [Tue May 26 22:24:34 2026] POST /v2.0/trunks => generated 407 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2643] 10.0.0.165 () {34 vars in 749 bytes} [Tue May 26 22:24:35 2026] PUT /v2.0/trunks/92f1d505-1c66-4637-8a6a-652e152eaf28/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2644] 10.0.0.165 () {34 vars in 749 bytes} [Tue May 26 22:24:35 2026] PUT /v2.0/trunks/7d3ce56d-1c58-4a64-8094-a4bfa9fe7630/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2645] 10.0.0.165 () {34 vars in 749 bytes} [Tue May 26 22:24:35 2026] PUT /v2.0/trunks/888cd036-c1f0-4c51-b289-0907f95713ff/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: 1458/2646] 10.0.0.165 () {34 vars in 749 bytes} [Tue May 26 22:24:35 2026] PUT /v2.0/trunks/d2b2320b-c123-4e76-a8dd-9bb5fe8ab04c/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2647] 10.0.0.165 () {32 vars in 662 bytes} [Tue May 26 22:24:35 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2648] 10.0.0.165 () {32 vars in 676 bytes} [Tue May 26 22:24:35 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2649] 10.0.0.165 () {32 vars in 672 bytes} [Tue May 26 22:24:35 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2650] 10.0.0.165 () {32 vars in 684 bytes} [Tue May 26 22:24:35 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2651] 10.0.0.165 () {32 vars in 670 bytes} [Tue May 26 22:24:35 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2652] 10.0.0.165 () {32 vars in 684 bytes} [Tue May 26 22:24:35 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2653] 10.0.0.165 () {32 vars in 680 bytes} [Tue May 26 22:24:35 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2654] 10.0.0.165 () {32 vars in 692 bytes} [Tue May 26 22:24:35 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2655] 10.0.0.165 () {32 vars in 719 bytes} [Tue May 26 22:24:35 2026] GET /v2.0/trunks/92f1d505-1c66-4637-8a6a-652e152eaf28 => generated 412 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2656] 10.0.0.165 () {32 vars in 717 bytes} [Tue May 26 22:24:35 2026] GET /v2.0/ports/8839f0fb-c472-418b-a7d9-1e1723467144 => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2657] 10.0.0.165 () {32 vars in 722 bytes} [Tue May 26 22:24:35 2026] DELETE /v2.0/trunks/92f1d505-1c66-4637-8a6a-652e152eaf28 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2658] 10.0.0.165 () {32 vars in 719 bytes} [Tue May 26 22:24:35 2026] GET /v2.0/trunks/7d3ce56d-1c58-4a64-8094-a4bfa9fe7630 => generated 420 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2659] 10.0.0.165 () {32 vars in 717 bytes} [Tue May 26 22:24:35 2026] GET /v2.0/ports/e9d93209-0645-4bd9-b0bc-c95152823a0a => generated 826 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2660] 10.0.0.165 () {32 vars in 722 bytes} [Tue May 26 22:24:35 2026] DELETE /v2.0/trunks/7d3ce56d-1c58-4a64-8094-a4bfa9fe7630 => 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: 1196/2661] 10.0.0.165 () {32 vars in 719 bytes} [Tue May 26 22:24:35 2026] GET /v2.0/trunks/888cd036-c1f0-4c51-b289-0907f95713ff => generated 429 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2662] 10.0.0.165 () {32 vars in 717 bytes} [Tue May 26 22:24:35 2026] GET /v2.0/ports/8a5158cf-9bd8-4e63-ae08-1d3f9c9d061a => generated 826 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2663] 10.0.0.165 () {32 vars in 722 bytes} [Tue May 26 22:24:36 2026] DELETE /v2.0/trunks/888cd036-c1f0-4c51-b289-0907f95713ff => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2664] 10.0.0.165 () {32 vars in 719 bytes} [Tue May 26 22:24:36 2026] GET /v2.0/trunks/d2b2320b-c123-4e76-a8dd-9bb5fe8ab04c => generated 414 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2665] 10.0.0.165 () {32 vars in 717 bytes} [Tue May 26 22:24:36 2026] GET /v2.0/ports/aabfcf53-2280-4a17-8243-69a311d52636 => generated 826 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2666] 10.0.0.165 () {32 vars in 722 bytes} [Tue May 26 22:24:36 2026] DELETE /v2.0/trunks/d2b2320b-c123-4e76-a8dd-9bb5fe8ab04c => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2667] 10.0.0.165 () {32 vars in 719 bytes} [Tue May 26 22:24:36 2026] GET /v2.0/trunks/4092f3bc-f5a9-4aec-bc2d-b66c5d11f7ef => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2668] 10.0.0.165 () {32 vars in 717 bytes} [Tue May 26 22:24:36 2026] GET /v2.0/ports/1cb8214a-bf9b-492d-9d57-7b57d13ea8d2 => generated 826 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2669] 10.0.0.165 () {32 vars in 722 bytes} [Tue May 26 22:24:36 2026] DELETE /v2.0/trunks/4092f3bc-f5a9-4aec-bc2d-b66c5d11f7ef => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:24:36.465 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac3beeb4-98e4-43b9-a755-c6d17a306660 5c3516ba20c74f9c9d4b6e19db9413aa 9dd4e8aae01e4ca8af67a2c4bb9939b0 - - default default] TaaS: Handle Delete Port: 8839f0fb-c472-418b-a7d9-1e1723467144 2026-05-26 22:24:36.468 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac3beeb4-98e4-43b9-a755-c6d17a306660 5c3516ba20c74f9c9d4b6e19db9413aa 9dd4e8aae01e4ca8af67a2c4bb9939b0 - - default default] Tap Mirror: Handle Delete Port: 8839f0fb-c472-418b-a7d9-1e1723467144 [pid: 8|app: 0|req: 1470/2670] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:24:36 2026] DELETE /v2.0/ports/8839f0fb-c472-418b-a7d9-1e1723467144 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:24:36.657 7 INFO neutron_taas.services.taas.taas_plugin [None req-9dfb5d06-5f76-422d-bdae-4aa241db657f 5c3516ba20c74f9c9d4b6e19db9413aa 9dd4e8aae01e4ca8af67a2c4bb9939b0 - - default default] TaaS: Handle Delete Port: e9d93209-0645-4bd9-b0bc-c95152823a0a 2026-05-26 22:24:36.659 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dfb5d06-5f76-422d-bdae-4aa241db657f 5c3516ba20c74f9c9d4b6e19db9413aa 9dd4e8aae01e4ca8af67a2c4bb9939b0 - - default default] Tap Mirror: Handle Delete Port: e9d93209-0645-4bd9-b0bc-c95152823a0a [pid: 7|app: 0|req: 1201/2671] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:24:36 2026] DELETE /v2.0/ports/e9d93209-0645-4bd9-b0bc-c95152823a0a => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:24:36.842 8 INFO neutron_taas.services.taas.taas_plugin [None req-05809afc-ae89-4350-821d-38c5e2e2054e 5c3516ba20c74f9c9d4b6e19db9413aa 9dd4e8aae01e4ca8af67a2c4bb9939b0 - - default default] TaaS: Handle Delete Port: 8a5158cf-9bd8-4e63-ae08-1d3f9c9d061a 2026-05-26 22:24:36.844 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05809afc-ae89-4350-821d-38c5e2e2054e 5c3516ba20c74f9c9d4b6e19db9413aa 9dd4e8aae01e4ca8af67a2c4bb9939b0 - - default default] Tap Mirror: Handle Delete Port: 8a5158cf-9bd8-4e63-ae08-1d3f9c9d061a [pid: 8|app: 0|req: 1471/2672] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:24:36 2026] DELETE /v2.0/ports/8a5158cf-9bd8-4e63-ae08-1d3f9c9d061a => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:24:37.026 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9100f64-217d-46a3-9ffb-99ae3f9aa14e 5c3516ba20c74f9c9d4b6e19db9413aa 9dd4e8aae01e4ca8af67a2c4bb9939b0 - - default default] TaaS: Handle Delete Port: aabfcf53-2280-4a17-8243-69a311d52636 2026-05-26 22:24:37.028 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9100f64-217d-46a3-9ffb-99ae3f9aa14e 5c3516ba20c74f9c9d4b6e19db9413aa 9dd4e8aae01e4ca8af67a2c4bb9939b0 - - default default] Tap Mirror: Handle Delete Port: aabfcf53-2280-4a17-8243-69a311d52636 [pid: 7|app: 0|req: 1202/2673] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:24:36 2026] DELETE /v2.0/ports/aabfcf53-2280-4a17-8243-69a311d52636 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:24:37.212 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8c85362-e4c0-44b7-b83b-2c4ed89869f4 5c3516ba20c74f9c9d4b6e19db9413aa 9dd4e8aae01e4ca8af67a2c4bb9939b0 - - default default] TaaS: Handle Delete Port: 1cb8214a-bf9b-492d-9d57-7b57d13ea8d2 2026-05-26 22:24:37.218 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8c85362-e4c0-44b7-b83b-2c4ed89869f4 5c3516ba20c74f9c9d4b6e19db9413aa 9dd4e8aae01e4ca8af67a2c4bb9939b0 - - default default] Tap Mirror: Handle Delete Port: 1cb8214a-bf9b-492d-9d57-7b57d13ea8d2 [pid: 8|app: 0|req: 1472/2674] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:24:37 2026] DELETE /v2.0/ports/1cb8214a-bf9b-492d-9d57-7b57d13ea8d2 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2675] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:24:37 2026] DELETE /v2.0/networks/5c08d872-f58c-4046-a498-566652ed7acf => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:24:37.557 7 INFO neutron.services.segments.plugin [-] Segment c5b7e34f-90a5-4164-9262-415ad05b779b resource provider aggregate not found 2026-05-26 22:24:37.576 7 INFO neutron.services.segments.plugin [-] Segment c5b7e34f-90a5-4164-9262-415ad05b779b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5b7e34f-90a5-4164-9262-415ad05b779b found for delete ", "request_id": "req-04515a80-fea1-4732-a2f2-7a6153265ca3"}]} 2026-05-26 22:24:37.594 7 INFO neutron.services.segments.plugin [-] Segment c5b7e34f-90a5-4164-9262-415ad05b779b resource provider aggregate not found 2026-05-26 22:24:37.610 8 INFO neutron.services.segments.plugin [-] Segment f2fa2a67-3b9c-43fa-b9d5-c4ac495ab1ee resource provider aggregate not found 2026-05-26 22:24:37.616 7 INFO neutron.services.segments.plugin [-] Segment c5b7e34f-90a5-4164-9262-415ad05b779b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5b7e34f-90a5-4164-9262-415ad05b779b found for delete ", "request_id": "req-f730ff6d-bb99-441c-accb-8db55533391f"}]} 2026-05-26 22:24:37.616 8 INFO neutron.services.segments.plugin [-] Segment f2fa2a67-3b9c-43fa-b9d5-c4ac495ab1ee resource provider aggregate not found 2026-05-26 22:24:37.626 8 INFO neutron.services.segments.plugin [-] Segment f2fa2a67-3b9c-43fa-b9d5-c4ac495ab1ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2fa2a67-3b9c-43fa-b9d5-c4ac495ab1ee found for delete ", "request_id": "req-c1ac7041-bcfd-42e7-952a-52eac159bb19"}]} 2026-05-26 22:24:37.637 8 INFO neutron.services.segments.plugin [-] Segment f2fa2a67-3b9c-43fa-b9d5-c4ac495ab1ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2fa2a67-3b9c-43fa-b9d5-c4ac495ab1ee found for delete ", "request_id": "req-33fc2b91-c8bb-4f5c-9085-38bcf37e778e"}]} [pid: 8|app: 0|req: 1473/2676] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:24:37 2026] DELETE /v2.0/networks/c8749219-3cb6-48f4-9b2c-0e64a9557d52 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2677] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:24:37 2026] DELETE /v2.0/networks/c9944550-0d80-4db0-a414-687ef61daf60 => 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: 1474/2678] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:24:37 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2679] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:24:37 2026] GET /v2.0/security-groups?id=143b6223-8d1f-46a4-8487-ec07c9885d15&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2680] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:24:37 2026] DELETE /v2.0/networks/747c0632-44dd-47d1-bd39-4aa04386f602 => 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: 1476/2681] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:24:37 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2682] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:24:37 2026] DELETE /v2.0/networks/fd9f60dd-ac7a-41bf-b656-4a8ba60f3c08 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2683] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:24:38 2026] GET /v2.0/security-groups?tenant_id=df8ee0c2672b4b568f57633a379eb822&name=default => generated 2929 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2684] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:24:39 2026] DELETE /v2.0/security-groups/4ab54957-35ea-4a81-aa0f-f074c6806c02 => 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: 1478/2685] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:24:39 2026] GET /v2.0/security-groups?tenant_id=dd4869ad0ec14d238e9620caf933a408&name=default => generated 2929 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:24:39.609 7 INFO neutron.services.segments.plugin [-] Segment 7d627976-297b-4839-b817-e5d45ce3cca4 resource provider aggregate not found 2026-05-26 22:24:39.632 7 INFO neutron.services.segments.plugin [-] Segment 7d627976-297b-4839-b817-e5d45ce3cca4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d627976-297b-4839-b817-e5d45ce3cca4 found for delete ", "request_id": "req-baeb0dde-b54c-4274-8713-1bceb68f9ed3"}]} 2026-05-26 22:24:39.650 7 INFO neutron.services.segments.plugin [-] Segment ca00d15a-f61d-4b94-b38c-e5e9580407b3 resource provider aggregate not found 2026-05-26 22:24:39.660 7 INFO neutron.services.segments.plugin [-] Segment 7d627976-297b-4839-b817-e5d45ce3cca4 resource provider aggregate not found 2026-05-26 22:24:39.675 7 INFO neutron.services.segments.plugin [-] Segment ca00d15a-f61d-4b94-b38c-e5e9580407b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca00d15a-f61d-4b94-b38c-e5e9580407b3 found for delete ", "request_id": "req-1bdaac52-2eea-4a2f-ae18-65b36bcf934d"}]} 2026-05-26 22:24:39.681 7 INFO neutron.services.segments.plugin [-] Segment 7d627976-297b-4839-b817-e5d45ce3cca4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d627976-297b-4839-b817-e5d45ce3cca4 found for delete ", "request_id": "req-993288bf-2023-4adc-b254-886ce741c3bc"}]} 2026-05-26 22:24:39.695 7 INFO neutron.services.segments.plugin [-] Segment 65cf978f-0e3a-400d-a56a-22b6f4ab9ce3 resource provider aggregate not found 2026-05-26 22:24:39.700 7 INFO neutron.services.segments.plugin [-] Segment ca00d15a-f61d-4b94-b38c-e5e9580407b3 resource provider aggregate not found 2026-05-26 22:24:39.719 7 INFO neutron.services.segments.plugin [-] Segment 65cf978f-0e3a-400d-a56a-22b6f4ab9ce3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65cf978f-0e3a-400d-a56a-22b6f4ab9ce3 found for delete ", "request_id": "req-de6d9a08-f42d-4ead-a873-77bbc3a012a8"}]} 2026-05-26 22:24:39.720 7 INFO neutron.services.segments.plugin [-] Segment ca00d15a-f61d-4b94-b38c-e5e9580407b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca00d15a-f61d-4b94-b38c-e5e9580407b3 found for delete ", "request_id": "req-e214b187-e0d1-42d9-b393-a747c43a9351"}]} [pid: 7|app: 0|req: 1208/2686] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:24:39 2026] DELETE /v2.0/security-groups/78b057d9-4709-4572-858f-ddbf955f8b9f => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:24:39.745 7 INFO neutron.services.segments.plugin [-] Segment 65cf978f-0e3a-400d-a56a-22b6f4ab9ce3 resource provider aggregate not found 2026-05-26 22:24:39.769 7 INFO neutron.services.segments.plugin [-] Segment 65cf978f-0e3a-400d-a56a-22b6f4ab9ce3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65cf978f-0e3a-400d-a56a-22b6f4ab9ce3 found for delete ", "request_id": "req-b89bee29-afa9-4f65-8a90-e3c8e42e1abe"}]} [pid: 8|app: 0|req: 1479/2687] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:24:39 2026] GET /v2.0/security-groups?tenant_id=9dd4e8aae01e4ca8af67a2c4bb9939b0&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2688] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:24:39 2026] DELETE /v2.0/security-groups/c52bedbb-852f-4b79-a878-694713c79a4d => 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: 1480/2689] 10.0.0.165 () {34 vars in 676 bytes} [Tue May 26 22:24:43 2026] POST /v2.0/floatingips => generated 552 bytes in 774 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2690] 10.0.0.165 () {34 vars in 759 bytes} [Tue May 26 22:24:44 2026] PUT /v2.0/floatingips/f31b4f5e-2a12-453e-8be1-3304af23e161/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2691] 10.0.0.165 () {32 vars in 739 bytes} [Tue May 26 22:24:44 2026] GET /v2.0/floatingips/f31b4f5e-2a12-453e-8be1-3304af23e161/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2692] 10.0.0.165 () {34 vars in 770 bytes} [Tue May 26 22:24:44 2026] PUT /v2.0/floatingips/f31b4f5e-2a12-453e-8be1-3304af23e161/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2693] 10.0.0.165 () {32 vars in 739 bytes} [Tue May 26 22:24:44 2026] GET /v2.0/floatingips/f31b4f5e-2a12-453e-8be1-3304af23e161/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2694] 10.0.0.165 () {34 vars in 766 bytes} [Tue May 26 22:24:44 2026] PUT /v2.0/floatingips/f31b4f5e-2a12-453e-8be1-3304af23e161/tags/red => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2695] 10.0.0.165 () {32 vars in 739 bytes} [Tue May 26 22:24:44 2026] GET /v2.0/floatingips/f31b4f5e-2a12-453e-8be1-3304af23e161/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2696] 10.0.0.165 () {34 vars in 788 bytes} [Tue May 26 22:24:44 2026] PUT /v2.0/floatingips/f31b4f5e-2a12-453e-8be1-3304af23e161/tags/black.or.white => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2697] 10.0.0.165 () {32 vars in 739 bytes} [Tue May 26 22:24:44 2026] GET /v2.0/floatingips/f31b4f5e-2a12-453e-8be1-3304af23e161/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2698] 10.0.0.165 () {34 vars in 759 bytes} [Tue May 26 22:24:44 2026] PUT /v2.0/floatingips/f31b4f5e-2a12-453e-8be1-3304af23e161/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2699] 10.0.0.165 () {32 vars in 739 bytes} [Tue May 26 22:24:44 2026] GET /v2.0/floatingips/f31b4f5e-2a12-453e-8be1-3304af23e161/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2700] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:24:44 2026] GET /v2.0/floatingips/f31b4f5e-2a12-453e-8be1-3304af23e161/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:24:44.832 8 INFO neutron.api.v2.resource [None req-353ee77c-bc4e-49b5-bafe-384700c51c5c 2345c7dea988474a9bbe77101811df5a c8bae5ce83014da2ab1cb23250af5d80 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1486/2701] 10.0.0.165 () {32 vars in 751 bytes} [Tue May 26 22:24:44 2026] GET /v2.0/floatingips/f31b4f5e-2a12-453e-8be1-3304af23e161/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2702] 10.0.0.165 () {32 vars in 750 bytes} [Tue May 26 22:24:44 2026] DELETE /v2.0/floatingips/f31b4f5e-2a12-453e-8be1-3304af23e161/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: 1487/2703] 10.0.0.165 () {32 vars in 739 bytes} [Tue May 26 22:24:44 2026] GET /v2.0/floatingips/f31b4f5e-2a12-453e-8be1-3304af23e161/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:24:44.990 7 INFO neutron.api.v2.resource [None req-73c3ad80-68b3-4b20-992f-9d60c8e4284d 2345c7dea988474a9bbe77101811df5a c8bae5ce83014da2ab1cb23250af5d80 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1217/2704] 10.0.0.165 () {32 vars in 754 bytes} [Tue May 26 22:24:44 2026] DELETE /v2.0/floatingips/f31b4f5e-2a12-453e-8be1-3304af23e161/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2705] 10.0.0.165 () {32 vars in 742 bytes} [Tue May 26 22:24:44 2026] DELETE /v2.0/floatingips/f31b4f5e-2a12-453e-8be1-3304af23e161/tags => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2706] 10.0.0.165 () {32 vars in 739 bytes} [Tue May 26 22:24:45 2026] GET /v2.0/floatingips/f31b4f5e-2a12-453e-8be1-3304af23e161/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:24:45.210 8 INFO neutron_taas.services.taas.taas_plugin [None req-b09e1ced-ff3b-4b16-9613-9f760f2fc16f 2345c7dea988474a9bbe77101811df5a c8bae5ce83014da2ab1cb23250af5d80 - - default default] TaaS: Handle Delete Port: d2dc24dc-694a-410b-9712-aa7f7a900f44 2026-05-26 22:24:45.214 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b09e1ced-ff3b-4b16-9613-9f760f2fc16f 2345c7dea988474a9bbe77101811df5a c8bae5ce83014da2ab1cb23250af5d80 - - default default] Tap Mirror: Handle Delete Port: d2dc24dc-694a-410b-9712-aa7f7a900f44 [pid: 8|app: 0|req: 1489/2707] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:24:45 2026] DELETE /v2.0/floatingips/f31b4f5e-2a12-453e-8be1-3304af23e161 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2708] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:24:45 2026] GET /v2.0/security-groups?tenant_id=c8bae5ce83014da2ab1cb23250af5d80&name=default => generated 2929 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2709] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:24:46 2026] DELETE /v2.0/security-groups/9199097f-280b-4fd6-8887-0fad68f52583 => 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: 1220/2710] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:24:46 2026] GET /v2.0/security-groups?tenant_id=56ca24c4f77a45b28459c4a8d62dce7e&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2711] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:24:46 2026] DELETE /v2.0/security-groups/3445b8d4-0b2a-40cb-831b-9a5d838ca0ec => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:24:50.126 8 INFO neutron.db.segments_db [None req-d2263afd-d7e9-4b2b-aaa3-7986e6f4361d 63d3a68fc3f148a29a1a401dabb650c3 eb09aa47d10e420296f69d9ff26e3cad - - default default] Added segment 94bb5c70-a2ae-4477-a34b-63b2a2185330 of type vxlan for network 3ae9e00a-2e81-45f8-b26f-c37b38fb9b3a [pid: 8|app: 0|req: 1493/2714] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:24:49 2026] POST /v2.0/networks => generated 631 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2715] 10.0.0.165 () {34 vars in 753 bytes} [Tue May 26 22:24:50 2026] PUT /v2.0/networks/3ae9e00a-2e81-45f8-b26f-c37b38fb9b3a/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: 1494/2716] 10.0.0.165 () {32 vars in 733 bytes} [Tue May 26 22:24:50 2026] GET /v2.0/networks/3ae9e00a-2e81-45f8-b26f-c37b38fb9b3a/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2717] 10.0.0.165 () {34 vars in 764 bytes} [Tue May 26 22:24:50 2026] PUT /v2.0/networks/3ae9e00a-2e81-45f8-b26f-c37b38fb9b3a/tags/green => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2718] 10.0.0.165 () {32 vars in 733 bytes} [Tue May 26 22:24:50 2026] GET /v2.0/networks/3ae9e00a-2e81-45f8-b26f-c37b38fb9b3a/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2719] 10.0.0.165 () {34 vars in 760 bytes} [Tue May 26 22:24:50 2026] PUT /v2.0/networks/3ae9e00a-2e81-45f8-b26f-c37b38fb9b3a/tags/red => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2720] 10.0.0.165 () {32 vars in 733 bytes} [Tue May 26 22:24:50 2026] GET /v2.0/networks/3ae9e00a-2e81-45f8-b26f-c37b38fb9b3a/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2721] 10.0.0.165 () {34 vars in 782 bytes} [Tue May 26 22:24:50 2026] PUT /v2.0/networks/3ae9e00a-2e81-45f8-b26f-c37b38fb9b3a/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2722] 10.0.0.165 () {32 vars in 733 bytes} [Tue May 26 22:24:50 2026] GET /v2.0/networks/3ae9e00a-2e81-45f8-b26f-c37b38fb9b3a/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2723] 10.0.0.165 () {34 vars in 753 bytes} [Tue May 26 22:24:50 2026] PUT /v2.0/networks/3ae9e00a-2e81-45f8-b26f-c37b38fb9b3a/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2724] 10.0.0.165 () {32 vars in 733 bytes} [Tue May 26 22:24:50 2026] GET /v2.0/networks/3ae9e00a-2e81-45f8-b26f-c37b38fb9b3a/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2725] 10.0.0.165 () {32 vars in 741 bytes} [Tue May 26 22:24:50 2026] GET /v2.0/networks/3ae9e00a-2e81-45f8-b26f-c37b38fb9b3a/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:24:50.963 8 INFO neutron.api.v2.resource [None req-e5203ba0-94a2-4f93-8374-dcc630d2e146 63d3a68fc3f148a29a1a401dabb650c3 eb09aa47d10e420296f69d9ff26e3cad - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1499/2726] 10.0.0.165 () {32 vars in 745 bytes} [Tue May 26 22:24:50 2026] GET /v2.0/networks/3ae9e00a-2e81-45f8-b26f-c37b38fb9b3a/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2727] 10.0.0.165 () {32 vars in 744 bytes} [Tue May 26 22:24:50 2026] DELETE /v2.0/networks/3ae9e00a-2e81-45f8-b26f-c37b38fb9b3a/tags/red => 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: 1500/2728] 10.0.0.165 () {32 vars in 733 bytes} [Tue May 26 22:24:51 2026] GET /v2.0/networks/3ae9e00a-2e81-45f8-b26f-c37b38fb9b3a/tags => generated 30 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:24:51.127 7 INFO neutron.api.v2.resource [None req-66e844d9-da9a-485f-b8e4-a3bfc4a04db4 63d3a68fc3f148a29a1a401dabb650c3 eb09aa47d10e420296f69d9ff26e3cad - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1229/2729] 10.0.0.165 () {32 vars in 748 bytes} [Tue May 26 22:24:51 2026] DELETE /v2.0/networks/3ae9e00a-2e81-45f8-b26f-c37b38fb9b3a/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2730] 10.0.0.165 () {32 vars in 736 bytes} [Tue May 26 22:24:51 2026] DELETE /v2.0/networks/3ae9e00a-2e81-45f8-b26f-c37b38fb9b3a/tags => 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: 1230/2731] 10.0.0.165 () {32 vars in 733 bytes} [Tue May 26 22:24:51 2026] GET /v2.0/networks/3ae9e00a-2e81-45f8-b26f-c37b38fb9b3a/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:24:51.423 8 INFO neutron.services.segments.plugin [-] Segment 94bb5c70-a2ae-4477-a34b-63b2a2185330 resource provider aggregate not found 2026-05-26 22:24:51.430 8 INFO neutron.services.segments.plugin [-] Segment 94bb5c70-a2ae-4477-a34b-63b2a2185330 resource provider aggregate not found 2026-05-26 22:24:51.450 8 INFO neutron.services.segments.plugin [-] Segment 94bb5c70-a2ae-4477-a34b-63b2a2185330 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94bb5c70-a2ae-4477-a34b-63b2a2185330 found for delete ", "request_id": "req-57cfbd48-3cf2-4673-9020-25bbc8f86981"}]} 2026-05-26 22:24:51.462 8 INFO neutron.services.segments.plugin [-] Segment 94bb5c70-a2ae-4477-a34b-63b2a2185330 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94bb5c70-a2ae-4477-a34b-63b2a2185330 found for delete ", "request_id": "req-ab0ae294-e710-445c-b1d0-0841ac2710f1"}]} [pid: 8|app: 0|req: 1502/2732] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:24:51 2026] DELETE /v2.0/networks/3ae9e00a-2e81-45f8-b26f-c37b38fb9b3a => 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: 1231/2733] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:24:52 2026] GET /v2.0/security-groups?tenant_id=725b0fc5baf54eb0b909434d0f630a78&name=default => generated 2929 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2734] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:24:52 2026] DELETE /v2.0/security-groups/9bba4263-723a-4817-b070-c3545fd010c0 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2735] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:24:52 2026] GET /v2.0/security-groups?tenant_id=eb09aa47d10e420296f69d9ff26e3cad&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2736] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:24:52 2026] DELETE /v2.0/security-groups/5c3acf0a-5cda-43c1-9d18-0259ea3c9c21 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:24:56.108 7 INFO neutron.db.segments_db [None req-e7b75158-18c7-45ef-875a-39bb25120f97 6ac9f2a0329d42b2941bbd2f08bec65b 3c755c65eb1a476b8ddaf3bde13a8005 - - default default] Added segment ec2a82fa-ca6f-4f77-9f8e-e092c0fa6553 of type vxlan for network 9839cdf0-2635-4c4a-96ae-eb10925d86b8 [pid: 7|app: 0|req: 1233/2737] 10.0.0.165 () {34 vars in 670 bytes} [Tue May 26 22:24:55 2026] POST /v2.0/networks => generated 631 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2738] 10.0.0.165 () {34 vars in 664 bytes} [Tue May 26 22:24:56 2026] POST /v2.0/ports => generated 743 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2739] 10.0.0.165 () {34 vars in 666 bytes} [Tue May 26 22:24:56 2026] POST /v2.0/trunks => generated 407 bytes in 178 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: 1506/2740] 10.0.0.165 () {34 vars in 749 bytes} [Tue May 26 22:24:56 2026] PUT /v2.0/trunks/8511aff8-5ed0-4c03-8084-d6405ea54bbe/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: 1235/2741] 10.0.0.165 () {32 vars in 729 bytes} [Tue May 26 22:24:56 2026] GET /v2.0/trunks/8511aff8-5ed0-4c03-8084-d6405ea54bbe/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2742] 10.0.0.165 () {34 vars in 760 bytes} [Tue May 26 22:24:56 2026] PUT /v2.0/trunks/8511aff8-5ed0-4c03-8084-d6405ea54bbe/tags/green => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2743] 10.0.0.165 () {32 vars in 729 bytes} [Tue May 26 22:24:56 2026] GET /v2.0/trunks/8511aff8-5ed0-4c03-8084-d6405ea54bbe/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2744] 10.0.0.165 () {34 vars in 756 bytes} [Tue May 26 22:24:56 2026] PUT /v2.0/trunks/8511aff8-5ed0-4c03-8084-d6405ea54bbe/tags/red => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2745] 10.0.0.165 () {32 vars in 729 bytes} [Tue May 26 22:24:57 2026] GET /v2.0/trunks/8511aff8-5ed0-4c03-8084-d6405ea54bbe/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: 1509/2746] 10.0.0.165 () {34 vars in 778 bytes} [Tue May 26 22:24:57 2026] PUT /v2.0/trunks/8511aff8-5ed0-4c03-8084-d6405ea54bbe/tags/black.or.white => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2747] 10.0.0.165 () {32 vars in 729 bytes} [Tue May 26 22:24:57 2026] GET /v2.0/trunks/8511aff8-5ed0-4c03-8084-d6405ea54bbe/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2748] 10.0.0.165 () {34 vars in 749 bytes} [Tue May 26 22:24:57 2026] PUT /v2.0/trunks/8511aff8-5ed0-4c03-8084-d6405ea54bbe/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2749] 10.0.0.165 () {32 vars in 729 bytes} [Tue May 26 22:24:57 2026] GET /v2.0/trunks/8511aff8-5ed0-4c03-8084-d6405ea54bbe/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2750] 10.0.0.165 () {32 vars in 737 bytes} [Tue May 26 22:24:57 2026] GET /v2.0/trunks/8511aff8-5ed0-4c03-8084-d6405ea54bbe/tags/red => generated 0 bytes in 20 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:24:57.288 7 INFO neutron.api.v2.resource [None req-ed3c6f00-21e8-4557-bac3-ec10f1971179 6ac9f2a0329d42b2941bbd2f08bec65b 3c755c65eb1a476b8ddaf3bde13a8005 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1240/2751] 10.0.0.165 () {32 vars in 741 bytes} [Tue May 26 22:24:57 2026] GET /v2.0/trunks/8511aff8-5ed0-4c03-8084-d6405ea54bbe/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2752] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:24:57 2026] DELETE /v2.0/trunks/8511aff8-5ed0-4c03-8084-d6405ea54bbe/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: 1241/2753] 10.0.0.165 () {32 vars in 729 bytes} [Tue May 26 22:24:57 2026] GET /v2.0/trunks/8511aff8-5ed0-4c03-8084-d6405ea54bbe/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:24:57.421 8 INFO neutron.api.v2.resource [None req-c3bf9d88-1e13-43ad-a5c5-ea0f2b47266a 6ac9f2a0329d42b2941bbd2f08bec65b 3c755c65eb1a476b8ddaf3bde13a8005 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1513/2754] 10.0.0.165 () {32 vars in 744 bytes} [Tue May 26 22:24:57 2026] DELETE /v2.0/trunks/8511aff8-5ed0-4c03-8084-d6405ea54bbe/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: 1242/2755] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:24:57 2026] DELETE /v2.0/trunks/8511aff8-5ed0-4c03-8084-d6405ea54bbe/tags => 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: 1514/2756] 10.0.0.165 () {32 vars in 729 bytes} [Tue May 26 22:24:57 2026] GET /v2.0/trunks/8511aff8-5ed0-4c03-8084-d6405ea54bbe/tags => 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: 1243/2757] 10.0.0.165 () {32 vars in 719 bytes} [Tue May 26 22:24:57 2026] GET /v2.0/trunks/8511aff8-5ed0-4c03-8084-d6405ea54bbe => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2758] 10.0.0.165 () {32 vars in 717 bytes} [Tue May 26 22:24:57 2026] GET /v2.0/ports/ce5fb8a0-087c-4690-a697-ca453a46b2c7 => generated 826 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2759] 10.0.0.165 () {32 vars in 722 bytes} [Tue May 26 22:24:57 2026] DELETE /v2.0/trunks/8511aff8-5ed0-4c03-8084-d6405ea54bbe => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:24:57.782 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ec37d4e-2324-4b7c-bb38-a5792953ef8a 6ac9f2a0329d42b2941bbd2f08bec65b 3c755c65eb1a476b8ddaf3bde13a8005 - - default default] TaaS: Handle Delete Port: ce5fb8a0-087c-4690-a697-ca453a46b2c7 2026-05-26 22:24:57.785 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ec37d4e-2324-4b7c-bb38-a5792953ef8a 6ac9f2a0329d42b2941bbd2f08bec65b 3c755c65eb1a476b8ddaf3bde13a8005 - - default default] Tap Mirror: Handle Delete Port: ce5fb8a0-087c-4690-a697-ca453a46b2c7 [pid: 8|app: 0|req: 1516/2760] 10.0.0.165 () {32 vars in 720 bytes} [Tue May 26 22:24:57 2026] DELETE /v2.0/ports/ce5fb8a0-087c-4690-a697-ca453a46b2c7 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:24:57.997 7 INFO neutron.services.segments.plugin [-] Segment ec2a82fa-ca6f-4f77-9f8e-e092c0fa6553 resource provider aggregate not found 2026-05-26 22:24:58.000 7 INFO neutron.services.segments.plugin [-] Segment ec2a82fa-ca6f-4f77-9f8e-e092c0fa6553 resource provider aggregate not found 2026-05-26 22:24:58.020 7 INFO neutron.services.segments.plugin [-] Segment ec2a82fa-ca6f-4f77-9f8e-e092c0fa6553 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec2a82fa-ca6f-4f77-9f8e-e092c0fa6553 found for delete ", "request_id": "req-7b57dd00-a62d-4d2b-bcb0-9fe3ab424b67"}]} 2026-05-26 22:24:58.023 7 INFO neutron.services.segments.plugin [-] Segment ec2a82fa-ca6f-4f77-9f8e-e092c0fa6553 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec2a82fa-ca6f-4f77-9f8e-e092c0fa6553 found for delete ", "request_id": "req-a945c953-42b6-412f-aa88-5eaa9326731d"}]} [pid: 7|app: 0|req: 1245/2761] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:24:57 2026] DELETE /v2.0/networks/9839cdf0-2635-4c4a-96ae-eb10925d86b8 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2762] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:24:58 2026] GET /v2.0/security-groups?tenant_id=3c755c65eb1a476b8ddaf3bde13a8005&name=default => generated 2929 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2763] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:24:58 2026] DELETE /v2.0/security-groups/a7c4a772-e837-4d12-be14-506327c06b4c => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2764] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:24:59 2026] GET /v2.0/security-groups?tenant_id=08416fc7915d4844ae42056812181fe5&name=default => generated 2929 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2765] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:24:59 2026] DELETE /v2.0/security-groups/151b5828-b3ee-4be2-be7f-56294cbb5940 => 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: 1520/2768] 199.204.45.129 () {30 vars in 703 bytes} [Tue May 26 22:25:12 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: 1249/2769] 199.204.45.129 () {30 vars in 705 bytes} [Tue May 26 22:25:12 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: 1521/2770] 199.204.45.129 () {30 vars in 681 bytes} [Tue May 26 22:25:12 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: 1250/2771] 199.204.45.129 () {30 vars in 717 bytes} [Tue May 26 22:25:12 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: 1522/2772] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:25:12 2026] GET /v2.0/subnets/d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2773] 199.204.45.129 () {30 vars in 769 bytes} [Tue May 26 22:25:12 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => 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: 1523/2774] 199.204.45.129 () {34 vars in 717 bytes} [Tue May 26 22:25:12 2026] POST /v2.0/ports => generated 1059 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2775] 10.0.0.147 () {34 vars in 971 bytes} [Tue May 26 22:25:13 2026] GET /v2.0/ports/daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa => generated 1059 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2776] 10.0.0.147 () {34 vars in 907 bytes} [Tue May 26 22:25:13 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2777] 199.204.45.129 () {34 vars in 1262 bytes} [Tue May 26 22:25:14 2026] GET /v2.0/ports/daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2778] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:25:14 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8?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: 1254/2779] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:25:14 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8?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: 1526/2780] 199.204.45.129 () {34 vars in 975 bytes} [Tue May 26 22:25:14 2026] GET /v2.0/ports/daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa => generated 1059 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2781] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:25:14 2026] GET /v2.0/networks?id=89c633dd-e72a-40d0-89f3-04138b04b6f8 => generated 802 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2782] 199.204.45.129 () {38 vars in 1028 bytes} [Tue May 26 22:25:15 2026] PUT /v2.0/ports/daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa => generated 1249 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:25:15.590 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c7e0b6e6-568e-462e-8435-114d3407b726'] response: {'name': 'network-changed', 'server_uuid': 'cf4e539e-3a9e-4647-a9ad-a08f4cee90f2', 'tag': 'daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1256/2783] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:25:16 2026] GET /v2.0/ports?tenant_id=d4064c473e5247c7808a6e5bcde9f2f6&device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 2485 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2784] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:25:16 2026] GET /v2.0/networks?id=89c633dd-e72a-40d0-89f3-04138b04b6f8 => generated 802 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2785] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:25:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.162&port_id=daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa => 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: 1529/2786] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:25:16 2026] GET /v2.0/subnets?id=d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2787] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:25:16 2026] GET /v2.0/ports?network_id=89c633dd-e72a-40d0-89f3-04138b04b6f8&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: 1530/2788] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:25:16 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2789] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:25:16 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8?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: 1531/2790] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:25:17 2026] GET /v2.0/ports?tenant_id=d4064c473e5247c7808a6e5bcde9f2f6&device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 2485 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2791] 199.204.45.129 () {34 vars in 1060 bytes} [Tue May 26 22:25:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.70&port_id=795998d2-5889-4bd6-88a5-54f253b8dd85 => 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: 1532/2792] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:25:17 2026] GET /v2.0/subnets?id=59a55359-4612-4cfc-a63c-9f89a27b5430 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2793] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:25:17 2026] GET /v2.0/ports?network_id=8b2cc538-ab84-42a1-876f-9623c9035ded&device_owner=network%3Adhcp => 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: 1533/2794] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:25:17 2026] GET /v2.0/networks/8b2cc538-ab84-42a1-876f-9623c9035ded?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: 1262/2795] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:25:17 2026] GET /v2.0/networks/8b2cc538-ab84-42a1-876f-9623c9035ded?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: 1534/2796] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:25:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.162&port_id=daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa => 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: 1263/2797] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:25:17 2026] GET /v2.0/subnets?id=d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2798] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:25:17 2026] GET /v2.0/ports?network_id=89c633dd-e72a-40d0-89f3-04138b04b6f8&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: 1264/2799] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:25:17 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/2800] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:25:17 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8?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: 1266/2803] 10.0.0.147 () {34 vars in 971 bytes} [Tue May 26 22:25:21 2026] GET /v2.0/ports/daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa => generated 1251 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/2804] 199.204.45.129 () {34 vars in 789 bytes} [Tue May 26 22:25:21 2026] PUT /v2.0/ports/daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa => generated 1276 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:25:22.080 7 INFO neutron.api.v2.resource [None req-94930ed8-df00-42ee-989a-539a2a166a13 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1267/2805] 199.204.45.129 () {30 vars in 763 bytes} [Tue May 26 22:25:22 2026] GET /v2.0/security-groups/lb-146c6940-75c1-4c22-92bb-b071cc39c63b => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:25:22.097 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d3aa7b68-f70f-4f48-9e8a-4647ef44410f'] response: {'name': 'network-changed', 'server_uuid': 'cf4e539e-3a9e-4647-a9ad-a08f4cee90f2', 'tag': 'daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1539/2806] 199.204.45.129 () {30 vars in 785 bytes} [Tue May 26 22:25:22 2026] GET /v2.0/security-groups?name=lb-146c6940-75c1-4c22-92bb-b071cc39c63b => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2807] 199.204.45.129 () {34 vars in 789 bytes} [Tue May 26 22:25:22 2026] PUT /v2.0/ports/daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa => generated 1314 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:25:22.414 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef72cc2a-039d-4182-b8fb-4ff7f9db92e7'] response: {'name': 'network-changed', 'server_uuid': 'cf4e539e-3a9e-4647-a9ad-a08f4cee90f2', 'tag': 'daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1540/2808] 199.204.45.129 () {30 vars in 703 bytes} [Tue May 26 22:25:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1269/2809] 199.204.45.129 () {30 vars in 705 bytes} [Tue May 26 22:25:22 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: 1541/2810] 199.204.45.129 () {30 vars in 681 bytes} [Tue May 26 22:25:22 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: 1542/2811] 199.204.45.129 () {30 vars in 717 bytes} [Tue May 26 22:25:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2812] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:25:22 2026] GET /v2.0/ports?tenant_id=d4064c473e5247c7808a6e5bcde9f2f6&device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/2813] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:25:22 2026] GET /v2.0/subnets/d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => 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: 1544/2814] 199.204.45.129 () {30 vars in 737 bytes} [Tue May 26 22:25:22 2026] GET /v2.0/ports/71a66df6-ed04-4d37-911c-e300b654d36b => 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: 1271/2815] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:25:22 2026] GET /v2.0/networks?id=89c633dd-e72a-40d0-89f3-04138b04b6f8 => generated 802 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2816] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:25:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.162&port_id=daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa => 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: 1545/2817] 199.204.45.129 () {30 vars in 737 bytes} [Tue May 26 22:25:22 2026] GET /v2.0/ports/daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa => 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: 1273/2818] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:25:22 2026] GET /v2.0/subnets?id=d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/2819] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:25:22 2026] GET /v2.0/subnets/d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => 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: 1274/2820] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:25:22 2026] GET /v2.0/ports?network_id=89c633dd-e72a-40d0-89f3-04138b04b6f8&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/2821] 199.204.45.129 () {30 vars in 743 bytes} [Tue May 26 22:25:22 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2822] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:25:22 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/2823] 199.204.45.129 () {30 vars in 737 bytes} [Tue May 26 22:25:22 2026] GET /v2.0/ports/71a66df6-ed04-4d37-911c-e300b654d36b => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2824] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:25:22 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/2825] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:25:22 2026] GET /v2.0/subnets/d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => 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: 1277/2826] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:25:23 2026] GET /v2.0/ports?tenant_id=d4064c473e5247c7808a6e5bcde9f2f6&device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 2586 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/2827] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:25:23 2026] GET /v2.0/networks?id=89c633dd-e72a-40d0-89f3-04138b04b6f8 => generated 802 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2828] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:25:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.162&port_id=daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa => 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: 1551/2829] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:25:24 2026] GET /v2.0/subnets?id=d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2830] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:25:24 2026] GET /v2.0/ports?network_id=89c633dd-e72a-40d0-89f3-04138b04b6f8&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: 1552/2831] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:25:24 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2832] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:25:24 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:25:32.118 8 INFO neutron.db.l3_db [None req-200c358e-e4e0-416f-ad98-1d8f0036874c 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] Floating IP 8d2313ef-ac0c-42c1-8a57-aaa1d0b6ee9d associated. External IP: 10.96.250.219, port: 71a66df6-ed04-4d37-911c-e300b654d36b. [pid: 8|app: 0|req: 1553/2833] 10.0.0.165 () {34 vars in 677 bytes} [Tue May 26 22:25:31 2026] POST /v2.0/floatingips => generated 899 bytes in 985 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/2836] 199.204.45.129 () {30 vars in 703 bytes} [Tue May 26 22:25:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2837] 199.204.45.129 () {30 vars in 705 bytes} [Tue May 26 22:25:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/2838] 199.204.45.129 () {30 vars in 681 bytes} [Tue May 26 22:25:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2839] 199.204.45.129 () {30 vars in 717 bytes} [Tue May 26 22:25:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:25:35.495 8 INFO neutron.api.v2.resource [None req-797abb51-0891-4ec8-b668-a32e4fc569b2 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1557/2840] 199.204.45.129 () {30 vars in 763 bytes} [Tue May 26 22:25:35 2026] GET /v2.0/security-groups/lb-146c6940-75c1-4c22-92bb-b071cc39c63b => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2841] 199.204.45.129 () {30 vars in 785 bytes} [Tue May 26 22:25:35 2026] GET /v2.0/security-groups?name=lb-146c6940-75c1-4c22-92bb-b071cc39c63b => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/2842] 199.204.45.129 () {30 vars in 815 bytes} [Tue May 26 22:25:35 2026] GET /v2.0/security-group-rules?security_group_id=5048ba3e-7671-4158-a792-609e23ee67bd => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2843] 199.204.45.129 () {34 vars in 747 bytes} [Tue May 26 22:25:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/2844] 199.204.45.129 () {34 vars in 747 bytes} [Tue May 26 22:25:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2845] 10.0.0.176 () {30 vars in 690 bytes} [Tue May 26 22:25:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/2846] 10.0.0.176 () {30 vars in 692 bytes} [Tue May 26 22:25:44 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: 1287/2847] 10.0.0.176 () {30 vars in 668 bytes} [Tue May 26 22:25:44 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: 1561/2848] 10.0.0.176 () {30 vars in 704 bytes} [Tue May 26 22:25:44 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: 1288/2849] 10.0.0.176 () {28 vars in 439 bytes} [Tue May 26 22:25:44 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/2850] 10.0.0.176 () {30 vars in 728 bytes} [Tue May 26 22:25:44 2026] GET /v2.0/subnets/092e7304-2b75-4d11-b52c-6019c269343c => generated 655 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2851] 199.204.45.129 () {30 vars in 703 bytes} [Tue May 26 22:25:45 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: 1563/2852] 199.204.45.129 () {30 vars in 705 bytes} [Tue May 26 22:25:45 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: 1290/2853] 199.204.45.129 () {30 vars in 681 bytes} [Tue May 26 22:25:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/2854] 199.204.45.129 () {30 vars in 717 bytes} [Tue May 26 22:25:45 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: 1291/2855] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:25:45 2026] GET /v2.0/subnets/092e7304-2b75-4d11-b52c-6019c269343c => generated 673 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/2856] 199.204.45.129 () {30 vars in 769 bytes} [Tue May 26 22:25:45 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2857] 199.204.45.129 () {30 vars in 703 bytes} [Tue May 26 22:25:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/2858] 199.204.45.129 () {30 vars in 705 bytes} [Tue May 26 22:25:46 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: 1293/2859] 199.204.45.129 () {30 vars in 681 bytes} [Tue May 26 22:25:46 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: 1567/2860] 199.204.45.129 () {30 vars in 717 bytes} [Tue May 26 22:25:46 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: 1294/2861] 199.204.45.129 () {34 vars in 717 bytes} [Tue May 26 22:25:46 2026] POST /v2.0/ports => generated 1324 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/2862] 10.0.0.147 () {34 vars in 971 bytes} [Tue May 26 22:25:46 2026] GET /v2.0/ports/b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 => generated 1324 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1295/2863] 10.0.0.147 () {34 vars in 907 bytes} [Tue May 26 22:25:46 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/2864] 199.204.45.129 () {34 vars in 1262 bytes} [Tue May 26 22:25:47 2026] GET /v2.0/ports/b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3?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: 1296/2865] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:25:47 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf?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: 1570/2866] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:25:47 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf?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: 1297/2867] 199.204.45.129 () {34 vars in 975 bytes} [Tue May 26 22:25:48 2026] GET /v2.0/ports/b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 => generated 1324 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/2868] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:25:48 2026] GET /v2.0/networks?id=e5d10979-3d89-4f5e-ba41-a3022c7c3eaf => 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: 1298/2869] 199.204.45.129 () {38 vars in 1028 bytes} [Tue May 26 22:25:48 2026] PUT /v2.0/ports/b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 => generated 1514 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:25:48.836 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-861059af-ba92-4dd8-b4bd-41634c64836d'] response: {'name': 'network-changed', 'server_uuid': 'cf4e539e-3a9e-4647-a9ad-a08f4cee90f2', 'tag': 'b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1573/2872] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:25:49 2026] GET /v2.0/ports?tenant_id=d4064c473e5247c7808a6e5bcde9f2f6&device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 4092 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1300/2873] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:25:49 2026] GET /v2.0/networks?id=e5d10979-3d89-4f5e-ba41-a3022c7c3eaf => 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: 1574/2874] 199.204.45.129 () {34 vars in 1056 bytes} [Tue May 26 22:25:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.31&port_id=b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2875] 199.204.45.129 () {34 vars in 1104 bytes} [Tue May 26 22:25:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A37d&port_id=b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/2876] 199.204.45.129 () {34 vars in 1064 bytes} [Tue May 26 22:25:49 2026] GET /v2.0/subnets?id=092e7304-2b75-4d11-b52c-6019c269343c&id=d2d1f533-b1a7-4c5c-ab9f-b8633f80506b => generated 1409 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2877] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:25:49 2026] GET /v2.0/ports?network_id=e5d10979-3d89-4f5e-ba41-a3022c7c3eaf&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/2878] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:25:49 2026] GET /v2.0/ports?network_id=e5d10979-3d89-4f5e-ba41-a3022c7c3eaf&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2879] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:25:49 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf?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: 1577/2880] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:25:49 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf?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: 1304/2881] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:25:50 2026] GET /v2.0/ports?tenant_id=d4064c473e5247c7808a6e5bcde9f2f6&device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 4092 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/2882] 199.204.45.129 () {34 vars in 1060 bytes} [Tue May 26 22:25:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.70&port_id=795998d2-5889-4bd6-88a5-54f253b8dd85 => 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: 1305/2883] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:25:50 2026] GET /v2.0/subnets?id=59a55359-4612-4cfc-a63c-9f89a27b5430 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/2884] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:25:50 2026] GET /v2.0/ports?network_id=8b2cc538-ab84-42a1-876f-9623c9035ded&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2885] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:25:50 2026] GET /v2.0/networks/8b2cc538-ab84-42a1-876f-9623c9035ded?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: 1580/2886] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:25:50 2026] GET /v2.0/networks/8b2cc538-ab84-42a1-876f-9623c9035ded?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2887] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:25:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.162&port_id=daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa => 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: 1581/2888] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:25:51 2026] GET /v2.0/subnets?id=d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => 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: 1308/2889] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:25:51 2026] GET /v2.0/ports?network_id=89c633dd-e72a-40d0-89f3-04138b04b6f8&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: 1582/2890] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:25:51 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8?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: 1309/2891] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:25:51 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8?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: 1583/2892] 199.204.45.129 () {34 vars in 1056 bytes} [Tue May 26 22:25:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.31&port_id=b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 => 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: 1310/2893] 199.204.45.129 () {34 vars in 1104 bytes} [Tue May 26 22:25:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A37d&port_id=b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 => 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: 1584/2894] 199.204.45.129 () {34 vars in 1064 bytes} [Tue May 26 22:25:51 2026] GET /v2.0/subnets?id=092e7304-2b75-4d11-b52c-6019c269343c&id=d2d1f533-b1a7-4c5c-ab9f-b8633f80506b => generated 1409 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2895] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:25:51 2026] GET /v2.0/ports?network_id=e5d10979-3d89-4f5e-ba41-a3022c7c3eaf&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: 1585/2896] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:25:51 2026] GET /v2.0/ports?network_id=e5d10979-3d89-4f5e-ba41-a3022c7c3eaf&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: 1312/2897] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:25:51 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf?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: 1586/2898] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:25:51 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf?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: 1313/2899] 10.0.0.147 () {34 vars in 971 bytes} [Tue May 26 22:25:55 2026] GET /v2.0/ports/b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 => generated 1514 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/2900] 199.204.45.129 () {30 vars in 743 bytes} [Tue May 26 22:25:55 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf => 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: 1314/2901] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:25:55 2026] GET /v2.0/subnets/092e7304-2b75-4d11-b52c-6019c269343c => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/2902] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:25:55 2026] GET /v2.0/subnets/d2d1f533-b1a7-4c5c-ab9f-b8633f80506b => generated 743 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2903] 199.204.45.129 () {30 vars in 703 bytes} [Tue May 26 22:25:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/2904] 199.204.45.129 () {30 vars in 705 bytes} [Tue May 26 22:25:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2905] 199.204.45.129 () {30 vars in 681 bytes} [Tue May 26 22:25:56 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: 1590/2906] 199.204.45.129 () {30 vars in 717 bytes} [Tue May 26 22:25:56 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: 1317/2907] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:25:56 2026] GET /v2.0/subnets/d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/2908] 199.204.45.129 () {30 vars in 737 bytes} [Tue May 26 22:25:56 2026] GET /v2.0/ports/71a66df6-ed04-4d37-911c-e300b654d36b => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2909] 199.204.45.129 () {30 vars in 737 bytes} [Tue May 26 22:25:56 2026] GET /v2.0/ports/daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/2910] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:25:56 2026] GET /v2.0/subnets/d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2911] 199.204.45.129 () {30 vars in 743 bytes} [Tue May 26 22:25:56 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8 => generated 799 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/2912] 199.204.45.129 () {30 vars in 737 bytes} [Tue May 26 22:25:56 2026] GET /v2.0/ports/71a66df6-ed04-4d37-911c-e300b654d36b => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2913] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:25:56 2026] GET /v2.0/subnets/d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => 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: 1322/2916] 10.0.0.176 () {30 vars in 690 bytes} [Tue May 26 22:26:05 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: 1595/2917] 10.0.0.176 () {30 vars in 692 bytes} [Tue May 26 22:26:05 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: 1323/2918] 10.0.0.176 () {30 vars in 668 bytes} [Tue May 26 22:26:05 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: 1596/2919] 10.0.0.176 () {30 vars in 704 bytes} [Tue May 26 22:26:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2920] 10.0.0.176 () {28 vars in 439 bytes} [Tue May 26 22:26:05 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/2921] 10.0.0.176 () {30 vars in 728 bytes} [Tue May 26 22:26:05 2026] GET /v2.0/subnets/9f21521f-20bd-4934-b605-e6953ca982b6 => generated 655 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2922] 199.204.45.129 () {30 vars in 703 bytes} [Tue May 26 22:26:06 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: 1598/2923] 199.204.45.129 () {30 vars in 705 bytes} [Tue May 26 22:26:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2924] 199.204.45.129 () {30 vars in 681 bytes} [Tue May 26 22:26:06 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: 1599/2925] 199.204.45.129 () {30 vars in 717 bytes} [Tue May 26 22:26:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2926] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:26:06 2026] GET /v2.0/subnets/092e7304-2b75-4d11-b52c-6019c269343c => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/2927] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:26:06 2026] GET /v2.0/subnets/9f21521f-20bd-4934-b605-e6953ca982b6 => generated 673 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2928] 199.204.45.129 () {30 vars in 769 bytes} [Tue May 26 22:26:06 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 4094 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/2929] 199.204.45.129 () {30 vars in 703 bytes} [Tue May 26 22:26:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2930] 199.204.45.129 () {30 vars in 705 bytes} [Tue May 26 22:26:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/2931] 199.204.45.129 () {30 vars in 681 bytes} [Tue May 26 22:26:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2932] 199.204.45.129 () {30 vars in 717 bytes} [Tue May 26 22:26:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/2933] 199.204.45.129 () {34 vars in 717 bytes} [Tue May 26 22:26:07 2026] POST /v2.0/ports => generated 1328 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2934] 10.0.0.147 () {34 vars in 971 bytes} [Tue May 26 22:26:07 2026] GET /v2.0/ports/7c74b3d0-d94a-4ed7-a11e-a36c456f9254 => generated 1328 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1604/2935] 199.204.45.129 () {34 vars in 1262 bytes} [Tue May 26 22:26:08 2026] GET /v2.0/ports/7c74b3d0-d94a-4ed7-a11e-a36c456f9254?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2936] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:26:08 2026] GET /v2.0/networks/33a16961-3dce-4898-9819-035ed50a9495?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: 1605/2937] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:26:08 2026] GET /v2.0/networks/33a16961-3dce-4898-9819-035ed50a9495?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: 1333/2938] 199.204.45.129 () {34 vars in 975 bytes} [Tue May 26 22:26:09 2026] GET /v2.0/ports/7c74b3d0-d94a-4ed7-a11e-a36c456f9254 => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/2939] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:26:09 2026] GET /v2.0/networks?id=33a16961-3dce-4898-9819-035ed50a9495 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2940] 199.204.45.129 () {38 vars in 1028 bytes} [Tue May 26 22:26:09 2026] PUT /v2.0/ports/7c74b3d0-d94a-4ed7-a11e-a36c456f9254 => generated 1518 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:26:09.784 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e00bc82e-1778-4f17-b2b9-097d27e89483'] response: {'name': 'network-changed', 'server_uuid': 'cf4e539e-3a9e-4647-a9ad-a08f4cee90f2', 'tag': '7c74b3d0-d94a-4ed7-a11e-a36c456f9254', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1607/2941] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:26:10 2026] GET /v2.0/ports?tenant_id=d4064c473e5247c7808a6e5bcde9f2f6&device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 5604 bytes in 56 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: 1335/2942] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:26:10 2026] GET /v2.0/networks?id=33a16961-3dce-4898-9819-035ed50a9495 => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/2943] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:26:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.162&port_id=7c74b3d0-d94a-4ed7-a11e-a36c456f9254 => 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: 1336/2944] 199.204.45.129 () {34 vars in 1104 bytes} [Tue May 26 22:26:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A18&port_id=7c74b3d0-d94a-4ed7-a11e-a36c456f9254 => 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: 1609/2945] 199.204.45.129 () {34 vars in 1064 bytes} [Tue May 26 22:26:10 2026] GET /v2.0/subnets?id=07a93112-2cd4-40b8-9902-bb53b8a1b1b2&id=9f21521f-20bd-4934-b605-e6953ca982b6 => generated 1414 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2946] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:26:10 2026] GET /v2.0/ports?network_id=33a16961-3dce-4898-9819-035ed50a9495&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/2947] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:26:10 2026] GET /v2.0/ports?network_id=33a16961-3dce-4898-9819-035ed50a9495&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2948] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:26:10 2026] GET /v2.0/networks/33a16961-3dce-4898-9819-035ed50a9495?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: 1611/2949] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:26:10 2026] GET /v2.0/networks/33a16961-3dce-4898-9819-035ed50a9495?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2950] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:26:11 2026] GET /v2.0/ports?tenant_id=d4064c473e5247c7808a6e5bcde9f2f6&device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 5604 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/2951] 199.204.45.129 () {34 vars in 1060 bytes} [Tue May 26 22:26:11 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.70&port_id=795998d2-5889-4bd6-88a5-54f253b8dd85 => 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: 1340/2952] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:26:11 2026] GET /v2.0/subnets?id=59a55359-4612-4cfc-a63c-9f89a27b5430 => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/2953] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:26:11 2026] GET /v2.0/ports?network_id=8b2cc538-ab84-42a1-876f-9623c9035ded&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2954] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:26:11 2026] GET /v2.0/networks/8b2cc538-ab84-42a1-876f-9623c9035ded?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/2955] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:26:11 2026] GET /v2.0/networks/8b2cc538-ab84-42a1-876f-9623c9035ded?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: 1342/2956] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:26:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.162&port_id=daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa => 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: 1615/2957] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:26:12 2026] GET /v2.0/subnets?id=d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2958] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:26:12 2026] GET /v2.0/ports?network_id=89c633dd-e72a-40d0-89f3-04138b04b6f8&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/2959] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:26:12 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2960] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:26:12 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/2961] 199.204.45.129 () {34 vars in 1056 bytes} [Tue May 26 22:26:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.31&port_id=b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 => 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: 1345/2962] 199.204.45.129 () {34 vars in 1104 bytes} [Tue May 26 22:26:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A37d&port_id=b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 => 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: 1618/2963] 199.204.45.129 () {34 vars in 1064 bytes} [Tue May 26 22:26:12 2026] GET /v2.0/subnets?id=092e7304-2b75-4d11-b52c-6019c269343c&id=d2d1f533-b1a7-4c5c-ab9f-b8633f80506b => generated 1409 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2964] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:26:12 2026] GET /v2.0/ports?network_id=e5d10979-3d89-4f5e-ba41-a3022c7c3eaf&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: 1619/2965] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:26:12 2026] GET /v2.0/ports?network_id=e5d10979-3d89-4f5e-ba41-a3022c7c3eaf&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: 1347/2966] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:26:12 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/2967] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:26:12 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf?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: 1348/2968] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:26:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.162&port_id=7c74b3d0-d94a-4ed7-a11e-a36c456f9254 => 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: 1621/2969] 199.204.45.129 () {34 vars in 1104 bytes} [Tue May 26 22:26:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A18&port_id=7c74b3d0-d94a-4ed7-a11e-a36c456f9254 => 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: 1349/2970] 199.204.45.129 () {34 vars in 1064 bytes} [Tue May 26 22:26:12 2026] GET /v2.0/subnets?id=07a93112-2cd4-40b8-9902-bb53b8a1b1b2&id=9f21521f-20bd-4934-b605-e6953ca982b6 => generated 1414 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/2971] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:26:12 2026] GET /v2.0/ports?network_id=33a16961-3dce-4898-9819-035ed50a9495&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2972] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:26:12 2026] GET /v2.0/ports?network_id=33a16961-3dce-4898-9819-035ed50a9495&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/2973] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:26:12 2026] GET /v2.0/networks/33a16961-3dce-4898-9819-035ed50a9495?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: 1351/2974] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:26:12 2026] GET /v2.0/networks/33a16961-3dce-4898-9819-035ed50a9495?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: 1624/2975] 10.0.0.147 () {34 vars in 971 bytes} [Tue May 26 22:26:17 2026] GET /v2.0/ports/7c74b3d0-d94a-4ed7-a11e-a36c456f9254 => generated 1520 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2976] 199.204.45.129 () {30 vars in 743 bytes} [Tue May 26 22:26:17 2026] GET /v2.0/networks/33a16961-3dce-4898-9819-035ed50a9495 => generated 797 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/2977] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:26:17 2026] GET /v2.0/subnets/9f21521f-20bd-4934-b605-e6953ca982b6 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2978] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:26:17 2026] GET /v2.0/subnets/07a93112-2cd4-40b8-9902-bb53b8a1b1b2 => generated 748 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/2979] 199.204.45.129 () {30 vars in 737 bytes} [Tue May 26 22:26:17 2026] GET /v2.0/ports/b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 => generated 1516 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2980] 199.204.45.129 () {34 vars in 790 bytes} [Tue May 26 22:26:17 2026] PUT /v2.0/ports/b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 => generated 1251 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:26:17.685 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a5777c70-1b33-4d51-8a04-919623dd4b45'] response: {'name': 'network-changed', 'server_uuid': 'cf4e539e-3a9e-4647-a9ad-a08f4cee90f2', 'tag': 'b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1627/2981] 199.204.45.129 () {30 vars in 743 bytes} [Tue May 26 22:26:17 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf => generated 797 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1355/2982] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:26:17 2026] GET /v2.0/subnets/092e7304-2b75-4d11-b52c-6019c269343c => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/2983] 199.204.45.129 () {30 vars in 703 bytes} [Tue May 26 22:26:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2984] 199.204.45.129 () {30 vars in 705 bytes} [Tue May 26 22:26:17 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: 1629/2985] 199.204.45.129 () {30 vars in 681 bytes} [Tue May 26 22:26:17 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: 1357/2986] 199.204.45.129 () {30 vars in 717 bytes} [Tue May 26 22:26: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: 1630/2987] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:26:17 2026] GET /v2.0/subnets/d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2988] 199.204.45.129 () {30 vars in 737 bytes} [Tue May 26 22:26:17 2026] GET /v2.0/ports/71a66df6-ed04-4d37-911c-e300b654d36b => generated 1132 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/2989] 199.204.45.129 () {30 vars in 737 bytes} [Tue May 26 22:26:18 2026] GET /v2.0/ports/daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa => generated 1350 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2990] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:26:18 2026] GET /v2.0/subnets/d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/2991] 199.204.45.129 () {30 vars in 743 bytes} [Tue May 26 22:26:18 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8 => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2992] 199.204.45.129 () {30 vars in 737 bytes} [Tue May 26 22:26:18 2026] GET /v2.0/ports/71a66df6-ed04-4d37-911c-e300b654d36b => generated 1132 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/2993] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:26:18 2026] GET /v2.0/ports?tenant_id=d4064c473e5247c7808a6e5bcde9f2f6&device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 5377 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2994] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:26:18 2026] GET /v2.0/subnets/d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => 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: 1634/2995] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:26:18 2026] GET /v2.0/networks?id=e5d10979-3d89-4f5e-ba41-a3022c7c3eaf => generated 800 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2996] 199.204.45.129 () {34 vars in 1056 bytes} [Tue May 26 22:26:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.31&port_id=b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/2997] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:26:18 2026] GET /v2.0/subnets?id=092e7304-2b75-4d11-b52c-6019c269343c => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2998] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:26:18 2026] GET /v2.0/ports?network_id=e5d10979-3d89-4f5e-ba41-a3022c7c3eaf&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/2999] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:26:18 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf?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: 1364/3000] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:26:18 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3003] 199.204.45.129 () {30 vars in 703 bytes} [Tue May 26 22:26:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/3004] 199.204.45.129 () {30 vars in 705 bytes} [Tue May 26 22:26:31 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: 1639/3005] 199.204.45.129 () {30 vars in 681 bytes} [Tue May 26 22:26:31 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: 1367/3006] 199.204.45.129 () {30 vars in 717 bytes} [Tue May 26 22:26:31 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: 1640/3007] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:26:31 2026] GET /v2.0/subnets/092e7304-2b75-4d11-b52c-6019c269343c => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/3008] 199.204.45.129 () {30 vars in 769 bytes} [Tue May 26 22:26:32 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 5377 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3009] 199.204.45.129 () {30 vars in 703 bytes} [Tue May 26 22:26:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/3010] 199.204.45.129 () {30 vars in 705 bytes} [Tue May 26 22:26:32 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: 1642/3011] 199.204.45.129 () {30 vars in 681 bytes} [Tue May 26 22:26:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/3012] 199.204.45.129 () {30 vars in 717 bytes} [Tue May 26 22:26:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3013] 199.204.45.129 () {30 vars in 737 bytes} [Tue May 26 22:26:32 2026] GET /v2.0/ports/7c74b3d0-d94a-4ed7-a11e-a36c456f9254 => generated 1520 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/3014] 199.204.45.129 () {34 vars in 790 bytes} [Tue May 26 22:26:32 2026] PUT /v2.0/ports/7c74b3d0-d94a-4ed7-a11e-a36c456f9254 => generated 1255 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:26:32.672 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce706b9c-6a01-4318-bc2b-69339960da3e'] response: {'name': 'network-changed', 'server_uuid': 'cf4e539e-3a9e-4647-a9ad-a08f4cee90f2', 'tag': '7c74b3d0-d94a-4ed7-a11e-a36c456f9254', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1644/3015] 199.204.45.129 () {30 vars in 743 bytes} [Tue May 26 22:26:32 2026] GET /v2.0/networks/33a16961-3dce-4898-9819-035ed50a9495 => generated 797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1372/3016] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:26:32 2026] GET /v2.0/subnets/9f21521f-20bd-4934-b605-e6953ca982b6 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3017] 199.204.45.129 () {30 vars in 737 bytes} [Tue May 26 22:26:32 2026] GET /v2.0/ports/7c74b3d0-d94a-4ed7-a11e-a36c456f9254 => generated 1291 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/3018] 199.204.45.129 () {34 vars in 789 bytes} [Tue May 26 22:26:32 2026] PUT /v2.0/ports/7c74b3d0-d94a-4ed7-a11e-a36c456f9254 => generated 1080 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3019] 199.204.45.129 () {30 vars in 743 bytes} [Tue May 26 22:26:33 2026] GET /v2.0/networks/33a16961-3dce-4898-9819-035ed50a9495 => generated 797 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1374/3020] 199.204.45.129 () {30 vars in 769 bytes} [Tue May 26 22:26:33 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 4973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3021] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:26:33 2026] GET /v2.0/ports?tenant_id=d4064c473e5247c7808a6e5bcde9f2f6&device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 4973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/3022] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:26:33 2026] GET /v2.0/networks?id=33a16961-3dce-4898-9819-035ed50a9495 => 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: 1648/3023] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:26:33 2026] GET /v2.0/networks/33a16961-3dce-4898-9819-035ed50a9495?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/3024] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:26:33 2026] GET /v2.0/networks/33a16961-3dce-4898-9819-035ed50a9495?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3025] 199.204.45.129 () {30 vars in 769 bytes} [Tue May 26 22:26:33 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 4973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:26:34.706 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f9a42a44-703a-4301-a571-fc3bae8e394c'] response: {'name': 'network-changed', 'server_uuid': 'cf4e539e-3a9e-4647-a9ad-a08f4cee90f2', 'tag': '7c74b3d0-d94a-4ed7-a11e-a36c456f9254', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1651/3028] 199.204.45.129 () {30 vars in 769 bytes} [Tue May 26 22:26:34 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 4973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/3029] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:26:35 2026] GET /v2.0/ports?tenant_id=d4064c473e5247c7808a6e5bcde9f2f6&device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 4973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3030] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:26:35 2026] GET /v2.0/networks?id=33a16961-3dce-4898-9819-035ed50a9495 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/3031] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:26:35 2026] GET /v2.0/networks/33a16961-3dce-4898-9819-035ed50a9495?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: 1653/3032] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:26:35 2026] GET /v2.0/networks/33a16961-3dce-4898-9819-035ed50a9495?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: 1380/3033] 199.204.45.129 () {30 vars in 769 bytes} [Tue May 26 22:26:35 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 4973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3034] 199.204.45.129 () {34 vars in 975 bytes} [Tue May 26 22:26:35 2026] GET /v2.0/ports/7c74b3d0-d94a-4ed7-a11e-a36c456f9254 => generated 1116 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/3035] 199.204.45.129 () {34 vars in 1060 bytes} [Tue May 26 22:26:35 2026] GET /v2.0/ports/7c74b3d0-d94a-4ed7-a11e-a36c456f9254?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3036] 199.204.45.129 () {34 vars in 1016 bytes} [Tue May 26 22:26:36 2026] GET /v2.0/networks/33a16961-3dce-4898-9819-035ed50a9495?fields=dns_domain => generated 29 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/3037] 199.204.45.129 () {38 vars in 1028 bytes} [Tue May 26 22:26:36 2026] PUT /v2.0/ports/7c74b3d0-d94a-4ed7-a11e-a36c456f9254 => generated 917 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3038] 199.204.45.129 () {30 vars in 769 bytes} [Tue May 26 22:26:36 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 3865 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 22:26:36.939 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c25c682-ce66-4b90-b913-7ef984e5106f 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 7c74b3d0-d94a-4ed7-a11e-a36c456f9254 2026-05-26 22:26:36.941 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c25c682-ce66-4b90-b913-7ef984e5106f 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 7c74b3d0-d94a-4ed7-a11e-a36c456f9254 [pid: 7|app: 0|req: 1383/3039] 199.204.45.129 () {32 vars in 759 bytes} [Tue May 26 22:26:36 2026] DELETE /v2.0/ports/7c74b3d0-d94a-4ed7-a11e-a36c456f9254 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3040] 199.204.45.129 () {30 vars in 703 bytes} [Tue May 26 22:26:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/3041] 199.204.45.129 () {30 vars in 705 bytes} [Tue May 26 22:26:37 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: 1658/3042] 199.204.45.129 () {30 vars in 681 bytes} [Tue May 26 22:26:37 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: 1385/3043] 199.204.45.129 () {30 vars in 717 bytes} [Tue May 26 22:26: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: 1659/3044] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:26:37 2026] GET /v2.0/subnets/d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => 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: 1386/3045] 199.204.45.129 () {30 vars in 737 bytes} [Tue May 26 22:26:37 2026] GET /v2.0/ports/71a66df6-ed04-4d37-911c-e300b654d36b => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3046] 199.204.45.129 () {30 vars in 737 bytes} [Tue May 26 22:26:37 2026] GET /v2.0/ports/daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa => generated 1350 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/3047] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:26:37 2026] GET /v2.0/subnets/d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => 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: 1661/3048] 199.204.45.129 () {30 vars in 743 bytes} [Tue May 26 22:26:37 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8 => generated 799 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/3049] 199.204.45.129 () {30 vars in 737 bytes} [Tue May 26 22:26:37 2026] GET /v2.0/ports/71a66df6-ed04-4d37-911c-e300b654d36b => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3050] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:26:37 2026] GET /v2.0/subnets/d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/3051] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:26:37 2026] GET /v2.0/ports?tenant_id=d4064c473e5247c7808a6e5bcde9f2f6&device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 3865 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3052] 199.204.45.129 () {34 vars in 1226 bytes} [Tue May 26 22:26:37 2026] GET /v2.0/networks?id=8b2cc538-ab84-42a1-876f-9623c9035ded&id=89c633dd-e72a-40d0-89f3-04138b04b6f8&id=e5d10979-3d89-4f5e-ba41-a3022c7c3eaf&id=33a16961-3dce-4898-9819-035ed50a9495 => generated 3095 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/3053] 199.204.45.129 () {34 vars in 1060 bytes} [Tue May 26 22:26:37 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.70&port_id=795998d2-5889-4bd6-88a5-54f253b8dd85 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3054] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:26:37 2026] GET /v2.0/subnets?id=59a55359-4612-4cfc-a63c-9f89a27b5430 => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/3055] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:26:37 2026] GET /v2.0/ports?network_id=8b2cc538-ab84-42a1-876f-9623c9035ded&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3056] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:26:38 2026] GET /v2.0/networks/8b2cc538-ab84-42a1-876f-9623c9035ded?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/3057] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:26:38 2026] GET /v2.0/networks/8b2cc538-ab84-42a1-876f-9623c9035ded?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: 1666/3058] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:26:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.162&port_id=daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa => 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: 1393/3059] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:26:38 2026] GET /v2.0/subnets?id=d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3060] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:26:38 2026] GET /v2.0/ports?network_id=89c633dd-e72a-40d0-89f3-04138b04b6f8&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/3061] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:26:38 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8?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: 1668/3062] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:26:38 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/3063] 199.204.45.129 () {34 vars in 1056 bytes} [Tue May 26 22:26:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.31&port_id=b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3064] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:26:38 2026] GET /v2.0/subnets?id=092e7304-2b75-4d11-b52c-6019c269343c => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/3065] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:26:38 2026] GET /v2.0/ports?network_id=e5d10979-3d89-4f5e-ba41-a3022c7c3eaf&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3066] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:26:38 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/3067] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:26:38 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3068] 199.204.45.129 () {30 vars in 703 bytes} [Tue May 26 22:26:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/3069] 199.204.45.129 () {30 vars in 705 bytes} [Tue May 26 22:26:40 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: 1672/3070] 199.204.45.129 () {30 vars in 681 bytes} [Tue May 26 22:26:40 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: 1399/3071] 199.204.45.129 () {30 vars in 717 bytes} [Tue May 26 22:26:40 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: 1673/3072] 199.204.45.129 () {30 vars in 769 bytes} [Tue May 26 22:26:41 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 3865 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/3073] 199.204.45.129 () {30 vars in 703 bytes} [Tue May 26 22:26:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3074] 199.204.45.129 () {30 vars in 705 bytes} [Tue May 26 22:26:41 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: 1401/3075] 199.204.45.129 () {30 vars in 681 bytes} [Tue May 26 22:26:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1675/3076] 199.204.45.129 () {30 vars in 717 bytes} [Tue May 26 22:26:41 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: 1402/3077] 199.204.45.129 () {30 vars in 737 bytes} [Tue May 26 22:26:41 2026] GET /v2.0/ports/b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 => generated 1287 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3078] 199.204.45.129 () {34 vars in 789 bytes} [Tue May 26 22:26:41 2026] PUT /v2.0/ports/b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 => generated 1080 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:26:41.635 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7260ccf1-0c3a-406a-a5e2-88b6e0f6a03c'] response: {'name': 'network-changed', 'server_uuid': 'cf4e539e-3a9e-4647-a9ad-a08f4cee90f2', 'tag': 'b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1403/3079] 199.204.45.129 () {30 vars in 743 bytes} [Tue May 26 22:26:41 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf => generated 797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1677/3080] 199.204.45.129 () {30 vars in 769 bytes} [Tue May 26 22:26:41 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => 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: 1404/3081] 199.204.45.129 () {30 vars in 769 bytes} [Tue May 26 22:26:41 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => 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: 1678/3082] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:26:42 2026] GET /v2.0/ports?tenant_id=d4064c473e5247c7808a6e5bcde9f2f6&device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 3694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/3083] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:26:42 2026] GET /v2.0/networks?id=e5d10979-3d89-4f5e-ba41-a3022c7c3eaf => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3084] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:26:42 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/3085] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:26:42 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf?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: 1680/3086] 199.204.45.129 () {30 vars in 769 bytes} [Tue May 26 22:26:42 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 3694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/3087] 199.204.45.129 () {34 vars in 975 bytes} [Tue May 26 22:26:43 2026] GET /v2.0/ports/b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 => generated 1116 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3088] 199.204.45.129 () {34 vars in 1060 bytes} [Tue May 26 22:26:43 2026] GET /v2.0/ports/b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/3089] 199.204.45.129 () {34 vars in 1016 bytes} [Tue May 26 22:26:43 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf?fields=dns_domain => generated 29 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3090] 199.204.45.129 () {30 vars in 769 bytes} [Tue May 26 22:26:43 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 3694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/3091] 199.204.45.129 () {38 vars in 1028 bytes} [Tue May 26 22:26:43 2026] PUT /v2.0/ports/b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 => generated 917 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3092] 199.204.45.129 () {30 vars in 769 bytes} [Tue May 26 22:26:44 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 22:26:45.105 7 INFO neutron_taas.services.taas.taas_plugin [None req-02d7a60d-6877-4ee6-b8b9-344968f7f59a 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 2026-05-26 22:26:45.108 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02d7a60d-6877-4ee6-b8b9-344968f7f59a 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 [pid: 7|app: 0|req: 1410/3093] 199.204.45.129 () {32 vars in 759 bytes} [Tue May 26 22:26:45 2026] DELETE /v2.0/ports/b6fcaf5c-4b98-4737-8356-3d8f9dbcc5c3 => 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: 1684/3094] 199.204.45.129 () {30 vars in 703 bytes} [Tue May 26 22:26:45 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: 1411/3095] 199.204.45.129 () {30 vars in 705 bytes} [Tue May 26 22:26:45 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: 1685/3096] 199.204.45.129 () {30 vars in 681 bytes} [Tue May 26 22:26:45 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: 1412/3097] 199.204.45.129 () {30 vars in 717 bytes} [Tue May 26 22:26:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3098] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:26:45 2026] GET /v2.0/subnets/d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/3099] 199.204.45.129 () {30 vars in 737 bytes} [Tue May 26 22:26:45 2026] GET /v2.0/ports/71a66df6-ed04-4d37-911c-e300b654d36b => 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: 1687/3100] 199.204.45.129 () {30 vars in 737 bytes} [Tue May 26 22:26:45 2026] GET /v2.0/ports/daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa => 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: 1414/3101] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:26:45 2026] GET /v2.0/subnets/d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => 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: 1688/3102] 199.204.45.129 () {30 vars in 743 bytes} [Tue May 26 22:26:45 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8 => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/3103] 199.204.45.129 () {30 vars in 737 bytes} [Tue May 26 22:26:45 2026] GET /v2.0/ports/71a66df6-ed04-4d37-911c-e300b654d36b => 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: 1689/3104] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:26:45 2026] GET /v2.0/subnets/d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => 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: 1416/3105] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:26:45 2026] GET /v2.0/ports?tenant_id=d4064c473e5247c7808a6e5bcde9f2f6&device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => 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: 1690/3106] 199.204.45.129 () {34 vars in 1146 bytes} [Tue May 26 22:26:45 2026] GET /v2.0/networks?id=8b2cc538-ab84-42a1-876f-9623c9035ded&id=89c633dd-e72a-40d0-89f3-04138b04b6f8&id=e5d10979-3d89-4f5e-ba41-a3022c7c3eaf => generated 2309 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/3107] 199.204.45.129 () {34 vars in 1060 bytes} [Tue May 26 22:26:45 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.70&port_id=795998d2-5889-4bd6-88a5-54f253b8dd85 => 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: 1691/3108] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:26:45 2026] GET /v2.0/subnets?id=59a55359-4612-4cfc-a63c-9f89a27b5430 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/3109] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:26:45 2026] GET /v2.0/ports?network_id=8b2cc538-ab84-42a1-876f-9623c9035ded&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: 1692/3110] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:26:45 2026] GET /v2.0/networks/8b2cc538-ab84-42a1-876f-9623c9035ded?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: 1419/3111] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:26:45 2026] GET /v2.0/networks/8b2cc538-ab84-42a1-876f-9623c9035ded?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: 1693/3112] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:26:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.162&port_id=daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa => 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: 1420/3113] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:26:46 2026] GET /v2.0/subnets?id=d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1694/3114] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:26:46 2026] GET /v2.0/ports?network_id=89c633dd-e72a-40d0-89f3-04138b04b6f8&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/3115] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:26:46 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8?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: 1695/3116] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:26:46 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8?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: 1423/3119] 199.204.45.129 () {30 vars in 703 bytes} [Tue May 26 22:26:57 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: 1697/3120] 199.204.45.129 () {30 vars in 705 bytes} [Tue May 26 22:26:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/3121] 199.204.45.129 () {30 vars in 681 bytes} [Tue May 26 22:26:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1698/3122] 199.204.45.129 () {30 vars in 717 bytes} [Tue May 26 22:26:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:26:57.125 7 INFO neutron.api.v2.resource [None req-79d4a79a-ca18-44fc-ab7a-339495489865 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1425/3123] 199.204.45.129 () {30 vars in 763 bytes} [Tue May 26 22:26:57 2026] GET /v2.0/security-groups/lb-146c6940-75c1-4c22-92bb-b071cc39c63b => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1699/3124] 199.204.45.129 () {30 vars in 785 bytes} [Tue May 26 22:26:57 2026] GET /v2.0/security-groups?name=lb-146c6940-75c1-4c22-92bb-b071cc39c63b => generated 2865 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/3125] 199.204.45.129 () {30 vars in 815 bytes} [Tue May 26 22:26:57 2026] GET /v2.0/security-group-rules?security_group_id=5048ba3e-7671-4158-a792-609e23ee67bd => generated 2334 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1700/3126] 199.204.45.129 () {32 vars in 789 bytes} [Tue May 26 22:26:57 2026] DELETE /v2.0/security-group-rules/41dd12a0-ccc0-4fd1-928a-94a7497fac6f => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/3127] 199.204.45.129 () {32 vars in 789 bytes} [Tue May 26 22:26:57 2026] DELETE /v2.0/security-group-rules/7dfff4a5-3a2b-4ddd-967d-4672f2f67ec4 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:01.069 8 INFO neutron_taas.services.taas.taas_plugin [None req-3980374b-6f86-401e-ae62-73e54c883b01 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] TaaS: Handle Delete Port: 6e761391-31c2-4d6e-8509-b45f736b3829 2026-05-26 22:27:01.072 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3980374b-6f86-401e-ae62-73e54c883b01 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] Tap Mirror: Handle Delete Port: 6e761391-31c2-4d6e-8509-b45f736b3829 2026-05-26 22:27:01.230 8 INFO neutron.db.l3_db [None req-3980374b-6f86-401e-ae62-73e54c883b01 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] Floating IP 8d2313ef-ac0c-42c1-8a57-aaa1d0b6ee9d disassociated (deleted). External IP: 10.96.250.219, port: 71a66df6-ed04-4d37-911c-e300b654d36b. [pid: 8|app: 0|req: 1701/3128] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:27:00 2026] DELETE /v2.0/floatingips/8d2313ef-ac0c-42c1-8a57-aaa1d0b6ee9d => generated 0 bytes in 585 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:01.549 7 INFO neutron.api.v2.resource [None req-86c2d2d4-6453-40ba-bac9-9059e7db13e6 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1428/3129] 10.0.0.165 () {32 vars in 729 bytes} [Tue May 26 22:27:01 2026] GET /v2.0/floatingips/8d2313ef-ac0c-42c1-8a57-aaa1d0b6ee9d => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1702/3130] 199.204.45.129 () {30 vars in 703 bytes} [Tue May 26 22:27:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/3131] 199.204.45.129 () {30 vars in 705 bytes} [Tue May 26 22:27:02 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: 1703/3132] 199.204.45.129 () {30 vars in 681 bytes} [Tue May 26 22:27:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/3133] 199.204.45.129 () {30 vars in 717 bytes} [Tue May 26 22:27:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:27:02.309 8 INFO neutron.api.v2.resource [None req-ad46bd99-b54f-445c-8df4-8c7b2bc76a3e 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1704/3134] 199.204.45.129 () {30 vars in 763 bytes} [Tue May 26 22:27:02 2026] GET /v2.0/security-groups/lb-146c6940-75c1-4c22-92bb-b071cc39c63b => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/3135] 199.204.45.129 () {30 vars in 785 bytes} [Tue May 26 22:27:02 2026] GET /v2.0/security-groups?name=lb-146c6940-75c1-4c22-92bb-b071cc39c63b => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1705/3136] 199.204.45.129 () {30 vars in 815 bytes} [Tue May 26 22:27:02 2026] GET /v2.0/security-group-rules?security_group_id=5048ba3e-7671-4158-a792-609e23ee67bd => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/3137] 199.204.45.129 () {30 vars in 703 bytes} [Tue May 26 22:27:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1706/3138] 199.204.45.129 () {30 vars in 705 bytes} [Tue May 26 22:27:02 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: 1433/3139] 199.204.45.129 () {30 vars in 681 bytes} [Tue May 26 22:27:02 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: 1707/3140] 199.204.45.129 () {30 vars in 717 bytes} [Tue May 26 22:27:02 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: 1434/3141] 199.204.45.129 () {30 vars in 741 bytes} [Tue May 26 22:27:02 2026] GET /v2.0/subnets/d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => 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: 1708/3142] 199.204.45.129 () {30 vars in 769 bytes} [Tue May 26 22:27:02 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/3143] 199.204.45.129 () {30 vars in 769 bytes} [Tue May 26 22:27:02 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1709/3144] 199.204.45.129 () {30 vars in 769 bytes} [Tue May 26 22:27:03 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => 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: 1436/3145] 199.204.45.129 () {30 vars in 769 bytes} [Tue May 26 22:27:04 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 2586 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/3148] 199.204.45.129 () {34 vars in 975 bytes} [Tue May 26 22:27:05 2026] GET /v2.0/ports/daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1711/3149] 199.204.45.129 () {34 vars in 1060 bytes} [Tue May 26 22:27:05 2026] GET /v2.0/ports/daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/3150] 199.204.45.129 () {30 vars in 769 bytes} [Tue May 26 22:27:05 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => 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: 1712/3151] 199.204.45.129 () {34 vars in 1016 bytes} [Tue May 26 22:27:05 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8?fields=dns_domain => generated 29 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/3152] 199.204.45.129 () {38 vars in 1028 bytes} [Tue May 26 22:27:05 2026] PUT /v2.0/ports/daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa => generated 1151 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1713/3153] 199.204.45.129 () {30 vars in 769 bytes} [Tue May 26 22:27:06 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1441/3154] 199.204.45.129 () {34 vars in 789 bytes} [Tue May 26 22:27:06 2026] PUT /v2.0/ports/daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa => generated 1090 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1714/3155] 199.204.45.129 () {30 vars in 737 bytes} [Tue May 26 22:27:06 2026] GET /v2.0/ports/daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa => 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-05-26 22:27:06.594 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f601c6a-5929-4273-885c-f54bad9cbb47 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa 2026-05-26 22:27:06.597 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f601c6a-5929-4273-885c-f54bad9cbb47 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa [pid: 7|app: 0|req: 1442/3156] 199.204.45.129 () {32 vars in 759 bytes} [Tue May 26 22:27:06 2026] DELETE /v2.0/ports/daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1715/3157] 199.204.45.129 () {30 vars in 703 bytes} [Tue May 26 22:27:06 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: 1443/3158] 199.204.45.129 () {30 vars in 705 bytes} [Tue May 26 22:27:06 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: 1716/3159] 199.204.45.129 () {30 vars in 681 bytes} [Tue May 26 22:27:06 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: 1444/3160] 199.204.45.129 () {30 vars in 717 bytes} [Tue May 26 22:27:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:27:06.871 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8c2510e4-596a-4962-aa23-690bfe7330d8 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1717/3161] 199.204.45.129 () {32 vars in 759 bytes} [Tue May 26 22:27:06 2026] DELETE /v2.0/ports/daa758d1-c6f5-4bee-b5b8-1f5ab6e2abfa => 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: 1445/3162] 199.204.45.129 () {30 vars in 737 bytes} [Tue May 26 22:27:06 2026] GET /v2.0/ports/71a66df6-ed04-4d37-911c-e300b654d36b => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:27:06.931 8 INFO neutron.api.v2.resource [None req-c05842f1-3a77-41c5-8e1c-385d561e9c28 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1718/3163] 199.204.45.129 () {30 vars in 763 bytes} [Tue May 26 22:27:06 2026] GET /v2.0/security-groups/lb-146c6940-75c1-4c22-92bb-b071cc39c63b => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/3164] 199.204.45.129 () {30 vars in 785 bytes} [Tue May 26 22:27:06 2026] GET /v2.0/security-groups?name=lb-146c6940-75c1-4c22-92bb-b071cc39c63b => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1719/3165] 199.204.45.129 () {30 vars in 737 bytes} [Tue May 26 22:27:06 2026] GET /v2.0/ports/71a66df6-ed04-4d37-911c-e300b654d36b => 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: 1447/3166] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:27:06 2026] GET /v2.0/ports?tenant_id=d4064c473e5247c7808a6e5bcde9f2f6&device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => 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: 1448/3167] 199.204.45.129 () {34 vars in 1066 bytes} [Tue May 26 22:27:07 2026] GET /v2.0/networks?id=8b2cc538-ab84-42a1-876f-9623c9035ded&id=89c633dd-e72a-40d0-89f3-04138b04b6f8 => generated 1523 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/3168] 199.204.45.129 () {34 vars in 1060 bytes} [Tue May 26 22:27:07 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.70&port_id=795998d2-5889-4bd6-88a5-54f253b8dd85 => 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: 1450/3169] 199.204.45.129 () {34 vars in 984 bytes} [Tue May 26 22:27:07 2026] GET /v2.0/subnets?id=59a55359-4612-4cfc-a63c-9f89a27b5430 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/3170] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:27:07 2026] GET /v2.0/ports?network_id=8b2cc538-ab84-42a1-876f-9623c9035ded&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: 1452/3171] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:27:07 2026] GET /v2.0/networks/8b2cc538-ab84-42a1-876f-9623c9035ded?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1720/3172] 199.204.45.129 () {34 vars in 789 bytes} [Tue May 26 22:27:07 2026] PUT /v2.0/ports/71a66df6-ed04-4d37-911c-e300b654d36b => generated 1094 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/3173] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:27:07 2026] GET /v2.0/networks/8b2cc538-ab84-42a1-876f-9623c9035ded?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: 1721/3174] 199.204.45.129 () {32 vars in 779 bytes} [Tue May 26 22:27:07 2026] DELETE /v2.0/security-groups/5048ba3e-7671-4158-a792-609e23ee67bd => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:07.458 7 INFO neutron_taas.services.taas.taas_plugin [None req-a616a437-a383-4e24-b6bc-ee38c4e1716e 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 71a66df6-ed04-4d37-911c-e300b654d36b 2026-05-26 22:27:07.460 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a616a437-a383-4e24-b6bc-ee38c4e1716e 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 71a66df6-ed04-4d37-911c-e300b654d36b [pid: 7|app: 0|req: 1454/3175] 199.204.45.129 () {32 vars in 759 bytes} [Tue May 26 22:27:07 2026] DELETE /v2.0/ports/71a66df6-ed04-4d37-911c-e300b654d36b => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1722/3176] 199.204.45.129 () {34 vars in 994 bytes} [Tue May 26 22:27:10 2026] GET /v2.0/ports?device_id=cf4e539e-3a9e-4647-a9ad-a08f4cee90f2 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:27:10.395 7 INFO neutron_taas.services.taas.taas_plugin [req-c0775748-0835-45c5-a4de-2805b5f62d1b req-a5d3f216-076c-4860-a8a7-3ebc2dbf1265 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] TaaS: Handle Delete Port: 795998d2-5889-4bd6-88a5-54f253b8dd85 2026-05-26 22:27:10.398 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c0775748-0835-45c5-a4de-2805b5f62d1b req-a5d3f216-076c-4860-a8a7-3ebc2dbf1265 1e0d3a72a14c45ee8a53a03bd4b1706a d4064c473e5247c7808a6e5bcde9f2f6 - - default default] Tap Mirror: Handle Delete Port: 795998d2-5889-4bd6-88a5-54f253b8dd85 [pid: 7|app: 0|req: 1455/3177] 199.204.45.129 () {36 vars in 997 bytes} [Tue May 26 22:27:10 2026] DELETE /v2.0/ports/795998d2-5889-4bd6-88a5-54f253b8dd85 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:27:10.571 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-61e4776c-82d2-4b25-99aa-8bbe0c212176'] response: {'server_uuid': 'cf4e539e-3a9e-4647-a9ad-a08f4cee90f2', 'name': 'network-vif-deleted', 'tag': '795998d2-5889-4bd6-88a5-54f253b8dd85', 'status': 'completed', 'code': 200} 2026-05-26 22:27:11.886 8 INFO neutron_taas.services.taas.taas_plugin [None req-5997727f-31af-4fb2-b996-052088460ffd 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] TaaS: Handle Delete Port: 06303cbf-fc15-4618-a40e-eabf44883cc9 2026-05-26 22:27:11.890 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5997727f-31af-4fb2-b996-052088460ffd 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] Tap Mirror: Handle Delete Port: 06303cbf-fc15-4618-a40e-eabf44883cc9 2026-05-26 22:27:12.068 8 INFO neutron.db.l3_db [None req-5997727f-31af-4fb2-b996-052088460ffd 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] Floating IP cdc198b5-e561-455b-ad7a-af0885ae534c disassociated (deleted). External IP: 10.96.250.209, port: 2c10ae7e-57bc-4c8e-a9ce-163313fbe6f9. [pid: 8|app: 0|req: 1723/3178] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:27:11 2026] DELETE /v2.0/floatingips/cdc198b5-e561-455b-ad7a-af0885ae534c => generated 0 bytes in 606 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:12.386 7 INFO neutron.api.v2.resource [None req-6a1a1088-1f7c-4884-b1df-f104c8f64912 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1456/3179] 10.0.0.165 () {32 vars in 729 bytes} [Tue May 26 22:27:12 2026] GET /v2.0/floatingips/cdc198b5-e561-455b-ad7a-af0885ae534c => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:27:12.410 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b8c3ef4-3cba-400a-b5d3-9a149c1c8418'] response: {'name': 'network-changed', 'server_uuid': 'b8f2c634-e40d-4325-840b-afb74354aae0', 'tag': '2c10ae7e-57bc-4c8e-a9ce-163313fbe6f9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1724/3180] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:27:12 2026] GET /v2.0/ports?device_id=b8f2c634-e40d-4325-840b-afb74354aae0 => generated 1204 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/3181] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:27:12 2026] GET /v2.0/security-groups?id=90caebdb-1c2e-45b4-8b4c-bc53c23c2213&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1725/3182] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:27:12 2026] GET /v2.0/ports?tenant_id=3e64143911f54ae2ad472fd3dd1ac9f7&device_id=b8f2c634-e40d-4325-840b-afb74354aae0 => generated 1473 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/3183] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:27:12 2026] GET /v2.0/networks?id=33a16961-3dce-4898-9819-035ed50a9495 => 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: 1726/3184] 199.204.45.129 () {34 vars in 1058 bytes} [Tue May 26 22:27:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.237&port_id=2c10ae7e-57bc-4c8e-a9ce-163313fbe6f9 => 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: 1459/3185] 199.204.45.129 () {34 vars in 1106 bytes} [Tue May 26 22:27:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A36f&port_id=2c10ae7e-57bc-4c8e-a9ce-163313fbe6f9 => 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: 1727/3186] 199.204.45.129 () {34 vars in 1064 bytes} [Tue May 26 22:27:13 2026] GET /v2.0/subnets?id=07a93112-2cd4-40b8-9902-bb53b8a1b1b2&id=9f21521f-20bd-4934-b605-e6953ca982b6 => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3187] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:27:13 2026] GET /v2.0/ports?network_id=33a16961-3dce-4898-9819-035ed50a9495&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1728/3188] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:27:13 2026] GET /v2.0/ports?network_id=33a16961-3dce-4898-9819-035ed50a9495&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3189] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:27:13 2026] GET /v2.0/networks/33a16961-3dce-4898-9819-035ed50a9495?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: 1729/3190] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:27:13 2026] GET /v2.0/networks/33a16961-3dce-4898-9819-035ed50a9495?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: 1462/3191] 199.204.45.129 () {34 vars in 994 bytes} [Tue May 26 22:27:14 2026] GET /v2.0/ports?device_id=b8f2c634-e40d-4325-840b-afb74354aae0 => generated 1204 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:27:15.139 8 INFO neutron_taas.services.taas.taas_plugin [req-77a333d5-4c8a-42c7-a05e-d142a548e9ab req-b1ac5c9c-d077-466d-9e87-0747b70f14bf 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] TaaS: Handle Delete Port: 2c10ae7e-57bc-4c8e-a9ce-163313fbe6f9 2026-05-26 22:27:15.143 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-77a333d5-4c8a-42c7-a05e-d142a548e9ab req-b1ac5c9c-d077-466d-9e87-0747b70f14bf 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] Tap Mirror: Handle Delete Port: 2c10ae7e-57bc-4c8e-a9ce-163313fbe6f9 [pid: 8|app: 0|req: 1730/3192] 199.204.45.129 () {36 vars in 997 bytes} [Tue May 26 22:27:15 2026] DELETE /v2.0/ports/2c10ae7e-57bc-4c8e-a9ce-163313fbe6f9 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:27:15.350 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-883c54af-d0aa-453f-954e-7ddb1bc15f21'] response: {'server_uuid': 'b8f2c634-e40d-4325-840b-afb74354aae0', 'name': 'network-vif-deleted', 'tag': '2c10ae7e-57bc-4c8e-a9ce-163313fbe6f9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1463/3193] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:27:17 2026] GET /v2.0/ports?device_id=b8f2c634-e40d-4325-840b-afb74354aae0 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:27:22.945 7 INFO neutron_taas.services.taas.taas_plugin [None req-41bd69cf-0f75-4f99-ad7a-72760b880834 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] TaaS: Handle Delete Port: a8e735d2-9919-4f9c-9f36-be7655f9948d 2026-05-26 22:27:22.948 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41bd69cf-0f75-4f99-ad7a-72760b880834 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] Tap Mirror: Handle Delete Port: a8e735d2-9919-4f9c-9f36-be7655f9948d 2026-05-26 22:27:23.131 7 INFO neutron.db.l3_db [None req-41bd69cf-0f75-4f99-ad7a-72760b880834 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] Floating IP 88649cfa-727d-46a3-80d1-9dac19d578c4 disassociated (deleted). External IP: 10.96.250.211, port: 128e6ac4-2feb-460d-b0b7-ecddbd34e57c. [pid: 7|app: 0|req: 1465/3196] 10.0.0.165 () {32 vars in 732 bytes} [Tue May 26 22:27:22 2026] DELETE /v2.0/floatingips/88649cfa-727d-46a3-80d1-9dac19d578c4 => generated 0 bytes in 702 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:23.553 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-315eba9b-9c98-4910-9b7e-a898fa12c1ed'] response: {'name': 'network-changed', 'server_uuid': 'dbeb31a7-e93d-4b5a-9c55-3ae6528f8be7', 'tag': '128e6ac4-2feb-460d-b0b7-ecddbd34e57c', 'status': 'completed', 'code': 200} 2026-05-26 22:27:23.561 8 INFO neutron.api.v2.resource [None req-9a3fd45e-0380-426d-99fc-d12618276f72 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1732/3197] 10.0.0.165 () {32 vars in 729 bytes} [Tue May 26 22:27:23 2026] GET /v2.0/floatingips/88649cfa-727d-46a3-80d1-9dac19d578c4 => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/3198] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:27:23 2026] GET /v2.0/ports?device_id=dbeb31a7-e93d-4b5a-9c55-3ae6528f8be7 => generated 1196 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1733/3199] 10.0.0.147 () {34 vars in 1040 bytes} [Tue May 26 22:27:23 2026] GET /v2.0/security-groups?id=90caebdb-1c2e-45b4-8b4c-bc53c23c2213&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/3200] 199.204.45.129 () {34 vars in 1080 bytes} [Tue May 26 22:27:24 2026] GET /v2.0/ports?tenant_id=3e64143911f54ae2ad472fd3dd1ac9f7&device_id=dbeb31a7-e93d-4b5a-9c55-3ae6528f8be7 => generated 1465 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1734/3201] 199.204.45.129 () {34 vars in 986 bytes} [Tue May 26 22:27:24 2026] GET /v2.0/networks?id=e5d10979-3d89-4f5e-ba41-a3022c7c3eaf => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3202] 199.204.45.129 () {34 vars in 1056 bytes} [Tue May 26 22:27:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.57&port_id=128e6ac4-2feb-460d-b0b7-ecddbd34e57c => 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: 1735/3203] 199.204.45.129 () {34 vars in 1104 bytes} [Tue May 26 22:27:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A317&port_id=128e6ac4-2feb-460d-b0b7-ecddbd34e57c => 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: 1469/3204] 199.204.45.129 () {34 vars in 1064 bytes} [Tue May 26 22:27:24 2026] GET /v2.0/subnets?id=092e7304-2b75-4d11-b52c-6019c269343c&id=d2d1f533-b1a7-4c5c-ab9f-b8633f80506b => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1736/3205] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:27:24 2026] GET /v2.0/ports?network_id=e5d10979-3d89-4f5e-ba41-a3022c7c3eaf&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/3206] 199.204.45.129 () {34 vars in 1052 bytes} [Tue May 26 22:27:24 2026] GET /v2.0/ports?network_id=e5d10979-3d89-4f5e-ba41-a3022c7c3eaf&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1737/3207] 199.204.45.129 () {34 vars in 1012 bytes} [Tue May 26 22:27:24 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf?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: 1471/3208] 199.204.45.129 () {34 vars in 1112 bytes} [Tue May 26 22:27:24 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1738/3209] 199.204.45.129 () {34 vars in 994 bytes} [Tue May 26 22:27:26 2026] GET /v2.0/ports?device_id=dbeb31a7-e93d-4b5a-9c55-3ae6528f8be7 => generated 1196 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:27:26.327 7 INFO neutron_taas.services.taas.taas_plugin [req-7c483e52-44ea-4b8d-a230-03141fa829fc req-f4c7aa2b-8229-43d1-9b41-3acce0930eaa 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] TaaS: Handle Delete Port: 128e6ac4-2feb-460d-b0b7-ecddbd34e57c 2026-05-26 22:27:26.330 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7c483e52-44ea-4b8d-a230-03141fa829fc req-f4c7aa2b-8229-43d1-9b41-3acce0930eaa 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] Tap Mirror: Handle Delete Port: 128e6ac4-2feb-460d-b0b7-ecddbd34e57c [pid: 7|app: 0|req: 1472/3210] 199.204.45.129 () {36 vars in 997 bytes} [Tue May 26 22:27:26 2026] DELETE /v2.0/ports/128e6ac4-2feb-460d-b0b7-ecddbd34e57c => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:27:26.547 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4732baa8-7f64-4736-8f8b-e655db41cbfa'] response: {'server_uuid': 'dbeb31a7-e93d-4b5a-9c55-3ae6528f8be7', 'name': 'network-vif-deleted', 'tag': '128e6ac4-2feb-460d-b0b7-ecddbd34e57c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1739/3211] 10.0.0.147 () {34 vars in 990 bytes} [Tue May 26 22:27:28 2026] GET /v2.0/ports?device_id=dbeb31a7-e93d-4b5a-9c55-3ae6528f8be7 => 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: 1473/3212] 10.0.0.165 () {32 vars in 750 bytes} [Tue May 26 22:27:33 2026] DELETE /v2.0/security-group-rules/a546c213-8136-49b4-83a2-6e35cf841aa8 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:34.043 8 INFO neutron.api.v2.resource [None req-8f7c750a-af89-43eb-bccb-5570d8d0ba2f 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1740/3213] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:27:34 2026] GET /v2.0/security-group-rules/a546c213-8136-49b4-83a2-6e35cf841aa8 => 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: 1474/3214] 10.0.0.165 () {32 vars in 750 bytes} [Tue May 26 22:27:34 2026] DELETE /v2.0/security-group-rules/86cf8e0f-4a0d-4f1e-a934-387094afa925 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:34.146 8 INFO neutron.api.v2.resource [None req-53238c28-25a1-42fc-b03c-9c0dc89cd84a 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1741/3215] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:27:34 2026] GET /v2.0/security-group-rules/86cf8e0f-4a0d-4f1e-a934-387094afa925 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1743/3218] 10.0.0.165 () {32 vars in 750 bytes} [Tue May 26 22:27:34 2026] DELETE /v2.0/security-group-rules/c59a09c7-a8b0-4c29-b91f-231eefe23261 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:34.245 7 INFO neutron.api.v2.resource [None req-b69b674b-c778-48e9-95ae-cae3162285c7 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1476/3219] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:27:34 2026] GET /v2.0/security-group-rules/c59a09c7-a8b0-4c29-b91f-231eefe23261 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1744/3220] 10.0.0.165 () {32 vars in 750 bytes} [Tue May 26 22:27:34 2026] DELETE /v2.0/security-group-rules/2afd6a35-2bca-4302-9439-df8eb5074e5b => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:34.326 7 INFO neutron.api.v2.resource [None req-c5c5ad3e-7b6c-4d91-b0c1-c2caf10ea005 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1477/3221] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:27:34 2026] GET /v2.0/security-group-rules/2afd6a35-2bca-4302-9439-df8eb5074e5b => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1745/3222] 10.0.0.165 () {32 vars in 750 bytes} [Tue May 26 22:27:34 2026] DELETE /v2.0/security-group-rules/1fda9b82-a4f1-484f-abc0-b63267d94aea => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:34.412 7 INFO neutron.api.v2.resource [None req-378cc6b2-cf77-4280-885b-dc542bf78fc9 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1478/3223] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:27:34 2026] GET /v2.0/security-group-rules/1fda9b82-a4f1-484f-abc0-b63267d94aea => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1746/3224] 10.0.0.165 () {32 vars in 750 bytes} [Tue May 26 22:27:34 2026] DELETE /v2.0/security-group-rules/1b0629b5-b1e1-4bf0-b7c1-13041930b859 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:34.508 7 INFO neutron.api.v2.resource [None req-9f481055-e3ec-41c6-a370-0c771e2af9c2 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1479/3225] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:27:34 2026] GET /v2.0/security-group-rules/1b0629b5-b1e1-4bf0-b7c1-13041930b859 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1747/3226] 10.0.0.165 () {32 vars in 750 bytes} [Tue May 26 22:27:34 2026] DELETE /v2.0/security-group-rules/93abf710-d3a9-42b6-881d-3c4f688abad3 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:34.595 7 INFO neutron.api.v2.resource [None req-73f0ab09-23e3-4cec-9a45-caa733bec43f 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1480/3227] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:27:34 2026] GET /v2.0/security-group-rules/93abf710-d3a9-42b6-881d-3c4f688abad3 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1748/3228] 10.0.0.165 () {32 vars in 750 bytes} [Tue May 26 22:27:34 2026] DELETE /v2.0/security-group-rules/e3f82812-596d-48e8-9fed-eaac0d70425e => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:34.673 7 INFO neutron.api.v2.resource [None req-82284adb-b1c7-4db2-af17-fd0d29066b10 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1481/3229] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:27:34 2026] GET /v2.0/security-group-rules/e3f82812-596d-48e8-9fed-eaac0d70425e => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1749/3230] 10.0.0.165 () {32 vars in 750 bytes} [Tue May 26 22:27:34 2026] DELETE /v2.0/security-group-rules/55c332c3-f197-4408-9eef-41769b9c7d81 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:34.756 7 INFO neutron.api.v2.resource [None req-23d7fdd4-ad1b-4b47-9c1f-aa2174165daf 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1482/3231] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:27:34 2026] GET /v2.0/security-group-rules/55c332c3-f197-4408-9eef-41769b9c7d81 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1750/3232] 10.0.0.165 () {32 vars in 750 bytes} [Tue May 26 22:27:34 2026] DELETE /v2.0/security-group-rules/f51293ac-8984-4273-af2e-f3f8ef57f28a => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:34.838 7 INFO neutron.api.v2.resource [None req-712884a6-1c19-4a2c-a674-7b7cd3391dda 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1483/3233] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:27:34 2026] GET /v2.0/security-group-rules/f51293ac-8984-4273-af2e-f3f8ef57f28a => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1751/3234] 10.0.0.165 () {32 vars in 750 bytes} [Tue May 26 22:27:34 2026] DELETE /v2.0/security-group-rules/f1b1b229-f7e2-40a8-b233-01232ef3f248 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:34.921 7 INFO neutron.api.v2.resource [None req-81ac8b6a-954e-40bb-848f-bda06e53d82f 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1484/3235] 10.0.0.165 () {32 vars in 747 bytes} [Tue May 26 22:27:34 2026] GET /v2.0/security-group-rules/f1b1b229-f7e2-40a8-b233-01232ef3f248 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1752/3236] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:27:34 2026] DELETE /v2.0/security-groups/90caebdb-1c2e-45b4-8b4c-bc53c23c2213 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:35.037 7 INFO neutron.api.v2.resource [None req-7d26f6c3-68e1-4112-a53d-b4890b9c9fbe 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1485/3237] 10.0.0.165 () {32 vars in 737 bytes} [Tue May 26 22:27:35 2026] GET /v2.0/security-groups/90caebdb-1c2e-45b4-8b4c-bc53c23c2213 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:27:35.507 8 INFO neutron_taas.services.taas.taas_plugin [None req-0382346b-4af0-4b30-acd2-5f4c97311508 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] TaaS: Handle Delete Port: 0c3dfb4f-f5e7-498b-9234-04a9b1978611 2026-05-26 22:27:35.509 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0382346b-4af0-4b30-acd2-5f4c97311508 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] Tap Mirror: Handle Delete Port: 0c3dfb4f-f5e7-498b-9234-04a9b1978611 [pid: 8|app: 0|req: 1753/3238] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:27:35 2026] PUT /v2.0/routers/bf5b13ee-355b-4b45-a1d3-f7dfe5e070f8/remove_router_interface => generated 309 bytes in 952 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:27:36.193 7 INFO neutron.api.v2.resource [None req-74949477-3e89-4691-ba4a-b4654b693d5e 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1486/3239] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:27:36 2026] PUT /v2.0/routers/bf5b13ee-355b-4b45-a1d3-f7dfe5e070f8/remove_router_interface => generated 198 bytes in 147 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:27:36.563 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f6f0fe2-484a-475c-8551-f6051a905b20 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] TaaS: Handle Delete Port: 79b737a4-8015-4847-9e9f-517230ea4783 2026-05-26 22:27:36.566 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f6f0fe2-484a-475c-8551-f6051a905b20 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] Tap Mirror: Handle Delete Port: 79b737a4-8015-4847-9e9f-517230ea4783 [pid: 8|app: 0|req: 1754/3240] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:27:36 2026] PUT /v2.0/routers/bf5b13ee-355b-4b45-a1d3-f7dfe5e070f8/remove_router_interface => generated 309 bytes in 883 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:27:37.229 7 INFO neutron.api.v2.resource [None req-c7a21aea-36e8-4fb2-a5fc-bd860bdaf342 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1487/3241] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:27:37 2026] PUT /v2.0/routers/bf5b13ee-355b-4b45-a1d3-f7dfe5e070f8/remove_router_interface => generated 198 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:27:37.679 8 INFO neutron_taas.services.taas.taas_plugin [None req-96c48a91-7962-4c60-b75c-2434ac70eddc 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] TaaS: Handle Delete Port: 8127d0b1-1968-489a-88dc-e6932148517d 2026-05-26 22:27:37.683 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96c48a91-7962-4c60-b75c-2434ac70eddc 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] Tap Mirror: Handle Delete Port: 8127d0b1-1968-489a-88dc-e6932148517d [pid: 8|app: 0|req: 1755/3242] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:27:37 2026] PUT /v2.0/routers/bf5b13ee-355b-4b45-a1d3-f7dfe5e070f8/remove_router_interface => generated 309 bytes in 1036 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:27:38.441 7 INFO neutron.api.v2.resource [None req-dd27efc3-67dd-4773-8ec6-d7689131f152 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1488/3243] 10.0.0.165 () {34 vars in 789 bytes} [Tue May 26 22:27:38 2026] PUT /v2.0/routers/bf5b13ee-355b-4b45-a1d3-f7dfe5e070f8/remove_router_interface => generated 198 bytes in 162 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:27:38.652 8 INFO neutron_taas.services.taas.taas_plugin [None req-873ad7bb-32bb-40c1-ac4f-9ffcb8c671f4 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] TaaS: Handle Delete Port: ecae412c-ec79-4337-8bc1-5cc94faa8590 2026-05-26 22:27:38.656 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-873ad7bb-32bb-40c1-ac4f-9ffcb8c671f4 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] Tap Mirror: Handle Delete Port: ecae412c-ec79-4337-8bc1-5cc94faa8590 2026-05-26 22:27:38.960 8 INFO neutron_taas.services.taas.taas_plugin [None req-873ad7bb-32bb-40c1-ac4f-9ffcb8c671f4 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] TaaS: Handle Delete Port: 849d39ad-91d3-4b60-b00b-794932b0bfa3 2026-05-26 22:27:38.963 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-873ad7bb-32bb-40c1-ac4f-9ffcb8c671f4 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] Tap Mirror: Handle Delete Port: 849d39ad-91d3-4b60-b00b-794932b0bfa3 2026-05-26 22:27:39.284 8 INFO neutron.services.segments.plugin [-] Segment 16fde4bc-7ffa-433b-ae6d-1e8f628874ff resource provider aggregate not found 2026-05-26 22:27:39.285 8 INFO neutron.services.segments.plugin [-] Segment 16fde4bc-7ffa-433b-ae6d-1e8f628874ff resource provider aggregate not found 2026-05-26 22:27:39.307 8 INFO neutron.services.segments.plugin [-] Segment 16fde4bc-7ffa-433b-ae6d-1e8f628874ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16fde4bc-7ffa-433b-ae6d-1e8f628874ff found for delete ", "request_id": "req-ea5f0ffb-2198-417c-a697-f4354f6c45d4"}]} 2026-05-26 22:27:39.314 8 INFO neutron.services.segments.plugin [-] Segment 16fde4bc-7ffa-433b-ae6d-1e8f628874ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16fde4bc-7ffa-433b-ae6d-1e8f628874ff found for delete ", "request_id": "req-8168d50d-75fd-459a-a4e5-adcd60ac9e74"}]} 2026-05-26 22:27:39.321 8 INFO neutron.db.l3_hamode_db [None req-873ad7bb-32bb-40c1-ac4f-9ffcb8c671f4 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] HA network 8df41f3d-1058-4fdc-933d-70962f1b1773 was deleted as no HA routers are present in tenant 3e64143911f54ae2ad472fd3dd1ac9f7. [pid: 8|app: 0|req: 1756/3244] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:27:38 2026] DELETE /v2.0/routers/bf5b13ee-355b-4b45-a1d3-f7dfe5e070f8 => generated 0 bytes in 880 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:39.349 7 INFO neutron.api.v2.resource [None req-8548d08b-c3e2-4c2c-8367-067e3ef44d5e 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1489/3245] 10.0.0.165 () {32 vars in 721 bytes} [Tue May 26 22:27:39 2026] GET /v2.0/routers/bf5b13ee-355b-4b45-a1d3-f7dfe5e070f8 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1757/3246] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:27:39 2026] DELETE /v2.0/subnets/07a93112-2cd4-40b8-9902-bb53b8a1b1b2 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:27:39.557 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f9f4c3ed-a82f-480f-8f7e-e4382b7bd6b6 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1490/3247] 10.0.0.165 () {32 vars in 721 bytes} [Tue May 26 22:27:39 2026] GET /v2.0/subnets/07a93112-2cd4-40b8-9902-bb53b8a1b1b2 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1758/3248] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:27:39 2026] DELETE /v2.0/subnets/9f21521f-20bd-4934-b605-e6953ca982b6 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:27:39.757 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7a842960-82d9-4b5d-8ef6-6f8bd7314c8f 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1491/3249] 10.0.0.165 () {32 vars in 721 bytes} [Tue May 26 22:27:39 2026] GET /v2.0/subnets/9f21521f-20bd-4934-b605-e6953ca982b6 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:27:39.859 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a82d64f-eef6-4a9c-8dd4-8132b0873c02 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] TaaS: Handle Delete Port: bde36d00-08e2-45ef-aae6-47cdb8250009 2026-05-26 22:27:39.862 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a82d64f-eef6-4a9c-8dd4-8132b0873c02 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] Tap Mirror: Handle Delete Port: bde36d00-08e2-45ef-aae6-47cdb8250009 [pid: 8|app: 0|req: 1759/3250] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:27:39 2026] DELETE /v2.0/networks/33a16961-3dce-4898-9819-035ed50a9495 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:27:40.097 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2bd1e770-c924-464a-b186-ad9b3951f5d4 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1492/3251] 10.0.0.165 () {32 vars in 723 bytes} [Tue May 26 22:27:40 2026] GET /v2.0/networks/33a16961-3dce-4898-9819-035ed50a9495 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1760/3252] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:27:40 2026] DELETE /v2.0/subnets/d2d1f533-b1a7-4c5c-ab9f-b8633f80506b => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:27:40.300 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ed7bbda2-bd11-4756-a26b-86a6002a9c66 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1493/3253] 10.0.0.165 () {32 vars in 721 bytes} [Tue May 26 22:27:40 2026] GET /v2.0/subnets/d2d1f533-b1a7-4c5c-ab9f-b8633f80506b => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1761/3254] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:27:40 2026] DELETE /v2.0/subnets/092e7304-2b75-4d11-b52c-6019c269343c => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:27:40.528 7 INFO neutron.pecan_wsgi.hooks.translation [None req-95db2c4a-4db2-45db-9b4e-a03bbd657b99 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1494/3255] 10.0.0.165 () {32 vars in 721 bytes} [Tue May 26 22:27:40 2026] GET /v2.0/subnets/092e7304-2b75-4d11-b52c-6019c269343c => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:27:40.628 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b2a7880-c821-46ce-aad0-c9b6915574c2 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] TaaS: Handle Delete Port: 543d3da7-7808-4592-a967-bd9a5331714b 2026-05-26 22:27:40.631 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b2a7880-c821-46ce-aad0-c9b6915574c2 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] Tap Mirror: Handle Delete Port: 543d3da7-7808-4592-a967-bd9a5331714b [pid: 8|app: 0|req: 1762/3256] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:27:40 2026] DELETE /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:27:40.832 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e4aee156-887e-4308-96bc-27cb33cca05c 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1495/3257] 10.0.0.165 () {32 vars in 723 bytes} [Tue May 26 22:27:40 2026] GET /v2.0/networks/e5d10979-3d89-4f5e-ba41-a3022c7c3eaf => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1763/3258] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:27:40 2026] DELETE /v2.0/subnets/c3f7df7d-5c17-43aa-8639-3de1b2d70e7c => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:27:41.014 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9f8a9d23-49b4-42fc-97eb-f4f89751c256 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1496/3259] 10.0.0.165 () {32 vars in 721 bytes} [Tue May 26 22:27:40 2026] GET /v2.0/subnets/c3f7df7d-5c17-43aa-8639-3de1b2d70e7c => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1764/3260] 10.0.0.165 () {32 vars in 724 bytes} [Tue May 26 22:27:41 2026] DELETE /v2.0/subnets/d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:27:41.197 7 INFO neutron.pecan_wsgi.hooks.translation [None req-00f3a0c0-f100-4de8-8e42-ebbae3f4df9c 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1497/3261] 10.0.0.165 () {32 vars in 721 bytes} [Tue May 26 22:27:41 2026] GET /v2.0/subnets/d01721f1-8dfa-48eb-97c8-4c4e2810cc05 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:27:41.299 8 INFO neutron_taas.services.taas.taas_plugin [None req-df2f0cbf-b6af-4005-b61e-27afc666f7a2 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] TaaS: Handle Delete Port: 70cec328-ba5b-4c26-9d04-cfa1bccc00f8 2026-05-26 22:27:41.301 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df2f0cbf-b6af-4005-b61e-27afc666f7a2 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] Tap Mirror: Handle Delete Port: 70cec328-ba5b-4c26-9d04-cfa1bccc00f8 2026-05-26 22:27:41.336 8 INFO neutron.services.segments.plugin [-] Segment 57b88879-da0b-4a1d-83ff-4fb0290f53cc resource provider aggregate not found 2026-05-26 22:27:41.337 8 INFO neutron.services.segments.plugin [-] Segment 57b88879-da0b-4a1d-83ff-4fb0290f53cc resource provider aggregate not found 2026-05-26 22:27:41.362 8 INFO neutron.services.segments.plugin [-] Segment 57b88879-da0b-4a1d-83ff-4fb0290f53cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57b88879-da0b-4a1d-83ff-4fb0290f53cc found for delete ", "request_id": "req-800cec76-fd7e-4a55-a967-3e144c33d806"}]} 2026-05-26 22:27:41.371 8 INFO neutron.services.segments.plugin [-] Segment 57b88879-da0b-4a1d-83ff-4fb0290f53cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57b88879-da0b-4a1d-83ff-4fb0290f53cc found for delete ", "request_id": "req-03c76d39-e608-466d-80a9-b7b23f5765dd"}]} 2026-05-26 22:27:41.392 8 INFO neutron.services.segments.plugin [-] Segment a469dbdf-d18c-46a6-9f58-6efa6fba9c42 resource provider aggregate not found 2026-05-26 22:27:41.395 8 INFO neutron.services.segments.plugin [-] Segment a469dbdf-d18c-46a6-9f58-6efa6fba9c42 resource provider aggregate not found 2026-05-26 22:27:41.416 8 INFO neutron.services.segments.plugin [-] Segment a469dbdf-d18c-46a6-9f58-6efa6fba9c42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a469dbdf-d18c-46a6-9f58-6efa6fba9c42 found for delete ", "request_id": "req-17daee97-40fc-4fe0-8b94-cac3cc2e32a9"}]} 2026-05-26 22:27:41.419 8 INFO neutron.services.segments.plugin [-] Segment a469dbdf-d18c-46a6-9f58-6efa6fba9c42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a469dbdf-d18c-46a6-9f58-6efa6fba9c42 found for delete ", "request_id": "req-f44a4996-af63-409b-bc41-13dae41bc313"}]} [pid: 8|app: 0|req: 1765/3262] 10.0.0.165 () {32 vars in 726 bytes} [Tue May 26 22:27:41 2026] DELETE /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:27:41.534 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c07872d8-41c1-47ed-a5d0-e7d4d15dd9fa 432530fab4ea4db7bb8a32f18658b4d7 3e64143911f54ae2ad472fd3dd1ac9f7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1498/3263] 10.0.0.165 () {32 vars in 723 bytes} [Tue May 26 22:27:41 2026] GET /v2.0/networks/89c633dd-e72a-40d0-89f3-04138b04b6f8 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:27:43.438 8 INFO neutron.services.segments.plugin [-] Segment 332ea61a-d5ef-4c8a-9f7b-427487f28b0d resource provider aggregate not found 2026-05-26 22:27:43.441 8 INFO neutron.services.segments.plugin [-] Segment 332ea61a-d5ef-4c8a-9f7b-427487f28b0d resource provider aggregate not found 2026-05-26 22:27:43.454 8 INFO neutron.services.segments.plugin [-] Segment 332ea61a-d5ef-4c8a-9f7b-427487f28b0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 332ea61a-d5ef-4c8a-9f7b-427487f28b0d found for delete ", "request_id": "req-5639df14-9a94-431b-bcb8-72953c0ff9f3"}]} 2026-05-26 22:27:43.459 8 INFO neutron.services.segments.plugin [-] Segment 332ea61a-d5ef-4c8a-9f7b-427487f28b0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 332ea61a-d5ef-4c8a-9f7b-427487f28b0d found for delete ", "request_id": "req-8860575c-e09c-4f3d-9720-57227169f9d6"}]} [pid: 8|app: 0|req: 1766/3264] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:27:43 2026] GET /v2.0/security-groups?tenant_id=a01698757479430db68320b038cc84f8&name=default => generated 2929 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3265] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:27:43 2026] DELETE /v2.0/security-groups/3db29558-bd68-45a1-955f-086349e3eb38 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1767/3266] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:27:43 2026] GET /v2.0/security-groups?tenant_id=def7a8249f564b91a1b8784e03b974d5&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3267] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:27:44 2026] DELETE /v2.0/security-groups/d0480607-bd94-4d41-9c6a-bf5c366b709d => 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: 1768/3268] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:27:44 2026] GET /v2.0/security-groups?tenant_id=e1293ab7afe149e785fa5e1657ed3743&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3269] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:27:44 2026] DELETE /v2.0/security-groups/6b2ecbf0-d3b4-4ce4-bb0e-1bb1514a86af => 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: 1769/3270] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:27:44 2026] GET /v2.0/security-groups?tenant_id=3e64143911f54ae2ad472fd3dd1ac9f7&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3271] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:27:44 2026] DELETE /v2.0/security-groups/26ce9bf9-fd48-4461-acc5-b5a3fc0013fa => 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: 1770/3272] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:27:44 2026] GET /v2.0/security-groups?tenant_id=f9e91c7c3c5d426b93dbe20c32e25099&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3273] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:27:45 2026] DELETE /v2.0/security-groups/3ef3ad16-ee33-4a3c-a5bb-77dacfd307b1 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1771/3274] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:27:45 2026] GET /v2.0/security-groups?tenant_id=0cc7341db15443b6aefc0ce80b2269c5&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3275] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:27:45 2026] DELETE /v2.0/security-groups/f20fcd5a-1a14-428d-b838-f56cf548dc20 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1772/3276] 10.0.0.165 () {32 vars in 774 bytes} [Tue May 26 22:27:45 2026] GET /v2.0/security-groups?tenant_id=acd9a2d94b0a4eff8750a4c972b5a133&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3277] 10.0.0.165 () {32 vars in 740 bytes} [Tue May 26 22:27:45 2026] DELETE /v2.0/security-groups/b16a7fe9-ad30-4f46-80e1-44eda1d83888 => 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: 1773/3278] 10.0.0.165 () {32 vars in 649 bytes} [Tue May 26 22:27:48 2026] GET /v2.0/networks => generated 2168 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3281] 10.0.0.165 () {32 vars in 655 bytes} [Tue May 26 22:27:49 2026] GET /v2.0/floatingips => 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: 1775/3282] 10.0.0.165 () {32 vars in 647 bytes} [Tue May 26 22:27:49 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: 7|app: 0|req: 1508/3283] 10.0.0.165 () {32 vars in 643 bytes} [Tue May 26 22:27:49 2026] GET /v2.0/ports => generated 4725 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1776/3284] 10.0.0.165 () {32 vars in 647 bytes} [Tue May 26 22:27:49 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3285] 10.0.0.165 () {32 vars in 649 bytes} [Tue May 26 22:27:49 2026] GET /v2.0/networks => generated 2168 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1777/3286] 10.0.0.165 () {32 vars in 663 bytes} [Tue May 26 22:27:49 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3287] 10.0.0.165 () {32 vars in 655 bytes} [Tue May 26 22:27:49 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)