+ 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 [Fri May 29 22:37:40 2026] *** compiled with version: 13.3.0 on 29 May 2026 17:26:37 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-869cc59656-sfgbp 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 0x7f40a0506668 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-29 22:37:44.779 8 INFO neutron.common.config [-] Logging enabled! 2026-05-29 22:37:44.780 8 INFO neutron.common.config [-] uwsgi version 26.0.4.dev15 2026-05-29 22:37:44.793 7 INFO neutron.common.config [-] Logging enabled! 2026-05-29 22:37:44.794 7 INFO neutron.common.config [-] uwsgi version 26.0.4.dev15 2026-05-29 22:37:45.870 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-29 22:37:45.950 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-29 22:37:47.376 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-29 22:37:47.379 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-29 22:37:47.383 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-29 22:37:47.384 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-29 22:37:47.384 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-29 22:37:47.384 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-29 22:37:47.384 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-29 22:37:47.392 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-29 22:37:47.392 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-29 22:37:47.392 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-29 22:37:47.414 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-29 22:37:47.415 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-29 22:37:47.415 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-29 22:37:47.465 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-29 22:37:47.465 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-29 22:37:47.465 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-29 22:37:47.466 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-29 22:37:47.499 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-29 22:37:47.502 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-29 22:37:47.506 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-29 22:37:47.507 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-29 22:37:47.507 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-29 22:37:47.508 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-29 22:37:47.508 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-29 22:37:47.516 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-29 22:37:47.516 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-29 22:37:47.516 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-29 22:37:47.540 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-29 22:37:47.541 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-29 22:37:47.541 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-29 22:37:47.594 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-29 22:37:47.595 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-29 22:37:47.595 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-29 22:37:47.595 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-29 22:37:47.760 7 INFO neutron.plugins.ml2.managers [None req-1b78f61d-d7e8-499a-bc0d-2e01a2db0dad - - - - - -] Initializing driver for type 'vlan' 2026-05-29 22:37:47.940 8 INFO neutron.plugins.ml2.managers [None req-097a7ed0-c746-468f-9de2-781f6edc28fe - - - - - -] Initializing driver for type 'vlan' 2026-05-29 22:37:48.046 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-1b78f61d-d7e8-499a-bc0d-2e01a2db0dad - - - - - -] VlanTypeDriver initialization complete 2026-05-29 22:37:48.046 7 INFO neutron.plugins.ml2.managers [None req-1b78f61d-d7e8-499a-bc0d-2e01a2db0dad - - - - - -] Initializing driver for type 'vxlan' 2026-05-29 22:37:48.047 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-1b78f61d-d7e8-499a-bc0d-2e01a2db0dad - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-29 22:37:48.058 7 INFO neutron.plugins.ml2.managers [None req-1b78f61d-d7e8-499a-bc0d-2e01a2db0dad - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-29 22:37:48.058 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-1b78f61d-d7e8-499a-bc0d-2e01a2db0dad - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-29 22:37:48.059 7 INFO neutron.plugins.ml2.managers [None req-1b78f61d-d7e8-499a-bc0d-2e01a2db0dad - - - - - -] Initializing extension driver 'port_security' 2026-05-29 22:37:48.059 7 INFO neutron.plugins.ml2.extensions.port_security [None req-1b78f61d-d7e8-499a-bc0d-2e01a2db0dad - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-29 22:37:48.059 7 INFO neutron.plugins.ml2.managers [None req-1b78f61d-d7e8-499a-bc0d-2e01a2db0dad - - - - - -] Initializing extension driver 'qos' 2026-05-29 22:37:48.059 7 INFO neutron.plugins.ml2.managers [None req-1b78f61d-d7e8-499a-bc0d-2e01a2db0dad - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-29 22:37:48.059 7 INFO neutron.plugins.ml2.managers [None req-1b78f61d-d7e8-499a-bc0d-2e01a2db0dad - - - - - -] Initializing mechanism driver 'l2population' 2026-05-29 22:37:48.074 7 INFO neutron.quota [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded quota_driver: . 2026-05-29 22:37:48.075 7 INFO neutron.plugins.ml2.plugin [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Modular L2 Plugin initialization complete 2026-05-29 22:37:48.075 7 INFO neutron.plugins.ml2.managers [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-29 22:37:48.075 7 INFO neutron.plugins.ml2.managers [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-29 22:37:48.075 7 INFO neutron.plugins.ml2.managers [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-29 22:37:48.075 7 INFO neutron.extensions.vlantransparent [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Disabled vlantransparent extension. 2026-05-29 22:37:48.075 7 INFO neutron.extensions.qinq [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Disabled VLAN QinQ extension. 2026-05-29 22:37:48.076 7 INFO neutron.manager [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loading Plugin: qos 2026-05-29 22:37:48.089 7 INFO neutron.manager [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loading Plugin: router 2026-05-29 22:37:48.138 7 INFO neutron.services.service_base [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-29 22:37:48.138 7 INFO neutron.manager [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loading Plugin: segments 2026-05-29 22:37:48.241 7 INFO neutron.manager [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loading Plugin: trunk 2026-05-29 22:37:48.247 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-097a7ed0-c746-468f-9de2-781f6edc28fe - - - - - -] VlanTypeDriver initialization complete 2026-05-29 22:37:48.247 8 INFO neutron.plugins.ml2.managers [None req-097a7ed0-c746-468f-9de2-781f6edc28fe - - - - - -] Initializing driver for type 'vxlan' 2026-05-29 22:37:48.247 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-097a7ed0-c746-468f-9de2-781f6edc28fe - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-29 22:37:48.256 7 INFO neutron.manager [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loading Plugin: vpnaas 2026-05-29 22:37:48.261 8 INFO neutron.plugins.ml2.managers [None req-097a7ed0-c746-468f-9de2-781f6edc28fe - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-29 22:37:48.262 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-097a7ed0-c746-468f-9de2-781f6edc28fe - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-29 22:37:48.262 8 INFO neutron.plugins.ml2.managers [None req-097a7ed0-c746-468f-9de2-781f6edc28fe - - - - - -] Initializing extension driver 'port_security' 2026-05-29 22:37:48.262 8 INFO neutron.plugins.ml2.extensions.port_security [None req-097a7ed0-c746-468f-9de2-781f6edc28fe - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-29 22:37:48.262 8 INFO neutron.plugins.ml2.managers [None req-097a7ed0-c746-468f-9de2-781f6edc28fe - - - - - -] Initializing extension driver 'qos' 2026-05-29 22:37:48.262 8 INFO neutron.plugins.ml2.managers [None req-097a7ed0-c746-468f-9de2-781f6edc28fe - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-29 22:37:48.262 8 INFO neutron.plugins.ml2.managers [None req-097a7ed0-c746-468f-9de2-781f6edc28fe - - - - - -] Initializing mechanism driver 'l2population' 2026-05-29 22:37:48.279 8 INFO neutron.quota [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded quota_driver: . 2026-05-29 22:37:48.279 8 INFO neutron.plugins.ml2.plugin [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Modular L2 Plugin initialization complete 2026-05-29 22:37:48.279 8 INFO neutron.plugins.ml2.managers [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-29 22:37:48.280 8 INFO neutron.plugins.ml2.managers [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-29 22:37:48.280 8 INFO neutron.plugins.ml2.managers [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Got port-security extension from driver 'port_security' 2026-05-29 22:37:48.280 8 INFO neutron.extensions.vlantransparent [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Disabled vlantransparent extension. 2026-05-29 22:37:48.280 8 INFO neutron.extensions.qinq [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Disabled VLAN QinQ extension. 2026-05-29 22:37:48.280 8 INFO neutron.manager [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loading Plugin: qos 2026-05-29 22:37:48.293 8 INFO neutron.manager [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loading Plugin: router 2026-05-29 22:37:48.299 7 WARNING stevedore.named [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-29 22:37:48.299 7 WARNING stevedore.named [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-29 22:37:48.353 8 INFO neutron.services.service_base [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-29 22:37:48.354 8 INFO neutron.manager [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loading Plugin: segments 2026-05-29 22:37:48.381 7 INFO neutron_vpnaas.services.vpn.plugin [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-29 22:37:48.382 7 INFO neutron.common.utils [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-29 22:37:48.382 7 INFO neutron.manager [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loading Plugin: taas 2026-05-29 22:37:48.408 7 WARNING stevedore.named [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-29 22:37:48.433 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-29 22:37:48.434 7 INFO neutron.manager [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loading Plugin: tapmirror 2026-05-29 22:37:48.448 7 WARNING stevedore.named [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-29 22:37:48.467 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-29 22:37:48.467 7 INFO neutron.manager [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loading Plugin: auto_allocate 2026-05-29 22:37:48.472 8 INFO neutron.manager [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loading Plugin: trunk 2026-05-29 22:37:48.477 7 INFO neutron.manager [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loading Plugin: tag 2026-05-29 22:37:48.487 7 INFO neutron.manager [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loading Plugin: timestamp 2026-05-29 22:37:48.490 7 INFO neutron.manager [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loading Plugin: network_ip_availability 2026-05-29 22:37:48.491 8 INFO neutron.manager [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loading Plugin: vpnaas 2026-05-29 22:37:48.494 7 INFO neutron.manager [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loading Plugin: flavors 2026-05-29 22:37:48.497 7 INFO neutron.manager [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loading Plugin: revisions 2026-05-29 22:37:48.501 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Initializing extension manager. 2026-05-29 22:37:48.502 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: address-group 2026-05-29 22:37:48.503 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: address-scope 2026-05-29 22:37:48.504 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-29 22:37:48.504 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: agent 2026-05-29 22:37:48.505 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: agent-resources-synced 2026-05-29 22:37:48.506 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-29 22:37:48.507 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-29 22:37:48.508 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: availability_zone 2026-05-29 22:37:48.509 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: availability_zone_filter 2026-05-29 22:37:48.509 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-29 22:37:48.510 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: default-subnetpools 2026-05-29 22:37:48.512 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-29 22:37:48.512 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: dns-integration 2026-05-29 22:37:48.513 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: dns-domain-ports 2026-05-29 22:37:48.513 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-29 22:37:48.515 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: dvr 2026-05-29 22:37:48.515 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-29 22:37:48.516 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: empty-string-filtering 2026-05-29 22:37:48.516 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-29 22:37:48.517 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-29 22:37:48.518 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: external-net 2026-05-29 22:37:48.518 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-29 22:37:48.519 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: extraroute 2026-05-29 22:37:48.519 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: extraroute-atomic 2026-05-29 22:37:48.520 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-29 22:37:48.520 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-29 22:37:48.521 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-29 22:37:48.521 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-29 22:37:48.522 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: fip-port-details 2026-05-29 22:37:48.523 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: flavors 2026-05-29 22:37:48.524 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-29 22:37:48.524 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: floatingip-pools 2026-05-29 22:37:48.525 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: ip_allocation 2026-05-29 22:37:48.525 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-29 22:37:48.526 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: l2_adjacency 2026-05-29 22:37:48.527 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: router 2026-05-29 22:37:48.530 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-29 22:37:48.531 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-29 22:37:48.532 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-29 22:37:48.533 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: ext-gw-mode 2026-05-29 22:37:48.533 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: l3-ha 2026-05-29 22:37:48.534 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-29 22:37:48.535 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-29 22:37:48.536 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: l3-flavors 2026-05-29 22:37:48.537 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-29 22:37:48.537 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-29 22:37:48.540 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-29 22:37:48.540 8 WARNING stevedore.named [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-29 22:37:48.541 8 WARNING stevedore.named [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-29 22:37:48.541 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-29 22:37:48.542 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-29 22:37:48.543 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-29 22:37:48.544 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-29 22:37:48.544 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: multi-provider 2026-05-29 22:37:48.545 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: net-mtu 2026-05-29 22:37:48.545 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: net-mtu-writable 2026-05-29 22:37:48.546 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: network_availability_zone 2026-05-29 22:37:48.547 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: network_ha 2026-05-29 22:37:48.547 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: network-ip-availability 2026-05-29 22:37:48.548 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-29 22:37:48.549 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: pagination 2026-05-29 22:37:48.549 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: port-device-profile 2026-05-29 22:37:48.550 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-29 22:37:48.550 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-29 22:37:48.551 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-29 22:37:48.551 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: port-mac-override 2026-05-29 22:37:48.552 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-29 22:37:48.552 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-29 22:37:48.553 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-29 22:37:48.553 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: port-resource-request 2026-05-29 22:37:48.554 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-29 22:37:48.554 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-29 22:37:48.555 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: binding 2026-05-29 22:37:48.555 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: binding-extended 2026-05-29 22:37:48.556 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: port-security 2026-05-29 22:37:48.556 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: project-id 2026-05-29 22:37:48.557 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: provider 2026-05-29 22:37:48.557 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-29 22:37:48.559 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: qos 2026-05-29 22:37:48.560 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-29 22:37:48.561 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-29 22:37:48.561 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: qos-default 2026-05-29 22:37:48.562 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: qos-fip 2026-05-29 22:37:48.562 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-29 22:37:48.563 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-29 22:37:48.563 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-29 22:37:48.564 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-29 22:37:48.565 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-29 22:37:48.565 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: qos-pps 2026-05-29 22:37:48.566 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-29 22:37:48.566 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-29 22:37:48.567 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: qos-rules-alias 2026-05-29 22:37:48.567 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: quota-check-limit 2026-05-29 22:37:48.568 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-29 22:37:48.570 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: quotas 2026-05-29 22:37:48.571 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: quota_details 2026-05-29 22:37:48.573 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: rbac-policies 2026-05-29 22:37:48.574 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: rbac-address-group 2026-05-29 22:37:48.574 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: rbac-address-scope 2026-05-29 22:37:48.575 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: rbac-security-groups 2026-05-29 22:37:48.575 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-29 22:37:48.576 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: revision-if-match 2026-05-29 22:37:48.576 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-29 22:37:48.577 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: router_availability_zone 2026-05-29 22:37:48.577 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-29 22:37:48.579 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-29 22:37:48.581 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-29 22:37:48.581 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-29 22:37:48.582 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-29 22:37:48.582 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-29 22:37:48.583 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-29 22:37:48.587 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: security-group 2026-05-29 22:37:48.588 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: segment 2026-05-29 22:37:48.589 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-29 22:37:48.589 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: service-type 2026-05-29 22:37:48.590 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: sorting 2026-05-29 22:37:48.590 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: standard-attr-segment 2026-05-29 22:37:48.591 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: standard-attr-description 2026-05-29 22:37:48.592 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: stateful-security-group 2026-05-29 22:37:48.592 7 WARNING neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-29 22:37:48.593 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-29 22:37:48.593 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: subnet-external-network 2026-05-29 22:37:48.594 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: subnet_onboard 2026-05-29 22:37:48.594 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-29 22:37:48.595 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: subnet-service-types 2026-05-29 22:37:48.595 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: subnet_allocation 2026-05-29 22:37:48.596 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-29 22:37:48.596 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: tag-creation 2026-05-29 22:37:48.597 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-29 22:37:48.601 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: standard-attr-tag 2026-05-29 22:37:48.602 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-29 22:37:48.602 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: trunk 2026-05-29 22:37:48.603 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: trunk-details 2026-05-29 22:37:48.603 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-29 22:37:48.604 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-29 22:37:48.604 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-29 22:37:48.605 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-29 22:37:48.607 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-29 22:37:48.608 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-29 22:37:48.608 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: vpn-flavors 2026-05-29 22:37:48.610 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: vpnaas 2026-05-29 22:37:48.612 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: taas 2026-05-29 22:37:48.613 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: tap-mirror 2026-05-29 22:37:48.613 7 INFO neutron.api.extensions [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-29 22:37:48.615 8 INFO neutron_vpnaas.services.vpn.plugin [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-29 22:37:48.616 8 INFO neutron.common.utils [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-29 22:37:48.616 8 INFO neutron.manager [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loading Plugin: taas 2026-05-29 22:37:48.616 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-29 22:37:48.616 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-29 22:37:48.616 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-29 22:37:48.616 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-29 22:37:48.619 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-29 22:37:48.620 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-29 22:37:48.624 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-29 22:37:48.625 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-29 22:37:48.625 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-29 22:37:48.626 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-29 22:37:48.626 7 WARNING neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] subnetpool is already registered 2026-05-29 22:37:48.627 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-29 22:37:48.627 7 WARNING neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] subnetpool is already registered 2026-05-29 22:37:48.627 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-29 22:37:48.628 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-29 22:37:48.628 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-29 22:37:48.628 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-29 22:37:48.629 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-29 22:37:48.629 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-29 22:37:48.630 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-29 22:37:48.630 7 WARNING neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] ipsecpolicy is already registered 2026-05-29 22:37:48.630 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-29 22:37:48.630 7 WARNING neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] ikepolicy is already registered 2026-05-29 22:37:48.635 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-29 22:37:48.635 7 WARNING neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] router is already registered 2026-05-29 22:37:48.635 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-29 22:37:48.635 7 WARNING neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] floatingip is already registered 2026-05-29 22:37:48.639 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-29 22:37:48.639 7 WARNING neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] rbac_policy is already registered 2026-05-29 22:37:48.640 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-29 22:37:48.640 7 WARNING neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] security_group is already registered 2026-05-29 22:37:48.640 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-29 22:37:48.640 7 WARNING neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] security_group_rule is already registered 2026-05-29 22:37:48.641 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-29 22:37:48.641 7 WARNING neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] subnetpool is already registered 2026-05-29 22:37:48.642 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-29 22:37:48.642 7 WARNING neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] subnetpool is already registered 2026-05-29 22:37:48.642 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-29 22:37:48.642 7 WARNING neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] trunk is already registered 2026-05-29 22:37:48.642 8 WARNING stevedore.named [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-29 22:37:48.643 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-29 22:37:48.643 7 WARNING neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] ikepolicy is already registered 2026-05-29 22:37:48.643 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-29 22:37:48.644 7 WARNING neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] ipsecpolicy is already registered 2026-05-29 22:37:48.645 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-29 22:37:48.645 7 WARNING neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] endpoint_group is already registered 2026-05-29 22:37:48.645 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-29 22:37:48.645 7 WARNING neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] vpnservice is already registered 2026-05-29 22:37:48.646 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-29 22:37:48.646 7 WARNING neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] ipsec_site_connection is already registered 2026-05-29 22:37:48.646 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-29 22:37:48.646 7 WARNING neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] ipsecpolicy is already registered 2026-05-29 22:37:48.647 7 INFO neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-29 22:37:48.647 7 WARNING neutron.quota.resource_registry [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] ikepolicy is already registered 2026-05-29 22:37:48.684 7 WARNING keystonemiddleware._common.config [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-29 22:37:48.690 7 WARNING oslo_config.cfg [None req-b3248f0d-6a98-42da-b2b1-d7e4d9c5d2f9 - - - - - -] 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 0x7f40a0506668 pid: 7 (default app) 2026-05-29 22:37:48.714 8 INFO neutron_taas.services.taas.taas_plugin [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-29 22:37:48.714 8 INFO neutron.manager [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loading Plugin: tapmirror 2026-05-29 22:37:48.729 8 WARNING stevedore.named [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-29 22:37:48.756 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-29 22:37:48.757 8 INFO neutron.manager [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loading Plugin: auto_allocate 2026-05-29 22:37:48.767 8 INFO neutron.manager [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loading Plugin: tag 2026-05-29 22:37:48.783 8 INFO neutron.manager [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loading Plugin: timestamp 2026-05-29 22:37:48.787 8 INFO neutron.manager [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loading Plugin: network_ip_availability 2026-05-29 22:37:48.791 8 INFO neutron.manager [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loading Plugin: flavors 2026-05-29 22:37:48.799 8 INFO neutron.manager [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loading Plugin: revisions 2026-05-29 22:37:48.802 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Initializing extension manager. 2026-05-29 22:37:48.804 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: address-group 2026-05-29 22:37:48.805 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: address-scope 2026-05-29 22:37:48.805 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-29 22:37:48.806 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: agent 2026-05-29 22:37:48.807 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: agent-resources-synced 2026-05-29 22:37:48.808 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: allowed-address-pairs 2026-05-29 22:37:48.809 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: auto-allocated-topology 2026-05-29 22:37:48.810 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: availability_zone 2026-05-29 22:37:48.811 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: availability_zone_filter 2026-05-29 22:37:48.811 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-29 22:37:48.812 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: default-subnetpools 2026-05-29 22:37:48.813 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-29 22:37:48.814 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: dns-integration 2026-05-29 22:37:48.814 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: dns-domain-ports 2026-05-29 22:37:48.815 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-29 22:37:48.816 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: dvr 2026-05-29 22:37:48.817 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-29 22:37:48.818 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: empty-string-filtering 2026-05-29 22:37:48.820 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-29 22:37:48.820 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-29 22:37:48.821 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: external-net 2026-05-29 22:37:48.821 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-29 22:37:48.822 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: extraroute 2026-05-29 22:37:48.822 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: extraroute-atomic 2026-05-29 22:37:48.823 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-29 22:37:48.823 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-29 22:37:48.824 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-29 22:37:48.824 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-29 22:37:48.825 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: fip-port-details 2026-05-29 22:37:48.826 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: flavors 2026-05-29 22:37:48.827 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-29 22:37:48.827 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: floatingip-pools 2026-05-29 22:37:48.828 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: ip_allocation 2026-05-29 22:37:48.828 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: ip-substring-filtering 2026-05-29 22:37:48.829 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: l2_adjacency 2026-05-29 22:37:48.830 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: router 2026-05-29 22:37:48.832 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-29 22:37:48.833 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-29 22:37:48.833 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-29 22:37:48.834 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: ext-gw-mode 2026-05-29 22:37:48.834 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: l3-ha 2026-05-29 22:37:48.835 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-29 22:37:48.835 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-29 22:37:48.836 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: l3-flavors 2026-05-29 22:37:48.837 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-29 22:37:48.837 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-29 22:37:48.839 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-29 22:37:48.841 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-29 22:37:48.842 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-29 22:37:48.843 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-29 22:37:48.844 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-29 22:37:48.844 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: multi-provider 2026-05-29 22:37:48.845 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: net-mtu 2026-05-29 22:37:48.845 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: net-mtu-writable 2026-05-29 22:37:48.846 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: network_availability_zone 2026-05-29 22:37:48.846 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: network_ha 2026-05-29 22:37:48.847 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: network-ip-availability 2026-05-29 22:37:48.848 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-29 22:37:48.849 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: pagination 2026-05-29 22:37:48.849 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: port-device-profile 2026-05-29 22:37:48.850 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-29 22:37:48.850 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-29 22:37:48.851 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-29 22:37:48.851 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: port-mac-override 2026-05-29 22:37:48.852 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-29 22:37:48.852 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-29 22:37:48.853 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-29 22:37:48.853 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: port-resource-request 2026-05-29 22:37:48.854 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: port-resource-request-groups 2026-05-29 22:37:48.854 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-29 22:37:48.855 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: binding 2026-05-29 22:37:48.856 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: binding-extended 2026-05-29 22:37:48.856 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: port-security 2026-05-29 22:37:48.857 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: project-id 2026-05-29 22:37:48.858 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: provider 2026-05-29 22:37:48.858 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-29 22:37:48.860 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: qos 2026-05-29 22:37:48.861 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-29 22:37:48.862 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-29 22:37:48.862 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: qos-default 2026-05-29 22:37:48.863 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: qos-fip 2026-05-29 22:37:48.863 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-29 22:37:48.864 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: qos-gateway-ip 2026-05-29 22:37:48.864 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: qos-port-network-policy 2026-05-29 22:37:48.865 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: qos-pps-minimum 2026-05-29 22:37:48.865 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-29 22:37:48.866 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: qos-pps 2026-05-29 22:37:48.867 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: qos-rule-type-details 2026-05-29 22:37:48.867 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-29 22:37:48.868 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: qos-rules-alias 2026-05-29 22:37:48.868 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: quota-check-limit 2026-05-29 22:37:48.869 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: quota-check-limit-default 2026-05-29 22:37:48.871 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: quotas 2026-05-29 22:37:48.872 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: quota_details 2026-05-29 22:37:48.878 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: rbac-policies 2026-05-29 22:37:48.879 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: rbac-address-group 2026-05-29 22:37:48.880 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: rbac-address-scope 2026-05-29 22:37:48.881 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: rbac-security-groups 2026-05-29 22:37:48.881 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: rbac-subnetpool 2026-05-29 22:37:48.882 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: revision-if-match 2026-05-29 22:37:48.883 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: standard-attr-revisions 2026-05-29 22:37:48.884 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: router_availability_zone 2026-05-29 22:37:48.885 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-29 22:37:48.887 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: security-groups-default-rules 2026-05-29 22:37:48.888 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-29 22:37:48.889 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-29 22:37:48.889 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-29 22:37:48.890 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-29 22:37:48.891 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-29 22:37:48.897 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: security-group 2026-05-29 22:37:48.898 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: segment 2026-05-29 22:37:48.899 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-29 22:37:48.899 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: service-type 2026-05-29 22:37:48.900 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: sorting 2026-05-29 22:37:48.901 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: standard-attr-segment 2026-05-29 22:37:48.901 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: standard-attr-description 2026-05-29 22:37:48.902 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: stateful-security-group 2026-05-29 22:37:48.902 8 WARNING neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-29 22:37:48.903 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-29 22:37:48.903 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: subnet-external-network 2026-05-29 22:37:48.904 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: subnet_onboard 2026-05-29 22:37:48.905 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-29 22:37:48.905 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: subnet-service-types 2026-05-29 22:37:48.906 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: subnet_allocation 2026-05-29 22:37:48.906 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-29 22:37:48.908 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: tag-creation 2026-05-29 22:37:48.908 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-29 22:37:48.912 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: standard-attr-tag 2026-05-29 22:37:48.913 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-29 22:37:48.913 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: trunk 2026-05-29 22:37:48.914 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: trunk-details 2026-05-29 22:37:48.914 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-29 22:37:48.915 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-29 22:37:48.916 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-29 22:37:48.916 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-29 22:37:48.919 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-29 22:37:48.920 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-29 22:37:48.921 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: vpn-flavors 2026-05-29 22:37:48.922 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: vpnaas 2026-05-29 22:37:48.924 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: taas 2026-05-29 22:37:48.925 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: tap-mirror 2026-05-29 22:37:48.925 8 INFO neutron.api.extensions [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Loaded extension: taas-vlan-filter 2026-05-29 22:37:48.928 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-29 22:37:48.928 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-29 22:37:48.929 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-29 22:37:48.929 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-29 22:37:48.932 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-29 22:37:48.932 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-29 22:37:48.937 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-29 22:37:48.938 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-29 22:37:48.938 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-29 22:37:48.939 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-29 22:37:48.939 8 WARNING neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] subnetpool is already registered 2026-05-29 22:37:48.940 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-29 22:37:48.940 8 WARNING neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] subnetpool is already registered 2026-05-29 22:37:48.940 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-29 22:37:48.940 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-29 22:37:48.941 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-29 22:37:48.941 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-29 22:37:48.942 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-29 22:37:48.942 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-29 22:37:48.943 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-29 22:37:48.943 8 WARNING neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] ipsecpolicy is already registered 2026-05-29 22:37:48.943 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-29 22:37:48.943 8 WARNING neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] ikepolicy is already registered 2026-05-29 22:37:48.949 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-29 22:37:48.949 8 WARNING neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] router is already registered 2026-05-29 22:37:48.951 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-29 22:37:48.951 8 WARNING neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] floatingip is already registered 2026-05-29 22:37:48.955 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-29 22:37:48.955 8 WARNING neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] rbac_policy is already registered 2026-05-29 22:37:48.955 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-29 22:37:48.956 8 WARNING neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] security_group is already registered 2026-05-29 22:37:48.956 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-29 22:37:48.956 8 WARNING neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] security_group_rule is already registered 2026-05-29 22:37:48.957 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-29 22:37:48.957 8 WARNING neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] subnetpool is already registered 2026-05-29 22:37:48.957 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-29 22:37:48.958 8 WARNING neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] subnetpool is already registered 2026-05-29 22:37:48.958 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-29 22:37:48.958 8 WARNING neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] trunk is already registered 2026-05-29 22:37:48.959 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-29 22:37:48.959 8 WARNING neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] ikepolicy is already registered 2026-05-29 22:37:48.959 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-29 22:37:48.959 8 WARNING neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] ipsecpolicy is already registered 2026-05-29 22:37:48.960 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-29 22:37:48.960 8 WARNING neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] endpoint_group is already registered 2026-05-29 22:37:48.960 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-29 22:37:48.960 8 WARNING neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] vpnservice is already registered 2026-05-29 22:37:48.961 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-29 22:37:48.961 8 WARNING neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] ipsec_site_connection is already registered 2026-05-29 22:37:48.961 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-29 22:37:48.961 8 WARNING neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] ipsecpolicy is already registered 2026-05-29 22:37:48.962 8 INFO neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-29 22:37:48.962 8 WARNING neutron.quota.resource_registry [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] ikepolicy is already registered 2026-05-29 22:37:49.001 8 WARNING keystonemiddleware._common.config [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-29 22:37:49.007 8 WARNING oslo_config.cfg [None req-904a35bf-76da-4e9d-8825-f1a266b2ecfb - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7f40a0506668 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-29 22:37:53.084 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b08e2790-c48e-40a6-bc43-e24fbc49920d c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.53 () {44 vars in 924 bytes} [Fri May 29 22:37:52 2026] GET /v2.0/networks/public => generated 108 bytes in 803 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.53 () {44 vars in 946 bytes} [Fri May 29 22:37:53 2026] GET /v2.0/networks?name=public => generated 15 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 22:37:54.028 7 WARNING neutron.services.revisions.revision_plugin [None req-eddc2d1e-9150-4038-870e-6a8caff980e3 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Could not find related network for resource to bump revision. 2026-05-29 22:37:54.054 7 INFO neutron.db.segments_db [None req-eddc2d1e-9150-4038-870e-6a8caff980e3 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment 4b17997e-04cd-4f84-8727-1b12c7bce010 of type flat for network f746d441-1869-4ed7-a518-c53fefb5ba85 2026-05-29 22:37:54.114 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eddc2d1e-9150-4038-870e-6a8caff980e3 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.53 () {48 vars in 964 bytes} [Fri May 29 22:37:53 2026] POST /v2.0/networks => generated 124 bytes in 587 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 22:38:00.067 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e52f2b9b-23a9-4e08-ab4e-4fd8af2b7fc8 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.53 () {44 vars in 924 bytes} [Fri May 29 22:38:00 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.53 () {44 vars in 946 bytes} [Fri May 29 22:38:00 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-29 22:38:00.162 7 WARNING neutron.services.revisions.revision_plugin [None req-d1609315-2adf-42b5-bdff-e7d28009c4e8 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Could not find related network for resource to bump revision. 2026-05-29 22:38:00.181 7 INFO neutron.db.segments_db [None req-d1609315-2adf-42b5-bdff-e7d28009c4e8 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment b1e2a65e-00e7-4d68-8a07-35be7c61d0a1 of type flat for network 2b0a019d-b062-4e2f-883d-4f2133297fe9 2026-05-29 22:38:00.206 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d1609315-2adf-42b5-bdff-e7d28009c4e8 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.53 () {48 vars in 964 bytes} [Fri May 29 22:38:00 2026] POST /v2.0/networks => generated 124 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 22:38:06.474 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b1e86a6a-bd5f-4ea8-b8e2-587b2faffcd8 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.53 () {44 vars in 924 bytes} [Fri May 29 22:38:06 2026] GET /v2.0/networks/public => generated 108 bytes in 420 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.53 () {44 vars in 946 bytes} [Fri May 29 22:38:06 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 22:38:06.759 8 WARNING neutron.services.revisions.revision_plugin [None req-8887d0e2-49ed-4629-ad82-725249939fdd c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Could not find related network for resource to bump revision. 2026-05-29 22:38:06.786 8 INFO neutron.db.segments_db [None req-8887d0e2-49ed-4629-ad82-725249939fdd c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment 2172c1f4-aef5-4342-b7d1-d91f9d42c2fb of type flat for network d20f06fd-cb77-45be-a9ab-0df2a2d6bfcc 2026-05-29 22:38:06.836 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8887d0e2-49ed-4629-ad82-725249939fdd c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.53 () {48 vars in 964 bytes} [Fri May 29 22:38:06 2026] POST /v2.0/networks => generated 124 bytes in 344 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 22:38:12.805 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ba6774c8-c387-4018-a37f-6fca468d6ff0 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.204.45.53 () {44 vars in 924 bytes} [Fri May 29 22:38:12 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 199.204.45.53 () {44 vars in 946 bytes} [Fri May 29 22:38:12 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 22:38:12.907 8 WARNING neutron.services.revisions.revision_plugin [None req-9b4ca333-6738-4e30-bb2a-948f510eedc2 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Could not find related network for resource to bump revision. 2026-05-29 22:38:12.936 8 INFO neutron.db.segments_db [None req-9b4ca333-6738-4e30-bb2a-948f510eedc2 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment 3d7c781c-01f4-41f4-ac2f-e63307dcaf1c of type flat for network e794cbce-b955-468f-a436-d27343383a70 2026-05-29 22:38:12.972 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9b4ca333-6738-4e30-bb2a-948f510eedc2 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.204.45.53 () {48 vars in 964 bytes} [Fri May 29 22:38:12 2026] POST /v2.0/networks => generated 124 bytes in 155 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 22:38:18.967 7 INFO neutron.pecan_wsgi.hooks.translation [None req-183fd331-b2b5-4b12-bb3b-b60c0805f368 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.53 () {44 vars in 924 bytes} [Fri May 29 22:38:18 2026] GET /v2.0/networks/public => generated 108 bytes in 58 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.53 () {44 vars in 946 bytes} [Fri May 29 22:38:18 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 22:38:19.046 7 WARNING neutron.services.revisions.revision_plugin [None req-5a7df8c5-71f2-459c-afdd-9c1b1c10d322 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Could not find related network for resource to bump revision. 2026-05-29 22:38:19.062 7 INFO neutron.db.segments_db [None req-5a7df8c5-71f2-459c-afdd-9c1b1c10d322 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment a4d16648-e14d-4521-ba5e-123b4135284c of type flat for network 2868083e-1cef-4edb-83be-77d807dad496 2026-05-29 22:38:19.082 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5a7df8c5-71f2-459c-afdd-9c1b1c10d322 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.53 () {48 vars in 964 bytes} [Fri May 29 22:38:18 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-29 22:38:24.992 7 INFO neutron.pecan_wsgi.hooks.translation [None req-06f284b1-b8ca-46e8-b6f3-73fc07aec4d3 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/21] 199.204.45.53 () {44 vars in 924 bytes} [Fri May 29 22:38:24 2026] GET /v2.0/networks/public => generated 108 bytes in 78 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/22] 199.204.45.53 () {44 vars in 946 bytes} [Fri May 29 22:38:24 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-29 22:38:25.069 7 WARNING neutron.services.revisions.revision_plugin [None req-ce3c67e1-96aa-4701-962f-ca32c9543828 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Could not find related network for resource to bump revision. 2026-05-29 22:38:25.089 7 INFO neutron.db.segments_db [None req-ce3c67e1-96aa-4701-962f-ca32c9543828 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment eaf4bf16-0882-4f74-a800-f16ce1a5ac71 of type flat for network 29b4cfa0-bb91-4cde-9b56-487a41089f2c 2026-05-29 22:38:25.119 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ce3c67e1-96aa-4701-962f-ca32c9543828 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/23] 199.204.45.53 () {48 vars in 964 bytes} [Fri May 29 22:38:25 2026] POST /v2.0/networks => generated 124 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 22:38:31.487 8 INFO neutron.pecan_wsgi.hooks.translation [None req-078532b8-4761-446e-8e1c-ca0227215111 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.204.45.53 () {44 vars in 924 bytes} [Fri May 29 22:38:31 2026] GET /v2.0/networks/public => generated 108 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/25] 199.204.45.53 () {44 vars in 946 bytes} [Fri May 29 22:38:31 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 22:38:31.552 8 WARNING neutron.services.revisions.revision_plugin [None req-601c4953-6606-4743-9e20-e5ebfe94c5f5 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Could not find related network for resource to bump revision. 2026-05-29 22:38:31.572 8 INFO neutron.db.segments_db [None req-601c4953-6606-4743-9e20-e5ebfe94c5f5 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment 57a61966-12f6-48ae-a199-7c996839e982 of type flat for network 83bb5745-c0b0-474c-97de-d2fe2f1f6c82 [pid: 8|app: 0|req: 12/26] 199.204.45.53 () {48 vars in 964 bytes} [Fri May 29 22:38:31 2026] POST /v2.0/networks => generated 706 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 22:38:32.750 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1b83b2be-b43b-496d-ab73-890fcf51b49a c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/27] 199.204.45.53 () {44 vars in 924 bytes} [Fri May 29 22:38:32 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 199.204.45.53 () {44 vars in 946 bytes} [Fri May 29 22:38:32 2026] GET /v2.0/networks?name=public => generated 709 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 22:38:32.828 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fa05330c-ebad-4a26-a904-8e941dbc7d35 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/29] 199.204.45.53 () {44 vars in 1031 bytes} [Fri May 29 22:38:32 2026] GET /v2.0/subnets/public-subnet?network_id=83bb5745-c0b0-474c-97de-d2fe2f1f6c82 => 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: 14/30] 199.204.45.53 () {44 vars in 1054 bytes} [Fri May 29 22:38:32 2026] GET /v2.0/subnets?name=public-subnet&network_id=83bb5745-c0b0-474c-97de-d2fe2f1f6c82 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 17/31] 199.204.45.53 () {48 vars in 962 bytes} [Fri May 29 22:38:32 2026] POST /v2.0/subnets => generated 664 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 22:43:30.423 7 INFO neutron.pecan_wsgi.hooks.translation [None req-865ea872-4c4c-4ec8-8271-8829def445ab c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/71] 199.204.45.53 () {44 vars in 934 bytes} [Fri May 29 22:43:30 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/72] 199.204.45.53 () {44 vars in 956 bytes} [Fri May 29 22:43:30 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 22:43:30.507 7 INFO neutron.db.segments_db [None req-cba5763a-91fa-4047-8390-0acaf401a9c5 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment 2a36990f-362a-4570-b2b2-76fd09674eef of type vxlan for network 215c5bc6-e274-4934-8041-5f8b1dbb10aa [pid: 7|app: 0|req: 38/73] 199.204.45.53 () {48 vars in 963 bytes} [Fri May 29 22:43:30 2026] POST /v2.0/networks => generated 707 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 22:43:31.603 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df8f9463-29e7-4ca8-9df7-67aa23502e78 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/74] 199.204.45.53 () {44 vars in 934 bytes} [Fri May 29 22:43:31 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/75] 199.204.45.53 () {44 vars in 956 bytes} [Fri May 29 22:43:31 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 22:43:31.674 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f7ee887b-affd-4007-89f6-27938a836186 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/76] 199.204.45.53 () {44 vars in 1033 bytes} [Fri May 29 22:43:31 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=215c5bc6-e274-4934-8041-5f8b1dbb10aa => generated 114 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/77] 199.204.45.53 () {44 vars in 1056 bytes} [Fri May 29 22:43:31 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=215c5bc6-e274-4934-8041-5f8b1dbb10aa => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/78] 199.204.45.53 () {48 vars in 962 bytes} [Fri May 29 22:43:31 2026] POST /v2.0/subnets => generated 651 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 22:43:33.067 7 INFO neutron.api.v2.resource [None req-f93179e6-da75-44c2-a7d4-1d41acfdc02e c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 41/79] 199.204.45.53 () {44 vars in 968 bytes} [Fri May 29 22:43:33 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/80] 199.204.45.53 () {44 vars in 990 bytes} [Fri May 29 22:43:33 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/81] 199.204.45.53 () {48 vars in 977 bytes} [Fri May 29 22:43:33 2026] POST /v2.0/security-groups => generated 1616 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/82] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:43:34 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 1616 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/83] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:43:34 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/84] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:43:34 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 1616 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/85] 199.204.45.53 () {48 vars in 988 bytes} [Fri May 29 22:43:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/86] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:43:35 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 2230 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/87] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:43:35 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/88] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:43:35 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 2230 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/89] 199.204.45.53 () {48 vars in 988 bytes} [Fri May 29 22:43:35 2026] POST /v2.0/security-group-rules => generated 603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/90] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:43:36 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 2846 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/91] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:43:36 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 2846 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/92] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:43:36 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 2846 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/93] 199.204.45.53 () {48 vars in 988 bytes} [Fri May 29 22:43:36 2026] POST /v2.0/security-group-rules => generated 603 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/94] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:43:37 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 3462 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/95] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:43:37 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/96] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:43:37 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 3462 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/97] 199.204.45.53 () {48 vars in 988 bytes} [Fri May 29 22:43:37 2026] POST /v2.0/security-group-rules => generated 603 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/98] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:43:38 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 4078 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/99] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:43:38 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 4078 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/100] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:43:38 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/101] 199.204.45.53 () {48 vars in 988 bytes} [Fri May 29 22:43:38 2026] POST /v2.0/security-group-rules => generated 603 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/104] 199.204.45.53 () {44 vars in 984 bytes} [Fri May 29 22:43:40 2026] GET /v2.0/networks/215c5bc6-e274-4934-8041-5f8b1dbb10aa => generated 732 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 22:43:40.275 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b5af0fc7-5b73-4cd6-8fff-907a49ac8803 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/105] 199.204.45.53 () {44 vars in 1073 bytes} [Fri May 29 22:43:40 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=215c5bc6-e274-4934-8041-5f8b1dbb10aa => generated 132 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/106] 199.204.45.53 () {44 vars in 1096 bytes} [Fri May 29 22:43:40 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=215c5bc6-e274-4934-8041-5f8b1dbb10aa => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/107] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:43:40 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 4694 bytes in 32 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.53 () {48 vars in 958 bytes} [Fri May 29 22:43:40 2026] POST /v2.0/ports => generated 1096 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-29 22:43:49.194 7 INFO neutron.pecan_wsgi.hooks.translation [None req-46faaa32-bff4-405b-ba32-8ec6132fdf50 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/109] 199.204.45.53 () {44 vars in 976 bytes} [Fri May 29 22:43:49 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 40 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: 54/110] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:43:49 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/111] 199.204.45.53 () {48 vars in 1028 bytes} [Fri May 29 22:43:49 2026] PUT /v2.0/ports/729b3a98-b7b6-4ee0-95c1-a8ac99ab13e7 => generated 1245 bytes in 835 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.53 () {44 vars in 917 bytes} [Fri May 29 22:43:51 2026] GET /v2.0/ports => generated 3726 bytes in 91 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-29 22:43:52.971 7 INFO neutron.api.v2.resource [None req-992379cb-8426-4a88-b82f-03fab42ec274 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 58/113] 199.204.45.53 () {44 vars in 956 bytes} [Fri May 29 22:43:52 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/114] 199.204.45.53 () {44 vars in 978 bytes} [Fri May 29 22:43:52 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/115] 199.204.45.53 () {48 vars in 977 bytes} [Fri May 29 22:43:53 2026] POST /v2.0/security-groups => generated 1610 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/116] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:43:54 2026] GET /v2.0/security-groups/f4ad5256-de67-45b8-9be9-976f199cbd94 => generated 1610 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/117] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:43:54 2026] GET /v2.0/security-groups/f4ad5256-de67-45b8-9be9-976f199cbd94 => generated 1610 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/118] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:43:54 2026] GET /v2.0/security-groups/f4ad5256-de67-45b8-9be9-976f199cbd94 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/119] 199.204.45.53 () {48 vars in 988 bytes} [Fri May 29 22:43:54 2026] POST /v2.0/security-group-rules => generated 621 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/122] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:43:55 2026] GET /v2.0/security-groups/f4ad5256-de67-45b8-9be9-976f199cbd94 => generated 2244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/123] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:43:55 2026] GET /v2.0/security-groups/f4ad5256-de67-45b8-9be9-976f199cbd94 => generated 2244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/124] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:43:55 2026] GET /v2.0/security-groups/f4ad5256-de67-45b8-9be9-976f199cbd94 => generated 2244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/125] 199.204.45.53 () {48 vars in 988 bytes} [Fri May 29 22:43:55 2026] POST /v2.0/security-group-rules => generated 625 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/134] 199.204.45.53 () {44 vars in 972 bytes} [Fri May 29 22:45:04 2026] GET /v2.0/quotas/30d169c82316488baa62534081515e68 => 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: 69/135] 199.204.45.53 () {48 vars in 1024 bytes} [Fri May 29 22:45:04 2026] PUT /v2.0/quotas/30d169c82316488baa62534081515e68 => generated 291 bytes in 30 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-29 22:47:16.673 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aebc31f8-b03a-44b1-b729-8e40da0683ad c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 79/154] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 22:47:16 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 76/155] 199.204.45.53 () {30 vars in 762 bytes} [Fri May 29 22:47:16 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 22:47:18.391 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7bb3dffe-0488-4ddb-91fd-78bbe7d020a8 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 80/156] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 22:47:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/157] 199.204.45.53 () {30 vars in 762 bytes} [Fri May 29 22:47:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 22:55:39.292 7 INFO neutron.api.v2.resource [None req-21289790-8ca8-43bf-a5dd-fda0168c66d9 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 114/224] 199.204.45.53 () {44 vars in 1071 bytes} [Fri May 29 22:55:39 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=76b211854b3e4ab1bf3ce111e92fc73b => generated 139 bytes in 160 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/225] 199.204.45.53 () {44 vars in 1094 bytes} [Fri May 29 22:55:39 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=76b211854b3e4ab1bf3ce111e92fc73b => generated 23 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/226] 199.204.45.53 () {48 vars in 978 bytes} [Fri May 29 22:55:39 2026] POST /v2.0/security-groups => generated 1624 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/229] 199.204.45.53 () {44 vars in 1085 bytes} [Fri May 29 22:55:40 2026] GET /v2.0/security-groups/6732d2d9-a342-469c-94a2-7fedd81a0b3e?project_id=76b211854b3e4ab1bf3ce111e92fc73b => generated 1624 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/230] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:55:40 2026] GET /v2.0/security-groups/6732d2d9-a342-469c-94a2-7fedd81a0b3e => 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: 118/231] 199.204.45.53 () {44 vars in 1085 bytes} [Fri May 29 22:55:40 2026] GET /v2.0/security-groups/6732d2d9-a342-469c-94a2-7fedd81a0b3e?project_id=76b211854b3e4ab1bf3ce111e92fc73b => generated 1624 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/232] 199.204.45.53 () {48 vars in 988 bytes} [Fri May 29 22:55:40 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: 119/233] 199.204.45.53 () {44 vars in 1085 bytes} [Fri May 29 22:55:41 2026] GET /v2.0/security-groups/6732d2d9-a342-469c-94a2-7fedd81a0b3e?project_id=76b211854b3e4ab1bf3ce111e92fc73b => generated 2234 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/234] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:55:41 2026] GET /v2.0/security-groups/6732d2d9-a342-469c-94a2-7fedd81a0b3e => 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: 120/235] 199.204.45.53 () {44 vars in 1085 bytes} [Fri May 29 22:55:42 2026] GET /v2.0/security-groups/6732d2d9-a342-469c-94a2-7fedd81a0b3e?project_id=76b211854b3e4ab1bf3ce111e92fc73b => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/236] 199.204.45.53 () {48 vars in 988 bytes} [Fri May 29 22:55:42 2026] POST /v2.0/security-group-rules => generated 599 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/237] 199.204.45.53 () {44 vars in 1085 bytes} [Fri May 29 22:55:43 2026] GET /v2.0/security-groups/6732d2d9-a342-469c-94a2-7fedd81a0b3e?project_id=76b211854b3e4ab1bf3ce111e92fc73b => generated 2846 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/238] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:55:43 2026] GET /v2.0/security-groups/6732d2d9-a342-469c-94a2-7fedd81a0b3e => generated 2846 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/239] 199.204.45.53 () {44 vars in 1085 bytes} [Fri May 29 22:55:43 2026] GET /v2.0/security-groups/6732d2d9-a342-469c-94a2-7fedd81a0b3e?project_id=76b211854b3e4ab1bf3ce111e92fc73b => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/240] 199.204.45.53 () {48 vars in 988 bytes} [Fri May 29 22:55:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/241] 199.204.45.53 () {44 vars in 1085 bytes} [Fri May 29 22:55:44 2026] GET /v2.0/security-groups/6732d2d9-a342-469c-94a2-7fedd81a0b3e?project_id=76b211854b3e4ab1bf3ce111e92fc73b => generated 3460 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/242] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 22:55:44 2026] GET /v2.0/security-groups/6732d2d9-a342-469c-94a2-7fedd81a0b3e => generated 3460 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/243] 199.204.45.53 () {44 vars in 1085 bytes} [Fri May 29 22:55:44 2026] GET /v2.0/security-groups/6732d2d9-a342-469c-94a2-7fedd81a0b3e?project_id=76b211854b3e4ab1bf3ce111e92fc73b => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/244] 199.204.45.53 () {48 vars in 988 bytes} [Fri May 29 22:55:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/263] 199.204.45.53 () {30 vars in 739 bytes} [Fri May 29 22:57:58 2026] GET /v2.0/networks?tenant_id=76b211854b3e4ab1bf3ce111e92fc73b&shared=False => generated 15 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 22:57:58.448 7 INFO neutron.db.segments_db [None req-642adceb-5126-4f28-be2f-9db154278e1c 06417e917be24cd4a76138b7a0d57853 76b211854b3e4ab1bf3ce111e92fc73b - - e99c84b7e2f8412080e35aa56c1fd1de e99c84b7e2f8412080e35aa56c1fd1de] Added segment 5ec452e8-0589-48c8-86e0-3a7934330c2e of type vxlan for network 317e9977-d3ca-4888-8fad-79c497f4cae2 [pid: 7|app: 0|req: 134/264] 199.204.45.53 () {34 vars in 681 bytes} [Fri May 29 22:57:58 2026] POST /v2.0/networks => generated 718 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/265] 199.204.45.53 () {30 vars in 721 bytes} [Fri May 29 22:57:58 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/266] 199.204.45.53 () {30 vars in 632 bytes} [Fri May 29 22:57:58 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/267] 199.204.45.53 () {34 vars in 676 bytes} [Fri May 29 22:57:58 2026] POST /v2.0/ports => generated 999 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/268] 199.204.45.53 () {30 vars in 702 bytes} [Fri May 29 22:57:59 2026] GET /v2.0/networks/317e9977-d3ca-4888-8fad-79c497f4cae2 => generated 705 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/269] 199.204.45.53 () {30 vars in 721 bytes} [Fri May 29 22:58:01 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/270] 199.204.45.53 () {30 vars in 702 bytes} [Fri May 29 22:58:01 2026] GET /v2.0/networks/317e9977-d3ca-4888-8fad-79c497f4cae2 => generated 705 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/273] 199.204.45.53 () {44 vars in 972 bytes} [Fri May 29 22:58:17 2026] GET /v2.0/quotas/76b211854b3e4ab1bf3ce111e92fc73b => 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: 139/274] 199.204.45.53 () {48 vars in 1024 bytes} [Fri May 29 22:58:18 2026] PUT /v2.0/quotas/76b211854b3e4ab1bf3ce111e92fc73b => generated 291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:11:27.840 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d1a93a74-5898-4d5a-9bda-0ea8acc34db1 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 193/381] 199.204.45.53 () {44 vars in 924 bytes} [Fri May 29 23:11:27 2026] GET /v2.0/networks/public => generated 108 bytes in 248 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/382] 199.204.45.53 () {44 vars in 946 bytes} [Fri May 29 23:11:27 2026] GET /v2.0/networks?name=public => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:11:29.388 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7c13a3f3-c36a-4735-989b-cd89cc7efbbb c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 194/383] 199.204.45.53 () {44 vars in 924 bytes} [Fri May 29 23:11:29 2026] GET /v2.0/networks/public => generated 108 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/384] 199.204.45.53 () {44 vars in 946 bytes} [Fri May 29 23:11:29 2026] GET /v2.0/networks?name=public => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:11:29.471 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f27a332d-156c-4a33-9547-682186d755c6 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 195/385] 199.204.45.53 () {44 vars in 1031 bytes} [Fri May 29 23:11:29 2026] GET /v2.0/subnets/public-subnet?network_id=83bb5745-c0b0-474c-97de-d2fe2f1f6c82 => generated 113 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/386] 199.204.45.53 () {44 vars in 1054 bytes} [Fri May 29 23:11:29 2026] GET /v2.0/subnets?name=public-subnet&network_id=83bb5745-c0b0-474c-97de-d2fe2f1f6c82 => generated 667 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:12:00.642 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dd7ab3b8-3063-478d-969d-e2a23f0513ef c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 198/391] 199.204.45.53 () {44 vars in 934 bytes} [Fri May 29 23:12:00 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/392] 199.204.45.53 () {44 vars in 956 bytes} [Fri May 29 23:12:00 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:12:01.834 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9b65d01e-d37c-47e7-8fdf-75956affb79b c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 199/393] 199.204.45.53 () {44 vars in 934 bytes} [Fri May 29 23:12:01 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/394] 199.204.45.53 () {44 vars in 956 bytes} [Fri May 29 23:12:01 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:12:01.910 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0d90346d-8465-450a-82da-673e329a0b00 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 200/395] 199.204.45.53 () {44 vars in 1033 bytes} [Fri May 29 23:12:01 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=215c5bc6-e274-4934-8041-5f8b1dbb10aa => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/396] 199.204.45.53 () {44 vars in 1056 bytes} [Fri May 29 23:12:01 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=215c5bc6-e274-4934-8041-5f8b1dbb10aa => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:12:03.205 7 INFO neutron.api.v2.resource [None req-4a1acad9-e0a4-4e86-913e-ad44860ab75e c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 201/397] 199.204.45.53 () {44 vars in 968 bytes} [Fri May 29 23:12:03 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/398] 199.204.45.53 () {44 vars in 990 bytes} [Fri May 29 23:12:03 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/399] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 23:12:04 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 4694 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/400] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 23:12:04 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/401] 199.204.45.53 () {44 vars in 1008 bytes} [Fri May 29 23:12:04 2026] GET /v2.0/security-group-rules/0a53977b-a5ca-47fd-9c6e-5ea01ad7f29d => 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: 199/402] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 23:12:05 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 4694 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/403] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 23:12:05 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 4694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/404] 199.204.45.53 () {44 vars in 1008 bytes} [Fri May 29 23:12:05 2026] GET /v2.0/security-group-rules/3be7b03c-780a-43e4-90f5-790f382963b1 => generated 603 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/405] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 23:12:06 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 4694 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/406] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 23:12:06 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 4694 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/407] 199.204.45.53 () {44 vars in 1008 bytes} [Fri May 29 23:12:06 2026] GET /v2.0/security-group-rules/94ce7eac-b5a8-42fe-ba31-de5fb012ce45 => generated 603 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/408] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 23:12:07 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/409] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 23:12:07 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 4694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/410] 199.204.45.53 () {44 vars in 1008 bytes} [Fri May 29 23:12:07 2026] GET /v2.0/security-group-rules/7eb25055-f980-457a-8743-62f1076ac3f6 => generated 603 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/411] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 23:12:08 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 4694 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/412] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 23:12:08 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/413] 199.204.45.53 () {44 vars in 1008 bytes} [Fri May 29 23:12:08 2026] GET /v2.0/security-group-rules/86ceb5b5-bcb2-4229-bfc3-8db5ef98a1ab => generated 603 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/416] 199.204.45.53 () {44 vars in 984 bytes} [Fri May 29 23:12:10 2026] GET /v2.0/networks/215c5bc6-e274-4934-8041-5f8b1dbb10aa => generated 732 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:12:10.268 8 INFO neutron.pecan_wsgi.hooks.translation [None req-059f2b29-2166-48f3-a2c3-5a8cc1737613 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 206/417] 199.204.45.53 () {44 vars in 1073 bytes} [Fri May 29 23:12:10 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=215c5bc6-e274-4934-8041-5f8b1dbb10aa => 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: 212/418] 199.204.45.53 () {44 vars in 1096 bytes} [Fri May 29 23:12:10 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=215c5bc6-e274-4934-8041-5f8b1dbb10aa => generated 1250 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/419] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 23:12:10 2026] GET /v2.0/security-groups/4b8be98f-9c84-4aab-b101-81207930b8aa => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:12:18.695 7 INFO neutron.pecan_wsgi.hooks.translation [None req-98d5955e-cc47-4534-98b1-8aa4ac3c5875 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 213/420] 199.204.45.53 () {44 vars in 976 bytes} [Fri May 29 23:12:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/421] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 23:12:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/422] 199.204.45.53 () {44 vars in 917 bytes} [Fri May 29 23:12:20 2026] GET /v2.0/ports => generated 4721 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:12:21.652 8 INFO neutron.api.v2.resource [None req-7a227156-3b72-4d16-bd90-8ebb320587c6 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 209/423] 199.204.45.53 () {44 vars in 956 bytes} [Fri May 29 23:12:21 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/424] 199.204.45.53 () {44 vars in 978 bytes} [Fri May 29 23:12:21 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/425] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 23:12:22 2026] GET /v2.0/security-groups/f4ad5256-de67-45b8-9be9-976f199cbd94 => generated 2882 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/426] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 23:12:22 2026] GET /v2.0/security-groups/f4ad5256-de67-45b8-9be9-976f199cbd94 => generated 2882 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/427] 199.204.45.53 () {44 vars in 1008 bytes} [Fri May 29 23:12:22 2026] GET /v2.0/security-group-rules/56b01dcd-e490-4630-bb3a-c80693db6610 => generated 621 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/428] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 23:12:23 2026] GET /v2.0/security-groups/f4ad5256-de67-45b8-9be9-976f199cbd94 => generated 2882 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/429] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 23:12:23 2026] GET /v2.0/security-groups/f4ad5256-de67-45b8-9be9-976f199cbd94 => generated 2882 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/430] 199.204.45.53 () {44 vars in 1008 bytes} [Fri May 29 23:12:23 2026] GET /v2.0/security-group-rules/46926a38-98b2-46d1-aef4-6a8d7f36f800 => generated 625 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/433] 199.204.45.53 () {44 vars in 972 bytes} [Fri May 29 23:12:37 2026] GET /v2.0/quotas/30d169c82316488baa62534081515e68 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:13:36.872 7 INFO neutron.api.v2.resource [None req-f4c6eab9-3625-4d45-ba2e-192953d61fa1 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 225/442] 199.204.45.53 () {44 vars in 1071 bytes} [Fri May 29 23:13:36 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=76b211854b3e4ab1bf3ce111e92fc73b => generated 139 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/443] 199.204.45.53 () {44 vars in 1094 bytes} [Fri May 29 23:13:36 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=76b211854b3e4ab1bf3ce111e92fc73b => generated 4072 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/444] 199.204.45.53 () {44 vars in 1085 bytes} [Fri May 29 23:13:38 2026] GET /v2.0/security-groups/6732d2d9-a342-469c-94a2-7fedd81a0b3e?project_id=76b211854b3e4ab1bf3ce111e92fc73b => generated 4075 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/445] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 23:13:38 2026] GET /v2.0/security-groups/6732d2d9-a342-469c-94a2-7fedd81a0b3e => generated 4075 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/446] 199.204.45.53 () {44 vars in 1008 bytes} [Fri May 29 23:13:38 2026] GET /v2.0/security-group-rules/e778fd86-153f-4bf2-8bdf-e84f617f2881 => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/447] 199.204.45.53 () {44 vars in 1085 bytes} [Fri May 29 23:13:39 2026] GET /v2.0/security-groups/6732d2d9-a342-469c-94a2-7fedd81a0b3e?project_id=76b211854b3e4ab1bf3ce111e92fc73b => generated 4075 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/448] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 23:13:39 2026] GET /v2.0/security-groups/6732d2d9-a342-469c-94a2-7fedd81a0b3e => generated 4075 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/449] 199.204.45.53 () {44 vars in 1008 bytes} [Fri May 29 23:13:39 2026] GET /v2.0/security-group-rules/59ace629-42c6-447c-b2f5-42053e315d27 => generated 599 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/452] 199.204.45.53 () {44 vars in 1085 bytes} [Fri May 29 23:13:40 2026] GET /v2.0/security-groups/6732d2d9-a342-469c-94a2-7fedd81a0b3e?project_id=76b211854b3e4ab1bf3ce111e92fc73b => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/453] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 23:13:40 2026] GET /v2.0/security-groups/6732d2d9-a342-469c-94a2-7fedd81a0b3e => generated 4075 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/454] 199.204.45.53 () {44 vars in 1008 bytes} [Fri May 29 23:13:40 2026] GET /v2.0/security-group-rules/e69c455f-a473-453e-b024-b50f1798a46c => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/455] 199.204.45.53 () {44 vars in 1085 bytes} [Fri May 29 23:13:41 2026] GET /v2.0/security-groups/6732d2d9-a342-469c-94a2-7fedd81a0b3e?project_id=76b211854b3e4ab1bf3ce111e92fc73b => generated 4075 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/456] 199.204.45.53 () {44 vars in 998 bytes} [Fri May 29 23:13:41 2026] GET /v2.0/security-groups/6732d2d9-a342-469c-94a2-7fedd81a0b3e => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/457] 199.204.45.53 () {44 vars in 1008 bytes} [Fri May 29 23:13:41 2026] GET /v2.0/security-group-rules/3d0c8e8a-8d78-4468-b98e-598567072fdf => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/458] 199.204.45.53 () {44 vars in 972 bytes} [Fri May 29 23:13:49 2026] GET /v2.0/quotas/76b211854b3e4ab1bf3ce111e92fc73b => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/467] 199.204.45.53 () {44 vars in 946 bytes} [Fri May 29 23:14:46 2026] GET /v2.0/networks?name=public => generated 753 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/474] 10.0.0.134 () {32 vars in 649 bytes} [Fri May 29 23:15:26 2026] GET /v2.0/networks => generated 2168 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/475] 10.0.0.134 () {32 vars in 655 bytes} [Fri May 29 23:15:28 2026] GET /v2.0/floatingips => 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: 236/476] 10.0.0.134 () {32 vars in 647 bytes} [Fri May 29 23:15:28 2026] GET /v2.0/routers => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/477] 10.0.0.134 () {32 vars in 643 bytes} [Fri May 29 23:15:28 2026] GET /v2.0/ports => generated 4721 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/478] 10.0.0.134 () {32 vars in 647 bytes} [Fri May 29 23:15:28 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: 242/479] 10.0.0.134 () {32 vars in 649 bytes} [Fri May 29 23:15:28 2026] GET /v2.0/networks => generated 2168 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/480] 10.0.0.134 () {32 vars in 663 bytes} [Fri May 29 23:15:28 2026] GET /v2.0/security-groups => generated 17397 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/481] 10.0.0.134 () {32 vars in 655 bytes} [Fri May 29 23:15:28 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:15:40.598 8 INFO neutron.db.segments_db [None req-0b7b6a8f-5879-43f9-9194-cd343ef5d749 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment 55a47625-d961-4506-8eba-67f7de6ce190 of type vxlan for network 614ac555-427d-4f18-8567-ece373594a6a [pid: 8|app: 0|req: 240/484] 10.0.0.134 () {34 vars in 671 bytes} [Fri May 29 23:15:40 2026] POST /v2.0/networks => generated 749 bytes in 557 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:15:40.828 7 INFO neutron.db.segments_db [None req-6aea248b-2310-4643-b34f-6683fdbedbe7 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment a1aa4666-792a-4c90-88ba-9fb5f7222694 of type vxlan for network 8a7669b6-91f1-4291-b15c-db9e2cf4194c [pid: 8|app: 0|req: 241/485] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:15:40 2026] POST /v2.0/subnets => generated 696 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/486] 10.0.0.134 () {34 vars in 671 bytes} [Fri May 29 23:15:40 2026] POST /v2.0/networks => generated 748 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:15:41.011 7 INFO neutron.db.segments_db [None req-6f7b1faa-8493-484d-976a-f76ef824411d c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment 8c45e57e-e852-46b3-a488-16d50ed3f73a of type vxlan for network 61e9a8fc-c056-4ce4-bfd9-f6045c6158e4 2026-05-29 23:15:41.206 8 INFO neutron.db.segments_db [None req-356a45df-cbe5-40e7-b144-5a6ea7749bf0 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment d462b63c-e0e3-4e01-ab8f-6ac602927c48 of type vxlan for network b855c394-c13c-4d66-a527-7c2a1765fed0 [pid: 8|app: 0|req: 242/487] 10.0.0.134 () {34 vars in 671 bytes} [Fri May 29 23:15:40 2026] POST /v2.0/networks => generated 751 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:15:41.339 7 INFO neutron.db.l3_hamode_db [None req-6f7b1faa-8493-484d-976a-f76ef824411d c7ed250cf2ce4ec681b6c3a58b3623f5 9b74889d6f15407bbe9b870ff2995a3d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 243/488] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:15:41 2026] POST /v2.0/subnets => generated 695 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/489] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:15:41 2026] GET /v2.0/security-groups?tenant_id=bb9272b6eb2a4af69e0039b858b9ffd1&name=default => generated 2921 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/490] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:15:41 2026] POST /v2.0/subnets => generated 699 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:15:41.912 8 INFO neutron.db.segments_db [None req-1ad18458-62f9-47d8-b2b8-1ce920536576 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment f1a6d008-bf22-49a9-a5a1-dfc26d841c54 of type vxlan for network afbffcc8-b8f1-4ab7-9482-cb434352ef0a 2026-05-29 23:15:42.153 8 INFO neutron.db.l3_hamode_db [None req-1ad18458-62f9-47d8-b2b8-1ce920536576 c7ed250cf2ce4ec681b6c3a58b3623f5 9f09baf64da44a589898908b3931893f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 23:15:42.251 7 INFO neutron.db.l3_hamode_db [None req-6f7b1faa-8493-484d-976a-f76ef824411d c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 23:15:43.057 8 INFO neutron.db.l3_hamode_db [None req-1ad18458-62f9-47d8-b2b8-1ce920536576 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 246/491] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:15:40 2026] POST /v2.0/routers => generated 736 bytes in 2568 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/492] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:15:43 2026] DELETE /v2.0/security-groups/ce658fa0-f8bc-4fea-aee1-285cd3bf8e05 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:15:43.721 7 INFO neutron.db.segments_db [None req-8ce47e3f-299b-4ead-a673-778d86cfd7c0 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment cc324ce3-01c8-47cc-9d27-c102d136d7fd of type vxlan for network 1f1d39f9-16af-4a77-a60d-1a7986373536 2026-05-29 23:15:43.998 7 INFO neutron.db.l3_hamode_db [None req-8ce47e3f-299b-4ead-a673-778d86cfd7c0 c7ed250cf2ce4ec681b6c3a58b3623f5 74cda3a9fe2f48c7ad1c8f7c2dc8862a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 246/493] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:15:41 2026] POST /v2.0/routers => generated 735 bytes in 2594 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:15:44.869 7 INFO neutron.db.l3_hamode_db [None req-8ce47e3f-299b-4ead-a673-778d86cfd7c0 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 247/494] 10.0.0.134 () {34 vars in 783 bytes} [Fri May 29 23:15:44 2026] PUT /v2.0/routers/fc0064ab-4c72-439b-b153-6b2f9173a1bb/add_router_interface => generated 309 bytes in 1551 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/495] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:15:43 2026] POST /v2.0/routers => generated 739 bytes in 2578 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/496] 10.0.0.134 () {34 vars in 783 bytes} [Fri May 29 23:15:46 2026] PUT /v2.0/routers/42462751-672f-45f0-8834-2c56284c1072/add_router_interface => generated 309 bytes in 1528 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/497] 10.0.0.134 () {34 vars in 783 bytes} [Fri May 29 23:15:46 2026] PUT /v2.0/routers/cadf6bf1-e090-4d68-ab85-374fb3291250/add_router_interface => generated 309 bytes in 1532 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/498] 10.0.0.177 () {38 vars in 971 bytes} [Fri May 29 23:15:47 2026] POST /v2.0/security-groups => generated 1686 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/499] 10.0.0.177 () {34 vars in 991 bytes} [Fri May 29 23:15:48 2026] GET /v2.0/security-groups/6ecef944-2668-4e46-9006-7d602ef1e3db => generated 1686 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/500] 10.0.0.177 () {38 vars in 981 bytes} [Fri May 29 23:15:48 2026] POST /v2.0/security-group-rules => generated 614 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/501] 10.0.0.134 () {34 vars in 685 bytes} [Fri May 29 23:15:48 2026] POST /v2.0/security-groups => generated 1660 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/502] 10.0.0.134 () {34 vars in 685 bytes} [Fri May 29 23:15:48 2026] POST /v2.0/security-groups => generated 1659 bytes in 581 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/503] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:15:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/504] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:15:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/505] 10.0.0.177 () {38 vars in 971 bytes} [Fri May 29 23:15:49 2026] POST /v2.0/security-groups => generated 1683 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/506] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:15:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/507] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:15:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/508] 10.0.0.177 () {34 vars in 991 bytes} [Fri May 29 23:15:49 2026] GET /v2.0/security-groups/27684886-7fe3-418e-9801-09873b0ce543 => generated 1683 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/509] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:15:49 2026] GET /v2.0/security-groups?tenant_id=5166441202264d8c9b224339f7c66bdb&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: 255/510] 10.0.0.134 () {34 vars in 676 bytes} [Fri May 29 23:15:49 2026] POST /v2.0/floatingips => generated 552 bytes in 641 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/511] 10.0.0.134 () {34 vars in 676 bytes} [Fri May 29 23:15:50 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: 257/512] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:15:50 2026] DELETE /v2.0/security-groups/af3be2ca-577e-4ad2-a49f-358fa92c9f18 => 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: 256/513] 10.0.0.177 () {38 vars in 981 bytes} [Fri May 29 23:15:50 2026] POST /v2.0/security-group-rules => generated 614 bytes in 729 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/514] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:15:51 2026] GET /v2.0/security-groups?tenant_id=dd3e13390b024cd98eaa21b3a469bfcc&name=default => generated 2925 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/515] 10.0.0.177 () {34 vars in 991 bytes} [Fri May 29 23:15:51 2026] GET /v2.0/security-groups/27684886-7fe3-418e-9801-09873b0ce543 => generated 2308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/516] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:15:51 2026] DELETE /v2.0/security-groups/419e33d0-1051-4281-832c-cddd325a3fc3 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/517] 10.0.0.177 () {38 vars in 981 bytes} [Fri May 29 23:15:51 2026] POST /v2.0/security-group-rules => generated 619 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/518] 10.0.0.177 () {34 vars in 991 bytes} [Fri May 29 23:15:51 2026] GET /v2.0/security-groups/27684886-7fe3-418e-9801-09873b0ce543 => generated 2938 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/519] 10.0.0.177 () {34 vars in 1098 bytes} [Fri May 29 23:15:51 2026] GET /v2.0/security-groups?name=tempest-securitygroup--536501603&fields=id&tenant_id=74cda3a9fe2f48c7ad1c8f7c2dc8862a => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/520] 10.0.0.177 () {34 vars in 1001 bytes} [Fri May 29 23:15:51 2026] GET /v2.0/security-group-rules/63ef042a-c81e-49f1-a777-184168c87f6e => generated 616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/521] 10.0.0.177 () {34 vars in 991 bytes} [Fri May 29 23:15:51 2026] GET /v2.0/security-groups/27684886-7fe3-418e-9801-09873b0ce543 => generated 2938 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/522] 10.0.0.177 () {34 vars in 982 bytes} [Fri May 29 23:15:51 2026] GET /v2.0/networks?id=b855c394-c13c-4d66-a527-7c2a1765fed0 => generated 684 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/523] 10.0.0.177 () {34 vars in 965 bytes} [Fri May 29 23:15:51 2026] GET /v2.0/quotas/74cda3a9fe2f48c7ad1c8f7c2dc8862a => 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: 262/524] 10.0.0.177 () {36 vars in 1023 bytes} [Fri May 29 23:15:51 2026] DELETE /v2.0/security-group-rules/63ef042a-c81e-49f1-a777-184168c87f6e => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/525] 10.0.0.177 () {34 vars in 1002 bytes} [Fri May 29 23:15:51 2026] GET /v2.0/ports?tenant_id=74cda3a9fe2f48c7ad1c8f7c2dc8862a&fields=id => generated 103 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/526] 10.0.0.177 () {34 vars in 991 bytes} [Fri May 29 23:15:51 2026] GET /v2.0/security-groups/27684886-7fe3-418e-9801-09873b0ce543 => generated 2308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/527] 10.0.0.177 () {36 vars in 1013 bytes} [Fri May 29 23:15:51 2026] DELETE /v2.0/security-groups/27684886-7fe3-418e-9801-09873b0ce543 => 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: 264/528] 10.0.0.177 () {34 vars in 991 bytes} [Fri May 29 23:15:51 2026] GET /v2.0/security-groups/6ecef944-2668-4e46-9006-7d602ef1e3db => generated 2311 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/529] 10.0.0.177 () {36 vars in 1013 bytes} [Fri May 29 23:15:51 2026] DELETE /v2.0/security-groups/6ecef944-2668-4e46-9006-7d602ef1e3db => 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: 266/530] 10.0.0.177 () {34 vars in 907 bytes} [Fri May 29 23:15:52 2026] GET /v2.0/extensions => generated 21537 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/531] 10.0.0.177 () {34 vars in 1008 bytes} [Fri May 29 23:15:52 2026] GET /v2.0/networks/b855c394-c13c-4d66-a527-7c2a1765fed0?fields=segments => generated 14 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:15:52.474 7 INFO neutron_taas.services.taas.taas_plugin [None req-66f74372-95b2-45a5-8b05-b2955d7b8e0a c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: d4b337f0-6899-4895-835b-0d4af8c1fda4 2026-05-29 23:15:52.483 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66f74372-95b2-45a5-8b05-b2955d7b8e0a c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: d4b337f0-6899-4895-835b-0d4af8c1fda4 [pid: 8|app: 0|req: 268/532] 10.0.0.177 () {34 vars in 1108 bytes} [Fri May 29 23:15:52 2026] GET /v2.0/networks/b855c394-c13c-4d66-a527-7c2a1765fed0?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: 269/533] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:15:52 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => 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: 265/534] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:15:51 2026] PUT /v2.0/routers/fc0064ab-4c72-439b-b153-6b2f9173a1bb/remove_router_interface => generated 309 bytes in 1253 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:15:53.443 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1ef492f-ed39-4df7-8f02-dc4e43c8832d c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: 771fa5cc-4ce6-423f-ac8c-b9279780da65 2026-05-29 23:15:53.457 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1ef492f-ed39-4df7-8f02-dc4e43c8832d c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: 771fa5cc-4ce6-423f-ac8c-b9279780da65 2026-05-29 23:15:53.837 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1ef492f-ed39-4df7-8f02-dc4e43c8832d c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: 6f704212-4082-4250-a9f9-c509b6eb1a3e 2026-05-29 23:15:53.843 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1ef492f-ed39-4df7-8f02-dc4e43c8832d c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: 6f704212-4082-4250-a9f9-c509b6eb1a3e [pid: 7|app: 0|req: 266/535] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:15:53 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:15:53.958 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-c1ef492f-ed39-4df7-8f02-dc4e43c8832d c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2241, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-05-29 23:15:54.462 8 INFO neutron.db.l3_hamode_db [None req-c1ef492f-ed39-4df7-8f02-dc4e43c8832d c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] HA network 61e9a8fc-c056-4ce4-bfd9-f6045c6158e4 was deleted as no HA routers are present in tenant 9b74889d6f15407bbe9b870ff2995a3d. [pid: 8|app: 0|req: 270/536] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:15:53 2026] DELETE /v2.0/routers/fc0064ab-4c72-439b-b153-6b2f9173a1bb => generated 0 bytes in 1286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/539] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:15:54 2026] DELETE /v2.0/subnets/50b9bf92-08f6-4e6b-a038-c82f8903fdbf => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:15:54.878 8 INFO neutron_taas.services.taas.taas_plugin [None req-6487636d-ed0b-4c8f-92b3-d153be6fcf95 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: e317d77d-8ade-45b4-a699-305f57f7cca6 2026-05-29 23:15:54.881 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6487636d-ed0b-4c8f-92b3-d153be6fcf95 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: e317d77d-8ade-45b4-a699-305f57f7cca6 [pid: 8|app: 0|req: 273/540] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:15:54 2026] DELETE /v2.0/networks/614ac555-427d-4f18-8567-ece373594a6a => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/541] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:15:55 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:15:55.133 8 INFO neutron.services.segments.plugin [-] Segment 8c45e57e-e852-46b3-a488-16d50ed3f73a resource provider aggregate not found 2026-05-29 23:15:55.152 8 INFO neutron.services.segments.plugin [-] Segment 8c45e57e-e852-46b3-a488-16d50ed3f73a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c45e57e-e852-46b3-a488-16d50ed3f73a found for delete ", "request_id": "req-5800ac2b-317f-468e-b894-287b1e446455"}]} 2026-05-29 23:15:55.179 8 INFO neutron.services.segments.plugin [-] Segment 8c45e57e-e852-46b3-a488-16d50ed3f73a resource provider aggregate not found 2026-05-29 23:15:55.200 8 INFO neutron.services.segments.plugin [-] Segment 8c45e57e-e852-46b3-a488-16d50ed3f73a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c45e57e-e852-46b3-a488-16d50ed3f73a found for delete ", "request_id": "req-d6ee7cd9-f7d0-4c87-9192-669bacc3c61d"}]} [pid: 8|app: 0|req: 274/542] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:15:55 2026] GET /v2.0/security-groups?tenant_id=9b74889d6f15407bbe9b870ff2995a3d&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/543] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:15:55 2026] DELETE /v2.0/security-groups/d6f546f9-7a2a-4b66-9773-707d109b36c1 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/544] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:15:56 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => 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: 270/545] 10.0.0.177 () {34 vars in 1098 bytes} [Fri May 29 23:15:56 2026] GET /v2.0/security-groups?name=tempest-securitygroup--310143159&fields=id&tenant_id=9f09baf64da44a589898908b3931893f => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/546] 10.0.0.177 () {34 vars in 982 bytes} [Fri May 29 23:15:56 2026] GET /v2.0/networks?id=8a7669b6-91f1-4291-b15c-db9e2cf4194c => generated 680 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/547] 10.0.0.177 () {34 vars in 965 bytes} [Fri May 29 23:15:56 2026] GET /v2.0/quotas/9f09baf64da44a589898908b3931893f => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/548] 10.0.0.177 () {34 vars in 1002 bytes} [Fri May 29 23:15:56 2026] GET /v2.0/ports?tenant_id=9f09baf64da44a589898908b3931893f&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/549] 10.0.0.177 () {34 vars in 907 bytes} [Fri May 29 23:15:57 2026] GET /v2.0/extensions => generated 21537 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-29 23:15:57.190 8 INFO neutron.services.segments.plugin [-] Segment 55a47625-d961-4506-8eba-67f7de6ce190 resource provider aggregate not found 2026-05-29 23:15:57.214 8 INFO neutron.services.segments.plugin [-] Segment 55a47625-d961-4506-8eba-67f7de6ce190 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55a47625-d961-4506-8eba-67f7de6ce190 found for delete ", "request_id": "req-24f8ccf4-2e77-4d57-9df1-56ce3ade9787"}]} 2026-05-29 23:15:57.241 8 INFO neutron.services.segments.plugin [-] Segment 55a47625-d961-4506-8eba-67f7de6ce190 resource provider aggregate not found [pid: 8|app: 0|req: 278/550] 10.0.0.177 () {34 vars in 1008 bytes} [Fri May 29 23:15:57 2026] GET /v2.0/networks/8a7669b6-91f1-4291-b15c-db9e2cf4194c?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:15:57.262 8 INFO neutron.services.segments.plugin [-] Segment 55a47625-d961-4506-8eba-67f7de6ce190 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55a47625-d961-4506-8eba-67f7de6ce190 found for delete ", "request_id": "req-a6826e6d-c01d-4b40-ad8b-9f247887ec38"}]} [pid: 7|app: 0|req: 273/551] 10.0.0.177 () {34 vars in 1108 bytes} [Fri May 29 23:15:57 2026] GET /v2.0/networks/8a7669b6-91f1-4291-b15c-db9e2cf4194c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/552] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:15:57 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/553] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:15:57 2026] GET /v2.0/ports?device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/554] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:15:57 2026] GET /v2.0/networks?id=b855c394-c13c-4d66-a527-7c2a1765fed0 => generated 684 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/555] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:15:57 2026] GET /v2.0/security-groups?tenant_id=5632920d3c104792b176db8738c6f157&name=default => generated 2925 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/556] 199.204.45.53 () {34 vars in 910 bytes} [Fri May 29 23:15:58 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-29 23:15:58.182 8 INFO neutron.db.segments_db [None req-e6adf98c-afba-4696-bac9-f62c3365568a c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment 69186d32-5de0-40d5-9c50-15822e5a6c1d of type vxlan for network 15f5809d-755c-4ef0-aaa9-eb63dec153b2 [pid: 7|app: 0|req: 276/557] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:15:58 2026] DELETE /v2.0/security-groups/f86acfac-d9a2-4c1a-812b-f6c674d137e2 => 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: 282/558] 10.0.0.134 () {34 vars in 671 bytes} [Fri May 29 23:15:57 2026] POST /v2.0/networks => generated 744 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/559] 199.204.45.53 () {34 vars in 1049 bytes} [Fri May 29 23:15:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=74cda3a9fe2f48c7ad1c8f7c2dc8862a => generated 180 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/560] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:15:58 2026] POST /v2.0/subnets => generated 691 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/561] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:15:58 2026] GET /v2.0/security-groups?tenant_id=5c460e50fe0a4358ad4188bbd9d707c6&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: 285/562] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:15:58 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => generated 957 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/563] 199.204.45.53 () {38 vars in 954 bytes} [Fri May 29 23:15:58 2026] POST /v2.0/ports => generated 954 bytes in 578 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-29 23:15:58.882 8 INFO neutron.db.segments_db [None req-bfc5d2c8-f86c-40f1-9898-c26c1f053196 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment 60f3c6ad-b16e-49c0-9b64-18f423a9483f of type vxlan for network 5fbded77-33b7-4dea-b40a-fff6cdaa284a [pid: 7|app: 0|req: 279/564] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:15:58 2026] DELETE /v2.0/security-groups/45bc3648-1ba7-4ab7-ba81-e2fc794b87d1 => 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: 280/565] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:15:58 2026] GET /v2.0/security-groups?id=bc0fe201-6217-433b-9a2f-071685353e1a&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/566] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:15:59 2026] GET /v2.0/ports?device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:15:59.257 8 INFO neutron.db.l3_hamode_db [None req-bfc5d2c8-f86c-40f1-9898-c26c1f053196 c7ed250cf2ce4ec681b6c3a58b3623f5 9836e90ea9df4d76a3911ad46a045130 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 282/567] 199.204.45.53 () {38 vars in 1027 bytes} [Fri May 29 23:15:59 2026] PUT /v2.0/ports/fc18d812-37ba-438a-b779-2063faddb6c4 => generated 1235 bytes in 903 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: 283/568] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:00 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => 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: 284/569] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:00 2026] GET /v2.0/ports?device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => 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: 285/570] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:00 2026] GET /v2.0/security-groups?id=bc0fe201-6217-433b-9a2f-071685353e1a&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:00.465 8 INFO neutron.db.l3_hamode_db [None req-bfc5d2c8-f86c-40f1-9898-c26c1f053196 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 23:16:00.773 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-70a60c37-c4db-4bc3-a43b-0634c145c5ce'] response: {'name': 'network-changed', 'server_uuid': 'de6b8265-6d5b-4afa-ad8e-6704f507907b', 'tag': 'fc18d812-37ba-438a-b779-2063faddb6c4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 286/571] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:16:01 2026] GET /v2.0/ports?tenant_id=74cda3a9fe2f48c7ad1c8f7c2dc8862a&device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => generated 1238 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/572] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:16:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=fc18d812-37ba-438a-b779-2063faddb6c4 => generated 19 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/573] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:01 2026] GET /v2.0/ports?device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => 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: 289/574] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:16:01 2026] GET /v2.0/subnets?id=b0a033b0-01f3-44a3-be6f-9aadb8dfdcc2 => generated 702 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/575] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:01 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => 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: 291/576] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:16:01 2026] GET /v2.0/ports?network_id=b855c394-c13c-4d66-a527-7c2a1765fed0&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/577] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:01 2026] GET /v2.0/security-groups?id=bc0fe201-6217-433b-9a2f-071685353e1a&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: 286/578] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:15:58 2026] POST /v2.0/routers => generated 731 bytes in 2755 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/579] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:16:01 2026] GET /v2.0/networks/b855c394-c13c-4d66-a527-7c2a1765fed0?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/580] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:16:01 2026] GET /v2.0/networks/b855c394-c13c-4d66-a527-7c2a1765fed0?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: 295/581] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:16:02 2026] GET /v2.0/networks?id=8a7669b6-91f1-4291-b15c-db9e2cf4194c => generated 680 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/582] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:02 2026] GET /v2.0/ports?device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => 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: 297/583] 199.204.45.53 () {34 vars in 1049 bytes} [Fri May 29 23:16:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9f09baf64da44a589898908b3931893f => generated 180 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/584] 199.204.45.53 () {38 vars in 954 bytes} [Fri May 29 23:16:02 2026] POST /v2.0/ports => generated 954 bytes in 327 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: 299/585] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:02 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/586] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:16:02 2026] GET /v2.0/ports?tenant_id=74cda3a9fe2f48c7ad1c8f7c2dc8862a&device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/587] 10.0.0.134 () {34 vars in 783 bytes} [Fri May 29 23:16:01 2026] PUT /v2.0/routers/a638686e-4ff0-42af-88e3-74413b79f86c/add_router_interface => generated 309 bytes in 1581 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/588] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:03 2026] GET /v2.0/security-groups?id=bc0fe201-6217-433b-9a2f-071685353e1a&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/589] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:16:03 2026] GET /v2.0/networks?id=b855c394-c13c-4d66-a527-7c2a1765fed0 => generated 779 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/590] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:16:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=fc18d812-37ba-438a-b779-2063faddb6c4 => 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: 291/591] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:16:03 2026] GET /v2.0/subnets?id=b0a033b0-01f3-44a3-be6f-9aadb8dfdcc2 => generated 702 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/592] 199.204.45.53 () {38 vars in 1027 bytes} [Fri May 29 23:16:02 2026] PUT /v2.0/ports/fe63c75d-463e-4372-a316-1214603dd155 => generated 1235 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/593] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:16:03 2026] GET /v2.0/ports?network_id=b855c394-c13c-4d66-a527-7c2a1765fed0&device_owner=network%3Adhcp => generated 1244 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: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 23:16:03.487 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e779fcf9-fafa-4965-af45-c78c034d4304'] response: {'name': 'network-changed', 'server_uuid': '93b70e9d-13ed-4791-a727-7d24147a0517', 'tag': 'fe63c75d-463e-4372-a316-1214603dd155', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 302/594] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:16:03 2026] GET /v2.0/networks/b855c394-c13c-4d66-a527-7c2a1765fed0?fields=segments => generated 14 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/595] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:16:03 2026] GET /v2.0/networks/b855c394-c13c-4d66-a527-7c2a1765fed0?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: 303/596] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:03 2026] GET /v2.0/ports?device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/597] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:03 2026] GET /v2.0/security-groups?id=65347308-e078-4298-be90-ef78e0edc78b&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/598] 10.0.0.177 () {38 vars in 971 bytes} [Fri May 29 23:16:03 2026] POST /v2.0/security-groups => generated 1682 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/599] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:16:03 2026] GET /v2.0/ports?tenant_id=9f09baf64da44a589898908b3931893f&device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => generated 1238 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/600] 10.0.0.177 () {38 vars in 971 bytes} [Fri May 29 23:16:03 2026] POST /v2.0/security-groups => generated 1681 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/601] 199.204.45.53 () {34 vars in 1017 bytes} [Fri May 29 23:16:04 2026] GET /v2.0/networks?tenant_id=9f09baf64da44a589898908b3931893f&shared=False => generated 776 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/602] 199.204.45.53 () {34 vars in 929 bytes} [Fri May 29 23:16:04 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/603] 10.0.0.177 () {38 vars in 971 bytes} [Fri May 29 23:16:04 2026] POST /v2.0/security-groups => generated 1682 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/604] 10.0.0.177 () {34 vars in 1002 bytes} [Fri May 29 23:16:04 2026] GET /v2.0/security-groups?tenant_id=9836e90ea9df4d76a3911ad46a045130 => generated 7910 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/605] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:04 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => generated 969 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/606] 10.0.0.177 () {34 vars in 991 bytes} [Fri May 29 23:16:04 2026] GET /v2.0/security-groups/2f57f089-cb78-4609-9bae-d7ce83dfb21c => generated 2922 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/607] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:04 2026] GET /v2.0/security-groups?id=bc0fe201-6217-433b-9a2f-071685353e1a&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/608] 10.0.0.177 () {34 vars in 991 bytes} [Fri May 29 23:16:04 2026] GET /v2.0/security-groups/2f57f089-cb78-4609-9bae-d7ce83dfb21c => generated 2922 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/609] 10.0.0.177 () {34 vars in 991 bytes} [Fri May 29 23:16:04 2026] GET /v2.0/security-groups/ca766b86-7043-421d-ab50-e65707a058d9 => generated 1682 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/610] 10.0.0.177 () {36 vars in 1013 bytes} [Fri May 29 23:16:04 2026] DELETE /v2.0/security-groups/ca766b86-7043-421d-ab50-e65707a058d9 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:16:04.691 8 INFO neutron.api.v2.resource [req-e54192ba-3c06-4253-92db-82d2d13ae28e req-da741b66-6bc5-407e-9b7d-b282d5ee7917 662ce8537fca41a6a48658ec89a7a9f7 9836e90ea9df4d76a3911ad46a045130 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 301/611] 10.0.0.177 () {34 vars in 991 bytes} [Fri May 29 23:16:04 2026] GET /v2.0/security-groups/ca766b86-7043-421d-ab50-e65707a058d9 => 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: 302/612] 10.0.0.177 () {34 vars in 991 bytes} [Fri May 29 23:16:04 2026] GET /v2.0/security-groups/37af1762-9408-4057-bc7f-0aec107d3f27 => generated 1681 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/613] 10.0.0.177 () {36 vars in 1013 bytes} [Fri May 29 23:16:04 2026] DELETE /v2.0/security-groups/37af1762-9408-4057-bc7f-0aec107d3f27 => 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: 304/614] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:04 2026] GET /v2.0/ports?device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:04.948 8 INFO neutron.api.v2.resource [req-decb5a70-0c7c-40e9-ab8d-9dc83fb023fa req-03961e5d-088a-4fb0-b887-634800d36ece 662ce8537fca41a6a48658ec89a7a9f7 9836e90ea9df4d76a3911ad46a045130 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 305/615] 10.0.0.177 () {34 vars in 991 bytes} [Fri May 29 23:16:04 2026] GET /v2.0/security-groups/37af1762-9408-4057-bc7f-0aec107d3f27 => 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: 306/616] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:04 2026] GET /v2.0/security-groups?id=65347308-e078-4298-be90-ef78e0edc78b&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: 307/617] 10.0.0.177 () {34 vars in 991 bytes} [Fri May 29 23:16:04 2026] GET /v2.0/security-groups/d7f7fdbf-bac8-45a2-9d03-ed6cbebc9208 => generated 1682 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/618] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:16:04 2026] GET /v2.0/security-groups?tenant_id=9d875cd1e26644feb26213b75d653a6a&name=default => generated 2925 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/619] 10.0.0.177 () {36 vars in 1013 bytes} [Fri May 29 23:16:05 2026] DELETE /v2.0/security-groups/d7f7fdbf-bac8-45a2-9d03-ed6cbebc9208 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:16:05.133 8 INFO neutron.api.v2.resource [req-3e1fc24c-cb15-41d9-810d-050d2a852bfa req-ee7fa76e-0957-43a8-a63c-2fd5b829bff6 662ce8537fca41a6a48658ec89a7a9f7 9836e90ea9df4d76a3911ad46a045130 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 309/620] 10.0.0.177 () {34 vars in 991 bytes} [Fri May 29 23:16:05 2026] GET /v2.0/security-groups/d7f7fdbf-bac8-45a2-9d03-ed6cbebc9208 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/621] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:16:05 2026] DELETE /v2.0/security-groups/81081fdc-e0bc-4c8d-9e01-9e6461fa6f12 => 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: 310/622] 10.0.0.177 () {34 vars in 1002 bytes} [Fri May 29 23:16:05 2026] GET /v2.0/security-groups?tenant_id=9836e90ea9df4d76a3911ad46a045130 => 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: 313/623] 10.0.0.177 () {34 vars in 991 bytes} [Fri May 29 23:16:05 2026] GET /v2.0/security-groups/2f57f089-cb78-4609-9bae-d7ce83dfb21c => generated 2922 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/624] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:16:05 2026] GET /v2.0/ports?tenant_id=9f09baf64da44a589898908b3931893f&device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/625] 10.0.0.177 () {34 vars in 991 bytes} [Fri May 29 23:16:05 2026] GET /v2.0/security-groups/2f57f089-cb78-4609-9bae-d7ce83dfb21c => generated 2922 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:16:05.351 8 INFO neutron.api.v2.resource [req-677ecf66-569f-4fac-b9ed-b31bb2de6c6e req-48f9bb6e-1730-4960-bb11-f7bf92ae236f 662ce8537fca41a6a48658ec89a7a9f7 9836e90ea9df4d76a3911ad46a045130 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 312/626] 10.0.0.177 () {34 vars in 991 bytes} [Fri May 29 23:16:05 2026] GET /v2.0/security-groups/d7f7fdbf-bac8-45a2-9d03-ed6cbebc9208 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/627] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:16:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=fe63c75d-463e-4372-a316-1214603dd155 => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:16:05.388 7 INFO neutron.api.v2.resource [req-5b2f8697-d357-4de5-be07-17505bb35ce7 req-ab357b49-2274-4dec-b424-d589f52d7b63 662ce8537fca41a6a48658ec89a7a9f7 9836e90ea9df4d76a3911ad46a045130 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 316/628] 10.0.0.177 () {34 vars in 991 bytes} [Fri May 29 23:16:05 2026] GET /v2.0/security-groups/37af1762-9408-4057-bc7f-0aec107d3f27 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/629] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:16:05 2026] GET /v2.0/subnets?id=60c199eb-ff7b-4a0d-9514-024333260029 => generated 698 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:05.433 8 INFO neutron.api.v2.resource [req-61763879-3a35-4e7f-a5c7-b0c19a952ee3 req-94631444-4d1e-4930-87e9-2ca91b9deb06 662ce8537fca41a6a48658ec89a7a9f7 9836e90ea9df4d76a3911ad46a045130 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 314/630] 10.0.0.177 () {34 vars in 991 bytes} [Fri May 29 23:16:05 2026] GET /v2.0/security-groups/ca766b86-7043-421d-ab50-e65707a058d9 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/631] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:16:05 2026] GET /v2.0/ports?network_id=8a7669b6-91f1-4291-b15c-db9e2cf4194c&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/632] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:16:05 2026] GET /v2.0/networks/8a7669b6-91f1-4291-b15c-db9e2cf4194c?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: 319/633] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:16:05 2026] GET /v2.0/networks/8a7669b6-91f1-4291-b15c-db9e2cf4194c?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: 320/634] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:05 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/635] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:05 2026] GET /v2.0/security-groups?id=bc0fe201-6217-433b-9a2f-071685353e1a&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:05.950 8 INFO neutron_taas.services.taas.taas_plugin [None req-acf874b6-ba4c-4021-879d-5c22648e9e91 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: b54f6447-fdac-4e5c-9eef-987ae2448319 2026-05-29 23:16:05.952 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-acf874b6-ba4c-4021-879d-5c22648e9e91 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: b54f6447-fdac-4e5c-9eef-987ae2448319 [pid: 7|app: 0|req: 322/636] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:06 2026] GET /v2.0/ports?device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/637] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:06 2026] GET /v2.0/security-groups?id=65347308-e078-4298-be90-ef78e0edc78b&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/638] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:16:05 2026] PUT /v2.0/routers/a638686e-4ff0-42af-88e3-74413b79f86c/remove_router_interface => generated 309 bytes in 1145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/639] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:06 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/640] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:06 2026] GET /v2.0/security-groups?id=bc0fe201-6217-433b-9a2f-071685353e1a&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-29 23:16:06.932 7 INFO neutron_taas.services.taas.taas_plugin [None req-ed1d42c6-289f-4c1d-a383-2c01845a21e3 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: e6ffa05d-60b2-4dc2-be62-d56bb085e6e4 2026-05-29 23:16:06.939 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed1d42c6-289f-4c1d-a383-2c01845a21e3 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: e6ffa05d-60b2-4dc2-be62-d56bb085e6e4 2026-05-29 23:16:07.209 7 INFO neutron_taas.services.taas.taas_plugin [None req-ed1d42c6-289f-4c1d-a383-2c01845a21e3 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: f59818cb-55a1-4abf-9f0a-1234a239e10a 2026-05-29 23:16:07.213 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed1d42c6-289f-4c1d-a383-2c01845a21e3 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: f59818cb-55a1-4abf-9f0a-1234a239e10a [pid: 8|app: 0|req: 318/641] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:07 2026] GET /v2.0/ports?device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:07.328 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-ed1d42c6-289f-4c1d-a383-2c01845a21e3 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - 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: 319/642] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:07 2026] GET /v2.0/security-groups?id=65347308-e078-4298-be90-ef78e0edc78b&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:07.776 7 INFO neutron.db.l3_hamode_db [None req-ed1d42c6-289f-4c1d-a383-2c01845a21e3 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] HA network 5fbded77-33b7-4dea-b40a-fff6cdaa284a was deleted as no HA routers are present in tenant 9836e90ea9df4d76a3911ad46a045130. [pid: 7|app: 0|req: 324/643] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:16:06 2026] DELETE /v2.0/routers/a638686e-4ff0-42af-88e3-74413b79f86c => generated 0 bytes in 1191 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/644] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:16:07 2026] DELETE /v2.0/subnets/2a38cb08-3307-42d4-9b3e-43b972b5afed => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/645] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:16:07 2026] GET /v2.0/security-groups?tenant_id=241e37a9383d4bd181fdef68cb00b1fe&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/646] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:07 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:08.100 8 INFO neutron_taas.services.taas.taas_plugin [None req-718ad6ee-bf82-44f8-b9a8-40ec4a70ced1 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: 70674f7d-4946-41ec-8779-5f5c91f3ee2b 2026-05-29 23:16:08.104 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-718ad6ee-bf82-44f8-b9a8-40ec4a70ced1 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: 70674f7d-4946-41ec-8779-5f5c91f3ee2b [pid: 7|app: 0|req: 327/647] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:16:07 2026] DELETE /v2.0/security-groups/b1c28248-b6de-4156-afc3-de0e64993de5 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/648] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:08 2026] GET /v2.0/security-groups?id=bc0fe201-6217-433b-9a2f-071685353e1a&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:08.248 7 INFO neutron.services.segments.plugin [-] Segment 60f3c6ad-b16e-49c0-9b64-18f423a9483f resource provider aggregate not found 2026-05-29 23:16:08.267 7 INFO neutron.services.segments.plugin [-] Segment 60f3c6ad-b16e-49c0-9b64-18f423a9483f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60f3c6ad-b16e-49c0-9b64-18f423a9483f found for delete ", "request_id": "req-088d2b62-a52f-4763-9695-0a81160973f6"}]} 2026-05-29 23:16:08.323 8 INFO neutron.services.segments.plugin [-] Segment 69186d32-5de0-40d5-9c50-15822e5a6c1d resource provider aggregate not found 2026-05-29 23:16:08.333 8 INFO neutron.services.segments.plugin [-] Segment 69186d32-5de0-40d5-9c50-15822e5a6c1d resource provider aggregate not found [pid: 8|app: 0|req: 321/649] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:16:07 2026] DELETE /v2.0/networks/15f5809d-755c-4ef0-aaa9-eb63dec153b2 => generated 0 bytes in 378 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:16:08.356 8 INFO neutron.services.segments.plugin [-] Segment 69186d32-5de0-40d5-9c50-15822e5a6c1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69186d32-5de0-40d5-9c50-15822e5a6c1d found for delete ", "request_id": "req-0d9a93db-8d2d-46ec-9018-ff4e280191e0"}]} 2026-05-29 23:16:08.366 8 INFO neutron.services.segments.plugin [-] Segment 69186d32-5de0-40d5-9c50-15822e5a6c1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69186d32-5de0-40d5-9c50-15822e5a6c1d found for delete ", "request_id": "req-3735b6d8-55be-487e-81b3-252bbc4d141d"}]} 2026-05-29 23:16:08.436 7 INFO neutron.services.segments.plugin [-] Segment 60f3c6ad-b16e-49c0-9b64-18f423a9483f resource provider aggregate not found 2026-05-29 23:16:08.459 7 INFO neutron.services.segments.plugin [-] Segment 60f3c6ad-b16e-49c0-9b64-18f423a9483f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60f3c6ad-b16e-49c0-9b64-18f423a9483f found for delete ", "request_id": "req-9aef1435-8201-4a75-972e-04d9a0a4bd99"}]} [pid: 7|app: 0|req: 329/650] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:08 2026] GET /v2.0/ports?device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => generated 969 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/651] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:08 2026] GET /v2.0/security-groups?id=65347308-e078-4298-be90-ef78e0edc78b&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/652] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:16:08 2026] GET /v2.0/security-groups?tenant_id=9836e90ea9df4d76a3911ad46a045130&name=default => generated 2925 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/653] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:16:08 2026] DELETE /v2.0/security-groups/2f57f089-cb78-4609-9bae-d7ce83dfb21c => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/654] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:09 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => 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: 324/655] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:09 2026] GET /v2.0/security-groups?id=bc0fe201-6217-433b-9a2f-071685353e1a&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/658] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:09 2026] GET /v2.0/ports?device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => 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: 327/659] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:09 2026] GET /v2.0/security-groups?id=65347308-e078-4298-be90-ef78e0edc78b&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/660] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:10 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/661] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:10 2026] GET /v2.0/security-groups?id=bc0fe201-6217-433b-9a2f-071685353e1a&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/662] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:10 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:10.698 7 INFO neutron.db.segments_db [None req-066dcdd7-4524-4b0b-b064-31d09848276c 9298014e123f4a51ac3da150a80aa2a1 57c11a83369a4c32935cf8c8e4ced0ca - - default default] Added segment 6aadfece-1df0-4847-814f-8e46094564df of type vxlan for network df3cc636-7ff5-48d3-9920-5bb208b26f2c [pid: 7|app: 0|req: 333/663] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:16:10 2026] POST /v2.0/networks => generated 644 bytes in 580 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:16:11.154 7 INFO neutron.db.segments_db [None req-10ecbf4c-a750-48ac-90d6-c1aca88323ae c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment ee5b8d7c-d0fe-4c76-a50e-0730be480ec6 of type vxlan for network 8a38f5cb-04b7-45c4-bf3c-c8b89212c6c3 [pid: 7|app: 0|req: 334/664] 10.0.0.134 () {34 vars in 671 bytes} [Fri May 29 23:16:10 2026] POST /v2.0/networks => generated 742 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/665] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:16:11 2026] POST /v2.0/subnets => generated 641 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:16:11.629 8 INFO neutron.db.l3_db [None req-94f57198-8982-4eac-8581-677ac93f9b2b d78964892c5c46948e39ee7053690d99 74cda3a9fe2f48c7ad1c8f7c2dc8862a - - default default] Floating IP c2c3deb3-8e5b-4a34-b9be-42c2ff994417 associated. External IP: 10.96.250.204, port: fc18d812-37ba-438a-b779-2063faddb6c4. [pid: 8|app: 0|req: 331/666] 10.0.0.134 () {34 vars in 749 bytes} [Fri May 29 23:16:10 2026] PUT /v2.0/floatingips/c2c3deb3-8e5b-4a34-b9be-42c2ff994417 => generated 855 bytes in 1246 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/667] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:11 2026] GET /v2.0/ports?device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => generated 971 bytes in 489 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:12.156 7 INFO neutron.db.segments_db [None req-2449b861-508d-4cfa-a210-1a38025f6bf9 9298014e123f4a51ac3da150a80aa2a1 57c11a83369a4c32935cf8c8e4ced0ca - - default default] Added segment a3796fbe-3d13-4909-9b24-6cb26fc30f1d of type vxlan for network cb6a531f-5dfc-4468-a585-80e6309cd03b [pid: 8|app: 0|req: 332/668] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:16:11 2026] POST /v2.0/subnets => generated 689 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/669] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:16:12 2026] POST /v2.0/networks => generated 643 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/670] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:12 2026] GET /v2.0/security-groups?id=65347308-e078-4298-be90-ef78e0edc78b&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: 333/671] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:12 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:12.300 7 INFO neutron.db.segments_db [None req-ed2e7545-3f2c-4591-9199-bc9680bf1246 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment cf2788bf-8af1-40b7-b166-ea83c1a90d72 of type vxlan for network 602458f9-3846-412c-88b7-0816bc73cb2f 2026-05-29 23:16:12.422 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a0b7f6c-bdf9-4847-b5ef-55751b8c5646'] response: {'name': 'network-changed', 'server_uuid': 'de6b8265-6d5b-4afa-ad8e-6704f507907b', 'tag': 'fc18d812-37ba-438a-b779-2063faddb6c4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 334/672] 10.0.0.134 () {34 vars in 743 bytes} [Fri May 29 23:16:12 2026] PUT /v2.0/networks/cb6a531f-5dfc-4468-a585-80e6309cd03b => generated 592 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/673] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:12 2026] GET /v2.0/security-groups?id=bc0fe201-6217-433b-9a2f-071685353e1a&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:12.619 7 INFO neutron.db.l3_hamode_db [None req-ed2e7545-3f2c-4591-9199-bc9680bf1246 c7ed250cf2ce4ec681b6c3a58b3623f5 1209bee8b03d44d7baabfd8fc1ad8a24 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 336/674] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:16:12 2026] POST /v2.0/subnets => generated 626 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/675] 10.0.0.134 () {34 vars in 741 bytes} [Fri May 29 23:16:12 2026] PUT /v2.0/subnets/b6aab615-aeef-458c-915f-a648b1f6fd9e => generated 636 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/676] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:16:13 2026] GET /v2.0/ports?tenant_id=74cda3a9fe2f48c7ad1c8f7c2dc8862a&device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => generated 1240 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:16:13.334 8 INFO neutron.services.segments.plugin [-] Segment a3796fbe-3d13-4909-9b24-6cb26fc30f1d resource provider aggregate not found 2026-05-29 23:16:13.345 8 INFO neutron.services.segments.plugin [-] Segment a3796fbe-3d13-4909-9b24-6cb26fc30f1d resource provider aggregate not found 2026-05-29 23:16:13.353 8 INFO neutron.services.segments.plugin [-] Segment a3796fbe-3d13-4909-9b24-6cb26fc30f1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3796fbe-3d13-4909-9b24-6cb26fc30f1d found for delete ", "request_id": "req-77f6aa52-bbee-4203-9c15-4f50610f90a3"}]} 2026-05-29 23:16:13.372 8 INFO neutron.services.segments.plugin [-] Segment a3796fbe-3d13-4909-9b24-6cb26fc30f1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3796fbe-3d13-4909-9b24-6cb26fc30f1d found for delete ", "request_id": "req-1229541f-4754-4371-88ec-5c5a2a1ddc92"}]} [pid: 8|app: 0|req: 339/677] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:16:13 2026] DELETE /v2.0/networks/cb6a531f-5dfc-4468-a585-80e6309cd03b => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/678] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:16:13 2026] GET /v2.0/networks?id=b855c394-c13c-4d66-a527-7c2a1765fed0 => generated 779 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/679] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:13 2026] GET /v2.0/ports?device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:13.509 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ee5b0042-33f2-4f88-bf5b-19303648c108 9298014e123f4a51ac3da150a80aa2a1 57c11a83369a4c32935cf8c8e4ced0ca - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 342/680] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:16:13 2026] DELETE /v2.0/networks/cb6a531f-5dfc-4468-a585-80e6309cd03b => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/681] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:16:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=fc18d812-37ba-438a-b779-2063faddb6c4 => 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: 344/682] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:13 2026] GET /v2.0/security-groups?id=65347308-e078-4298-be90-ef78e0edc78b&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:13.659 7 INFO neutron.db.l3_hamode_db [None req-ed2e7545-3f2c-4591-9199-bc9680bf1246 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 345/683] 10.0.0.134 () {32 vars in 694 bytes} [Fri May 29 23:16:13 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/684] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:16:13 2026] GET /v2.0/subnets?id=b0a033b0-01f3-44a3-be6f-9aadb8dfdcc2 => generated 702 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/685] 10.0.0.134 () {32 vars in 742 bytes} [Fri May 29 23:16:13 2026] GET /v2.0/subnets?network_id=83bb5745-c0b0-474c-97de-d2fe2f1f6c82 => generated 649 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/686] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:16:13 2026] GET /v2.0/ports?network_id=b855c394-c13c-4d66-a527-7c2a1765fed0&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/687] 10.0.0.134 () {32 vars in 653 bytes} [Fri May 29 23:16:13 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/688] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:16:13 2026] GET /v2.0/networks/b855c394-c13c-4d66-a527-7c2a1765fed0?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/689] 10.0.0.134 () {32 vars in 649 bytes} [Fri May 29 23:16:13 2026] GET /v2.0/networks => generated 1309 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/690] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:16:14 2026] GET /v2.0/networks/b855c394-c13c-4d66-a527-7c2a1765fed0?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: 353/691] 10.0.0.134 () {32 vars in 647 bytes} [Fri May 29 23:16:14 2026] GET /v2.0/subnets => generated 1280 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/692] 10.0.0.134 () {32 vars in 723 bytes} [Fri May 29 23:16:14 2026] GET /v2.0/networks/df3cc636-7ff5-48d3-9920-5bb208b26f2c => generated 669 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/693] 10.0.0.134 () {32 vars in 721 bytes} [Fri May 29 23:16:14 2026] GET /v2.0/subnets/158b8f8e-6604-44f0-9067-5127cae42b9a => generated 641 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:14.324 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ba368f3d-fe35-4120-a7ff-50c4f6bac0ce 9298014e123f4a51ac3da150a80aa2a1 57c11a83369a4c32935cf8c8e4ced0ca - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 356/694] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:16:14 2026] DELETE /v2.0/subnets/b6aab615-aeef-458c-915f-a648b1f6fd9e => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:16:14.365 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d668ca2b-b7d5-4e3b-b9a5-5729875015e0 9298014e123f4a51ac3da150a80aa2a1 57c11a83369a4c32935cf8c8e4ced0ca - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 357/695] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:16:14 2026] DELETE /v2.0/networks/cb6a531f-5dfc-4468-a585-80e6309cd03b => generated 138 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/696] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:16:14 2026] DELETE /v2.0/subnets/158b8f8e-6604-44f0-9067-5127cae42b9a => 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: 359/697] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:16:14 2026] DELETE /v2.0/networks/df3cc636-7ff5-48d3-9920-5bb208b26f2c => 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: 360/698] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:14 2026] GET /v2.0/ports?device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/699] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:14 2026] GET /v2.0/security-groups?id=65347308-e078-4298-be90-ef78e0edc78b&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/700] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:16:12 2026] POST /v2.0/routers => generated 729 bytes in 2664 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/701] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:14 2026] GET /v2.0/ports?device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:15.311 8 INFO neutron.db.l3_db [None req-0fb0288f-8264-4ada-a3c5-87f229242545 32c9fb5bc12746a688a88369bdb1f0e9 9f09baf64da44a589898908b3931893f - - default default] Floating IP fee2c8f0-e5b3-4cf6-a1b8-158b77095d80 associated. External IP: 10.96.250.220, port: fe63c75d-463e-4372-a316-1214603dd155. 2026-05-29 23:16:15.377 8 INFO neutron.services.segments.plugin [-] Segment 6aadfece-1df0-4847-814f-8e46094564df resource provider aggregate not found 2026-05-29 23:16:15.396 8 INFO neutron.services.segments.plugin [-] Segment 6aadfece-1df0-4847-814f-8e46094564df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6aadfece-1df0-4847-814f-8e46094564df found for delete ", "request_id": "req-dae59416-cdee-44cb-96d5-7f53a908c1b3"}]} 2026-05-29 23:16:15.398 8 INFO neutron.services.segments.plugin [-] Segment 6aadfece-1df0-4847-814f-8e46094564df resource provider aggregate not found 2026-05-29 23:16:15.422 8 INFO neutron.services.segments.plugin [-] Segment 6aadfece-1df0-4847-814f-8e46094564df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6aadfece-1df0-4847-814f-8e46094564df found for delete ", "request_id": "req-ece89e9c-68e7-466e-847c-786b7c5324af"}]} [pid: 8|app: 0|req: 363/702] 10.0.0.134 () {34 vars in 749 bytes} [Fri May 29 23:16:14 2026] PUT /v2.0/floatingips/fee2c8f0-e5b3-4cf6-a1b8-158b77095d80 => generated 855 bytes in 726 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:15.748 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c8895ca-baa5-41f7-a899-e84ccc727ac5'] response: {'name': 'network-changed', 'server_uuid': '93b70e9d-13ed-4791-a727-7d24147a0517', 'tag': 'fe63c75d-463e-4372-a316-1214603dd155', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 364/703] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:16:15 2026] GET /v2.0/security-groups?tenant_id=57c11a83369a4c32935cf8c8e4ced0ca&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/704] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:15 2026] GET /v2.0/ports?device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/705] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:16:15 2026] DELETE /v2.0/security-groups/6c6631dc-6633-410a-af7e-c73ca555742e => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/706] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:16 2026] GET /v2.0/security-groups?id=65347308-e078-4298-be90-ef78e0edc78b&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/707] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:16:16 2026] GET /v2.0/ports?tenant_id=9f09baf64da44a589898908b3931893f&device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => generated 1240 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/708] 10.0.0.134 () {34 vars in 783 bytes} [Fri May 29 23:16:14 2026] PUT /v2.0/routers/8ffe290d-85c6-401c-bbe9-20bf5996d52d/add_router_interface => generated 309 bytes in 1472 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/709] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:16:16 2026] GET /v2.0/networks?id=8a7669b6-91f1-4291-b15c-db9e2cf4194c => generated 776 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/710] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:16:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=fe63c75d-463e-4372-a316-1214603dd155 => generated 858 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/711] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:16:16 2026] GET /v2.0/subnets?id=60c199eb-ff7b-4a0d-9514-024333260029 => generated 698 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/712] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:16 2026] GET /v2.0/ports?device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => 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: 343/713] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:16:16 2026] GET /v2.0/ports?network_id=8a7669b6-91f1-4291-b15c-db9e2cf4194c&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: 371/714] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:16 2026] GET /v2.0/security-groups?id=65347308-e078-4298-be90-ef78e0edc78b&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: 344/715] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:16:16 2026] GET /v2.0/networks/8a7669b6-91f1-4291-b15c-db9e2cf4194c?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: 372/716] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:16:16 2026] GET /v2.0/networks/8a7669b6-91f1-4291-b15c-db9e2cf4194c?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: 345/717] 10.0.0.134 () {34 vars in 685 bytes} [Fri May 29 23:16:17 2026] POST /v2.0/security-groups => generated 1658 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/718] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:16:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/719] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:16:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/720] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:17 2026] GET /v2.0/ports?device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => 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: 348/721] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:17 2026] GET /v2.0/security-groups?id=65347308-e078-4298-be90-ef78e0edc78b&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/722] 10.0.0.134 () {34 vars in 676 bytes} [Fri May 29 23:16:17 2026] POST /v2.0/floatingips => generated 552 bytes in 587 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:16:18.244 7 INFO neutron.db.segments_db [None req-8019414e-dca5-483f-91c1-1b63596610cd 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Added segment 55e3949a-25a9-431a-a44a-fb4bcd6ae306 of type vxlan for network 9a4e92c0-b6b9-4bd1-93d7-b46991b5f641 [pid: 7|app: 0|req: 349/723] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:16:17 2026] POST /v2.0/networks => generated 633 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:16:18.424 8 INFO neutron.db.segments_db [None req-22e059a2-0985-4556-8ba4-a74add8c820a 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Added segment dfc28103-0242-47c7-ab21-45262f8eab81 of type vxlan for network b04727c8-24aa-42b1-96c8-094d2a455293 [pid: 8|app: 0|req: 375/724] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:16:18 2026] POST /v2.0/networks => generated 634 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/725] 10.0.0.177 () {34 vars in 1096 bytes} [Fri May 29 23:16:18 2026] GET /v2.0/security-groups?name=tempest-securitygroup--37943994&fields=id&tenant_id=1209bee8b03d44d7baabfd8fc1ad8a24 => 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: 377/726] 10.0.0.177 () {34 vars in 982 bytes} [Fri May 29 23:16:18 2026] GET /v2.0/networks?id=8a38f5cb-04b7-45c4-bf3c-c8b89212c6c3 => generated 674 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/727] 10.0.0.177 () {34 vars in 965 bytes} [Fri May 29 23:16:18 2026] GET /v2.0/quotas/1209bee8b03d44d7baabfd8fc1ad8a24 => 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: 379/728] 10.0.0.177 () {34 vars in 1002 bytes} [Fri May 29 23:16:18 2026] GET /v2.0/ports?tenant_id=1209bee8b03d44d7baabfd8fc1ad8a24&fields=id => generated 103 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/729] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:16:18 2026] POST /v2.0/subnets => generated 646 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/730] 10.0.0.177 () {34 vars in 1008 bytes} [Fri May 29 23:16:18 2026] GET /v2.0/networks/8a38f5cb-04b7-45c4-bf3c-c8b89212c6c3?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/731] 10.0.0.177 () {34 vars in 1108 bytes} [Fri May 29 23:16:18 2026] GET /v2.0/networks/8a38f5cb-04b7-45c4-bf3c-c8b89212c6c3?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: 382/732] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:18 2026] GET /v2.0/ports?device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/733] 199.204.45.53 () {34 vars in 993 bytes} [Fri May 29 23:16:18 2026] GET /v2.0/ports?device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/734] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:19 2026] GET /v2.0/security-groups?id=65347308-e078-4298-be90-ef78e0edc78b&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/735] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:16:18 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) [pid: 7|app: 0|req: 352/736] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:19 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:16:19.206 7 INFO neutron.db.segments_db [None req-85285202-819b-45f6-ba9f-1b133324e9fc 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Added segment 3dbceaa8-5b2c-4318-b988-4086ff7ea219 of type vxlan for network 7af14696-32d2-4ed7-9bc3-3fa5b99699aa 2026-05-29 23:16:19.239 8 INFO neutron_taas.services.taas.taas_plugin [req-6d5ae8ad-22d9-41b2-9eed-2ca82c3a300f req-58011b8e-ed1b-4760-b7e0-ca05368f6e4c 32c9fb5bc12746a688a88369bdb1f0e9 9f09baf64da44a589898908b3931893f - - default default] TaaS: Handle Delete Port: fe63c75d-463e-4372-a316-1214603dd155 2026-05-29 23:16:19.244 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6d5ae8ad-22d9-41b2-9eed-2ca82c3a300f req-58011b8e-ed1b-4760-b7e0-ca05368f6e4c 32c9fb5bc12746a688a88369bdb1f0e9 9f09baf64da44a589898908b3931893f - - default default] Tap Mirror: Handle Delete Port: fe63c75d-463e-4372-a316-1214603dd155 2026-05-29 23:16:19.425 8 INFO neutron.db.l3_db [req-6d5ae8ad-22d9-41b2-9eed-2ca82c3a300f req-58011b8e-ed1b-4760-b7e0-ca05368f6e4c 32c9fb5bc12746a688a88369bdb1f0e9 9f09baf64da44a589898908b3931893f - - default default] Floating IP fee2c8f0-e5b3-4cf6-a1b8-158b77095d80 disassociated. External IP: 10.96.250.220, port: fe63c75d-463e-4372-a316-1214603dd155. 2026-05-29 23:16:19.481 7 INFO neutron.db.l3_hamode_db [None req-85285202-819b-45f6-ba9f-1b133324e9fc 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 23:16:19.667 7 INFO neutron.db.l3_hamode_db [None req-85285202-819b-45f6-ba9f-1b133324e9fc 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 385/737] 199.204.45.53 () {36 vars in 996 bytes} [Fri May 29 23:16:19 2026] DELETE /v2.0/ports/fe63c75d-463e-4372-a316-1214603dd155 => generated 0 bytes in 783 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:16:19.901 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e1ad439-172c-4614-94a0-fd1696842a52'] response: {'server_uuid': '93b70e9d-13ed-4791-a727-7d24147a0517', 'name': 'network-vif-deleted', 'tag': 'fe63c75d-463e-4372-a316-1214603dd155', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 386/738] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:20 2026] GET /v2.0/ports?device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => 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: 387/739] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:20 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => 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: 353/740] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:16:19 2026] POST /v2.0/routers => generated 511 bytes in 1254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/741] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:21 2026] GET /v2.0/ports?device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/742] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:21 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => 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: 388/743] 10.0.0.134 () {34 vars in 783 bytes} [Fri May 29 23:16:20 2026] PUT /v2.0/routers/725835e4-c2e6-4971-9e31-922b657b9235/add_router_interface => generated 309 bytes in 1286 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/744] 10.0.0.134 () {32 vars in 717 bytes} [Fri May 29 23:16:21 2026] GET /v2.0/ports/c9b173e4-f39e-44ea-83cb-3d460898bcb1 => generated 959 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/745] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:22 2026] GET /v2.0/ports?device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/746] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:22 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => 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: 359/747] 10.0.0.88 () {34 vars in 989 bytes} [Fri May 29 23:16:23 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => generated 1240 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/748] 10.0.0.88 () {34 vars in 1039 bytes} [Fri May 29 23:16:23 2026] GET /v2.0/security-groups?id=bc0fe201-6217-433b-9a2f-071685353e1a&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/749] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:16:23 2026] GET /v2.0/networks?id=8a38f5cb-04b7-45c4-bf3c-c8b89212c6c3 => generated 674 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/750] 10.0.0.134 () {34 vars in 783 bytes} [Fri May 29 23:16:21 2026] PUT /v2.0/routers/725835e4-c2e6-4971-9e31-922b657b9235/add_router_interface => generated 309 bytes in 1725 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/751] 199.204.45.53 () {34 vars in 1049 bytes} [Fri May 29 23:16:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1209bee8b03d44d7baabfd8fc1ad8a24 => generated 179 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/752] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:23 2026] GET /v2.0/ports?device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => 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: 390/753] 10.0.0.134 () {32 vars in 717 bytes} [Fri May 29 23:16:23 2026] GET /v2.0/ports/524a536e-46cc-4a7c-8b80-28ef29bf89a5 => generated 967 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/754] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:23 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => 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: 364/755] 199.204.45.53 () {38 vars in 954 bytes} [Fri May 29 23:16:23 2026] POST /v2.0/ports => generated 958 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:16:24.073 8 INFO neutron_taas.services.taas.taas_plugin [None req-46a81e54-d1fa-410c-a07b-38e4356f4292 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] TaaS: Handle Delete Port: 524a536e-46cc-4a7c-8b80-28ef29bf89a5 /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-29 23:16:24.078 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46a81e54-d1fa-410c-a07b-38e4356f4292 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Tap Mirror: Handle Delete Port: 524a536e-46cc-4a7c-8b80-28ef29bf89a5 [pid: 7|app: 0|req: 365/756] 199.204.45.53 () {38 vars in 1027 bytes} [Fri May 29 23:16:24 2026] PUT /v2.0/ports/d1b4264d-9075-4911-90e8-0bc1ba0d0cb3 => generated 1239 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:16:24.513 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c25f2782-d021-4f1c-9735-1af8a69852ab'] response: {'name': 'network-changed', 'server_uuid': 'e7d52c52-5524-47ed-99e0-ded6d3c61557', 'tag': 'd1b4264d-9075-4911-90e8-0bc1ba0d0cb3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 392/757] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:16:23 2026] PUT /v2.0/routers/725835e4-c2e6-4971-9e31-922b657b9235/remove_router_interface => generated 309 bytes in 914 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: 393/758] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:24 2026] GET /v2.0/ports?device_id=93b70e9d-13ed-4791-a727-7d24147a0517 => 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: 394/759] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:24 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 973 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/762] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:24 2026] GET /v2.0/security-groups?id=1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:24.931 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ed95357-0951-4fba-bd29-cb74a88b3c3a 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] TaaS: Handle Delete Port: c9b173e4-f39e-44ea-83cb-3d460898bcb1 2026-05-29 23:16:24.938 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ed95357-0951-4fba-bd29-cb74a88b3c3a 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Tap Mirror: Handle Delete Port: c9b173e4-f39e-44ea-83cb-3d460898bcb1 [pid: 8|app: 0|req: 398/763] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:16:25 2026] GET /v2.0/ports?tenant_id=1209bee8b03d44d7baabfd8fc1ad8a24&device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/764] 199.204.45.53 () {34 vars in 1017 bytes} [Fri May 29 23:16:25 2026] GET /v2.0/networks?tenant_id=1209bee8b03d44d7baabfd8fc1ad8a24&shared=False => generated 770 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/765] 199.204.45.53 () {34 vars in 929 bytes} [Fri May 29 23:16:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/766] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:16:24 2026] PUT /v2.0/routers/725835e4-c2e6-4971-9e31-922b657b9235/remove_router_interface => generated 309 bytes in 826 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/767] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:16:25 2026] GET /v2.0/ports?device_id=725835e4-c2e6-4971-9e31-922b657b9235 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:16:25.638 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc49d127-ef4b-4274-b861-02b852d95f89 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] TaaS: Handle Delete Port: 636a9216-be1c-4d1b-89e7-92865acc2c49 2026-05-29 23:16:25.641 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc49d127-ef4b-4274-b861-02b852d95f89 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Tap Mirror: Handle Delete Port: 636a9216-be1c-4d1b-89e7-92865acc2c49 [pid: 8|app: 0|req: 402/768] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:16:25 2026] DELETE /v2.0/security-groups/65347308-e078-4298-be90-ef78e0edc78b => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:16:25.903 8 INFO neutron.api.v2.resource [None req-c3cd6130-35e3-46a9-b3e4-efc03c10e47f 32c9fb5bc12746a688a88369bdb1f0e9 9f09baf64da44a589898908b3931893f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 403/769] 10.0.0.134 () {32 vars in 737 bytes} [Fri May 29 23:16:25 2026] GET /v2.0/security-groups/65347308-e078-4298-be90-ef78e0edc78b => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:16:26.021 8 INFO neutron_taas.services.taas.taas_plugin [None req-80b7180a-4d61-4a89-88f6-5c2b802ecb9e 32c9fb5bc12746a688a88369bdb1f0e9 9f09baf64da44a589898908b3931893f - - default default] TaaS: Handle Delete Port: 8e9b53d9-cefe-4edd-8a4a-17291738c375 2026-05-29 23:16:26.024 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80b7180a-4d61-4a89-88f6-5c2b802ecb9e 32c9fb5bc12746a688a88369bdb1f0e9 9f09baf64da44a589898908b3931893f - - default default] Tap Mirror: Handle Delete Port: 8e9b53d9-cefe-4edd-8a4a-17291738c375 2026-05-29 23:16:26.031 7 INFO neutron.services.segments.plugin [-] Segment 3dbceaa8-5b2c-4318-b988-4086ff7ea219 resource provider aggregate not found 2026-05-29 23:16:26.034 7 INFO neutron.services.segments.plugin [-] Segment 3dbceaa8-5b2c-4318-b988-4086ff7ea219 resource provider aggregate not found 2026-05-29 23:16:26.061 7 INFO neutron.services.segments.plugin [-] Segment 3dbceaa8-5b2c-4318-b988-4086ff7ea219 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dbceaa8-5b2c-4318-b988-4086ff7ea219 found for delete ", "request_id": "req-64b914da-e886-4ece-a7bd-95676c2eca8b"}]} 2026-05-29 23:16:26.061 7 INFO neutron.services.segments.plugin [-] Segment 3dbceaa8-5b2c-4318-b988-4086ff7ea219 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dbceaa8-5b2c-4318-b988-4086ff7ea219 found for delete ", "request_id": "req-c5de7865-7187-42ab-b94e-2a603378d993"}]} 2026-05-29 23:16:26.067 7 INFO neutron.db.l3_hamode_db [None req-bc49d127-ef4b-4274-b861-02b852d95f89 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] HA network 7af14696-32d2-4ed7-9bc3-3fa5b99699aa was deleted as no HA routers are present in tenant 30782f05416b4fdb94307fde17e543e0. [pid: 7|app: 0|req: 367/770] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:16:25 2026] DELETE /v2.0/routers/725835e4-c2e6-4971-9e31-922b657b9235 => generated 0 bytes in 642 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/771] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:26 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/772] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:16:25 2026] DELETE /v2.0/floatingips/fee2c8f0-e5b3-4cf6-a1b8-158b77095d80 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/773] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:26 2026] GET /v2.0/security-groups?id=1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99&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: 369/774] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:16:26 2026] DELETE /v2.0/subnets/af1959a8-7fba-4e2a-b2ed-1e7594aa6fde => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/775] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:16:26 2026] GET /v2.0/ports?tenant_id=1209bee8b03d44d7baabfd8fc1ad8a24&device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/776] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:16:26 2026] DELETE /v2.0/subnets/9425b42e-3eb7-4215-9ec4-80d202556891 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/777] 199.204.45.53 () {34 vars in 1059 bytes} [Fri May 29 23:16:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=d1b4264d-9075-4911-90e8-0bc1ba0d0cb3 => 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: 373/778] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:16:26 2026] DELETE /v2.0/networks/b04727c8-24aa-42b1-96c8-094d2a455293 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:16:26.653 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b5b39e3-9432-43ba-8cbf-3a193ae8e496 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: 828f8e57-3dfc-4f61-a696-fad5f7f3b1d8 2026-05-29 23:16:26.658 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b5b39e3-9432-43ba-8cbf-3a193ae8e496 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: 828f8e57-3dfc-4f61-a696-fad5f7f3b1d8 [pid: 7|app: 0|req: 374/779] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:16:26 2026] GET /v2.0/subnets?id=2e953289-d77e-42e1-ab16-5c8f7c1cd3f8 => generated 692 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:26.777 7 INFO neutron_taas.services.taas.taas_plugin [None req-720b006c-10ef-43b7-98b5-bbc41a3062ef 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] TaaS: Handle Delete Port: 96c08d0c-5a2e-4738-b439-3b596715c886 2026-05-29 23:16:26.780 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-720b006c-10ef-43b7-98b5-bbc41a3062ef 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Tap Mirror: Handle Delete Port: 96c08d0c-5a2e-4738-b439-3b596715c886 [pid: 7|app: 0|req: 375/780] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:16:26 2026] DELETE /v2.0/networks/9a4e92c0-b6b9-4bd1-93d7-b46991b5f641 => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/781] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:16:27 2026] GET /v2.0/ports?network_id=8a38f5cb-04b7-45c4-bf3c-c8b89212c6c3&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:16:27.129 7 INFO neutron.db.segments_db [None req-ad1f89c8-c7e8-42b0-bd8d-22f1859bf54b 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Added segment 23a7c9d5-0f48-4382-a84b-357cf601bfaf of type vxlan for network e38ea648-8a2f-4588-ac26-553e05083f2a [pid: 7|app: 0|req: 377/782] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:16:27 2026] POST /v2.0/networks => generated 634 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/783] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:16:27 2026] GET /v2.0/networks/8a38f5cb-04b7-45c4-bf3c-c8b89212c6c3?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/784] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:16:26 2026] PUT /v2.0/routers/42462751-672f-45f0-8834-2c56284c1072/remove_router_interface => generated 309 bytes in 1059 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/785] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:16:27 2026] GET /v2.0/networks/8a38f5cb-04b7-45c4-bf3c-c8b89212c6c3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/786] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:16:27 2026] POST /v2.0/subnets => generated 646 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:16:27.545 8 INFO neutron_taas.services.taas.taas_plugin [None req-34de9e25-c3ef-4077-b1e2-76064d04ba76 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: c5069dbd-4d4d-463c-96f6-c3a11d39762c 2026-05-29 23:16:27.548 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34de9e25-c3ef-4077-b1e2-76064d04ba76 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: c5069dbd-4d4d-463c-96f6-c3a11d39762c [pid: 7|app: 0|req: 380/787] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:27 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:27.598 7 INFO neutron.db.segments_db [None req-d247983d-2c58-441d-8a8e-06ca64707e45 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Added segment 2adc652e-ef55-41ef-9863-946f5727f3ec of type vxlan for network 79981210-4869-4b84-8fd2-abec2d99dadd 2026-05-29 23:16:27.831 7 INFO neutron.db.l3_hamode_db [None req-d247983d-2c58-441d-8a8e-06ca64707e45 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 23:16:27.837 8 INFO neutron_taas.services.taas.taas_plugin [None req-34de9e25-c3ef-4077-b1e2-76064d04ba76 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: f05727cd-d27d-47fe-aade-ffe6402a0aa2 2026-05-29 23:16:27.841 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34de9e25-c3ef-4077-b1e2-76064d04ba76 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: f05727cd-d27d-47fe-aade-ffe6402a0aa2 2026-05-29 23:16:27.985 7 INFO neutron.db.l3_hamode_db [None req-d247983d-2c58-441d-8a8e-06ca64707e45 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 23:16:28.091 7 INFO neutron.services.segments.plugin [-] Segment dfc28103-0242-47c7-ab21-45262f8eab81 resource provider aggregate not found 2026-05-29 23:16:28.098 7 INFO neutron.services.segments.plugin [-] Segment dfc28103-0242-47c7-ab21-45262f8eab81 resource provider aggregate not found 2026-05-29 23:16:28.121 7 INFO neutron.services.segments.plugin [-] Segment dfc28103-0242-47c7-ab21-45262f8eab81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfc28103-0242-47c7-ab21-45262f8eab81 found for delete ", "request_id": "req-d58ae988-7109-487c-a20a-d4f1ad3adc23"}]} 2026-05-29 23:16:28.129 7 INFO neutron.services.segments.plugin [-] Segment dfc28103-0242-47c7-ab21-45262f8eab81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfc28103-0242-47c7-ab21-45262f8eab81 found for delete ", "request_id": "req-6767d305-fbd3-4cb0-a3dc-6b75712479a5"}]} 2026-05-29 23:16:28.143 7 INFO neutron.services.segments.plugin [-] Segment 55e3949a-25a9-431a-a44a-fb4bcd6ae306 resource provider aggregate not found 2026-05-29 23:16:28.152 7 INFO neutron.services.segments.plugin [-] Segment 55e3949a-25a9-431a-a44a-fb4bcd6ae306 resource provider aggregate not found 2026-05-29 23:16:28.169 7 INFO neutron.services.segments.plugin [-] Segment 55e3949a-25a9-431a-a44a-fb4bcd6ae306 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55e3949a-25a9-431a-a44a-fb4bcd6ae306 found for delete ", "request_id": "req-b2b2e763-de1c-4003-a2df-58b407354bd6"}]} 2026-05-29 23:16:28.176 7 INFO neutron.services.segments.plugin [-] Segment 55e3949a-25a9-431a-a44a-fb4bcd6ae306 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55e3949a-25a9-431a-a44a-fb4bcd6ae306 found for delete ", "request_id": "req-8738ba4c-f8e6-4eef-a10b-4448cbea0816"}]} 2026-05-29 23:16:28.237 8 INFO neutron.services.segments.plugin [-] Segment f1a6d008-bf22-49a9-a5a1-dfc26d841c54 resource provider aggregate not found 2026-05-29 23:16:28.240 8 INFO neutron.services.segments.plugin [-] Segment f1a6d008-bf22-49a9-a5a1-dfc26d841c54 resource provider aggregate not found 2026-05-29 23:16:28.263 8 INFO neutron.services.segments.plugin [-] Segment f1a6d008-bf22-49a9-a5a1-dfc26d841c54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1a6d008-bf22-49a9-a5a1-dfc26d841c54 found for delete ", "request_id": "req-3099b2ab-3e20-468a-96e7-bf85d98e9cce"}]} 2026-05-29 23:16:28.264 8 INFO neutron.services.segments.plugin [-] Segment f1a6d008-bf22-49a9-a5a1-dfc26d841c54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1a6d008-bf22-49a9-a5a1-dfc26d841c54 found for delete ", "request_id": "req-295d4ac6-b0ff-4a06-8cc0-ad0cdf78d1d3"}]} 2026-05-29 23:16:28.271 8 INFO neutron.db.l3_hamode_db [None req-34de9e25-c3ef-4077-b1e2-76064d04ba76 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] HA network afbffcc8-b8f1-4ab7-9482-cb434352ef0a was deleted as no HA routers are present in tenant 9f09baf64da44a589898908b3931893f. [pid: 8|app: 0|req: 408/788] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:16:27 2026] DELETE /v2.0/routers/42462751-672f-45f0-8834-2c56284c1072 => generated 0 bytes in 942 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/789] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:28 2026] GET /v2.0/security-groups?id=1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/790] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:16:28 2026] DELETE /v2.0/subnets/60c199eb-ff7b-4a0d-9514-024333260029 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:16:28.652 8 INFO neutron_taas.services.taas.taas_plugin [None req-c434f1b8-af48-46a4-8f1b-3628d20df57d c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: afac1bca-1dee-4b3f-a8ee-87a4e6349184 2026-05-29 23:16:28.657 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c434f1b8-af48-46a4-8f1b-3628d20df57d c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: afac1bca-1dee-4b3f-a8ee-87a4e6349184 [pid: 7|app: 0|req: 381/791] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:16:27 2026] POST /v2.0/routers => generated 509 bytes in 1232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/792] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:16:28 2026] DELETE /v2.0/networks/8a7669b6-91f1-4291-b15c-db9e2cf4194c => 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: 412/793] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:16:29 2026] GET /v2.0/security-groups?tenant_id=9f09baf64da44a589898908b3931893f&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/794] 10.0.0.134 () {34 vars in 665 bytes} [Fri May 29 23:16:28 2026] POST /v2.0/ports => generated 959 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 413/795] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:16:29 2026] DELETE /v2.0/security-groups/7dd66326-e3a7-414f-b541-280bfb6ead1c => 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: 414/796] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:29 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/797] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:29 2026] GET /v2.0/security-groups?id=1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/798] 10.0.0.134 () {34 vars in 783 bytes} [Fri May 29 23:16:29 2026] PUT /v2.0/routers/ca4e5eea-c020-4049-a63e-97fb0444c8dd/add_router_interface => generated 309 bytes in 1123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:30.286 8 INFO neutron.services.segments.plugin [-] Segment a1aa4666-792a-4c90-88ba-9fb5f7222694 resource provider aggregate not found 2026-05-29 23:16:30.292 8 INFO neutron.services.segments.plugin [-] Segment a1aa4666-792a-4c90-88ba-9fb5f7222694 resource provider aggregate not found 2026-05-29 23:16:30.299 8 INFO neutron.services.segments.plugin [-] Segment a1aa4666-792a-4c90-88ba-9fb5f7222694 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1aa4666-792a-4c90-88ba-9fb5f7222694 found for delete ", "request_id": "req-355f6284-b2f0-465a-84ce-577c61d4a938"}]} 2026-05-29 23:16:30.314 8 INFO neutron.services.segments.plugin [-] Segment a1aa4666-792a-4c90-88ba-9fb5f7222694 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1aa4666-792a-4c90-88ba-9fb5f7222694 found for delete ", "request_id": "req-ab4e8361-ac7b-4b30-bdfd-ac90bdfce067"}]} [pid: 8|app: 0|req: 416/799] 10.0.0.134 () {32 vars in 717 bytes} [Fri May 29 23:16:30 2026] GET /v2.0/ports/49b7e2dd-098b-4979-a469-a6ebde7c0041 => generated 1033 bytes in 103 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: 417/800] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:30 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => 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: 418/801] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:30 2026] GET /v2.0/security-groups?id=1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:30.707 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9eb7fb4-a2c3-412a-8412-78225d89a72c 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] TaaS: Handle Delete Port: 49b7e2dd-098b-4979-a469-a6ebde7c0041 2026-05-29 23:16:30.710 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9eb7fb4-a2c3-412a-8412-78225d89a72c 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Tap Mirror: Handle Delete Port: 49b7e2dd-098b-4979-a469-a6ebde7c0041 [pid: 7|app: 0|req: 384/802] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:16:30 2026] PUT /v2.0/routers/ca4e5eea-c020-4049-a63e-97fb0444c8dd/remove_router_interface => generated 309 bytes in 723 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-29 23:16:31.322 8 INFO neutron.db.segments_db [None req-c902e6e1-d4f6-4713-8b66-3d3bd8939fe7 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment 02c7016d-140c-4cdf-b675-70806ab65aee of type vxlan for network 2ca9c8cd-7b39-42b3-b7a3-e588d46afc35 [pid: 8|app: 0|req: 419/803] 10.0.0.134 () {34 vars in 671 bytes} [Fri May 29 23:16:30 2026] POST /v2.0/networks => generated 735 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:16:31.618 7 INFO neutron.api.v2.resource [None req-a7a6cecf-8b4b-483e-91fe-4d5b7c1095e6 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 385/804] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:16:31 2026] PUT /v2.0/routers/ca4e5eea-c020-4049-a63e-97fb0444c8dd/remove_router_interface => generated 197 bytes in 492 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/805] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:16:31 2026] POST /v2.0/subnets => generated 682 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/806] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:16:31 2026] GET /v2.0/ports?device_id=ca4e5eea-c020-4049-a63e-97fb0444c8dd => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:16:31.682 8 INFO neutron.db.segments_db [None req-a1d82fe6-ebc8-4a63-8791-5b33b93e99bf c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment 6c5b9fd9-c457-4071-96c5-1905cc73cbb6 of type vxlan for network 24e27b13-cc83-43fe-bff0-4725e3a363d4 2026-05-29 23:16:31.841 7 INFO neutron_taas.services.taas.taas_plugin [None req-83724e2d-2aee-4eb4-9884-0f2c114c1fa2 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] TaaS: Handle Delete Port: 7c30342b-bd35-46f3-ab2a-92a3cfdf1fd5 2026-05-29 23:16:31.844 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83724e2d-2aee-4eb4-9884-0f2c114c1fa2 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Tap Mirror: Handle Delete Port: 7c30342b-bd35-46f3-ab2a-92a3cfdf1fd5 2026-05-29 23:16:32.052 8 INFO neutron.db.l3_hamode_db [None req-a1d82fe6-ebc8-4a63-8791-5b33b93e99bf c7ed250cf2ce4ec681b6c3a58b3623f5 2bcf06a8648c4e97a44ebc4fc9594841 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 23:16:32.261 7 INFO neutron.services.segments.plugin [-] Segment 2adc652e-ef55-41ef-9863-946f5727f3ec resource provider aggregate not found 2026-05-29 23:16:32.272 7 INFO neutron.services.segments.plugin [-] Segment 2adc652e-ef55-41ef-9863-946f5727f3ec resource provider aggregate not found 2026-05-29 23:16:32.288 7 INFO neutron.services.segments.plugin [-] Segment 2adc652e-ef55-41ef-9863-946f5727f3ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2adc652e-ef55-41ef-9863-946f5727f3ec found for delete ", "request_id": "req-c4c4b1aa-4a4c-4250-8629-febc6b292a4f"}]} 2026-05-29 23:16:32.303 7 INFO neutron.services.segments.plugin [-] Segment 2adc652e-ef55-41ef-9863-946f5727f3ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2adc652e-ef55-41ef-9863-946f5727f3ec found for delete ", "request_id": "req-b4333a53-d65b-44d0-beb6-99ab355fff36"}]} 2026-05-29 23:16:32.311 7 INFO neutron.db.l3_hamode_db [None req-83724e2d-2aee-4eb4-9884-0f2c114c1fa2 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] HA network 79981210-4869-4b84-8fd2-abec2d99dadd was deleted as no HA routers are present in tenant 30782f05416b4fdb94307fde17e543e0. [pid: 7|app: 0|req: 387/807] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:16:31 2026] DELETE /v2.0/routers/ca4e5eea-c020-4049-a63e-97fb0444c8dd => generated 0 bytes in 656 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/808] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:32 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/809] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:16:32 2026] DELETE /v2.0/subnets/742ab8c3-8ebf-43e1-ab44-ed712d1bfb70 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/810] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:32 2026] GET /v2.0/security-groups?id=1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:32.720 7 INFO neutron_taas.services.taas.taas_plugin [None req-6711d221-aac0-4ce2-bb21-c957efba0950 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] TaaS: Handle Delete Port: 297b4868-8fdd-4d32-a6be-a0d6783323e8 2026-05-29 23:16:32.722 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6711d221-aac0-4ce2-bb21-c957efba0950 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Tap Mirror: Handle Delete Port: 297b4868-8fdd-4d32-a6be-a0d6783323e8 [pid: 7|app: 0|req: 391/811] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:16:32 2026] DELETE /v2.0/networks/e38ea648-8a2f-4588-ac26-553e05083f2a => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:16:32.984 7 INFO neutron.db.segments_db [None req-3ea89666-5f63-463a-92c7-c5bdfc5fc196 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Added segment fd19a1fb-fea9-433e-9624-7993edec12c9 of type vxlan for network 5e18f27c-c5a3-44ca-a4aa-3e3a90f3d656 2026-05-29 23:16:32.992 8 INFO neutron.db.l3_hamode_db [None req-a1d82fe6-ebc8-4a63-8791-5b33b93e99bf c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 392/812] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:16:32 2026] POST /v2.0/networks => generated 634 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/813] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:16:33 2026] POST /v2.0/subnets => generated 646 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:16:33.407 7 INFO neutron.db.segments_db [None req-c5441d2b-1e42-46f3-bdda-58512a886af4 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Added segment dca88639-a59a-49af-badb-78af29a2691e of type vxlan for network 7a227011-aa95-45ba-985e-21193d17fb6c 2026-05-29 23:16:33.679 7 INFO neutron.db.l3_hamode_db [None req-c5441d2b-1e42-46f3-bdda-58512a886af4 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 23:16:33.840 7 INFO neutron.db.l3_hamode_db [None req-c5441d2b-1e42-46f3-bdda-58512a886af4 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 421/814] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:16:31 2026] POST /v2.0/routers => generated 722 bytes in 2354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/815] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:33 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:34.328 7 INFO neutron.services.segments.plugin [-] Segment 23a7c9d5-0f48-4382-a84b-357cf601bfaf resource provider aggregate not found 2026-05-29 23:16:34.336 7 INFO neutron.services.segments.plugin [-] Segment 23a7c9d5-0f48-4382-a84b-357cf601bfaf resource provider aggregate not found 2026-05-29 23:16:34.359 7 INFO neutron.services.segments.plugin [-] Segment 23a7c9d5-0f48-4382-a84b-357cf601bfaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23a7c9d5-0f48-4382-a84b-357cf601bfaf found for delete ", "request_id": "req-778572c6-877d-4f44-ac62-1db3632d6b85"}]} 2026-05-29 23:16:34.375 7 INFO neutron.services.segments.plugin [-] Segment 23a7c9d5-0f48-4382-a84b-357cf601bfaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23a7c9d5-0f48-4382-a84b-357cf601bfaf found for delete ", "request_id": "req-ae62f208-be79-400d-a657-4f0abf6c7863"}]} [pid: 7|app: 0|req: 394/816] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:16:33 2026] POST /v2.0/routers => generated 510 bytes in 1303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/817] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:34 2026] GET /v2.0/security-groups?id=1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99&fields=id&fields=name => generated 112 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/818] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:34 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => generated 971 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/819] 10.0.0.134 () {34 vars in 783 bytes} [Fri May 29 23:16:34 2026] PUT /v2.0/routers/350c903d-f4af-4e58-aa8a-5cbea3f58414/add_router_interface => generated 309 bytes in 1454 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/820] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:35 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/821] 10.0.0.177 () {34 vars in 971 bytes} [Fri May 29 23:16:35 2026] GET /v2.0/ports/fc18d812-37ba-438a-b779-2063faddb6c4 => generated 968 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:36.084 8 INFO neutron.db.l3_db [None req-946e8049-ffe0-436c-9adf-51c88bfb31c9 06e4d386a8fd4a87aff27e6024ef0cfd 1209bee8b03d44d7baabfd8fc1ad8a24 - - default default] Floating IP 6da52837-226c-46cf-8fd0-9d9583e772f7 associated. External IP: 10.96.250.202, port: d1b4264d-9075-4911-90e8-0bc1ba0d0cb3. [pid: 8|app: 0|req: 426/822] 10.0.0.134 () {34 vars in 749 bytes} [Fri May 29 23:16:35 2026] PUT /v2.0/floatingips/6da52837-226c-46cf-8fd0-9d9583e772f7 => generated 856 bytes in 815 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/823] 10.0.0.134 () {34 vars in 783 bytes} [Fri May 29 23:16:34 2026] PUT /v2.0/routers/2909d1f7-1115-4733-bca4-117298c36045/add_router_interface => generated 309 bytes in 1654 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/824] 199.204.45.53 () {34 vars in 999 bytes} [Fri May 29 23:16:36 2026] GET /v2.0/subnets?network_id=b855c394-c13c-4d66-a527-7c2a1765fed0 => generated 684 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:36.562 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9437e928-962a-47ae-871a-05189b229cec'] response: {'name': 'network-changed', 'server_uuid': 'e7d52c52-5524-47ed-99e0-ded6d3c61557', 'tag': 'd1b4264d-9075-4911-90e8-0bc1ba0d0cb3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 399/825] 10.0.0.134 () {32 vars in 717 bytes} [Fri May 29 23:16:36 2026] GET /v2.0/ports/79c2b594-2041-499e-a02f-152bce41106b => generated 959 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/826] 10.0.0.134 () {34 vars in 685 bytes} [Fri May 29 23:16:36 2026] POST /v2.0/security-groups => generated 1659 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/827] 199.204.45.53 () {34 vars in 1145 bytes} [Fri May 29 23:16:36 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b&device_owner=compute%3Anova&network_id=b855c394-c13c-4d66-a527-7c2a1765fed0 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/828] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:16:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:16:37.072 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb3e43b9-a352-4eaf-aae7-3fae5969b134 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] TaaS: Handle Delete Port: 79c2b594-2041-499e-a02f-152bce41106b 2026-05-29 23:16:37.077 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb3e43b9-a352-4eaf-aae7-3fae5969b134 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Tap Mirror: Handle Delete Port: 79c2b594-2041-499e-a02f-152bce41106b [pid: 7|app: 0|req: 402/829] 199.204.45.53 () {38 vars in 1027 bytes} [Fri May 29 23:16:36 2026] PUT /v2.0/ports/fc18d812-37ba-438a-b779-2063faddb6c4 => generated 1149 bytes in 502 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-29 23:16:37.392 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0d89eed7-694a-459d-89bd-69996296a4df'] response: {'name': 'network-changed', 'server_uuid': 'de6b8265-6d5b-4afa-ad8e-6704f507907b', 'tag': 'fc18d812-37ba-438a-b779-2063faddb6c4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 403/830] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:16:37 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: 7|app: 0|req: 404/831] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:16:37 2026] GET /v2.0/ports?tenant_id=1209bee8b03d44d7baabfd8fc1ad8a24&device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/832] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:16:36 2026] PUT /v2.0/routers/2909d1f7-1115-4733-bca4-117298c36045/remove_router_interface => generated 309 bytes in 969 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/833] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:16:37 2026] GET /v2.0/networks?id=8a38f5cb-04b7-45c4-bf3c-c8b89212c6c3 => generated 770 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/834] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:16:37 2026] GET /v2.0/ports?device_id=2909d1f7-1115-4733-bca4-117298c36045 => 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: 431/835] 199.204.45.53 () {34 vars in 1059 bytes} [Fri May 29 23:16:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=d1b4264d-9075-4911-90e8-0bc1ba0d0cb3 => generated 859 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:37.952 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ce73f1d-e858-46d2-a9d5-0aad39e65f72 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] TaaS: Handle Delete Port: 9c33ec07-2cf6-4a13-b36e-ad30607faf49 2026-05-29 23:16:37.956 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ce73f1d-e858-46d2-a9d5-0aad39e65f72 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Tap Mirror: Handle Delete Port: 9c33ec07-2cf6-4a13-b36e-ad30607faf49 [pid: 7|app: 0|req: 405/836] 10.0.0.134 () {34 vars in 676 bytes} [Fri May 29 23:16:37 2026] POST /v2.0/floatingips => generated 552 bytes in 648 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/837] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:16:38 2026] GET /v2.0/subnets?id=2e953289-d77e-42e1-ab16-5c8f7c1cd3f8 => generated 692 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/838] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:16:38 2026] GET /v2.0/ports?tenant_id=74cda3a9fe2f48c7ad1c8f7c2dc8862a&device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => generated 1421 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/839] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:16:38 2026] GET /v2.0/ports?network_id=8a38f5cb-04b7-45c4-bf3c-c8b89212c6c3&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: 409/840] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:16:38 2026] GET /v2.0/networks?id=b855c394-c13c-4d66-a527-7c2a1765fed0 => generated 779 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:38.368 8 INFO neutron.services.segments.plugin [-] Segment dca88639-a59a-49af-badb-78af29a2691e resource provider aggregate not found 2026-05-29 23:16:38.382 8 INFO neutron.services.segments.plugin [-] Segment dca88639-a59a-49af-badb-78af29a2691e resource provider aggregate not found 2026-05-29 23:16:38.401 8 INFO neutron.services.segments.plugin [-] Segment dca88639-a59a-49af-badb-78af29a2691e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dca88639-a59a-49af-badb-78af29a2691e found for delete ", "request_id": "req-9a341651-3c8a-40c0-a44b-84679e9e0126"}]} 2026-05-29 23:16:38.405 8 INFO neutron.db.l3_hamode_db [None req-3ce73f1d-e858-46d2-a9d5-0aad39e65f72 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] HA network 7a227011-aa95-45ba-985e-21193d17fb6c was deleted as no HA routers are present in tenant 30782f05416b4fdb94307fde17e543e0. [pid: 8|app: 0|req: 432/841] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:16:37 2026] DELETE /v2.0/routers/2909d1f7-1115-4733-bca4-117298c36045 => generated 0 bytes in 693 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:16:38.414 8 INFO neutron.services.segments.plugin [-] Segment dca88639-a59a-49af-badb-78af29a2691e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dca88639-a59a-49af-badb-78af29a2691e found for delete ", "request_id": "req-55ea3f5c-2d33-4c01-a362-af005eeb058b"}]} [pid: 7|app: 0|req: 410/842] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:16:38 2026] GET /v2.0/networks/8a38f5cb-04b7-45c4-bf3c-c8b89212c6c3?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/843] 199.204.45.53 () {34 vars in 1059 bytes} [Fri May 29 23:16:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=fc18d812-37ba-438a-b779-2063faddb6c4 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/844] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:16:38 2026] GET /v2.0/networks/8a38f5cb-04b7-45c4-bf3c-c8b89212c6c3?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: 435/845] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:16:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=fc18d812-37ba-438a-b779-2063faddb6c4 => generated 860 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/846] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:16:38 2026] GET /v2.0/subnets?id=b0a033b0-01f3-44a3-be6f-9aadb8dfdcc2 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/847] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:16:38 2026] DELETE /v2.0/subnets/f3424a2b-941c-4933-a219-5eb2ae9cf90e => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/848] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:16:38 2026] GET /v2.0/ports?network_id=b855c394-c13c-4d66-a527-7c2a1765fed0&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/849] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:16:38 2026] GET /v2.0/networks/b855c394-c13c-4d66-a527-7c2a1765fed0?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: 439/850] 10.0.0.177 () {34 vars in 1098 bytes} [Fri May 29 23:16:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--884215384&fields=id&tenant_id=2bcf06a8648c4e97a44ebc4fc9594841 => generated 69 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:16:38.727 7 INFO neutron.services.segments.plugin [-] Segment fd19a1fb-fea9-433e-9624-7993edec12c9 resource provider aggregate not found 2026-05-29 23:16:38.732 7 INFO neutron.services.segments.plugin [-] Segment fd19a1fb-fea9-433e-9624-7993edec12c9 resource provider aggregate not found 2026-05-29 23:16:38.750 7 INFO neutron.services.segments.plugin [-] Segment fd19a1fb-fea9-433e-9624-7993edec12c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd19a1fb-fea9-433e-9624-7993edec12c9 found for delete ", "request_id": "req-bdbe87bc-d634-4991-b03b-67831991fada"}]} 2026-05-29 23:16:38.757 7 INFO neutron.services.segments.plugin [-] Segment fd19a1fb-fea9-433e-9624-7993edec12c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd19a1fb-fea9-433e-9624-7993edec12c9 found for delete ", "request_id": "req-5f872c07-d184-450f-86e7-430c3aadf033"}]} [pid: 8|app: 0|req: 440/851] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:16:38 2026] GET /v2.0/networks/b855c394-c13c-4d66-a527-7c2a1765fed0?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: 412/852] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:16:38 2026] DELETE /v2.0/networks/5e18f27c-c5a3-44ca-a4aa-3e3a90f3d656 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/853] 10.0.0.177 () {34 vars in 982 bytes} [Fri May 29 23:16:38 2026] GET /v2.0/networks?id=2ca9c8cd-7b39-42b3-b7a3-e588d46afc35 => generated 667 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/854] 10.0.0.177 () {34 vars in 965 bytes} [Fri May 29 23:16:38 2026] GET /v2.0/quotas/2bcf06a8648c4e97a44ebc4fc9594841 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:38.864 7 INFO neutron.db.segments_db [None req-01a23510-388f-44cb-8f44-dcb68eaa4c6a 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Added segment 9792d737-5f06-4ee2-a638-145503840150 of type vxlan for network 3a753017-d9d3-41f5-a5e1-542a528561fb [pid: 8|app: 0|req: 443/855] 10.0.0.177 () {34 vars in 1002 bytes} [Fri May 29 23:16:38 2026] GET /v2.0/ports?tenant_id=2bcf06a8648c4e97a44ebc4fc9594841&fields=id => generated 103 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/856] 10.0.0.177 () {34 vars in 1008 bytes} [Fri May 29 23:16:38 2026] GET /v2.0/networks/2ca9c8cd-7b39-42b3-b7a3-e588d46afc35?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: 445/857] 10.0.0.177 () {34 vars in 1108 bytes} [Fri May 29 23:16:38 2026] GET /v2.0/networks/2ca9c8cd-7b39-42b3-b7a3-e588d46afc35?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: 446/858] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:39 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => generated 1152 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/859] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:39 2026] GET /v2.0/security-groups?id=bc0fe201-6217-433b-9a2f-071685353e1a&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: 448/860] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:39 2026] GET /v2.0/ports?device_id=b5e210b6-0ea0-40a5-8af7-dd7518e71425 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:16:39.462 7 INFO neutron.db.l3_hamode_db [None req-01a23510-388f-44cb-8f44-dcb68eaa4c6a 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 451/863] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:16:39 2026] GET /v2.0/ports?tenant_id=74cda3a9fe2f48c7ad1c8f7c2dc8862a&device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => generated 1421 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/864] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:16:39 2026] GET /v2.0/networks?id=b855c394-c13c-4d66-a527-7c2a1765fed0 => generated 779 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/865] 199.204.45.53 () {34 vars in 1059 bytes} [Fri May 29 23:16:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=fc18d812-37ba-438a-b779-2063faddb6c4 => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/866] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:16:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=fc18d812-37ba-438a-b779-2063faddb6c4 => generated 860 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/867] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:16:40 2026] GET /v2.0/subnets?id=b0a033b0-01f3-44a3-be6f-9aadb8dfdcc2 => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/868] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:16:40 2026] GET /v2.0/ports?network_id=b855c394-c13c-4d66-a527-7c2a1765fed0&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: 457/869] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:16:40 2026] GET /v2.0/networks/b855c394-c13c-4d66-a527-7c2a1765fed0?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/870] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:16:40 2026] GET /v2.0/networks/b855c394-c13c-4d66-a527-7c2a1765fed0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:16:40.390 7 INFO neutron.db.l3_hamode_db [None req-01a23510-388f-44cb-8f44-dcb68eaa4c6a 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 459/871] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:40 2026] GET /v2.0/ports?device_id=b5e210b6-0ea0-40a5-8af7-dd7518e71425 => 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: 460/872] 199.204.45.53 () {34 vars in 1119 bytes} [Fri May 29 23:16:40 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.12 => generated 1152 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/873] 199.204.45.53 () {38 vars in 1027 bytes} [Fri May 29 23:16:40 2026] PUT /v2.0/ports/fc18d812-37ba-438a-b779-2063faddb6c4 => generated 968 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:41.458 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f7543405-0c9a-4348-bc4c-ed9661d05b32'] response: {'name': 'network-changed', 'server_uuid': 'de6b8265-6d5b-4afa-ad8e-6704f507907b', 'tag': 'fc18d812-37ba-438a-b779-2063faddb6c4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 413/874] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:16:38 2026] POST /v2.0/routers => generated 692 bytes in 2709 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: 462/875] 10.0.0.134 () {32 vars in 721 bytes} [Fri May 29 23:16:41 2026] GET /v2.0/routers/2dad49b3-d51c-42ae-bc75-9de3e77e22a3 => generated 698 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/876] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:41 2026] GET /v2.0/ports?device_id=b5e210b6-0ea0-40a5-8af7-dd7518e71425 => generated 12 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/877] 10.0.0.134 () {32 vars in 647 bytes} [Fri May 29 23:16:41 2026] GET /v2.0/routers => generated 701 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/878] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:16:41 2026] GET /v2.0/ports?tenant_id=74cda3a9fe2f48c7ad1c8f7c2dc8862a&device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/879] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:16:41 2026] GET /v2.0/networks?id=b855c394-c13c-4d66-a527-7c2a1765fed0 => generated 779 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/880] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:16:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=fc18d812-37ba-438a-b779-2063faddb6c4 => generated 860 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/881] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:16:42 2026] GET /v2.0/subnets?id=b0a033b0-01f3-44a3-be6f-9aadb8dfdcc2 => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/882] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:16:42 2026] GET /v2.0/ports?network_id=b855c394-c13c-4d66-a527-7c2a1765fed0&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: 469/883] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:16:42 2026] GET /v2.0/networks/b855c394-c13c-4d66-a527-7c2a1765fed0?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: 415/884] 10.0.0.134 () {34 vars in 741 bytes} [Fri May 29 23:16:41 2026] PUT /v2.0/routers/2dad49b3-d51c-42ae-bc75-9de3e77e22a3 => generated 705 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/885] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:16:42 2026] GET /v2.0/networks/b855c394-c13c-4d66-a527-7c2a1765fed0?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: 416/886] 10.0.0.134 () {32 vars in 721 bytes} [Fri May 29 23:16:42 2026] GET /v2.0/routers/2dad49b3-d51c-42ae-bc75-9de3e77e22a3 => generated 705 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/887] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:16:42 2026] GET /v2.0/ports?device_id=2dad49b3-d51c-42ae-bc75-9de3e77e22a3 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:16:42.551 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2516804-839e-4c46-ab0f-d073c1139043 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] TaaS: Handle Delete Port: 46d70a7d-f81b-4f78-b5df-041df49646da 2026-05-29 23:16:42.555 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2516804-839e-4c46-ab0f-d073c1139043 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Tap Mirror: Handle Delete Port: 46d70a7d-f81b-4f78-b5df-041df49646da [pid: 8|app: 0|req: 472/888] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:42 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/889] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:42 2026] GET /v2.0/security-groups?id=bc0fe201-6217-433b-9a2f-071685353e1a&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/890] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:42 2026] GET /v2.0/ports?device_id=b5e210b6-0ea0-40a5-8af7-dd7518e71425 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:16:42.885 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2516804-839e-4c46-ab0f-d073c1139043 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] TaaS: Handle Delete Port: 73ec1083-ba1a-4a20-aabd-e79a28183196 2026-05-29 23:16:42.888 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2516804-839e-4c46-ab0f-d073c1139043 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] Tap Mirror: Handle Delete Port: 73ec1083-ba1a-4a20-aabd-e79a28183196 [pid: 8|app: 0|req: 475/891] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:16:43 2026] GET /v2.0/ports?tenant_id=74cda3a9fe2f48c7ad1c8f7c2dc8862a&device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:16:43.296 7 INFO neutron.services.segments.plugin [-] Segment 9792d737-5f06-4ee2-a638-145503840150 resource provider aggregate not found 2026-05-29 23:16:43.300 7 INFO neutron.services.segments.plugin [-] Segment 9792d737-5f06-4ee2-a638-145503840150 resource provider aggregate not found 2026-05-29 23:16:43.321 7 INFO neutron.services.segments.plugin [-] Segment 9792d737-5f06-4ee2-a638-145503840150 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9792d737-5f06-4ee2-a638-145503840150 found for delete ", "request_id": "req-9c6755e3-8322-433a-8fab-37fc995c9ebd"}]} 2026-05-29 23:16:43.323 7 INFO neutron.services.segments.plugin [-] Segment 9792d737-5f06-4ee2-a638-145503840150 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9792d737-5f06-4ee2-a638-145503840150 found for delete ", "request_id": "req-0977a1ba-6fb1-422e-829f-55050e10b51f"}]} 2026-05-29 23:16:43.336 7 INFO neutron.db.l3_hamode_db [None req-c2516804-839e-4c46-ab0f-d073c1139043 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] HA network 3a753017-d9d3-41f5-a5e1-542a528561fb was deleted as no HA routers are present in tenant 30782f05416b4fdb94307fde17e543e0. [pid: 7|app: 0|req: 417/892] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:16:42 2026] DELETE /v2.0/routers/2dad49b3-d51c-42ae-bc75-9de3e77e22a3 => generated 0 bytes in 1022 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/893] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:16:43 2026] GET /v2.0/networks?id=b855c394-c13c-4d66-a527-7c2a1765fed0 => generated 779 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/894] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:16:43 2026] GET /v2.0/ports?device_id=2dad49b3-d51c-42ae-bc75-9de3e77e22a3 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:16:43.402 7 INFO neutron.api.v2.resource [None req-07560044-ab0a-44fb-ace1-adefe942381d 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 477/895] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:16:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=fc18d812-37ba-438a-b779-2063faddb6c4 => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/896] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:16:43 2026] DELETE /v2.0/routers/2dad49b3-d51c-42ae-bc75-9de3e77e22a3 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/897] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:16:43 2026] GET /v2.0/ports?device_id=2909d1f7-1115-4733-bca4-117298c36045 => 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: 420/898] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:16:43 2026] GET /v2.0/subnets?id=b0a033b0-01f3-44a3-be6f-9aadb8dfdcc2 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:43.458 8 INFO neutron.api.v2.resource [None req-dd48f4c5-ab0f-4d17-a946-80e1d9be899f 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 479/899] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:16:43 2026] DELETE /v2.0/routers/2909d1f7-1115-4733-bca4-117298c36045 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:16:43.482 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a57e9ab3-384d-47fd-bee7-24c14837d7ed 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 480/900] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:16:43 2026] DELETE /v2.0/subnets/f3424a2b-941c-4933-a219-5eb2ae9cf90e => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/901] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:16:43 2026] GET /v2.0/ports?network_id=b855c394-c13c-4d66-a527-7c2a1765fed0&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/902] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:16:43 2026] GET /v2.0/ports?device_id=ca4e5eea-c020-4049-a63e-97fb0444c8dd => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:16:43.529 8 INFO neutron.api.v2.resource [None req-b949e25b-95c5-4b8b-a267-5e396be98964 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 482/903] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:16:43 2026] DELETE /v2.0/routers/ca4e5eea-c020-4049-a63e-97fb0444c8dd => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:16:43.547 8 INFO neutron.pecan_wsgi.hooks.translation [None req-606a212c-60af-43d3-8aef-b901f8539665 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 483/904] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:16:43 2026] DELETE /v2.0/subnets/742ab8c3-8ebf-43e1-ab44-ed712d1bfb70 => 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: 422/905] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:16:43 2026] GET /v2.0/networks/b855c394-c13c-4d66-a527-7c2a1765fed0?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/906] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:16:43 2026] GET /v2.0/ports?device_id=725835e4-c2e6-4971-9e31-922b657b9235 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:16:43.597 8 INFO neutron.api.v2.resource [None req-27dce61a-90ff-4adb-bcd3-b667072919b7 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 485/907] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:16:43 2026] DELETE /v2.0/routers/725835e4-c2e6-4971-9e31-922b657b9235 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/908] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:16:43 2026] GET /v2.0/networks/b855c394-c13c-4d66-a527-7c2a1765fed0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:16:43.617 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d29977fc-1c56-4fc3-93e5-1d4738497e1d 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 486/909] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:16:43 2026] DELETE /v2.0/subnets/af1959a8-7fba-4e2a-b2ed-1e7594aa6fde => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:16:43.645 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3b72373e-3bac-4545-bd4d-4e3505d8a5da 0a3c297ac45d45cbb7e1b803066a8c84 30782f05416b4fdb94307fde17e543e0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 424/910] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:16:43 2026] DELETE /v2.0/subnets/9425b42e-3eb7-4215-9ec4-80d202556891 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/911] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:43 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => 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: 488/912] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:43 2026] GET /v2.0/ports?device_id=b5e210b6-0ea0-40a5-8af7-dd7518e71425 => 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: 489/913] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:43 2026] GET /v2.0/security-groups?id=bc0fe201-6217-433b-9a2f-071685353e1a&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/914] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:16:43 2026] GET /v2.0/networks?id=2ca9c8cd-7b39-42b3-b7a3-e588d46afc35 => generated 667 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/915] 199.204.45.53 () {34 vars in 1049 bytes} [Fri May 29 23:16:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2bcf06a8648c4e97a44ebc4fc9594841 => generated 180 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/916] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:16:44 2026] GET /v2.0/security-groups?tenant_id=30782f05416b4fdb94307fde17e543e0&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/917] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:16:44 2026] DELETE /v2.0/security-groups/1a802e53-5a44-4c06-946a-62cf248d053f => 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: 426/918] 199.204.45.53 () {38 vars in 954 bytes} [Fri May 29 23:16:43 2026] POST /v2.0/ports => generated 954 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/919] 199.204.45.53 () {38 vars in 1027 bytes} [Fri May 29 23:16:44 2026] PUT /v2.0/ports/bd172a39-ef15-44ab-b81e-119cc52b5c5b => generated 1235 bytes in 458 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-29 23:16:44.964 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2f86324a-f7ed-4e22-bef0-bf54b98e7414'] response: {'name': 'network-changed', 'server_uuid': 'b5e210b6-0ea0-40a5-8af7-dd7518e71425', 'tag': 'bd172a39-ef15-44ab-b81e-119cc52b5c5b', '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: 427/920] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:44 2026] GET /v2.0/ports?device_id=b5e210b6-0ea0-40a5-8af7-dd7518e71425 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/921] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:45 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/922] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:45 2026] GET /v2.0/security-groups?id=41dfbd74-e5c0-4184-96dd-5a08e6d73ed6&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: 495/923] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:45 2026] GET /v2.0/security-groups?id=bc0fe201-6217-433b-9a2f-071685353e1a&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/924] 199.204.45.53 () {34 vars in 993 bytes} [Fri May 29 23:16:45 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:45.282 8 INFO neutron_taas.services.taas.taas_plugin [req-da00a1e5-2d12-4eca-8561-5366e6a52f9f req-42823d9e-c7ae-401b-ad2d-e5c3be3112e3 d78964892c5c46948e39ee7053690d99 74cda3a9fe2f48c7ad1c8f7c2dc8862a - - default default] TaaS: Handle Delete Port: fc18d812-37ba-438a-b779-2063faddb6c4 2026-05-29 23:16:45.287 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-da00a1e5-2d12-4eca-8561-5366e6a52f9f req-42823d9e-c7ae-401b-ad2d-e5c3be3112e3 d78964892c5c46948e39ee7053690d99 74cda3a9fe2f48c7ad1c8f7c2dc8862a - - default default] Tap Mirror: Handle Delete Port: fc18d812-37ba-438a-b779-2063faddb6c4 2026-05-29 23:16:45.422 8 INFO neutron.db.l3_db [req-da00a1e5-2d12-4eca-8561-5366e6a52f9f req-42823d9e-c7ae-401b-ad2d-e5c3be3112e3 d78964892c5c46948e39ee7053690d99 74cda3a9fe2f48c7ad1c8f7c2dc8862a - - default default] Floating IP c2c3deb3-8e5b-4a34-b9be-42c2ff994417 disassociated. External IP: 10.96.250.204, port: fc18d812-37ba-438a-b779-2063faddb6c4. [pid: 7|app: 0|req: 430/925] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:16:45 2026] GET /v2.0/ports?tenant_id=2bcf06a8648c4e97a44ebc4fc9594841&device_id=b5e210b6-0ea0-40a5-8af7-dd7518e71425 => 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: 431/926] 199.204.45.53 () {34 vars in 1017 bytes} [Fri May 29 23:16:45 2026] GET /v2.0/networks?tenant_id=2bcf06a8648c4e97a44ebc4fc9594841&shared=False => generated 763 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/927] 199.204.45.53 () {34 vars in 929 bytes} [Fri May 29 23:16:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/928] 199.204.45.53 () {36 vars in 996 bytes} [Fri May 29 23:16:45 2026] DELETE /v2.0/ports/fc18d812-37ba-438a-b779-2063faddb6c4 => generated 0 bytes in 616 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/929] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:46 2026] GET /v2.0/ports?device_id=b5e210b6-0ea0-40a5-8af7-dd7518e71425 => 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: 497/930] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:46 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => 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: 434/931] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:46 2026] GET /v2.0/security-groups?id=41dfbd74-e5c0-4184-96dd-5a08e6d73ed6&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/932] 10.0.0.134 () {34 vars in 684 bytes} [Fri May 29 23:16:46 2026] POST /v2.0/security-groups => generated 1625 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/933] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:16:46 2026] GET /v2.0/ports?tenant_id=2bcf06a8648c4e97a44ebc4fc9594841&device_id=b5e210b6-0ea0-40a5-8af7-dd7518e71425 => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/934] 10.0.0.134 () {32 vars in 663 bytes} [Fri May 29 23:16:46 2026] GET /v2.0/security-groups => generated 4530 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/935] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:16:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=bd172a39-ef15-44ab-b81e-119cc52b5c5b => 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: 437/936] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:16:46 2026] GET /v2.0/subnets?id=9f418041-5a90-40ee-8ce6-271cf3eee2d5 => generated 685 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/937] 10.0.0.134 () {34 vars in 758 bytes} [Fri May 29 23:16:46 2026] PUT /v2.0/security-groups/19fd0c4a-f1cc-4bfd-a393-4a35d28e4bba => generated 1662 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/938] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:16:46 2026] GET /v2.0/ports?network_id=2ca9c8cd-7b39-42b3-b7a3-e588d46afc35&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: 501/939] 10.0.0.134 () {32 vars in 737 bytes} [Fri May 29 23:16:46 2026] GET /v2.0/security-groups/19fd0c4a-f1cc-4bfd-a393-4a35d28e4bba => generated 1662 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/940] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:16:46 2026] GET /v2.0/networks/2ca9c8cd-7b39-42b3-b7a3-e588d46afc35?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/941] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:16:46 2026] GET /v2.0/networks/2ca9c8cd-7b39-42b3-b7a3-e588d46afc35?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: 502/942] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:16:46 2026] DELETE /v2.0/security-groups/19fd0c4a-f1cc-4bfd-a393-4a35d28e4bba => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:16:47.011 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f39ec522-d5aa-46d4-9ccd-413d0e0d4c2f'] response: {'server_uuid': 'de6b8265-6d5b-4afa-ad8e-6704f507907b', 'name': 'network-vif-deleted', 'tag': 'fc18d812-37ba-438a-b779-2063faddb6c4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 441/943] 10.0.0.134 () {32 vars in 663 bytes} [Fri May 29 23:16:46 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:16:47.050 8 INFO neutron.api.v2.resource [None req-4a241c16-2d6c-48f4-af99-77b5f23a72dd 1048ba35ea4442c88a81e9eafec6c5db 653abd1d10f54998aab0bc39e3294bbe - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 503/944] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:16:47 2026] DELETE /v2.0/security-groups/19fd0c4a-f1cc-4bfd-a393-4a35d28e4bba => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/945] 10.0.0.134 () {34 vars in 684 bytes} [Fri May 29 23:16:47 2026] POST /v2.0/security-groups => generated 1624 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/946] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:47 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => 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: 504/947] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:16:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/948] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:47 2026] GET /v2.0/ports?device_id=b5e210b6-0ea0-40a5-8af7-dd7518e71425 => generated 969 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/949] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:16:47 2026] GET /v2.0/security-group-rules/c5d4ccac-1159-4ca9-9797-475442426e1e => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/950] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:47 2026] GET /v2.0/security-groups?id=41dfbd74-e5c0-4184-96dd-5a08e6d73ed6&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: 445/951] 10.0.0.134 () {32 vars in 673 bytes} [Fri May 29 23:16:47 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/952] 10.0.0.134 () {32 vars in 750 bytes} [Fri May 29 23:16:47 2026] DELETE /v2.0/security-group-rules/c5d4ccac-1159-4ca9-9797-475442426e1e => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/953] 10.0.0.134 () {32 vars in 673 bytes} [Fri May 29 23:16:47 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/954] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:16:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/955] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:16:47 2026] GET /v2.0/security-group-rules/83f31e23-0a08-4ef6-87d8-e76dbb193967 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/956] 10.0.0.134 () {32 vars in 673 bytes} [Fri May 29 23:16:47 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/957] 10.0.0.134 () {32 vars in 750 bytes} [Fri May 29 23:16:47 2026] DELETE /v2.0/security-group-rules/83f31e23-0a08-4ef6-87d8-e76dbb193967 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/958] 10.0.0.134 () {32 vars in 673 bytes} [Fri May 29 23:16:47 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/959] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:16:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/960] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:16:48 2026] GET /v2.0/security-group-rules/fa948dcf-74d9-4a10-b9b1-9623979176b1 => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/961] 10.0.0.134 () {32 vars in 673 bytes} [Fri May 29 23:16:48 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/962] 10.0.0.134 () {32 vars in 750 bytes} [Fri May 29 23:16:48 2026] DELETE /v2.0/security-group-rules/fa948dcf-74d9-4a10-b9b1-9623979176b1 => 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: 451/963] 10.0.0.134 () {32 vars in 673 bytes} [Fri May 29 23:16:48 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) [pid: 8|app: 0|req: 513/964] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:48 2026] GET /v2.0/ports?device_id=de6b8265-6d5b-4afa-ad8e-6704f507907b => 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: 452/965] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:16:48 2026] DELETE /v2.0/security-groups/6293406b-5bdc-43de-a120-0e428f0985c5 => 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: 453/966] 10.0.0.134 () {32 vars in 663 bytes} [Fri May 29 23:16:48 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/967] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:48 2026] GET /v2.0/ports?device_id=b5e210b6-0ea0-40a5-8af7-dd7518e71425 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/968] 10.0.0.134 () {32 vars in 663 bytes} [Fri May 29 23:16:48 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) [pid: 8|app: 0|req: 515/969] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:48 2026] GET /v2.0/security-groups?id=41dfbd74-e5c0-4184-96dd-5a08e6d73ed6&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/970] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:16:49 2026] GET /v2.0/security-groups?tenant_id=653abd1d10f54998aab0bc39e3294bbe&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/971] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:16:49 2026] DELETE /v2.0/security-groups/51632bae-bdad-425e-b058-3bff134e80f5 => 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: 456/972] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:16:49 2026] DELETE /v2.0/security-groups/bc0fe201-6217-433b-9a2f-071685353e1a => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:16:49.633 8 INFO neutron.api.v2.resource [None req-f7800ac9-106d-4035-acf4-87d7ef863ca6 d78964892c5c46948e39ee7053690d99 74cda3a9fe2f48c7ad1c8f7c2dc8862a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 517/973] 10.0.0.134 () {32 vars in 737 bytes} [Fri May 29 23:16:49 2026] GET /v2.0/security-groups/bc0fe201-6217-433b-9a2f-071685353e1a => generated 146 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/974] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:49 2026] GET /v2.0/ports?device_id=b5e210b6-0ea0-40a5-8af7-dd7518e71425 => generated 969 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:49.765 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3622675-4cf5-4536-bcce-4a7b728feccd d78964892c5c46948e39ee7053690d99 74cda3a9fe2f48c7ad1c8f7c2dc8862a - - default default] TaaS: Handle Delete Port: ae5ff67d-2108-4461-b103-479204ff77ac 2026-05-29 23:16:49.774 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3622675-4cf5-4536-bcce-4a7b728feccd d78964892c5c46948e39ee7053690d99 74cda3a9fe2f48c7ad1c8f7c2dc8862a - - default default] Tap Mirror: Handle Delete Port: ae5ff67d-2108-4461-b103-479204ff77ac [pid: 7|app: 0|req: 458/975] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:49 2026] GET /v2.0/security-groups?id=41dfbd74-e5c0-4184-96dd-5a08e6d73ed6&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/976] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:16:49 2026] DELETE /v2.0/floatingips/c2c3deb3-8e5b-4a34-b9be-42c2ff994417 => generated 0 bytes in 365 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:16:50.484 7 INFO neutron_taas.services.taas.taas_plugin [None req-5fd2f0b9-318b-43f6-a92b-1c47a49b09af c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: 1a0d8bc1-75c7-41cf-a484-731c7e376fcc 2026-05-29 23:16:50.486 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fd2f0b9-318b-43f6-a92b-1c47a49b09af c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: 1a0d8bc1-75c7-41cf-a484-731c7e376fcc [pid: 8|app: 0|req: 519/977] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:50 2026] GET /v2.0/ports?device_id=b5e210b6-0ea0-40a5-8af7-dd7518e71425 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/978] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:50 2026] GET /v2.0/security-groups?id=41dfbd74-e5c0-4184-96dd-5a08e6d73ed6&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/979] 10.0.0.134 () {32 vars in 623 bytes} [Fri May 29 23:16:51 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/980] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:16:50 2026] PUT /v2.0/routers/cadf6bf1-e090-4d68-ab85-374fb3291250/remove_router_interface => generated 309 bytes in 979 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/981] 10.0.0.134 () {32 vars in 633 bytes} [Fri May 29 23:16:51 2026] GET /v2.0/ => generated 632 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:51.341 7 INFO neutron_taas.services.taas.taas_plugin [None req-92186635-b932-44c5-aa86-104d3be346ea c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: 15c0d840-1cfd-4fd3-a6f0-d5598c105a44 2026-05-29 23:16:51.345 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92186635-b932-44c5-aa86-104d3be346ea c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: 15c0d840-1cfd-4fd3-a6f0-d5598c105a44 2026-05-29 23:16:51.666 7 INFO neutron_taas.services.taas.taas_plugin [None req-92186635-b932-44c5-aa86-104d3be346ea c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: 5da9d8c3-61d7-4264-ae7f-0f83526626f4 2026-05-29 23:16:51.669 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92186635-b932-44c5-aa86-104d3be346ea c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: 5da9d8c3-61d7-4264-ae7f-0f83526626f4 2026-05-29 23:16:52.153 7 INFO neutron.services.segments.plugin [-] Segment cc324ce3-01c8-47cc-9d27-c102d136d7fd resource provider aggregate not found 2026-05-29 23:16:52.160 7 INFO neutron.services.segments.plugin [-] Segment cc324ce3-01c8-47cc-9d27-c102d136d7fd resource provider aggregate not found 2026-05-29 23:16:52.177 7 INFO neutron.services.segments.plugin [-] Segment cc324ce3-01c8-47cc-9d27-c102d136d7fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc324ce3-01c8-47cc-9d27-c102d136d7fd found for delete ", "request_id": "req-caddaa8b-a504-46a1-b2f4-3c508fe26dfb"}]} 2026-05-29 23:16:52.179 7 INFO neutron.db.l3_hamode_db [None req-92186635-b932-44c5-aa86-104d3be346ea c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] HA network 1f1d39f9-16af-4a77-a60d-1a7986373536 was deleted as no HA routers are present in tenant 74cda3a9fe2f48c7ad1c8f7c2dc8862a. [pid: 7|app: 0|req: 460/982] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:16:51 2026] DELETE /v2.0/routers/cadf6bf1-e090-4d68-ab85-374fb3291250 => generated 0 bytes in 1112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:16:52.195 7 INFO neutron.services.segments.plugin [-] Segment cc324ce3-01c8-47cc-9d27-c102d136d7fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc324ce3-01c8-47cc-9d27-c102d136d7fd found for delete ", "request_id": "req-d10dbb04-4131-482e-90c5-c297d4d2969d"}]} [pid: 7|app: 0|req: 461/983] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:52 2026] GET /v2.0/ports?device_id=b5e210b6-0ea0-40a5-8af7-dd7518e71425 => 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: 523/984] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:16:51 2026] GET /v2.0/security-groups?tenant_id=21f231c0cd41496da4e2321763da3cff&name=default => generated 2925 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/985] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:52 2026] GET /v2.0/security-groups?id=41dfbd74-e5c0-4184-96dd-5a08e6d73ed6&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/986] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:16:52 2026] DELETE /v2.0/subnets/b0a033b0-01f3-44a3-be6f-9aadb8dfdcc2 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/987] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:16:52 2026] DELETE /v2.0/security-groups/03613314-2212-430e-bd4b-105d1b44f4a4 => 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: 463/988] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:52 2026] GET /v2.0/ports?device_id=b5e210b6-0ea0-40a5-8af7-dd7518e71425 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:52.588 8 INFO neutron_taas.services.taas.taas_plugin [None req-c17ed538-2d93-4a86-9c00-09ecbab22e7d c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: 010b1142-f43d-4e51-bcf6-d0175d5afc28 2026-05-29 23:16:52.591 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c17ed538-2d93-4a86-9c00-09ecbab22e7d c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: 010b1142-f43d-4e51-bcf6-d0175d5afc28 2026-05-29 23:16:52.806 8 INFO neutron.services.segments.plugin [-] Segment d462b63c-e0e3-4e01-ab8f-6ac602927c48 resource provider aggregate not found 2026-05-29 23:16:52.816 8 INFO neutron.services.segments.plugin [-] Segment d462b63c-e0e3-4e01-ab8f-6ac602927c48 resource provider aggregate not found 2026-05-29 23:16:52.824 8 INFO neutron.services.segments.plugin [-] Segment d462b63c-e0e3-4e01-ab8f-6ac602927c48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d462b63c-e0e3-4e01-ab8f-6ac602927c48 found for delete ", "request_id": "req-3d9c7aea-df1e-450d-9b7a-b64509f2e783"}]} 2026-05-29 23:16:52.848 8 INFO neutron.services.segments.plugin [-] Segment d462b63c-e0e3-4e01-ab8f-6ac602927c48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d462b63c-e0e3-4e01-ab8f-6ac602927c48 found for delete ", "request_id": "req-f56b6062-eff0-4857-b23d-58ffb69dac4b"}]} [pid: 8|app: 0|req: 526/989] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:16:52 2026] DELETE /v2.0/networks/b855c394-c13c-4d66-a527-7c2a1765fed0 => generated 0 bytes in 398 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/990] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:16:53 2026] GET /v2.0/security-groups?tenant_id=74cda3a9fe2f48c7ad1c8f7c2dc8862a&name=default => generated 2921 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/991] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:16:53 2026] DELETE /v2.0/security-groups/88c9e21d-98ec-466d-8a52-c804ce1a11c7 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:16:53.983 7 INFO neutron.db.l3_db [None req-d5ed6b7b-c50d-4e0a-8b2f-a667d1d55691 232c16a653824c2db2da1015f12f8878 2bcf06a8648c4e97a44ebc4fc9594841 - - default default] Floating IP 599a34a6-29b3-4e69-8f36-4ca0e02c9915 associated. External IP: 10.96.250.210, port: bd172a39-ef15-44ab-b81e-119cc52b5c5b. [pid: 7|app: 0|req: 464/992] 10.0.0.134 () {34 vars in 749 bytes} [Fri May 29 23:16:52 2026] PUT /v2.0/floatingips/599a34a6-29b3-4e69-8f36-4ca0e02c9915 => generated 855 bytes in 1850 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:54.441 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ffdb02c9-b2e1-49a3-b6e7-77c111e558d7'] response: {'name': 'network-changed', 'server_uuid': 'b5e210b6-0ea0-40a5-8af7-dd7518e71425', 'tag': 'bd172a39-ef15-44ab-b81e-119cc52b5c5b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 529/993] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:54 2026] GET /v2.0/ports?device_id=b5e210b6-0ea0-40a5-8af7-dd7518e71425 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/994] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:54 2026] GET /v2.0/security-groups?id=41dfbd74-e5c0-4184-96dd-5a08e6d73ed6&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/997] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:16:54 2026] GET /v2.0/ports?tenant_id=2bcf06a8648c4e97a44ebc4fc9594841&device_id=b5e210b6-0ea0-40a5-8af7-dd7518e71425 => generated 1240 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/998] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:54 2026] GET /v2.0/ports?device_id=b5e210b6-0ea0-40a5-8af7-dd7518e71425 => generated 971 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/999] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:16:55 2026] GET /v2.0/networks?id=2ca9c8cd-7b39-42b3-b7a3-e588d46afc35 => generated 763 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/1000] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:55 2026] GET /v2.0/security-groups?id=41dfbd74-e5c0-4184-96dd-5a08e6d73ed6&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1001] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:16:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=bd172a39-ef15-44ab-b81e-119cc52b5c5b => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1002] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:16:55 2026] GET /v2.0/subnets?id=9f418041-5a90-40ee-8ce6-271cf3eee2d5 => generated 685 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1003] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:16:55 2026] GET /v2.0/ports?network_id=2ca9c8cd-7b39-42b3-b7a3-e588d46afc35&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1004] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:16:55 2026] GET /v2.0/networks/2ca9c8cd-7b39-42b3-b7a3-e588d46afc35?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: 537/1005] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:16:55 2026] GET /v2.0/networks/2ca9c8cd-7b39-42b3-b7a3-e588d46afc35?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-29 23:16:55.658 7 INFO neutron.db.segments_db [None req-bcc2fae6-2bda-4ced-839c-fed7a978a55f c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment 5ef64d47-4e4e-4d1b-8566-8eca9d906f0a of type vxlan for network e167aee5-495d-479f-b5c2-64fbdadfd0e5 [pid: 7|app: 0|req: 469/1006] 10.0.0.134 () {34 vars in 671 bytes} [Fri May 29 23:16:55 2026] POST /v2.0/networks => generated 743 bytes in 601 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1007] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:16:55 2026] POST /v2.0/subnets => generated 690 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:16:56.037 7 INFO neutron.db.segments_db [None req-ff34917b-32d5-45ee-88de-f17eca7eed7d c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment 82dfd28a-85a0-4abc-8b4a-5f6396168a56 of type vxlan for network 03dcca96-a547-44e3-9ede-f77165e2ac04 [pid: 8|app: 0|req: 539/1008] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:56 2026] GET /v2.0/ports?device_id=b5e210b6-0ea0-40a5-8af7-dd7518e71425 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1009] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:16:56 2026] GET /v2.0/security-groups?id=41dfbd74-e5c0-4184-96dd-5a08e6d73ed6&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-29 23:16:56.355 7 INFO neutron.db.l3_hamode_db [None req-ff34917b-32d5-45ee-88de-f17eca7eed7d c7ed250cf2ce4ec681b6c3a58b3623f5 398e7261f70f4a83be1558880ac27316 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 23:16:57.214 7 INFO neutron.db.l3_hamode_db [None req-ff34917b-32d5-45ee-88de-f17eca7eed7d c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 541/1010] 199.204.45.53 () {34 vars in 993 bytes} [Fri May 29 23:16:57 2026] GET /v2.0/ports?device_id=b5e210b6-0ea0-40a5-8af7-dd7518e71425 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:16:57.518 8 INFO neutron_taas.services.taas.taas_plugin [req-970b9e6e-4274-4be3-9c75-7a0db200e547 req-d909c3f1-517d-497d-a208-c5baa725b7ce 232c16a653824c2db2da1015f12f8878 2bcf06a8648c4e97a44ebc4fc9594841 - - default default] TaaS: Handle Delete Port: bd172a39-ef15-44ab-b81e-119cc52b5c5b 2026-05-29 23:16:57.522 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-970b9e6e-4274-4be3-9c75-7a0db200e547 req-d909c3f1-517d-497d-a208-c5baa725b7ce 232c16a653824c2db2da1015f12f8878 2bcf06a8648c4e97a44ebc4fc9594841 - - default default] Tap Mirror: Handle Delete Port: bd172a39-ef15-44ab-b81e-119cc52b5c5b 2026-05-29 23:16:57.679 8 INFO neutron.db.l3_db [req-970b9e6e-4274-4be3-9c75-7a0db200e547 req-d909c3f1-517d-497d-a208-c5baa725b7ce 232c16a653824c2db2da1015f12f8878 2bcf06a8648c4e97a44ebc4fc9594841 - - default default] Floating IP 599a34a6-29b3-4e69-8f36-4ca0e02c9915 disassociated. External IP: 10.96.250.210, port: bd172a39-ef15-44ab-b81e-119cc52b5c5b. [pid: 8|app: 0|req: 542/1011] 199.204.45.53 () {36 vars in 996 bytes} [Fri May 29 23:16:57 2026] DELETE /v2.0/ports/bd172a39-ef15-44ab-b81e-119cc52b5c5b => generated 0 bytes in 761 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1012] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:58 2026] GET /v2.0/ports?device_id=b5e210b6-0ea0-40a5-8af7-dd7518e71425 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:16:58.216 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e19a3a0-55e4-4302-a62f-1730e1f66640'] response: {'server_uuid': 'b5e210b6-0ea0-40a5-8af7-dd7518e71425', 'name': 'network-vif-deleted', 'tag': 'bd172a39-ef15-44ab-b81e-119cc52b5c5b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 470/1013] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:16:55 2026] POST /v2.0/routers => generated 730 bytes in 2400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/1014] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:16:58 2026] GET /v2.0/security-groups?tenant_id=179fea4d88dc48d19d59c4e5f946635b&name=default => generated 2925 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/1015] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:16:58 2026] DELETE /v2.0/security-groups/aaa5a2fa-5e4d-4f2c-bae2-d0919a184123 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/1016] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:16:59 2026] GET /v2.0/security-groups?tenant_id=ccd4631e98474a9582e2fef14b5ae487&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/1017] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:16:59 2026] GET /v2.0/ports?device_id=b5e210b6-0ea0-40a5-8af7-dd7518e71425 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/1018] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:16:59 2026] DELETE /v2.0/security-groups/4d739869-8b3d-433f-807d-1ccf5b3651d9 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1019] 10.0.0.134 () {34 vars in 783 bytes} [Fri May 29 23:16:58 2026] PUT /v2.0/routers/0710b78b-7744-40a1-9c46-0566f0caebbe/add_router_interface => generated 309 bytes in 1800 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/1020] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:00 2026] GET /v2.0/ports?device_id=b5e210b6-0ea0-40a5-8af7-dd7518e71425 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1021] 10.0.0.134 () {34 vars in 685 bytes} [Fri May 29 23:17:00 2026] POST /v2.0/security-groups => generated 1661 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/1022] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:17:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1023] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:17:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1024] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:01 2026] DELETE /v2.0/security-groups/41dfbd74-e5c0-4184-96dd-5a08e6d73ed6 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:17:01.835 8 INFO neutron.api.v2.resource [None req-61c0a4f5-5a93-4e90-ae4d-8a6ec36393d9 232c16a653824c2db2da1015f12f8878 2bcf06a8648c4e97a44ebc4fc9594841 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 548/1025] 10.0.0.134 () {32 vars in 737 bytes} [Fri May 29 23:17:01 2026] GET /v2.0/security-groups/41dfbd74-e5c0-4184-96dd-5a08e6d73ed6 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:17:02.010 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f4a7998-f0fc-4b5e-81c8-525c0670fbab 232c16a653824c2db2da1015f12f8878 2bcf06a8648c4e97a44ebc4fc9594841 - - default default] TaaS: Handle Delete Port: 0f1b6d59-4232-4ce3-a5ec-8ff303e45a00 2026-05-29 23:17:02.015 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f4a7998-f0fc-4b5e-81c8-525c0670fbab 232c16a653824c2db2da1015f12f8878 2bcf06a8648c4e97a44ebc4fc9594841 - - default default] Tap Mirror: Handle Delete Port: 0f1b6d59-4232-4ce3-a5ec-8ff303e45a00 [pid: 7|app: 0|req: 478/1026] 10.0.0.134 () {34 vars in 676 bytes} [Fri May 29 23:17:01 2026] POST /v2.0/floatingips => generated 552 bytes in 750 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1027] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:17:01 2026] DELETE /v2.0/floatingips/599a34a6-29b3-4e69-8f36-4ca0e02c9915 => generated 0 bytes in 397 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1028] 10.0.0.177 () {34 vars in 1100 bytes} [Fri May 29 23:17:02 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1522569828&fields=id&tenant_id=398e7261f70f4a83be1558880ac27316 => 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: 551/1029] 10.0.0.177 () {34 vars in 982 bytes} [Fri May 29 23:17:02 2026] GET /v2.0/networks?id=e167aee5-495d-479f-b5c2-64fbdadfd0e5 => generated 675 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1030] 10.0.0.177 () {34 vars in 965 bytes} [Fri May 29 23:17:02 2026] GET /v2.0/quotas/398e7261f70f4a83be1558880ac27316 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:17:02.718 7 INFO neutron_taas.services.taas.taas_plugin [None req-01db903e-e73f-44eb-9b00-de1707f77eb1 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: d6f063d0-59e8-4d98-8c65-1cffc260fd02 2026-05-29 23:17:02.721 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01db903e-e73f-44eb-9b00-de1707f77eb1 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: d6f063d0-59e8-4d98-8c65-1cffc260fd02 [pid: 8|app: 0|req: 553/1031] 10.0.0.177 () {34 vars in 1002 bytes} [Fri May 29 23:17:02 2026] GET /v2.0/ports?tenant_id=398e7261f70f4a83be1558880ac27316&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1032] 10.0.0.177 () {34 vars in 1008 bytes} [Fri May 29 23:17:02 2026] GET /v2.0/networks/e167aee5-495d-479f-b5c2-64fbdadfd0e5?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: 555/1033] 10.0.0.177 () {34 vars in 1108 bytes} [Fri May 29 23:17:02 2026] GET /v2.0/networks/e167aee5-495d-479f-b5c2-64fbdadfd0e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1034] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:17:02 2026] GET /v2.0/security-groups?tenant_id=0d9f2cde99674c87a6ae02c8e2d51af1&name=default => generated 2925 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1035] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:03 2026] GET /v2.0/ports?device_id=a4e78aa7-e63f-4742-b967-f534ff9d34d1 => 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: 479/1036] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:17:02 2026] PUT /v2.0/routers/350c903d-f4af-4e58-aa8a-5cbea3f58414/remove_router_interface => generated 309 bytes in 1175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1037] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:03 2026] DELETE /v2.0/security-groups/cb844653-ea2e-44b3-ace7-f1a5b2ce4345 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:17:03.693 7 INFO neutron_taas.services.taas.taas_plugin [None req-2d559b0b-85ac-43a6-a31a-dfaedc01f933 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: f157c6c1-22d9-4871-81a1-26b7522252d9 2026-05-29 23:17:03.697 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d559b0b-85ac-43a6-a31a-dfaedc01f933 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: f157c6c1-22d9-4871-81a1-26b7522252d9 2026-05-29 23:17:03.978 7 INFO neutron_taas.services.taas.taas_plugin [None req-2d559b0b-85ac-43a6-a31a-dfaedc01f933 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: b54691f2-5bfb-40a3-9db1-5b96a72966d1 2026-05-29 23:17:03.982 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d559b0b-85ac-43a6-a31a-dfaedc01f933 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: b54691f2-5bfb-40a3-9db1-5b96a72966d1 2026-05-29 23:17:04.388 7 INFO neutron.services.segments.plugin [-] Segment 6c5b9fd9-c457-4071-96c5-1905cc73cbb6 resource provider aggregate not found 2026-05-29 23:17:04.394 7 INFO neutron.services.segments.plugin [-] Segment 6c5b9fd9-c457-4071-96c5-1905cc73cbb6 resource provider aggregate not found 2026-05-29 23:17:04.414 7 INFO neutron.services.segments.plugin [-] Segment 6c5b9fd9-c457-4071-96c5-1905cc73cbb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c5b9fd9-c457-4071-96c5-1905cc73cbb6 found for delete ", "request_id": "req-4a25d395-7ebe-4a45-8e62-3aae0de0d1cc"}]} 2026-05-29 23:17:04.415 7 INFO neutron.db.l3_hamode_db [None req-2d559b0b-85ac-43a6-a31a-dfaedc01f933 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] HA network 24e27b13-cc83-43fe-bff0-4725e3a363d4 was deleted as no HA routers are present in tenant 2bcf06a8648c4e97a44ebc4fc9594841. 2026-05-29 23:17:04.421 7 INFO neutron.services.segments.plugin [-] Segment 6c5b9fd9-c457-4071-96c5-1905cc73cbb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c5b9fd9-c457-4071-96c5-1905cc73cbb6 found for delete ", "request_id": "req-ea587394-5ab1-424d-af33-3cc9a4035686"}]} [pid: 7|app: 0|req: 480/1038] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:17:03 2026] DELETE /v2.0/routers/350c903d-f4af-4e58-aa8a-5cbea3f58414 => generated 0 bytes in 993 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1039] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:04 2026] GET /v2.0/ports?device_id=a4e78aa7-e63f-4742-b967-f534ff9d34d1 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1040] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:17:04 2026] DELETE /v2.0/subnets/9f418041-5a90-40ee-8ce6-271cf3eee2d5 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:17:04.713 8 INFO neutron_taas.services.taas.taas_plugin [None req-be169fc5-47f9-4a7d-8fcf-22b6f0103a78 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: bdee8e2d-688b-41da-bc95-85a071a6baff 2026-05-29 23:17:04.717 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be169fc5-47f9-4a7d-8fcf-22b6f0103a78 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: bdee8e2d-688b-41da-bc95-85a071a6baff 2026-05-29 23:17:04.910 8 INFO neutron.services.segments.plugin [-] Segment 02c7016d-140c-4cdf-b675-70806ab65aee resource provider aggregate not found 2026-05-29 23:17:04.920 8 INFO neutron.services.segments.plugin [-] Segment 02c7016d-140c-4cdf-b675-70806ab65aee resource provider aggregate not found 2026-05-29 23:17:04.927 8 INFO neutron.services.segments.plugin [-] Segment 02c7016d-140c-4cdf-b675-70806ab65aee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02c7016d-140c-4cdf-b675-70806ab65aee found for delete ", "request_id": "req-790f5dd8-02b3-4ea0-bba3-def18d2300eb"}]} 2026-05-29 23:17:04.941 8 INFO neutron.services.segments.plugin [-] Segment 02c7016d-140c-4cdf-b675-70806ab65aee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02c7016d-140c-4cdf-b675-70806ab65aee found for delete ", "request_id": "req-334cb3b9-61ec-4eec-bab8-1ad3f5f349a1"}]} [pid: 8|app: 0|req: 560/1041] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:17:04 2026] DELETE /v2.0/networks/2ca9c8cd-7b39-42b3-b7a3-e588d46afc35 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1042] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:17:05 2026] GET /v2.0/security-groups?tenant_id=2bcf06a8648c4e97a44ebc4fc9594841&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: 561/1043] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:05 2026] DELETE /v2.0/security-groups/7ebaffea-0502-487f-b35f-19ad2202c65c => 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: 562/1044] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:05 2026] GET /v2.0/ports?device_id=a4e78aa7-e63f-4742-b967-f534ff9d34d1 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:17:05.759 7 INFO neutron.db.segments_db [None req-a00b92ab-ee41-4720-9be9-ef75fbcb9770 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment 398482c8-7dd7-4f1e-a091-41eda358635c of type vxlan for network 868d2c28-d0d6-4cdb-bea3-5756102c9352 [pid: 7|app: 0|req: 483/1045] 10.0.0.134 () {34 vars in 671 bytes} [Fri May 29 23:17:05 2026] POST /v2.0/networks => generated 741 bytes in 531 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1046] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:17:05 2026] POST /v2.0/subnets => generated 688 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:17:06.135 7 INFO neutron.db.segments_db [None req-e74a8d5f-704d-4daf-abd9-26cc1cb35f72 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment 84ba5fc4-a1a6-42da-bf9d-16c1383c052e of type vxlan for network f570c9d8-9a18-4fbc-ad2d-cc522d042708 2026-05-29 23:17:06.386 7 INFO neutron.db.l3_hamode_db [None req-e74a8d5f-704d-4daf-abd9-26cc1cb35f72 c7ed250cf2ce4ec681b6c3a58b3623f5 315c60a49a10464b92ac9e632550529b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 564/1047] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:06 2026] GET /v2.0/ports?device_id=a4e78aa7-e63f-4742-b967-f534ff9d34d1 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:17:07.464 7 INFO neutron.db.l3_hamode_db [None req-e74a8d5f-704d-4daf-abd9-26cc1cb35f72 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 565/1048] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:17:07 2026] GET /v2.0/networks?id=e167aee5-495d-479f-b5c2-64fbdadfd0e5 => generated 675 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1049] 199.204.45.53 () {34 vars in 1049 bytes} [Fri May 29 23:17:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=398e7261f70f4a83be1558880ac27316 => generated 181 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1050] 199.204.45.53 () {38 vars in 954 bytes} [Fri May 29 23:17:07 2026] POST /v2.0/ports => generated 958 bytes in 552 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 568/1051] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:08 2026] GET /v2.0/ports?device_id=a4e78aa7-e63f-4742-b967-f534ff9d34d1 => generated 961 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/1052] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:17:06 2026] POST /v2.0/routers => generated 728 bytes in 2464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/1053] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:08 2026] GET /v2.0/security-groups?id=a0456fc3-a81f-4579-93e2-4ffc0a4abb08&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: 569/1054] 199.204.45.53 () {38 vars in 1027 bytes} [Fri May 29 23:17:08 2026] PUT /v2.0/ports/393cb11e-7478-4f00-98da-cfa71769a7b0 => generated 1239 bytes in 603 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:17:08.806 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d6a97a1d-2619-4e9b-adae-cb7c07e21437'] response: {'name': 'network-changed', 'server_uuid': 'a4e78aa7-e63f-4742-b967-f534ff9d34d1', 'tag': '393cb11e-7478-4f00-98da-cfa71769a7b0', '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: 570/1055] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:17:09 2026] GET /v2.0/ports?tenant_id=398e7261f70f4a83be1558880ac27316&device_id=a4e78aa7-e63f-4742-b967-f534ff9d34d1 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1056] 199.204.45.53 () {34 vars in 1017 bytes} [Fri May 29 23:17:09 2026] GET /v2.0/networks?tenant_id=398e7261f70f4a83be1558880ac27316&shared=False => generated 771 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1057] 199.204.45.53 () {34 vars in 929 bytes} [Fri May 29 23:17:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1058] 10.0.0.134 () {34 vars in 783 bytes} [Fri May 29 23:17:08 2026] PUT /v2.0/routers/1eb25684-331e-485c-b6ce-b882f87690eb/add_router_interface => generated 309 bytes in 1103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1059] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:09 2026] GET /v2.0/ports?device_id=a4e78aa7-e63f-4742-b967-f534ff9d34d1 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/1062] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:09 2026] GET /v2.0/security-groups?id=a0456fc3-a81f-4579-93e2-4ffc0a4abb08&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1063] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:17:10 2026] GET /v2.0/ports?tenant_id=398e7261f70f4a83be1558880ac27316&device_id=a4e78aa7-e63f-4742-b967-f534ff9d34d1 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/1064] 199.204.45.53 () {34 vars in 1059 bytes} [Fri May 29 23:17:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=393cb11e-7478-4f00-98da-cfa71769a7b0 => 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: 489/1065] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:17:10 2026] GET /v2.0/subnets?id=9112d0c5-603e-4531-9cdb-e551c86364e2 => generated 693 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1066] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:17:10 2026] GET /v2.0/ports?network_id=e167aee5-495d-479f-b5c2-64fbdadfd0e5&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: 491/1067] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:17:10 2026] GET /v2.0/networks/e167aee5-495d-479f-b5c2-64fbdadfd0e5?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: 492/1068] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:17:10 2026] GET /v2.0/networks/e167aee5-495d-479f-b5c2-64fbdadfd0e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1069] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:17:10 2026] GET /v2.0/security-groups?tenant_id=71468677ed8a4d75a511dc77a1cd4f66&name=default => generated 2925 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1070] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:10 2026] GET /v2.0/ports?device_id=a4e78aa7-e63f-4742-b967-f534ff9d34d1 => generated 973 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1071] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:10 2026] GET /v2.0/security-groups?id=a0456fc3-a81f-4579-93e2-4ffc0a4abb08&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: 578/1072] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:10 2026] DELETE /v2.0/security-groups/d11e540c-b69b-4b53-b6d3-426c4a547e20 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1073] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:17:11 2026] GET /v2.0/security-groups?tenant_id=c3137c4580684dc1a252052e4631c3f5&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1074] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:11 2026] DELETE /v2.0/security-groups/7ccbce93-7dd6-4a55-9fb7-c4f3a77e8be3 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1075] 10.0.0.88 () {34 vars in 989 bytes} [Fri May 29 23:17:11 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => 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: 580/1076] 10.0.0.88 () {34 vars in 1039 bytes} [Fri May 29 23:17:11 2026] GET /v2.0/security-groups?id=1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99&fields=id&fields=name => generated 112 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1077] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:12 2026] GET /v2.0/ports?device_id=a4e78aa7-e63f-4742-b967-f534ff9d34d1 => generated 973 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1078] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:12 2026] GET /v2.0/security-groups?id=a0456fc3-a81f-4579-93e2-4ffc0a4abb08&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: 498/1079] 10.0.0.177 () {34 vars in 982 bytes} [Fri May 29 23:17:12 2026] GET /v2.0/networks?id=868d2c28-d0d6-4cdb-bea3-5756102c9352 => generated 673 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1080] 10.0.0.177 () {34 vars in 965 bytes} [Fri May 29 23:17:12 2026] GET /v2.0/quotas/315c60a49a10464b92ac9e632550529b => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1081] 10.0.0.177 () {34 vars in 1002 bytes} [Fri May 29 23:17:12 2026] GET /v2.0/ports?tenant_id=315c60a49a10464b92ac9e632550529b&fields=id => generated 103 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1082] 10.0.0.177 () {34 vars in 1008 bytes} [Fri May 29 23:17:12 2026] GET /v2.0/networks/868d2c28-d0d6-4cdb-bea3-5756102c9352?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: 500/1083] 10.0.0.177 () {34 vars in 1108 bytes} [Fri May 29 23:17:12 2026] GET /v2.0/networks/868d2c28-d0d6-4cdb-bea3-5756102c9352?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: 584/1084] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:12 2026] GET /v2.0/ports?device_id=6003d205-940c-40e3-b968-8669488ad5da => 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: 501/1085] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:13 2026] GET /v2.0/ports?device_id=a4e78aa7-e63f-4742-b967-f534ff9d34d1 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1086] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:13 2026] GET /v2.0/security-groups?id=a0456fc3-a81f-4579-93e2-4ffc0a4abb08&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: 502/1087] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:13 2026] GET /v2.0/ports?device_id=6003d205-940c-40e3-b968-8669488ad5da => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1088] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:14 2026] GET /v2.0/ports?device_id=a4e78aa7-e63f-4742-b967-f534ff9d34d1 => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1089] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:14 2026] GET /v2.0/security-groups?id=a0456fc3-a81f-4579-93e2-4ffc0a4abb08&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1090] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:14 2026] GET /v2.0/ports?device_id=6003d205-940c-40e3-b968-8669488ad5da => 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: 504/1091] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:15 2026] GET /v2.0/ports?device_id=a4e78aa7-e63f-4742-b967-f534ff9d34d1 => 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: 588/1092] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:15 2026] GET /v2.0/security-groups?id=a0456fc3-a81f-4579-93e2-4ffc0a4abb08&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: 7|app: 0|req: 505/1093] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:16 2026] GET /v2.0/ports?device_id=6003d205-940c-40e3-b968-8669488ad5da => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1094] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:17:16 2026] GET /v2.0/security-groups?tenant_id=e85ae1017dc04c5481c7329d46e8d081&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1095] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:16 2026] DELETE /v2.0/security-groups/3db9415d-7aa6-4b6f-bd21-aea792f4d7dd => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1096] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:17:16 2026] GET /v2.0/security-groups?tenant_id=f1e855dca29e44899958013d5bfbe25e&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: 507/1097] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:16 2026] GET /v2.0/ports?device_id=a4e78aa7-e63f-4742-b967-f534ff9d34d1 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1098] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:16 2026] GET /v2.0/security-groups?id=a0456fc3-a81f-4579-93e2-4ffc0a4abb08&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1099] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:16 2026] DELETE /v2.0/security-groups/9f3dfa00-6859-4cf1-8dcf-887091d36bb2 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1100] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:17 2026] GET /v2.0/ports?device_id=a4e78aa7-e63f-4742-b967-f534ff9d34d1 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1101] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:17:17 2026] GET /v2.0/networks?id=868d2c28-d0d6-4cdb-bea3-5756102c9352 => generated 673 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1102] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:17 2026] GET /v2.0/ports?device_id=6003d205-940c-40e3-b968-8669488ad5da => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:17:17.456 8 INFO neutron.db.l3_db [None req-4f618a8f-343b-418a-9db3-2a0f92703af3 5b071a4a2e9347af92816a6bb4f10cdd 398e7261f70f4a83be1558880ac27316 - - default default] Floating IP 116fd7fb-7823-4327-a764-22cc1dc7c28d associated. External IP: 10.96.250.205, port: 393cb11e-7478-4f00-98da-cfa71769a7b0. [pid: 7|app: 0|req: 512/1103] 199.204.45.53 () {38 vars in 954 bytes} [Fri May 29 23:17:17 2026] POST /v2.0/ports => generated 958 bytes in 513 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: 592/1104] 10.0.0.134 () {34 vars in 749 bytes} [Fri May 29 23:17:17 2026] PUT /v2.0/floatingips/116fd7fb-7823-4327-a764-22cc1dc7c28d => generated 856 bytes in 770 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:17:17.890 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-33bed441-b032-4d96-89fa-adcb5fb4230f'] response: {'name': 'network-changed', 'server_uuid': 'a4e78aa7-e63f-4742-b967-f534ff9d34d1', 'tag': '393cb11e-7478-4f00-98da-cfa71769a7b0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 593/1105] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:17 2026] GET /v2.0/ports?device_id=a4e78aa7-e63f-4742-b967-f534ff9d34d1 => 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: 594/1106] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:17 2026] GET /v2.0/security-groups?id=a0456fc3-a81f-4579-93e2-4ffc0a4abb08&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1107] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:18 2026] GET /v2.0/ports?device_id=a4e78aa7-e63f-4742-b967-f534ff9d34d1 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1108] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:17:18 2026] GET /v2.0/ports?tenant_id=398e7261f70f4a83be1558880ac27316&device_id=a4e78aa7-e63f-4742-b967-f534ff9d34d1 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1109] 199.204.45.53 () {38 vars in 1027 bytes} [Fri May 29 23:17:17 2026] PUT /v2.0/ports/957d20bf-cc9d-47c1-b406-d3222d23f521 => generated 1239 bytes in 680 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: 597/1110] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:18 2026] GET /v2.0/security-groups?id=a0456fc3-a81f-4579-93e2-4ffc0a4abb08&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1111] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:18 2026] GET /v2.0/ports?device_id=6003d205-940c-40e3-b968-8669488ad5da => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:17:18.543 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ebb27de-9837-4814-808b-e0adfd386b01'] response: {'name': 'network-changed', 'server_uuid': '6003d205-940c-40e3-b968-8669488ad5da', 'tag': '957d20bf-cc9d-47c1-b406-d3222d23f521', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 598/1112] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:17:18 2026] GET /v2.0/networks?id=e167aee5-495d-479f-b5c2-64fbdadfd0e5 => generated 771 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1113] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:18 2026] GET /v2.0/security-groups?id=3d0de008-c725-4c1e-aaa2-ab53ec334a67&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: 8|app: 0|req: 599/1114] 199.204.45.53 () {34 vars in 1059 bytes} [Fri May 29 23:17:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=393cb11e-7478-4f00-98da-cfa71769a7b0 => generated 859 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1115] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:17:18 2026] GET /v2.0/subnets?id=9112d0c5-603e-4531-9cdb-e551c86364e2 => generated 693 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1116] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:17:18 2026] GET /v2.0/ports?network_id=e167aee5-495d-479f-b5c2-64fbdadfd0e5&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1117] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:17:18 2026] GET /v2.0/networks/e167aee5-495d-479f-b5c2-64fbdadfd0e5?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: 601/1118] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:17:18 2026] GET /v2.0/networks/e167aee5-495d-479f-b5c2-64fbdadfd0e5?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: 518/1119] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:17:19 2026] GET /v2.0/ports?tenant_id=315c60a49a10464b92ac9e632550529b&device_id=6003d205-940c-40e3-b968-8669488ad5da => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1120] 199.204.45.53 () {34 vars in 1017 bytes} [Fri May 29 23:17:19 2026] GET /v2.0/networks?tenant_id=315c60a49a10464b92ac9e632550529b&shared=False => generated 769 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1121] 199.204.45.53 () {34 vars in 929 bytes} [Fri May 29 23:17:19 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: 8|app: 0|req: 603/1122] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:19 2026] GET /v2.0/ports?device_id=a4e78aa7-e63f-4742-b967-f534ff9d34d1 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1123] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:19 2026] GET /v2.0/ports?device_id=6003d205-940c-40e3-b968-8669488ad5da => 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: 604/1124] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:19 2026] GET /v2.0/security-groups?id=a0456fc3-a81f-4579-93e2-4ffc0a4abb08&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: 605/1125] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:19 2026] GET /v2.0/security-groups?id=3d0de008-c725-4c1e-aaa2-ab53ec334a67&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1126] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:17:19 2026] GET /v2.0/security-groups?tenant_id=76d442b72acd4654879b53d53de8c8e5&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1127] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:20 2026] DELETE /v2.0/security-groups/04eef536-e6b3-4bb6-b5e4-ad711b6de4d0 => 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: 522/1128] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:17:20 2026] GET /v2.0/ports?tenant_id=315c60a49a10464b92ac9e632550529b&device_id=6003d205-940c-40e3-b968-8669488ad5da => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1129] 199.204.45.53 () {34 vars in 1059 bytes} [Fri May 29 23:17:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=957d20bf-cc9d-47c1-b406-d3222d23f521 => 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: 523/1130] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:17:20 2026] GET /v2.0/subnets?id=0c47150c-33d8-4fdf-827c-096533513651 => generated 691 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1131] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:17:20 2026] GET /v2.0/ports?network_id=868d2c28-d0d6-4cdb-bea3-5756102c9352&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1132] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:17:20 2026] GET /v2.0/networks/868d2c28-d0d6-4cdb-bea3-5756102c9352?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: 609/1133] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:17:20 2026] GET /v2.0/networks/868d2c28-d0d6-4cdb-bea3-5756102c9352?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: 525/1134] 199.204.45.53 () {34 vars in 993 bytes} [Fri May 29 23:17:20 2026] GET /v2.0/ports?device_id=a4e78aa7-e63f-4742-b967-f534ff9d34d1 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1135] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:20 2026] GET /v2.0/ports?device_id=a4e78aa7-e63f-4742-b967-f534ff9d34d1 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1136] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:20 2026] GET /v2.0/ports?device_id=6003d205-940c-40e3-b968-8669488ad5da => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:17:20.917 7 INFO neutron_taas.services.taas.taas_plugin [req-5df1a022-e4cb-4fb1-93b9-73429ce25f26 req-2fb563e8-c1e4-4864-8d8a-4322173a59e5 5b071a4a2e9347af92816a6bb4f10cdd 398e7261f70f4a83be1558880ac27316 - - default default] TaaS: Handle Delete Port: 393cb11e-7478-4f00-98da-cfa71769a7b0 [pid: 8|app: 0|req: 612/1137] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:20 2026] GET /v2.0/security-groups?id=a0456fc3-a81f-4579-93e2-4ffc0a4abb08&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-29 23:17:20.920 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5df1a022-e4cb-4fb1-93b9-73429ce25f26 req-2fb563e8-c1e4-4864-8d8a-4322173a59e5 5b071a4a2e9347af92816a6bb4f10cdd 398e7261f70f4a83be1558880ac27316 - - default default] Tap Mirror: Handle Delete Port: 393cb11e-7478-4f00-98da-cfa71769a7b0 [pid: 8|app: 0|req: 613/1138] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:20 2026] GET /v2.0/security-groups?id=3d0de008-c725-4c1e-aaa2-ab53ec334a67&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:17:21.097 7 INFO neutron.db.l3_db [req-5df1a022-e4cb-4fb1-93b9-73429ce25f26 req-2fb563e8-c1e4-4864-8d8a-4322173a59e5 5b071a4a2e9347af92816a6bb4f10cdd 398e7261f70f4a83be1558880ac27316 - - default default] Floating IP 116fd7fb-7823-4327-a764-22cc1dc7c28d disassociated. External IP: 10.96.250.205, port: 393cb11e-7478-4f00-98da-cfa71769a7b0. [pid: 7|app: 0|req: 526/1139] 199.204.45.53 () {36 vars in 996 bytes} [Fri May 29 23:17:20 2026] DELETE /v2.0/ports/393cb11e-7478-4f00-98da-cfa71769a7b0 => generated 0 bytes in 703 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:17:21.519 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ac51ea56-d924-40aa-ae19-efc8f28e09e8'] response: {'server_uuid': 'a4e78aa7-e63f-4742-b967-f534ff9d34d1', 'name': 'network-vif-deleted', 'tag': '393cb11e-7478-4f00-98da-cfa71769a7b0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 614/1140] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:21 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1141] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:21 2026] GET /v2.0/security-groups?id=1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99&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: 528/1142] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:21 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1143] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:21 2026] GET /v2.0/security-groups?id=1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99&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: 530/1144] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:21 2026] GET /v2.0/ports?device_id=a4e78aa7-e63f-4742-b967-f534ff9d34d1 => 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: 531/1145] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:22 2026] GET /v2.0/ports?device_id=6003d205-940c-40e3-b968-8669488ad5da => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1146] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:22 2026] GET /v2.0/security-groups?id=3d0de008-c725-4c1e-aaa2-ab53ec334a67&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-29 23:17:22.139 8 INFO neutron.db.segments_db [None req-2e635e67-f8e7-42dd-9144-04a187bb7223 0f033f498f31499aad49ac156cf0fb40 6e0784b20f3a4abebcd07bc3ade280d2 - - default default] Added segment 9593725a-d3d3-4e55-86bf-bfd76d0fc9ec of type vxlan for network aae549de-42de-48d1-81c2-3474beeac16b 2026-05-29 23:17:22.220 8 INFO neutron.db.segments_db [None req-2e635e67-f8e7-42dd-9144-04a187bb7223 0f033f498f31499aad49ac156cf0fb40 6e0784b20f3a4abebcd07bc3ade280d2 - - default default] Added segment f0c952cf-c206-4c35-9888-fc1a7dd2f18b of type vxlan for network 5d3fff40-e467-4b5f-b109-2705a7727cae [pid: 7|app: 0|req: 533/1147] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:22 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1148] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:17:21 2026] POST /v2.0/networks => generated 1246 bytes in 564 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1149] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:22 2026] GET /v2.0/security-groups?id=1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99&fields=id&fields=name => generated 112 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1150] 10.0.0.134 () {32 vars in 649 bytes} [Fri May 29 23:17:22 2026] GET /v2.0/networks => generated 1845 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:17:22.547 7 INFO neutron.services.segments.plugin [-] Segment 9593725a-d3d3-4e55-86bf-bfd76d0fc9ec resource provider aggregate not found 2026-05-29 23:17:22.548 7 INFO neutron.services.segments.plugin [-] Segment 9593725a-d3d3-4e55-86bf-bfd76d0fc9ec resource provider aggregate not found 2026-05-29 23:17:22.568 7 INFO neutron.services.segments.plugin [-] Segment 9593725a-d3d3-4e55-86bf-bfd76d0fc9ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9593725a-d3d3-4e55-86bf-bfd76d0fc9ec found for delete ", "request_id": "req-5135bf96-e6a2-4727-bcc6-89d7712a2af9"}]} 2026-05-29 23:17:22.570 7 INFO neutron.services.segments.plugin [-] Segment 9593725a-d3d3-4e55-86bf-bfd76d0fc9ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9593725a-d3d3-4e55-86bf-bfd76d0fc9ec found for delete ", "request_id": "req-b457e47d-2d15-4233-a4a0-a9b18a11593a"}]} [pid: 7|app: 0|req: 535/1151] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:17:22 2026] DELETE /v2.0/networks/aae549de-42de-48d1-81c2-3474beeac16b => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:17:22.695 8 INFO neutron.services.segments.plugin [-] Segment f0c952cf-c206-4c35-9888-fc1a7dd2f18b resource provider aggregate not found 2026-05-29 23:17:22.698 8 INFO neutron.services.segments.plugin [-] Segment f0c952cf-c206-4c35-9888-fc1a7dd2f18b resource provider aggregate not found 2026-05-29 23:17:22.714 8 INFO neutron.services.segments.plugin [-] Segment f0c952cf-c206-4c35-9888-fc1a7dd2f18b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0c952cf-c206-4c35-9888-fc1a7dd2f18b found for delete ", "request_id": "req-01e28916-8042-4815-b550-11e9eb881769"}]} 2026-05-29 23:17:22.718 8 INFO neutron.services.segments.plugin [-] Segment f0c952cf-c206-4c35-9888-fc1a7dd2f18b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0c952cf-c206-4c35-9888-fc1a7dd2f18b found for delete ", "request_id": "req-472c090e-5f47-40f7-9f54-9ec8f1ea4c9e"}]} [pid: 8|app: 0|req: 617/1152] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:17:22 2026] DELETE /v2.0/networks/5d3fff40-e467-4b5f-b109-2705a7727cae => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1153] 10.0.0.134 () {32 vars in 649 bytes} [Fri May 29 23:17:22 2026] GET /v2.0/networks => generated 651 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:17:22.846 8 INFO neutron.db.segments_db [None req-acd4ba5d-b6ea-4499-a729-a342a2791264 0f033f498f31499aad49ac156cf0fb40 6e0784b20f3a4abebcd07bc3ade280d2 - - default default] Added segment bfb1e446-089f-4269-a38c-f5bc2d61ae2d of type vxlan for network 11465b4a-1844-47a1-9c7e-3c1100b43dc8 [pid: 8|app: 0|req: 618/1154] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:17:22 2026] POST /v2.0/networks => generated 649 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:17:22.990 7 INFO neutron.db.segments_db [None req-c1382eb5-1b9f-4153-9974-aaf27380610a 0f033f498f31499aad49ac156cf0fb40 6e0784b20f3a4abebcd07bc3ade280d2 - - default default] Added segment 04d1a79d-22e7-4662-99f5-41b432d9d4bf of type vxlan for network c3d3cb18-e54b-4742-b849-c17c405777ce [pid: 7|app: 0|req: 537/1155] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:17:22 2026] POST /v2.0/networks => generated 649 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1156] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:23 2026] GET /v2.0/ports?device_id=a4e78aa7-e63f-4742-b967-f534ff9d34d1 => 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: 620/1157] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:23 2026] GET /v2.0/ports?device_id=6003d205-940c-40e3-b968-8669488ad5da => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1158] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:23 2026] GET /v2.0/security-groups?id=3d0de008-c725-4c1e-aaa2-ab53ec334a67&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1159] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:23 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1160] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:23 2026] GET /v2.0/security-groups?id=1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99&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: 8|app: 0|req: 624/1161] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:17:23 2026] GET /v2.0/ports?tenant_id=1209bee8b03d44d7baabfd8fc1ad8a24&device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1162] 10.0.0.134 () {34 vars in 665 bytes} [Fri May 29 23:17:23 2026] POST /v2.0/ports => generated 1506 bytes in 717 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: 625/1163] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:17:23 2026] GET /v2.0/networks?id=8a38f5cb-04b7-45c4-bf3c-c8b89212c6c3 => generated 770 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1164] 10.0.0.134 () {32 vars in 643 bytes} [Fri May 29 23:17:23 2026] GET /v2.0/ports => generated 1506 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1165] 199.204.45.53 () {34 vars in 1059 bytes} [Fri May 29 23:17:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=d1b4264d-9075-4911-90e8-0bc1ba0d0cb3 => 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: 627/1166] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:17:23 2026] GET /v2.0/subnets?id=2e953289-d77e-42e1-ab16-5c8f7c1cd3f8 => generated 692 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:17:23.988 7 INFO neutron_taas.services.taas.taas_plugin [None req-c10377ad-1f43-4ca7-9465-aad1da422f37 0f033f498f31499aad49ac156cf0fb40 6e0784b20f3a4abebcd07bc3ade280d2 - - default default] TaaS: Handle Delete Port: 3992249e-80ac-4b67-bcb0-bb72dfd4f74c 2026-05-29 23:17:23.990 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c10377ad-1f43-4ca7-9465-aad1da422f37 0f033f498f31499aad49ac156cf0fb40 6e0784b20f3a4abebcd07bc3ade280d2 - - default default] Tap Mirror: Handle Delete Port: 3992249e-80ac-4b67-bcb0-bb72dfd4f74c [pid: 8|app: 0|req: 628/1167] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:17:23 2026] GET /v2.0/ports?network_id=8a38f5cb-04b7-45c4-bf3c-c8b89212c6c3&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: 540/1168] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:17:23 2026] DELETE /v2.0/ports/3992249e-80ac-4b67-bcb0-bb72dfd4f74c => 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: 629/1169] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:17:24 2026] GET /v2.0/networks/8a38f5cb-04b7-45c4-bf3c-c8b89212c6c3?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: 630/1170] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:17:24 2026] GET /v2.0/networks/8a38f5cb-04b7-45c4-bf3c-c8b89212c6c3?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: 631/1171] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:24 2026] GET /v2.0/ports?device_id=a4e78aa7-e63f-4742-b967-f534ff9d34d1 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:17:24.238 7 INFO neutron_taas.services.taas.taas_plugin [None req-12dd0d10-555f-4ed3-85bb-7b72199fdbf8 0f033f498f31499aad49ac156cf0fb40 6e0784b20f3a4abebcd07bc3ade280d2 - - default default] TaaS: Handle Delete Port: 8ced9356-fb08-4a2f-884d-91e935da7fb9 2026-05-29 23:17:24.245 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12dd0d10-555f-4ed3-85bb-7b72199fdbf8 0f033f498f31499aad49ac156cf0fb40 6e0784b20f3a4abebcd07bc3ade280d2 - - default default] Tap Mirror: Handle Delete Port: 8ced9356-fb08-4a2f-884d-91e935da7fb9 [pid: 7|app: 0|req: 541/1172] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:17:24 2026] DELETE /v2.0/ports/8ced9356-fb08-4a2f-884d-91e935da7fb9 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1173] 10.0.0.134 () {32 vars in 643 bytes} [Fri May 29 23:17:24 2026] GET /v2.0/ports => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1174] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:24 2026] GET /v2.0/ports?device_id=6003d205-940c-40e3-b968-8669488ad5da => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:17:24.476 8 INFO neutron.db.segments_db [None req-9edf1bdf-a0c8-4bc6-9409-ad59e0672030 0f033f498f31499aad49ac156cf0fb40 6e0784b20f3a4abebcd07bc3ade280d2 - - default default] Added segment 9789f3dd-5214-421f-9b7a-c5a69e0690c3 of type vxlan for network 3ddaad4a-3ffe-462a-90e0-d32e2cd46548 [pid: 7|app: 0|req: 543/1175] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:24 2026] GET /v2.0/security-groups?id=3d0de008-c725-4c1e-aaa2-ab53ec334a67&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: 633/1176] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:17:24 2026] POST /v2.0/networks => generated 650 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1177] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:24 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:17:24.633 8 INFO neutron.db.segments_db [None req-047e3193-3668-46f7-a049-14999846185a 0f033f498f31499aad49ac156cf0fb40 6e0784b20f3a4abebcd07bc3ade280d2 - - default default] Added segment c06d198b-ccf5-4b2e-879a-9e413906c6e6 of type vxlan for network 31d916b8-117d-4f45-b71d-a70b7fb78434 [pid: 7|app: 0|req: 545/1178] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:24 2026] GET /v2.0/security-groups?id=1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99&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: 634/1181] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:17:24 2026] POST /v2.0/networks => generated 650 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1182] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:17:24 2026] POST /v2.0/subnets => generated 1273 bytes in 513 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1183] 10.0.0.134 () {32 vars in 647 bytes} [Fri May 29 23:17:25 2026] GET /v2.0/subnets => generated 1909 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1184] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:25 2026] DELETE /v2.0/security-groups/a0456fc3-a81f-4579-93e2-4ffc0a4abb08 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:17:25.486 7 INFO neutron.api.v2.resource [None req-ef5851ea-122d-4bb0-8156-b3c2180849e6 5b071a4a2e9347af92816a6bb4f10cdd 398e7261f70f4a83be1558880ac27316 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 550/1185] 10.0.0.134 () {32 vars in 737 bytes} [Fri May 29 23:17:25 2026] GET /v2.0/security-groups/a0456fc3-a81f-4579-93e2-4ffc0a4abb08 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1186] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:17:25 2026] DELETE /v2.0/subnets/63ba2a9f-1e01-41d1-8906-9c22c4cc7080 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:17:25.611 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c382f81-a239-4673-9520-b37effb4b5ee 5b071a4a2e9347af92816a6bb4f10cdd 398e7261f70f4a83be1558880ac27316 - - default default] TaaS: Handle Delete Port: d3425a3f-a5b9-4805-8018-40c70ffa6065 2026-05-29 23:17:25.614 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c382f81-a239-4673-9520-b37effb4b5ee 5b071a4a2e9347af92816a6bb4f10cdd 398e7261f70f4a83be1558880ac27316 - - default default] Tap Mirror: Handle Delete Port: d3425a3f-a5b9-4805-8018-40c70ffa6065 [pid: 8|app: 0|req: 637/1187] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:17:25 2026] DELETE /v2.0/subnets/a6764f2a-b100-4fe3-ad8a-cac684bb7010 => 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: 638/1188] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:25 2026] GET /v2.0/ports?device_id=6003d205-940c-40e3-b968-8669488ad5da => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1189] 10.0.0.134 () {32 vars in 647 bytes} [Fri May 29 23:17:25 2026] GET /v2.0/subnets => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1190] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:25 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1191] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:17:25 2026] DELETE /v2.0/floatingips/116fd7fb-7823-4327-a764-22cc1dc7c28d => generated 0 bytes in 340 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1192] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:25 2026] GET /v2.0/security-groups?id=3d0de008-c725-4c1e-aaa2-ab53ec334a67&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: 642/1193] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:25 2026] GET /v2.0/security-groups?id=1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:17:25.979 7 INFO neutron.services.segments.plugin [-] Segment c06d198b-ccf5-4b2e-879a-9e413906c6e6 resource provider aggregate not found 2026-05-29 23:17:25.982 7 INFO neutron.services.segments.plugin [-] Segment c06d198b-ccf5-4b2e-879a-9e413906c6e6 resource provider aggregate not found 2026-05-29 23:17:26.002 7 INFO neutron.services.segments.plugin [-] Segment c06d198b-ccf5-4b2e-879a-9e413906c6e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c06d198b-ccf5-4b2e-879a-9e413906c6e6 found for delete ", "request_id": "req-bd554e64-8944-435a-ba46-786ff61148e6"}]} 2026-05-29 23:17:26.015 7 INFO neutron.services.segments.plugin [-] Segment c06d198b-ccf5-4b2e-879a-9e413906c6e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c06d198b-ccf5-4b2e-879a-9e413906c6e6 found for delete ", "request_id": "req-f9221051-cf14-4de6-a6a5-3a5ab2b0b28e"}]} [pid: 7|app: 0|req: 552/1194] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:17:25 2026] DELETE /v2.0/networks/31d916b8-117d-4f45-b71d-a70b7fb78434 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1195] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:17:26 2026] DELETE /v2.0/networks/3ddaad4a-3ffe-462a-90e0-d32e2cd46548 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:17:26.263 8 INFO neutron_taas.services.taas.taas_plugin [None req-6fd9e5be-ca51-411b-b490-01211e4fd730 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: fbad7cfc-85d9-4fc8-a2ba-d6abb66c66e2 2026-05-29 23:17:26.266 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fd9e5be-ca51-411b-b490-01211e4fd730 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: fbad7cfc-85d9-4fc8-a2ba-d6abb66c66e2 [pid: 7|app: 0|req: 554/1196] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:17:26 2026] DELETE /v2.0/networks/c3d3cb18-e54b-4742-b849-c17c405777ce => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1197] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:17:26 2026] DELETE /v2.0/networks/11465b4a-1844-47a1-9c7e-3c1100b43dc8 => 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: 643/1198] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:17:25 2026] PUT /v2.0/routers/0710b78b-7744-40a1-9c46-0566f0caebbe/remove_router_interface => generated 309 bytes in 1078 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1199] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:26 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1200] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:27 2026] GET /v2.0/security-groups?id=1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1201] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:17:27 2026] GET /v2.0/security-groups?tenant_id=6e0784b20f3a4abebcd07bc3ade280d2&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:17:27.263 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a9170a3-c689-4ff5-9364-26cd1667e24a c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: caee4cea-4fe5-4889-beca-00d6441c5c0d 2026-05-29 23:17:27.266 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a9170a3-c689-4ff5-9364-26cd1667e24a c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: caee4cea-4fe5-4889-beca-00d6441c5c0d [pid: 7|app: 0|req: 559/1202] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:27 2026] DELETE /v2.0/security-groups/97e9574c-57dc-4cec-886e-c3a2db38989f => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1203] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:27 2026] GET /v2.0/ports?device_id=6003d205-940c-40e3-b968-8669488ad5da => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1204] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:27 2026] GET /v2.0/security-groups?id=3d0de008-c725-4c1e-aaa2-ab53ec334a67&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:17:27.602 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a9170a3-c689-4ff5-9364-26cd1667e24a c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: d0420789-0bf8-49cf-b349-a640f2a43a2e 2026-05-29 23:17:27.606 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a9170a3-c689-4ff5-9364-26cd1667e24a c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: d0420789-0bf8-49cf-b349-a640f2a43a2e 2026-05-29 23:17:28.008 8 INFO neutron.services.segments.plugin [-] Segment 82dfd28a-85a0-4abc-8b4a-5f6396168a56 resource provider aggregate not found 2026-05-29 23:17:28.019 8 INFO neutron.services.segments.plugin [-] Segment 82dfd28a-85a0-4abc-8b4a-5f6396168a56 resource provider aggregate not found 2026-05-29 23:17:28.021 7 INFO neutron.services.segments.plugin [-] Segment 9789f3dd-5214-421f-9b7a-c5a69e0690c3 resource provider aggregate not found 2026-05-29 23:17:28.033 8 INFO neutron.services.segments.plugin [-] Segment 82dfd28a-85a0-4abc-8b4a-5f6396168a56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82dfd28a-85a0-4abc-8b4a-5f6396168a56 found for delete ", "request_id": "req-bc9b7c8f-b3bb-4868-9274-45c6bc38cb25"}]} 2026-05-29 23:17:28.039 7 INFO neutron.services.segments.plugin [-] Segment 9789f3dd-5214-421f-9b7a-c5a69e0690c3 resource provider aggregate not found 2026-05-29 23:17:28.047 7 INFO neutron.services.segments.plugin [-] Segment 9789f3dd-5214-421f-9b7a-c5a69e0690c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9789f3dd-5214-421f-9b7a-c5a69e0690c3 found for delete ", "request_id": "req-90e97c17-88ab-45e8-b9d9-739190e0a772"}]} 2026-05-29 23:17:28.047 8 INFO neutron.services.segments.plugin [-] Segment 82dfd28a-85a0-4abc-8b4a-5f6396168a56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82dfd28a-85a0-4abc-8b4a-5f6396168a56 found for delete ", "request_id": "req-a18781d0-8997-41ae-af42-856b393ad2ac"}]} 2026-05-29 23:17:28.052 8 INFO neutron.db.l3_hamode_db [None req-5a9170a3-c689-4ff5-9364-26cd1667e24a c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] HA network 03dcca96-a547-44e3-9ede-f77165e2ac04 was deleted as no HA routers are present in tenant 398e7261f70f4a83be1558880ac27316. 2026-05-29 23:17:28.058 7 INFO neutron.services.segments.plugin [-] Segment 9789f3dd-5214-421f-9b7a-c5a69e0690c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9789f3dd-5214-421f-9b7a-c5a69e0690c3 found for delete ", "request_id": "req-25c6efe6-9738-437d-83ed-4bf8cca7719b"}]} [pid: 8|app: 0|req: 644/1205] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:17:26 2026] DELETE /v2.0/routers/0710b78b-7744-40a1-9c46-0566f0caebbe => generated 0 bytes in 1087 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:17:28.064 7 INFO neutron.services.segments.plugin [-] Segment 04d1a79d-22e7-4662-99f5-41b432d9d4bf resource provider aggregate not found 2026-05-29 23:17:28.075 7 INFO neutron.services.segments.plugin [-] Segment 04d1a79d-22e7-4662-99f5-41b432d9d4bf resource provider aggregate not found 2026-05-29 23:17:28.086 7 INFO neutron.services.segments.plugin [-] Segment 04d1a79d-22e7-4662-99f5-41b432d9d4bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04d1a79d-22e7-4662-99f5-41b432d9d4bf found for delete ", "request_id": "req-7d1aaab3-729b-4f69-a548-087cf3cd6102"}]} 2026-05-29 23:17:28.097 7 INFO neutron.services.segments.plugin [-] Segment 04d1a79d-22e7-4662-99f5-41b432d9d4bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04d1a79d-22e7-4662-99f5-41b432d9d4bf found for delete ", "request_id": "req-270c5eb6-0ab5-4fff-8108-8bf96297f6e5"}]} 2026-05-29 23:17:28.111 7 INFO neutron.services.segments.plugin [-] Segment bfb1e446-089f-4269-a38c-f5bc2d61ae2d resource provider aggregate not found 2026-05-29 23:17:28.116 7 INFO neutron.services.segments.plugin [-] Segment bfb1e446-089f-4269-a38c-f5bc2d61ae2d resource provider aggregate not found 2026-05-29 23:17:28.132 7 INFO neutron.services.segments.plugin [-] Segment bfb1e446-089f-4269-a38c-f5bc2d61ae2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfb1e446-089f-4269-a38c-f5bc2d61ae2d found for delete ", "request_id": "req-37a729fb-ef4a-4204-b79e-a8c9febf80e7"}]} 2026-05-29 23:17:28.144 7 INFO neutron.services.segments.plugin [-] Segment bfb1e446-089f-4269-a38c-f5bc2d61ae2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfb1e446-089f-4269-a38c-f5bc2d61ae2d found for delete ", "request_id": "req-1126e90c-35a2-4bad-b7fd-a86a0e7d2499"}]} [pid: 8|app: 0|req: 645/1206] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:28 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 975 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1207] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:17:28 2026] DELETE /v2.0/subnets/9112d0c5-603e-4531-9cdb-e551c86364e2 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1208] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:28 2026] GET /v2.0/security-groups?id=1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99&fields=id&fields=name => generated 112 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:17:28.467 7 INFO neutron_taas.services.taas.taas_plugin [None req-c463b3a7-2966-486e-9420-5a1146dee4ad c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: 28e577ec-9ad7-45c5-a7eb-40a79cfaf784 2026-05-29 23:17:28.470 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c463b3a7-2966-486e-9420-5a1146dee4ad c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: 28e577ec-9ad7-45c5-a7eb-40a79cfaf784 [pid: 8|app: 0|req: 647/1209] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:28 2026] GET /v2.0/ports?device_id=6003d205-940c-40e3-b968-8669488ad5da => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1210] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:28 2026] GET /v2.0/security-groups?id=3d0de008-c725-4c1e-aaa2-ab53ec334a67&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: 563/1211] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:17:28 2026] DELETE /v2.0/networks/e167aee5-495d-479f-b5c2-64fbdadfd0e5 => generated 0 bytes in 434 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1212] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:17:28 2026] GET /v2.0/security-groups?tenant_id=398e7261f70f4a83be1558880ac27316&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1213] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:28 2026] DELETE /v2.0/security-groups/fce0f767-7d8c-49df-a44a-c803a347faa4 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1214] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:29 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1215] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:29 2026] GET /v2.0/security-groups?id=1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1216] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:29 2026] GET /v2.0/ports?device_id=6003d205-940c-40e3-b968-8669488ad5da => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1217] 199.204.45.53 () {34 vars in 993 bytes} [Fri May 29 23:17:29 2026] GET /v2.0/ports?device_id=6003d205-940c-40e3-b968-8669488ad5da => 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: 568/1218] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:29 2026] GET /v2.0/security-groups?id=3d0de008-c725-4c1e-aaa2-ab53ec334a67&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:17:30.006 8 INFO neutron.db.segments_db [None req-d96e13eb-dc0a-4c90-89b2-3e38e66155e0 bc8be5ea58f74615bb4f072d1ece8615 607f7c1cde174563b11f41b4c39a748b - - default default] Added segment 3722bd1d-e8bf-45d9-b401-3a4b69833cf0 of type vxlan for network b57f3ee2-ac8b-45e3-a902-4b5bde6f4750 2026-05-29 23:17:30.045 7 INFO neutron_taas.services.taas.taas_plugin [req-acd8f44b-864f-46b0-b4ad-1e54ab7aec3b req-02e4bae0-df3f-4eaa-839c-ff9048098548 8b6624a57a094231980941189037ce74 315c60a49a10464b92ac9e632550529b - - default default] TaaS: Handle Delete Port: 957d20bf-cc9d-47c1-b406-d3222d23f521 2026-05-29 23:17:30.048 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-acd8f44b-864f-46b0-b4ad-1e54ab7aec3b req-02e4bae0-df3f-4eaa-839c-ff9048098548 8b6624a57a094231980941189037ce74 315c60a49a10464b92ac9e632550529b - - default default] Tap Mirror: Handle Delete Port: 957d20bf-cc9d-47c1-b406-d3222d23f521 [pid: 8|app: 0|req: 651/1219] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:17:29 2026] POST /v2.0/networks => generated 647 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:17:30.161 7 INFO neutron.services.segments.plugin [-] Segment 5ef64d47-4e4e-4d1b-8566-8eca9d906f0a resource provider aggregate not found 2026-05-29 23:17:30.177 7 INFO neutron.services.segments.plugin [-] Segment 5ef64d47-4e4e-4d1b-8566-8eca9d906f0a resource provider aggregate not found 2026-05-29 23:17:30.181 7 INFO neutron.services.segments.plugin [-] Segment 5ef64d47-4e4e-4d1b-8566-8eca9d906f0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ef64d47-4e4e-4d1b-8566-8eca9d906f0a found for delete ", "request_id": "req-c5c3a372-68cf-485f-8936-75d2c63e8ade"}]} 2026-05-29 23:17:30.197 7 INFO neutron.services.segments.plugin [-] Segment 5ef64d47-4e4e-4d1b-8566-8eca9d906f0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ef64d47-4e4e-4d1b-8566-8eca9d906f0a found for delete ", "request_id": "req-48c1c672-a762-4f17-bf71-a6afe25796ad"}]} [pid: 7|app: 0|req: 569/1220] 199.204.45.53 () {36 vars in 996 bytes} [Fri May 29 23:17:29 2026] DELETE /v2.0/ports/957d20bf-cc9d-47c1-b406-d3222d23f521 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:17:30.286 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cc64f354-e133-42a9-92ac-f0ec3bdfe0f3'] response: {'server_uuid': '6003d205-940c-40e3-b968-8669488ad5da', 'name': 'network-vif-deleted', 'tag': '957d20bf-cc9d-47c1-b406-d3222d23f521', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 570/1221] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:30 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => 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: 571/1222] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:30 2026] GET /v2.0/security-groups?id=1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1223] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:17:30 2026] POST /v2.0/subnets => generated 673 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:17:31.015 7 INFO neutron.db.segments_db [None req-f57ac6fe-136b-41d2-b0c8-9624212cb42f bc8be5ea58f74615bb4f072d1ece8615 607f7c1cde174563b11f41b4c39a748b - - default default] Added segment 9faf7f4a-65e5-430f-9ba1-7b2747a47f11 of type vxlan for network c06db88e-bda5-4fbf-8cc7-23a2facd1830 [pid: 8|app: 0|req: 653/1224] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:31 2026] GET /v2.0/ports?device_id=6003d205-940c-40e3-b968-8669488ad5da => 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: 572/1225] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:17:30 2026] POST /v2.0/networks => generated 647 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1226] 10.0.0.134 () {34 vars in 743 bytes} [Fri May 29 23:17:31 2026] PUT /v2.0/networks/c06db88e-bda5-4fbf-8cc7-23a2facd1830 => generated 592 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1227] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:17:31 2026] POST /v2.0/subnets => generated 646 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1228] 10.0.0.134 () {34 vars in 741 bytes} [Fri May 29 23:17:31 2026] PUT /v2.0/subnets/4ce74494-963f-4e54-8896-e8e36162827b => generated 656 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1229] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:31 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1230] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:31 2026] GET /v2.0/security-groups?id=1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1231] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:17:31 2026] DELETE /v2.0/networks/c06db88e-bda5-4fbf-8cc7-23a2facd1830 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:17:32.004 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2ea03262-2004-4765-9a5a-1dc7ee6affec bc8be5ea58f74615bb4f072d1ece8615 607f7c1cde174563b11f41b4c39a748b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 658/1232] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:17:31 2026] DELETE /v2.0/networks/c06db88e-bda5-4fbf-8cc7-23a2facd1830 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1233] 10.0.0.134 () {32 vars in 694 bytes} [Fri May 29 23:17:32 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1234] 10.0.0.134 () {32 vars in 742 bytes} [Fri May 29 23:17:32 2026] GET /v2.0/subnets?network_id=83bb5745-c0b0-474c-97de-d2fe2f1f6c82 => generated 649 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1235] 10.0.0.134 () {32 vars in 653 bytes} [Fri May 29 23:17:32 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1236] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:32 2026] GET /v2.0/ports?device_id=6003d205-940c-40e3-b968-8669488ad5da => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:17:32.206 7 INFO neutron.services.segments.plugin [-] Segment 9faf7f4a-65e5-430f-9ba1-7b2747a47f11 resource provider aggregate not found 2026-05-29 23:17:32.218 7 INFO neutron.services.segments.plugin [-] Segment 9faf7f4a-65e5-430f-9ba1-7b2747a47f11 resource provider aggregate not found 2026-05-29 23:17:32.231 7 INFO neutron.services.segments.plugin [-] Segment 9faf7f4a-65e5-430f-9ba1-7b2747a47f11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9faf7f4a-65e5-430f-9ba1-7b2747a47f11 found for delete ", "request_id": "req-ba310530-c8e1-4910-82eb-2119c5cc5408"}]} [pid: 8|app: 0|req: 661/1237] 10.0.0.134 () {32 vars in 649 bytes} [Fri May 29 23:17:32 2026] GET /v2.0/networks => generated 1312 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:17:32.249 7 INFO neutron.services.segments.plugin [-] Segment 9faf7f4a-65e5-430f-9ba1-7b2747a47f11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9faf7f4a-65e5-430f-9ba1-7b2747a47f11 found for delete ", "request_id": "req-2f64870a-abd5-4107-89ee-5c7f3f59d5b6"}]} [pid: 7|app: 0|req: 577/1238] 10.0.0.134 () {32 vars in 647 bytes} [Fri May 29 23:17:32 2026] GET /v2.0/subnets => generated 1312 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1239] 10.0.0.134 () {32 vars in 723 bytes} [Fri May 29 23:17:32 2026] GET /v2.0/networks/b57f3ee2-ac8b-45e3-a902-4b5bde6f4750 => generated 672 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1240] 10.0.0.134 () {32 vars in 721 bytes} [Fri May 29 23:17:32 2026] GET /v2.0/subnets/029eede1-3991-4c51-9c85-cc5f2b491a45 => generated 673 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:17:32.475 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fbb23bda-a6db-4c44-9d69-54b2f5c0e58d bc8be5ea58f74615bb4f072d1ece8615 607f7c1cde174563b11f41b4c39a748b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 663/1241] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:17:32 2026] DELETE /v2.0/subnets/4ce74494-963f-4e54-8896-e8e36162827b => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:17:32.502 7 INFO neutron.pecan_wsgi.hooks.translation [None req-87d81d51-c0f0-4ca4-81a0-9c719bde75cf bc8be5ea58f74615bb4f072d1ece8615 607f7c1cde174563b11f41b4c39a748b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 579/1242] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:17:32 2026] DELETE /v2.0/networks/c06db88e-bda5-4fbf-8cc7-23a2facd1830 => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1243] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:17:32 2026] DELETE /v2.0/subnets/029eede1-3991-4c51-9c85-cc5f2b491a45 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1244] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:17:32 2026] DELETE /v2.0/networks/b57f3ee2-ac8b-45e3-a902-4b5bde6f4750 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1245] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:32 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1246] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:33 2026] GET /v2.0/security-groups?id=1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99&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: 666/1247] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:33 2026] GET /v2.0/ports?device_id=6003d205-940c-40e3-b968-8669488ad5da => 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: 582/1248] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:17:33 2026] GET /v2.0/security-groups?tenant_id=607f7c1cde174563b11f41b4c39a748b&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1249] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:33 2026] DELETE /v2.0/security-groups/31a614ec-2526-4ae1-8a28-6f2318fe3798 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:17:34.255 7 INFO neutron.services.segments.plugin [-] Segment 3722bd1d-e8bf-45d9-b401-3a4b69833cf0 resource provider aggregate not found 2026-05-29 23:17:34.278 7 INFO neutron.services.segments.plugin [-] Segment 3722bd1d-e8bf-45d9-b401-3a4b69833cf0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3722bd1d-e8bf-45d9-b401-3a4b69833cf0 found for delete ", "request_id": "req-8298453e-6f95-448f-8cfe-03a3389da90c"}]} 2026-05-29 23:17:34.281 7 INFO neutron.services.segments.plugin [-] Segment 3722bd1d-e8bf-45d9-b401-3a4b69833cf0 resource provider aggregate not found 2026-05-29 23:17:34.305 7 INFO neutron.services.segments.plugin [-] Segment 3722bd1d-e8bf-45d9-b401-3a4b69833cf0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3722bd1d-e8bf-45d9-b401-3a4b69833cf0 found for delete ", "request_id": "req-438794bf-686e-4f43-9466-c62d8328c8c1"}]} 2026-05-29 23:17:35.980 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a7b2c75-4278-4381-bad9-64352172114d c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: ce242d14-1868-477b-bff7-2e235a0b5b71 2026-05-29 23:17:35.982 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a7b2c75-4278-4381-bad9-64352172114d c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: ce242d14-1868-477b-bff7-2e235a0b5b71 [pid: 8|app: 0|req: 668/1250] 10.0.0.134 () {34 vars in 684 bytes} [Fri May 29 23:17:35 2026] POST /v2.0/security-groups => generated 1624 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1251] 10.0.0.134 () {32 vars in 663 bytes} [Fri May 29 23:17:36 2026] GET /v2.0/security-groups => generated 4529 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1252] 10.0.0.134 () {34 vars in 758 bytes} [Fri May 29 23:17:36 2026] PUT /v2.0/security-groups/253a9819-f73f-4dc7-8f83-4a14ff8be983 => generated 1663 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1253] 10.0.0.134 () {32 vars in 737 bytes} [Fri May 29 23:17:36 2026] GET /v2.0/security-groups/253a9819-f73f-4dc7-8f83-4a14ff8be983 => generated 1663 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1254] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:36 2026] DELETE /v2.0/security-groups/253a9819-f73f-4dc7-8f83-4a14ff8be983 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1255] 10.0.0.134 () {32 vars in 663 bytes} [Fri May 29 23:17:36 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) 2026-05-29 23:17:36.525 8 INFO neutron.api.v2.resource [None req-9db3248e-5b8d-4772-a17f-b597e289e728 74a66b75da9540ccbe2aa48476cac460 672b8a021f154f69860bef5fc30c73af - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 674/1256] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:36 2026] DELETE /v2.0/security-groups/253a9819-f73f-4dc7-8f83-4a14ff8be983 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1257] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:17:35 2026] PUT /v2.0/routers/1eb25684-331e-485c-b6ce-b882f87690eb/remove_router_interface => generated 309 bytes in 1029 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1258] 10.0.0.134 () {34 vars in 684 bytes} [Fri May 29 23:17:36 2026] POST /v2.0/security-groups => generated 1622 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1259] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:17:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:17:36.869 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e861fee-7b42-433a-8c18-29e9b10ae299 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: c1005983-ce18-4419-bc48-ff822248d7dc 2026-05-29 23:17:36.872 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e861fee-7b42-433a-8c18-29e9b10ae299 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: c1005983-ce18-4419-bc48-ff822248d7dc [pid: 8|app: 0|req: 677/1260] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:17:36 2026] GET /v2.0/security-groups?tenant_id=7eeb3e7da252424f8cd2a19f650e8c29&name=default => generated 2925 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:17:37.215 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e861fee-7b42-433a-8c18-29e9b10ae299 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: b0f6542f-f466-4352-959e-199867ce0d38 2026-05-29 23:17:37.227 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e861fee-7b42-433a-8c18-29e9b10ae299 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: b0f6542f-f466-4352-959e-199867ce0d38 [pid: 8|app: 0|req: 678/1261] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:17:37 2026] GET /v2.0/security-group-rules/5df2f44c-79d6-4055-bceb-c1a709273ec4 => generated 601 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1262] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:37 2026] DELETE /v2.0/security-groups/1d40e1bd-72cb-4e59-a980-7cf7329bfa51 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1263] 10.0.0.134 () {32 vars in 673 bytes} [Fri May 29 23:17:37 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1264] 10.0.0.134 () {32 vars in 750 bytes} [Fri May 29 23:17:37 2026] DELETE /v2.0/security-group-rules/5df2f44c-79d6-4055-bceb-c1a709273ec4 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1265] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:17:37 2026] GET /v2.0/security-groups?tenant_id=259906530ca54282a11fb26b14ad8938&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: 683/1266] 10.0.0.134 () {32 vars in 673 bytes} [Fri May 29 23:17:37 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1267] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:37 2026] DELETE /v2.0/security-groups/c31f7cf4-9faf-46a3-bc12-e62ee922d25e => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1268] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:17:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1269] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:17:37 2026] GET /v2.0/security-group-rules/49a9fa5d-b267-463c-86b2-4ad95bc3dbd0 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1270] 10.0.0.134 () {32 vars in 673 bytes} [Fri May 29 23:17:37 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1271] 10.0.0.134 () {32 vars in 750 bytes} [Fri May 29 23:17:38 2026] DELETE /v2.0/security-group-rules/49a9fa5d-b267-463c-86b2-4ad95bc3dbd0 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:17:38.143 7 INFO neutron.services.segments.plugin [-] Segment 84ba5fc4-a1a6-42da-bf9d-16c1383c052e resource provider aggregate not found 2026-05-29 23:17:38.160 7 INFO neutron.services.segments.plugin [-] Segment 84ba5fc4-a1a6-42da-bf9d-16c1383c052e resource provider aggregate not found 2026-05-29 23:17:38.166 7 INFO neutron.services.segments.plugin [-] Segment 84ba5fc4-a1a6-42da-bf9d-16c1383c052e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84ba5fc4-a1a6-42da-bf9d-16c1383c052e found for delete ", "request_id": "req-cca0d62a-13c7-4ef0-a351-1d9b4810d30f"}]} 2026-05-29 23:17:38.178 7 INFO neutron.services.segments.plugin [-] Segment 84ba5fc4-a1a6-42da-bf9d-16c1383c052e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84ba5fc4-a1a6-42da-bf9d-16c1383c052e found for delete ", "request_id": "req-fa25be4d-8c71-4e20-9d77-25365e91207d"}]} 2026-05-29 23:17:38.182 7 INFO neutron.db.l3_hamode_db [None req-2e861fee-7b42-433a-8c18-29e9b10ae299 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] HA network f570c9d8-9a18-4fbc-ad2d-cc522d042708 was deleted as no HA routers are present in tenant 315c60a49a10464b92ac9e632550529b. [pid: 8|app: 0|req: 689/1272] 10.0.0.134 () {32 vars in 673 bytes} [Fri May 29 23:17:38 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1273] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:17:36 2026] DELETE /v2.0/routers/1eb25684-331e-485c-b6ce-b882f87690eb => generated 0 bytes in 1592 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:17:38.234 8 INFO neutron.db.securitygroups_db [None req-c54f12ef-0ad9-495b-a523-e674de0e1ab5 74a66b75da9540ccbe2aa48476cac460 672b8a021f154f69860bef5fc30c73af - - default default] Project 672b8a021f154f69860bef5fc30c73af 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: 690/1274] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:17:38 2026] POST /v2.0/security-group-rules => generated 607 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1275] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:17:38 2026] GET /v2.0/security-group-rules/5af1479d-7397-4ebd-9835-ccf01e7c4bc7 => generated 607 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1276] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:17:38 2026] DELETE /v2.0/subnets/0c47150c-33d8-4fdf-827c-096533513651 => 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: 692/1277] 10.0.0.134 () {32 vars in 673 bytes} [Fri May 29 23:17:38 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:17:38.468 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa00c71c-0786-4f19-9d93-ce016e936c8c c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: f98ea4bd-3c5f-49ce-a039-ffc283e2e169 2026-05-29 23:17:38.471 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa00c71c-0786-4f19-9d93-ce016e936c8c c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: f98ea4bd-3c5f-49ce-a039-ffc283e2e169 [pid: 8|app: 0|req: 693/1278] 10.0.0.134 () {32 vars in 750 bytes} [Fri May 29 23:17:38 2026] DELETE /v2.0/security-group-rules/5af1479d-7397-4ebd-9835-ccf01e7c4bc7 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1279] 10.0.0.134 () {32 vars in 673 bytes} [Fri May 29 23:17:38 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1280] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:38 2026] DELETE /v2.0/security-groups/e62513f1-e263-44a4-bde4-f75c755d7cb6 => 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: 586/1281] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:17:38 2026] DELETE /v2.0/networks/868d2c28-d0d6-4cdb-bea3-5756102c9352 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1282] 10.0.0.134 () {32 vars in 663 bytes} [Fri May 29 23:17:38 2026] GET /v2.0/security-groups => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1283] 10.0.0.134 () {32 vars in 663 bytes} [Fri May 29 23:17:38 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1284] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:17:38 2026] GET /v2.0/security-groups?tenant_id=315c60a49a10464b92ac9e632550529b&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1285] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:38 2026] DELETE /v2.0/security-groups/3d0de008-c725-4c1e-aaa2-ab53ec334a67 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1286] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:17:39 2026] GET /v2.0/security-groups?tenant_id=672b8a021f154f69860bef5fc30c73af&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1289] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:39 2026] DELETE /v2.0/security-groups/5da7679d-c7a8-4980-aae4-a6179cefe1a9 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:17:40.182 7 INFO neutron.services.segments.plugin [-] Segment 398482c8-7dd7-4f1e-a091-41eda358635c resource provider aggregate not found 2026-05-29 23:17:40.199 7 INFO neutron.services.segments.plugin [-] Segment 398482c8-7dd7-4f1e-a091-41eda358635c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 398482c8-7dd7-4f1e-a091-41eda358635c found for delete ", "request_id": "req-39c56b60-9463-4bf8-9f38-df0183caf194"}]} 2026-05-29 23:17:40.200 7 INFO neutron.services.segments.plugin [-] Segment 398482c8-7dd7-4f1e-a091-41eda358635c resource provider aggregate not found 2026-05-29 23:17:40.212 7 INFO neutron.services.segments.plugin [-] Segment 398482c8-7dd7-4f1e-a091-41eda358635c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 398482c8-7dd7-4f1e-a091-41eda358635c found for delete ", "request_id": "req-5365bd6c-b35a-4a67-8882-a1d3c54a34ee"}]} [pid: 7|app: 0|req: 590/1290] 10.0.0.88 () {34 vars in 989 bytes} [Fri May 29 23:17:41 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => 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: 591/1291] 10.0.0.88 () {34 vars in 1039 bytes} [Fri May 29 23:17:41 2026] GET /v2.0/security-groups?id=1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:17:41.516 8 INFO neutron.db.segments_db [None req-7a4a0760-bdc9-4d68-80ae-9584d1f0450c c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment 0bfdbee9-5d78-4340-9b9e-e200a8aa0955 of type vxlan for network 992b6e93-991f-424f-ad89-165cd45ca634 [pid: 8|app: 0|req: 701/1292] 10.0.0.134 () {34 vars in 671 bytes} [Fri May 29 23:17:41 2026] POST /v2.0/networks => generated 740 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1293] 10.0.0.134 () {34 vars in 676 bytes} [Fri May 29 23:17:41 2026] POST /v2.0/subnetpools => generated 548 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1294] 10.0.0.134 () {32 vars in 729 bytes} [Fri May 29 23:17:41 2026] GET /v2.0/subnetpools/60850b16-9427-4106-b83c-5023eaec696b => generated 548 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1295] 10.0.0.134 () {34 vars in 749 bytes} [Fri May 29 23:17:41 2026] PUT /v2.0/subnetpools/60850b16-9427-4106-b83c-5023eaec696b => generated 501 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1296] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:17:41 2026] POST /v2.0/subnets => generated 687 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1297] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:17:41 2026] DELETE /v2.0/subnetpools/60850b16-9427-4106-b83c-5023eaec696b => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:17:41.911 7 INFO neutron.api.v2.resource [None req-64160c70-1c54-40d9-b4f5-a8c976b06c35 552de203da2a4736a281fa0d89fe4d88 34b87488dbbe4ffcb4b732c391c990fb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 596/1298] 10.0.0.134 () {32 vars in 729 bytes} [Fri May 29 23:17:41 2026] GET /v2.0/subnetpools/60850b16-9427-4106-b83c-5023eaec696b => generated 145 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:17:41.923 8 INFO neutron.db.segments_db [None req-279cf6b5-98e3-4b1d-9471-6e2e1a833c24 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment dddc4eb8-df77-4d43-b3ae-9b88983a7964 of type vxlan for network bb813e1b-de3e-47cc-aa05-dcdbf812205c 2026-05-29 23:17:41.930 7 INFO neutron.api.v2.resource [None req-d983409a-38f4-4fb5-aa44-6bf7f582191d 552de203da2a4736a281fa0d89fe4d88 34b87488dbbe4ffcb4b732c391c990fb - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 597/1299] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:17:41 2026] DELETE /v2.0/subnetpools/60850b16-9427-4106-b83c-5023eaec696b => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:17:42.191 8 INFO neutron.db.l3_hamode_db [None req-279cf6b5-98e3-4b1d-9471-6e2e1a833c24 c7ed250cf2ce4ec681b6c3a58b3623f5 ccc05570187649999508f98273f06533 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 598/1300] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:17:42 2026] GET /v2.0/security-groups?tenant_id=34b87488dbbe4ffcb4b732c391c990fb&name=default => generated 2925 bytes in 495 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1301] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:43 2026] DELETE /v2.0/security-groups/df3984e8-8bd1-4d3f-8f6d-69b707164279 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:17:43.205 8 INFO neutron.db.l3_hamode_db [None req-279cf6b5-98e3-4b1d-9471-6e2e1a833c24 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 703/1302] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:17:41 2026] POST /v2.0/routers => generated 727 bytes in 2396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1303] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:17:44 2026] GET /v2.0/security-groups?tenant_id=9f6f071a9b66430487cf865f7eca5fbd&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1304] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:44 2026] DELETE /v2.0/security-groups/9ce5717a-32f2-4d0e-92c1-884d58019bc2 => 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: 706/1305] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:17:45 2026] GET /v2.0/security-groups?tenant_id=84dc99c0424f4ee09b0b8c7bdae920a1&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1306] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:45 2026] DELETE /v2.0/security-groups/949c7e69-57dd-4180-9fc2-df72c7aee256 => 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: 600/1307] 10.0.0.134 () {34 vars in 783 bytes} [Fri May 29 23:17:44 2026] PUT /v2.0/routers/91f5da7a-5a08-4fea-9cb9-191b05255e9b/add_router_interface => generated 309 bytes in 1387 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:17:47.091 8 INFO neutron.db.segments_db [None req-cc240d08-bbf3-489a-abec-408858f61563 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment 15e973b1-8ab4-4fa9-9cb3-e1d655a362ad of type vxlan for network 85b692ed-0968-4b20-93fd-b8867e803358 [pid: 8|app: 0|req: 708/1308] 10.0.0.134 () {34 vars in 671 bytes} [Fri May 29 23:17:46 2026] POST /v2.0/networks => generated 741 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1309] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:17:47 2026] POST /v2.0/subnets => generated 688 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:17:47.552 8 INFO neutron.db.segments_db [None req-53874355-f2f9-45bf-b1c2-0cdca2156a42 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment 2e75d81a-051f-4825-bd2a-d4e3446a7bcb of type vxlan for network c4e9256f-058f-4a84-9ac4-3f93d522efe2 2026-05-29 23:17:47.832 8 INFO neutron.db.l3_hamode_db [None req-53874355-f2f9-45bf-b1c2-0cdca2156a42 c7ed250cf2ce4ec681b6c3a58b3623f5 1dd574c3048c4d4b94b3c47215701f94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 602/1310] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:17:47 2026] GET /v2.0/security-groups?tenant_id=5bff55dc3a7f4b0085de1ade9811686f&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1311] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:48 2026] DELETE /v2.0/security-groups/4972e8aa-2965-4977-8ab5-aff64efc2464 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:17:48.674 8 INFO neutron.db.l3_hamode_db [None req-53874355-f2f9-45bf-b1c2-0cdca2156a42 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 709/1312] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:17:47 2026] POST /v2.0/routers => generated 728 bytes in 2136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1313] 10.0.0.134 () {34 vars in 783 bytes} [Fri May 29 23:17:49 2026] PUT /v2.0/routers/071a6f50-4d70-4d32-973c-af9414c0ce82/add_router_interface => generated 309 bytes in 1432 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1314] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:51 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1315] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:51 2026] GET /v2.0/security-groups?id=1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99&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: 711/1316] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:51 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1317] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:51 2026] GET /v2.0/security-groups?id=1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99&fields=id&fields=name => generated 112 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1318] 10.0.0.134 () {34 vars in 685 bytes} [Fri May 29 23:17:51 2026] POST /v2.0/security-groups => generated 1675 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1319] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:17:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1320] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:17:52 2026] POST /v2.0/security-group-rules => generated 596 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1321] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:17:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1322] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:17:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1323] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:17:52 2026] GET /v2.0/security-groups?tenant_id=d0461727d802437f8f7bae80cc70d938&name=default => generated 2925 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1324] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:52 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:17:52.727 7 INFO neutron.db.securitygroups_db [None req-6f873a73-8740-47e9-91d4-cd0519cbde70 452a01842a084a4081e07e04a376cdd5 ccc05570187649999508f98273f06533 - - default default] Project ccc05570187649999508f98273f06533 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: 609/1325] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:17:52 2026] POST /v2.0/security-group-rules => generated 607 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1326] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:52 2026] GET /v2.0/security-groups?id=1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99&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: 717/1327] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:52 2026] DELETE /v2.0/security-groups/93b7bcb6-4cf0-4d5c-bcb2-6e3da9e3905b => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:17:52.901 7 INFO neutron.db.securitygroups_db [None req-cb6be090-fe89-4f94-98f8-99563e04dd06 452a01842a084a4081e07e04a376cdd5 ccc05570187649999508f98273f06533 - - default default] Project ccc05570187649999508f98273f06533 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: 611/1328] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:17:52 2026] POST /v2.0/security-group-rules => generated 606 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1329] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:17:52 2026] GET /v2.0/security-groups?tenant_id=16442a07b86f46389c13a2b277a86879&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1330] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:53 2026] DELETE /v2.0/security-groups/cea86576-2404-4bbb-905c-f24430503f80 => 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: 719/1331] 10.0.0.134 () {34 vars in 685 bytes} [Fri May 29 23:17:53 2026] POST /v2.0/security-groups => generated 1658 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1332] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:17:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1333] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:17:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1334] 199.204.45.53 () {34 vars in 993 bytes} [Fri May 29 23:17:53 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1335] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:53 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:17:54.177 8 INFO neutron_taas.services.taas.taas_plugin [req-93998561-b545-4a48-b432-dd0feedb1b91 req-2c22d58e-7ea1-4ed8-a7ba-32b2a26a702d 06e4d386a8fd4a87aff27e6024ef0cfd 1209bee8b03d44d7baabfd8fc1ad8a24 - - default default] TaaS: Handle Delete Port: d1b4264d-9075-4911-90e8-0bc1ba0d0cb3 2026-05-29 23:17:54.185 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-93998561-b545-4a48-b432-dd0feedb1b91 req-2c22d58e-7ea1-4ed8-a7ba-32b2a26a702d 06e4d386a8fd4a87aff27e6024ef0cfd 1209bee8b03d44d7baabfd8fc1ad8a24 - - default default] Tap Mirror: Handle Delete Port: d1b4264d-9075-4911-90e8-0bc1ba0d0cb3 2026-05-29 23:17:54.326 8 INFO neutron.db.l3_db [req-93998561-b545-4a48-b432-dd0feedb1b91 req-2c22d58e-7ea1-4ed8-a7ba-32b2a26a702d 06e4d386a8fd4a87aff27e6024ef0cfd 1209bee8b03d44d7baabfd8fc1ad8a24 - - default default] Floating IP 6da52837-226c-46cf-8fd0-9d9583e772f7 disassociated. External IP: 10.96.250.202, port: d1b4264d-9075-4911-90e8-0bc1ba0d0cb3. [pid: 7|app: 0|req: 615/1336] 10.0.0.134 () {34 vars in 676 bytes} [Fri May 29 23:17:53 2026] POST /v2.0/floatingips => generated 552 bytes in 574 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1337] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:17:54 2026] GET /v2.0/security-groups?id=1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1338] 10.0.0.177 () {34 vars in 1098 bytes} [Fri May 29 23:17:54 2026] GET /v2.0/security-groups?name=tempest-securitygroup--201352589&fields=id&tenant_id=ccc05570187649999508f98273f06533 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1339] 10.0.0.177 () {34 vars in 1100 bytes} [Fri May 29 23:17:54 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1945472498&fields=id&tenant_id=ccc05570187649999508f98273f06533 => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1342] 199.204.45.53 () {36 vars in 996 bytes} [Fri May 29 23:17:54 2026] DELETE /v2.0/ports/d1b4264d-9075-4911-90e8-0bc1ba0d0cb3 => generated 0 bytes in 757 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:17:54.832 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-18eef7fb-eaff-47f3-9e4b-3bdfc604194b'] response: {'server_uuid': 'e7d52c52-5524-47ed-99e0-ded6d3c61557', 'name': 'network-vif-deleted', 'tag': 'd1b4264d-9075-4911-90e8-0bc1ba0d0cb3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 621/1343] 10.0.0.177 () {34 vars in 982 bytes} [Fri May 29 23:17:54 2026] GET /v2.0/networks?id=992b6e93-991f-424f-ad89-165cd45ca634 => generated 672 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1344] 10.0.0.177 () {34 vars in 965 bytes} [Fri May 29 23:17:54 2026] GET /v2.0/quotas/ccc05570187649999508f98273f06533 => 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: 622/1345] 10.0.0.177 () {34 vars in 1002 bytes} [Fri May 29 23:17:54 2026] GET /v2.0/ports?tenant_id=ccc05570187649999508f98273f06533&fields=id => generated 103 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1346] 10.0.0.177 () {34 vars in 1008 bytes} [Fri May 29 23:17:55 2026] GET /v2.0/networks/992b6e93-991f-424f-ad89-165cd45ca634?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: 623/1347] 10.0.0.177 () {34 vars in 1108 bytes} [Fri May 29 23:17:55 2026] GET /v2.0/networks/992b6e93-991f-424f-ad89-165cd45ca634?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: 725/1348] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:55 2026] GET /v2.0/ports?device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => 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: 624/1349] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:55 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1350] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:17:56 2026] GET /v2.0/security-groups?tenant_id=9f822e18e5dd4dfa8989360f1e074dc8&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1351] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:56 2026] GET /v2.0/ports?device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => 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: 625/1352] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:56 2026] DELETE /v2.0/security-groups/0527d57e-bb74-4355-8bcb-f559a7c17574 => 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: 728/1353] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:56 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => 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: 626/1354] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:57 2026] GET /v2.0/ports?device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1355] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:57 2026] GET /v2.0/ports?device_id=e7d52c52-5524-47ed-99e0-ded6d3c61557 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1356] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:17:58 2026] GET /v2.0/ports?device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:17:58.682 7 INFO neutron.db.segments_db [None req-73344e37-7d2b-4347-af68-aa5b158d1b35 747dfd8de9fa45a2917c030f2087700c 7614ba2fe7734a70942396da3403c454 - - default default] Added segment 0a3988d4-1874-4e77-8ab0-68608c41720c of type vxlan for network b24d0da2-d336-455f-86f2-b57616be2272 [pid: 7|app: 0|req: 627/1357] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:17:58 2026] POST /v2.0/networks => generated 649 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1358] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:17:58 2026] POST /v2.0/subnets => generated 627 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:17:59.086 7 INFO neutron.db.segments_db [None req-da5e92e0-e7e3-4d81-a952-bacc9fd33d3e 747dfd8de9fa45a2917c030f2087700c 7614ba2fe7734a70942396da3403c454 - - default default] Added segment a7bce84a-934c-488b-9789-64145e60e3be of type vxlan for network 226d5b56-2819-47bc-bbce-0ad063296f19 [pid: 8|app: 0|req: 732/1359] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:17:59 2026] DELETE /v2.0/security-groups/1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:17:59.173 8 INFO neutron.api.v2.resource [None req-400667b1-ffc5-4eba-b6ec-1c1ca8ae6e19 06e4d386a8fd4a87aff27e6024ef0cfd 1209bee8b03d44d7baabfd8fc1ad8a24 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 733/1360] 10.0.0.134 () {32 vars in 737 bytes} [Fri May 29 23:17:59 2026] GET /v2.0/security-groups/1c4f60a0-af05-4ac6-8c5f-3ee42f3f6d99 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:17:59.300 8 INFO neutron_taas.services.taas.taas_plugin [None req-a33b3187-e3a3-4da8-891f-a000b625b493 06e4d386a8fd4a87aff27e6024ef0cfd 1209bee8b03d44d7baabfd8fc1ad8a24 - - default default] TaaS: Handle Delete Port: 8a461c21-141f-47e6-8426-8ce9374a4413 2026-05-29 23:17:59.304 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a33b3187-e3a3-4da8-891f-a000b625b493 06e4d386a8fd4a87aff27e6024ef0cfd 1209bee8b03d44d7baabfd8fc1ad8a24 - - default default] Tap Mirror: Handle Delete Port: 8a461c21-141f-47e6-8426-8ce9374a4413 2026-05-29 23:17:59.362 7 INFO neutron.db.l3_hamode_db [None req-da5e92e0-e7e3-4d81-a952-bacc9fd33d3e 747dfd8de9fa45a2917c030f2087700c 7614ba2fe7734a70942396da3403c454 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 734/1361] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:17:59 2026] DELETE /v2.0/floatingips/6da52837-226c-46cf-8fd0-9d9583e772f7 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:17:59.891 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ba3ee10-8172-4394-98f3-2f0312b7bdbf c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: c134835f-86bd-43b6-9dca-d6a9ec4f4ab3 2026-05-29 23:17:59.894 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ba3ee10-8172-4394-98f3-2f0312b7bdbf c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: c134835f-86bd-43b6-9dca-d6a9ec4f4ab3 2026-05-29 23:18:00.259 7 INFO neutron.db.l3_hamode_db [None req-da5e92e0-e7e3-4d81-a952-bacc9fd33d3e 747dfd8de9fa45a2917c030f2087700c 7614ba2fe7734a70942396da3403c454 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 735/1362] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:17:59 2026] PUT /v2.0/routers/8ffe290d-85c6-401c-bbe9-20bf5996d52d/remove_router_interface => generated 309 bytes in 1048 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1363] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:00 2026] GET /v2.0/ports?device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => 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: 737/1364] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:18:00 2026] GET /v2.0/networks?id=992b6e93-991f-424f-ad89-165cd45ca634 => generated 672 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:00.793 8 INFO neutron_taas.services.taas.taas_plugin [None req-f02616da-ba7a-4bfa-b7b4-70399c7ea154 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: ca74de11-f422-477c-bef6-9c791d805951 2026-05-29 23:18:00.795 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f02616da-ba7a-4bfa-b7b4-70399c7ea154 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: ca74de11-f422-477c-bef6-9c791d805951 2026-05-29 23:18:01.044 8 INFO neutron_taas.services.taas.taas_plugin [None req-f02616da-ba7a-4bfa-b7b4-70399c7ea154 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: eaf3fde2-5748-4f16-8858-c0369f712c79 2026-05-29 23:18:01.047 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f02616da-ba7a-4bfa-b7b4-70399c7ea154 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: eaf3fde2-5748-4f16-8858-c0369f712c79 [pid: 7|app: 0|req: 628/1365] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:17:59 2026] POST /v2.0/routers => generated 694 bytes in 2184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1366] 199.204.45.53 () {34 vars in 1049 bytes} [Fri May 29 23:18:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ccc05570187649999508f98273f06533 => generated 273 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:01.459 8 INFO neutron.services.segments.plugin [-] Segment cf2788bf-8af1-40b7-b166-ea83c1a90d72 resource provider aggregate not found 2026-05-29 23:18:01.469 8 INFO neutron.services.segments.plugin [-] Segment cf2788bf-8af1-40b7-b166-ea83c1a90d72 resource provider aggregate not found 2026-05-29 23:18:01.488 8 INFO neutron.services.segments.plugin [-] Segment cf2788bf-8af1-40b7-b166-ea83c1a90d72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf2788bf-8af1-40b7-b166-ea83c1a90d72 found for delete ", "request_id": "req-4366f497-6492-49a1-b090-09f3a8ee387a"}]} 2026-05-29 23:18:01.489 8 INFO neutron.services.segments.plugin [-] Segment cf2788bf-8af1-40b7-b166-ea83c1a90d72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf2788bf-8af1-40b7-b166-ea83c1a90d72 found for delete ", "request_id": "req-7cf28fdb-0908-4124-8803-97cc0bc7115a"}]} 2026-05-29 23:18:01.498 8 INFO neutron.db.l3_hamode_db [None req-f02616da-ba7a-4bfa-b7b4-70399c7ea154 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] HA network 602458f9-3846-412c-88b7-0816bc73cb2f was deleted as no HA routers are present in tenant 1209bee8b03d44d7baabfd8fc1ad8a24. [pid: 8|app: 0|req: 738/1367] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:00 2026] DELETE /v2.0/routers/8ffe290d-85c6-401c-bbe9-20bf5996d52d => generated 0 bytes in 916 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1368] 199.204.45.53 () {38 vars in 954 bytes} [Fri May 29 23:18:01 2026] POST /v2.0/ports => generated 993 bytes in 913 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: 740/1369] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:02 2026] DELETE /v2.0/subnets/2e953289-d77e-42e1-ab16-5c8f7c1cd3f8 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1370] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:02 2026] GET /v2.0/ports?device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => generated 996 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1371] 10.0.0.134 () {34 vars in 783 bytes} [Fri May 29 23:18:01 2026] PUT /v2.0/routers/a9724d63-b855-4d24-a415-d7a58dbd8a33/add_router_interface => generated 309 bytes in 1509 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:02.874 7 INFO neutron_taas.services.taas.taas_plugin [None req-b9e8f706-e6e7-40f5-9122-ff53b0888586 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: d484d554-2c0d-4ed5-b8a4-44dded53f0d0 2026-05-29 23:18:02.876 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9e8f706-e6e7-40f5-9122-ff53b0888586 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: d484d554-2c0d-4ed5-b8a4-44dded53f0d0 2026-05-29 23:18:03.043 7 INFO neutron.services.segments.plugin [-] Segment ee5b8d7c-d0fe-4c76-a50e-0730be480ec6 resource provider aggregate not found 2026-05-29 23:18:03.045 7 INFO neutron.services.segments.plugin [-] Segment ee5b8d7c-d0fe-4c76-a50e-0730be480ec6 resource provider aggregate not found 2026-05-29 23:18:03.064 7 INFO neutron.services.segments.plugin [-] Segment ee5b8d7c-d0fe-4c76-a50e-0730be480ec6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee5b8d7c-d0fe-4c76-a50e-0730be480ec6 found for delete ", "request_id": "req-7c2afd5a-2b77-449f-9983-9b5512d5bea8"}]} 2026-05-29 23:18:03.066 7 INFO neutron.services.segments.plugin [-] Segment ee5b8d7c-d0fe-4c76-a50e-0730be480ec6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee5b8d7c-d0fe-4c76-a50e-0730be480ec6 found for delete ", "request_id": "req-ee8496b2-c685-4fc6-b219-22d63b2f2f0c"}]} [pid: 8|app: 0|req: 742/1372] 199.204.45.53 () {38 vars in 1027 bytes} [Fri May 29 23:18:02 2026] PUT /v2.0/ports/5fadf28c-589a-4f69-9411-a0e76de9997e => generated 1274 bytes in 442 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: 631/1373] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:18:02 2026] DELETE /v2.0/networks/8a38f5cb-04b7-45c4-bf3c-c8b89212c6c3 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1374] 10.0.0.177 () {34 vars in 1120 bytes} [Fri May 29 23:18:03 2026] GET /v2.0/security-groups?id=7480c012-14b3-43a2-9ab6-94091fcf01a0&id=d45fe995-7c65-4a92-aff1-0ddb2f10374a&fields=id&fields=name => generated 206 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:03.275 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-08f3ad01-87a3-4ee0-bacd-3c634c8264a6'] response: {'name': 'network-changed', 'server_uuid': 'f3fd7412-af9f-49d4-857d-fc3732f7413b', 'tag': '5fadf28c-589a-4f69-9411-a0e76de9997e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 632/1375] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:18:03 2026] GET /v2.0/security-groups?tenant_id=ae40dfdfdfb94ee4b8be355a76560582&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1376] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:18:03 2026] GET /v2.0/security-groups?tenant_id=1209bee8b03d44d7baabfd8fc1ad8a24&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1377] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:18:03 2026] DELETE /v2.0/security-groups/f63aa189-eba6-4460-b11d-92a1b3600c4a => 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: 744/1378] 10.0.0.134 () {34 vars in 665 bytes} [Fri May 29 23:18:03 2026] POST /v2.0/ports => generated 958 bytes in 496 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: 635/1379] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:18:03 2026] DELETE /v2.0/security-groups/4bcb30a3-88cd-4fb0-8584-3b36cee3555b => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1380] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:18:03 2026] GET /v2.0/ports?tenant_id=ccc05570187649999508f98273f06533&device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => generated 1277 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1381] 199.204.45.53 () {34 vars in 1017 bytes} [Fri May 29 23:18:03 2026] GET /v2.0/networks?tenant_id=ccc05570187649999508f98273f06533&shared=False => generated 768 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1382] 199.204.45.53 () {34 vars in 929 bytes} [Fri May 29 23:18:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1383] 10.0.0.134 () {34 vars in 665 bytes} [Fri May 29 23:18:03 2026] POST /v2.0/ports => generated 954 bytes in 518 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: 746/1384] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:04 2026] GET /v2.0/ports?device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => generated 1008 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1385] 10.0.0.177 () {34 vars in 1120 bytes} [Fri May 29 23:18:04 2026] GET /v2.0/security-groups?id=7480c012-14b3-43a2-9ab6-94091fcf01a0&id=d45fe995-7c65-4a92-aff1-0ddb2f10374a&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:04.955 7 INFO neutron.db.l3_db [None req-b68c764c-9311-4b7f-a141-9cd945818be7 747dfd8de9fa45a2917c030f2087700c 7614ba2fe7734a70942396da3403c454 - - default default] Floating IP 75b0469c-d3bd-4f77-a326-f1435ca1a945 associated. External IP: 10.96.250.206, port: ce5c35f2-ea82-4aa7-b440-fdbbf2750a64. [pid: 8|app: 0|req: 748/1386] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:18:04 2026] GET /v2.0/ports?tenant_id=ccc05570187649999508f98273f06533&device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => generated 1277 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1387] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:18:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=5fadf28c-589a-4f69-9411-a0e76de9997e => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1388] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:18:05 2026] GET /v2.0/subnets?id=ddb7ba29-e846-4f73-87ae-3d02c82179fb => generated 690 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1389] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:18:05 2026] GET /v2.0/ports?network_id=992b6e93-991f-424f-ad89-165cd45ca634&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: 752/1390] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:18:05 2026] GET /v2.0/networks/992b6e93-991f-424f-ad89-165cd45ca634?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: 753/1391] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:18:05 2026] GET /v2.0/networks/992b6e93-991f-424f-ad89-165cd45ca634?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: 639/1392] 10.0.0.134 () {34 vars in 677 bytes} [Fri May 29 23:18:04 2026] POST /v2.0/floatingips => generated 841 bytes in 1153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:18:05.442 8 INFO neutron.db.l3_db [None req-cab19a46-b289-4ab5-9754-87fc7cb4df6b 747dfd8de9fa45a2917c030f2087700c 7614ba2fe7734a70942396da3403c454 - - default default] Floating IP 75b0469c-d3bd-4f77-a326-f1435ca1a945 disassociated. External IP: 10.96.250.206, port: ce5c35f2-ea82-4aa7-b440-fdbbf2750a64. 2026-05-29 23:18:05.789 7 INFO neutron.db.segments_db [None req-6c9c85c0-680a-4733-bc0c-19cef761f119 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment 37837bd9-7f3e-4001-8f4a-0de6c183a433 of type vxlan for network eadf08ad-ccbe-4ce7-9393-e924ccb8f87b [pid: 8|app: 0|req: 754/1393] 10.0.0.134 () {34 vars in 749 bytes} [Fri May 29 23:18:05 2026] PUT /v2.0/floatingips/75b0469c-d3bd-4f77-a326-f1435ca1a945 => generated 552 bytes in 542 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1394] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:05 2026] GET /v2.0/ports?device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => generated 1008 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1395] 10.0.0.134 () {34 vars in 671 bytes} [Fri May 29 23:18:05 2026] POST /v2.0/networks => generated 744 bytes in 572 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1396] 10.0.0.177 () {34 vars in 1120 bytes} [Fri May 29 23:18:05 2026] GET /v2.0/security-groups?id=7480c012-14b3-43a2-9ab6-94091fcf01a0&id=d45fe995-7c65-4a92-aff1-0ddb2f10374a&fields=id&fields=name => generated 206 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:06.070 8 INFO neutron_taas.services.taas.taas_plugin [None req-2a298665-a0b6-415f-a57a-4c1daabac035 747dfd8de9fa45a2917c030f2087700c 7614ba2fe7734a70942396da3403c454 - - default default] TaaS: Handle Delete Port: 41d34b5e-3054-4af3-8ed6-265b52a58dbe 2026-05-29 23:18:06.073 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a298665-a0b6-415f-a57a-4c1daabac035 747dfd8de9fa45a2917c030f2087700c 7614ba2fe7734a70942396da3403c454 - - default default] Tap Mirror: Handle Delete Port: 41d34b5e-3054-4af3-8ed6-265b52a58dbe [pid: 7|app: 0|req: 642/1397] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:18:05 2026] POST /v2.0/subnets => generated 692 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1398] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:18:05 2026] DELETE /v2.0/floatingips/75b0469c-d3bd-4f77-a326-f1435ca1a945 => generated 0 bytes in 354 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:18:06.327 7 INFO neutron.db.segments_db [None req-0ee7aeb1-39d8-4e0b-ab1b-35eb6ff78d3b c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Added segment 13654897-b62b-4b89-b06a-f3a7a515776e of type vxlan for network 10d4aa40-ed9a-43d6-9555-3c952b476ba5 2026-05-29 23:18:06.667 7 INFO neutron.db.l3_hamode_db [None req-0ee7aeb1-39d8-4e0b-ab1b-35eb6ff78d3b c7ed250cf2ce4ec681b6c3a58b3623f5 0401ef5e0114450eb42fb580ec96e0f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 23:18:07.186 8 INFO neutron.db.l3_db [None req-7a288bb5-d598-4be6-9b4f-8b4ce1d63ed6 747dfd8de9fa45a2917c030f2087700c 7614ba2fe7734a70942396da3403c454 - - default default] Floating IP 6a55256a-79bc-4f43-bdd8-814abd5e484b associated. External IP: 10.96.250.218, port: eabb2ff7-5bb6-4862-ab36-3a1935f5a4ea. [pid: 8|app: 0|req: 757/1399] 10.0.0.134 () {34 vars in 677 bytes} [Fri May 29 23:18:06 2026] POST /v2.0/floatingips => generated 842 bytes in 1264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1400] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:07 2026] GET /v2.0/ports?device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => generated 1008 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:18:07.605 7 INFO neutron.db.l3_hamode_db [None req-0ee7aeb1-39d8-4e0b-ab1b-35eb6ff78d3b c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 759/1401] 10.0.0.134 () {32 vars in 729 bytes} [Fri May 29 23:18:07 2026] GET /v2.0/floatingips/6a55256a-79bc-4f43-bdd8-814abd5e484b => generated 842 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1402] 10.0.0.177 () {34 vars in 1120 bytes} [Fri May 29 23:18:07 2026] GET /v2.0/security-groups?id=7480c012-14b3-43a2-9ab6-94091fcf01a0&id=d45fe995-7c65-4a92-aff1-0ddb2f10374a&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1403] 10.0.0.134 () {32 vars in 655 bytes} [Fri May 29 23:18:07 2026] GET /v2.0/floatingips => generated 845 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:08.050 8 INFO neutron.db.l3_db [None req-52729529-bd8e-4729-be07-fcec26a19592 747dfd8de9fa45a2917c030f2087700c 7614ba2fe7734a70942396da3403c454 - - default default] Floating IP 6a55256a-79bc-4f43-bdd8-814abd5e484b associated. External IP: 10.96.250.218, port: eabb2ff7-5bb6-4862-ab36-3a1935f5a4ea. [pid: 7|app: 0|req: 643/1404] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:18:06 2026] POST /v2.0/routers => generated 732 bytes in 2317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1405] 199.204.45.53 () {34 vars in 993 bytes} [Fri May 29 23:18:08 2026] GET /v2.0/ports?device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => generated 1277 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1406] 10.0.0.134 () {34 vars in 749 bytes} [Fri May 29 23:18:07 2026] PUT /v2.0/floatingips/6a55256a-79bc-4f43-bdd8-814abd5e484b => generated 841 bytes in 1017 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1407] 199.204.45.53 () {34 vars in 1123 bytes} [Fri May 29 23:18:08 2026] GET /v2.0/security-groups?id=d45fe995-7c65-4a92-aff1-0ddb2f10374a&id=7480c012-14b3-43a2-9ab6-94091fcf01a0&fields=id&fields=name => generated 206 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1408] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:08 2026] GET /v2.0/ports?device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => generated 1008 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:18:08.994 8 INFO neutron.db.l3_db [None req-c5d4bb3e-adb9-43d0-b5d7-ad63b870faad 747dfd8de9fa45a2917c030f2087700c 7614ba2fe7734a70942396da3403c454 - - default default] Floating IP 6a55256a-79bc-4f43-bdd8-814abd5e484b disassociated. External IP: 10.96.250.218, port: ce5c35f2-ea82-4aa7-b440-fdbbf2750a64. [pid: 8|app: 0|req: 765/1409] 10.0.0.134 () {34 vars in 749 bytes} [Fri May 29 23:18:08 2026] PUT /v2.0/floatingips/6a55256a-79bc-4f43-bdd8-814abd5e484b => generated 552 bytes in 546 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1410] 10.0.0.177 () {34 vars in 1120 bytes} [Fri May 29 23:18:09 2026] GET /v2.0/security-groups?id=7480c012-14b3-43a2-9ab6-94091fcf01a0&id=d45fe995-7c65-4a92-aff1-0ddb2f10374a&fields=id&fields=name => generated 206 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:09.574 8 INFO neutron_taas.services.taas.taas_plugin [None req-2fcaa2f8-6bfc-4b6f-b40d-ab21f98c6e5b 747dfd8de9fa45a2917c030f2087700c 7614ba2fe7734a70942396da3403c454 - - default default] TaaS: Handle Delete Port: e1ae5c94-5bca-4dc1-886a-63f7d7ede18f 2026-05-29 23:18:09.579 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fcaa2f8-6bfc-4b6f-b40d-ab21f98c6e5b 747dfd8de9fa45a2917c030f2087700c 7614ba2fe7734a70942396da3403c454 - - default default] Tap Mirror: Handle Delete Port: e1ae5c94-5bca-4dc1-886a-63f7d7ede18f [pid: 8|app: 0|req: 767/1411] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:18:09 2026] DELETE /v2.0/floatingips/6a55256a-79bc-4f43-bdd8-814abd5e484b => generated 0 bytes in 385 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:18:09.877 8 INFO neutron.api.v2.resource [None req-8e6ad9de-0fa2-4fc9-a806-f614507bd055 747dfd8de9fa45a2917c030f2087700c 7614ba2fe7734a70942396da3403c454 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 770/1414] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:18:09 2026] DELETE /v2.0/floatingips/6a55256a-79bc-4f43-bdd8-814abd5e484b => generated 144 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1415] 10.0.0.134 () {34 vars in 783 bytes} [Fri May 29 23:18:08 2026] PUT /v2.0/routers/7b4cf2a6-76b1-43a3-9c49-05cfbb36b523/add_router_interface => generated 309 bytes in 1486 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:10.081 8 INFO neutron_taas.services.taas.taas_plugin [None req-970de1c9-5413-42fc-a04c-449e5c867d28 747dfd8de9fa45a2917c030f2087700c 7614ba2fe7734a70942396da3403c454 - - default default] TaaS: Handle Delete Port: ce5c35f2-ea82-4aa7-b440-fdbbf2750a64 2026-05-29 23:18:10.084 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-970de1c9-5413-42fc-a04c-449e5c867d28 747dfd8de9fa45a2917c030f2087700c 7614ba2fe7734a70942396da3403c454 - - default default] Tap Mirror: Handle Delete Port: ce5c35f2-ea82-4aa7-b440-fdbbf2750a64 [pid: 8|app: 0|req: 771/1416] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:18:09 2026] DELETE /v2.0/ports/ce5c35f2-ea82-4aa7-b440-fdbbf2750a64 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:18:10.464 7 INFO neutron_taas.services.taas.taas_plugin [None req-797c382a-05ac-434b-84f8-da107f03e12b 747dfd8de9fa45a2917c030f2087700c 7614ba2fe7734a70942396da3403c454 - - default default] TaaS: Handle Delete Port: eabb2ff7-5bb6-4862-ab36-3a1935f5a4ea 2026-05-29 23:18:10.468 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-797c382a-05ac-434b-84f8-da107f03e12b 747dfd8de9fa45a2917c030f2087700c 7614ba2fe7734a70942396da3403c454 - - default default] Tap Mirror: Handle Delete Port: eabb2ff7-5bb6-4862-ab36-3a1935f5a4ea [pid: 8|app: 0|req: 772/1417] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:10 2026] GET /v2.0/ports?device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => generated 1010 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1418] 10.0.0.177 () {34 vars in 1120 bytes} [Fri May 29 23:18:10 2026] GET /v2.0/security-groups?id=7480c012-14b3-43a2-9ab6-94091fcf01a0&id=d45fe995-7c65-4a92-aff1-0ddb2f10374a&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1419] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:18:10 2026] DELETE /v2.0/ports/eabb2ff7-5bb6-4862-ab36-3a1935f5a4ea => generated 0 bytes in 403 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1420] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:18:10 2026] GET /v2.0/ports?device_id=a9724d63-b855-4d24-a415-d7a58dbd8a33 => generated 958 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1421] 10.0.0.177 () {34 vars in 982 bytes} [Fri May 29 23:18:11 2026] GET /v2.0/networks?id=eadf08ad-ccbe-4ce7-9393-e924ccb8f87b => generated 677 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1422] 10.0.0.177 () {34 vars in 965 bytes} [Fri May 29 23:18:11 2026] GET /v2.0/quotas/0401ef5e0114450eb42fb580ec96e0f5 => generated 292 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:11.227 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c71c54b-4566-4ad5-91c0-69444f85bc2a 747dfd8de9fa45a2917c030f2087700c 7614ba2fe7734a70942396da3403c454 - - default default] TaaS: Handle Delete Port: 7cd002f4-4eea-4816-9629-03d688f438b7 2026-05-29 23:18:11.232 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c71c54b-4566-4ad5-91c0-69444f85bc2a 747dfd8de9fa45a2917c030f2087700c 7614ba2fe7734a70942396da3403c454 - - default default] Tap Mirror: Handle Delete Port: 7cd002f4-4eea-4816-9629-03d688f438b7 [pid: 8|app: 0|req: 777/1423] 10.0.0.177 () {34 vars in 1002 bytes} [Fri May 29 23:18:11 2026] GET /v2.0/ports?tenant_id=0401ef5e0114450eb42fb580ec96e0f5&fields=id => generated 103 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1424] 10.0.0.177 () {34 vars in 1008 bytes} [Fri May 29 23:18:11 2026] GET /v2.0/networks/eadf08ad-ccbe-4ce7-9393-e924ccb8f87b?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: 779/1425] 10.0.0.177 () {34 vars in 1108 bytes} [Fri May 29 23:18:11 2026] GET /v2.0/networks/eadf08ad-ccbe-4ce7-9393-e924ccb8f87b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1426] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:11 2026] GET /v2.0/ports?device_id=f9b1c257-3aa5-4ad1-97f3-51c1349a8fef => 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: 781/1427] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:11 2026] GET /v2.0/ports?device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1428] 10.0.0.177 () {34 vars in 1120 bytes} [Fri May 29 23:18:11 2026] GET /v2.0/security-groups?id=7480c012-14b3-43a2-9ab6-94091fcf01a0&id=d45fe995-7c65-4a92-aff1-0ddb2f10374a&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1429] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:11 2026] GET /v2.0/ports?device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1430] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:18:10 2026] PUT /v2.0/routers/a9724d63-b855-4d24-a415-d7a58dbd8a33/remove_router_interface => generated 309 bytes in 1151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:12.132 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d541e3f-3247-4de0-ad42-4666f5fa87b8 747dfd8de9fa45a2917c030f2087700c 7614ba2fe7734a70942396da3403c454 - - default default] TaaS: Handle Delete Port: 78faae1f-2cf3-4bf1-931c-01dbdafe10e7 2026-05-29 23:18:12.135 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d541e3f-3247-4de0-ad42-4666f5fa87b8 747dfd8de9fa45a2917c030f2087700c 7614ba2fe7734a70942396da3403c454 - - default default] Tap Mirror: Handle Delete Port: 78faae1f-2cf3-4bf1-931c-01dbdafe10e7 2026-05-29 23:18:12.333 7 INFO neutron.db.l3_db [None req-167de736-ee5d-4bf9-b424-bffcc7557bdb 452a01842a084a4081e07e04a376cdd5 ccc05570187649999508f98273f06533 - - default default] Floating IP 884f0aa7-4a78-4a60-8f53-0a5ea6d1fef0 associated. External IP: 10.96.250.220, port: 5fadf28c-589a-4f69-9411-a0e76de9997e. 2026-05-29 23:18:12.460 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d541e3f-3247-4de0-ad42-4666f5fa87b8 747dfd8de9fa45a2917c030f2087700c 7614ba2fe7734a70942396da3403c454 - - default default] TaaS: Handle Delete Port: fe360e07-b1a6-42f3-ba4c-26d07fcb6184 2026-05-29 23:18:12.464 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d541e3f-3247-4de0-ad42-4666f5fa87b8 747dfd8de9fa45a2917c030f2087700c 7614ba2fe7734a70942396da3403c454 - - default default] Tap Mirror: Handle Delete Port: fe360e07-b1a6-42f3-ba4c-26d07fcb6184 [pid: 7|app: 0|req: 648/1431] 10.0.0.134 () {34 vars in 749 bytes} [Fri May 29 23:18:11 2026] PUT /v2.0/floatingips/884f0aa7-4a78-4a60-8f53-0a5ea6d1fef0 => generated 855 bytes in 898 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1432] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:12 2026] GET /v2.0/ports?device_id=f9b1c257-3aa5-4ad1-97f3-51c1349a8fef => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:18:12.833 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-67039ab1-bb9e-4961-9d43-1881c61c934b'] response: {'name': 'network-changed', 'server_uuid': 'f3fd7412-af9f-49d4-857d-fc3732f7413b', 'tag': '5fadf28c-589a-4f69-9411-a0e76de9997e', 'status': 'completed', 'code': 200} 2026-05-29 23:18:12.922 8 INFO neutron.services.segments.plugin [-] Segment a7bce84a-934c-488b-9789-64145e60e3be resource provider aggregate not found 2026-05-29 23:18:12.925 8 INFO neutron.services.segments.plugin [-] Segment a7bce84a-934c-488b-9789-64145e60e3be resource provider aggregate not found 2026-05-29 23:18:12.948 8 INFO neutron.services.segments.plugin [-] Segment a7bce84a-934c-488b-9789-64145e60e3be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7bce84a-934c-488b-9789-64145e60e3be found for delete ", "request_id": "req-e07ac923-81df-4199-9794-d384e9bd1087"}]} 2026-05-29 23:18:12.949 8 INFO neutron.services.segments.plugin [-] Segment a7bce84a-934c-488b-9789-64145e60e3be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7bce84a-934c-488b-9789-64145e60e3be found for delete ", "request_id": "req-4188a938-2558-4bea-b51c-5b921999cac6"}]} 2026-05-29 23:18:12.962 8 INFO neutron.db.l3_hamode_db [None req-5d541e3f-3247-4de0-ad42-4666f5fa87b8 747dfd8de9fa45a2917c030f2087700c 7614ba2fe7734a70942396da3403c454 - - default default] HA network 226d5b56-2819-47bc-bbce-0ad063296f19 was deleted as no HA routers are present in tenant 7614ba2fe7734a70942396da3403c454. [pid: 8|app: 0|req: 784/1433] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:11 2026] DELETE /v2.0/routers/a9724d63-b855-4d24-a415-d7a58dbd8a33 => generated 0 bytes in 1090 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1434] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:12 2026] DELETE /v2.0/subnets/ac623ffe-5993-419a-8a8a-91c8e859b230 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1435] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:18:13 2026] DELETE /v2.0/networks/b24d0da2-d336-455f-86f2-b57616be2272 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1436] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:18:13 2026] GET /v2.0/ports?tenant_id=ccc05570187649999508f98273f06533&device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => generated 1279 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1437] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:18:13 2026] GET /v2.0/networks?id=992b6e93-991f-424f-ad89-165cd45ca634 => generated 768 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1438] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:18:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=5fadf28c-589a-4f69-9411-a0e76de9997e => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1439] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:18:13 2026] GET /v2.0/subnets?id=ddb7ba29-e846-4f73-87ae-3d02c82179fb => generated 690 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1440] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:18:13 2026] GET /v2.0/ports?network_id=992b6e93-991f-424f-ad89-165cd45ca634&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: 788/1441] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:18:13 2026] GET /v2.0/networks/992b6e93-991f-424f-ad89-165cd45ca634?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1442] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:18:13 2026] GET /v2.0/networks/992b6e93-991f-424f-ad89-165cd45ca634?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1443] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:13 2026] GET /v2.0/ports?device_id=f9b1c257-3aa5-4ad1-97f3-51c1349a8fef => 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: 789/1444] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:18:13 2026] GET /v2.0/security-groups?tenant_id=7614ba2fe7734a70942396da3403c454&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1445] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:18:14 2026] DELETE /v2.0/security-groups/89a5183a-8f08-4f54-acbd-9e3d0771373d => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1446] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:18:14 2026] GET /v2.0/security-groups?tenant_id=51204e945bd54ab8a25601762936d5ca&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1447] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:18:14 2026] DELETE /v2.0/security-groups/fc4a84d0-22fc-4842-8028-990a3dd832c8 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:18:14.968 8 INFO neutron.services.segments.plugin [-] Segment 0a3988d4-1874-4e77-8ab0-68608c41720c resource provider aggregate not found 2026-05-29 23:18:14.995 8 INFO neutron.services.segments.plugin [-] Segment 0a3988d4-1874-4e77-8ab0-68608c41720c resource provider aggregate not found 2026-05-29 23:18:14.999 8 INFO neutron.services.segments.plugin [-] Segment 0a3988d4-1874-4e77-8ab0-68608c41720c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a3988d4-1874-4e77-8ab0-68608c41720c found for delete ", "request_id": "req-55ac8db8-efd3-46fb-9272-88f06e893042"}]} 2026-05-29 23:18:15.014 8 INFO neutron.services.segments.plugin [-] Segment 0a3988d4-1874-4e77-8ab0-68608c41720c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a3988d4-1874-4e77-8ab0-68608c41720c found for delete ", "request_id": "req-066228f6-fdea-4071-b325-760fa3a82eab"}]} [pid: 7|app: 0|req: 657/1448] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:15 2026] GET /v2.0/ports?device_id=f9b1c257-3aa5-4ad1-97f3-51c1349a8fef => 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: 792/1449] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:18:15 2026] GET /v2.0/networks?id=eadf08ad-ccbe-4ce7-9393-e924ccb8f87b => generated 677 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1450] 199.204.45.53 () {38 vars in 954 bytes} [Fri May 29 23:18:15 2026] POST /v2.0/ports => generated 958 bytes in 459 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-29 23:18:16.441 8 INFO neutron.db.segments_db [None req-af15bc65-1017-48af-8137-b612dedb4e68 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Added segment 963a7277-5b84-4374-956d-b8c49b74ff16 of type vxlan for network dfdc2760-9d97-4366-a947-edfcee11f933 [pid: 7|app: 0|req: 659/1451] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:16 2026] GET /v2.0/ports?device_id=f9b1c257-3aa5-4ad1-97f3-51c1349a8fef => generated 961 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1452] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:18:16 2026] POST /v2.0/networks => generated 630 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1453] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:18:16 2026] GET /v2.0/security-groups?id=51a58b07-1cd9-44be-85f2-121a1a3a38a1&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-29 23:18:16.633 8 INFO neutron.db.segments_db [None req-f7ba81cb-369c-4829-b389-2e0a342ab61d ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Added segment 72c61a9c-599c-4211-b67c-a802d285b6cf of type vxlan for network 8e4b6e5b-12b8-406c-9f85-0cd6c78413fb [pid: 8|app: 0|req: 795/1454] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:18:16 2026] POST /v2.0/networks => generated 629 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1455] 199.204.45.53 () {38 vars in 1027 bytes} [Fri May 29 23:18:16 2026] PUT /v2.0/ports/045817fc-fdcb-404a-a75a-f00f6793b46d => generated 1239 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:18:16.958 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-de1d5fa5-1135-4f8e-ba26-0156cb0ef999'] response: {'name': 'network-changed', 'server_uuid': 'f9b1c257-3aa5-4ad1-97f3-51c1349a8fef', 'tag': '045817fc-fdcb-404a-a75a-f00f6793b46d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 796/1456] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:18:16 2026] POST /v2.0/subnets => generated 626 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, ' [pid: 7|app: 0|req: 661/1457] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:18:17 2026] POST /v2.0/subnets => generated 626 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:18:17.358 8 INFO neutron.db.segments_db [None req-dfb540ef-a718-4b8d-9f16-cda449ac9327 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Added segment 2ad1c098-ad90-4cb5-bffe-dfdc20d124bb of type vxlan for network 35ab76e4-49ef-4842-a24b-243515660634 [pid: 7|app: 0|req: 662/1458] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:18:17 2026] GET /v2.0/ports?tenant_id=0401ef5e0114450eb42fb580ec96e0f5&device_id=f9b1c257-3aa5-4ad1-97f3-51c1349a8fef => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1459] 199.204.45.53 () {34 vars in 1017 bytes} [Fri May 29 23:18:17 2026] GET /v2.0/networks?tenant_id=0401ef5e0114450eb42fb580ec96e0f5&shared=False => generated 772 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:17.617 8 INFO neutron.db.l3_hamode_db [None req-dfb540ef-a718-4b8d-9f16-cda449ac9327 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 664/1460] 199.204.45.53 () {34 vars in 929 bytes} [Fri May 29 23:18:17 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: 665/1461] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:17 2026] GET /v2.0/ports?device_id=f9b1c257-3aa5-4ad1-97f3-51c1349a8fef => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1462] 10.0.0.234 () {30 vars in 650 bytes} [Fri May 29 23:18:17 2026] GET /v2.0/extensions => generated 21537 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1463] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:18:17 2026] GET /v2.0/security-groups?id=51a58b07-1cd9-44be-85f2-121a1a3a38a1&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-29 23:18:17.771 8 INFO neutron.db.l3_hamode_db [None req-dfb540ef-a718-4b8d-9f16-cda449ac9327 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 668/1464] 10.0.0.234 () {30 vars in 724 bytes} [Fri May 29 23:18:17 2026] GET /v2.0/quotas/b0c2990a7b91431bbf6baa22d01344da/details => generated 847 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1465] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:18:17 2026] POST /v2.0/routers => generated 506 bytes in 1064 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1466] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:18:18 2026] GET /v2.0/ports?tenant_id=0401ef5e0114450eb42fb580ec96e0f5&device_id=f9b1c257-3aa5-4ad1-97f3-51c1349a8fef => generated 1242 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1467] 199.204.45.53 () {34 vars in 1059 bytes} [Fri May 29 23:18:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=045817fc-fdcb-404a-a75a-f00f6793b46d => 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: 800/1468] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:18:18 2026] GET /v2.0/subnets?id=cd1e28d2-84bb-4bb9-af53-4307417895b4 => generated 695 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1469] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:18:18 2026] GET /v2.0/ports?network_id=eadf08ad-ccbe-4ce7-9393-e924ccb8f87b&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1470] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:18 2026] GET /v2.0/ports?device_id=f9b1c257-3aa5-4ad1-97f3-51c1349a8fef => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1471] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:18:18 2026] GET /v2.0/networks/eadf08ad-ccbe-4ce7-9393-e924ccb8f87b?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: 804/1472] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:18:18 2026] GET /v2.0/security-groups?id=51a58b07-1cd9-44be-85f2-121a1a3a38a1&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1473] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:18:19 2026] GET /v2.0/networks/eadf08ad-ccbe-4ce7-9393-e924ccb8f87b?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: 669/1474] 10.0.0.134 () {34 vars in 783 bytes} [Fri May 29 23:18:18 2026] PUT /v2.0/routers/17bc2aaf-ddca-4c56-939c-12910a9aab5e/add_router_interface => generated 309 bytes in 1379 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1475] 10.0.0.234 () {30 vars in 650 bytes} [Fri May 29 23:18:19 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: 670/1476] 10.0.0.134 () {32 vars in 717 bytes} [Fri May 29 23:18:19 2026] GET /v2.0/ports/e72a6927-577e-4455-a44a-ec71095dd356 => generated 955 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1477] 10.0.0.234 () {30 vars in 724 bytes} [Fri May 29 23:18:19 2026] GET /v2.0/quotas/b0c2990a7b91431bbf6baa22d01344da/details => generated 847 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1478] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:20 2026] GET /v2.0/ports?device_id=f9b1c257-3aa5-4ad1-97f3-51c1349a8fef => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1479] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:18:20 2026] GET /v2.0/security-groups?id=51a58b07-1cd9-44be-85f2-121a1a3a38a1&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1480] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:20 2026] GET /v2.0/ports?device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => generated 1010 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1481] 10.0.0.177 () {34 vars in 1120 bytes} [Fri May 29 23:18:20 2026] GET /v2.0/security-groups?id=7480c012-14b3-43a2-9ab6-94091fcf01a0&id=d45fe995-7c65-4a92-aff1-0ddb2f10374a&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1482] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:18:20 2026] GET /v2.0/ports?device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => generated 1279 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1483] 10.0.0.134 () {32 vars in 858 bytes} [Fri May 29 23:18:20 2026] GET /v2.0/floatingips?floating_network_id=83bb5745-c0b0-474c-97de-d2fe2f1f6c82&port_id=5fadf28c-589a-4f69-9411-a0e76de9997e => generated 860 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1484] 10.0.0.134 () {34 vars in 783 bytes} [Fri May 29 23:18:19 2026] PUT /v2.0/routers/17bc2aaf-ddca-4c56-939c-12910a9aab5e/add_router_interface => generated 309 bytes in 1372 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1485] 10.0.0.134 () {32 vars in 717 bytes} [Fri May 29 23:18:21 2026] GET /v2.0/ports/2025fa3d-5e92-465d-81ea-fe868c23ff7f => generated 955 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:21.704 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d028287-3e23-43a8-90e1-546c09a72f1a ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] TaaS: Handle Delete Port: 2025fa3d-5e92-465d-81ea-fe868c23ff7f 2026-05-29 23:18:21.708 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d028287-3e23-43a8-90e1-546c09a72f1a ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Tap Mirror: Handle Delete Port: 2025fa3d-5e92-465d-81ea-fe868c23ff7f [pid: 7|app: 0|req: 672/1486] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:21 2026] GET /v2.0/ports?device_id=f9b1c257-3aa5-4ad1-97f3-51c1349a8fef => generated 973 bytes in 552 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1487] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:18:21 2026] GET /v2.0/security-groups?id=51a58b07-1cd9-44be-85f2-121a1a3a38a1&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1488] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:18:21 2026] PUT /v2.0/routers/17bc2aaf-ddca-4c56-939c-12910a9aab5e/remove_router_interface => generated 309 bytes in 874 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1489] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:18:22 2026] GET /v2.0/security-groups?tenant_id=b0c2990a7b91431bbf6baa22d01344da&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:18:22.618 7 INFO neutron_taas.services.taas.taas_plugin [None req-b08ca0ab-53f3-42dd-9c57-dc60e80e7cce ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] TaaS: Handle Delete Port: e72a6927-577e-4455-a44a-ec71095dd356 2026-05-29 23:18:22.621 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b08ca0ab-53f3-42dd-9c57-dc60e80e7cce ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Tap Mirror: Handle Delete Port: e72a6927-577e-4455-a44a-ec71095dd356 [pid: 8|app: 0|req: 817/1490] 10.0.0.88 () {34 vars in 989 bytes} [Fri May 29 23:18:22 2026] GET /v2.0/ports?device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => generated 1279 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1491] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:18:22 2026] DELETE /v2.0/security-groups/54f80164-cb68-492f-b938-ec82cb2e5eb0 => 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: 819/1492] 10.0.0.88 () {34 vars in 1119 bytes} [Fri May 29 23:18:22 2026] GET /v2.0/security-groups?id=7480c012-14b3-43a2-9ab6-94091fcf01a0&id=d45fe995-7c65-4a92-aff1-0ddb2f10374a&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1493] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:22 2026] GET /v2.0/ports?device_id=f9b1c257-3aa5-4ad1-97f3-51c1349a8fef => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1494] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:18:22 2026] GET /v2.0/security-groups?id=51a58b07-1cd9-44be-85f2-121a1a3a38a1&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: 674/1495] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:18:22 2026] PUT /v2.0/routers/17bc2aaf-ddca-4c56-939c-12910a9aab5e/remove_router_interface => generated 309 bytes in 969 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1496] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:18:23 2026] GET /v2.0/ports?device_id=17bc2aaf-ddca-4c56-939c-12910a9aab5e => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:18:23.427 7 INFO neutron_taas.services.taas.taas_plugin [None req-c72e2a4e-57b9-499c-a05e-7b1cb488c906 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] TaaS: Handle Delete Port: 771fc86c-12c8-44b4-b5dc-a8dfc94b0b14 2026-05-29 23:18:23.430 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c72e2a4e-57b9-499c-a05e-7b1cb488c906 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Tap Mirror: Handle Delete Port: 771fc86c-12c8-44b4-b5dc-a8dfc94b0b14 2026-05-29 23:18:23.772 7 INFO neutron.services.segments.plugin [-] Segment 2ad1c098-ad90-4cb5-bffe-dfdc20d124bb resource provider aggregate not found 2026-05-29 23:18:23.780 7 INFO neutron.services.segments.plugin [-] Segment 2ad1c098-ad90-4cb5-bffe-dfdc20d124bb resource provider aggregate not found 2026-05-29 23:18:23.792 7 INFO neutron.services.segments.plugin [-] Segment 2ad1c098-ad90-4cb5-bffe-dfdc20d124bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ad1c098-ad90-4cb5-bffe-dfdc20d124bb found for delete ", "request_id": "req-25d507e2-67e0-4dba-9d81-7e944b571fd0"}]} 2026-05-29 23:18:23.801 7 INFO neutron.services.segments.plugin [-] Segment 2ad1c098-ad90-4cb5-bffe-dfdc20d124bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ad1c098-ad90-4cb5-bffe-dfdc20d124bb found for delete ", "request_id": "req-805d2105-734f-4fd4-b677-a2bd01ea13ea"}]} 2026-05-29 23:18:23.813 7 INFO neutron.db.l3_hamode_db [None req-c72e2a4e-57b9-499c-a05e-7b1cb488c906 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] HA network 35ab76e4-49ef-4842-a24b-243515660634 was deleted as no HA routers are present in tenant 3ce2fc3de40a488b8c9081126f28e918. [pid: 7|app: 0|req: 675/1497] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:23 2026] DELETE /v2.0/routers/17bc2aaf-ddca-4c56-939c-12910a9aab5e => generated 0 bytes in 589 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1498] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:23 2026] DELETE /v2.0/subnets/ccf24cad-8293-44c2-b286-e9c8249a8eb3 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1499] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:23 2026] DELETE /v2.0/subnets/fa9b02e5-5150-4b1d-8318-4333c8b7120e => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1500] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:24 2026] GET /v2.0/ports?device_id=f9b1c257-3aa5-4ad1-97f3-51c1349a8fef => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1501] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:18:24 2026] GET /v2.0/security-groups?id=51a58b07-1cd9-44be-85f2-121a1a3a38a1&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:18:24.271 7 INFO neutron_taas.services.taas.taas_plugin [None req-c51e9d19-372f-4003-a114-1f13bbad871c ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] TaaS: Handle Delete Port: ccc3e043-0a6c-4721-a78e-680f9ca85f10 2026-05-29 23:18:24.273 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c51e9d19-372f-4003-a114-1f13bbad871c ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Tap Mirror: Handle Delete Port: ccc3e043-0a6c-4721-a78e-680f9ca85f10 [pid: 7|app: 0|req: 677/1502] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:18:24 2026] DELETE /v2.0/networks/8e4b6e5b-12b8-406c-9f85-0cd6c78413fb => generated 0 bytes in 398 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1503] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:24 2026] GET /v2.0/ports?device_id=f9b1c257-3aa5-4ad1-97f3-51c1349a8fef => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:24.681 8 INFO neutron_taas.services.taas.taas_plugin [None req-da744da4-b8de-4217-b092-1250353860c3 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] TaaS: Handle Delete Port: 5b1c9bf7-e734-4ea4-9032-c517c5dba0ef 2026-05-29 23:18:24.684 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da744da4-b8de-4217-b092-1250353860c3 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Tap Mirror: Handle Delete Port: 5b1c9bf7-e734-4ea4-9032-c517c5dba0ef [pid: 7|app: 0|req: 679/1504] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:18:24 2026] GET /v2.0/security-groups?id=51a58b07-1cd9-44be-85f2-121a1a3a38a1&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:18:24.843 8 INFO neutron.services.segments.plugin [-] Segment 963a7277-5b84-4374-956d-b8c49b74ff16 resource provider aggregate not found 2026-05-29 23:18:24.850 8 INFO neutron.services.segments.plugin [-] Segment 963a7277-5b84-4374-956d-b8c49b74ff16 resource provider aggregate not found 2026-05-29 23:18:24.861 8 INFO neutron.services.segments.plugin [-] Segment 963a7277-5b84-4374-956d-b8c49b74ff16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 963a7277-5b84-4374-956d-b8c49b74ff16 found for delete ", "request_id": "req-17942a61-8ebd-4cf7-a6de-d95566105bcf"}]} 2026-05-29 23:18:24.870 8 INFO neutron.services.segments.plugin [-] Segment 963a7277-5b84-4374-956d-b8c49b74ff16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 963a7277-5b84-4374-956d-b8c49b74ff16 found for delete ", "request_id": "req-16bcc168-cea3-4105-b8bc-ac892148699d"}]} [pid: 8|app: 0|req: 826/1507] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:18:24 2026] DELETE /v2.0/networks/dfdc2760-9d97-4366-a947-edfcee11f933 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:18:24.959 7 INFO neutron.db.segments_db [None req-15c7f28d-30e9-417b-9da4-9b09f94895e3 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Added segment 4a94a8c4-ec09-4ffa-b56f-339cd9982fd0 of type vxlan for network dec8547d-5cc3-4cfb-8e84-70bb01002ee2 [pid: 7|app: 0|req: 682/1508] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:18:24 2026] POST /v2.0/networks => generated 629 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1509] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:18:25 2026] POST /v2.0/subnets => generated 626 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:18:25.435 7 INFO neutron.db.segments_db [None req-ec2c5091-8f82-4d50-ad04-0d5572b413b3 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Added segment 3ae7fe5b-cb5c-43c1-b3a9-68953ca7744b of type vxlan for network 848bf4c8-1f86-484e-863f-7c2da260cc8a [pid: 8|app: 0|req: 828/1510] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:25 2026] GET /v2.0/ports?device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => generated 1010 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1511] 10.0.0.177 () {34 vars in 1120 bytes} [Fri May 29 23:18:25 2026] GET /v2.0/security-groups?id=7480c012-14b3-43a2-9ab6-94091fcf01a0&id=d45fe995-7c65-4a92-aff1-0ddb2f10374a&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1512] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:25 2026] GET /v2.0/ports?device_id=f9b1c257-3aa5-4ad1-97f3-51c1349a8fef => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:25.826 7 INFO neutron.services.segments.plugin [-] Segment 72c61a9c-599c-4211-b67c-a802d285b6cf resource provider aggregate not found 2026-05-29 23:18:25.834 7 INFO neutron.services.segments.plugin [-] Segment 72c61a9c-599c-4211-b67c-a802d285b6cf resource provider aggregate not found [pid: 8|app: 0|req: 831/1513] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:18:25 2026] GET /v2.0/security-groups?id=51a58b07-1cd9-44be-85f2-121a1a3a38a1&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:18:25.854 7 INFO neutron.db.l3_hamode_db [None req-ec2c5091-8f82-4d50-ad04-0d5572b413b3 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 23:18:25.859 7 INFO neutron.services.segments.plugin [-] Segment 72c61a9c-599c-4211-b67c-a802d285b6cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72c61a9c-599c-4211-b67c-a802d285b6cf found for delete ", "request_id": "req-4a5e93a3-8e23-48f0-975a-dbcf8ff636d6"}]} 2026-05-29 23:18:25.860 7 INFO neutron.services.segments.plugin [-] Segment 72c61a9c-599c-4211-b67c-a802d285b6cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72c61a9c-599c-4211-b67c-a802d285b6cf found for delete ", "request_id": "req-1f5ea404-1a86-437f-8124-168aff503639"}]} 2026-05-29 23:18:25.997 7 INFO neutron.db.l3_hamode_db [None req-ec2c5091-8f82-4d50-ad04-0d5572b413b3 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 23:18:26.272 8 INFO neutron.db.segments_db [None req-f5180b8a-f615-4107-9975-1316acc28d20 ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] Added segment cd00177a-7d11-4a79-8150-acc40b6a1a63 of type vxlan for network 86668b73-f6b3-435c-81c6-fcc6fc9b0eac [pid: 8|app: 0|req: 832/1514] 10.0.0.134 () {34 vars in 671 bytes} [Fri May 29 23:18:25 2026] POST /v2.0/networks => generated 633 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:18:26.433 8 INFO neutron.db.segments_db [None req-87a68968-c8e2-4b5d-a155-ef68235abd48 ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] Added segment dea2d7a8-43cd-40be-bd62-35660f5bcb9e of type vxlan for network a34dd222-e13a-4ade-a015-d30d43d8edcb [pid: 7|app: 0|req: 683/1515] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:18:25 2026] POST /v2.0/routers => generated 506 bytes in 1241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:18:26.696 8 INFO neutron.db.l3_hamode_db [None req-87a68968-c8e2-4b5d-a155-ef68235abd48 ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 684/1516] 10.0.0.134 () {34 vars in 665 bytes} [Fri May 29 23:18:26 2026] POST /v2.0/ports => generated 951 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 685/1517] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:27 2026] GET /v2.0/ports?device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => generated 1010 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1518] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:27 2026] GET /v2.0/ports?device_id=f9b1c257-3aa5-4ad1-97f3-51c1349a8fef => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:27.533 8 INFO neutron.db.l3_hamode_db [None req-87a68968-c8e2-4b5d-a155-ef68235abd48 ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 687/1519] 10.0.0.134 () {34 vars in 783 bytes} [Fri May 29 23:18:27 2026] PUT /v2.0/routers/303545b5-8b26-458f-8cbf-a14d7d0f21db/add_router_interface => generated 309 bytes in 1210 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: 688/1520] 199.204.45.53 () {34 vars in 993 bytes} [Fri May 29 23:18:28 2026] GET /v2.0/ports?device_id=f9b1c257-3aa5-4ad1-97f3-51c1349a8fef => 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: 689/1521] 10.0.0.177 () {34 vars in 1120 bytes} [Fri May 29 23:18:28 2026] GET /v2.0/security-groups?id=7480c012-14b3-43a2-9ab6-94091fcf01a0&id=d45fe995-7c65-4a92-aff1-0ddb2f10374a&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1522] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:18:28 2026] GET /v2.0/security-groups?id=51a58b07-1cd9-44be-85f2-121a1a3a38a1&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: 8|app: 0|req: 833/1523] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:18:26 2026] POST /v2.0/routers => generated 694 bytes in 2188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1524] 199.204.45.53 () {34 vars in 993 bytes} [Fri May 29 23:18:28 2026] GET /v2.0/ports?device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => generated 1010 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1525] 10.0.0.134 () {32 vars in 717 bytes} [Fri May 29 23:18:28 2026] GET /v2.0/ports/a38c3569-0688-4e27-b54b-1934758637ca => generated 1025 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1526] 10.0.0.134 () {32 vars in 776 bytes} [Fri May 29 23:18:28 2026] GET /v2.0/subnets?project_id=6f5a30b285574536b797b04dd02b9cf0&cidr=10.100.0.0%2F28 => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:18:28.692 7 INFO neutron_taas.services.taas.taas_plugin [req-fe29d0e4-287a-40cb-aa63-310b0e2627c6 req-fc2b293a-ca18-4407-9fac-337fa0f611a3 a03bcbc27fa2456a9f46061d7d04f0ab 0401ef5e0114450eb42fb580ec96e0f5 - - default default] TaaS: Handle Delete Port: 045817fc-fdcb-404a-a75a-f00f6793b46d 2026-05-29 23:18:28.696 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fe29d0e4-287a-40cb-aa63-310b0e2627c6 req-fc2b293a-ca18-4407-9fac-337fa0f611a3 a03bcbc27fa2456a9f46061d7d04f0ab 0401ef5e0114450eb42fb580ec96e0f5 - - default default] Tap Mirror: Handle Delete Port: 045817fc-fdcb-404a-a75a-f00f6793b46d 2026-05-29 23:18:28.788 8 INFO neutron_taas.services.taas.taas_plugin [req-3b6f095f-48d5-4255-a88d-346a73fb668f req-3bc61040-790e-4fa1-af7b-063df2fc2aa2 452a01842a084a4081e07e04a376cdd5 ccc05570187649999508f98273f06533 - - default default] TaaS: Handle Delete Port: 5fadf28c-589a-4f69-9411-a0e76de9997e 2026-05-29 23:18:28.792 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3b6f095f-48d5-4255-a88d-346a73fb668f req-3bc61040-790e-4fa1-af7b-063df2fc2aa2 452a01842a084a4081e07e04a376cdd5 ccc05570187649999508f98273f06533 - - default default] Tap Mirror: Handle Delete Port: 5fadf28c-589a-4f69-9411-a0e76de9997e [pid: 7|app: 0|req: 692/1527] 199.204.45.53 () {36 vars in 996 bytes} [Fri May 29 23:18:28 2026] DELETE /v2.0/ports/045817fc-fdcb-404a-a75a-f00f6793b46d => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:18:28.909 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2cb15050-a30c-4fc4-a6c6-be3d00c7bb50'] response: {'server_uuid': 'f9b1c257-3aa5-4ad1-97f3-51c1349a8fef', 'name': 'network-vif-deleted', 'tag': '045817fc-fdcb-404a-a75a-f00f6793b46d', 'status': 'completed', 'code': 200} 2026-05-29 23:18:28.939 8 INFO neutron.db.l3_db [req-3b6f095f-48d5-4255-a88d-346a73fb668f req-3bc61040-790e-4fa1-af7b-063df2fc2aa2 452a01842a084a4081e07e04a376cdd5 ccc05570187649999508f98273f06533 - - default default] Floating IP 884f0aa7-4a78-4a60-8f53-0a5ea6d1fef0 disassociated. External IP: 10.96.250.220, port: 5fadf28c-589a-4f69-9411-a0e76de9997e. 2026-05-29 23:18:29.198 7 INFO neutron_taas.services.taas.taas_plugin [None req-c69816ab-1e3e-4b6a-98f5-f762f5c83ed7 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] TaaS: Handle Delete Port: a38c3569-0688-4e27-b54b-1934758637ca 2026-05-29 23:18:29.201 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c69816ab-1e3e-4b6a-98f5-f762f5c83ed7 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Tap Mirror: Handle Delete Port: a38c3569-0688-4e27-b54b-1934758637ca [pid: 8|app: 0|req: 836/1528] 199.204.45.53 () {36 vars in 996 bytes} [Fri May 29 23:18:28 2026] DELETE /v2.0/ports/5fadf28c-589a-4f69-9411-a0e76de9997e => generated 0 bytes in 630 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:18:29.329 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0436587d-c769-4925-aa18-d9859fd3ff38'] response: {'server_uuid': 'f3fd7412-af9f-49d4-857d-fc3732f7413b', 'name': 'network-vif-deleted', 'tag': '5fadf28c-589a-4f69-9411-a0e76de9997e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 837/1529] 10.0.0.134 () {32 vars in 694 bytes} [Fri May 29 23:18:29 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1530] 10.0.0.134 () {32 vars in 784 bytes} [Fri May 29 23:18:29 2026] GET /v2.0/subnets?network_id=83bb5745-c0b0-474c-97de-d2fe2f1f6c82&cidr=10.100.0.0%2F28 => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1531] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:18:29 2026] POST /v2.0/subnets => generated 657 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1532] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:29 2026] GET /v2.0/ports?device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => 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: 841/1533] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:29 2026] GET /v2.0/ports?device_id=f9b1c257-3aa5-4ad1-97f3-51c1349a8fef => 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: 693/1534] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:18:28 2026] PUT /v2.0/routers/303545b5-8b26-458f-8cbf-a14d7d0f21db/remove_router_interface => generated 309 bytes in 855 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-29 23:18:29.876 7 INFO neutron.api.v2.resource [None req-236fce15-b7a0-46f9-80c2-cbcd88b7122f ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 694/1535] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:18:29 2026] PUT /v2.0/routers/303545b5-8b26-458f-8cbf-a14d7d0f21db/remove_router_interface => generated 197 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1536] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:18:29 2026] GET /v2.0/ports?device_id=303545b5-8b26-458f-8cbf-a14d7d0f21db => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:18:30.134 7 INFO neutron_taas.services.taas.taas_plugin [None req-aeaf3fa7-7026-4b3e-a132-80f42ffb3a01 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] TaaS: Handle Delete Port: 167b881a-6686-4390-8d5b-7272bcea3563 2026-05-29 23:18:30.138 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aeaf3fa7-7026-4b3e-a132-80f42ffb3a01 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Tap Mirror: Handle Delete Port: 167b881a-6686-4390-8d5b-7272bcea3563 2026-05-29 23:18:30.576 7 INFO neutron.services.segments.plugin [-] Segment 3ae7fe5b-cb5c-43c1-b3a9-68953ca7744b resource provider aggregate not found 2026-05-29 23:18:30.586 7 INFO neutron.services.segments.plugin [-] Segment 3ae7fe5b-cb5c-43c1-b3a9-68953ca7744b resource provider aggregate not found 2026-05-29 23:18:30.600 7 INFO neutron.services.segments.plugin [-] Segment 3ae7fe5b-cb5c-43c1-b3a9-68953ca7744b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ae7fe5b-cb5c-43c1-b3a9-68953ca7744b found for delete ", "request_id": "req-4c9a18a3-a9e1-4e6c-97df-830f3f7a51db"}]} 2026-05-29 23:18:30.608 7 INFO neutron.db.l3_hamode_db [None req-aeaf3fa7-7026-4b3e-a132-80f42ffb3a01 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] HA network 848bf4c8-1f86-484e-863f-7c2da260cc8a was deleted as no HA routers are present in tenant 3ce2fc3de40a488b8c9081126f28e918. 2026-05-29 23:18:30.613 7 INFO neutron.services.segments.plugin [-] Segment 3ae7fe5b-cb5c-43c1-b3a9-68953ca7744b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ae7fe5b-cb5c-43c1-b3a9-68953ca7744b found for delete ", "request_id": "req-11fc74d2-106a-46e6-8bcc-287948b4a355"}]} [pid: 7|app: 0|req: 696/1537] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:29 2026] DELETE /v2.0/routers/303545b5-8b26-458f-8cbf-a14d7d0f21db => generated 0 bytes in 696 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1538] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:30 2026] DELETE /v2.0/subnets/58256a76-87e2-419a-b667-f4dbdff14eee => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1539] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:30 2026] GET /v2.0/ports?device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => 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: 699/1540] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:30 2026] GET /v2.0/ports?device_id=f9b1c257-3aa5-4ad1-97f3-51c1349a8fef => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:18:30.959 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c57c7cd-ab66-4a4c-b8e8-73f828abd52e ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] TaaS: Handle Delete Port: 80e6158b-8da1-4d83-a724-bcdf5fb07926 2026-05-29 23:18:30.961 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c57c7cd-ab66-4a4c-b8e8-73f828abd52e ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Tap Mirror: Handle Delete Port: 80e6158b-8da1-4d83-a724-bcdf5fb07926 [pid: 7|app: 0|req: 700/1541] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:18:30 2026] DELETE /v2.0/networks/dec8547d-5cc3-4cfb-8e84-70bb01002ee2 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1542] 10.0.0.134 () {34 vars in 783 bytes} [Fri May 29 23:18:29 2026] PUT /v2.0/routers/a89a6b87-3d98-4f98-9ac3-613e2cd75e1c/add_router_interface => generated 309 bytes in 1523 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:31.264 7 INFO neutron.db.segments_db [None req-01666ecb-645d-4130-95e1-b7724a374a95 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Added segment a377b6cd-14f4-4bf3-a71c-4b89337c40c3 of type vxlan for network 6ebd93b6-a355-407e-be31-a6b27a09735c [pid: 7|app: 0|req: 701/1543] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:18:31 2026] POST /v2.0/networks => generated 630 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1544] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:18:31 2026] POST /v2.0/subnets => generated 626 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:18:31.720 7 INFO neutron.db.segments_db [None req-a6120762-995e-4cc0-8e2c-3d5ef962eb10 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Added segment ea30be6a-4c93-4b87-b656-071559abb97d of type vxlan for network a7d9748e-3195-424a-a4eb-1838f26c7205 [pid: 8|app: 0|req: 843/1545] 10.0.0.134 () {32 vars in 649 bytes} [Fri May 29 23:18:31 2026] GET /v2.0/networks => generated 7960 bytes in 563 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1546] 10.0.0.134 () {32 vars in 647 bytes} [Fri May 29 23:18:31 2026] GET /v2.0/subnets => generated 7132 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1547] 10.0.0.134 () {32 vars in 647 bytes} [Fri May 29 23:18:31 2026] GET /v2.0/routers => generated 2912 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1548] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:31 2026] GET /v2.0/ports?device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => 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: 847/1549] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:31 2026] GET /v2.0/ports?device_id=f9b1c257-3aa5-4ad1-97f3-51c1349a8fef => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:18:32.036 7 INFO neutron.db.l3_hamode_db [None req-a6120762-995e-4cc0-8e2c-3d5ef962eb10 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 848/1550] 10.0.0.134 () {34 vars in 685 bytes} [Fri May 29 23:18:32 2026] POST /v2.0/security-groups => generated 1675 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-29 23:18:32.217 7 INFO neutron.db.l3_hamode_db [None req-a6120762-995e-4cc0-8e2c-3d5ef962eb10 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 849/1551] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:18:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1552] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:18:32 2026] POST /v2.0/security-group-rules => generated 596 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1553] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:18:32 2026] POST /v2.0/security-group-rules => generated 602 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:18:32.622 7 INFO neutron.services.segments.plugin [-] Segment 4a94a8c4-ec09-4ffa-b56f-339cd9982fd0 resource provider aggregate not found 2026-05-29 23:18:32.638 7 INFO neutron.services.segments.plugin [-] Segment 4a94a8c4-ec09-4ffa-b56f-339cd9982fd0 resource provider aggregate not found 2026-05-29 23:18:32.645 7 INFO neutron.services.segments.plugin [-] Segment 4a94a8c4-ec09-4ffa-b56f-339cd9982fd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a94a8c4-ec09-4ffa-b56f-339cd9982fd0 found for delete ", "request_id": "req-2a889069-e222-4786-b3ac-c3db5351cfa0"}]} 2026-05-29 23:18:32.650 7 INFO neutron.services.segments.plugin [-] Segment 4a94a8c4-ec09-4ffa-b56f-339cd9982fd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a94a8c4-ec09-4ffa-b56f-339cd9982fd0 found for delete ", "request_id": "req-7ce646d3-c081-4306-82e7-084b170bbefe"}]} [pid: 8|app: 0|req: 852/1554] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:18:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:18:32.734 8 INFO neutron.db.securitygroups_db [None req-3435a0c0-e1e7-4370-a3c6-e33f2f20302e ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] Project 6f5a30b285574536b797b04dd02b9cf0 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: 853/1555] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:18:32 2026] POST /v2.0/security-group-rules => generated 607 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:18:32.868 8 INFO neutron.db.securitygroups_db [None req-015e6ece-d5f8-498c-8d31-81c2edf4a23b ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] Project 6f5a30b285574536b797b04dd02b9cf0 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: 854/1556] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:18:32 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: 703/1557] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:18:31 2026] POST /v2.0/routers => generated 506 bytes in 1295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1558] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:33 2026] GET /v2.0/ports?device_id=f3fd7412-af9f-49d4-857d-fc3732f7413b => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:18:33.582 7 INFO neutron_taas.services.taas.taas_plugin [None req-474379b7-1c03-4e1e-a73c-aa0421878b7f c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: 12e989b5-ca08-4163-baf8-cb82aa2ed6f4 2026-05-29 23:18:33.592 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-474379b7-1c03-4e1e-a73c-aa0421878b7f c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: 12e989b5-ca08-4163-baf8-cb82aa2ed6f4 [pid: 8|app: 0|req: 855/1559] 10.0.0.134 () {34 vars in 783 bytes} [Fri May 29 23:18:32 2026] PUT /v2.0/routers/3a1276e2-1664-4c2d-be5f-5c9e4cd90e7b/add_router_interface => generated 309 bytes in 1229 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1560] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:18:33 2026] PUT /v2.0/routers/7b4cf2a6-76b1-43a3-9c49-05cfbb36b523/remove_router_interface => generated 309 bytes in 1161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1561] 10.0.0.134 () {32 vars in 717 bytes} [Fri May 29 23:18:34 2026] GET /v2.0/ports/d0bdeebb-e236-4272-9ceb-193bc46db75c => generated 955 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1562] 10.0.0.134 () {32 vars in 649 bytes} [Fri May 29 23:18:34 2026] GET /v2.0/networks => generated 1298 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:18:34.577 7 INFO neutron_taas.services.taas.taas_plugin [None req-683a77c6-26e9-4f4f-bcac-0189453c2075 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: 40c7323f-f93f-4669-8348-2d8b0e7c7edc 2026-05-29 23:18:34.579 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-683a77c6-26e9-4f4f-bcac-0189453c2075 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: 40c7323f-f93f-4669-8348-2d8b0e7c7edc 2026-05-29 23:18:34.773 8 INFO neutron_taas.services.taas.taas_plugin [None req-11a7b92a-0587-4ec7-843a-0ec1629a6b25 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] TaaS: Handle Delete Port: d0bdeebb-e236-4272-9ceb-193bc46db75c 2026-05-29 23:18:34.776 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11a7b92a-0587-4ec7-843a-0ec1629a6b25 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Tap Mirror: Handle Delete Port: d0bdeebb-e236-4272-9ceb-193bc46db75c 2026-05-29 23:18:34.921 7 INFO neutron_taas.services.taas.taas_plugin [None req-683a77c6-26e9-4f4f-bcac-0189453c2075 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: 96582f3b-511d-489d-8441-88d96d2fb772 2026-05-29 23:18:34.925 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-683a77c6-26e9-4f4f-bcac-0189453c2075 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: 96582f3b-511d-489d-8441-88d96d2fb772 [pid: 8|app: 0|req: 857/1563] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:18:34 2026] PUT /v2.0/routers/3a1276e2-1664-4c2d-be5f-5c9e4cd90e7b/remove_router_interface => generated 309 bytes in 1011 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1564] 10.0.0.177 () {34 vars in 1100 bytes} [Fri May 29 23:18:35 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2103823217&fields=id&tenant_id=6f5a30b285574536b797b04dd02b9cf0 => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1565] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:18:35 2026] GET /v2.0/ports?device_id=3a1276e2-1664-4c2d-be5f-5c9e4cd90e7b => 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: 860/1566] 10.0.0.177 () {34 vars in 982 bytes} [Fri May 29 23:18:35 2026] GET /v2.0/networks?id=86668b73-f6b3-435c-81c6-fcc6fc9b0eac => generated 661 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:35.486 7 INFO neutron.services.segments.plugin [-] Segment 13654897-b62b-4b89-b06a-f3a7a515776e resource provider aggregate not found 2026-05-29 23:18:35.491 7 INFO neutron.services.segments.plugin [-] Segment 13654897-b62b-4b89-b06a-f3a7a515776e resource provider aggregate not found 2026-05-29 23:18:35.508 7 INFO neutron.db.l3_hamode_db [None req-683a77c6-26e9-4f4f-bcac-0189453c2075 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] HA network 10d4aa40-ed9a-43d6-9555-3c952b476ba5 was deleted as no HA routers are present in tenant 0401ef5e0114450eb42fb580ec96e0f5. [pid: 7|app: 0|req: 707/1567] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:34 2026] DELETE /v2.0/routers/7b4cf2a6-76b1-43a3-9c49-05cfbb36b523 => generated 0 bytes in 1243 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:18:35.519 7 INFO neutron.services.segments.plugin [-] Segment 13654897-b62b-4b89-b06a-f3a7a515776e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13654897-b62b-4b89-b06a-f3a7a515776e found for delete ", "request_id": "req-3a2ee1cd-2ddb-47a2-811f-c8e6cc283735"}]} 2026-05-29 23:18:35.527 7 INFO neutron.services.segments.plugin [-] Segment 13654897-b62b-4b89-b06a-f3a7a515776e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13654897-b62b-4b89-b06a-f3a7a515776e found for delete ", "request_id": "req-b5693647-558b-48cb-adef-6303db9616fd"}]} [pid: 7|app: 0|req: 708/1568] 10.0.0.177 () {34 vars in 965 bytes} [Fri May 29 23:18:35 2026] GET /v2.0/quotas/6f5a30b285574536b797b04dd02b9cf0 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:35.695 8 INFO neutron_taas.services.taas.taas_plugin [None req-bbec37cf-2c6d-4b8d-9bd1-9e1f88a19fa8 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] TaaS: Handle Delete Port: 9ce38a47-fdec-4a9e-8641-499528a7be77 2026-05-29 23:18:35.697 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbec37cf-2c6d-4b8d-9bd1-9e1f88a19fa8 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Tap Mirror: Handle Delete Port: 9ce38a47-fdec-4a9e-8641-499528a7be77 [pid: 7|app: 0|req: 709/1569] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:35 2026] DELETE /v2.0/subnets/cd1e28d2-84bb-4bb9-af53-4307417895b4 => 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: 710/1570] 10.0.0.177 () {34 vars in 1002 bytes} [Fri May 29 23:18:35 2026] GET /v2.0/ports?tenant_id=6f5a30b285574536b797b04dd02b9cf0&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:35.959 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce2c5066-e9b5-41aa-9884-cbdd6e7bdac5 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: d2655511-12ab-4592-964f-efd0843b794c 2026-05-29 23:18:35.964 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce2c5066-e9b5-41aa-9884-cbdd6e7bdac5 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: d2655511-12ab-4592-964f-efd0843b794c 2026-05-29 23:18:36.107 8 INFO neutron.services.segments.plugin [-] Segment ea30be6a-4c93-4b87-b656-071559abb97d resource provider aggregate not found 2026-05-29 23:18:36.126 8 INFO neutron.services.segments.plugin [-] Segment ea30be6a-4c93-4b87-b656-071559abb97d resource provider aggregate not found 2026-05-29 23:18:36.155 8 INFO neutron.services.segments.plugin [-] Segment ea30be6a-4c93-4b87-b656-071559abb97d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea30be6a-4c93-4b87-b656-071559abb97d found for delete ", "request_id": "req-12bfc2c0-54fe-4d9e-b676-80cac24c37ce"}]} 2026-05-29 23:18:36.166 8 INFO neutron.services.segments.plugin [-] Segment ea30be6a-4c93-4b87-b656-071559abb97d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea30be6a-4c93-4b87-b656-071559abb97d found for delete ", "request_id": "req-83cf78c2-dcea-44ce-8ac6-fb8e7a26f43e"}]} 2026-05-29 23:18:36.177 8 INFO neutron.db.l3_hamode_db [None req-bbec37cf-2c6d-4b8d-9bd1-9e1f88a19fa8 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] HA network a7d9748e-3195-424a-a4eb-1838f26c7205 was deleted as no HA routers are present in tenant 3ce2fc3de40a488b8c9081126f28e918. [pid: 8|app: 0|req: 861/1571] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:35 2026] DELETE /v2.0/routers/3a1276e2-1664-4c2d-be5f-5c9e4cd90e7b => generated 0 bytes in 710 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1572] 10.0.0.177 () {34 vars in 1008 bytes} [Fri May 29 23:18:36 2026] GET /v2.0/networks/86668b73-f6b3-435c-81c6-fcc6fc9b0eac?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: 711/1573] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:18:35 2026] DELETE /v2.0/networks/eadf08ad-ccbe-4ce7-9393-e924ccb8f87b => generated 0 bytes in 459 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1574] 10.0.0.177 () {34 vars in 1108 bytes} [Fri May 29 23:18:36 2026] GET /v2.0/networks/86668b73-f6b3-435c-81c6-fcc6fc9b0eac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1575] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:36 2026] DELETE /v2.0/subnets/18decdb0-2e68-4e28-a867-a66d5f4a2ea9 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1576] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:18:36 2026] DELETE /v2.0/security-groups/d45fe995-7c65-4a92-aff1-0ddb2f10374a => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1577] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:18:36 2026] GET /v2.0/security-groups?tenant_id=0401ef5e0114450eb42fb580ec96e0f5&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:18:36.457 7 INFO neutron.api.v2.resource [None req-bbb86ada-55d1-4028-b898-3dfc3e90079c 452a01842a084a4081e07e04a376cdd5 ccc05570187649999508f98273f06533 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 715/1578] 10.0.0.134 () {32 vars in 737 bytes} [Fri May 29 23:18:36 2026] GET /v2.0/security-groups/d45fe995-7c65-4a92-aff1-0ddb2f10374a => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1579] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:18:36 2026] DELETE /v2.0/security-groups/51a58b07-1cd9-44be-85f2-121a1a3a38a1 => 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: 864/1580] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:18:36 2026] DELETE /v2.0/networks/6ebd93b6-a355-407e-be31-a6b27a09735c => 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: 717/1581] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:36 2026] GET /v2.0/ports?device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:18:36.636 7 INFO neutron.db.segments_db [None req-6cd8da4f-4ef8-4980-9952-96637ea74e44 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Added segment b58873fe-b52e-4cf8-90a9-d504a775c386 of type vxlan for network e8cdd670-aa60-4ed9-88e3-1e2bd06e7b03 2026-05-29 23:18:36.693 8 INFO neutron_taas.services.taas.taas_plugin [None req-4340134a-b3bc-4d6e-adec-84f669e8ee24 452a01842a084a4081e07e04a376cdd5 ccc05570187649999508f98273f06533 - - default default] TaaS: Handle Delete Port: 0b595b0d-ab95-48d4-9414-30ed9a8c103e 2026-05-29 23:18:36.697 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4340134a-b3bc-4d6e-adec-84f669e8ee24 452a01842a084a4081e07e04a376cdd5 ccc05570187649999508f98273f06533 - - default default] Tap Mirror: Handle Delete Port: 0b595b0d-ab95-48d4-9414-30ed9a8c103e 2026-05-29 23:18:36.880 7 INFO neutron.db.l3_hamode_db [None req-6cd8da4f-4ef8-4980-9952-96637ea74e44 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 865/1582] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:18:36 2026] DELETE /v2.0/floatingips/884f0aa7-4a78-4a60-8f53-0a5ea6d1fef0 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1583] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:18:36 2026] DELETE /v2.0/security-groups/7480c012-14b3-43a2-9ab6-94091fcf01a0 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:18:37.494 8 INFO neutron_taas.services.taas.taas_plugin [None req-108da71a-037d-4c19-86b3-f067a43bed54 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: 9ad65c67-363e-4875-9cb6-d8604c6d04b8 2026-05-29 23:18:37.497 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-108da71a-037d-4c19-86b3-f067a43bed54 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: 9ad65c67-363e-4875-9cb6-d8604c6d04b8 2026-05-29 23:18:37.554 7 INFO neutron.services.segments.plugin [-] Segment 37837bd9-7f3e-4001-8f4a-0de6c183a433 resource provider aggregate not found 2026-05-29 23:18:37.557 7 INFO neutron.services.segments.plugin [-] Segment 37837bd9-7f3e-4001-8f4a-0de6c183a433 resource provider aggregate not found 2026-05-29 23:18:37.580 7 INFO neutron.services.segments.plugin [-] Segment 37837bd9-7f3e-4001-8f4a-0de6c183a433 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37837bd9-7f3e-4001-8f4a-0de6c183a433 found for delete ", "request_id": "req-bb1bbfdc-bd7a-4380-8eae-123eb154cec4"}]} 2026-05-29 23:18:37.586 7 INFO neutron.services.segments.plugin [-] Segment 37837bd9-7f3e-4001-8f4a-0de6c183a433 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37837bd9-7f3e-4001-8f4a-0de6c183a433 found for delete ", "request_id": "req-19001c35-0f23-45f3-8f45-efef69ce9d10"}]} 2026-05-29 23:18:37.841 7 INFO neutron.db.l3_hamode_db [None req-6cd8da4f-4ef8-4980-9952-96637ea74e44 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 867/1584] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:18:37 2026] PUT /v2.0/routers/91f5da7a-5a08-4fea-9cb9-191b05255e9b/remove_router_interface => generated 309 bytes in 1038 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1585] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:38 2026] GET /v2.0/ports?device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:18:38.190 8 INFO neutron.services.segments.plugin [-] Segment a377b6cd-14f4-4bf3-a71c-4b89337c40c3 resource provider aggregate not found 2026-05-29 23:18:38.201 8 INFO neutron.services.segments.plugin [-] Segment a377b6cd-14f4-4bf3-a71c-4b89337c40c3 resource provider aggregate not found 2026-05-29 23:18:38.222 8 INFO neutron.services.segments.plugin [-] Segment a377b6cd-14f4-4bf3-a71c-4b89337c40c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a377b6cd-14f4-4bf3-a71c-4b89337c40c3 found for delete ", "request_id": "req-13fa8bd9-0cd7-4a6d-bf1b-2836b24686f1"}]} 2026-05-29 23:18:38.240 8 INFO neutron.services.segments.plugin [-] Segment a377b6cd-14f4-4bf3-a71c-4b89337c40c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a377b6cd-14f4-4bf3-a71c-4b89337c40c3 found for delete ", "request_id": "req-19b590ad-2b47-416a-ae94-87f4a0863d12"}]} 2026-05-29 23:18:38.428 8 INFO neutron_taas.services.taas.taas_plugin [None req-d69f4720-4c10-44ee-926a-780cd7311621 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: 6e86c9fc-da23-42bd-bbd0-565ff3e92831 2026-05-29 23:18:38.431 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d69f4720-4c10-44ee-926a-780cd7311621 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: 6e86c9fc-da23-42bd-bbd0-565ff3e92831 2026-05-29 23:18:38.743 8 INFO neutron_taas.services.taas.taas_plugin [None req-d69f4720-4c10-44ee-926a-780cd7311621 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: 329607b1-df7d-41df-95c4-ef297fa09ec3 2026-05-29 23:18:38.745 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d69f4720-4c10-44ee-926a-780cd7311621 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: 329607b1-df7d-41df-95c4-ef297fa09ec3 [pid: 7|app: 0|req: 718/1586] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:18:36 2026] POST /v2.0/routers => generated 688 bytes in 2389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1587] 10.0.0.134 () {32 vars in 721 bytes} [Fri May 29 23:18:38 2026] GET /v2.0/routers/cf911fe2-48af-4bec-8a5b-df228e8b4955 => generated 694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:39.129 8 INFO neutron.db.l3_hamode_db [None req-d69f4720-4c10-44ee-926a-780cd7311621 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] HA network bb813e1b-de3e-47cc-aa05-dcdbf812205c was deleted as no HA routers are present in tenant ccc05570187649999508f98273f06533. [pid: 8|app: 0|req: 869/1588] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:38 2026] DELETE /v2.0/routers/91f5da7a-5a08-4fea-9cb9-191b05255e9b => generated 0 bytes in 976 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1589] 10.0.0.134 () {32 vars in 647 bytes} [Fri May 29 23:18:39 2026] GET /v2.0/routers => generated 697 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1590] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:39 2026] DELETE /v2.0/subnets/ddb7ba29-e846-4f73-87ae-3d02c82179fb => 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: 871/1591] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:39 2026] GET /v2.0/ports?device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:18:39.411 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae93603a-a8a6-4ae6-b060-55f09e4cce83 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: 7dc4ef6a-120c-4c7f-ac5f-b63bc2709b59 2026-05-29 23:18:39.413 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae93603a-a8a6-4ae6-b060-55f09e4cce83 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: 7dc4ef6a-120c-4c7f-ac5f-b63bc2709b59 [pid: 8|app: 0|req: 872/1592] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:18:39 2026] DELETE /v2.0/networks/992b6e93-991f-424f-ad89-165cd45ca634 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1593] 10.0.0.134 () {34 vars in 741 bytes} [Fri May 29 23:18:39 2026] PUT /v2.0/routers/cf911fe2-48af-4bec-8a5b-df228e8b4955 => generated 701 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1594] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:18:39 2026] GET /v2.0/security-groups?tenant_id=75ba3b1c454348088665570ffc4627e7&name=default => generated 2925 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:18:40.018 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee855df3-32d7-4078-8021-96def1f247ae c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: 50e286a9-6115-4de1-b568-6cdcd8c7fb98 2026-05-29 23:18:40.022 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee855df3-32d7-4078-8021-96def1f247ae c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: 50e286a9-6115-4de1-b568-6cdcd8c7fb98 [pid: 8|app: 0|req: 874/1595] 10.0.0.134 () {32 vars in 721 bytes} [Fri May 29 23:18:40 2026] GET /v2.0/routers/cf911fe2-48af-4bec-8a5b-df228e8b4955 => generated 701 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1598] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:18:40 2026] DELETE /v2.0/security-groups/dcc914e3-cb21-4cc1-b5f0-aed927dcba44 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1599] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:18:40 2026] GET /v2.0/ports?device_id=cf911fe2-48af-4bec-8a5b-df228e8b4955 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:18:40.248 8 INFO neutron.services.segments.plugin [-] Segment dddc4eb8-df77-4d43-b3ae-9b88983a7964 resource provider aggregate not found 2026-05-29 23:18:40.269 8 INFO neutron.services.segments.plugin [-] Segment dddc4eb8-df77-4d43-b3ae-9b88983a7964 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dddc4eb8-df77-4d43-b3ae-9b88983a7964 found for delete ", "request_id": "req-a1db39dc-f5cc-4df4-ade5-096df7ee810f"}]} 2026-05-29 23:18:40.272 8 INFO neutron.services.segments.plugin [-] Segment dddc4eb8-df77-4d43-b3ae-9b88983a7964 resource provider aggregate not found 2026-05-29 23:18:40.304 8 INFO neutron.services.segments.plugin [-] Segment 0bfdbee9-5d78-4340-9b9e-e200a8aa0955 resource provider aggregate not found 2026-05-29 23:18:40.330 8 INFO neutron.services.segments.plugin [-] Segment dddc4eb8-df77-4d43-b3ae-9b88983a7964 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dddc4eb8-df77-4d43-b3ae-9b88983a7964 found for delete ", "request_id": "req-5266ef3b-4482-455d-b6b5-ec097846789e"}]} 2026-05-29 23:18:40.333 8 INFO neutron.services.segments.plugin [-] Segment 0bfdbee9-5d78-4340-9b9e-e200a8aa0955 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bfdbee9-5d78-4340-9b9e-e200a8aa0955 found for delete ", "request_id": "req-d32d3957-1d82-4de0-96ff-2913351997b6"}]} 2026-05-29 23:18:40.364 8 INFO neutron.services.segments.plugin [-] Segment 0bfdbee9-5d78-4340-9b9e-e200a8aa0955 resource provider aggregate not found 2026-05-29 23:18:40.398 8 INFO neutron.services.segments.plugin [-] Segment 0bfdbee9-5d78-4340-9b9e-e200a8aa0955 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bfdbee9-5d78-4340-9b9e-e200a8aa0955 found for delete ", "request_id": "req-dab78058-cba4-44dd-8f8a-4e3e91f661a8"}]} 2026-05-29 23:18:40.561 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d56accf-1d82-41d8-9480-875c5f541fd3 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] TaaS: Handle Delete Port: ef507473-f668-4a12-a495-5532bc5183b8 2026-05-29 23:18:40.564 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d56accf-1d82-41d8-9480-875c5f541fd3 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Tap Mirror: Handle Delete Port: ef507473-f668-4a12-a495-5532bc5183b8 [pid: 7|app: 0|req: 722/1600] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:18:39 2026] PUT /v2.0/routers/071a6f50-4d70-4d32-973c-af9414c0ce82/remove_router_interface => generated 309 bytes in 1052 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1601] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:40 2026] GET /v2.0/ports?device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:18:40.877 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d56accf-1d82-41d8-9480-875c5f541fd3 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] TaaS: Handle Delete Port: 1aaddc28-31c1-4f01-88ab-7c151e99bc52 2026-05-29 23:18:40.880 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d56accf-1d82-41d8-9480-875c5f541fd3 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] Tap Mirror: Handle Delete Port: 1aaddc28-31c1-4f01-88ab-7c151e99bc52 2026-05-29 23:18:41.015 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a2c9aaa-d7f3-413c-a8ce-bbca20448723 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: 96d0a1e9-8f29-49c8-b3e6-8adbdf92b168 2026-05-29 23:18:41.025 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a2c9aaa-d7f3-413c-a8ce-bbca20448723 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: 96d0a1e9-8f29-49c8-b3e6-8adbdf92b168 2026-05-29 23:18:41.239 8 INFO neutron.db.l3_hamode_db [None req-9d56accf-1d82-41d8-9480-875c5f541fd3 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] HA network e8cdd670-aa60-4ed9-88e3-1e2bd06e7b03 was deleted as no HA routers are present in tenant 3ce2fc3de40a488b8c9081126f28e918. [pid: 8|app: 0|req: 879/1602] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:40 2026] DELETE /v2.0/routers/cf911fe2-48af-4bec-8a5b-df228e8b4955 => generated 0 bytes in 1025 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1603] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:18:41 2026] GET /v2.0/networks?id=86668b73-f6b3-435c-81c6-fcc6fc9b0eac => generated 661 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1604] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:18:41 2026] GET /v2.0/ports?device_id=cf911fe2-48af-4bec-8a5b-df228e8b4955 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1605] 199.204.45.53 () {34 vars in 1049 bytes} [Fri May 29 23:18:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6f5a30b285574536b797b04dd02b9cf0 => generated 181 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:41.355 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a2c9aaa-d7f3-413c-a8ce-bbca20448723 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: 4cd8f50a-d850-4ae7-af42-6af58031aaef 2026-05-29 23:18:41.358 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a2c9aaa-d7f3-413c-a8ce-bbca20448723 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: 4cd8f50a-d850-4ae7-af42-6af58031aaef 2026-05-29 23:18:41.376 8 INFO neutron.api.v2.resource [None req-1b00776e-6a6d-42c7-a095-2f5b64c02e5e ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 883/1606] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:41 2026] DELETE /v2.0/routers/cf911fe2-48af-4bec-8a5b-df228e8b4955 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:18:41.769 7 INFO neutron.services.segments.plugin [-] Segment 2e75d81a-051f-4825-bd2a-d4e3446a7bcb resource provider aggregate not found 2026-05-29 23:18:41.779 7 INFO neutron.services.segments.plugin [-] Segment 2e75d81a-051f-4825-bd2a-d4e3446a7bcb resource provider aggregate not found 2026-05-29 23:18:41.794 7 INFO neutron.services.segments.plugin [-] Segment 2e75d81a-051f-4825-bd2a-d4e3446a7bcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e75d81a-051f-4825-bd2a-d4e3446a7bcb found for delete ", "request_id": "req-fb16f4c6-d0fe-49f9-978b-5a9465284624"}]} 2026-05-29 23:18:41.801 7 INFO neutron.services.segments.plugin [-] Segment 2e75d81a-051f-4825-bd2a-d4e3446a7bcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e75d81a-051f-4825-bd2a-d4e3446a7bcb found for delete ", "request_id": "req-721ab1c3-44c7-4c8a-928f-7c8600bce8c7"}]} 2026-05-29 23:18:41.806 7 INFO neutron.db.l3_hamode_db [None req-1a2c9aaa-d7f3-413c-a8ce-bbca20448723 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] HA network c4e9256f-058f-4a84-9ac4-3f93d522efe2 was deleted as no HA routers are present in tenant 1dd574c3048c4d4b94b3c47215701f94. [pid: 7|app: 0|req: 724/1607] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:40 2026] DELETE /v2.0/routers/071a6f50-4d70-4d32-973c-af9414c0ce82 => generated 0 bytes in 1082 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1608] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:18:41 2026] GET /v2.0/ports?device_id=3a1276e2-1664-4c2d-be5f-5c9e4cd90e7b => 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: 884/1609] 199.204.45.53 () {38 vars in 954 bytes} [Fri May 29 23:18:41 2026] POST /v2.0/ports => generated 954 bytes in 487 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: 726/1610] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:41 2026] GET /v2.0/ports?device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => generated 957 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:41.930 7 INFO neutron.api.v2.resource [None req-ff7f2926-7635-42b9-bd3c-c01c57fab61c ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 727/1611] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:41 2026] DELETE /v2.0/routers/3a1276e2-1664-4c2d-be5f-5c9e4cd90e7b => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1612] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:41 2026] DELETE /v2.0/subnets/efde49c8-d17d-407f-ad9c-f558293b0ce4 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1613] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:18:42 2026] GET /v2.0/security-groups?id=432cee44-e857-4807-b585-9f140fd63c34&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-29 23:18:42.078 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f5dc9cc4-7c36-4f40-981a-3e7f88668a46 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 887/1614] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:42 2026] DELETE /v2.0/subnets/18decdb0-2e68-4e28-a867-a66d5f4a2ea9 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:18:42.157 8 INFO neutron_taas.services.taas.taas_plugin [None req-d53a0032-c737-41ad-aa51-956571056edc c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: fe7941e1-06ed-4e23-8eb6-00676dad75ff 2026-05-29 23:18:42.160 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d53a0032-c737-41ad-aa51-956571056edc c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: fe7941e1-06ed-4e23-8eb6-00676dad75ff 2026-05-29 23:18:42.361 8 INFO neutron.services.segments.plugin [-] Segment b58873fe-b52e-4cf8-90a9-d504a775c386 resource provider aggregate not found [pid: 8|app: 0|req: 888/1615] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:18:42 2026] DELETE /v2.0/networks/85b692ed-0968-4b20-93fd-b8867e803358 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:18:42.399 8 INFO neutron.services.segments.plugin [-] Segment b58873fe-b52e-4cf8-90a9-d504a775c386 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b58873fe-b52e-4cf8-90a9-d504a775c386 found for delete ", "request_id": "req-e0bf37ec-8a63-49e6-aea8-614b5568b4da"}]} [pid: 8|app: 0|req: 889/1616] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:18:42 2026] GET /v2.0/ports?device_id=303545b5-8b26-458f-8cbf-a14d7d0f21db => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:18:42.425 8 INFO neutron.services.segments.plugin [-] Segment b58873fe-b52e-4cf8-90a9-d504a775c386 resource provider aggregate not found 2026-05-29 23:18:42.432 8 INFO neutron.services.segments.plugin [-] Segment 15e973b1-8ab4-4fa9-9cb3-e1d655a362ad resource provider aggregate not found [pid: 7|app: 0|req: 728/1617] 199.204.45.53 () {38 vars in 1027 bytes} [Fri May 29 23:18:41 2026] PUT /v2.0/ports/e6bee3f2-e42e-4514-a69f-5866f5b58f72 => generated 1235 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:18:42.456 8 INFO neutron.services.segments.plugin [-] Segment b58873fe-b52e-4cf8-90a9-d504a775c386 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b58873fe-b52e-4cf8-90a9-d504a775c386 found for delete ", "request_id": "req-94d8862c-fade-4bc8-978c-4e63c3930271"}]} 2026-05-29 23:18:42.461 8 INFO neutron.services.segments.plugin [-] Segment 15e973b1-8ab4-4fa9-9cb3-e1d655a362ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15e973b1-8ab4-4fa9-9cb3-e1d655a362ad found for delete ", "request_id": "req-beb06570-77ea-485f-9e2e-d251f1196602"}]} 2026-05-29 23:18:42.462 8 INFO neutron.api.v2.resource [None req-3151c78f-b693-41e8-a99d-87f0a8cafb9e ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 890/1618] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:42 2026] DELETE /v2.0/routers/303545b5-8b26-458f-8cbf-a14d7d0f21db => generated 135 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:18:42.469 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-45357ece-d493-43c9-85c6-9239280b48a9'] response: {'name': 'network-changed', 'server_uuid': '57662ee1-a70c-4abb-81ef-93e90799c53b', 'tag': 'e6bee3f2-e42e-4514-a69f-5866f5b58f72', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 23:18:42.475 8 INFO neutron.services.segments.plugin [-] Segment 15e973b1-8ab4-4fa9-9cb3-e1d655a362ad resource provider aggregate not found 2026-05-29 23:18:42.487 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5ccd7a89-f432-4176-aa83-8b195b5b9606 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 729/1619] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:42 2026] DELETE /v2.0/subnets/58256a76-87e2-419a-b667-f4dbdff14eee => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:18:42.500 8 INFO neutron.services.segments.plugin [-] Segment 15e973b1-8ab4-4fa9-9cb3-e1d655a362ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15e973b1-8ab4-4fa9-9cb3-e1d655a362ad found for delete ", "request_id": "req-6fe978ce-09c9-4430-ba03-b7278d5121a5"}]} [pid: 8|app: 0|req: 891/1620] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:18:42 2026] GET /v2.0/ports?device_id=17bc2aaf-ddca-4c56-939c-12910a9aab5e => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:18:42.536 7 INFO neutron.api.v2.resource [None req-3eed2115-b417-438e-add6-df7cb4ff6379 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 730/1621] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:42 2026] DELETE /v2.0/routers/17bc2aaf-ddca-4c56-939c-12910a9aab5e => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:18:42.557 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2f02a4c4-6495-4946-aaa1-bbf974b8d94e ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 892/1622] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:42 2026] DELETE /v2.0/subnets/ccf24cad-8293-44c2-b286-e9c8249a8eb3 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:18:42.582 7 INFO neutron.pecan_wsgi.hooks.translation [None req-06421668-8765-4ae3-a2e0-920da0b42fc6 ae211f5d4a93471caaa34b3c1c4f2064 3ce2fc3de40a488b8c9081126f28e918 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 731/1623] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:18:42 2026] DELETE /v2.0/subnets/fa9b02e5-5150-4b1d-8318-4333c8b7120e => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1624] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:18:42 2026] GET /v2.0/security-groups?tenant_id=1dd574c3048c4d4b94b3c47215701f94&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1625] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:18:42 2026] DELETE /v2.0/security-groups/ad8a1acf-d1c4-4dc7-b1ec-620da3465fac => 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: 894/1626] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:18:42 2026] GET /v2.0/ports?tenant_id=6f5a30b285574536b797b04dd02b9cf0&device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1627] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:18:43 2026] GET /v2.0/security-groups?tenant_id=ccc05570187649999508f98273f06533&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: 895/1628] 199.204.45.53 () {34 vars in 1017 bytes} [Fri May 29 23:18:43 2026] GET /v2.0/networks?tenant_id=6f5a30b285574536b797b04dd02b9cf0&shared=False => generated 757 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1629] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:18:43 2026] DELETE /v2.0/security-groups/f3d1da29-bb6b-400f-938c-e596f368708a => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1630] 199.204.45.53 () {34 vars in 929 bytes} [Fri May 29 23:18:43 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1631] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:43 2026] GET /v2.0/ports?device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1632] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:18:43 2026] GET /v2.0/security-groups?tenant_id=3ce2fc3de40a488b8c9081126f28e918&name=default => generated 2925 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1633] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:18:43 2026] GET /v2.0/security-groups?id=432cee44-e857-4807-b585-9f140fd63c34&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: 897/1634] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:18:43 2026] DELETE /v2.0/security-groups/6201bfbe-db65-4a2a-8abc-bb489c63d82d => 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: 898/1635] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:18:44 2026] GET /v2.0/ports?tenant_id=6f5a30b285574536b797b04dd02b9cf0&device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1636] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:18:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=e6bee3f2-e42e-4514-a69f-5866f5b58f72 => 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: 900/1637] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:18:44 2026] GET /v2.0/subnets?id=fc869974-fd1b-49f6-bfc1-1c52ef28b583 => generated 678 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1638] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:44 2026] GET /v2.0/ports?device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => 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: 902/1639] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:18:44 2026] GET /v2.0/ports?network_id=86668b73-f6b3-435c-81c6-fcc6fc9b0eac&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1640] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:18:44 2026] GET /v2.0/security-groups?id=432cee44-e857-4807-b585-9f140fd63c34&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: 904/1641] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:18:44 2026] GET /v2.0/networks/86668b73-f6b3-435c-81c6-fcc6fc9b0eac?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: 738/1642] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:18:44 2026] GET /v2.0/security-groups?tenant_id=fa86a7fcf9ba419285e99f3c8b7c7b66&name=default => generated 2925 bytes in 375 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1643] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:18:44 2026] GET /v2.0/networks/86668b73-f6b3-435c-81c6-fcc6fc9b0eac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1644] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:18:44 2026] DELETE /v2.0/security-groups/9471883f-ab89-4b97-b91d-eaae6714218d => 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: 906/1645] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:18:44 2026] GET /v2.0/security-groups?tenant_id=68b50cb8255b448c9960f996b6d4726b&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1646] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:18:45 2026] DELETE /v2.0/security-groups/b060fc73-d294-418d-af14-20ddd2d11fd0 => 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: 907/1647] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:45 2026] GET /v2.0/ports?device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1648] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:18:45 2026] GET /v2.0/security-groups?id=432cee44-e857-4807-b585-9f140fd63c34&fields=id&fields=name => generated 114 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1649] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:46 2026] GET /v2.0/ports?device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1650] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:18:46 2026] GET /v2.0/security-groups?id=432cee44-e857-4807-b585-9f140fd63c34&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:48.057 8 INFO neutron.db.segments_db [None req-7a9326e6-2c51-4de9-b20a-45c047902efb 70cabf720d05401888a1b49c6b2ad74d 5f45d3c6bf7943339b2e4a4c05a62857 - - default default] Added segment 9c97e69a-ca7c-417b-9f24-c1f118d32be7 of type vxlan for network 34a2423d-0c18-410f-b489-71f2ecae7baf [pid: 7|app: 0|req: 743/1651] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:47 2026] GET /v2.0/ports?device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => generated 969 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1652] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:18:48 2026] GET /v2.0/security-groups?id=432cee44-e857-4807-b585-9f140fd63c34&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1653] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:18:47 2026] POST /v2.0/networks => generated 632 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:18:48.339 7 INFO neutron.db.segments_db [None req-7e9421c5-8b75-4a5b-8f2e-7bf2b81db0b4 70cabf720d05401888a1b49c6b2ad74d 5f45d3c6bf7943339b2e4a4c05a62857 - - default default] Added segment 423f4710-e9e1-4fd6-8b93-e7927841402c of type vxlan for network 91e75c31-a29e-4ba6-89b9-1aa08ff66873 [pid: 7|app: 0|req: 745/1654] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:18:48 2026] POST /v2.0/networks => generated 630 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:18:48.541 8 INFO neutron.db.segments_db [None req-42c91b63-6352-4091-98c3-fc9f45b48d65 70cabf720d05401888a1b49c6b2ad74d 5f45d3c6bf7943339b2e4a4c05a62857 - - default default] Added segment 09320880-f98b-46aa-b192-18a7a3ab5c7d of type vxlan for network 58051bb1-35ae-40bb-93fa-f3123cd2998c [pid: 8|app: 0|req: 910/1655] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:18:48 2026] POST /v2.0/networks => generated 631 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1656] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:18:48 2026] GET /v2.0/security-groups?tenant_id=671cf370331c434f85db36c3ee0f0e64&name=default => generated 2925 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:18:48.975 8 INFO neutron.db.segments_db [None req-c045294f-eeca-48c8-87c5-e5d74bad4607 70cabf720d05401888a1b49c6b2ad74d 5f45d3c6bf7943339b2e4a4c05a62857 - - default default] Added segment c445b20f-7f97-4698-88ca-ab01285174ff of type vxlan for network 58dbb763-53d5-4e94-bf5b-e8de0c0ae8b8 [pid: 8|app: 0|req: 911/1657] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:18:48 2026] POST /v2.0/networks => generated 631 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1658] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:18:48 2026] DELETE /v2.0/security-groups/217611a4-ed08-4a6e-91ed-c6d6e399564e => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:18:49.183 8 INFO neutron.db.segments_db [None req-31506535-e090-45b5-9633-51c7e517a026 70cabf720d05401888a1b49c6b2ad74d 5f45d3c6bf7943339b2e4a4c05a62857 - - default default] Added segment c7205a23-31fe-49f5-86a4-191deb5fc032 of type vxlan for network 0789eb51-83fc-4509-9ab8-0731b4d6b177 [pid: 7|app: 0|req: 748/1659] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:49 2026] GET /v2.0/ports?device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1660] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:18:49 2026] POST /v2.0/networks => generated 632 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1661] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:18:49 2026] GET /v2.0/security-groups?id=432cee44-e857-4807-b585-9f140fd63c34&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1662] 10.0.0.134 () {34 vars in 753 bytes} [Fri May 29 23:18:49 2026] PUT /v2.0/networks/34a2423d-0c18-410f-b489-71f2ecae7baf/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1663] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:18:49 2026] GET /v2.0/security-groups?tenant_id=ee547bafc9a340f7bd591bed8c646506&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1664] 10.0.0.134 () {34 vars in 753 bytes} [Fri May 29 23:18:49 2026] PUT /v2.0/networks/91e75c31-a29e-4ba6-89b9-1aa08ff66873/tags => generated 25 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1665] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:18:49 2026] DELETE /v2.0/security-groups/bd2b4210-54a9-4e94-9245-ecc03ee04f8f => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1666] 10.0.0.134 () {34 vars in 753 bytes} [Fri May 29 23:18:49 2026] PUT /v2.0/networks/58051bb1-35ae-40bb-93fa-f3123cd2998c/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1667] 10.0.0.134 () {34 vars in 753 bytes} [Fri May 29 23:18:49 2026] PUT /v2.0/networks/58dbb763-53d5-4e94-bf5b-e8de0c0ae8b8/tags => generated 19 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1668] 10.0.0.134 () {32 vars in 666 bytes} [Fri May 29 23:18:49 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1669] 10.0.0.134 () {32 vars in 680 bytes} [Fri May 29 23:18:49 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1247 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1670] 10.0.0.134 () {32 vars in 676 bytes} [Fri May 29 23:18:49 2026] GET /v2.0/networks?tags-any=blue => generated 1247 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1671] 10.0.0.134 () {32 vars in 688 bytes} [Fri May 29 23:18:49 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1672] 10.0.0.134 () {32 vars in 674 bytes} [Fri May 29 23:18:49 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1673] 10.0.0.134 () {32 vars in 688 bytes} [Fri May 29 23:18:49 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1674] 10.0.0.134 () {32 vars in 684 bytes} [Fri May 29 23:18:50 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1675] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:18:49 2026] GET /v2.0/security-groups?tenant_id=024cb488825a4144a104420185686f9c&name=default => generated 2925 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1676] 10.0.0.134 () {32 vars in 696 bytes} [Fri May 29 23:18:50 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1677] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:18:50 2026] DELETE /v2.0/security-groups/77aadd36-e6d0-4450-ae75-bf1ab188c32e => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:18:50.349 8 INFO neutron.services.segments.plugin [-] Segment 9c97e69a-ca7c-417b-9f24-c1f118d32be7 resource provider aggregate not found 2026-05-29 23:18:50.356 8 INFO neutron.services.segments.plugin [-] Segment 9c97e69a-ca7c-417b-9f24-c1f118d32be7 resource provider aggregate not found 2026-05-29 23:18:50.384 8 INFO neutron.services.segments.plugin [-] Segment 9c97e69a-ca7c-417b-9f24-c1f118d32be7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c97e69a-ca7c-417b-9f24-c1f118d32be7 found for delete ", "request_id": "req-2bfcbeda-3863-4760-a88b-ff72193a7518"}]} 2026-05-29 23:18:50.390 8 INFO neutron.services.segments.plugin [-] Segment 9c97e69a-ca7c-417b-9f24-c1f118d32be7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c97e69a-ca7c-417b-9f24-c1f118d32be7 found for delete ", "request_id": "req-f5bfb854-40c3-4e21-80f2-6859ac0725b4"}]} [pid: 8|app: 0|req: 924/1678] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:18:50 2026] DELETE /v2.0/networks/34a2423d-0c18-410f-b489-71f2ecae7baf => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1679] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:50 2026] GET /v2.0/ports?device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => generated 971 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:50.611 7 INFO neutron.services.segments.plugin [-] Segment 423f4710-e9e1-4fd6-8b93-e7927841402c resource provider aggregate not found 2026-05-29 23:18:50.620 7 INFO neutron.services.segments.plugin [-] Segment 423f4710-e9e1-4fd6-8b93-e7927841402c resource provider aggregate not found 2026-05-29 23:18:50.638 7 INFO neutron.services.segments.plugin [-] Segment 423f4710-e9e1-4fd6-8b93-e7927841402c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 423f4710-e9e1-4fd6-8b93-e7927841402c found for delete ", "request_id": "req-e71a706c-02de-4770-b6d2-6164455772a6"}]} 2026-05-29 23:18:50.650 7 INFO neutron.services.segments.plugin [-] Segment 423f4710-e9e1-4fd6-8b93-e7927841402c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 423f4710-e9e1-4fd6-8b93-e7927841402c found for delete ", "request_id": "req-9afe5aee-d45f-4c16-9776-9afc7ea5d41b"}]} [pid: 7|app: 0|req: 755/1680] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:18:50 2026] DELETE /v2.0/networks/91e75c31-a29e-4ba6-89b9-1aa08ff66873 => generated 0 bytes in 482 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1681] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:18:50 2026] GET /v2.0/security-groups?tenant_id=7120ada7eb074760bdf21477c6c5b36a&name=default => generated 2925 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1682] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:18:50 2026] GET /v2.0/security-groups?id=432cee44-e857-4807-b585-9f140fd63c34&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: 757/1683] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:18:50 2026] DELETE /v2.0/security-groups/0281d796-2f4a-47b4-aec2-8038e1c8fe96 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1684] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:18:50 2026] DELETE /v2.0/networks/58051bb1-35ae-40bb-93fa-f3123cd2998c => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1685] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:18:51 2026] GET /v2.0/ports?device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1686] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:18:51 2026] GET /v2.0/security-groups?id=432cee44-e857-4807-b585-9f140fd63c34&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1687] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:18:51 2026] GET /v2.0/ports?device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1688] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:18:51 2026] DELETE /v2.0/networks/58dbb763-53d5-4e94-bf5b-e8de0c0ae8b8 => 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: 929/1689] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:18:51 2026] DELETE /v2.0/networks/0789eb51-83fc-4509-9ab8-0731b4d6b177 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:18:52.406 8 INFO neutron.services.segments.plugin [-] Segment 09320880-f98b-46aa-b192-18a7a3ab5c7d resource provider aggregate not found 2026-05-29 23:18:52.412 8 INFO neutron.services.segments.plugin [-] Segment 09320880-f98b-46aa-b192-18a7a3ab5c7d resource provider aggregate not found 2026-05-29 23:18:52.422 8 INFO neutron.services.segments.plugin [-] Segment 09320880-f98b-46aa-b192-18a7a3ab5c7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09320880-f98b-46aa-b192-18a7a3ab5c7d found for delete ", "request_id": "req-084c5f00-94b3-4265-806f-9822dd5c9544"}]} 2026-05-29 23:18:52.426 8 INFO neutron.services.segments.plugin [-] Segment 09320880-f98b-46aa-b192-18a7a3ab5c7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09320880-f98b-46aa-b192-18a7a3ab5c7d found for delete ", "request_id": "req-6c376dc9-73f3-4f8b-ab77-3111d5aa0ab0"}]} 2026-05-29 23:18:52.441 8 INFO neutron.services.segments.plugin [-] Segment c445b20f-7f97-4698-88ca-ab01285174ff resource provider aggregate not found 2026-05-29 23:18:52.446 8 INFO neutron.services.segments.plugin [-] Segment c445b20f-7f97-4698-88ca-ab01285174ff resource provider aggregate not found 2026-05-29 23:18:52.459 8 INFO neutron.services.segments.plugin [-] Segment c445b20f-7f97-4698-88ca-ab01285174ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c445b20f-7f97-4698-88ca-ab01285174ff found for delete ", "request_id": "req-d8378d92-aea9-496f-82cf-b8c6eb147e44"}]} 2026-05-29 23:18:52.463 8 INFO neutron.services.segments.plugin [-] Segment c445b20f-7f97-4698-88ca-ab01285174ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c445b20f-7f97-4698-88ca-ab01285174ff found for delete ", "request_id": "req-74e2a78f-9447-4797-9fb6-bbf6744b3bd2"}]} 2026-05-29 23:18:52.477 8 INFO neutron.services.segments.plugin [-] Segment c7205a23-31fe-49f5-86a4-191deb5fc032 resource provider aggregate not found 2026-05-29 23:18:52.483 8 INFO neutron.services.segments.plugin [-] Segment c7205a23-31fe-49f5-86a4-191deb5fc032 resource provider aggregate not found 2026-05-29 23:18:52.499 8 INFO neutron.services.segments.plugin [-] Segment c7205a23-31fe-49f5-86a4-191deb5fc032 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7205a23-31fe-49f5-86a4-191deb5fc032 found for delete ", "request_id": "req-1997d6f9-4bce-47f4-ba93-90daeb05dd26"}]} 2026-05-29 23:18:52.508 8 INFO neutron.services.segments.plugin [-] Segment c7205a23-31fe-49f5-86a4-191deb5fc032 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7205a23-31fe-49f5-86a4-191deb5fc032 found for delete ", "request_id": "req-8f886a18-066c-4406-b506-b41bdffbd544"}]} 2026-05-29 23:18:53.376 7 INFO neutron.db.l3_db [None req-f9bbed76-98fb-4977-afb7-c27885b84742 ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] Floating IP ad6b870e-b17e-45fc-80b3-d09c6d97bf49 associated. External IP: 10.96.250.219, port: e6bee3f2-e42e-4514-a69f-5866f5b58f72. [pid: 7|app: 0|req: 761/1690] 10.0.0.134 () {34 vars in 677 bytes} [Fri May 29 23:18:51 2026] POST /v2.0/floatingips => generated 855 bytes in 2575 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:18:53.872 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f7a41986-d256-4128-9620-f43cb618079e'] response: {'name': 'network-changed', 'server_uuid': '57662ee1-a70c-4abb-81ef-93e90799c53b', 'tag': 'e6bee3f2-e42e-4514-a69f-5866f5b58f72', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 762/1691] 10.0.0.134 () {32 vars in 729 bytes} [Fri May 29 23:18:53 2026] GET /v2.0/floatingips/ad6b870e-b17e-45fc-80b3-d09c6d97bf49 => 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: 930/1692] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:18:53 2026] GET /v2.0/security-groups?tenant_id=76f1b01858aa43e087b7ef204100a14d&name=default => generated 2925 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1693] 10.0.0.134 () {32 vars in 653 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions => generated 21537 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1694] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:18:54 2026] DELETE /v2.0/security-groups/504ce67b-cc60-4b50-9095-07eb2aba8f90 => 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: 765/1695] 10.0.0.134 () {32 vars in 681 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1696] 10.0.0.134 () {32 vars in 681 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1697] 10.0.0.134 () {32 vars in 729 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1698] 10.0.0.134 () {32 vars in 665 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1699] 10.0.0.134 () {32 vars in 699 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1700] 10.0.0.134 () {32 vars in 697 bytes} [Fri May 29 23:18:54 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: 771/1701] 10.0.0.134 () {32 vars in 701 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1702] 10.0.0.134 () {32 vars in 689 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1703] 10.0.0.134 () {32 vars in 703 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1704] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/security-groups?tenant_id=51c16493bf34489f9a745b760332aa69&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1705] 10.0.0.134 () {32 vars in 693 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1706] 10.0.0.134 () {32 vars in 695 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1707] 10.0.0.134 () {32 vars in 685 bytes} [Fri May 29 23:18:54 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: 777/1708] 10.0.0.134 () {32 vars in 687 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1709] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/ports?tenant_id=6f5a30b285574536b797b04dd02b9cf0&device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1710] 10.0.0.134 () {32 vars in 661 bytes} [Fri May 29 23:18:54 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: 932/1711] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:18:54 2026] DELETE /v2.0/security-groups/173c51d1-14a5-4c54-9936-65828461e149 => 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: 933/1712] 10.0.0.134 () {32 vars in 699 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1713] 10.0.0.134 () {32 vars in 679 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1714] 10.0.0.134 () {32 vars in 683 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1715] 10.0.0.134 () {32 vars in 675 bytes} [Fri May 29 23:18:54 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: 937/1716] 10.0.0.134 () {32 vars in 689 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1718] 10.0.0.134 () {32 vars in 723 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1718] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/networks?id=86668b73-f6b3-435c-81c6-fcc6fc9b0eac => generated 757 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1719] 10.0.0.134 () {32 vars in 687 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1720] 10.0.0.134 () {32 vars in 669 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1721] 10.0.0.134 () {32 vars in 687 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1722] 10.0.0.134 () {32 vars in 681 bytes} [Fri May 29 23:18:54 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: 939/1723] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=e6bee3f2-e42e-4514-a69f-5866f5b58f72 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1724] 10.0.0.134 () {32 vars in 699 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1725] 10.0.0.134 () {32 vars in 679 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1726] 10.0.0.134 () {32 vars in 667 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/router => generated 256 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1727] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/subnets?id=fc869974-fd1b-49f6-bfc1-1c52ef28b583 => generated 678 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1728] 10.0.0.134 () {32 vars in 677 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1729] 10.0.0.134 () {32 vars in 665 bytes} [Fri May 29 23:18:54 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: 941/1730] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/ports?network_id=86668b73-f6b3-435c-81c6-fcc6fc9b0eac&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: 790/1731] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/security-groups?tenant_id=5f45d3c6bf7943339b2e4a4c05a62857&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1732] 10.0.0.134 () {32 vars in 675 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1733] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/networks/86668b73-f6b3-435c-81c6-fcc6fc9b0eac?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: 944/1734] 10.0.0.134 () {32 vars in 713 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1735] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/networks/86668b73-f6b3-435c-81c6-fcc6fc9b0eac?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: 946/1736] 10.0.0.134 () {32 vars in 691 bytes} [Fri May 29 23:18:54 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) [pid: 8|app: 0|req: 949/1739] 10.0.0.134 () {32 vars in 683 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1740] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:18:54 2026] DELETE /v2.0/security-groups/817a50ed-20d1-4749-863e-8e97fb7e54de => 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: 950/1741] 10.0.0.134 () {32 vars in 669 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1742] 10.0.0.134 () {32 vars in 687 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1743] 10.0.0.134 () {32 vars in 705 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1744] 10.0.0.134 () {32 vars in 675 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1745] 10.0.0.134 () {32 vars in 701 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1746] 10.0.0.134 () {32 vars in 675 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1747] 10.0.0.134 () {32 vars in 693 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1748] 10.0.0.134 () {32 vars in 689 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1749] 10.0.0.134 () {32 vars in 709 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1750] 10.0.0.134 () {32 vars in 705 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1751] 10.0.0.134 () {32 vars in 729 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/floatingips/ad6b870e-b17e-45fc-80b3-d09c6d97bf49 => generated 855 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1752] 10.0.0.134 () {32 vars in 719 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1753] 10.0.0.134 () {32 vars in 697 bytes} [Fri May 29 23:18:54 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: 960/1754] 10.0.0.134 () {32 vars in 711 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1755] 10.0.0.134 () {32 vars in 669 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/binding => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1756] 10.0.0.134 () {32 vars in 687 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1757] 10.0.0.134 () {32 vars in 681 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1758] 10.0.0.134 () {32 vars in 675 bytes} [Fri May 29 23:18:55 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: 965/1759] 10.0.0.134 () {32 vars in 671 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1760] 10.0.0.134 () {32 vars in 661 bytes} [Fri May 29 23:18:55 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: 795/1761] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:18:54 2026] GET /v2.0/security-groups?tenant_id=d75067ef389c44e29c9e593f9fb000d7&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1762] 10.0.0.134 () {32 vars in 699 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1763] 10.0.0.134 () {32 vars in 699 bytes} [Fri May 29 23:18:55 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: 969/1764] 10.0.0.134 () {32 vars in 677 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1765] 10.0.0.134 () {32 vars in 669 bytes} [Fri May 29 23:18:55 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: 971/1766] 10.0.0.134 () {32 vars in 683 bytes} [Fri May 29 23:18:55 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: 972/1767] 10.0.0.134 () {32 vars in 701 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1768] 10.0.0.134 () {32 vars in 685 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1769] 10.0.0.134 () {32 vars in 707 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1770] 10.0.0.134 () {32 vars in 669 bytes} [Fri May 29 23:18:55 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: 976/1771] 10.0.0.134 () {32 vars in 697 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1772] 10.0.0.134 () {32 vars in 695 bytes} [Fri May 29 23:18:55 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: 978/1773] 10.0.0.134 () {32 vars in 685 bytes} [Fri May 29 23:18:55 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: 979/1774] 10.0.0.134 () {32 vars in 689 bytes} [Fri May 29 23:18:55 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: 980/1775] 10.0.0.134 () {32 vars in 705 bytes} [Fri May 29 23:18:55 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: 981/1776] 10.0.0.134 () {32 vars in 667 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1777] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:18:55 2026] DELETE /v2.0/security-groups/14a02a4c-d4c4-44cb-885f-0b6e2c8c5e62 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1778] 10.0.0.134 () {32 vars in 681 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1779] 10.0.0.134 () {32 vars in 681 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1780] 10.0.0.134 () {32 vars in 691 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1781] 10.0.0.134 () {32 vars in 691 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1782] 10.0.0.134 () {32 vars in 695 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1783] 10.0.0.134 () {32 vars in 685 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1784] 10.0.0.134 () {32 vars in 689 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1785] 10.0.0.134 () {32 vars in 701 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1786] 10.0.0.134 () {32 vars in 703 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1787] 10.0.0.134 () {32 vars in 713 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1788] 10.0.0.134 () {32 vars in 717 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1789] 10.0.0.134 () {32 vars in 715 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1790] 10.0.0.134 () {32 vars in 727 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1791] 10.0.0.134 () {32 vars in 741 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1792] 10.0.0.134 () {32 vars in 719 bytes} [Fri May 29 23:18:55 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: 7|app: 0|req: 804/1793] 10.0.0.134 () {32 vars in 683 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1794] 10.0.0.134 () {32 vars in 669 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/segment => generated 145 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1795] 10.0.0.134 () {32 vars in 719 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1796] 10.0.0.134 () {32 vars in 679 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1797] 10.0.0.134 () {32 vars in 669 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1798] 10.0.0.134 () {32 vars in 697 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1799] 10.0.0.134 () {32 vars in 705 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1800] 10.0.0.134 () {32 vars in 701 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1801] 10.0.0.134 () {32 vars in 701 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1802] 10.0.0.134 () {32 vars in 683 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1803] 10.0.0.134 () {32 vars in 705 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1804] 10.0.0.134 () {32 vars in 695 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1805] 10.0.0.134 () {32 vars in 689 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1806] 10.0.0.134 () {32 vars in 697 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1807] 10.0.0.134 () {32 vars in 679 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1808] 10.0.0.134 () {32 vars in 689 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1809] 10.0.0.134 () {32 vars in 701 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1810] 10.0.0.134 () {32 vars in 665 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1811] 10.0.0.134 () {32 vars in 681 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1812] 10.0.0.134 () {32 vars in 677 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1813] 10.0.0.134 () {32 vars in 693 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1814] 10.0.0.134 () {32 vars in 677 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1815] 10.0.0.134 () {32 vars in 667 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1816] 10.0.0.134 () {32 vars in 663 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/taas => generated 175 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1817] 10.0.0.134 () {32 vars in 675 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1818] 10.0.0.134 () {32 vars in 687 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1819] 10.0.0.134 () {32 vars in 729 bytes} [Fri May 29 23:18:55 2026] GET /v2.0/floatingips/ad6b870e-b17e-45fc-80b3-d09c6d97bf49 => generated 857 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1820] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:18:56 2026] GET /v2.0/security-groups?tenant_id=5ec773e7db45480ca462d8f4d1462508&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1821] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:18:56 2026] DELETE /v2.0/security-groups/29533b6d-24db-42b0-858d-aaa29ac5c282 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:18:58.593 8 INFO neutron.db.segments_db [None req-c9086da4-d531-4f60-a7b5-5b0f25303960 d6d9e11859b44854b60d00240baf754c eb5a16b4d4ea4a1fbdce677e87cf523c - - default default] Added segment a602cd4c-4165-4755-8942-e1f4f0fffc70 of type vxlan for network 4bf9314b-359f-413b-97a1-a263dd9892cd 2026-05-29 23:18:58.651 8 INFO neutron.db.segments_db [None req-c9086da4-d531-4f60-a7b5-5b0f25303960 d6d9e11859b44854b60d00240baf754c eb5a16b4d4ea4a1fbdce677e87cf523c - - default default] Added segment b5364293-8c8d-421b-9418-a8a362ffab27 of type vxlan for network 62ce60bc-a470-4a77-bbc8-82b44b220cdb [pid: 8|app: 0|req: 1004/1822] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:18:58 2026] POST /v2.0/networks => generated 1242 bytes in 540 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1823] 10.0.0.134 () {32 vars in 649 bytes} [Fri May 29 23:18:58 2026] GET /v2.0/networks => generated 1841 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:18:58.983 8 INFO neutron.services.segments.plugin [-] Segment a602cd4c-4165-4755-8942-e1f4f0fffc70 resource provider aggregate not found 2026-05-29 23:18:58.990 8 INFO neutron.services.segments.plugin [-] Segment a602cd4c-4165-4755-8942-e1f4f0fffc70 resource provider aggregate not found 2026-05-29 23:18:59.007 8 INFO neutron.services.segments.plugin [-] Segment a602cd4c-4165-4755-8942-e1f4f0fffc70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a602cd4c-4165-4755-8942-e1f4f0fffc70 found for delete ", "request_id": "req-04445e91-5a39-4db7-b5bb-bd04136e2491"}]} 2026-05-29 23:18:59.008 8 INFO neutron.services.segments.plugin [-] Segment a602cd4c-4165-4755-8942-e1f4f0fffc70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a602cd4c-4165-4755-8942-e1f4f0fffc70 found for delete ", "request_id": "req-d94ab947-8589-4a38-a3aa-0b78cd2d889b"}]} [pid: 8|app: 0|req: 1005/1824] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:18:58 2026] DELETE /v2.0/networks/4bf9314b-359f-413b-97a1-a263dd9892cd => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1825] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:18:59 2026] DELETE /v2.0/networks/62ce60bc-a470-4a77-bbc8-82b44b220cdb => 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: 1007/1826] 10.0.0.134 () {32 vars in 649 bytes} [Fri May 29 23:18:59 2026] GET /v2.0/networks => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:18:59.328 8 INFO neutron.db.segments_db [None req-5477bb3e-87e7-4913-8353-2d5dd883235d d6d9e11859b44854b60d00240baf754c eb5a16b4d4ea4a1fbdce677e87cf523c - - default default] Added segment 802f2e3d-595b-4dd2-aa21-f12aed93044b of type vxlan for network 0773026c-a393-419a-bcd2-51246b07fcc6 2026-05-29 23:18:59.331 7 INFO neutron.db.segments_db [None req-db444384-a72e-43db-b521-885a043c91b6 1689ee1ee7ba45ac9081ed38a925e914 c1cd36f97da04e78b550a48bb32ac22e - - default default] Added segment c28d6d52-e20b-49b6-9d50-0d7375f9fe53 of type vxlan for network 4ac54297-3b16-443b-9d56-3061c78bc745 [pid: 7|app: 0|req: 820/1827] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:18:58 2026] POST /v2.0/networks => generated 725 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1828] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:18:59 2026] POST /v2.0/networks => generated 654 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:18:59.515 8 INFO neutron.db.segments_db [None req-21fbf0d7-4d19-4753-9d85-e37f2623a7bb d6d9e11859b44854b60d00240baf754c eb5a16b4d4ea4a1fbdce677e87cf523c - - default default] Added segment 3e43eb53-dc52-41bf-86c5-2deb42aa62ab of type vxlan for network d26921c4-7e72-417c-a2b2-c8a061368c99 [pid: 8|app: 0|req: 1009/1829] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:18:59 2026] POST /v2.0/networks => generated 653 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1830] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:18:59 2026] POST /v2.0/subnets => generated 644 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1831] 10.0.0.134 () {34 vars in 678 bytes} [Fri May 29 23:18:59 2026] POST /v2.0/qos/policies => generated 359 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:18:59.726 8 WARNING neutron.api.v2.base [None req-36287489-1179-416b-850a-611faafc8b11 1689ee1ee7ba45ac9081ed38a925e914 c1cd36f97da04e78b550a48bb32ac22e - - 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-29 23:18:59.728 8 INFO neutron.api.v2.resource [None req-36287489-1179-416b-850a-611faafc8b11 1689ee1ee7ba45ac9081ed38a925e914 c1cd36f97da04e78b550a48bb32ac22e - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1011/1832] 10.0.0.134 () {34 vars in 681 bytes} [Fri May 29 23:18:59 2026] POST /v2.0/rbac-policies => generated 143 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1833] 10.0.0.134 () {34 vars in 678 bytes} [Fri May 29 23:18:59 2026] POST /v2.0/qos/policies => generated 359 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1834] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:18:59 2026] DELETE /v2.0/networks/4ac54297-3b16-443b-9d56-3061c78bc745 => 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: 1014/1835] 10.0.0.134 () {34 vars in 678 bytes} [Fri May 29 23:19:00 2026] POST /v2.0/qos/policies => generated 359 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:19:00.126 8 INFO neutron.db.segments_db [None req-0fec8e5b-2550-4c25-abd5-f5bedf2179c2 1689ee1ee7ba45ac9081ed38a925e914 c1cd36f97da04e78b550a48bb32ac22e - - default default] Added segment ba9ce20d-8f2b-493f-b2e9-32faa13aefe0 of type vxlan for network bfa24715-6fbb-47e6-be9c-442b9718ffa6 [pid: 8|app: 0|req: 1015/1836] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:19:00 2026] POST /v2.0/networks => generated 727 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1837] 10.0.0.134 () {34 vars in 678 bytes} [Fri May 29 23:19:00 2026] POST /v2.0/qos/policies => generated 359 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1838] 10.0.0.134 () {34 vars in 665 bytes} [Fri May 29 23:18:59 2026] POST /v2.0/ports => generated 1506 bytes in 705 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: 823/1839] 10.0.0.134 () {34 vars in 678 bytes} [Fri May 29 23:19:00 2026] POST /v2.0/qos/policies => generated 359 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1840] 10.0.0.134 () {32 vars in 643 bytes} [Fri May 29 23:19:00 2026] GET /v2.0/ports => generated 1506 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1841] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:19:00 2026] POST /v2.0/subnets => generated 647 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1842] 10.0.0.134 () {34 vars in 753 bytes} [Fri May 29 23:19:00 2026] PUT /v2.0/policies/5b6f3e08-8250-474f-bf3d-315373ba39ad/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:19:00.525 7 WARNING neutron.api.v2.base [None req-0f76b1ea-143d-450a-83c7-83e9d8c7a767 1689ee1ee7ba45ac9081ed38a925e914 c1cd36f97da04e78b550a48bb32ac22e - - 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-29 23:19:00.526 7 INFO neutron.api.v2.resource [None req-0f76b1ea-143d-450a-83c7-83e9d8c7a767 1689ee1ee7ba45ac9081ed38a925e914 c1cd36f97da04e78b550a48bb32ac22e - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 826/1843] 10.0.0.134 () {34 vars in 681 bytes} [Fri May 29 23:19:00 2026] POST /v2.0/rbac-policies => generated 547 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1844] 10.0.0.134 () {34 vars in 753 bytes} [Fri May 29 23:19:00 2026] PUT /v2.0/policies/929fba90-163d-4b70-82c7-26983c537e81/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:19:00.609 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ddca977-3cde-42a1-ba9c-c7724225b5ab d6d9e11859b44854b60d00240baf754c eb5a16b4d4ea4a1fbdce677e87cf523c - - default default] TaaS: Handle Delete Port: 160da0bb-0193-49d9-926b-79c16a0f7909 2026-05-29 23:19:00.612 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ddca977-3cde-42a1-ba9c-c7724225b5ab d6d9e11859b44854b60d00240baf754c eb5a16b4d4ea4a1fbdce677e87cf523c - - default default] Tap Mirror: Handle Delete Port: 160da0bb-0193-49d9-926b-79c16a0f7909 [pid: 8|app: 0|req: 1018/1845] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:19:00 2026] DELETE /v2.0/ports/160da0bb-0193-49d9-926b-79c16a0f7909 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:19:00.743 7 INFO neutron.services.segments.plugin [-] Segment ba9ce20d-8f2b-493f-b2e9-32faa13aefe0 resource provider aggregate not found 2026-05-29 23:19:00.753 7 INFO neutron.services.segments.plugin [-] Segment ba9ce20d-8f2b-493f-b2e9-32faa13aefe0 resource provider aggregate not found 2026-05-29 23:19:00.767 7 INFO neutron.services.segments.plugin [-] Segment ba9ce20d-8f2b-493f-b2e9-32faa13aefe0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba9ce20d-8f2b-493f-b2e9-32faa13aefe0 found for delete ", "request_id": "req-faa28620-0330-42a0-b062-22580f210402"}]} 2026-05-29 23:19:00.773 7 INFO neutron.services.segments.plugin [-] Segment ba9ce20d-8f2b-493f-b2e9-32faa13aefe0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba9ce20d-8f2b-493f-b2e9-32faa13aefe0 found for delete ", "request_id": "req-9af40494-ce37-4d5e-b8a0-612544a5df6b"}]} [pid: 8|app: 0|req: 1019/1846] 10.0.0.134 () {34 vars in 753 bytes} [Fri May 29 23:19:00 2026] PUT /v2.0/policies/e9184a3f-c53c-459c-9c02-5867475cbe9a/tags => generated 34 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1847] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:19:00 2026] DELETE /v2.0/networks/bfa24715-6fbb-47e6-be9c-442b9718ffa6 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1848] 10.0.0.88 () {34 vars in 989 bytes} [Fri May 29 23:19:00 2026] GET /v2.0/ports?device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1849] 10.0.0.134 () {34 vars in 753 bytes} [Fri May 29 23:19:00 2026] PUT /v2.0/policies/03197358-ea51-4178-89ec-b54f5b6f4129/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:19:00.943 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f6c1514-3633-459c-b516-c7666b566fcc d6d9e11859b44854b60d00240baf754c eb5a16b4d4ea4a1fbdce677e87cf523c - - default default] TaaS: Handle Delete Port: 2ff69d4c-5851-4606-99a1-ef9b3f5eb8df 2026-05-29 23:19:00.946 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f6c1514-3633-459c-b516-c7666b566fcc d6d9e11859b44854b60d00240baf754c eb5a16b4d4ea4a1fbdce677e87cf523c - - default default] Tap Mirror: Handle Delete Port: 2ff69d4c-5851-4606-99a1-ef9b3f5eb8df 2026-05-29 23:19:00.965 7 INFO neutron.db.segments_db [None req-fe90ee4f-021b-4ad9-88e5-fdfd4b19e182 1689ee1ee7ba45ac9081ed38a925e914 c1cd36f97da04e78b550a48bb32ac22e - - default default] Added segment 16191e6c-06f7-4b50-90c7-24da2ea0ba31 of type vxlan for network d2369ef8-2727-4b37-a339-9522f8c16009 2026-05-29 23:19:01.030 8 INFO neutron.services.segments.plugin [-] Segment b5364293-8c8d-421b-9418-a8a362ffab27 resource provider aggregate not found 2026-05-29 23:19:01.033 8 INFO neutron.services.segments.plugin [-] Segment b5364293-8c8d-421b-9418-a8a362ffab27 resource provider aggregate not found [pid: 8|app: 0|req: 1020/1850] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:19:00 2026] DELETE /v2.0/ports/2ff69d4c-5851-4606-99a1-ef9b3f5eb8df => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:19:01.056 8 INFO neutron.services.segments.plugin [-] Segment b5364293-8c8d-421b-9418-a8a362ffab27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5364293-8c8d-421b-9418-a8a362ffab27 found for delete ", "request_id": "req-313eb583-b621-4b0e-ba6a-e897786591b3"}]} 2026-05-29 23:19:01.066 8 INFO neutron.services.segments.plugin [-] Segment b5364293-8c8d-421b-9418-a8a362ffab27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5364293-8c8d-421b-9418-a8a362ffab27 found for delete ", "request_id": "req-9b719c35-a7c5-44d9-b56e-b25f94daa12c"}]} 2026-05-29 23:19:01.085 8 INFO neutron.services.segments.plugin [-] Segment c28d6d52-e20b-49b6-9d50-0d7375f9fe53 resource provider aggregate not found [pid: 7|app: 0|req: 831/1851] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:19:00 2026] POST /v2.0/networks => generated 726 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:19:01.097 8 INFO neutron.services.segments.plugin [-] Segment c28d6d52-e20b-49b6-9d50-0d7375f9fe53 resource provider aggregate not found [pid: 7|app: 0|req: 832/1852] 10.0.0.134 () {32 vars in 643 bytes} [Fri May 29 23:19:01 2026] GET /v2.0/ports => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:19:01.123 8 INFO neutron.services.segments.plugin [-] Segment c28d6d52-e20b-49b6-9d50-0d7375f9fe53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c28d6d52-e20b-49b6-9d50-0d7375f9fe53 found for delete ", "request_id": "req-7f251b47-6b6a-4d5b-8e15-778e4e560cfa"}]} [pid: 8|app: 0|req: 1021/1853] 10.0.0.88 () {34 vars in 1039 bytes} [Fri May 29 23:19:01 2026] GET /v2.0/security-groups?id=432cee44-e857-4807-b585-9f140fd63c34&fields=id&fields=name => generated 114 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:19:01.129 8 INFO neutron.services.segments.plugin [-] Segment c28d6d52-e20b-49b6-9d50-0d7375f9fe53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c28d6d52-e20b-49b6-9d50-0d7375f9fe53 found for delete ", "request_id": "req-9aed3574-4b2f-47dd-a801-4d699bcc64c6"}]} 2026-05-29 23:19:01.198 8 INFO neutron.db.segments_db [None req-3f19a88e-1e01-4543-b73a-cd7959b0d462 d6d9e11859b44854b60d00240baf754c eb5a16b4d4ea4a1fbdce677e87cf523c - - default default] Added segment 6e6e82d3-02b6-4341-b7bb-4eecca99b75c of type vxlan for network f978bd50-fa00-46f0-aa34-7df998ead07d [pid: 8|app: 0|req: 1022/1854] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:19:01 2026] POST /v2.0/networks => generated 653 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1855] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:19:01 2026] POST /v2.0/subnets => generated 647 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1856] 10.0.0.134 () {32 vars in 674 bytes} [Fri May 29 23:19:01 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:19:01.429 7 INFO neutron.db.segments_db [None req-a90316c5-aa2c-4d43-bf14-75264d2af8f0 d6d9e11859b44854b60d00240baf754c eb5a16b4d4ea4a1fbdce677e87cf523c - - default default] Added segment f3f51a4a-bbef-4b7b-b4e3-d702fe39f80e of type vxlan for network e01d0fd1-4d71-4ec4-a069-30058aaf2cca [pid: 7|app: 0|req: 834/1857] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:19:01 2026] POST /v2.0/networks => generated 653 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1858] 10.0.0.134 () {32 vars in 688 bytes} [Fri May 29 23:19:01 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1859] 10.0.0.134 () {34 vars in 681 bytes} [Fri May 29 23:19:01 2026] POST /v2.0/rbac-policies => generated 324 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1860] 10.0.0.134 () {32 vars in 684 bytes} [Fri May 29 23:19:01 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1861] 10.0.0.134 () {32 vars in 696 bytes} [Fri May 29 23:19:01 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1862] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:19:02 2026] POST /v2.0/subnets => generated 1323 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/1863] 10.0.0.134 () {32 vars in 723 bytes} [Fri May 29 23:19:02 2026] GET /v2.0/networks/d2369ef8-2727-4b37-a339-9522f8c16009 => generated 654 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1864] 10.0.0.134 () {32 vars in 682 bytes} [Fri May 29 23:19:01 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 920 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/1865] 10.0.0.134 () {32 vars in 647 bytes} [Fri May 29 23:19:02 2026] GET /v2.0/subnets => generated 1959 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1866] 10.0.0.134 () {32 vars in 696 bytes} [Fri May 29 23:19:02 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: 839/1867] 10.0.0.134 () {32 vars in 692 bytes} [Fri May 29 23:19:02 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1868] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:19:02 2026] DELETE /v2.0/subnets/fde8843b-f697-49f8-bfcd-a2cf026341ad => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1869] 10.0.0.134 () {32 vars in 704 bytes} [Fri May 29 23:19:02 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1870] 10.0.0.134 () {32 vars in 734 bytes} [Fri May 29 23:19:02 2026] DELETE /v2.0/qos/policies/5b6f3e08-8250-474f-bf3d-315373ba39ad => 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: 842/1871] 10.0.0.134 () {32 vars in 734 bytes} [Fri May 29 23:19:02 2026] DELETE /v2.0/qos/policies/929fba90-163d-4b70-82c7-26983c537e81 => 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: 1030/1872] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:19:02 2026] DELETE /v2.0/subnets/5f3fb5d1-05f6-4b8e-b119-532c73ebfbde => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/1873] 10.0.0.134 () {32 vars in 647 bytes} [Fri May 29 23:19:03 2026] GET /v2.0/subnets => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:19:03.102 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7a00afd0-e676-4a60-94a4-e89c28e00096 3d77b0c40deb44c5b75187988db122e3 70ed7841cbf0472fa3971776480d11a5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 843/1874] 10.0.0.134 () {32 vars in 723 bytes} [Fri May 29 23:19:03 2026] GET /v2.0/networks/d2369ef8-2727-4b37-a339-9522f8c16009 => generated 138 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1875] 10.0.0.134 () {32 vars in 734 bytes} [Fri May 29 23:19:03 2026] DELETE /v2.0/qos/policies/e9184a3f-c53c-459c-9c02-5867475cbe9a => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:19:03.245 7 INFO neutron.services.segments.plugin [-] Segment f3f51a4a-bbef-4b7b-b4e3-d702fe39f80e resource provider aggregate not found 2026-05-29 23:19:03.249 7 INFO neutron.services.segments.plugin [-] Segment f3f51a4a-bbef-4b7b-b4e3-d702fe39f80e resource provider aggregate not found 2026-05-29 23:19:03.266 7 INFO neutron.services.segments.plugin [-] Segment f3f51a4a-bbef-4b7b-b4e3-d702fe39f80e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3f51a4a-bbef-4b7b-b4e3-d702fe39f80e found for delete ", "request_id": "req-75867429-80dd-4cd3-93d2-38729e2a333f"}]} 2026-05-29 23:19:03.270 7 INFO neutron.services.segments.plugin [-] Segment f3f51a4a-bbef-4b7b-b4e3-d702fe39f80e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3f51a4a-bbef-4b7b-b4e3-d702fe39f80e found for delete ", "request_id": "req-9df01640-7b31-4ad1-970b-8c4e97ae1b3f"}]} [pid: 7|app: 0|req: 844/1876] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:19:03 2026] DELETE /v2.0/networks/e01d0fd1-4d71-4ec4-a069-30058aaf2cca => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:19:03.304 8 INFO neutron_taas.services.taas.taas_plugin [None req-65e19dff-d90f-426d-82a9-24dab858d023 1689ee1ee7ba45ac9081ed38a925e914 c1cd36f97da04e78b550a48bb32ac22e - - default default] TaaS: Handle Delete Port: 72be0f24-434e-4364-9910-fb0ffc833a89 2026-05-29 23:19:03.308 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65e19dff-d90f-426d-82a9-24dab858d023 1689ee1ee7ba45ac9081ed38a925e914 c1cd36f97da04e78b550a48bb32ac22e - - default default] Tap Mirror: Handle Delete Port: 72be0f24-434e-4364-9910-fb0ffc833a89 [pid: 7|app: 0|req: 845/1877] 10.0.0.134 () {32 vars in 734 bytes} [Fri May 29 23:19:03 2026] DELETE /v2.0/qos/policies/03197358-ea51-4178-89ec-b54f5b6f4129 => 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: 846/1878] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:19:03 2026] DELETE /v2.0/networks/f978bd50-fa00-46f0-aa34-7df998ead07d => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1879] 10.0.0.134 () {32 vars in 734 bytes} [Fri May 29 23:19:03 2026] DELETE /v2.0/qos/policies/af941562-6ffb-4689-9ee1-e3f09554eea8 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:19:03.645 8 INFO neutron.services.segments.plugin [-] Segment 16191e6c-06f7-4b50-90c7-24da2ea0ba31 resource provider aggregate not found 2026-05-29 23:19:03.650 8 INFO neutron.services.segments.plugin [-] Segment 16191e6c-06f7-4b50-90c7-24da2ea0ba31 resource provider aggregate not found 2026-05-29 23:19:03.669 8 INFO neutron.services.segments.plugin [-] Segment 16191e6c-06f7-4b50-90c7-24da2ea0ba31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16191e6c-06f7-4b50-90c7-24da2ea0ba31 found for delete ", "request_id": "req-c127593f-aae7-46e5-bce7-9aa1249077a7"}]} 2026-05-29 23:19:03.670 8 INFO neutron.services.segments.plugin [-] Segment 16191e6c-06f7-4b50-90c7-24da2ea0ba31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16191e6c-06f7-4b50-90c7-24da2ea0ba31 found for delete ", "request_id": "req-89a43f2c-7ed3-427a-a8f8-6c0bd26bec36"}]} [pid: 8|app: 0|req: 1033/1880] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:19:03 2026] DELETE /v2.0/networks/d2369ef8-2727-4b37-a339-9522f8c16009 => generated 0 bytes in 529 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:19:03.705 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3247201e-8770-4418-a96f-90398506ebb9 1689ee1ee7ba45ac9081ed38a925e914 c1cd36f97da04e78b550a48bb32ac22e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1034/1881] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:19:03 2026] DELETE /v2.0/subnets/5a6c065d-6514-4dbb-ae5d-ef299ffeb9f5 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1882] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:19:03 2026] DELETE /v2.0/networks/d26921c4-7e72-417c-a2b2-c8a061368c99 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:19:03.736 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e534d5e7-795f-4690-a7ae-7b1b0c26a032 1689ee1ee7ba45ac9081ed38a925e914 c1cd36f97da04e78b550a48bb32ac22e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1035/1883] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:19:03 2026] DELETE /v2.0/subnets/b0a8363e-389f-4042-8623-0dec9c32c454 => generated 136 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:19:03.771 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e1292519-ca78-4891-ba86-26ce996d145d 1689ee1ee7ba45ac9081ed38a925e914 c1cd36f97da04e78b550a48bb32ac22e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1036/1884] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:19:03 2026] DELETE /v2.0/subnets/4019d109-9376-46ad-b98e-28bbb853a5a3 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1885] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:19:03 2026] DELETE /v2.0/networks/0773026c-a393-419a-bcd2-51246b07fcc6 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/1886] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:04 2026] GET /v2.0/security-groups?tenant_id=eb5a16b4d4ea4a1fbdce677e87cf523c&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/1887] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:04 2026] DELETE /v2.0/security-groups/57dd5b94-aa2f-4611-b710-f296e9905588 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1888] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:04 2026] GET /v2.0/security-groups?tenant_id=480cdcd0cbc249a2a431f38266f8a491&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/1889] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:04 2026] DELETE /v2.0/security-groups/59ec86b4-dcd6-40c2-ae0c-1c2934e279df => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1890] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:04 2026] GET /v2.0/security-groups?tenant_id=70ed7841cbf0472fa3971776480d11a5&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/1891] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:05 2026] DELETE /v2.0/security-groups/54fe8c51-1f2a-4cac-81cf-19d3f5d3ed89 => 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: 852/1892] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:05 2026] GET /v2.0/security-groups?tenant_id=a9d8d4a2b6a642c999ce52b267fd5afe&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:19:05.302 7 INFO neutron.services.segments.plugin [-] Segment 6e6e82d3-02b6-4341-b7bb-4eecca99b75c resource provider aggregate not found 2026-05-29 23:19:05.315 7 INFO neutron.services.segments.plugin [-] Segment 6e6e82d3-02b6-4341-b7bb-4eecca99b75c resource provider aggregate not found 2026-05-29 23:19:05.330 7 INFO neutron.services.segments.plugin [-] Segment 6e6e82d3-02b6-4341-b7bb-4eecca99b75c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e6e82d3-02b6-4341-b7bb-4eecca99b75c found for delete ", "request_id": "req-321f40fa-141d-43d7-ab8e-673c298d6599"}]} 2026-05-29 23:19:05.347 7 INFO neutron.services.segments.plugin [-] Segment 6e6e82d3-02b6-4341-b7bb-4eecca99b75c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e6e82d3-02b6-4341-b7bb-4eecca99b75c found for delete ", "request_id": "req-089361f0-631a-4682-8e66-ca34f98a947c"}]} 2026-05-29 23:19:05.357 7 INFO neutron.services.segments.plugin [-] Segment 3e43eb53-dc52-41bf-86c5-2deb42aa62ab resource provider aggregate not found 2026-05-29 23:19:05.374 7 INFO neutron.services.segments.plugin [-] Segment 3e43eb53-dc52-41bf-86c5-2deb42aa62ab resource provider aggregate not found 2026-05-29 23:19:05.381 7 INFO neutron.services.segments.plugin [-] Segment 3e43eb53-dc52-41bf-86c5-2deb42aa62ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e43eb53-dc52-41bf-86c5-2deb42aa62ab found for delete ", "request_id": "req-d14170f6-2fe2-4760-9820-a16b75044d0d"}]} [pid: 8|app: 0|req: 1041/1893] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:05 2026] DELETE /v2.0/security-groups/46ebaeb1-43a6-401b-88fa-7a96baef0001 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:19:05.406 7 INFO neutron.services.segments.plugin [-] Segment 3e43eb53-dc52-41bf-86c5-2deb42aa62ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e43eb53-dc52-41bf-86c5-2deb42aa62ab found for delete ", "request_id": "req-b9ae0997-76a4-42e2-855b-f5df1692086f"}]} 2026-05-29 23:19:05.412 7 INFO neutron.services.segments.plugin [-] Segment 802f2e3d-595b-4dd2-aa21-f12aed93044b resource provider aggregate not found 2026-05-29 23:19:05.425 7 INFO neutron.services.segments.plugin [-] Segment 802f2e3d-595b-4dd2-aa21-f12aed93044b resource provider aggregate not found 2026-05-29 23:19:05.433 7 INFO neutron.services.segments.plugin [-] Segment 802f2e3d-595b-4dd2-aa21-f12aed93044b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 802f2e3d-595b-4dd2-aa21-f12aed93044b found for delete ", "request_id": "req-1e2eb1f2-9960-4280-b9ea-51e398b99665"}]} 2026-05-29 23:19:05.447 7 INFO neutron.services.segments.plugin [-] Segment 802f2e3d-595b-4dd2-aa21-f12aed93044b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 802f2e3d-595b-4dd2-aa21-f12aed93044b found for delete ", "request_id": "req-3dfe2945-a9d6-4152-9463-59482c88270c"}]} [pid: 7|app: 0|req: 853/1894] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:05 2026] GET /v2.0/security-groups?tenant_id=014bc0002a3a4470a338fafde2192330&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: 1042/1895] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:05 2026] DELETE /v2.0/security-groups/daf5c30a-6717-4072-9786-3fde22423228 => 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: 854/1896] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:05 2026] GET /v2.0/security-groups?tenant_id=2da60b2fbcc644dd812ebf3d65d37403&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1897] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:05 2026] GET /v2.0/security-groups?tenant_id=c1cd36f97da04e78b550a48bb32ac22e&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/1898] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:05 2026] DELETE /v2.0/security-groups/97de9227-1eee-405e-9c67-b5a5684fbce9 => 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: 856/1899] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:05 2026] DELETE /v2.0/security-groups/3b53f570-e6e3-4429-9ff8-3d770e876197 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:19:07.229 8 INFO neutron.db.segments_db [None req-f0396034-cabd-4a14-9148-72d31a1f52c7 2ddcb6ab6d1346a48f2b0007e9778dd1 0706f23570824b5b8235d315785a7ad5 - - default default] Added segment 79b462a2-2931-47d4-858c-52594f0852fe of type vxlan for network 2c0bde3b-622f-4687-ab43-e9f82d879b7f [pid: 8|app: 0|req: 1044/1900] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:19:06 2026] POST /v2.0/networks => generated 649 bytes in 611 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1901] 10.0.0.134 () {34 vars in 665 bytes} [Fri May 29 23:19:07 2026] POST /v2.0/ports => generated 778 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:19:07.856 8 INFO neutron.db.segments_db [None req-a4920723-bea1-43d5-84b9-78b55c3b734f 2ddcb6ab6d1346a48f2b0007e9778dd1 0706f23570824b5b8235d315785a7ad5 - - default default] Added segment 6866f9fc-b5ba-4292-a1f2-be030a0c0f30 of type vxlan for network 8ae7524b-9be6-401e-ba83-1e30bc7ed96a [pid: 8|app: 0|req: 1045/1902] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:19:07 2026] POST /v2.0/networks => generated 634 bytes in 161 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: 858/1903] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:19:07 2026] POST /v2.0/subnets => generated 646 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/1904] 10.0.0.134 () {34 vars in 665 bytes} [Fri May 29 23:19:08 2026] POST /v2.0/ports => generated 961 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:19:08.749 7 INFO neutron_taas.services.taas.taas_plugin [None req-41a64d0e-b06d-4093-9183-3bd6d445b75b 2ddcb6ab6d1346a48f2b0007e9778dd1 0706f23570824b5b8235d315785a7ad5 - - default default] TaaS: Handle Delete Port: cae34a7d-7375-4340-b72b-e5b0e37b4c63 2026-05-29 23:19:08.752 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41a64d0e-b06d-4093-9183-3bd6d445b75b 2ddcb6ab6d1346a48f2b0007e9778dd1 0706f23570824b5b8235d315785a7ad5 - - default default] Tap Mirror: Handle Delete Port: cae34a7d-7375-4340-b72b-e5b0e37b4c63 [pid: 7|app: 0|req: 859/1905] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:19:08 2026] DELETE /v2.0/ports/cae34a7d-7375-4340-b72b-e5b0e37b4c63 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 23:19:08.911 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ec92c671-1c71-4c10-9230-59bd7244dcf0 2ddcb6ab6d1346a48f2b0007e9778dd1 0706f23570824b5b8235d315785a7ad5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1047/1906] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:19:08 2026] DELETE /v2.0/ports/cae34a7d-7375-4340-b72b-e5b0e37b4c63 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:19:08.948 7 INFO neutron.pecan_wsgi.hooks.translation [None req-00d7c0a5-e9f2-4acc-8354-2ed039d4ca88 2ddcb6ab6d1346a48f2b0007e9778dd1 0706f23570824b5b8235d315785a7ad5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 860/1907] 10.0.0.134 () {32 vars in 717 bytes} [Fri May 29 23:19:08 2026] GET /v2.0/ports/cae34a7d-7375-4340-b72b-e5b0e37b4c63 => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/1908] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:19:08 2026] DELETE /v2.0/subnets/e841d09b-bc17-44e2-a29d-2f46472aa695 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:19:09.234 7 INFO neutron.services.segments.plugin [-] Segment 6866f9fc-b5ba-4292-a1f2-be030a0c0f30 resource provider aggregate not found 2026-05-29 23:19:09.238 7 INFO neutron.services.segments.plugin [-] Segment 6866f9fc-b5ba-4292-a1f2-be030a0c0f30 resource provider aggregate not found 2026-05-29 23:19:09.257 7 INFO neutron.services.segments.plugin [-] Segment 6866f9fc-b5ba-4292-a1f2-be030a0c0f30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6866f9fc-b5ba-4292-a1f2-be030a0c0f30 found for delete ", "request_id": "req-f374ab71-d3ea-4773-bf36-70ba8347f29e"}]} 2026-05-29 23:19:09.258 7 INFO neutron.services.segments.plugin [-] Segment 6866f9fc-b5ba-4292-a1f2-be030a0c0f30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6866f9fc-b5ba-4292-a1f2-be030a0c0f30 found for delete ", "request_id": "req-1f310926-d8fc-48b9-9d06-05da15adad87"}]} [pid: 7|app: 0|req: 861/1909] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:19:09 2026] DELETE /v2.0/networks/8ae7524b-9be6-401e-ba83-1e30bc7ed96a => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:19:09.345 8 INFO neutron.db.segments_db [None req-7b865d54-4736-4161-a225-af371b051b54 2ddcb6ab6d1346a48f2b0007e9778dd1 0706f23570824b5b8235d315785a7ad5 - - default default] Added segment 57363b2d-e7f5-4d53-9098-20fb5ab539c9 of type vxlan for network f695d1a1-e63f-47d6-9e02-abbfcc4b5b60 [pid: 8|app: 0|req: 1049/1910] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:19:09 2026] POST /v2.0/networks => generated 635 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1913] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:19:09 2026] POST /v2.0/subnets => generated 646 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/1914] 10.0.0.134 () {34 vars in 665 bytes} [Fri May 29 23:19:09 2026] POST /v2.0/ports => generated 928 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:19:10.352 7 INFO neutron_taas.services.taas.taas_plugin [None req-175a1efd-9a50-48a6-ae94-ccbfec833d09 2ddcb6ab6d1346a48f2b0007e9778dd1 0706f23570824b5b8235d315785a7ad5 - - default default] TaaS: Handle Delete Port: 1b5bede5-a137-4615-9c05-c107cca7b3a3 2026-05-29 23:19:10.356 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-175a1efd-9a50-48a6-ae94-ccbfec833d09 2ddcb6ab6d1346a48f2b0007e9778dd1 0706f23570824b5b8235d315785a7ad5 - - default default] Tap Mirror: Handle Delete Port: 1b5bede5-a137-4615-9c05-c107cca7b3a3 [pid: 7|app: 0|req: 863/1915] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:19:10 2026] DELETE /v2.0/ports/1b5bede5-a137-4615-9c05-c107cca7b3a3 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:19:10.508 7 INFO neutron.pecan_wsgi.hooks.translation [None req-743b0d0b-aff4-4791-a8b8-7da27f3064e5 2ddcb6ab6d1346a48f2b0007e9778dd1 0706f23570824b5b8235d315785a7ad5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 864/1916] 10.0.0.134 () {32 vars in 717 bytes} [Fri May 29 23:19:10 2026] GET /v2.0/ports/1b5bede5-a137-4615-9c05-c107cca7b3a3 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:19:10.541 8 INFO neutron.db.segments_db [None req-6879bcbd-2653-4fc2-baa3-22f25a1c2fcc 8bc859ba58ac4b3b9170288eaf11ae1f 0c42531daa24470bbe2f508362dab7ce - - default default] Added segment 3806298a-d35d-4e59-a235-c2f32125fe5e of type vxlan for network a5060b2c-db4d-47a6-bd04-a9854da53492 [pid: 7|app: 0|req: 865/1917] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:19:10 2026] DELETE /v2.0/subnets/a52fe2ee-d223-43bd-96de-2f51d30d37fb => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:19:10.806 8 INFO neutron.db.l3_hamode_db [None req-6879bcbd-2653-4fc2-baa3-22f25a1c2fcc 8bc859ba58ac4b3b9170288eaf11ae1f 0c42531daa24470bbe2f508362dab7ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 23:19:10.940 8 INFO neutron.db.l3_hamode_db [None req-6879bcbd-2653-4fc2-baa3-22f25a1c2fcc 8bc859ba58ac4b3b9170288eaf11ae1f 0c42531daa24470bbe2f508362dab7ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 866/1918] 10.0.0.134 () {34 vars in 676 bytes} [Fri May 29 23:19:10 2026] POST /v2.0/floatingips => generated 552 bytes in 606 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:19:11.397 7 INFO neutron.services.segments.plugin [-] Segment 57363b2d-e7f5-4d53-9098-20fb5ab539c9 resource provider aggregate not found 2026-05-29 23:19:11.407 7 INFO neutron.services.segments.plugin [-] Segment 57363b2d-e7f5-4d53-9098-20fb5ab539c9 resource provider aggregate not found 2026-05-29 23:19:11.425 7 INFO neutron.services.segments.plugin [-] Segment 57363b2d-e7f5-4d53-9098-20fb5ab539c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57363b2d-e7f5-4d53-9098-20fb5ab539c9 found for delete ", "request_id": "req-21ea457b-9cb6-4ddc-9540-61c954ef55eb"}]} 2026-05-29 23:19:11.428 7 INFO neutron.services.segments.plugin [-] Segment 57363b2d-e7f5-4d53-9098-20fb5ab539c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57363b2d-e7f5-4d53-9098-20fb5ab539c9 found for delete ", "request_id": "req-27709203-d50c-4add-a0d3-2fca457fdb9a"}]} [pid: 7|app: 0|req: 867/1919] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:19:11 2026] DELETE /v2.0/networks/f695d1a1-e63f-47d6-9e02-abbfcc4b5b60 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1920] 10.0.0.134 () {32 vars in 826 bytes} [Fri May 29 23:19:11 2026] GET /v2.0/ports?project_id=6f5a30b285574536b797b04dd02b9cf0&network_id=86668b73-f6b3-435c-81c6-fcc6fc9b0eac => generated 3691 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/1921] 10.0.0.134 () {34 vars in 668 bytes} [Fri May 29 23:19:10 2026] POST /v2.0/routers => generated 474 bytes in 1339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/1922] 10.0.0.134 () {34 vars in 665 bytes} [Fri May 29 23:19:11 2026] POST /v2.0/ports => generated 778 bytes in 308 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-29 23:19:12.016 8 INFO neutron.db.l3_hamode_db [None req-aeab4418-314e-4d4d-857a-cb8a02619cb8 8bc859ba58ac4b3b9170288eaf11ae1f 0c42531daa24470bbe2f508362dab7ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 869/1923] 10.0.0.134 () {34 vars in 676 bytes} [Fri May 29 23:19:11 2026] POST /v2.0/floatingips => generated 552 bytes in 546 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1924] 10.0.0.134 () {32 vars in 742 bytes} [Fri May 29 23:19:12 2026] GET /v2.0/subnets?network_id=83bb5745-c0b0-474c-97de-d2fe2f1f6c82 => generated 667 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:19:12.141 8 INFO neutron.db.l3_hamode_db [None req-aeab4418-314e-4d4d-857a-cb8a02619cb8 8bc859ba58ac4b3b9170288eaf11ae1f 0c42531daa24470bbe2f508362dab7ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 871/1925] 10.0.0.134 () {34 vars in 737 bytes} [Fri May 29 23:19:12 2026] PUT /v2.0/ports/b57cf3fe-da8f-4543-a41e-fc3adf95d5ce => generated 752 bytes in 203 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: 1055/1926] 10.0.0.134 () {34 vars in 668 bytes} [Fri May 29 23:19:11 2026] POST /v2.0/routers => generated 474 bytes in 837 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1927] 10.0.0.134 () {34 vars in 676 bytes} [Fri May 29 23:19:12 2026] POST /v2.0/floatingips => generated 552 bytes in 572 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:19:12.910 8 INFO neutron.db.l3_db [None req-687f938a-7b56-4b5d-950b-ed6e2dea44f3 ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] Floating IP ad6b870e-b17e-45fc-80b3-d09c6d97bf49 disassociated. External IP: 10.96.250.219, port: e6bee3f2-e42e-4514-a69f-5866f5b58f72. 2026-05-29 23:19:13.000 7 INFO neutron_taas.services.taas.taas_plugin [None req-1488187b-2357-4aab-aa3e-687201a9b08b 2ddcb6ab6d1346a48f2b0007e9778dd1 0706f23570824b5b8235d315785a7ad5 - - default default] TaaS: Handle Delete Port: b57cf3fe-da8f-4543-a41e-fc3adf95d5ce 2026-05-29 23:19:13.005 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1488187b-2357-4aab-aa3e-687201a9b08b 2ddcb6ab6d1346a48f2b0007e9778dd1 0706f23570824b5b8235d315785a7ad5 - - default default] Tap Mirror: Handle Delete Port: b57cf3fe-da8f-4543-a41e-fc3adf95d5ce [pid: 7|app: 0|req: 873/1928] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:19:12 2026] DELETE /v2.0/ports/b57cf3fe-da8f-4543-a41e-fc3adf95d5ce => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:19:13.156 7 INFO neutron.db.l3_hamode_db [None req-1092421b-e7e0-4132-b66a-6dee0b094727 8bc859ba58ac4b3b9170288eaf11ae1f 0c42531daa24470bbe2f508362dab7ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1056/1929] 10.0.0.134 () {34 vars in 749 bytes} [Fri May 29 23:19:12 2026] PUT /v2.0/floatingips/ad6b870e-b17e-45fc-80b3-d09c6d97bf49 => generated 554 bytes in 478 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:19:13.305 7 INFO neutron.db.l3_hamode_db [None req-1092421b-e7e0-4132-b66a-6dee0b094727 8bc859ba58ac4b3b9170288eaf11ae1f 0c42531daa24470bbe2f508362dab7ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 23:19:13.313 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-715d0ab6-49af-4688-858a-e175bab9d386'] response: {'name': 'network-changed', 'server_uuid': '57662ee1-a70c-4abb-81ef-93e90799c53b', 'tag': 'e6bee3f2-e42e-4514-a69f-5866f5b58f72', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1057/1930] 10.0.0.134 () {34 vars in 676 bytes} [Fri May 29 23:19:13 2026] POST /v2.0/floatingips => generated 552 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/1931] 10.0.0.134 () {32 vars in 643 bytes} [Fri May 29 23:19:13 2026] GET /v2.0/ports => generated 781 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/1932] 10.0.0.134 () {32 vars in 729 bytes} [Fri May 29 23:19:13 2026] GET /v2.0/floatingips/ad6b870e-b17e-45fc-80b3-d09c6d97bf49 => generated 554 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1933] 10.0.0.134 () {34 vars in 668 bytes} [Fri May 29 23:19:13 2026] POST /v2.0/routers => generated 474 bytes in 876 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1934] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:19:13 2026] GET /v2.0/ports?tenant_id=6f5a30b285574536b797b04dd02b9cf0&device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:19:14.049 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1f1a33ac-5bb4-4dd5-b541-a7ed3475ae60 2ddcb6ab6d1346a48f2b0007e9778dd1 0706f23570824b5b8235d315785a7ad5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 876/1935] 10.0.0.134 () {32 vars in 717 bytes} [Fri May 29 23:19:14 2026] GET /v2.0/ports/b57cf3fe-da8f-4543-a41e-fc3adf95d5ce => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:19:14.102 7 INFO neutron.db.l3_hamode_db [None req-a0c0defe-c099-4807-9ef5-d1aa00515bb8 8bc859ba58ac4b3b9170288eaf11ae1f 0c42531daa24470bbe2f508362dab7ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 23:19:14.228 7 INFO neutron.db.l3_hamode_db [None req-a0c0defe-c099-4807-9ef5-d1aa00515bb8 8bc859ba58ac4b3b9170288eaf11ae1f 0c42531daa24470bbe2f508362dab7ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1060/1936] 10.0.0.134 () {34 vars in 676 bytes} [Fri May 29 23:19:13 2026] POST /v2.0/floatingips => generated 552 bytes in 652 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/1937] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:19:14 2026] GET /v2.0/networks?id=86668b73-f6b3-435c-81c6-fcc6fc9b0eac => generated 757 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/1938] 10.0.0.134 () {32 vars in 643 bytes} [Fri May 29 23:19:14 2026] GET /v2.0/ports => generated 781 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/1939] 10.0.0.134 () {34 vars in 759 bytes} [Fri May 29 23:19:14 2026] PUT /v2.0/floatingips/8a19c58a-bd82-4e18-abfa-0d2545d253b9/tags => generated 17 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/1940] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:19:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=e6bee3f2-e42e-4514-a69f-5866f5b58f72 => 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: 1065/1941] 10.0.0.134 () {32 vars in 717 bytes} [Fri May 29 23:19:14 2026] GET /v2.0/ports/fceee786-293d-4c21-a0d7-b8e94792a975 => generated 778 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/1942] 10.0.0.134 () {34 vars in 759 bytes} [Fri May 29 23:19:14 2026] PUT /v2.0/floatingips/da443b45-88c2-4f68-a386-18d4f97421cb/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/1943] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:19:14 2026] GET /v2.0/subnets?id=fc869974-fd1b-49f6-bfc1-1c52ef28b583 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:19:14.932 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9e7f4238-698c-4516-8d46-739aade0eefc 2ddcb6ab6d1346a48f2b0007e9778dd1 0706f23570824b5b8235d315785a7ad5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1068/1944] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:19:14 2026] DELETE /v2.0/ports/1b5bede5-a137-4615-9c05-c107cca7b3a3 => 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: 877/1945] 10.0.0.134 () {34 vars in 668 bytes} [Fri May 29 23:19:14 2026] POST /v2.0/routers => generated 474 bytes in 897 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/1946] 10.0.0.134 () {32 vars in 729 bytes} [Fri May 29 23:19:14 2026] GET /v2.0/floatingips/ad6b870e-b17e-45fc-80b3-d09c6d97bf49 => generated 552 bytes in 21 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.53 () {34 vars in 1051 bytes} [Fri May 29 23:19:14 2026] GET /v2.0/ports?network_id=86668b73-f6b3-435c-81c6-fcc6fc9b0eac&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:19:15.021 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dd5e45c8-8fa8-47ae-813c-a5d4a3d1a9d3 2ddcb6ab6d1346a48f2b0007e9778dd1 0706f23570824b5b8235d315785a7ad5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1071/1948] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:19:15 2026] DELETE /v2.0/subnets/a52fe2ee-d223-43bd-96de-2f51d30d37fb => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1949] 10.0.0.134 () {34 vars in 759 bytes} [Fri May 29 23:19:14 2026] PUT /v2.0/floatingips/fa289c26-d4bc-4cf3-ad08-3a24e419b4bd/tags => generated 34 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:19:15.071 8 INFO neutron.db.l3_hamode_db [None req-14c1a0d3-a701-4954-a85e-5e6d73599121 8bc859ba58ac4b3b9170288eaf11ae1f 0c42531daa24470bbe2f508362dab7ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 879/1950] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:19:15 2026] GET /v2.0/networks/86668b73-f6b3-435c-81c6-fcc6fc9b0eac?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:19:15.128 7 INFO neutron.pecan_wsgi.hooks.translation [None req-856b828b-bee9-4f1a-9d7c-886b70d0a9a2 2ddcb6ab6d1346a48f2b0007e9778dd1 0706f23570824b5b8235d315785a7ad5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 880/1951] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:19:15 2026] DELETE /v2.0/subnets/e841d09b-bc17-44e2-a29d-2f46472aa695 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1952] 10.0.0.134 () {34 vars in 759 bytes} [Fri May 29 23:19:15 2026] PUT /v2.0/floatingips/adf0b414-37cb-480c-971b-01d3b27a1d84/tags => generated 19 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:19:15.228 8 INFO neutron.db.l3_hamode_db [None req-14c1a0d3-a701-4954-a85e-5e6d73599121 8bc859ba58ac4b3b9170288eaf11ae1f 0c42531daa24470bbe2f508362dab7ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 882/1953] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:19:15 2026] GET /v2.0/networks/86668b73-f6b3-435c-81c6-fcc6fc9b0eac?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) 2026-05-29 23:19:15.342 7 INFO neutron_taas.services.taas.taas_plugin [None req-c88ebd08-9564-44a2-b5f2-f284d08c6028 2ddcb6ab6d1346a48f2b0007e9778dd1 0706f23570824b5b8235d315785a7ad5 - - default default] TaaS: Handle Delete Port: fceee786-293d-4c21-a0d7-b8e94792a975 2026-05-29 23:19:15.359 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c88ebd08-9564-44a2-b5f2-f284d08c6028 2ddcb6ab6d1346a48f2b0007e9778dd1 0706f23570824b5b8235d315785a7ad5 - - default default] Tap Mirror: Handle Delete Port: fceee786-293d-4c21-a0d7-b8e94792a975 [pid: 7|app: 0|req: 883/1954] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:19:15 2026] DELETE /v2.0/ports/fceee786-293d-4c21-a0d7-b8e94792a975 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1955] 10.0.0.134 () {32 vars in 672 bytes} [Fri May 29 23:19:15 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:19:15.635 7 INFO neutron.services.segments.plugin [-] Segment 79b462a2-2931-47d4-858c-52594f0852fe resource provider aggregate not found 2026-05-29 23:19:15.640 7 INFO neutron.services.segments.plugin [-] Segment 79b462a2-2931-47d4-858c-52594f0852fe resource provider aggregate not found 2026-05-29 23:19:15.662 7 INFO neutron.services.segments.plugin [-] Segment 79b462a2-2931-47d4-858c-52594f0852fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79b462a2-2931-47d4-858c-52594f0852fe found for delete ", "request_id": "req-ece50a18-fa5d-472f-b58d-3c78ff15161c"}]} 2026-05-29 23:19:15.664 7 INFO neutron.services.segments.plugin [-] Segment 79b462a2-2931-47d4-858c-52594f0852fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79b462a2-2931-47d4-858c-52594f0852fe found for delete ", "request_id": "req-ef9e83d9-3b69-4763-8e83-677c9ae1812f"}]} [pid: 7|app: 0|req: 885/1956] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:19:15 2026] DELETE /v2.0/networks/2c0bde3b-622f-4687-ab43-e9f82d879b7f => 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: 886/1957] 10.0.0.134 () {32 vars in 686 bytes} [Fri May 29 23:19:15 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1958] 10.0.0.134 () {32 vars in 682 bytes} [Fri May 29 23:19:15 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1959] 10.0.0.134 () {32 vars in 694 bytes} [Fri May 29 23:19:15 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1960] 10.0.0.134 () {32 vars in 680 bytes} [Fri May 29 23:19:15 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1961] 10.0.0.134 () {32 vars in 694 bytes} [Fri May 29 23:19:15 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/1962] 10.0.0.134 () {34 vars in 668 bytes} [Fri May 29 23:19:15 2026] POST /v2.0/routers => generated 474 bytes in 989 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1963] 10.0.0.134 () {32 vars in 690 bytes} [Fri May 29 23:19:15 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1964] 10.0.0.134 () {32 vars in 702 bytes} [Fri May 29 23:19:16 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:19:16.161 7 INFO neutron_taas.services.taas.taas_plugin [None req-74e45b05-9ddd-4eba-96ec-d22ceb3d58ab 903bb341479d45268b960174f8b5d7b3 3143a046bafa4ae99ac9eabae2bf4300 - - default default] TaaS: Handle Delete Port: 76fa3395-300e-4e02-b00e-88f5361d23aa 2026-05-29 23:19:16.166 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74e45b05-9ddd-4eba-96ec-d22ceb3d58ab 903bb341479d45268b960174f8b5d7b3 3143a046bafa4ae99ac9eabae2bf4300 - - default default] Tap Mirror: Handle Delete Port: 76fa3395-300e-4e02-b00e-88f5361d23aa [pid: 7|app: 0|req: 893/1965] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:19:16 2026] DELETE /v2.0/floatingips/8a19c58a-bd82-4e18-abfa-0d2545d253b9 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1966] 10.0.0.134 () {34 vars in 685 bytes} [Fri May 29 23:19:16 2026] POST /v2.0/security-groups => generated 1675 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/1967] 10.0.0.134 () {34 vars in 751 bytes} [Fri May 29 23:19:16 2026] PUT /v2.0/routers/3f1f1cd2-a1b5-46de-a01c-4f0a05f2109c/tags => generated 17 bytes in 590 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1968] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:16 2026] GET /v2.0/security-groups?tenant_id=0706f23570824b5b8235d315785a7ad5&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:19:16.724 8 INFO neutron_taas.services.taas.taas_plugin [None req-6191c1a9-bb4b-46d1-99fc-acc374e8a734 903bb341479d45268b960174f8b5d7b3 3143a046bafa4ae99ac9eabae2bf4300 - - default default] TaaS: Handle Delete Port: 0c2661ef-3613-4b40-9064-3c46572c14a0 2026-05-29 23:19:16.728 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6191c1a9-bb4b-46d1-99fc-acc374e8a734 903bb341479d45268b960174f8b5d7b3 3143a046bafa4ae99ac9eabae2bf4300 - - default default] Tap Mirror: Handle Delete Port: 0c2661ef-3613-4b40-9064-3c46572c14a0 [pid: 7|app: 0|req: 896/1969] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:19:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1970] 10.0.0.134 () {34 vars in 751 bytes} [Fri May 29 23:19:16 2026] PUT /v2.0/routers/0ff44af0-4d84-4896-a073-72187c393500/tags => generated 25 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/1971] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:19:16 2026] DELETE /v2.0/floatingips/da443b45-88c2-4f68-a386-18d4f97421cb => generated 0 bytes in 326 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1972] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:16 2026] DELETE /v2.0/security-groups/178d118b-8ec2-4799-8047-8ac68a6a679a => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/1973] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:19:16 2026] POST /v2.0/security-group-rules => generated 596 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1974] 10.0.0.134 () {34 vars in 751 bytes} [Fri May 29 23:19:17 2026] PUT /v2.0/routers/ddd4c0d7-6b35-4bf5-81cc-52630f9dea94/tags => generated 34 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:19:17.172 8 INFO neutron_taas.services.taas.taas_plugin [None req-217ffb47-737d-4d63-8179-899c71b5ff01 903bb341479d45268b960174f8b5d7b3 3143a046bafa4ae99ac9eabae2bf4300 - - default default] TaaS: Handle Delete Port: f3f070c8-9303-406e-9e76-e4b49a93af70 2026-05-29 23:19:17.176 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-217ffb47-737d-4d63-8179-899c71b5ff01 903bb341479d45268b960174f8b5d7b3 3143a046bafa4ae99ac9eabae2bf4300 - - default default] Tap Mirror: Handle Delete Port: f3f070c8-9303-406e-9e76-e4b49a93af70 [pid: 7|app: 0|req: 900/1975] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:19:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/1976] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:19:17 2026] DELETE /v2.0/floatingips/fa289c26-d4bc-4cf3-ad08-3a24e419b4bd => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1977] 10.0.0.134 () {34 vars in 751 bytes} [Fri May 29 23:19:17 2026] PUT /v2.0/routers/8ec12cd9-e5e6-4a3a-8f11-99b7ef370603/tags => generated 19 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/1978] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:19:17 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: 8|app: 0|req: 1078/1979] 10.0.0.134 () {32 vars in 664 bytes} [Fri May 29 23:19:17 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:19:17.590 7 INFO neutron_taas.services.taas.taas_plugin [None req-90f4e3b4-2f7c-4298-b0f6-d19dac216828 903bb341479d45268b960174f8b5d7b3 3143a046bafa4ae99ac9eabae2bf4300 - - default default] TaaS: Handle Delete Port: 8b207dfd-a2e4-4227-a323-aca6ab668b90 2026-05-29 23:19:17.593 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90f4e3b4-2f7c-4298-b0f6-d19dac216828 903bb341479d45268b960174f8b5d7b3 3143a046bafa4ae99ac9eabae2bf4300 - - default default] Tap Mirror: Handle Delete Port: 8b207dfd-a2e4-4227-a323-aca6ab668b90 2026-05-29 23:19:17.608 8 INFO neutron.db.securitygroups_db [None req-613816dd-5399-475b-8bc5-08718e891497 ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] Project 6f5a30b285574536b797b04dd02b9cf0 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: 1079/1980] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:19:17 2026] POST /v2.0/security-group-rules => generated 607 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1981] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:19:17 2026] DELETE /v2.0/floatingips/adf0b414-37cb-480c-971b-01d3b27a1d84 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/1982] 10.0.0.134 () {32 vars in 678 bytes} [Fri May 29 23:19:17 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:19:17.850 7 INFO neutron.db.securitygroups_db [None req-8d0c6e90-310f-4b3a-9d1f-e3c09a87d7af ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] Project 6f5a30b285574536b797b04dd02b9cf0 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-29 23:19:17.926 8 INFO neutron_taas.services.taas.taas_plugin [None req-7068145a-cd6a-49ef-844a-5bea6f74f11c 903bb341479d45268b960174f8b5d7b3 3143a046bafa4ae99ac9eabae2bf4300 - - default default] TaaS: Handle Delete Port: 676f8785-1c03-4e04-88ee-9b14bb54f7ab 2026-05-29 23:19:17.930 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7068145a-cd6a-49ef-844a-5bea6f74f11c 903bb341479d45268b960174f8b5d7b3 3143a046bafa4ae99ac9eabae2bf4300 - - default default] Tap Mirror: Handle Delete Port: 676f8785-1c03-4e04-88ee-9b14bb54f7ab [pid: 7|app: 0|req: 903/1983] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:19:17 2026] POST /v2.0/security-group-rules => generated 606 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1984] 10.0.0.134 () {32 vars in 674 bytes} [Fri May 29 23:19:17 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/1985] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:19:17 2026] DELETE /v2.0/floatingips/8af9ff6e-1d4e-414f-ba5f-e23ea3301403 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1986] 10.0.0.134 () {32 vars in 686 bytes} [Fri May 29 23:19:18 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/1987] 10.0.0.134 () {32 vars in 672 bytes} [Fri May 29 23:19:18 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1988] 10.0.0.134 () {32 vars in 686 bytes} [Fri May 29 23:19:18 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1989] 10.0.0.134 () {32 vars in 682 bytes} [Fri May 29 23:19:18 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1990] 10.0.0.134 () {32 vars in 694 bytes} [Fri May 29 23:19:18 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1991] 10.0.0.134 () {32 vars in 721 bytes} [Fri May 29 23:19:18 2026] GET /v2.0/routers/3f1f1cd2-a1b5-46de-a01c-4f0a05f2109c => generated 485 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/1992] 10.0.0.134 () {32 vars in 649 bytes} [Fri May 29 23:19:18 2026] GET /v2.0/networks => generated 1298 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/1993] 10.0.0.177 () {34 vars in 1100 bytes} [Fri May 29 23:19:18 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2140449395&fields=id&tenant_id=6f5a30b285574536b797b04dd02b9cf0 => generated 69 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/1994] 10.0.0.177 () {34 vars in 982 bytes} [Fri May 29 23:19:18 2026] GET /v2.0/networks?id=86668b73-f6b3-435c-81c6-fcc6fc9b0eac => generated 661 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/1995] 10.0.0.177 () {34 vars in 965 bytes} [Fri May 29 23:19:18 2026] GET /v2.0/quotas/6f5a30b285574536b797b04dd02b9cf0 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1996] 10.0.0.134 () {34 vars in 742 bytes} [Fri May 29 23:19:18 2026] PUT /v2.0/routers/3f1f1cd2-a1b5-46de-a01c-4f0a05f2109c => generated 485 bytes in 570 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:19:19.179 8 INFO neutron.db.segments_db [None req-af3e1102-3125-4af2-9db9-d3e558feb74b 9b44d38c52ff430da2bb22a5d1a75f75 26aedc2da6404b3a9f0f1d4504346ea7 - - default default] Added segment e7700598-9865-4161-a188-0e494ec7796d of type vxlan for network c669b327-0eaf-4e56-9500-44839695ad35 [pid: 7|app: 0|req: 911/1997] 10.0.0.177 () {34 vars in 1002 bytes} [Fri May 29 23:19:19 2026] GET /v2.0/ports?tenant_id=6f5a30b285574536b797b04dd02b9cf0&fields=id => generated 149 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/1998] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:19:18 2026] POST /v2.0/networks => generated 645 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/1999] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:19:19 2026] GET /v2.0/ports?device_id=3f1f1cd2-a1b5-46de-a01c-4f0a05f2109c => 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: 1089/2000] 10.0.0.177 () {34 vars in 1008 bytes} [Fri May 29 23:19:19 2026] GET /v2.0/networks/86668b73-f6b3-435c-81c6-fcc6fc9b0eac?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: 912/2001] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:19 2026] GET /v2.0/security-groups?tenant_id=6ef3965216bc40f384914d2d2b1ff111&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:19:19.577 7 INFO neutron_taas.services.taas.taas_plugin [None req-1bc70ed4-9d4d-4cd6-8405-601530ade592 8bc859ba58ac4b3b9170288eaf11ae1f 0c42531daa24470bbe2f508362dab7ce - - default default] TaaS: Handle Delete Port: 4dcce64d-56a8-4580-9efe-cf818a3ecaaf 2026-05-29 23:19:19.580 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bc70ed4-9d4d-4cd6-8405-601530ade592 8bc859ba58ac4b3b9170288eaf11ae1f 0c42531daa24470bbe2f508362dab7ce - - default default] Tap Mirror: Handle Delete Port: 4dcce64d-56a8-4580-9efe-cf818a3ecaaf [pid: 8|app: 0|req: 1090/2002] 10.0.0.134 () {34 vars in 665 bytes} [Fri May 29 23:19:19 2026] POST /v2.0/ports => generated 775 bytes in 376 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: 1091/2003] 10.0.0.177 () {34 vars in 1108 bytes} [Fri May 29 23:19:19 2026] GET /v2.0/networks/86668b73-f6b3-435c-81c6-fcc6fc9b0eac?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: 913/2004] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:19:19 2026] DELETE /v2.0/routers/3f1f1cd2-a1b5-46de-a01c-4f0a05f2109c => generated 0 bytes in 421 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:19:19.885 7 INFO neutron.db.segments_db [None req-713ff9a9-6f66-4ace-a3c5-0d46db3df0e2 9b44d38c52ff430da2bb22a5d1a75f75 26aedc2da6404b3a9f0f1d4504346ea7 - - default default] Added segment 3712ec09-de10-432b-964e-db96de12a863 of type vxlan for network 554f4e50-eecb-40e3-bf3a-7c6ce9aae6ef [pid: 8|app: 0|req: 1092/2005] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:19 2026] DELETE /v2.0/security-groups/795df076-d582-400d-9907-329f4f657b29 => 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: 914/2006] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:19:19 2026] POST /v2.0/networks => generated 632 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/2007] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:19:19 2026] GET /v2.0/ports?device_id=42637f39-1fd7-4125-a21c-0f9077e2dfb1 => 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: 1093/2008] 10.0.0.134 () {32 vars in 721 bytes} [Fri May 29 23:19:19 2026] GET /v2.0/routers/0ff44af0-4d84-4896-a073-72187c393500 => generated 493 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/2009] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:19:19 2026] POST /v2.0/subnets => generated 626 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/2010] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:20 2026] GET /v2.0/security-groups?tenant_id=57458bc023d54fd58bae1d68711a06be&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/2011] 10.0.0.134 () {34 vars in 665 bytes} [Fri May 29 23:19:20 2026] POST /v2.0/ports => generated 953 bytes in 311 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: 1094/2012] 10.0.0.134 () {34 vars in 742 bytes} [Fri May 29 23:19:20 2026] PUT /v2.0/routers/0ff44af0-4d84-4896-a073-72187c393500 => generated 493 bytes in 670 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/2013] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:20 2026] DELETE /v2.0/security-groups/c1da8e35-30c9-4603-9ba1-c04f03a2c55e => 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: 920/2014] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:19:20 2026] GET /v2.0/ports?device_id=0ff44af0-4d84-4896-a073-72187c393500 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:19:20.837 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d70feb9-d43f-457c-9062-eade9c6151db 9b44d38c52ff430da2bb22a5d1a75f75 26aedc2da6404b3a9f0f1d4504346ea7 - - default default] TaaS: Handle Delete Port: 3f97d7a6-5516-44af-882a-e3724113895e 2026-05-29 23:19:20.840 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d70feb9-d43f-457c-9062-eade9c6151db 9b44d38c52ff430da2bb22a5d1a75f75 26aedc2da6404b3a9f0f1d4504346ea7 - - default default] Tap Mirror: Handle Delete Port: 3f97d7a6-5516-44af-882a-e3724113895e [pid: 8|app: 0|req: 1095/2015] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:19:20 2026] DELETE /v2.0/ports/3f97d7a6-5516-44af-882a-e3724113895e => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:19:21.005 7 INFO neutron_taas.services.taas.taas_plugin [None req-15662402-ad31-4c60-941c-8dfe6b111d59 8bc859ba58ac4b3b9170288eaf11ae1f 0c42531daa24470bbe2f508362dab7ce - - default default] TaaS: Handle Delete Port: 177986e2-9103-4090-85fc-7fa6b4fefa9e 2026-05-29 23:19:21.008 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15662402-ad31-4c60-941c-8dfe6b111d59 8bc859ba58ac4b3b9170288eaf11ae1f 0c42531daa24470bbe2f508362dab7ce - - default default] Tap Mirror: Handle Delete Port: 177986e2-9103-4090-85fc-7fa6b4fefa9e [pid: 7|app: 0|req: 921/2016] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:19:20 2026] DELETE /v2.0/routers/0ff44af0-4d84-4896-a073-72187c393500 => generated 0 bytes in 592 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:19:21.433 7 INFO neutron.pecan_wsgi.hooks.translation [None req-83efbbe7-2656-42ec-85c9-7311b117b207 9b44d38c52ff430da2bb22a5d1a75f75 26aedc2da6404b3a9f0f1d4504346ea7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 922/2017] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:19:21 2026] DELETE /v2.0/ports/3f97d7a6-5516-44af-882a-e3724113895e => generated 132 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/2018] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:19:21 2026] GET /v2.0/ports?device_id=42637f39-1fd7-4125-a21c-0f9077e2dfb1 => 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: 924/2019] 10.0.0.134 () {32 vars in 721 bytes} [Fri May 29 23:19:21 2026] GET /v2.0/routers/ddd4c0d7-6b35-4bf5-81cc-52630f9dea94 => generated 502 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:19:21.574 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bd4ed495-cc69-4ce4-8b95-9d2d9f8e3049 9b44d38c52ff430da2bb22a5d1a75f75 26aedc2da6404b3a9f0f1d4504346ea7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 925/2020] 10.0.0.134 () {32 vars in 717 bytes} [Fri May 29 23:19:21 2026] GET /v2.0/ports/3f97d7a6-5516-44af-882a-e3724113895e => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2021] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:21 2026] GET /v2.0/security-groups?tenant_id=3143a046bafa4ae99ac9eabae2bf4300&name=default => generated 2925 bytes in 583 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2022] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:19:21 2026] DELETE /v2.0/subnets/13588cc9-218c-461b-9b27-e7818ce38aa2 => 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: 1098/2023] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:21 2026] DELETE /v2.0/security-groups/cad53b04-603f-429f-aad2-244f9562ae1f => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:19:22.102 8 INFO neutron_taas.services.taas.taas_plugin [None req-b7d2cc37-d32a-4606-b9b4-e1cea86405ef 9b44d38c52ff430da2bb22a5d1a75f75 26aedc2da6404b3a9f0f1d4504346ea7 - - default default] TaaS: Handle Delete Port: dac91e7d-1816-4afa-bd24-f941b218ec74 2026-05-29 23:19:22.104 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7d2cc37-d32a-4606-b9b4-e1cea86405ef 9b44d38c52ff430da2bb22a5d1a75f75 26aedc2da6404b3a9f0f1d4504346ea7 - - default default] Tap Mirror: Handle Delete Port: dac91e7d-1816-4afa-bd24-f941b218ec74 2026-05-29 23:19:22.243 8 INFO neutron.services.segments.plugin [-] Segment 3712ec09-de10-432b-964e-db96de12a863 resource provider aggregate not found 2026-05-29 23:19:22.255 8 INFO neutron.services.segments.plugin [-] Segment 3712ec09-de10-432b-964e-db96de12a863 resource provider aggregate not found 2026-05-29 23:19:22.275 8 INFO neutron.services.segments.plugin [-] Segment 3712ec09-de10-432b-964e-db96de12a863 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3712ec09-de10-432b-964e-db96de12a863 found for delete ", "request_id": "req-a7d13a83-a14c-4e07-8c98-3daafb2d44e8"}]} 2026-05-29 23:19:22.280 8 INFO neutron.services.segments.plugin [-] Segment 3712ec09-de10-432b-964e-db96de12a863 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3712ec09-de10-432b-964e-db96de12a863 found for delete ", "request_id": "req-dc987994-cc9b-459a-ab6d-64c4a60e17b5"}]} [pid: 8|app: 0|req: 1099/2024] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:19:22 2026] DELETE /v2.0/networks/554f4e50-eecb-40e3-bf3a-7c6ce9aae6ef => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/2025] 10.0.0.134 () {34 vars in 742 bytes} [Fri May 29 23:19:21 2026] PUT /v2.0/routers/ddd4c0d7-6b35-4bf5-81cc-52630f9dea94 => generated 502 bytes in 748 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/2026] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:19:22 2026] GET /v2.0/ports?device_id=ddd4c0d7-6b35-4bf5-81cc-52630f9dea94 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:19:22.406 8 INFO neutron.db.segments_db [None req-c8de5726-f564-4eb0-b962-1c395d861c50 9b44d38c52ff430da2bb22a5d1a75f75 26aedc2da6404b3a9f0f1d4504346ea7 - - default default] Added segment 06d261b6-46da-413e-af0c-5c70cce24069 of type vxlan for network 1656447e-3b18-4873-8c8f-546dca3da1db [pid: 8|app: 0|req: 1100/2027] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:19:22 2026] POST /v2.0/networks => generated 631 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2028] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:19:22 2026] POST /v2.0/subnets => generated 626 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2029] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:19:22 2026] GET /v2.0/ports?device_id=42637f39-1fd7-4125-a21c-0f9077e2dfb1 => 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: 1103/2030] 10.0.0.134 () {34 vars in 665 bytes} [Fri May 29 23:19:22 2026] POST /v2.0/ports => generated 916 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:19:23.277 8 INFO neutron_taas.services.taas.taas_plugin [None req-1ed7f7d2-dd1f-459e-89bb-5e03e4edd38d 9b44d38c52ff430da2bb22a5d1a75f75 26aedc2da6404b3a9f0f1d4504346ea7 - - default default] TaaS: Handle Delete Port: 50e961b4-413c-47cd-91dc-435a18c09c54 2026-05-29 23:19:23.280 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ed7f7d2-dd1f-459e-89bb-5e03e4edd38d 9b44d38c52ff430da2bb22a5d1a75f75 26aedc2da6404b3a9f0f1d4504346ea7 - - default default] Tap Mirror: Handle Delete Port: 50e961b4-413c-47cd-91dc-435a18c09c54 2026-05-29 23:19:23.323 7 INFO neutron_taas.services.taas.taas_plugin [None req-841b4f72-843f-4815-9780-8ba5871d697e 8bc859ba58ac4b3b9170288eaf11ae1f 0c42531daa24470bbe2f508362dab7ce - - default default] TaaS: Handle Delete Port: d19b23c9-6ae5-4497-a9f6-6b770b1cba39 2026-05-29 23:19:23.326 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-841b4f72-843f-4815-9780-8ba5871d697e 8bc859ba58ac4b3b9170288eaf11ae1f 0c42531daa24470bbe2f508362dab7ce - - default default] Tap Mirror: Handle Delete Port: d19b23c9-6ae5-4497-a9f6-6b770b1cba39 [pid: 8|app: 0|req: 1104/2031] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:19:23 2026] DELETE /v2.0/ports/50e961b4-413c-47cd-91dc-435a18c09c54 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:19:23.445 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7300702f-1d17-4ecf-bac7-69adb71e9d01 9b44d38c52ff430da2bb22a5d1a75f75 26aedc2da6404b3a9f0f1d4504346ea7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1105/2032] 10.0.0.134 () {32 vars in 717 bytes} [Fri May 29 23:19:23 2026] GET /v2.0/ports/50e961b4-413c-47cd-91dc-435a18c09c54 => 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: 928/2033] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:19:22 2026] DELETE /v2.0/routers/ddd4c0d7-6b35-4bf5-81cc-52630f9dea94 => generated 0 bytes in 1167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2034] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:19:23 2026] DELETE /v2.0/subnets/39751f1a-e3e4-4587-95a5-688f1e2d5c81 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/2035] 10.0.0.134 () {32 vars in 721 bytes} [Fri May 29 23:19:23 2026] GET /v2.0/routers/8ec12cd9-e5e6-4a3a-8f11-99b7ef370603 => generated 487 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2036] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:19:23 2026] DELETE /v2.0/networks/1656447e-3b18-4873-8c8f-546dca3da1db => 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: 1108/2037] 10.0.0.134 () {34 vars in 665 bytes} [Fri May 29 23:19:23 2026] POST /v2.0/ports => generated 775 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1109/2038] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:19:24 2026] GET /v2.0/ports?device_id=42637f39-1fd7-4125-a21c-0f9077e2dfb1 => 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: 930/2039] 10.0.0.134 () {34 vars in 742 bytes} [Fri May 29 23:19:23 2026] PUT /v2.0/routers/8ec12cd9-e5e6-4a3a-8f11-99b7ef370603 => generated 487 bytes in 548 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/2040] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:19:24 2026] GET /v2.0/ports?device_id=8ec12cd9-e5e6-4a3a-8f11-99b7ef370603 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2041] 10.0.0.134 () {34 vars in 737 bytes} [Fri May 29 23:19:24 2026] PUT /v2.0/ports/e058bc08-b789-4277-a0a9-7ec362d54ba6 => generated 752 bytes in 234 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-29 23:19:24.305 8 INFO neutron.services.segments.plugin [-] Segment 06d261b6-46da-413e-af0c-5c70cce24069 resource provider aggregate not found 2026-05-29 23:19:24.311 8 INFO neutron.services.segments.plugin [-] Segment 06d261b6-46da-413e-af0c-5c70cce24069 resource provider aggregate not found 2026-05-29 23:19:24.333 8 INFO neutron.services.segments.plugin [-] Segment 06d261b6-46da-413e-af0c-5c70cce24069 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06d261b6-46da-413e-af0c-5c70cce24069 found for delete ", "request_id": "req-3fa11645-111d-4bbd-aa57-2176991753cf"}]} 2026-05-29 23:19:24.334 8 INFO neutron.services.segments.plugin [-] Segment 06d261b6-46da-413e-af0c-5c70cce24069 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06d261b6-46da-413e-af0c-5c70cce24069 found for delete ", "request_id": "req-36c3595b-0d13-4c3f-85cf-31c323267630"}]} [pid: 8|app: 0|req: 1111/2042] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:19:24 2026] GET /v2.0/networks?id=86668b73-f6b3-435c-81c6-fcc6fc9b0eac => generated 661 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:19:24.418 7 INFO neutron_taas.services.taas.taas_plugin [None req-14c5abd3-65d8-4a99-88a4-8f24801b8349 8bc859ba58ac4b3b9170288eaf11ae1f 0c42531daa24470bbe2f508362dab7ce - - default default] TaaS: Handle Delete Port: c8c34e40-711a-4bdd-ad4f-3b6beb52c578 2026-05-29 23:19:24.420 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14c5abd3-65d8-4a99-88a4-8f24801b8349 8bc859ba58ac4b3b9170288eaf11ae1f 0c42531daa24470bbe2f508362dab7ce - - default default] Tap Mirror: Handle Delete Port: c8c34e40-711a-4bdd-ad4f-3b6beb52c578 2026-05-29 23:19:24.468 8 INFO neutron_taas.services.taas.taas_plugin [None req-2961e240-2b4d-4d5e-9ca3-735852b25882 9b44d38c52ff430da2bb22a5d1a75f75 26aedc2da6404b3a9f0f1d4504346ea7 - - default default] TaaS: Handle Delete Port: e058bc08-b789-4277-a0a9-7ec362d54ba6 2026-05-29 23:19:24.471 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2961e240-2b4d-4d5e-9ca3-735852b25882 9b44d38c52ff430da2bb22a5d1a75f75 26aedc2da6404b3a9f0f1d4504346ea7 - - default default] Tap Mirror: Handle Delete Port: e058bc08-b789-4277-a0a9-7ec362d54ba6 [pid: 8|app: 0|req: 1112/2043] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:19:24 2026] DELETE /v2.0/ports/e058bc08-b789-4277-a0a9-7ec362d54ba6 => 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: 1113/2044] 199.204.45.53 () {34 vars in 1049 bytes} [Fri May 29 23:19:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6f5a30b285574536b797b04dd02b9cf0 => generated 274 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2045] 10.0.0.134 () {32 vars in 643 bytes} [Fri May 29 23:19:24 2026] GET /v2.0/ports => generated 778 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/2046] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:19:24 2026] DELETE /v2.0/routers/8ec12cd9-e5e6-4a3a-8f11-99b7ef370603 => generated 0 bytes in 455 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:19:24.694 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cc1f3610-fecc-44a5-bcef-f1f0d0001882 9b44d38c52ff430da2bb22a5d1a75f75 26aedc2da6404b3a9f0f1d4504346ea7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 933/2047] 10.0.0.134 () {32 vars in 717 bytes} [Fri May 29 23:19:24 2026] GET /v2.0/ports/e058bc08-b789-4277-a0a9-7ec362d54ba6 => 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: 934/2048] 10.0.0.134 () {32 vars in 721 bytes} [Fri May 29 23:19:24 2026] GET /v2.0/routers/1af36eba-0b4b-43cb-a006-90ece310b579 => generated 480 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/2049] 10.0.0.134 () {32 vars in 643 bytes} [Fri May 29 23:19:24 2026] GET /v2.0/ports => generated 778 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2052] 199.204.45.53 () {38 vars in 954 bytes} [Fri May 29 23:19:24 2026] POST /v2.0/ports => generated 958 bytes in 440 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: 1116/2053] 10.0.0.134 () {32 vars in 717 bytes} [Fri May 29 23:19:25 2026] GET /v2.0/ports/3e3dd7f9-4fef-498d-9174-9c86a1a411d9 => generated 775 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2054] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:19:25 2026] GET /v2.0/ports?device_id=42637f39-1fd7-4125-a21c-0f9077e2dfb1 => generated 961 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/2055] 10.0.0.134 () {34 vars in 742 bytes} [Fri May 29 23:19:24 2026] PUT /v2.0/routers/1af36eba-0b4b-43cb-a006-90ece310b579 => generated 480 bytes in 622 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:19:25.474 7 INFO neutron.pecan_wsgi.hooks.translation [None req-464073a0-cf69-43d7-a98a-5dc05a3bc567 9b44d38c52ff430da2bb22a5d1a75f75 26aedc2da6404b3a9f0f1d4504346ea7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 939/2056] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:19:25 2026] DELETE /v2.0/ports/50e961b4-413c-47cd-91dc-435a18c09c54 => 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: 940/2057] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:19:25 2026] GET /v2.0/security-groups?id=765061dc-7892-4d20-88f0-1a5a86983828&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/2058] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:19:25 2026] GET /v2.0/ports?device_id=1af36eba-0b4b-43cb-a006-90ece310b579 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:19:25.573 7 INFO neutron.pecan_wsgi.hooks.translation [None req-82cadcb2-edcd-4505-a0bd-063f77f9d450 9b44d38c52ff430da2bb22a5d1a75f75 26aedc2da6404b3a9f0f1d4504346ea7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 942/2059] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:19:25 2026] DELETE /v2.0/subnets/39751f1a-e3e4-4587-95a5-688f1e2d5c81 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2060] 199.204.45.53 () {38 vars in 1027 bytes} [Fri May 29 23:19:25 2026] PUT /v2.0/ports/3f651b1d-6fb4-44e8-ac6f-b5bc909c6cec => generated 1239 bytes in 482 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-29 23:19:25.719 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7d01f3d4-9841-4373-b44a-0a8d6cb3d9b5 9b44d38c52ff430da2bb22a5d1a75f75 26aedc2da6404b3a9f0f1d4504346ea7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1119/2061] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:19:25 2026] DELETE /v2.0/subnets/13588cc9-218c-461b-9b27-e7818ce38aa2 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:19:25.748 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-33d9472e-e6ab-4829-a6ed-027760258416'] response: {'name': 'network-changed', 'server_uuid': '42637f39-1fd7-4125-a21c-0f9077e2dfb1', 'tag': '3f651b1d-6fb4-44e8-ac6f-b5bc909c6cec', 'status': 'completed', 'code': 200} 2026-05-29 23:19:25.804 7 INFO neutron_taas.services.taas.taas_plugin [None req-129e6b2a-00f6-4a15-a587-93abc7052cd0 8bc859ba58ac4b3b9170288eaf11ae1f 0c42531daa24470bbe2f508362dab7ce - - default default] TaaS: Handle Delete Port: f0ecadcb-547b-4f7a-bb9d-68bcd0747478 2026-05-29 23:19:25.808 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-129e6b2a-00f6-4a15-a587-93abc7052cd0 8bc859ba58ac4b3b9170288eaf11ae1f 0c42531daa24470bbe2f508362dab7ce - - default default] Tap Mirror: Handle Delete Port: f0ecadcb-547b-4f7a-bb9d-68bcd0747478 2026-05-29 23:19:25.837 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2234f95-6de6-4eb1-ba14-f8273dd22a32 9b44d38c52ff430da2bb22a5d1a75f75 26aedc2da6404b3a9f0f1d4504346ea7 - - default default] TaaS: Handle Delete Port: 3e3dd7f9-4fef-498d-9174-9c86a1a411d9 2026-05-29 23:19:25.866 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2234f95-6de6-4eb1-ba14-f8273dd22a32 9b44d38c52ff430da2bb22a5d1a75f75 26aedc2da6404b3a9f0f1d4504346ea7 - - default default] Tap Mirror: Handle Delete Port: 3e3dd7f9-4fef-498d-9174-9c86a1a411d9 [pid: 8|app: 0|req: 1120/2062] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:19:25 2026] DELETE /v2.0/ports/3e3dd7f9-4fef-498d-9174-9c86a1a411d9 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2063] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:19:25 2026] DELETE /v2.0/networks/c669b327-0eaf-4e56-9500-44839695ad35 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:19:26.148 7 INFO neutron.services.segments.plugin [-] Segment 3806298a-d35d-4e59-a235-c2f32125fe5e resource provider aggregate not found 2026-05-29 23:19:26.163 7 INFO neutron.services.segments.plugin [-] Segment 3806298a-d35d-4e59-a235-c2f32125fe5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3806298a-d35d-4e59-a235-c2f32125fe5e found for delete ", "request_id": "req-ed19c86a-baa9-4e47-a574-458128292f3c"}]} 2026-05-29 23:19:26.164 7 INFO neutron.services.segments.plugin [-] Segment 3806298a-d35d-4e59-a235-c2f32125fe5e resource provider aggregate not found 2026-05-29 23:19:26.182 7 INFO neutron.services.segments.plugin [-] Segment 3806298a-d35d-4e59-a235-c2f32125fe5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3806298a-d35d-4e59-a235-c2f32125fe5e found for delete ", "request_id": "req-93bdf009-0900-4709-b2c5-b507850bc4c7"}]} 2026-05-29 23:19:26.183 7 INFO neutron.db.l3_hamode_db [None req-129e6b2a-00f6-4a15-a587-93abc7052cd0 8bc859ba58ac4b3b9170288eaf11ae1f 0c42531daa24470bbe2f508362dab7ce - - default default] HA network a5060b2c-db4d-47a6-bd04-a9854da53492 was deleted as no HA routers are present in tenant 0c42531daa24470bbe2f508362dab7ce. [pid: 7|app: 0|req: 943/2064] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:19:25 2026] DELETE /v2.0/routers/1af36eba-0b4b-43cb-a006-90ece310b579 => generated 0 bytes in 612 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2065] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:19:26 2026] GET /v2.0/ports?tenant_id=6f5a30b285574536b797b04dd02b9cf0&device_id=42637f39-1fd7-4125-a21c-0f9077e2dfb1 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/2066] 199.204.45.53 () {34 vars in 1017 bytes} [Fri May 29 23:19:26 2026] GET /v2.0/networks?tenant_id=6f5a30b285574536b797b04dd02b9cf0&shared=False => generated 757 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:19:26.358 8 INFO neutron.services.segments.plugin [-] Segment e7700598-9865-4161-a188-0e494ec7796d resource provider aggregate not found 2026-05-29 23:19:26.369 8 INFO neutron.services.segments.plugin [-] Segment e7700598-9865-4161-a188-0e494ec7796d resource provider aggregate not found 2026-05-29 23:19:26.391 8 INFO neutron.services.segments.plugin [-] Segment e7700598-9865-4161-a188-0e494ec7796d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7700598-9865-4161-a188-0e494ec7796d found for delete ", "request_id": "req-2a0f2d12-0274-4aad-9d48-5c3f9155883a"}]} 2026-05-29 23:19:26.393 8 INFO neutron.services.segments.plugin [-] Segment e7700598-9865-4161-a188-0e494ec7796d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7700598-9865-4161-a188-0e494ec7796d found for delete ", "request_id": "req-a7b7048c-68c4-42eb-ba63-29c33fba488c"}]} [pid: 8|app: 0|req: 1123/2067] 199.204.45.53 () {34 vars in 929 bytes} [Fri May 29 23:19:26 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: 945/2068] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:19:26 2026] GET /v2.0/ports?device_id=42637f39-1fd7-4125-a21c-0f9077e2dfb1 => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2069] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:19:26 2026] GET /v2.0/security-groups?id=765061dc-7892-4d20-88f0-1a5a86983828&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2070] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:26 2026] GET /v2.0/security-groups?tenant_id=26aedc2da6404b3a9f0f1d4504346ea7&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:19:27.095 7 INFO neutron.db.segments_db [None req-040cd99a-1c5d-4d42-944c-4d04125e875b 5b9c9f178a0a4591983bef5c96482358 55b898027427483ab390f7e619a2aae0 - - default default] Added segment a7b5e83c-e9b2-4820-bcc4-c6cb00331813 of type vxlan for network 9e139a90-0fe3-4462-b320-dfe17c4d0bc0 [pid: 8|app: 0|req: 1126/2071] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:27 2026] DELETE /v2.0/security-groups/df65d01a-7457-4272-a970-b6a0252f2e60 => 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: 946/2072] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:19:26 2026] POST /v2.0/networks => generated 632 bytes in 533 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2073] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:27 2026] GET /v2.0/security-groups?tenant_id=5c80c67060434339b0ff8342b8b7a4ab&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2074] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:27 2026] DELETE /v2.0/security-groups/be38ddde-a030-4f7b-bb6d-6b6e06521c19 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2075] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:19:27 2026] GET /v2.0/ports?tenant_id=6f5a30b285574536b797b04dd02b9cf0&device_id=42637f39-1fd7-4125-a21c-0f9077e2dfb1 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2076] 199.204.45.53 () {34 vars in 1059 bytes} [Fri May 29 23:19:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=3f651b1d-6fb4-44e8-ac6f-b5bc909c6cec => 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: 1131/2077] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:19:27 2026] GET /v2.0/subnets?id=fc869974-fd1b-49f6-bfc1-1c52ef28b583 => generated 678 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2078] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:19:27 2026] GET /v2.0/ports?network_id=86668b73-f6b3-435c-81c6-fcc6fc9b0eac&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/2079] 10.0.0.134 () {34 vars in 664 bytes} [Fri May 29 23:19:27 2026] POST /v2.0/ports => generated 743 bytes in 560 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: 1133/2080] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:19:27 2026] GET /v2.0/networks/86668b73-f6b3-435c-81c6-fcc6fc9b0eac?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/2081] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:19:27 2026] GET /v2.0/ports?device_id=42637f39-1fd7-4125-a21c-0f9077e2dfb1 => 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: 949/2082] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:19:27 2026] GET /v2.0/networks/86668b73-f6b3-435c-81c6-fcc6fc9b0eac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:19:27.937 8 INFO neutron.db.segments_db [None req-38754144-c41b-4a63-a4f0-4d20bda47061 5b9c9f178a0a4591983bef5c96482358 55b898027427483ab390f7e619a2aae0 - - default default] Added segment 863c860b-f569-421f-af47-237ee95e9de2 of type vxlan for network bc6e229e-4d04-4e89-b755-1d18e352466d [pid: 7|app: 0|req: 950/2083] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:19:27 2026] GET /v2.0/security-groups?id=765061dc-7892-4d20-88f0-1a5a86983828&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/2084] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:27 2026] GET /v2.0/security-groups?tenant_id=0c42531daa24470bbe2f508362dab7ce&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2085] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:19:27 2026] POST /v2.0/networks => generated 631 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/2086] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:28 2026] DELETE /v2.0/security-groups/4257bc21-7688-47bd-9e94-ca93bd1f3f63 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2087] 10.0.0.134 () {34 vars in 664 bytes} [Fri May 29 23:19:28 2026] POST /v2.0/ports => generated 743 bytes in 1040 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: 1136/2088] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:19:29 2026] GET /v2.0/ports?device_id=42637f39-1fd7-4125-a21c-0f9077e2dfb1 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/2089] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:28 2026] GET /v2.0/security-groups?tenant_id=b00875486445479799fee1fb194d44b2&name=default => generated 2925 bytes in 544 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/2090] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:19:29 2026] GET /v2.0/security-groups?id=765061dc-7892-4d20-88f0-1a5a86983828&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-29 23:19:29.490 8 INFO neutron.db.segments_db [None req-c0d219b6-b577-43d9-9ff8-a0fc1e6a848f 5b9c9f178a0a4591983bef5c96482358 55b898027427483ab390f7e619a2aae0 - - default default] Added segment c84aac6c-515c-4078-8153-5e8edfdf1714 of type vxlan for network 2d3b7e5c-75e3-4dd6-8f08-9f3532713d6f [pid: 7|app: 0|req: 955/2091] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:29 2026] DELETE /v2.0/security-groups/c4963a61-214c-4401-8395-76f685f05715 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2092] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:19:29 2026] POST /v2.0/networks => generated 631 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/2093] 10.0.0.134 () {34 vars in 664 bytes} [Fri May 29 23:19:29 2026] POST /v2.0/ports => generated 743 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:19:30.074 8 INFO neutron.db.segments_db [None req-e741e921-7812-4047-8a87-2b596acc500e 5b9c9f178a0a4591983bef5c96482358 55b898027427483ab390f7e619a2aae0 - - default default] Added segment dbb0a7b9-4f98-4971-b545-7fbc9eab76f8 of type vxlan for network 6ce7baf7-021c-4df8-a9b6-09e8d7615eb0 [pid: 8|app: 0|req: 1138/2094] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:19:30 2026] POST /v2.0/networks => generated 631 bytes in 184 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: 957/2095] 10.0.0.134 () {34 vars in 664 bytes} [Fri May 29 23:19:30 2026] POST /v2.0/ports => generated 743 bytes in 442 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: 1139/2096] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:19:30 2026] GET /v2.0/ports?device_id=42637f39-1fd7-4125-a21c-0f9077e2dfb1 => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2097] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:19:30 2026] GET /v2.0/security-groups?id=765061dc-7892-4d20-88f0-1a5a86983828&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:19:30.738 7 INFO neutron.db.segments_db [None req-326d0af9-56d5-4b8e-9a1e-5bd4512ccbfd 5b9c9f178a0a4591983bef5c96482358 55b898027427483ab390f7e619a2aae0 - - default default] Added segment 8d7d76ca-7c79-41f3-a060-28fa85faa444 of type vxlan for network 65f902ba-372e-46cf-b9f2-fb4a72a14afd [pid: 7|app: 0|req: 958/2098] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:19:30 2026] POST /v2.0/networks => generated 632 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2099] 10.0.0.134 () {34 vars in 664 bytes} [Fri May 29 23:19:30 2026] POST /v2.0/ports => generated 743 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/2100] 10.0.0.134 () {34 vars in 747 bytes} [Fri May 29 23:19:31 2026] PUT /v2.0/ports/84dbfada-ec81-40e7-b76c-22488cd2ceff/tags => generated 17 bytes in 101 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: 1142/2101] 10.0.0.134 () {34 vars in 747 bytes} [Fri May 29 23:19:31 2026] PUT /v2.0/ports/23bd57b9-61cd-4c35-9e1c-614dfe3d2989/tags => generated 25 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 960/2102] 10.0.0.134 () {34 vars in 747 bytes} [Fri May 29 23:19:31 2026] PUT /v2.0/ports/bd377613-e728-4536-9f7e-e2d1c552d2f4/tags => generated 34 bytes in 96 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: 1143/2103] 10.0.0.134 () {34 vars in 747 bytes} [Fri May 29 23:19:31 2026] PUT /v2.0/ports/f13a7c98-4b5b-401d-9b8a-11d32219cbb6/tags => generated 19 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 961/2104] 10.0.0.134 () {32 vars in 660 bytes} [Fri May 29 23:19:31 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/2105] 10.0.0.134 () {32 vars in 674 bytes} [Fri May 29 23:19:31 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2106] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:19:31 2026] GET /v2.0/ports?device_id=42637f39-1fd7-4125-a21c-0f9077e2dfb1 => generated 975 bytes in 86 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: 964/2107] 10.0.0.134 () {32 vars in 670 bytes} [Fri May 29 23:19:31 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/2108] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:19:32 2026] GET /v2.0/security-groups?id=765061dc-7892-4d20-88f0-1a5a86983828&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: 966/2109] 10.0.0.134 () {32 vars in 682 bytes} [Fri May 29 23:19:32 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2110] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:31 2026] GET /v2.0/security-groups?tenant_id=eff7870c0e1c43c9856e97aa1591ec1d&name=default => generated 2925 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2111] 10.0.0.134 () {32 vars in 668 bytes} [Fri May 29 23:19:32 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2112] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:32 2026] DELETE /v2.0/security-groups/e55944af-90ef-4f9d-a809-9ee7292d8988 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2113] 10.0.0.134 () {32 vars in 682 bytes} [Fri May 29 23:19:32 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2114] 10.0.0.134 () {32 vars in 678 bytes} [Fri May 29 23:19:32 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2115] 10.0.0.134 () {32 vars in 690 bytes} [Fri May 29 23:19:32 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:19:32.695 8 INFO neutron_taas.services.taas.taas_plugin [None req-71142acc-9940-4fdb-b92a-ac6095cdedc2 5b9c9f178a0a4591983bef5c96482358 55b898027427483ab390f7e619a2aae0 - - default default] TaaS: Handle Delete Port: 84dbfada-ec81-40e7-b76c-22488cd2ceff 2026-05-29 23:19:32.698 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71142acc-9940-4fdb-b92a-ac6095cdedc2 5b9c9f178a0a4591983bef5c96482358 55b898027427483ab390f7e619a2aae0 - - default default] Tap Mirror: Handle Delete Port: 84dbfada-ec81-40e7-b76c-22488cd2ceff [pid: 8|app: 0|req: 1147/2116] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:19:32 2026] DELETE /v2.0/ports/84dbfada-ec81-40e7-b76c-22488cd2ceff => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:19:32.901 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc339dd2-7acc-4a21-bf86-a7a554c73efa 5b9c9f178a0a4591983bef5c96482358 55b898027427483ab390f7e619a2aae0 - - default default] TaaS: Handle Delete Port: 23bd57b9-61cd-4c35-9e1c-614dfe3d2989 2026-05-29 23:19:32.905 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc339dd2-7acc-4a21-bf86-a7a554c73efa 5b9c9f178a0a4591983bef5c96482358 55b898027427483ab390f7e619a2aae0 - - default default] Tap Mirror: Handle Delete Port: 23bd57b9-61cd-4c35-9e1c-614dfe3d2989 [pid: 7|app: 0|req: 970/2117] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:19:32 2026] DELETE /v2.0/ports/23bd57b9-61cd-4c35-9e1c-614dfe3d2989 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:19:33.110 8 INFO neutron_taas.services.taas.taas_plugin [None req-eda2cfc5-f422-40cc-95fb-9b73230473b8 5b9c9f178a0a4591983bef5c96482358 55b898027427483ab390f7e619a2aae0 - - default default] TaaS: Handle Delete Port: bd377613-e728-4536-9f7e-e2d1c552d2f4 2026-05-29 23:19:33.113 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eda2cfc5-f422-40cc-95fb-9b73230473b8 5b9c9f178a0a4591983bef5c96482358 55b898027427483ab390f7e619a2aae0 - - default default] Tap Mirror: Handle Delete Port: bd377613-e728-4536-9f7e-e2d1c552d2f4 [pid: 8|app: 0|req: 1148/2118] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:19:33 2026] DELETE /v2.0/ports/bd377613-e728-4536-9f7e-e2d1c552d2f4 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/2119] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:19:33 2026] GET /v2.0/ports?device_id=42637f39-1fd7-4125-a21c-0f9077e2dfb1 => 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: 972/2120] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:19:33 2026] GET /v2.0/security-groups?id=765061dc-7892-4d20-88f0-1a5a86983828&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-29 23:19:33.345 8 INFO neutron_taas.services.taas.taas_plugin [None req-a3956d2e-ed39-4d7a-b842-0e25ed8aadc0 5b9c9f178a0a4591983bef5c96482358 55b898027427483ab390f7e619a2aae0 - - default default] TaaS: Handle Delete Port: f13a7c98-4b5b-401d-9b8a-11d32219cbb6 2026-05-29 23:19:33.348 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3956d2e-ed39-4d7a-b842-0e25ed8aadc0 5b9c9f178a0a4591983bef5c96482358 55b898027427483ab390f7e619a2aae0 - - default default] Tap Mirror: Handle Delete Port: f13a7c98-4b5b-401d-9b8a-11d32219cbb6 [pid: 7|app: 0|req: 973/2121] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:19:33 2026] GET /v2.0/ports?device_id=42637f39-1fd7-4125-a21c-0f9077e2dfb1 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2122] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:19:33 2026] GET /v2.0/security-groups?id=765061dc-7892-4d20-88f0-1a5a86983828&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: 1149/2123] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:19:33 2026] DELETE /v2.0/ports/f13a7c98-4b5b-401d-9b8a-11d32219cbb6 => 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: 1150/2124] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:19:33 2026] GET /v2.0/ports?device_id=42637f39-1fd7-4125-a21c-0f9077e2dfb1 => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:19:33.561 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b1837c6-ff8d-4267-961c-81330ca1da72 5b9c9f178a0a4591983bef5c96482358 55b898027427483ab390f7e619a2aae0 - - default default] TaaS: Handle Delete Port: df28d6ae-4ff9-46fb-b4b0-2cbbbcd37fce 2026-05-29 23:19:33.565 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b1837c6-ff8d-4267-961c-81330ca1da72 5b9c9f178a0a4591983bef5c96482358 55b898027427483ab390f7e619a2aae0 - - default default] Tap Mirror: Handle Delete Port: df28d6ae-4ff9-46fb-b4b0-2cbbbcd37fce [pid: 7|app: 0|req: 975/2125] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:19:33 2026] DELETE /v2.0/ports/df28d6ae-4ff9-46fb-b4b0-2cbbbcd37fce => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:19:33.802 7 INFO neutron.services.segments.plugin [-] Segment a7b5e83c-e9b2-4820-bcc4-c6cb00331813 resource provider aggregate not found 2026-05-29 23:19:33.805 7 INFO neutron.services.segments.plugin [-] Segment a7b5e83c-e9b2-4820-bcc4-c6cb00331813 resource provider aggregate not found 2026-05-29 23:19:33.823 7 INFO neutron.services.segments.plugin [-] Segment a7b5e83c-e9b2-4820-bcc4-c6cb00331813 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7b5e83c-e9b2-4820-bcc4-c6cb00331813 found for delete ", "request_id": "req-c1dfbf55-c7ba-4491-949f-5dd1e9dbab44"}]} 2026-05-29 23:19:33.825 7 INFO neutron.services.segments.plugin [-] Segment a7b5e83c-e9b2-4820-bcc4-c6cb00331813 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7b5e83c-e9b2-4820-bcc4-c6cb00331813 found for delete ", "request_id": "req-461ca72a-d873-4035-8813-f9b7e84cf6b5"}]} [pid: 7|app: 0|req: 976/2126] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:19:33 2026] DELETE /v2.0/networks/9e139a90-0fe3-4462-b320-dfe17c4d0bc0 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:19:33.908 8 INFO neutron.db.l3_db [None req-eb683d89-4d6d-43d2-9d08-d07cce58bddc ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] Floating IP ad6b870e-b17e-45fc-80b3-d09c6d97bf49 associated. External IP: 10.96.250.219, port: 3f651b1d-6fb4-44e8-ac6f-b5bc909c6cec. [pid: 7|app: 0|req: 977/2127] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:19:33 2026] DELETE /v2.0/networks/bc6e229e-4d04-4e89-b755-1d18e352466d => 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: 978/2128] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:19:34 2026] DELETE /v2.0/networks/2d3b7e5c-75e3-4dd6-8f08-9f3532713d6f => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2129] 10.0.0.134 () {34 vars in 749 bytes} [Fri May 29 23:19:33 2026] PUT /v2.0/floatingips/ad6b870e-b17e-45fc-80b3-d09c6d97bf49 => generated 856 bytes in 828 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:19:34.395 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b7719ce-b2b8-4906-8f23-727be5a36ff7'] response: {'name': 'network-changed', 'server_uuid': '42637f39-1fd7-4125-a21c-0f9077e2dfb1', 'tag': '3f651b1d-6fb4-44e8-ac6f-b5bc909c6cec', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 979/2130] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:19:34 2026] DELETE /v2.0/networks/6ce7baf7-021c-4df8-a9b6-09e8d7615eb0 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2131] 10.0.0.134 () {32 vars in 729 bytes} [Fri May 29 23:19:34 2026] GET /v2.0/floatingips/ad6b870e-b17e-45fc-80b3-d09c6d97bf49 => generated 856 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2132] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:19:34 2026] DELETE /v2.0/networks/65f902ba-372e-46cf-b9f2-fb4a72a14afd => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2133] 10.0.0.134 () {34 vars in 684 bytes} [Fri May 29 23:19:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2134] 10.0.0.134 () {34 vars in 684 bytes} [Fri May 29 23:19:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2135] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:19:34 2026] GET /v2.0/ports?tenant_id=6f5a30b285574536b797b04dd02b9cf0&device_id=42637f39-1fd7-4125-a21c-0f9077e2dfb1 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2136] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:19:34 2026] GET /v2.0/networks?id=86668b73-f6b3-435c-81c6-fcc6fc9b0eac => generated 757 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2137] 10.0.0.134 () {34 vars in 684 bytes} [Fri May 29 23:19:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2138] 199.204.45.53 () {34 vars in 1059 bytes} [Fri May 29 23:19:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=3f651b1d-6fb4-44e8-ac6f-b5bc909c6cec => generated 859 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2139] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:19:35 2026] GET /v2.0/subnets?id=fc869974-fd1b-49f6-bfc1-1c52ef28b583 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2140] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:19:35 2026] GET /v2.0/ports?network_id=86668b73-f6b3-435c-81c6-fcc6fc9b0eac&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: 988/2141] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:19:35 2026] GET /v2.0/networks/86668b73-f6b3-435c-81c6-fcc6fc9b0eac?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: 989/2142] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:19:35 2026] GET /v2.0/networks/86668b73-f6b3-435c-81c6-fcc6fc9b0eac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2143] 10.0.0.134 () {34 vars in 684 bytes} [Fri May 29 23:19:35 2026] POST /v2.0/security-groups => generated 1601 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2144] 10.0.0.134 () {34 vars in 684 bytes} [Fri May 29 23:19:35 2026] POST /v2.0/security-groups => generated 1601 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2145] 10.0.0.134 () {32 vars in 729 bytes} [Fri May 29 23:19:35 2026] GET /v2.0/floatingips/ad6b870e-b17e-45fc-80b3-d09c6d97bf49 => generated 858 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2146] 10.0.0.134 () {34 vars in 767 bytes} [Fri May 29 23:19:35 2026] PUT /v2.0/security-groups/276e1bbe-4d5b-4f92-a276-56b3eaaa4609/tags => generated 17 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2147] 10.0.0.134 () {34 vars in 767 bytes} [Fri May 29 23:19:35 2026] PUT /v2.0/security-groups/cc98b688-f48e-403f-9d72-8d50abd839b5/tags => generated 25 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:19:35.848 7 INFO neutron.services.segments.plugin [-] Segment 863c860b-f569-421f-af47-237ee95e9de2 resource provider aggregate not found 2026-05-29 23:19:35.848 7 INFO neutron.services.segments.plugin [-] Segment 863c860b-f569-421f-af47-237ee95e9de2 resource provider aggregate not found [pid: 8|app: 0|req: 1156/2148] 10.0.0.134 () {34 vars in 767 bytes} [Fri May 29 23:19:35 2026] PUT /v2.0/security-groups/0a05f691-3981-4319-95d9-5a4fd9bae979/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:19:35.871 7 INFO neutron.services.segments.plugin [-] Segment 863c860b-f569-421f-af47-237ee95e9de2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 863c860b-f569-421f-af47-237ee95e9de2 found for delete ", "request_id": "req-fb5b7ac0-8052-4092-99c9-50de14719f49"}]} 2026-05-29 23:19:35.886 7 INFO neutron.services.segments.plugin [-] Segment 863c860b-f569-421f-af47-237ee95e9de2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 863c860b-f569-421f-af47-237ee95e9de2 found for delete ", "request_id": "req-357f6e29-5c71-4fd4-90d9-e82de7443892"}]} 2026-05-29 23:19:35.900 7 INFO neutron.services.segments.plugin [-] Segment c84aac6c-515c-4078-8153-5e8edfdf1714 resource provider aggregate not found 2026-05-29 23:19:35.915 7 INFO neutron.services.segments.plugin [-] Segment c84aac6c-515c-4078-8153-5e8edfdf1714 resource provider aggregate not found 2026-05-29 23:19:35.928 7 INFO neutron.services.segments.plugin [-] Segment c84aac6c-515c-4078-8153-5e8edfdf1714 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c84aac6c-515c-4078-8153-5e8edfdf1714 found for delete ", "request_id": "req-fd1c133b-e980-47a3-a707-ccf870a86bad"}]} 2026-05-29 23:19:35.935 7 INFO neutron.services.segments.plugin [-] Segment c84aac6c-515c-4078-8153-5e8edfdf1714 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c84aac6c-515c-4078-8153-5e8edfdf1714 found for delete ", "request_id": "req-40214121-aac4-41c7-a45d-7b2f46c12df2"}]} 2026-05-29 23:19:35.954 7 INFO neutron.services.segments.plugin [-] Segment dbb0a7b9-4f98-4971-b545-7fbc9eab76f8 resource provider aggregate not found 2026-05-29 23:19:35.961 7 INFO neutron.services.segments.plugin [-] Segment dbb0a7b9-4f98-4971-b545-7fbc9eab76f8 resource provider aggregate not found 2026-05-29 23:19:36.043 7 INFO neutron.services.segments.plugin [-] Segment dbb0a7b9-4f98-4971-b545-7fbc9eab76f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbb0a7b9-4f98-4971-b545-7fbc9eab76f8 found for delete ", "request_id": "req-57d87cd7-2e26-4417-9c70-da3050ebc70a"}]} 2026-05-29 23:19:36.047 7 INFO neutron.services.segments.plugin [-] Segment dbb0a7b9-4f98-4971-b545-7fbc9eab76f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbb0a7b9-4f98-4971-b545-7fbc9eab76f8 found for delete ", "request_id": "req-70259bf2-4485-4d3b-8170-9f6eb6cdd735"}]} 2026-05-29 23:19:36.065 7 INFO neutron.services.segments.plugin [-] Segment 8d7d76ca-7c79-41f3-a060-28fa85faa444 resource provider aggregate not found 2026-05-29 23:19:36.075 7 INFO neutron.services.segments.plugin [-] Segment 8d7d76ca-7c79-41f3-a060-28fa85faa444 resource provider aggregate not found [pid: 8|app: 0|req: 1157/2149] 10.0.0.134 () {34 vars in 767 bytes} [Fri May 29 23:19:35 2026] PUT /v2.0/security-groups/a7756e13-d69a-4ea5-b2b2-3003934af338/tags => generated 19 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:19:36.099 7 INFO neutron.services.segments.plugin [-] Segment 8d7d76ca-7c79-41f3-a060-28fa85faa444 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d7d76ca-7c79-41f3-a060-28fa85faa444 found for delete ", "request_id": "req-ee83bc89-6d8f-4d57-b0c6-e2d2f712fd9a"}]} 2026-05-29 23:19:36.101 7 INFO neutron.services.segments.plugin [-] Segment 8d7d76ca-7c79-41f3-a060-28fa85faa444 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d7d76ca-7c79-41f3-a060-28fa85faa444 found for delete ", "request_id": "req-5522afdb-a436-4d0a-8d24-30ec2abecfa7"}]} [pid: 8|app: 0|req: 1158/2150] 10.0.0.134 () {32 vars in 680 bytes} [Fri May 29 23:19:36 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2151] 10.0.0.134 () {32 vars in 694 bytes} [Fri May 29 23:19:36 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2152] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:35 2026] GET /v2.0/security-groups?tenant_id=42b02a80542f48ce9cbbefc576769d41&name=default => generated 2925 bytes in 442 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2153] 10.0.0.134 () {32 vars in 690 bytes} [Fri May 29 23:19:36 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2154] 10.0.0.134 () {32 vars in 702 bytes} [Fri May 29 23:19:36 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2155] 10.0.0.134 () {32 vars in 688 bytes} [Fri May 29 23:19:36 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2156] 10.0.0.134 () {32 vars in 702 bytes} [Fri May 29 23:19:36 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2157] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:36 2026] DELETE /v2.0/security-groups/c7f7e3c7-7617-459d-8582-7e938236d95e => generated 0 bytes in 213 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2158] 10.0.0.134 () {32 vars in 698 bytes} [Fri May 29 23:19:36 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2159] 10.0.0.134 () {32 vars in 710 bytes} [Fri May 29 23:19:36 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2160] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:36 2026] DELETE /v2.0/security-groups/276e1bbe-4d5b-4f92-a276-56b3eaaa4609 => 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: 1166/2161] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:36 2026] DELETE /v2.0/security-groups/cc98b688-f48e-403f-9d72-8d50abd839b5 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2162] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:36 2026] GET /v2.0/security-groups?tenant_id=fd1ee8d8390244adac3ee9519622a59d&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2163] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:37 2026] DELETE /v2.0/security-groups/4f3b2181-b0e1-4493-91f1-9316a6ab8887 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2164] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:37 2026] DELETE /v2.0/security-groups/0a05f691-3981-4319-95d9-5a4fd9bae979 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2165] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:37 2026] DELETE /v2.0/security-groups/a7756e13-d69a-4ea5-b2b2-3003934af338 => 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: 999/2166] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:37 2026] GET /v2.0/security-groups?tenant_id=55b898027427483ab390f7e619a2aae0&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: 1168/2167] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:37 2026] DELETE /v2.0/security-groups/d345ff31-2468-4144-8b53-6321b41c79da => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2168] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:37 2026] DELETE /v2.0/security-groups/2e351357-b963-4029-b44a-1ea49facd7fe => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2169] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:39 2026] GET /v2.0/security-groups?tenant_id=288e3cfca85f46a19488d2014e66d3bf&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2170] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:39 2026] DELETE /v2.0/security-groups/bf3b763d-baa8-43ca-8d29-2f6916386a61 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2173] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:39 2026] GET /v2.0/security-groups?tenant_id=41f9ae5634c84d6b966e4097f89ea63e&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2174] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:39 2026] DELETE /v2.0/security-groups/72ef5c82-5fb5-4c7a-acd8-b6345dcc000e => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2175] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:40 2026] GET /v2.0/security-groups?tenant_id=bc30250d76cd44e4a9cc94d58ce7c9a0&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2176] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:40 2026] DELETE /v2.0/security-groups/72e1fea1-5b88-4e7c-9f12-61aa4f09accb => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2177] 10.0.0.134 () {34 vars in 676 bytes} [Fri May 29 23:19:43 2026] POST /v2.0/subnetpools => generated 516 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2178] 10.0.0.134 () {34 vars in 676 bytes} [Fri May 29 23:19:43 2026] POST /v2.0/subnetpools => generated 516 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2179] 10.0.0.134 () {34 vars in 676 bytes} [Fri May 29 23:19:43 2026] POST /v2.0/subnetpools => generated 516 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2180] 10.0.0.134 () {34 vars in 676 bytes} [Fri May 29 23:19:43 2026] POST /v2.0/subnetpools => generated 516 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2181] 10.0.0.134 () {34 vars in 676 bytes} [Fri May 29 23:19:43 2026] POST /v2.0/subnetpools => generated 516 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2182] 10.0.0.134 () {34 vars in 759 bytes} [Fri May 29 23:19:43 2026] PUT /v2.0/subnetpools/96064b7f-576e-48b8-995d-750d843dce9d/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2183] 10.0.0.134 () {34 vars in 759 bytes} [Fri May 29 23:19:43 2026] PUT /v2.0/subnetpools/23ccfbce-da4e-422c-a52d-73bd11f1ed11/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2184] 10.0.0.134 () {34 vars in 759 bytes} [Fri May 29 23:19:43 2026] PUT /v2.0/subnetpools/27da8881-d381-426c-9dea-9307b6b00900/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2185] 10.0.0.134 () {34 vars in 759 bytes} [Fri May 29 23:19:43 2026] PUT /v2.0/subnetpools/32b8d5c4-ba08-4d16-8ba4-7e9e2c773e34/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2186] 10.0.0.134 () {32 vars in 672 bytes} [Fri May 29 23:19:43 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2187] 10.0.0.134 () {32 vars in 686 bytes} [Fri May 29 23:19:43 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2188] 10.0.0.134 () {32 vars in 682 bytes} [Fri May 29 23:19:43 2026] GET /v2.0/subnetpools?tags-any=blue => 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: 1179/2189] 10.0.0.134 () {32 vars in 694 bytes} [Fri May 29 23:19:43 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:19:44.153 8 INFO neutron.db.segments_db [None req-db18a91f-d0a7-42f9-90cd-8c2a416f172a 7814a9de155e411b857ffd2e728f4181 d6c2490c665b49369e007c2320e65241 - - default default] Added segment c10407fc-10c6-4779-a57a-ed7030e821ff of type vxlan for network 03367096-cf2d-47b5-a4c0-d4feac6861a4 2026-05-29 23:19:44.331 7 INFO neutron.db.segments_db [None req-fe866b20-d4ae-4c08-bbbe-e3e95f04552f 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] Added segment 6a2d922a-ede4-4f17-b3ca-71cdac3fd105 of type vxlan for network c4a04011-53e7-466c-94a5-a9422c21b366 2026-05-29 23:19:44.363 8 INFO neutron.db.l3_hamode_db [None req-db18a91f-d0a7-42f9-90cd-8c2a416f172a 7814a9de155e411b857ffd2e728f4181 d6c2490c665b49369e007c2320e65241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1011/2190] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:19:43 2026] POST /v2.0/networks => generated 640 bytes in 526 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2191] 10.0.0.134 () {32 vars in 680 bytes} [Fri May 29 23:19:44 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:19:44.525 8 INFO neutron.db.l3_hamode_db [None req-db18a91f-d0a7-42f9-90cd-8c2a416f172a 7814a9de155e411b857ffd2e728f4181 d6c2490c665b49369e007c2320e65241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1013/2192] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:19:44 2026] POST /v2.0/subnets => generated 658 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2193] 10.0.0.134 () {32 vars in 694 bytes} [Fri May 29 23:19:44 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2194] 10.0.0.134 () {32 vars in 722 bytes} [Fri May 29 23:19:44 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2195] 10.0.0.134 () {32 vars in 690 bytes} [Fri May 29 23:19:45 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2196] 10.0.0.88 () {34 vars in 989 bytes} [Fri May 29 23:19:45 2026] GET /v2.0/ports?device_id=42637f39-1fd7-4125-a21c-0f9077e2dfb1 => 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: 1180/2197] 10.0.0.134 () {34 vars in 668 bytes} [Fri May 29 23:19:43 2026] POST /v2.0/routers => generated 474 bytes in 1217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2198] 10.0.0.134 () {32 vars in 702 bytes} [Fri May 29 23:19:45 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2199] 10.0.0.88 () {34 vars in 1039 bytes} [Fri May 29 23:19:45 2026] GET /v2.0/security-groups?id=765061dc-7892-4d20-88f0-1a5a86983828&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2200] 10.0.0.134 () {34 vars in 751 bytes} [Fri May 29 23:19:45 2026] PUT /v2.0/routers/2903b1fc-4a93-4463-a7b9-4eb0d02517c3/tags => generated 25 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2201] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:19:45 2026] POST /v2.0/subnets => generated 732 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2202] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:19:45 2026] DELETE /v2.0/subnetpools/96064b7f-576e-48b8-995d-750d843dce9d => 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: 1019/2203] 10.0.0.134 () {32 vars in 731 bytes} [Fri May 29 23:19:45 2026] GET /v2.0/routers/2903b1fc-4a93-4463-a7b9-4eb0d02517c3/tags => generated 25 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:19:45.941 8 INFO neutron.db.segments_db [None req-5144aa18-4f14-4c10-ad6e-1768a5c26ff8 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] Added segment 04831857-91a4-4852-b2c3-cded550d4aa5 of type vxlan for network 9247cbe3-9d86-4684-9ee9-7255616cb235 [pid: 7|app: 0|req: 1020/2204] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:19:45 2026] DELETE /v2.0/subnetpools/23ccfbce-da4e-422c-a52d-73bd11f1ed11 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2205] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:19:45 2026] POST /v2.0/networks => generated 637 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2206] 10.0.0.134 () {34 vars in 762 bytes} [Fri May 29 23:19:45 2026] PUT /v2.0/routers/2903b1fc-4a93-4463-a7b9-4eb0d02517c3/tags/green => generated 4 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2207] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:19:46 2026] DELETE /v2.0/subnetpools/27da8881-d381-426c-9dea-9307b6b00900 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2208] 10.0.0.134 () {32 vars in 731 bytes} [Fri May 29 23:19:46 2026] GET /v2.0/routers/2903b1fc-4a93-4463-a7b9-4eb0d02517c3/tags => generated 34 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2209] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:19:46 2026] DELETE /v2.0/subnetpools/32b8d5c4-ba08-4d16-8ba4-7e9e2c773e34 => 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: 1189/2210] 10.0.0.134 () {34 vars in 758 bytes} [Fri May 29 23:19:46 2026] PUT /v2.0/routers/2903b1fc-4a93-4463-a7b9-4eb0d02517c3/tags/red => generated 4 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2211] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:19:46 2026] DELETE /v2.0/subnetpools/53ff1e0d-005e-40be-8ec2-29ee88904a79 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2212] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:19:46 2026] POST /v2.0/subnets => generated 656 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2213] 10.0.0.134 () {32 vars in 731 bytes} [Fri May 29 23:19:46 2026] GET /v2.0/routers/2903b1fc-4a93-4463-a7b9-4eb0d02517c3/tags => generated 34 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2214] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:19:46 2026] POST /v2.0/subnets => generated 725 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2215] 10.0.0.134 () {34 vars in 780 bytes} [Fri May 29 23:19:46 2026] PUT /v2.0/routers/2903b1fc-4a93-4463-a7b9-4eb0d02517c3/tags/black.or.white => generated 4 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-29 23:19:46.938 7 INFO neutron.db.segments_db [None req-6d95f2e0-e1ff-4a4a-9854-cac2c912ced5 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] Added segment 60655efa-8b46-4913-ad25-d1aa063bffb9 of type vxlan for network 294ac2ab-51b4-45d0-b42d-49494be3f7ab [pid: 8|app: 0|req: 1193/2216] 10.0.0.134 () {32 vars in 731 bytes} [Fri May 29 23:19:46 2026] GET /v2.0/routers/2903b1fc-4a93-4463-a7b9-4eb0d02517c3/tags => generated 52 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2217] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:19:46 2026] POST /v2.0/networks => generated 637 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2218] 10.0.0.134 () {34 vars in 751 bytes} [Fri May 29 23:19:46 2026] PUT /v2.0/routers/2903b1fc-4a93-4463-a7b9-4eb0d02517c3/tags => generated 37 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2219] 10.0.0.134 () {32 vars in 731 bytes} [Fri May 29 23:19:47 2026] GET /v2.0/routers/2903b1fc-4a93-4463-a7b9-4eb0d02517c3/tags => generated 37 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2220] 10.0.0.134 () {32 vars in 739 bytes} [Fri May 29 23:19:47 2026] GET /v2.0/routers/2903b1fc-4a93-4463-a7b9-4eb0d02517c3/tags/red => 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: 1025/2221] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:19:47 2026] POST /v2.0/subnets => generated 656 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:19:47.502 8 INFO neutron.api.v2.resource [None req-4c7ec33d-9f8a-499d-9524-58f43d557ef6 7814a9de155e411b857ffd2e728f4181 d6c2490c665b49369e007c2320e65241 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1197/2222] 10.0.0.134 () {32 vars in 743 bytes} [Fri May 29 23:19:47 2026] GET /v2.0/routers/2903b1fc-4a93-4463-a7b9-4eb0d02517c3/tags/green => generated 99 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2223] 10.0.0.134 () {32 vars in 742 bytes} [Fri May 29 23:19:47 2026] DELETE /v2.0/routers/2903b1fc-4a93-4463-a7b9-4eb0d02517c3/tags/red => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2224] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:19:47 2026] POST /v2.0/subnets => generated 730 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2225] 10.0.0.134 () {32 vars in 731 bytes} [Fri May 29 23:19:47 2026] GET /v2.0/routers/2903b1fc-4a93-4463-a7b9-4eb0d02517c3/tags => generated 30 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:19:47.818 7 INFO neutron.db.segments_db [None req-3e4b3169-7a34-4081-9b27-77c786bf760a 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] Added segment ad0e9551-c81a-4394-9b60-e20d4c5ec419 of type vxlan for network f15897b0-6ffe-4139-9ba0-e3c15ba7607a [pid: 8|app: 0|req: 1199/2226] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:47 2026] GET /v2.0/security-groups?tenant_id=8cfe30b067754c0e8d4d49845273d4bb&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:19:48.120 8 INFO neutron.api.v2.resource [None req-3efedb3e-db31-4d8c-aea7-2c3d091f2e52 7814a9de155e411b857ffd2e728f4181 d6c2490c665b49369e007c2320e65241 - - default default] delete failed (client error): The resource could not be found. 2026-05-29 23:19:48.121 7 INFO neutron.db.l3_hamode_db [None req-3e4b3169-7a34-4081-9b27-77c786bf760a 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1200/2227] 10.0.0.134 () {32 vars in 746 bytes} [Fri May 29 23:19:47 2026] DELETE /v2.0/routers/2903b1fc-4a93-4463-a7b9-4eb0d02517c3/tags/green => generated 99 bytes in 124 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2228] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:48 2026] DELETE /v2.0/security-groups/28a280d3-1b60-4e87-9dab-59f2a9a6310d => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2229] 10.0.0.134 () {32 vars in 734 bytes} [Fri May 29 23:19:48 2026] DELETE /v2.0/routers/2903b1fc-4a93-4463-a7b9-4eb0d02517c3/tags => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2230] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:48 2026] GET /v2.0/security-groups?tenant_id=9f287367583e4bdb9c0ffc01da9e26e6&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2231] 10.0.0.134 () {32 vars in 731 bytes} [Fri May 29 23:19:48 2026] GET /v2.0/routers/2903b1fc-4a93-4463-a7b9-4eb0d02517c3/tags => generated 12 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2232] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:48 2026] DELETE /v2.0/security-groups/2a3fd30a-64ac-4de7-8c35-9c26974534e4 => 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: 1206/2233] 10.0.0.134 () {32 vars in 721 bytes} [Fri May 29 23:19:48 2026] GET /v2.0/routers/2903b1fc-4a93-4463-a7b9-4eb0d02517c3 => generated 480 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:19:49.033 7 INFO neutron.db.l3_hamode_db [None req-3e4b3169-7a34-4081-9b27-77c786bf760a 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1207/2234] 10.0.0.134 () {34 vars in 742 bytes} [Fri May 29 23:19:48 2026] PUT /v2.0/routers/2903b1fc-4a93-4463-a7b9-4eb0d02517c3 => generated 480 bytes in 621 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2235] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:49 2026] GET /v2.0/security-groups?tenant_id=eb06d810c9e341288fa2e090605772a9&name=default => generated 2929 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2236] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:19:49 2026] GET /v2.0/ports?device_id=2903b1fc-4a93-4463-a7b9-4eb0d02517c3 => 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: 1210/2237] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:49 2026] DELETE /v2.0/security-groups/63a462e1-f6d6-4d98-9ad5-512053f55fa7 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:19:49.975 8 INFO neutron_taas.services.taas.taas_plugin [None req-b96c6564-2ce8-401f-a360-a3c0c7598b35 7814a9de155e411b857ffd2e728f4181 d6c2490c665b49369e007c2320e65241 - - default default] TaaS: Handle Delete Port: 98d1f555-b67f-4946-aa75-7274f6608e8e 2026-05-29 23:19:49.979 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b96c6564-2ce8-401f-a360-a3c0c7598b35 7814a9de155e411b857ffd2e728f4181 d6c2490c665b49369e007c2320e65241 - - default default] Tap Mirror: Handle Delete Port: 98d1f555-b67f-4946-aa75-7274f6608e8e [pid: 7|app: 0|req: 1028/2238] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:19:47 2026] POST /v2.0/routers => generated 684 bytes in 2244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:19:50.491 8 INFO neutron.services.segments.plugin [-] Segment c10407fc-10c6-4779-a57a-ed7030e821ff resource provider aggregate not found 2026-05-29 23:19:50.494 8 INFO neutron.services.segments.plugin [-] Segment c10407fc-10c6-4779-a57a-ed7030e821ff resource provider aggregate not found 2026-05-29 23:19:50.514 8 INFO neutron.services.segments.plugin [-] Segment c10407fc-10c6-4779-a57a-ed7030e821ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c10407fc-10c6-4779-a57a-ed7030e821ff found for delete ", "request_id": "req-4b28909b-8fa1-4085-a392-73f99975fdfd"}]} 2026-05-29 23:19:50.523 8 INFO neutron.services.segments.plugin [-] Segment c10407fc-10c6-4779-a57a-ed7030e821ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c10407fc-10c6-4779-a57a-ed7030e821ff found for delete ", "request_id": "req-cb2679da-1195-4000-ad66-fd600a0cda8d"}]} 2026-05-29 23:19:50.527 8 INFO neutron.db.l3_hamode_db [None req-b96c6564-2ce8-401f-a360-a3c0c7598b35 7814a9de155e411b857ffd2e728f4181 d6c2490c665b49369e007c2320e65241 - - default default] HA network 03367096-cf2d-47b5-a4c0-d4feac6861a4 was deleted as no HA routers are present in tenant d6c2490c665b49369e007c2320e65241. [pid: 8|app: 0|req: 1211/2239] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:19:49 2026] DELETE /v2.0/routers/2903b1fc-4a93-4463-a7b9-4eb0d02517c3 => generated 0 bytes in 782 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2240] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:51 2026] GET /v2.0/security-groups?tenant_id=d6c2490c665b49369e007c2320e65241&name=default => generated 2929 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2241] 10.0.0.134 () {34 vars in 783 bytes} [Fri May 29 23:19:50 2026] PUT /v2.0/routers/eb333a7c-c0e8-4204-9918-56f4bee106c6/add_router_interface => generated 309 bytes in 1630 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2242] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:51 2026] DELETE /v2.0/security-groups/73e596b5-cb31-4451-9f25-c7c1ac2b2ea5 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2243] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:19:51 2026] GET /v2.0/security-groups?tenant_id=e2591771485a4e33953c0db3477e625a&name=default => generated 2929 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2244] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:19:52 2026] DELETE /v2.0/security-groups/15b9a06a-7e44-471d-90e8-bd5972e74f6a => generated 0 bytes in 190 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2245] 10.0.0.134 () {34 vars in 783 bytes} [Fri May 29 23:19:51 2026] PUT /v2.0/routers/eb333a7c-c0e8-4204-9918-56f4bee106c6/add_router_interface => generated 309 bytes in 1462 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:19:55.331 7 INFO neutron.db.segments_db [None req-9020ba86-1505-4bdc-965d-7bf2850e6f8b d446acfbbd2b4445babd59f7d6992c1e f1e1cf96c1be4dafbe9b70a73b756246 - - default default] Added segment aff7145e-8d02-4d02-947d-3d7d5f08d71a of type vxlan for network 89eb20e1-e56a-4e9a-b08f-9a866c5d4b8b [pid: 7|app: 0|req: 1033/2248] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:19:54 2026] POST /v2.0/networks => generated 631 bytes in 564 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2249] 10.0.0.134 () {34 vars in 783 bytes} [Fri May 29 23:19:53 2026] PUT /v2.0/routers/eb333a7c-c0e8-4204-9918-56f4bee106c6/add_router_interface => generated 309 bytes in 2317 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2250] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:19:55 2026] GET /v2.0/ports?device_id=42637f39-1fd7-4125-a21c-0f9077e2dfb1 => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2251] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:19:55 2026] GET /v2.0/security-groups?id=765061dc-7892-4d20-88f0-1a5a86983828&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: 1036/2252] 10.0.0.134 () {34 vars in 684 bytes} [Fri May 29 23:19:55 2026] POST /v2.0/security-groups => generated 1629 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2253] 10.0.0.134 () {34 vars in 664 bytes} [Fri May 29 23:19:55 2026] POST /v2.0/ports => generated 743 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1037/2254] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:19:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2255] 10.0.0.134 () {34 vars in 666 bytes} [Fri May 29 23:19:55 2026] POST /v2.0/trunks => generated 407 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2256] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:19:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:19:56.182 8 INFO neutron.db.segments_db [None req-253adebe-5de5-4775-8517-4334a8601c31 d446acfbbd2b4445babd59f7d6992c1e f1e1cf96c1be4dafbe9b70a73b756246 - - default default] Added segment 2fe42a7a-a4c8-4da0-99cb-ed0ae33eb3e6 of type vxlan for network f4810fec-a4e2-4186-9d2b-dd3e564d315d [pid: 8|app: 0|req: 1219/2257] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:19:56 2026] POST /v2.0/networks => generated 631 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2258] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:19:56 2026] POST /v2.0/security-group-rules => generated 599 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2259] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:19:56 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: 1220/2260] 10.0.0.134 () {34 vars in 664 bytes} [Fri May 29 23:19:56 2026] POST /v2.0/ports => generated 743 bytes in 276 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: 1041/2261] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:19:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2262] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:19:56 2026] GET /v2.0/ports?device_id=42637f39-1fd7-4125-a21c-0f9077e2dfb1 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2263] 10.0.0.134 () {34 vars in 666 bytes} [Fri May 29 23:19:56 2026] POST /v2.0/trunks => generated 407 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2264] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:19:56 2026] GET /v2.0/security-groups?id=765061dc-7892-4d20-88f0-1a5a86983828&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:19:56.751 8 INFO neutron.db.segments_db [None req-4c88daf9-817e-4254-ad51-38f517ce9dc7 d446acfbbd2b4445babd59f7d6992c1e f1e1cf96c1be4dafbe9b70a73b756246 - - default default] Added segment b789847b-e2bd-4526-b2f7-6f4dc5b2f9ef of type vxlan for network 61d6a7fe-27b3-4a24-986d-1c97745a8370 [pid: 7|app: 0|req: 1043/2265] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:19:56 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: 1223/2266] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:19:56 2026] POST /v2.0/networks => generated 632 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2267] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:19:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2268] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:19:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2269] 10.0.0.134 () {34 vars in 664 bytes} [Fri May 29 23:19:56 2026] POST /v2.0/ports => generated 743 bytes in 260 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: 1225/2270] 10.0.0.134 () {34 vars in 666 bytes} [Fri May 29 23:19:57 2026] POST /v2.0/trunks => generated 407 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2271] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:19:57 2026] POST /v2.0/security-group-rules => generated 599 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:19:57.281 8 INFO neutron.db.segments_db [None req-373bd74c-a791-4baf-8e93-2b8aac07e060 d446acfbbd2b4445babd59f7d6992c1e f1e1cf96c1be4dafbe9b70a73b756246 - - default default] Added segment 2818ba7f-742b-4b97-8960-628d11af1569 of type vxlan for network 2fa585f2-4054-43ef-9ee5-c828acc05a09 [pid: 8|app: 0|req: 1226/2272] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:19:57 2026] POST /v2.0/networks => generated 630 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2273] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:19:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2274] 10.0.0.134 () {34 vars in 664 bytes} [Fri May 29 23:19:57 2026] POST /v2.0/ports => generated 743 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2275] 10.0.0.134 () {34 vars in 695 bytes} [Fri May 29 23:19:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1228/2276] 199.204.45.53 () {34 vars in 993 bytes} [Fri May 29 23:19:57 2026] GET /v2.0/ports?device_id=42637f39-1fd7-4125-a21c-0f9077e2dfb1 => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:19:57.780 8 INFO neutron_taas.services.taas.taas_plugin [req-adc391bd-8192-466c-aad5-b0bfc79a58ee req-9e33bd78-6d38-471f-899f-de5141990585 ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] TaaS: Handle Delete Port: 3f651b1d-6fb4-44e8-ac6f-b5bc909c6cec 2026-05-29 23:19:57.784 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-adc391bd-8192-466c-aad5-b0bfc79a58ee req-9e33bd78-6d38-471f-899f-de5141990585 ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] Tap Mirror: Handle Delete Port: 3f651b1d-6fb4-44e8-ac6f-b5bc909c6cec [pid: 7|app: 0|req: 1049/2277] 10.0.0.134 () {34 vars in 666 bytes} [Fri May 29 23:19:57 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) [pid: 7|app: 0|req: 1050/2278] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:19:57 2026] GET /v2.0/ports?device_id=42637f39-1fd7-4125-a21c-0f9077e2dfb1 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2279] 10.0.0.177 () {34 vars in 1094 bytes} [Fri May 29 23:19:57 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-944176864&fields=id&tenant_id=3c73c3c7a6f44174a46f02f6ec269687 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:19:57.900 8 INFO neutron.db.l3_db [req-adc391bd-8192-466c-aad5-b0bfc79a58ee req-9e33bd78-6d38-471f-899f-de5141990585 ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] Floating IP ad6b870e-b17e-45fc-80b3-d09c6d97bf49 disassociated. External IP: 10.96.250.219, port: 3f651b1d-6fb4-44e8-ac6f-b5bc909c6cec. 2026-05-29 23:19:57.940 7 INFO neutron.db.segments_db [None req-203d2ce6-6402-4de3-8f61-2baa3334f766 d446acfbbd2b4445babd59f7d6992c1e f1e1cf96c1be4dafbe9b70a73b756246 - - default default] Added segment 0f84e652-7533-4da7-bdc8-17fe966a824a of type vxlan for network 3c05c8be-a155-4cae-80c5-6bd1cb19adb9 [pid: 7|app: 0|req: 1052/2280] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:19:57 2026] POST /v2.0/networks => generated 631 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2281] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:19:58 2026] GET /v2.0/security-groups?id=765061dc-7892-4d20-88f0-1a5a86983828&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: 1054/2282] 10.0.0.177 () {34 vars in 982 bytes} [Fri May 29 23:19:58 2026] GET /v2.0/networks?id=9247cbe3-9d86-4684-9ee9-7255616cb235 => generated 704 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2283] 199.204.45.53 () {36 vars in 996 bytes} [Fri May 29 23:19:57 2026] DELETE /v2.0/ports/3f651b1d-6fb4-44e8-ac6f-b5bc909c6cec => generated 0 bytes in 621 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2284] 10.0.0.177 () {34 vars in 965 bytes} [Fri May 29 23:19:58 2026] GET /v2.0/quotas/3c73c3c7a6f44174a46f02f6ec269687 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:19:58.309 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ca39ea1c-27ea-4864-9003-29dbd07253ca'] response: {'server_uuid': '42637f39-1fd7-4125-a21c-0f9077e2dfb1', 'name': 'network-vif-deleted', 'tag': '3f651b1d-6fb4-44e8-ac6f-b5bc909c6cec', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1055/2285] 10.0.0.134 () {34 vars in 664 bytes} [Fri May 29 23:19:58 2026] POST /v2.0/ports => generated 743 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1231/2286] 10.0.0.177 () {34 vars in 1002 bytes} [Fri May 29 23:19:58 2026] GET /v2.0/ports?tenant_id=3c73c3c7a6f44174a46f02f6ec269687&fields=id => generated 287 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2287] 10.0.0.177 () {34 vars in 1008 bytes} [Fri May 29 23:19:58 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2288] 10.0.0.177 () {34 vars in 1108 bytes} [Fri May 29 23:19:58 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235?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: 1056/2289] 10.0.0.134 () {34 vars in 666 bytes} [Fri May 29 23:19:58 2026] POST /v2.0/trunks => generated 407 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2290] 10.0.0.134 () {34 vars in 749 bytes} [Fri May 29 23:19:58 2026] PUT /v2.0/trunks/f239f466-9153-4584-a249-01776a428846/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2291] 10.0.0.134 () {34 vars in 749 bytes} [Fri May 29 23:19:58 2026] PUT /v2.0/trunks/c8572c59-ae5e-4233-bd1d-6ffee12c977a/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2292] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:19:58 2026] GET /v2.0/ports?device_id=00b9e2c5-ef0a-4a9c-8bfc-d9f912e969bd => 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: 1058/2293] 10.0.0.134 () {34 vars in 749 bytes} [Fri May 29 23:19:58 2026] PUT /v2.0/trunks/6ff09cfb-c018-4cfc-9315-b3be4f51c9c6/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: 1236/2294] 10.0.0.134 () {34 vars in 749 bytes} [Fri May 29 23:19:58 2026] PUT /v2.0/trunks/c7abf49f-a369-4210-b95d-566aef8a6577/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2295] 10.0.0.134 () {32 vars in 662 bytes} [Fri May 29 23:19:58 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2296] 10.0.0.134 () {32 vars in 676 bytes} [Fri May 29 23:19:58 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: 1060/2297] 10.0.0.134 () {32 vars in 672 bytes} [Fri May 29 23:19:58 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: 1238/2298] 10.0.0.134 () {32 vars in 684 bytes} [Fri May 29 23:19:58 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2299] 10.0.0.134 () {32 vars in 670 bytes} [Fri May 29 23:19:59 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2300] 10.0.0.134 () {32 vars in 684 bytes} [Fri May 29 23:19:59 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2301] 10.0.0.134 () {32 vars in 680 bytes} [Fri May 29 23:19:59 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: 1240/2302] 10.0.0.134 () {32 vars in 692 bytes} [Fri May 29 23:19:59 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2303] 10.0.0.134 () {32 vars in 719 bytes} [Fri May 29 23:19:59 2026] GET /v2.0/trunks/f239f466-9153-4584-a249-01776a428846 => generated 412 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2304] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:19:59 2026] GET /v2.0/ports?device_id=42637f39-1fd7-4125-a21c-0f9077e2dfb1 => 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: 1064/2305] 10.0.0.134 () {32 vars in 717 bytes} [Fri May 29 23:19:59 2026] GET /v2.0/ports/84454b3e-b00e-4f5c-a9ef-7dee971eaef4 => generated 826 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2306] 10.0.0.134 () {32 vars in 722 bytes} [Fri May 29 23:19:59 2026] DELETE /v2.0/trunks/f239f466-9153-4584-a249-01776a428846 => 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: 1065/2307] 10.0.0.134 () {32 vars in 719 bytes} [Fri May 29 23:19:59 2026] GET /v2.0/trunks/c8572c59-ae5e-4233-bd1d-6ffee12c977a => generated 420 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2308] 10.0.0.134 () {32 vars in 717 bytes} [Fri May 29 23:19:59 2026] GET /v2.0/ports/d036f765-2d01-4767-b616-af72455e6531 => generated 826 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2309] 10.0.0.134 () {32 vars in 722 bytes} [Fri May 29 23:19:59 2026] DELETE /v2.0/trunks/c8572c59-ae5e-4233-bd1d-6ffee12c977a => 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: 1244/2310] 10.0.0.134 () {32 vars in 719 bytes} [Fri May 29 23:19:59 2026] GET /v2.0/trunks/6ff09cfb-c018-4cfc-9315-b3be4f51c9c6 => generated 429 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2311] 10.0.0.134 () {32 vars in 717 bytes} [Fri May 29 23:19:59 2026] GET /v2.0/ports/20093601-e3e1-4dd9-9c66-6dabd084ae67 => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2312] 10.0.0.134 () {32 vars in 722 bytes} [Fri May 29 23:19:59 2026] DELETE /v2.0/trunks/6ff09cfb-c018-4cfc-9315-b3be4f51c9c6 => 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: 1068/2313] 10.0.0.134 () {32 vars in 719 bytes} [Fri May 29 23:19:59 2026] GET /v2.0/trunks/c7abf49f-a369-4210-b95d-566aef8a6577 => generated 414 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2314] 10.0.0.134 () {32 vars in 717 bytes} [Fri May 29 23:19:59 2026] GET /v2.0/ports/90832dae-a546-4601-9c0a-084a1999791a => generated 826 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2315] 10.0.0.134 () {32 vars in 722 bytes} [Fri May 29 23:19:59 2026] DELETE /v2.0/trunks/c7abf49f-a369-4210-b95d-566aef8a6577 => 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: 1247/2316] 10.0.0.134 () {32 vars in 719 bytes} [Fri May 29 23:19:59 2026] GET /v2.0/trunks/ddad57f2-52bf-40be-bef8-c916a03fdb5c => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2317] 10.0.0.134 () {32 vars in 717 bytes} [Fri May 29 23:19:59 2026] GET /v2.0/ports/6a04c2e7-5847-47da-adbe-c4e6b4557f5c => generated 826 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2318] 10.0.0.134 () {32 vars in 722 bytes} [Fri May 29 23:20:00 2026] DELETE /v2.0/trunks/ddad57f2-52bf-40be-bef8-c916a03fdb5c => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:20:00.196 7 INFO neutron_taas.services.taas.taas_plugin [None req-82b7489e-9067-4614-a612-5e6ffffb5636 d446acfbbd2b4445babd59f7d6992c1e f1e1cf96c1be4dafbe9b70a73b756246 - - default default] TaaS: Handle Delete Port: 84454b3e-b00e-4f5c-a9ef-7dee971eaef4 2026-05-29 23:20:00.200 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82b7489e-9067-4614-a612-5e6ffffb5636 d446acfbbd2b4445babd59f7d6992c1e f1e1cf96c1be4dafbe9b70a73b756246 - - default default] Tap Mirror: Handle Delete Port: 84454b3e-b00e-4f5c-a9ef-7dee971eaef4 [pid: 8|app: 0|req: 1249/2319] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:20:00 2026] GET /v2.0/ports?device_id=42637f39-1fd7-4125-a21c-0f9077e2dfb1 => 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: 1071/2320] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:20:00 2026] DELETE /v2.0/ports/84454b3e-b00e-4f5c-a9ef-7dee971eaef4 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:20:00.403 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b33edf8-b5ec-49ed-8e10-773b36551d92 d446acfbbd2b4445babd59f7d6992c1e f1e1cf96c1be4dafbe9b70a73b756246 - - default default] TaaS: Handle Delete Port: d036f765-2d01-4767-b616-af72455e6531 2026-05-29 23:20:00.406 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b33edf8-b5ec-49ed-8e10-773b36551d92 d446acfbbd2b4445babd59f7d6992c1e f1e1cf96c1be4dafbe9b70a73b756246 - - default default] Tap Mirror: Handle Delete Port: d036f765-2d01-4767-b616-af72455e6531 [pid: 8|app: 0|req: 1250/2321] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:20:00 2026] DELETE /v2.0/ports/d036f765-2d01-4767-b616-af72455e6531 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:20:00.612 7 INFO neutron_taas.services.taas.taas_plugin [None req-02056ee0-db75-49a2-99fd-d787ec1248ea d446acfbbd2b4445babd59f7d6992c1e f1e1cf96c1be4dafbe9b70a73b756246 - - default default] TaaS: Handle Delete Port: 20093601-e3e1-4dd9-9c66-6dabd084ae67 2026-05-29 23:20:00.616 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02056ee0-db75-49a2-99fd-d787ec1248ea d446acfbbd2b4445babd59f7d6992c1e f1e1cf96c1be4dafbe9b70a73b756246 - - default default] Tap Mirror: Handle Delete Port: 20093601-e3e1-4dd9-9c66-6dabd084ae67 [pid: 7|app: 0|req: 1072/2322] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:20:00 2026] DELETE /v2.0/ports/20093601-e3e1-4dd9-9c66-6dabd084ae67 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:20:00.796 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e2c872a-ccfc-4824-861d-b6d92afa4732 d446acfbbd2b4445babd59f7d6992c1e f1e1cf96c1be4dafbe9b70a73b756246 - - default default] TaaS: Handle Delete Port: 90832dae-a546-4601-9c0a-084a1999791a 2026-05-29 23:20:00.799 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e2c872a-ccfc-4824-861d-b6d92afa4732 d446acfbbd2b4445babd59f7d6992c1e f1e1cf96c1be4dafbe9b70a73b756246 - - default default] Tap Mirror: Handle Delete Port: 90832dae-a546-4601-9c0a-084a1999791a [pid: 8|app: 0|req: 1251/2323] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:20:00 2026] DELETE /v2.0/ports/90832dae-a546-4601-9c0a-084a1999791a => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:20:01.012 7 INFO neutron_taas.services.taas.taas_plugin [None req-b869b89b-0948-4415-ba3d-459c7d169a70 d446acfbbd2b4445babd59f7d6992c1e f1e1cf96c1be4dafbe9b70a73b756246 - - default default] TaaS: Handle Delete Port: 6a04c2e7-5847-47da-adbe-c4e6b4557f5c 2026-05-29 23:20:01.018 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b869b89b-0948-4415-ba3d-459c7d169a70 d446acfbbd2b4445babd59f7d6992c1e f1e1cf96c1be4dafbe9b70a73b756246 - - default default] Tap Mirror: Handle Delete Port: 6a04c2e7-5847-47da-adbe-c4e6b4557f5c [pid: 7|app: 0|req: 1073/2324] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:20:00 2026] DELETE /v2.0/ports/6a04c2e7-5847-47da-adbe-c4e6b4557f5c => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:20:01.312 8 INFO neutron.services.segments.plugin [-] Segment aff7145e-8d02-4d02-947d-3d7d5f08d71a resource provider aggregate not found 2026-05-29 23:20:01.318 8 INFO neutron.services.segments.plugin [-] Segment aff7145e-8d02-4d02-947d-3d7d5f08d71a resource provider aggregate not found 2026-05-29 23:20:01.339 8 INFO neutron.services.segments.plugin [-] Segment aff7145e-8d02-4d02-947d-3d7d5f08d71a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aff7145e-8d02-4d02-947d-3d7d5f08d71a found for delete ", "request_id": "req-009654f3-a42c-4099-83c0-4e0dde3e2b73"}]} 2026-05-29 23:20:01.341 8 INFO neutron.services.segments.plugin [-] Segment aff7145e-8d02-4d02-947d-3d7d5f08d71a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aff7145e-8d02-4d02-947d-3d7d5f08d71a found for delete ", "request_id": "req-ea28772c-9121-405a-af94-ff6697780848"}]} [pid: 8|app: 0|req: 1252/2325] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:20:01 2026] DELETE /v2.0/networks/89eb20e1-e56a-4e9a-b08f-9a866c5d4b8b => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2326] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:20:01 2026] GET /v2.0/ports?device_id=42637f39-1fd7-4125-a21c-0f9077e2dfb1 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:20:01.513 7 INFO neutron.services.segments.plugin [-] Segment 2fe42a7a-a4c8-4da0-99cb-ed0ae33eb3e6 resource provider aggregate not found 2026-05-29 23:20:01.518 7 INFO neutron.services.segments.plugin [-] Segment 2fe42a7a-a4c8-4da0-99cb-ed0ae33eb3e6 resource provider aggregate not found 2026-05-29 23:20:01.539 7 INFO neutron.services.segments.plugin [-] Segment 2fe42a7a-a4c8-4da0-99cb-ed0ae33eb3e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fe42a7a-a4c8-4da0-99cb-ed0ae33eb3e6 found for delete ", "request_id": "req-2029c348-b106-47ce-9b17-5ce7a2ec96c0"}]} 2026-05-29 23:20:01.541 7 INFO neutron.services.segments.plugin [-] Segment 2fe42a7a-a4c8-4da0-99cb-ed0ae33eb3e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fe42a7a-a4c8-4da0-99cb-ed0ae33eb3e6 found for delete ", "request_id": "req-55f1dd58-413c-467e-a4d2-ae36929652b8"}]} [pid: 7|app: 0|req: 1074/2327] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:20:01 2026] DELETE /v2.0/networks/f4810fec-a4e2-4186-9d2b-dd3e564d315d => generated 0 bytes in 392 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2328] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:20:01 2026] DELETE /v2.0/networks/61d6a7fe-27b3-4a24-986d-1c97745a8370 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2329] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:20:01 2026] DELETE /v2.0/networks/2fa585f2-4054-43ef-9ee5-c828acc05a09 => 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: 1255/2330] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:20:02 2026] DELETE /v2.0/networks/3c05c8be-a155-4cae-80c5-6bd1cb19adb9 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2331] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:20:02 2026] DELETE /v2.0/security-groups/765061dc-7892-4d20-88f0-1a5a86983828 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:20:02.809 8 INFO neutron_taas.services.taas.taas_plugin [None req-f18a0c8d-d49b-417d-9c29-5c6bf0139ad6 ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] TaaS: Handle Delete Port: a9042725-8b2c-4bc1-9865-9e47ac69ba53 2026-05-29 23:20:02.813 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f18a0c8d-d49b-417d-9c29-5c6bf0139ad6 ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] Tap Mirror: Handle Delete Port: a9042725-8b2c-4bc1-9865-9e47ac69ba53 [pid: 8|app: 0|req: 1256/2332] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:20:02 2026] DELETE /v2.0/floatingips/ad6b870e-b17e-45fc-80b3-d09c6d97bf49 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2333] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:20:03 2026] GET /v2.0/ports?device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2334] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:20:03 2026] GET /v2.0/security-groups?id=432cee44-e857-4807-b585-9f140fd63c34&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:20:03.366 8 INFO neutron.services.segments.plugin [-] Segment b789847b-e2bd-4526-b2f7-6f4dc5b2f9ef resource provider aggregate not found 2026-05-29 23:20:03.371 8 INFO neutron.services.segments.plugin [-] Segment b789847b-e2bd-4526-b2f7-6f4dc5b2f9ef resource provider aggregate not found 2026-05-29 23:20:03.387 8 INFO neutron.services.segments.plugin [-] Segment b789847b-e2bd-4526-b2f7-6f4dc5b2f9ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b789847b-e2bd-4526-b2f7-6f4dc5b2f9ef found for delete ", "request_id": "req-1d918fd6-dca1-42ba-9bd3-c18ec318c7b2"}]} 2026-05-29 23:20:03.393 8 INFO neutron.services.segments.plugin [-] Segment b789847b-e2bd-4526-b2f7-6f4dc5b2f9ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b789847b-e2bd-4526-b2f7-6f4dc5b2f9ef found for delete ", "request_id": "req-7fb6ebc0-684b-4fa9-9316-72d1833e1abf"}]} 2026-05-29 23:20:03.411 8 INFO neutron.services.segments.plugin [-] Segment 0f84e652-7533-4da7-bdc8-17fe966a824a resource provider aggregate not found 2026-05-29 23:20:03.417 8 INFO neutron.services.segments.plugin [-] Segment 0f84e652-7533-4da7-bdc8-17fe966a824a resource provider aggregate not found 2026-05-29 23:20:03.432 8 INFO neutron.services.segments.plugin [-] Segment 0f84e652-7533-4da7-bdc8-17fe966a824a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f84e652-7533-4da7-bdc8-17fe966a824a found for delete ", "request_id": "req-66ddeab3-13f7-459a-a6e0-0c348ac830be"}]} 2026-05-29 23:20:03.433 8 INFO neutron.services.segments.plugin [-] Segment 0f84e652-7533-4da7-bdc8-17fe966a824a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f84e652-7533-4da7-bdc8-17fe966a824a found for delete ", "request_id": "req-bcc1daac-e8b9-46b1-9f67-9e40f39955b1"}]} 2026-05-29 23:20:03.560 7 INFO neutron.services.segments.plugin [-] Segment 2818ba7f-742b-4b97-8960-628d11af1569 resource provider aggregate not found 2026-05-29 23:20:03.560 7 INFO neutron.services.segments.plugin [-] Segment 2818ba7f-742b-4b97-8960-628d11af1569 resource provider aggregate not found 2026-05-29 23:20:03.582 7 INFO neutron.services.segments.plugin [-] Segment 2818ba7f-742b-4b97-8960-628d11af1569 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2818ba7f-742b-4b97-8960-628d11af1569 found for delete ", "request_id": "req-0f9137a8-71c3-4b87-b416-d4e1610dd66c"}]} 2026-05-29 23:20:03.588 7 INFO neutron.services.segments.plugin [-] Segment 2818ba7f-742b-4b97-8960-628d11af1569 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2818ba7f-742b-4b97-8960-628d11af1569 found for delete ", "request_id": "req-71db0019-c1f1-4059-8a64-cfaea6339e5b"}]} [pid: 7|app: 0|req: 1078/2335] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:20:03 2026] GET /v2.0/security-groups?tenant_id=f1e1cf96c1be4dafbe9b70a73b756246&name=default => generated 2929 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2336] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:20:03 2026] GET /v2.0/networks?id=9247cbe3-9d86-4684-9ee9-7255616cb235 => generated 704 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2337] 199.204.45.53 () {34 vars in 1049 bytes} [Fri May 29 23:20:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3c73c3c7a6f44174a46f02f6ec269687 => generated 178 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2338] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:20:03 2026] DELETE /v2.0/security-groups/1312c154-3d01-4b46-9ff5-b5d9dce99d0d => 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: 1080/2339] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:20:03 2026] GET /v2.0/security-groups?tenant_id=61d851d594d94d2a849a9a87c826e779&name=default => generated 2929 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2340] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:20:03 2026] GET /v2.0/ports?device_id=00b9e2c5-ef0a-4a9c-8bfc-d9f912e969bd => 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: 1082/2341] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:20:03 2026] DELETE /v2.0/security-groups/9e9b376f-eeb8-4c80-864d-63d3eacb7e6a => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2342] 199.204.45.53 () {38 vars in 954 bytes} [Fri May 29 23:20:03 2026] POST /v2.0/ports => generated 1183 bytes in 474 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: 1261/2343] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:20:04 2026] GET /v2.0/security-groups?tenant_id=d61dbcb62db34bee8989bcfccf2aed34&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2344] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:20:04 2026] GET /v2.0/ports?device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2345] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:20:04 2026] DELETE /v2.0/security-groups/1afb8970-6ec6-4e1d-8a7e-ab6f9f8bfe13 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2346] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:20:04 2026] GET /v2.0/security-groups?id=432cee44-e857-4807-b585-9f140fd63c34&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: 1083/2347] 199.204.45.53 () {38 vars in 1027 bytes} [Fri May 29 23:20:04 2026] PUT /v2.0/ports/38b29bf4-4449-4ebe-8b91-b7cea02e50b8 => generated 1464 bytes in 534 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:20:04.757 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3312a959-a1b6-47c2-bffa-fa0fe654a514'] response: {'name': 'network-changed', 'server_uuid': '00b9e2c5-ef0a-4a9c-8bfc-d9f912e969bd', 'tag': '38b29bf4-4449-4ebe-8b91-b7cea02e50b8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1265/2348] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:20:05 2026] GET /v2.0/ports?tenant_id=3c73c3c7a6f44174a46f02f6ec269687&device_id=00b9e2c5-ef0a-4a9c-8bfc-d9f912e969bd => generated 1467 bytes in 51 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: 1084/2349] 199.204.45.53 () {34 vars in 1017 bytes} [Fri May 29 23:20:05 2026] GET /v2.0/networks?tenant_id=3c73c3c7a6f44174a46f02f6ec269687&shared=False => generated 2375 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2350] 199.204.45.53 () {34 vars in 929 bytes} [Fri May 29 23: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: 1085/2351] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:20:05 2026] GET /v2.0/ports?device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2352] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:20:05 2026] GET /v2.0/security-groups?id=432cee44-e857-4807-b585-9f140fd63c34&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: 1086/2353] 199.204.45.53 () {34 vars in 993 bytes} [Fri May 29 23:20:05 2026] GET /v2.0/ports?device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:20:06.026 8 INFO neutron_taas.services.taas.taas_plugin [req-4ffe7479-e64b-4134-814d-750e559d014e req-7711f356-967e-4fb8-b466-31774d65caf8 ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] TaaS: Handle Delete Port: e6bee3f2-e42e-4514-a69f-5866f5b58f72 2026-05-29 23:20:06.029 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4ffe7479-e64b-4134-814d-750e559d014e req-7711f356-967e-4fb8-b466-31774d65caf8 ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] Tap Mirror: Handle Delete Port: e6bee3f2-e42e-4514-a69f-5866f5b58f72 [pid: 8|app: 0|req: 1268/2354] 199.204.45.53 () {36 vars in 996 bytes} [Fri May 29 23:20:05 2026] DELETE /v2.0/ports/e6bee3f2-e42e-4514-a69f-5866f5b58f72 => generated 0 bytes in 373 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:20:06.290 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-34d29d5f-583d-4139-9987-b477eb421141'] response: {'server_uuid': '57662ee1-a70c-4abb-81ef-93e90799c53b', 'name': 'network-vif-deleted', 'tag': 'e6bee3f2-e42e-4514-a69f-5866f5b58f72', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1087/2355] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:20:06 2026] GET /v2.0/ports?tenant_id=3c73c3c7a6f44174a46f02f6ec269687&device_id=00b9e2c5-ef0a-4a9c-8bfc-d9f912e969bd => generated 1467 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2356] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:20:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.158&port_id=38b29bf4-4449-4ebe-8b91-b7cea02e50b8 => 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: 1270/2357] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:20:06 2026] GET /v2.0/ports?device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => 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: 1088/2358] 199.204.45.53 () {34 vars in 1103 bytes} [Fri May 29 23:20:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A251&port_id=38b29bf4-4449-4ebe-8b91-b7cea02e50b8 => generated 19 bytes in 522 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2359] 199.204.45.53 () {34 vars in 1063 bytes} [Fri May 29 23:20:07 2026] GET /v2.0/subnets?id=1f55d6fb-1d41-4b0d-aedc-8db06f32fed1&id=b7256885-b8ca-4ed3-9edc-45ff851c0781 => generated 1410 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2360] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:20:07 2026] GET /v2.0/ports?network_id=9247cbe3-9d86-4684-9ee9-7255616cb235&device_owner=network%3Adhcp => generated 1457 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2361] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:20:07 2026] GET /v2.0/ports?network_id=9247cbe3-9d86-4684-9ee9-7255616cb235&device_owner=network%3Adhcp => generated 1457 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2362] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:20:07 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2363] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:20:07 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2364] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:20:08 2026] GET /v2.0/ports?device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => 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: 1092/2365] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:20:09 2026] GET /v2.0/ports?device_id=00b9e2c5-ef0a-4a9c-8bfc-d9f912e969bd => generated 1198 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2366] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:20:09 2026] GET /v2.0/ports?device_id=57662ee1-a70c-4abb-81ef-93e90799c53b => 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: 1094/2367] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:20:09 2026] GET /v2.0/security-groups?id=711ac3a5-77ec-4df3-8989-3b7a933734c4&fields=id&fields=name => generated 111 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2368] 10.0.0.134 () {34 vars in 676 bytes} [Fri May 29 23:20:08 2026] POST /v2.0/floatingips => generated 552 bytes in 1404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2371] 10.0.0.134 () {34 vars in 759 bytes} [Fri May 29 23:20:09 2026] PUT /v2.0/floatingips/fb025251-9c62-47e8-a8be-42f07b69146d/tags => generated 25 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2372] 10.0.0.134 () {32 vars in 739 bytes} [Fri May 29 23:20:09 2026] GET /v2.0/floatingips/fb025251-9c62-47e8-a8be-42f07b69146d/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: 1096/2373] 10.0.0.134 () {34 vars in 770 bytes} [Fri May 29 23:20:09 2026] PUT /v2.0/floatingips/fb025251-9c62-47e8-a8be-42f07b69146d/tags/green => generated 4 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2374] 10.0.0.134 () {32 vars in 739 bytes} [Fri May 29 23:20:10 2026] GET /v2.0/floatingips/fb025251-9c62-47e8-a8be-42f07b69146d/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2375] 10.0.0.134 () {34 vars in 766 bytes} [Fri May 29 23:20:10 2026] PUT /v2.0/floatingips/fb025251-9c62-47e8-a8be-42f07b69146d/tags/red => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2376] 10.0.0.134 () {32 vars in 739 bytes} [Fri May 29 23:20:10 2026] GET /v2.0/floatingips/fb025251-9c62-47e8-a8be-42f07b69146d/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2377] 10.0.0.134 () {34 vars in 788 bytes} [Fri May 29 23:20:10 2026] PUT /v2.0/floatingips/fb025251-9c62-47e8-a8be-42f07b69146d/tags/black.or.white => generated 4 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2378] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:20:10 2026] DELETE /v2.0/security-groups/432cee44-e857-4807-b585-9f140fd63c34 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2379] 10.0.0.134 () {32 vars in 739 bytes} [Fri May 29 23:20:10 2026] GET /v2.0/floatingips/fb025251-9c62-47e8-a8be-42f07b69146d/tags => generated 52 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2380] 10.0.0.134 () {34 vars in 759 bytes} [Fri May 29 23:20:10 2026] PUT /v2.0/floatingips/fb025251-9c62-47e8-a8be-42f07b69146d/tags => generated 37 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2381] 10.0.0.134 () {32 vars in 739 bytes} [Fri May 29 23:20:11 2026] GET /v2.0/floatingips/fb025251-9c62-47e8-a8be-42f07b69146d/tags => generated 37 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2382] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:20:11 2026] GET /v2.0/floatingips/fb025251-9c62-47e8-a8be-42f07b69146d/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:20:11.213 8 INFO neutron.api.v2.resource [None req-bf3c3854-6064-447f-a4fe-e65270307b2c ab117111bb244c3a8afcb2fbf93af888 9cf88926534d48b1a1424cbfb1d38b52 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1283/2383] 10.0.0.134 () {32 vars in 751 bytes} [Fri May 29 23:20:11 2026] GET /v2.0/floatingips/fb025251-9c62-47e8-a8be-42f07b69146d/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2384] 10.0.0.134 () {32 vars in 750 bytes} [Fri May 29 23:20:11 2026] DELETE /v2.0/floatingips/fb025251-9c62-47e8-a8be-42f07b69146d/tags/red => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:20:11.500 7 INFO neutron_taas.services.taas.taas_plugin [None req-28240b43-f0a0-4e60-8280-cd7fd5b9da65 ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] TaaS: Handle Delete Port: e72a1922-3fbb-44b9-8945-fe50e50f8b43 2026-05-29 23:20:11.504 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28240b43-f0a0-4e60-8280-cd7fd5b9da65 ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] Tap Mirror: Handle Delete Port: e72a1922-3fbb-44b9-8945-fe50e50f8b43 [pid: 8|app: 0|req: 1285/2385] 10.0.0.134 () {32 vars in 739 bytes} [Fri May 29 23:20:11 2026] GET /v2.0/floatingips/fb025251-9c62-47e8-a8be-42f07b69146d/tags => generated 30 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:20:11.596 8 INFO neutron.api.v2.resource [None req-01906a79-14ef-4982-9989-b47fb688f8bd ab117111bb244c3a8afcb2fbf93af888 9cf88926534d48b1a1424cbfb1d38b52 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1286/2386] 10.0.0.134 () {32 vars in 754 bytes} [Fri May 29 23:20:11 2026] DELETE /v2.0/floatingips/fb025251-9c62-47e8-a8be-42f07b69146d/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2387] 10.0.0.134 () {32 vars in 742 bytes} [Fri May 29 23:20:11 2026] DELETE /v2.0/floatingips/fb025251-9c62-47e8-a8be-42f07b69146d/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2388] 10.0.0.134 () {32 vars in 739 bytes} [Fri May 29 23:20:11 2026] GET /v2.0/floatingips/fb025251-9c62-47e8-a8be-42f07b69146d/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:20:11.843 8 INFO neutron_taas.services.taas.taas_plugin [None req-1125060b-e16f-43cf-bcd4-ddd9ca4ec6f1 ab117111bb244c3a8afcb2fbf93af888 9cf88926534d48b1a1424cbfb1d38b52 - - default default] TaaS: Handle Delete Port: d988350b-8c08-4bc1-a032-1da59b6fb286 2026-05-29 23:20:11.849 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1125060b-e16f-43cf-bcd4-ddd9ca4ec6f1 ab117111bb244c3a8afcb2fbf93af888 9cf88926534d48b1a1424cbfb1d38b52 - - default default] Tap Mirror: Handle Delete Port: d988350b-8c08-4bc1-a032-1da59b6fb286 [pid: 8|app: 0|req: 1289/2389] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:20:11 2026] DELETE /v2.0/floatingips/fb025251-9c62-47e8-a8be-42f07b69146d => generated 0 bytes in 340 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2390] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:20:10 2026] PUT /v2.0/routers/a89a6b87-3d98-4f98-9ac3-613e2cd75e1c/remove_router_interface => generated 309 bytes in 1223 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2391] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:20:12 2026] DELETE /v2.0/subnets/fc869974-fd1b-49f6-bfc1-1c52ef28b583 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:20:12.708 7 INFO neutron_taas.services.taas.taas_plugin [None req-1305a44d-0f95-4b4d-ba1f-53a6cdff1dfd ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] TaaS: Handle Delete Port: 0e053ea8-e71f-480c-9031-5a40c69cf41f 2026-05-29 23:20:12.723 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1305a44d-0f95-4b4d-ba1f-53a6cdff1dfd ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] Tap Mirror: Handle Delete Port: 0e053ea8-e71f-480c-9031-5a40c69cf41f 2026-05-29 23:20:13.082 7 INFO neutron_taas.services.taas.taas_plugin [None req-1305a44d-0f95-4b4d-ba1f-53a6cdff1dfd ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] TaaS: Handle Delete Port: 46bb6fd0-c0f4-4a09-b9d3-b08b4f794984 2026-05-29 23:20:13.086 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1305a44d-0f95-4b4d-ba1f-53a6cdff1dfd ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] Tap Mirror: Handle Delete Port: 46bb6fd0-c0f4-4a09-b9d3-b08b4f794984 [pid: 8|app: 0|req: 1291/2392] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:20:12 2026] GET /v2.0/security-groups?tenant_id=09670f1dcb3f4214a3a648c3032c6092&name=default => generated 2929 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2393] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:20:13 2026] DELETE /v2.0/security-groups/ef894fea-0ea1-49b8-9fcb-e531e0884074 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:20:13.557 7 INFO neutron.services.segments.plugin [-] Segment dea2d7a8-43cd-40be-bd62-35660f5bcb9e resource provider aggregate not found 2026-05-29 23:20:13.566 7 INFO neutron.services.segments.plugin [-] Segment dea2d7a8-43cd-40be-bd62-35660f5bcb9e resource provider aggregate not found 2026-05-29 23:20:13.582 7 INFO neutron.services.segments.plugin [-] Segment dea2d7a8-43cd-40be-bd62-35660f5bcb9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dea2d7a8-43cd-40be-bd62-35660f5bcb9e found for delete ", "request_id": "req-d6caa155-445e-4a1f-bc08-a81836ae419e"}]} 2026-05-29 23:20:13.605 7 INFO neutron.services.segments.plugin [-] Segment dea2d7a8-43cd-40be-bd62-35660f5bcb9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dea2d7a8-43cd-40be-bd62-35660f5bcb9e found for delete ", "request_id": "req-9095afe7-ccfa-4a05-9f32-82baf072e1b2"}]} 2026-05-29 23:20:13.606 7 INFO neutron.db.l3_hamode_db [None req-1305a44d-0f95-4b4d-ba1f-53a6cdff1dfd ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] HA network a34dd222-e13a-4ade-a015-d30d43d8edcb was deleted as no HA routers are present in tenant 6f5a30b285574536b797b04dd02b9cf0. [pid: 7|app: 0|req: 1102/2394] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:20:12 2026] DELETE /v2.0/routers/a89a6b87-3d98-4f98-9ac3-613e2cd75e1c => generated 0 bytes in 1208 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2395] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:20:13 2026] GET /v2.0/security-groups?tenant_id=9cf88926534d48b1a1424cbfb1d38b52&name=default => generated 2929 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:20:13.748 7 INFO neutron_taas.services.taas.taas_plugin [None req-b9406b0e-8d0f-48a4-b560-550ce9391cf2 ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] TaaS: Handle Delete Port: 5de9f851-82a9-4c61-93cc-c9a7ac87bc27 2026-05-29 23:20:13.751 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9406b0e-8d0f-48a4-b560-550ce9391cf2 ea585f34c0a644cfaed2ac05aa2565ea 6f5a30b285574536b797b04dd02b9cf0 - - default default] Tap Mirror: Handle Delete Port: 5de9f851-82a9-4c61-93cc-c9a7ac87bc27 [pid: 8|app: 0|req: 1294/2396] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:20:13 2026] DELETE /v2.0/security-groups/ba758434-8e8e-47dd-afcb-71ece5f09b63 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2397] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:20:13 2026] DELETE /v2.0/networks/86668b73-f6b3-435c-81c6-fcc6fc9b0eac => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2398] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:20:14 2026] GET /v2.0/ports?device_id=00b9e2c5-ef0a-4a9c-8bfc-d9f912e969bd => generated 1200 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2399] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:20:14 2026] GET /v2.0/security-groups?id=711ac3a5-77ec-4df3-8989-3b7a933734c4&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2400] 10.0.0.134 () {32 vars in 818 bytes} [Fri May 29 23:20:14 2026] GET /v2.0/ports?network_id=9247cbe3-9d86-4684-9ee9-7255616cb235&mac_address=fa%3A16%3A3e%3Afd%3A8f%3A72 => generated 1200 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2401] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:20:14 2026] GET /v2.0/security-groups?tenant_id=6f5a30b285574536b797b04dd02b9cf0&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2402] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:20:14 2026] DELETE /v2.0/security-groups/111e94ba-7cce-4121-8725-ae9b0754f79c => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2403] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:20:15 2026] GET /v2.0/security-groups?tenant_id=a2b8bc49babc487085d9874be9d4b739&name=default => generated 2929 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2404] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:20:15 2026] DELETE /v2.0/security-groups/811b33c3-db35-458b-a83f-0baa6ebd703e => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:20:15.615 7 INFO neutron.services.segments.plugin [-] Segment cd00177a-7d11-4a79-8150-acc40b6a1a63 resource provider aggregate not found 2026-05-29 23:20:15.628 7 INFO neutron.services.segments.plugin [-] Segment cd00177a-7d11-4a79-8150-acc40b6a1a63 resource provider aggregate not found 2026-05-29 23:20:15.639 7 INFO neutron.services.segments.plugin [-] Segment cd00177a-7d11-4a79-8150-acc40b6a1a63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd00177a-7d11-4a79-8150-acc40b6a1a63 found for delete ", "request_id": "req-3234fcef-c463-4958-b90b-b610b546e48f"}]} 2026-05-29 23:20:15.651 7 INFO neutron.services.segments.plugin [-] Segment cd00177a-7d11-4a79-8150-acc40b6a1a63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd00177a-7d11-4a79-8150-acc40b6a1a63 found for delete ", "request_id": "req-4ca14eb4-ef9d-4826-8951-905f57299a28"}]} 2026-05-29 23:20:15.766 7 INFO neutron.db.l3_db [None req-19a93a5a-d739-474f-803e-14930b7c4616 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] Floating IP 223d35cb-3d32-4d72-ad04-6c6b73ae7507 associated. External IP: 10.96.250.201, port: 38b29bf4-4449-4ebe-8b91-b7cea02e50b8. [pid: 7|app: 0|req: 1105/2405] 10.0.0.134 () {34 vars in 677 bytes} [Fri May 29 23:20:14 2026] POST /v2.0/floatingips => generated 855 bytes in 1400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:20:16.176 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-79176c0c-722b-4441-8b3e-8646a3deae5a'] response: {'name': 'network-changed', 'server_uuid': '00b9e2c5-ef0a-4a9c-8bfc-d9f912e969bd', 'tag': '38b29bf4-4449-4ebe-8b91-b7cea02e50b8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1301/2406] 10.0.0.177 () {34 vars in 1094 bytes} [Fri May 29 23:20:16 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-944176864&fields=id&tenant_id=3c73c3c7a6f44174a46f02f6ec269687 => generated 69 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2407] 10.0.0.177 () {34 vars in 982 bytes} [Fri May 29 23:20:16 2026] GET /v2.0/networks?id=294ac2ab-51b4-45d0-b42d-49494be3f7ab => generated 704 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2408] 10.0.0.177 () {34 vars in 965 bytes} [Fri May 29 23:20:16 2026] GET /v2.0/quotas/3c73c3c7a6f44174a46f02f6ec269687 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2409] 10.0.0.177 () {34 vars in 1002 bytes} [Fri May 29 23:20:16 2026] GET /v2.0/ports?tenant_id=3c73c3c7a6f44174a46f02f6ec269687&fields=id => generated 333 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2410] 10.0.0.177 () {34 vars in 1008 bytes} [Fri May 29 23:20:16 2026] GET /v2.0/networks/294ac2ab-51b4-45d0-b42d-49494be3f7ab?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: 1108/2411] 10.0.0.177 () {34 vars in 1108 bytes} [Fri May 29 23:20:16 2026] GET /v2.0/networks/294ac2ab-51b4-45d0-b42d-49494be3f7ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2412] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:20:16 2026] GET /v2.0/ports?tenant_id=3c73c3c7a6f44174a46f02f6ec269687&device_id=00b9e2c5-ef0a-4a9c-8bfc-d9f912e969bd => generated 1469 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2413] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:20:16 2026] GET /v2.0/networks?id=9247cbe3-9d86-4684-9ee9-7255616cb235 => generated 800 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2414] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:20:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.158&port_id=38b29bf4-4449-4ebe-8b91-b7cea02e50b8 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2415] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:20:16 2026] GET /v2.0/ports?device_id=ac18d0cf-f8b1-42f0-9a06-25d316648d24 => 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: 1306/2416] 199.204.45.53 () {34 vars in 1103 bytes} [Fri May 29 23:20:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A251&port_id=38b29bf4-4449-4ebe-8b91-b7cea02e50b8 => 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: 1111/2417] 199.204.45.53 () {34 vars in 1063 bytes} [Fri May 29 23:20:16 2026] GET /v2.0/subnets?id=1f55d6fb-1d41-4b0d-aedc-8db06f32fed1&id=b7256885-b8ca-4ed3-9edc-45ff851c0781 => generated 1410 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2418] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:20:16 2026] GET /v2.0/ports?network_id=9247cbe3-9d86-4684-9ee9-7255616cb235&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2419] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:20:17 2026] GET /v2.0/ports?network_id=9247cbe3-9d86-4684-9ee9-7255616cb235&device_owner=network%3Adhcp => generated 1457 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2420] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:20:17 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235?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: 1113/2421] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:20:17 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:20:17.951 8 INFO neutron.db.segments_db [None req-5fbb2402-506c-4fc6-a87d-6b3e45deacfb f3d2fdbf88bd435ea025f2f2a1eceef0 6a9edb98347d4ca8a3d623b16c83f408 - - default default] Added segment d468c57b-9771-4da7-af64-365bac13d456 of type vxlan for network c4b7ec8b-4387-4781-b142-f3e34f5ea2b6 [pid: 8|app: 0|req: 1309/2422] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:20:17 2026] POST /v2.0/networks => generated 631 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2423] 10.0.0.134 () {34 vars in 753 bytes} [Fri May 29 23:20:18 2026] PUT /v2.0/networks/c4b7ec8b-4387-4781-b142-f3e34f5ea2b6/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2424] 10.0.0.134 () {32 vars in 733 bytes} [Fri May 29 23:20:18 2026] GET /v2.0/networks/c4b7ec8b-4387-4781-b142-f3e34f5ea2b6/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2425] 10.0.0.134 () {34 vars in 764 bytes} [Fri May 29 23:20:18 2026] PUT /v2.0/networks/c4b7ec8b-4387-4781-b142-f3e34f5ea2b6/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2426] 10.0.0.134 () {32 vars in 733 bytes} [Fri May 29 23:20:18 2026] GET /v2.0/networks/c4b7ec8b-4387-4781-b142-f3e34f5ea2b6/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2427] 10.0.0.134 () {34 vars in 760 bytes} [Fri May 29 23:20:18 2026] PUT /v2.0/networks/c4b7ec8b-4387-4781-b142-f3e34f5ea2b6/tags/red => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2428] 10.0.0.134 () {32 vars in 733 bytes} [Fri May 29 23:20:18 2026] GET /v2.0/networks/c4b7ec8b-4387-4781-b142-f3e34f5ea2b6/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2429] 10.0.0.134 () {34 vars in 782 bytes} [Fri May 29 23:20:18 2026] PUT /v2.0/networks/c4b7ec8b-4387-4781-b142-f3e34f5ea2b6/tags/black.or.white => generated 4 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2430] 10.0.0.134 () {32 vars in 733 bytes} [Fri May 29 23:20:18 2026] GET /v2.0/networks/c4b7ec8b-4387-4781-b142-f3e34f5ea2b6/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2431] 10.0.0.134 () {34 vars in 753 bytes} [Fri May 29 23:20:18 2026] PUT /v2.0/networks/c4b7ec8b-4387-4781-b142-f3e34f5ea2b6/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2432] 10.0.0.134 () {32 vars in 733 bytes} [Fri May 29 23:20:18 2026] GET /v2.0/networks/c4b7ec8b-4387-4781-b142-f3e34f5ea2b6/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2433] 10.0.0.134 () {32 vars in 741 bytes} [Fri May 29 23:20:18 2026] GET /v2.0/networks/c4b7ec8b-4387-4781-b142-f3e34f5ea2b6/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:20:18.817 8 INFO neutron.api.v2.resource [None req-f5cfe622-1487-4538-80d8-68f6f29aa11a f3d2fdbf88bd435ea025f2f2a1eceef0 6a9edb98347d4ca8a3d623b16c83f408 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1315/2434] 10.0.0.134 () {32 vars in 745 bytes} [Fri May 29 23:20:18 2026] GET /v2.0/networks/c4b7ec8b-4387-4781-b142-f3e34f5ea2b6/tags/green => generated 99 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2435] 10.0.0.134 () {32 vars in 744 bytes} [Fri May 29 23:20:18 2026] DELETE /v2.0/networks/c4b7ec8b-4387-4781-b142-f3e34f5ea2b6/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2436] 10.0.0.134 () {32 vars in 733 bytes} [Fri May 29 23:20:18 2026] GET /v2.0/networks/c4b7ec8b-4387-4781-b142-f3e34f5ea2b6/tags => generated 30 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:20:19.011 7 INFO neutron.api.v2.resource [None req-2b433ec9-3292-478a-ae2b-2adf287db6ef f3d2fdbf88bd435ea025f2f2a1eceef0 6a9edb98347d4ca8a3d623b16c83f408 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1121/2437] 10.0.0.134 () {32 vars in 748 bytes} [Fri May 29 23:20:18 2026] DELETE /v2.0/networks/c4b7ec8b-4387-4781-b142-f3e34f5ea2b6/tags/green => generated 99 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2438] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:20:19 2026] DELETE /v2.0/networks/c4b7ec8b-4387-4781-b142-f3e34f5ea2b6/tags => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2439] 10.0.0.134 () {32 vars in 733 bytes} [Fri May 29 23:20:19 2026] GET /v2.0/networks/c4b7ec8b-4387-4781-b142-f3e34f5ea2b6/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:20:19.254 8 INFO neutron.services.segments.plugin [-] Segment d468c57b-9771-4da7-af64-365bac13d456 resource provider aggregate not found 2026-05-29 23:20:19.274 8 INFO neutron.services.segments.plugin [-] Segment d468c57b-9771-4da7-af64-365bac13d456 resource provider aggregate not found 2026-05-29 23:20:19.280 8 INFO neutron.services.segments.plugin [-] Segment d468c57b-9771-4da7-af64-365bac13d456 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d468c57b-9771-4da7-af64-365bac13d456 found for delete ", "request_id": "req-c3241f8a-613b-4bfc-9796-a19249ff5e63"}]} 2026-05-29 23:20:19.298 8 INFO neutron.services.segments.plugin [-] Segment d468c57b-9771-4da7-af64-365bac13d456 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d468c57b-9771-4da7-af64-365bac13d456 found for delete ", "request_id": "req-97f315cc-9dc7-481d-bb21-288d25801ec0"}]} [pid: 8|app: 0|req: 1318/2440] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:20:19 2026] DELETE /v2.0/networks/c4b7ec8b-4387-4781-b142-f3e34f5ea2b6 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:20:20.158 7 INFO neutron.db.segments_db [None req-bdd7398b-cf48-470c-838c-5ca9ba1a535a a2c9065205ea47319aa5f994730784aa 24748b793f7a4a638f547aada3d361ac - - default default] Added segment 576a5aaf-3781-468e-b568-93ed605eae58 of type vxlan for network f3c23d76-8570-43d1-b02e-14981d8e73f8 [pid: 8|app: 0|req: 1319/2441] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:20:19 2026] GET /v2.0/security-groups?tenant_id=73370f4b7c414bb2b4f6e192b9fed3f0&name=default => generated 2929 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2442] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:20:19 2026] POST /v2.0/networks => generated 632 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2443] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:20:20 2026] DELETE /v2.0/security-groups/f783fbf4-9e8a-4f9b-a603-d495236a5970 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2444] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:20:20 2026] GET /v2.0/security-groups?tenant_id=6a9edb98347d4ca8a3d623b16c83f408&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2445] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:20:20 2026] DELETE /v2.0/security-groups/573be153-f4d8-427b-aaf2-3d14de5d61b3 => 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: 1124/2446] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:20:20 2026] POST /v2.0/subnets => generated 626 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:20:20.598 8 INFO neutron.db.segments_db [None req-cbfeb567-c76c-44c7-bf78-15427390fb9e a2c9065205ea47319aa5f994730784aa 24748b793f7a4a638f547aada3d361ac - - default default] Added segment dce8ae76-474a-400b-be97-975e189df828 of type vxlan for network 8f491402-0213-4924-916b-775b260e2f8a [pid: 8|app: 0|req: 1323/2447] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:20:20 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: 1125/2448] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:20:20 2026] POST /v2.0/subnets => generated 629 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:20:21.023 8 INFO neutron.db.segments_db [None req-12992bfc-d46f-4f84-9398-82050dfe5ccd a2c9065205ea47319aa5f994730784aa 24748b793f7a4a638f547aada3d361ac - - default default] Added segment 47244975-9dcf-4195-a16e-9b9cda4e3573 of type vxlan for network 9482a789-e129-46ff-b95c-bde0406a2c02 [pid: 8|app: 0|req: 1324/2449] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:20:20 2026] POST /v2.0/networks => generated 631 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2450] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:20:21 2026] GET /v2.0/networks?id=294ac2ab-51b4-45d0-b42d-49494be3f7ab => generated 704 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2451] 199.204.45.53 () {34 vars in 1049 bytes} [Fri May 29 23:20:21 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3c73c3c7a6f44174a46f02f6ec269687 => generated 178 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2452] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:20:21 2026] POST /v2.0/subnets => generated 629 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:20:21.473 8 INFO neutron.db.segments_db [None req-7fc0b051-c15a-4db1-ab6c-f5f18924e852 a2c9065205ea47319aa5f994730784aa 24748b793f7a4a638f547aada3d361ac - - default default] Added segment 30a105d0-7544-4139-bd29-8749c65bbd0a of type vxlan for network 94e28384-a259-460a-b469-9b6d9f926104 [pid: 8|app: 0|req: 1326/2453] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:20:21 2026] POST /v2.0/networks => generated 632 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2454] 199.204.45.53 () {38 vars in 954 bytes} [Fri May 29 23:20:21 2026] POST /v2.0/ports => generated 1183 bytes in 508 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: 1327/2455] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:20:21 2026] POST /v2.0/subnets => generated 629 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:20:21.935 8 INFO neutron.db.segments_db [None req-e8a7170a-c8e5-419c-94e3-c7d14bf5a491 a2c9065205ea47319aa5f994730784aa 24748b793f7a4a638f547aada3d361ac - - default default] Added segment 05aedbba-f75d-48c6-a50c-c634184abad5 of type vxlan for network 9cdd9d53-ccc9-4f91-a021-d63e4ccba7a7 [pid: 8|app: 0|req: 1328/2456] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:20:21 2026] POST /v2.0/networks => generated 632 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2457] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:20:22 2026] GET /v2.0/ports?device_id=ac18d0cf-f8b1-42f0-9a06-25d316648d24 => generated 1198 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2458] 199.204.45.53 () {38 vars in 1027 bytes} [Fri May 29 23:20:21 2026] PUT /v2.0/ports/f5fb9350-df14-4551-a301-dadda512e833 => generated 1464 bytes in 554 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-29 23:20:22.356 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-588e1a96-7ae1-463a-83dd-9adebc4348dd'] response: {'name': 'network-changed', 'server_uuid': 'ac18d0cf-f8b1-42f0-9a06-25d316648d24', 'tag': 'f5fb9350-df14-4551-a301-dadda512e833', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1130/2459] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:20:22 2026] GET /v2.0/security-groups?id=711ac3a5-77ec-4df3-8989-3b7a933734c4&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2460] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:20:22 2026] POST /v2.0/subnets => generated 629 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2461] 10.0.0.134 () {34 vars in 751 bytes} [Fri May 29 23:20:22 2026] PUT /v2.0/subnets/f4455ffe-fc77-4ae6-93aa-77879c8959c1/tags => generated 17 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2462] 10.0.0.134 () {34 vars in 751 bytes} [Fri May 29 23:20:22 2026] PUT /v2.0/subnets/e60a9e14-193e-4458-9c46-2220cc31a5d2/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2463] 10.0.0.134 () {34 vars in 751 bytes} [Fri May 29 23:20:22 2026] PUT /v2.0/subnets/954798a8-0abc-4126-833e-730524d1d2d4/tags => generated 34 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2464] 10.0.0.134 () {34 vars in 751 bytes} [Fri May 29 23:20:22 2026] PUT /v2.0/subnets/970a4820-3e6b-4656-8f40-b7a0234fb1c1/tags => generated 19 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2465] 10.0.0.134 () {32 vars in 664 bytes} [Fri May 29 23:20:22 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2466] 10.0.0.134 () {32 vars in 678 bytes} [Fri May 29 23:20:22 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2467] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:20:22 2026] GET /v2.0/ports?tenant_id=3c73c3c7a6f44174a46f02f6ec269687&device_id=ac18d0cf-f8b1-42f0-9a06-25d316648d24 => generated 1467 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2468] 10.0.0.134 () {32 vars in 674 bytes} [Fri May 29 23:20:22 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2469] 199.204.45.53 () {34 vars in 1017 bytes} [Fri May 29 23:20:22 2026] GET /v2.0/networks?tenant_id=3c73c3c7a6f44174a46f02f6ec269687&shared=False => generated 2375 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2470] 10.0.0.134 () {32 vars in 686 bytes} [Fri May 29 23:20:22 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2471] 10.0.0.134 () {32 vars in 672 bytes} [Fri May 29 23:20:22 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2472] 199.204.45.53 () {34 vars in 929 bytes} [Fri May 29 23:20:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2473] 10.0.0.134 () {32 vars in 686 bytes} [Fri May 29 23:20:23 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2474] 10.0.0.134 () {32 vars in 682 bytes} [Fri May 29 23:20:23 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2475] 10.0.0.134 () {32 vars in 694 bytes} [Fri May 29 23:20:23 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2476] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:20:23 2026] DELETE /v2.0/subnets/f4455ffe-fc77-4ae6-93aa-77879c8959c1 => 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: 1339/2477] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:20:23 2026] DELETE /v2.0/subnets/e60a9e14-193e-4458-9c46-2220cc31a5d2 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2478] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:20:23 2026] DELETE /v2.0/subnets/954798a8-0abc-4126-833e-730524d1d2d4 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2479] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:20:23 2026] DELETE /v2.0/subnets/970a4820-3e6b-4656-8f40-b7a0234fb1c1 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2480] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:20:23 2026] DELETE /v2.0/subnets/84468a94-3d57-4b73-81b5-1acbfa28cb5a => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:20:24.150 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ec8b91a-32be-43c7-8f0e-6287f4b87ca4 a2c9065205ea47319aa5f994730784aa 24748b793f7a4a638f547aada3d361ac - - default default] TaaS: Handle Delete Port: c0c222b5-7a7c-44da-bba0-1ebc09d43fed 2026-05-29 23:20:24.154 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ec8b91a-32be-43c7-8f0e-6287f4b87ca4 a2c9065205ea47319aa5f994730784aa 24748b793f7a4a638f547aada3d361ac - - default default] Tap Mirror: Handle Delete Port: c0c222b5-7a7c-44da-bba0-1ebc09d43fed 2026-05-29 23:20:24.205 7 INFO neutron.db.segments_db [None req-e495fe2d-d7d0-4cce-8e1f-30f00b16e0e9 4cbe06423a8144a488574d979ad1eb7c d57a625c7203429c931c3677e2389e71 - - default default] Added segment 5933f794-be5c-4520-8510-281678c6ce01 of type vxlan for network 0d09b8fa-8ff6-4612-a97e-8c1f6fefa90f [pid: 7|app: 0|req: 1140/2481] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:20:23 2026] POST /v2.0/networks => generated 632 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:20:24.338 8 INFO neutron.services.segments.plugin [-] Segment 576a5aaf-3781-468e-b568-93ed605eae58 resource provider aggregate not found [pid: 7|app: 0|req: 1141/2482] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:20:24 2026] GET /v2.0/ports?tenant_id=3c73c3c7a6f44174a46f02f6ec269687&device_id=ac18d0cf-f8b1-42f0-9a06-25d316648d24 => generated 1467 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:20:24.349 8 INFO neutron.services.segments.plugin [-] Segment 576a5aaf-3781-468e-b568-93ed605eae58 resource provider aggregate not found 2026-05-29 23:20:24.368 8 INFO neutron.services.segments.plugin [-] Segment 576a5aaf-3781-468e-b568-93ed605eae58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 576a5aaf-3781-468e-b568-93ed605eae58 found for delete ", "request_id": "req-e7103006-633e-4751-a28b-4c54e37b69de"}]} 2026-05-29 23:20:24.369 8 INFO neutron.services.segments.plugin [-] Segment 576a5aaf-3781-468e-b568-93ed605eae58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 576a5aaf-3781-468e-b568-93ed605eae58 found for delete ", "request_id": "req-1a639e78-931a-4fd7-9893-cb9b78fe52fe"}]} [pid: 8|app: 0|req: 1342/2483] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:20:24 2026] DELETE /v2.0/networks/f3c23d76-8570-43d1-b02e-14981d8e73f8 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2484] 199.204.45.53 () {34 vars in 1055 bytes} [Fri May 29 23:20:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.58&port_id=f5fb9350-df14-4551-a301-dadda512e833 => 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: 1344/2485] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:20:24 2026] DELETE /v2.0/networks/8f491402-0213-4924-916b-775b260e2f8a => 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: 1345/2486] 199.204.45.53 () {34 vars in 1105 bytes} [Fri May 29 23:20:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A367&port_id=f5fb9350-df14-4551-a301-dadda512e833 => 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: 1346/2487] 10.0.0.88 () {34 vars in 989 bytes} [Fri May 29 23:20:24 2026] GET /v2.0/ports?device_id=00b9e2c5-ef0a-4a9c-8bfc-d9f912e969bd => generated 1469 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2488] 10.0.0.134 () {34 vars in 664 bytes} [Fri May 29 23:20:24 2026] POST /v2.0/ports => generated 743 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1143/2489] 199.204.45.53 () {34 vars in 1063 bytes} [Fri May 29 23:20:24 2026] GET /v2.0/subnets?id=0ca883a7-a3ba-402f-b0f4-07a37e84a2fc&id=15c90700-72c7-4a3d-88c5-8e04ba77893e => generated 1415 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2490] 10.0.0.88 () {34 vars in 1039 bytes} [Fri May 29 23:20:24 2026] GET /v2.0/security-groups?id=711ac3a5-77ec-4df3-8989-3b7a933734c4&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2491] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:20:24 2026] DELETE /v2.0/networks/9482a789-e129-46ff-b95c-bde0406a2c02 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2492] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:20:24 2026] GET /v2.0/ports?network_id=294ac2ab-51b4-45d0-b42d-49494be3f7ab&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: 7|app: 0|req: 1145/2495] 10.0.0.134 () {34 vars in 666 bytes} [Fri May 29 23:20:24 2026] POST /v2.0/trunks => generated 407 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2496] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:20:24 2026] DELETE /v2.0/networks/94e28384-a259-460a-b469-9b6d9f926104 => 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: 1146/2497] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:20:24 2026] GET /v2.0/ports?network_id=294ac2ab-51b4-45d0-b42d-49494be3f7ab&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: 1352/2498] 10.0.0.134 () {34 vars in 749 bytes} [Fri May 29 23:20:24 2026] PUT /v2.0/trunks/b3d14dfa-2cbb-4d4b-96ff-4164e8447ae1/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2499] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:20:24 2026] GET /v2.0/networks/294ac2ab-51b4-45d0-b42d-49494be3f7ab?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: 1354/2500] 10.0.0.134 () {32 vars in 729 bytes} [Fri May 29 23:20:25 2026] GET /v2.0/trunks/b3d14dfa-2cbb-4d4b-96ff-4164e8447ae1/tags => generated 25 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2501] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:20:25 2026] GET /v2.0/networks/294ac2ab-51b4-45d0-b42d-49494be3f7ab?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) 2026-05-29 23:20:25.145 7 INFO neutron.services.segments.plugin [-] Segment 05aedbba-f75d-48c6-a50c-c634184abad5 resource provider aggregate not found 2026-05-29 23:20:25.149 7 INFO neutron.services.segments.plugin [-] Segment 05aedbba-f75d-48c6-a50c-c634184abad5 resource provider aggregate not found [pid: 8|app: 0|req: 1356/2502] 10.0.0.134 () {34 vars in 760 bytes} [Fri May 29 23:20:25 2026] PUT /v2.0/trunks/b3d14dfa-2cbb-4d4b-96ff-4164e8447ae1/tags/green => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-29 23:20:25.171 7 INFO neutron.services.segments.plugin [-] Segment 05aedbba-f75d-48c6-a50c-c634184abad5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05aedbba-f75d-48c6-a50c-c634184abad5 found for delete ", "request_id": "req-d32b271e-3bc6-4cf9-bb1a-d0955131d9fa"}]} 2026-05-29 23:20:25.174 7 INFO neutron.services.segments.plugin [-] Segment 05aedbba-f75d-48c6-a50c-c634184abad5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05aedbba-f75d-48c6-a50c-c634184abad5 found for delete ", "request_id": "req-c237018d-0631-4352-8027-3462777d4f04"}]} [pid: 7|app: 0|req: 1147/2503] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:20:24 2026] DELETE /v2.0/networks/9cdd9d53-ccc9-4f91-a021-d63e4ccba7a7 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2504] 10.0.0.134 () {32 vars in 729 bytes} [Fri May 29 23:20:25 2026] GET /v2.0/trunks/b3d14dfa-2cbb-4d4b-96ff-4164e8447ae1/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2505] 10.0.0.134 () {34 vars in 756 bytes} [Fri May 29 23:20:25 2026] PUT /v2.0/trunks/b3d14dfa-2cbb-4d4b-96ff-4164e8447ae1/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2506] 10.0.0.134 () {32 vars in 729 bytes} [Fri May 29 23:20:25 2026] GET /v2.0/trunks/b3d14dfa-2cbb-4d4b-96ff-4164e8447ae1/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2507] 10.0.0.134 () {34 vars in 778 bytes} [Fri May 29 23:20:25 2026] PUT /v2.0/trunks/b3d14dfa-2cbb-4d4b-96ff-4164e8447ae1/tags/black.or.white => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2508] 10.0.0.134 () {32 vars in 729 bytes} [Fri May 29 23:20:25 2026] GET /v2.0/trunks/b3d14dfa-2cbb-4d4b-96ff-4164e8447ae1/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2509] 10.0.0.134 () {34 vars in 749 bytes} [Fri May 29 23:20:25 2026] PUT /v2.0/trunks/b3d14dfa-2cbb-4d4b-96ff-4164e8447ae1/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2510] 10.0.0.134 () {32 vars in 729 bytes} [Fri May 29 23:20:25 2026] GET /v2.0/trunks/b3d14dfa-2cbb-4d4b-96ff-4164e8447ae1/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2511] 10.0.0.134 () {32 vars in 737 bytes} [Fri May 29 23:20:25 2026] GET /v2.0/trunks/b3d14dfa-2cbb-4d4b-96ff-4164e8447ae1/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:20:25.500 8 INFO neutron.api.v2.resource [None req-5e3d2bfb-0fce-4264-a2c8-30fe19cf8f4f 4cbe06423a8144a488574d979ad1eb7c d57a625c7203429c931c3677e2389e71 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1361/2512] 10.0.0.134 () {32 vars in 741 bytes} [Fri May 29 23:20:25 2026] GET /v2.0/trunks/b3d14dfa-2cbb-4d4b-96ff-4164e8447ae1/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2513] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:20:25 2026] DELETE /v2.0/trunks/b3d14dfa-2cbb-4d4b-96ff-4164e8447ae1/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2514] 10.0.0.134 () {32 vars in 729 bytes} [Fri May 29 23:20:25 2026] GET /v2.0/trunks/b3d14dfa-2cbb-4d4b-96ff-4164e8447ae1/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:20:25.629 7 INFO neutron.api.v2.resource [None req-591d8f2f-abdd-4341-9b88-cf0f5e870088 4cbe06423a8144a488574d979ad1eb7c d57a625c7203429c931c3677e2389e71 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1153/2515] 10.0.0.134 () {32 vars in 744 bytes} [Fri May 29 23:20:25 2026] DELETE /v2.0/trunks/b3d14dfa-2cbb-4d4b-96ff-4164e8447ae1/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2516] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:20:25 2026] DELETE /v2.0/trunks/b3d14dfa-2cbb-4d4b-96ff-4164e8447ae1/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2517] 10.0.0.134 () {32 vars in 729 bytes} [Fri May 29 23:20:25 2026] GET /v2.0/trunks/b3d14dfa-2cbb-4d4b-96ff-4164e8447ae1/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2518] 10.0.0.134 () {32 vars in 719 bytes} [Fri May 29 23:20:25 2026] GET /v2.0/trunks/b3d14dfa-2cbb-4d4b-96ff-4164e8447ae1 => generated 407 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2519] 10.0.0.134 () {32 vars in 717 bytes} [Fri May 29 23:20:25 2026] GET /v2.0/ports/39f94d19-14c5-4525-a69e-440b014e3cbe => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2520] 10.0.0.134 () {32 vars in 722 bytes} [Fri May 29 23:20:25 2026] DELETE /v2.0/trunks/b3d14dfa-2cbb-4d4b-96ff-4164e8447ae1 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:20:26.075 7 INFO neutron_taas.services.taas.taas_plugin [None req-105c5353-8a81-4299-a69b-4ab2ec5d966f 4cbe06423a8144a488574d979ad1eb7c d57a625c7203429c931c3677e2389e71 - - default default] TaaS: Handle Delete Port: 39f94d19-14c5-4525-a69e-440b014e3cbe 2026-05-29 23:20:26.079 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-105c5353-8a81-4299-a69b-4ab2ec5d966f 4cbe06423a8144a488574d979ad1eb7c d57a625c7203429c931c3677e2389e71 - - default default] Tap Mirror: Handle Delete Port: 39f94d19-14c5-4525-a69e-440b014e3cbe [pid: 7|app: 0|req: 1156/2521] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:20:25 2026] DELETE /v2.0/ports/39f94d19-14c5-4525-a69e-440b014e3cbe => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2522] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:20:26 2026] DELETE /v2.0/networks/0d09b8fa-8ff6-4612-a97e-8c1f6fefa90f => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:20:26.390 8 INFO neutron.services.segments.plugin [-] Segment dce8ae76-474a-400b-be97-975e189df828 resource provider aggregate not found 2026-05-29 23:20:26.396 8 INFO neutron.services.segments.plugin [-] Segment dce8ae76-474a-400b-be97-975e189df828 resource provider aggregate not found 2026-05-29 23:20:26.415 8 INFO neutron.services.segments.plugin [-] Segment dce8ae76-474a-400b-be97-975e189df828 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dce8ae76-474a-400b-be97-975e189df828 found for delete ", "request_id": "req-d39519c6-196c-4074-9446-75c4707020f2"}]} 2026-05-29 23:20:26.417 8 INFO neutron.services.segments.plugin [-] Segment dce8ae76-474a-400b-be97-975e189df828 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dce8ae76-474a-400b-be97-975e189df828 found for delete ", "request_id": "req-79352f4d-07bf-46c1-bbbe-7b9909208a04"}]} 2026-05-29 23:20:26.437 8 INFO neutron.services.segments.plugin [-] Segment 47244975-9dcf-4195-a16e-9b9cda4e3573 resource provider aggregate not found 2026-05-29 23:20:26.443 8 INFO neutron.services.segments.plugin [-] Segment 47244975-9dcf-4195-a16e-9b9cda4e3573 resource provider aggregate not found 2026-05-29 23:20:26.464 8 INFO neutron.services.segments.plugin [-] Segment 47244975-9dcf-4195-a16e-9b9cda4e3573 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47244975-9dcf-4195-a16e-9b9cda4e3573 found for delete ", "request_id": "req-1ecf3ce8-a30e-4e82-85d2-ae641fa02de5"}]} 2026-05-29 23:20:26.473 8 INFO neutron.services.segments.plugin [-] Segment 47244975-9dcf-4195-a16e-9b9cda4e3573 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47244975-9dcf-4195-a16e-9b9cda4e3573 found for delete ", "request_id": "req-bf107d06-389c-4701-8497-a28c26f06a5b"}]} 2026-05-29 23:20:26.490 8 INFO neutron.services.segments.plugin [-] Segment 30a105d0-7544-4139-bd29-8749c65bbd0a resource provider aggregate not found 2026-05-29 23:20:26.501 8 INFO neutron.services.segments.plugin [-] Segment 30a105d0-7544-4139-bd29-8749c65bbd0a resource provider aggregate not found 2026-05-29 23:20:26.522 8 INFO neutron.services.segments.plugin [-] Segment 30a105d0-7544-4139-bd29-8749c65bbd0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30a105d0-7544-4139-bd29-8749c65bbd0a found for delete ", "request_id": "req-eb5815d6-4468-4517-87a5-66187302a162"}]} 2026-05-29 23:20:26.534 8 INFO neutron.services.segments.plugin [-] Segment 30a105d0-7544-4139-bd29-8749c65bbd0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30a105d0-7544-4139-bd29-8749c65bbd0a found for delete ", "request_id": "req-2fd47757-0c07-43c3-966e-6921ac341ac7"}]} [pid: 8|app: 0|req: 1366/2523] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:20:26 2026] GET /v2.0/security-groups?tenant_id=c20882e27c7c4b8d8728e6cfdccbbbf5&name=default => generated 2929 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2524] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:20:26 2026] DELETE /v2.0/security-groups/3580bd6b-cd99-495f-be46-2b600a1df991 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2525] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:20:26 2026] GET /v2.0/security-groups?tenant_id=24748b793f7a4a638f547aada3d361ac&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2526] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:20:26 2026] DELETE /v2.0/security-groups/f2703468-28b4-4b2a-87c1-443d977c2057 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:20:27.196 7 INFO neutron.services.segments.plugin [-] Segment 5933f794-be5c-4520-8510-281678c6ce01 resource provider aggregate not found 2026-05-29 23:20:27.200 7 INFO neutron.services.segments.plugin [-] Segment 5933f794-be5c-4520-8510-281678c6ce01 resource provider aggregate not found 2026-05-29 23:20:27.230 7 INFO neutron.services.segments.plugin [-] Segment 5933f794-be5c-4520-8510-281678c6ce01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5933f794-be5c-4520-8510-281678c6ce01 found for delete ", "request_id": "req-0a6db5ea-dfed-4b19-9fa9-1405aa74e17a"}]} 2026-05-29 23:20:27.234 7 INFO neutron.services.segments.plugin [-] Segment 5933f794-be5c-4520-8510-281678c6ce01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5933f794-be5c-4520-8510-281678c6ce01 found for delete ", "request_id": "req-e300696d-7d20-4967-903e-83c2517c9cdf"}]} [pid: 8|app: 0|req: 1368/2527] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:20:27 2026] GET /v2.0/security-groups?tenant_id=d57a625c7203429c931c3677e2389e71&name=default => generated 2929 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2528] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:20:27 2026] GET /v2.0/security-groups?tenant_id=c314725bd02b42d48346059cbf30073f&name=default => generated 2929 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2529] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:20:27 2026] DELETE /v2.0/security-groups/c1808674-6bcd-4c68-ab47-6a6b4fc02b81 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2530] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:20:27 2026] DELETE /v2.0/security-groups/00a08309-b6b7-4aec-a429-73b2025f2bb2 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2531] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:20:27 2026] GET /v2.0/ports?device_id=ac18d0cf-f8b1-42f0-9a06-25d316648d24 => generated 1198 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2532] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:20:27 2026] GET /v2.0/security-groups?id=711ac3a5-77ec-4df3-8989-3b7a933734c4&fields=id&fields=name => generated 111 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2533] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:20:27 2026] GET /v2.0/security-groups?tenant_id=b8ca48b21a784546ad2d49b5b8b615ec&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2534] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:20:27 2026] DELETE /v2.0/security-groups/d9054b73-63e7-4f5b-86d4-a3fd246188c1 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:20:31.405 7 INFO neutron.db.segments_db [None req-551cdaa1-3975-4e42-91eb-52d0ac95b531 6bb4e7afb3e54f22a1a1b8b8a78f2dbf 82a3aaa58abc4df3981d3af2e4cecd47 - - default default] Added segment c3efdf5d-5b7c-4940-8480-3dc8ac34ca86 of type vxlan for network 9581a86d-68a5-49d1-91c8-8091ea3f7922 [pid: 7|app: 0|req: 1163/2535] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:20:31 2026] POST /v2.0/networks => generated 632 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2536] 10.0.0.134 () {34 vars in 669 bytes} [Fri May 29 23:20:31 2026] POST /v2.0/subnets => generated 626 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2537] 10.0.0.134 () {34 vars in 751 bytes} [Fri May 29 23:20:31 2026] PUT /v2.0/subnets/3ece4757-18e8-4524-be31-02f5bcdcb8b0/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2538] 10.0.0.134 () {32 vars in 731 bytes} [Fri May 29 23:20:31 2026] GET /v2.0/subnets/3ece4757-18e8-4524-be31-02f5bcdcb8b0/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2539] 10.0.0.134 () {34 vars in 762 bytes} [Fri May 29 23:20:31 2026] PUT /v2.0/subnets/3ece4757-18e8-4524-be31-02f5bcdcb8b0/tags/green => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2540] 10.0.0.134 () {32 vars in 731 bytes} [Fri May 29 23:20:31 2026] GET /v2.0/subnets/3ece4757-18e8-4524-be31-02f5bcdcb8b0/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2541] 10.0.0.134 () {34 vars in 758 bytes} [Fri May 29 23:20:32 2026] PUT /v2.0/subnets/3ece4757-18e8-4524-be31-02f5bcdcb8b0/tags/red => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2542] 10.0.0.134 () {32 vars in 731 bytes} [Fri May 29 23:20:32 2026] GET /v2.0/subnets/3ece4757-18e8-4524-be31-02f5bcdcb8b0/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: 1167/2543] 10.0.0.134 () {34 vars in 780 bytes} [Fri May 29 23:20:32 2026] PUT /v2.0/subnets/3ece4757-18e8-4524-be31-02f5bcdcb8b0/tags/black.or.white => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2544] 10.0.0.134 () {32 vars in 731 bytes} [Fri May 29 23:20:32 2026] GET /v2.0/subnets/3ece4757-18e8-4524-be31-02f5bcdcb8b0/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2545] 10.0.0.134 () {34 vars in 751 bytes} [Fri May 29 23:20:32 2026] PUT /v2.0/subnets/3ece4757-18e8-4524-be31-02f5bcdcb8b0/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2546] 10.0.0.134 () {32 vars in 731 bytes} [Fri May 29 23:20:32 2026] GET /v2.0/subnets/3ece4757-18e8-4524-be31-02f5bcdcb8b0/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: 1169/2547] 10.0.0.134 () {32 vars in 739 bytes} [Fri May 29 23:20:32 2026] GET /v2.0/subnets/3ece4757-18e8-4524-be31-02f5bcdcb8b0/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:20:32.526 8 INFO neutron.api.v2.resource [None req-040c006e-ff0c-470e-b64a-8c662c48f82b 6bb4e7afb3e54f22a1a1b8b8a78f2dbf 82a3aaa58abc4df3981d3af2e4cecd47 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1379/2548] 10.0.0.134 () {32 vars in 743 bytes} [Fri May 29 23:20:32 2026] GET /v2.0/subnets/3ece4757-18e8-4524-be31-02f5bcdcb8b0/tags/green => generated 99 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2549] 10.0.0.134 () {32 vars in 742 bytes} [Fri May 29 23:20:32 2026] DELETE /v2.0/subnets/3ece4757-18e8-4524-be31-02f5bcdcb8b0/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2550] 10.0.0.134 () {32 vars in 731 bytes} [Fri May 29 23:20:32 2026] GET /v2.0/subnets/3ece4757-18e8-4524-be31-02f5bcdcb8b0/tags => generated 30 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:20:32.707 8 INFO neutron.api.v2.resource [None req-43e82f9a-c8ea-4dab-b5a3-0eb1d3ac1e6f 6bb4e7afb3e54f22a1a1b8b8a78f2dbf 82a3aaa58abc4df3981d3af2e4cecd47 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1381/2551] 10.0.0.134 () {32 vars in 746 bytes} [Fri May 29 23:20:32 2026] DELETE /v2.0/subnets/3ece4757-18e8-4524-be31-02f5bcdcb8b0/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2552] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:20:32 2026] GET /v2.0/ports?device_id=ac18d0cf-f8b1-42f0-9a06-25d316648d24 => generated 1200 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2553] 10.0.0.134 () {32 vars in 734 bytes} [Fri May 29 23:20:32 2026] DELETE /v2.0/subnets/3ece4757-18e8-4524-be31-02f5bcdcb8b0/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2554] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:20:32 2026] GET /v2.0/security-groups?id=711ac3a5-77ec-4df3-8989-3b7a933734c4&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2555] 10.0.0.134 () {32 vars in 731 bytes} [Fri May 29 23:20:32 2026] GET /v2.0/subnets/3ece4757-18e8-4524-be31-02f5bcdcb8b0/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2556] 10.0.0.134 () {32 vars in 818 bytes} [Fri May 29 23:20:32 2026] GET /v2.0/ports?network_id=294ac2ab-51b4-45d0-b42d-49494be3f7ab&mac_address=fa%3A16%3A3e%3Af0%3Af2%3Ae5 => generated 1200 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2557] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:20:32 2026] DELETE /v2.0/subnets/3ece4757-18e8-4524-be31-02f5bcdcb8b0 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:20:33.073 8 INFO neutron.services.segments.plugin [-] Segment c3efdf5d-5b7c-4940-8480-3dc8ac34ca86 resource provider aggregate not found 2026-05-29 23:20:33.077 8 INFO neutron.services.segments.plugin [-] Segment c3efdf5d-5b7c-4940-8480-3dc8ac34ca86 resource provider aggregate not found 2026-05-29 23:20:33.102 8 INFO neutron.services.segments.plugin [-] Segment c3efdf5d-5b7c-4940-8480-3dc8ac34ca86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3efdf5d-5b7c-4940-8480-3dc8ac34ca86 found for delete ", "request_id": "req-863d3eff-935d-4027-9db8-b98e9df07cb3"}]} 2026-05-29 23:20:33.108 8 INFO neutron.services.segments.plugin [-] Segment c3efdf5d-5b7c-4940-8480-3dc8ac34ca86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3efdf5d-5b7c-4940-8480-3dc8ac34ca86 found for delete ", "request_id": "req-569af004-2dc9-4e13-b584-35c14870e08e"}]} [pid: 8|app: 0|req: 1385/2558] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:20:32 2026] DELETE /v2.0/networks/9581a86d-68a5-49d1-91c8-8091ea3f7922 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:20:33.804 7 INFO neutron.db.l3_db [None req-3071daea-bffd-4055-9583-c6dd2930db88 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] Floating IP ad3a1414-a33f-4a62-ac94-c1834e70444f associated. External IP: 10.96.250.213, port: f5fb9350-df14-4551-a301-dadda512e833. [pid: 8|app: 0|req: 1386/2559] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:20:33 2026] GET /v2.0/security-groups?tenant_id=66e0523a126f4600a7562a7f5475d3a2&name=default => generated 2929 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2560] 10.0.0.134 () {34 vars in 677 bytes} [Fri May 29 23:20:32 2026] POST /v2.0/floatingips => generated 854 bytes in 1393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2561] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:20:34 2026] DELETE /v2.0/security-groups/bce1509b-e912-455f-a009-fd062e519da1 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:20:34.332 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0cdba849-d576-4210-b33e-4400cb9e9b69'] response: {'name': 'network-changed', 'server_uuid': 'ac18d0cf-f8b1-42f0-9a06-25d316648d24', 'tag': 'f5fb9350-df14-4551-a301-dadda512e833', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1175/2562] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:20:34 2026] GET /v2.0/security-groups?tenant_id=82a3aaa58abc4df3981d3af2e4cecd47&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: 1388/2563] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:20:34 2026] DELETE /v2.0/security-groups/9131257b-3b33-4abd-a3bc-705ecb2b0630 => 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: 1176/2564] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:20:34 2026] GET /v2.0/ports?tenant_id=3c73c3c7a6f44174a46f02f6ec269687&device_id=ac18d0cf-f8b1-42f0-9a06-25d316648d24 => generated 1469 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2565] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:20:34 2026] GET /v2.0/networks?id=294ac2ab-51b4-45d0-b42d-49494be3f7ab => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2566] 199.204.45.53 () {34 vars in 1055 bytes} [Fri May 29 23:20:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.58&port_id=f5fb9350-df14-4551-a301-dadda512e833 => generated 857 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2567] 199.204.45.53 () {34 vars in 1105 bytes} [Fri May 29 23:20:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A367&port_id=f5fb9350-df14-4551-a301-dadda512e833 => 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: 1178/2568] 199.204.45.53 () {34 vars in 1063 bytes} [Fri May 29 23:20:35 2026] GET /v2.0/subnets?id=0ca883a7-a3ba-402f-b0f4-07a37e84a2fc&id=15c90700-72c7-4a3d-88c5-8e04ba77893e => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2569] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:20:35 2026] GET /v2.0/ports?network_id=294ac2ab-51b4-45d0-b42d-49494be3f7ab&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2570] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:20:35 2026] GET /v2.0/ports?network_id=294ac2ab-51b4-45d0-b42d-49494be3f7ab&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2571] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:20:35 2026] GET /v2.0/networks/294ac2ab-51b4-45d0-b42d-49494be3f7ab?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2572] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:20:35 2026] GET /v2.0/networks/294ac2ab-51b4-45d0-b42d-49494be3f7ab?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) 2026-05-29 23:20:38.144 8 INFO neutron.db.segments_db [None req-9734994c-0350-43b6-996d-66498c91259f 3b1b7904528a4feca412f2dd4ff129e3 7ca857485bdf4f7ca113520af9721f48 - - default default] Added segment 2365c802-6855-4b83-8789-91a07a95620a of type vxlan for network 2095d467-0b89-43ec-a0a2-8f1f5020af59 [pid: 8|app: 0|req: 1393/2573] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:20:37 2026] POST /v2.0/networks => generated 632 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 23:20:38.305 7 INFO neutron.db.segments_db [None req-6b76d118-ec59-436a-b766-7c771475ab49 3b1b7904528a4feca412f2dd4ff129e3 7ca857485bdf4f7ca113520af9721f48 - - default default] Added segment 9ee1194e-6a75-469c-8852-56827128b05f of type vxlan for network 74404760-6caa-4ee5-857f-c7ae7cec87df [pid: 7|app: 0|req: 1181/2574] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:20:38 2026] POST /v2.0/networks => generated 632 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2575] 10.0.0.134 () {34 vars in 753 bytes} [Fri May 29 23:20:38 2026] PUT /v2.0/networks/2095d467-0b89-43ec-a0a2-8f1f5020af59/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2576] 10.0.0.134 () {32 vars in 733 bytes} [Fri May 29 23:20:38 2026] GET /v2.0/networks/2095d467-0b89-43ec-a0a2-8f1f5020af59/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2577] 10.0.0.134 () {34 vars in 753 bytes} [Fri May 29 23:20:38 2026] PUT /v2.0/networks/74404760-6caa-4ee5-857f-c7ae7cec87df/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: 1183/2578] 10.0.0.134 () {32 vars in 733 bytes} [Fri May 29 23:20:38 2026] GET /v2.0/networks/74404760-6caa-4ee5-857f-c7ae7cec87df/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2579] 10.0.0.134 () {34 vars in 753 bytes} [Fri May 29 23:20:38 2026] PUT /v2.0/networks/74404760-6caa-4ee5-857f-c7ae7cec87df/tags => generated 12 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2580] 10.0.0.134 () {32 vars in 733 bytes} [Fri May 29 23:20:38 2026] GET /v2.0/networks/74404760-6caa-4ee5-857f-c7ae7cec87df/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: 1397/2581] 10.0.0.134 () {32 vars in 733 bytes} [Fri May 29 23:20:38 2026] GET /v2.0/networks/2095d467-0b89-43ec-a0a2-8f1f5020af59/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:20:38.987 7 INFO neutron.services.segments.plugin [-] Segment 2365c802-6855-4b83-8789-91a07a95620a resource provider aggregate not found 2026-05-29 23:20:38.995 7 INFO neutron.services.segments.plugin [-] Segment 2365c802-6855-4b83-8789-91a07a95620a resource provider aggregate not found 2026-05-29 23:20:39.009 7 INFO neutron.services.segments.plugin [-] Segment 2365c802-6855-4b83-8789-91a07a95620a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2365c802-6855-4b83-8789-91a07a95620a found for delete ", "request_id": "req-ac1ae726-c369-4496-8dce-9e515d3d57f2"}]} 2026-05-29 23:20:39.018 7 INFO neutron.services.segments.plugin [-] Segment 2365c802-6855-4b83-8789-91a07a95620a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2365c802-6855-4b83-8789-91a07a95620a found for delete ", "request_id": "req-ed8f334d-2b0d-445e-9b21-ff51d093c9f0"}]} [pid: 7|app: 0|req: 1185/2582] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:20:38 2026] DELETE /v2.0/networks/2095d467-0b89-43ec-a0a2-8f1f5020af59 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:20:39.147 8 INFO neutron.services.segments.plugin [-] Segment 9ee1194e-6a75-469c-8852-56827128b05f resource provider aggregate not found 2026-05-29 23:20:39.155 8 INFO neutron.services.segments.plugin [-] Segment 9ee1194e-6a75-469c-8852-56827128b05f resource provider aggregate not found 2026-05-29 23:20:39.170 8 INFO neutron.services.segments.plugin [-] Segment 9ee1194e-6a75-469c-8852-56827128b05f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ee1194e-6a75-469c-8852-56827128b05f found for delete ", "request_id": "req-2bd604f2-c97f-43ba-b14b-10acf4fafd42"}]} 2026-05-29 23:20:39.177 8 INFO neutron.services.segments.plugin [-] Segment 9ee1194e-6a75-469c-8852-56827128b05f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ee1194e-6a75-469c-8852-56827128b05f found for delete ", "request_id": "req-b317219e-8f5d-4c33-aef4-891fc186f122"}]} [pid: 8|app: 0|req: 1398/2583] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:20:39 2026] DELETE /v2.0/networks/74404760-6caa-4ee5-857f-c7ae7cec87df => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2586] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:20:39 2026] GET /v2.0/security-groups?tenant_id=d345562bf02e4370b9cba6ce8074f09c&name=default => generated 2929 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2587] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:20:40 2026] DELETE /v2.0/security-groups/f2754522-b976-4059-bd1c-d041eec64dc4 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2588] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:20:40 2026] GET /v2.0/security-groups?tenant_id=7ca857485bdf4f7ca113520af9721f48&name=default => generated 2929 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2589] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:20:40 2026] DELETE /v2.0/security-groups/16f17a30-52f9-495a-8a30-ba6f587736ac => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2590] 10.0.0.88 () {34 vars in 989 bytes} [Fri May 29 23:20:41 2026] GET /v2.0/ports?device_id=ac18d0cf-f8b1-42f0-9a06-25d316648d24 => generated 1469 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2591] 10.0.0.88 () {34 vars in 1039 bytes} [Fri May 29 23:20:41 2026] GET /v2.0/security-groups?id=711ac3a5-77ec-4df3-8989-3b7a933734c4&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2594] 10.0.0.134 () {32 vars in 721 bytes} [Fri May 29 23:20:56 2026] GET /v2.0/subnets/b79c1d00-f53c-425c-9ed2-d6625b5abe45 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2595] 10.0.0.2 () {30 vars in 688 bytes} [Fri May 29 23:20:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2596] 10.0.0.2 () {30 vars in 690 bytes} [Fri May 29 23:20:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2597] 10.0.0.2 () {30 vars in 666 bytes} [Fri May 29 23:20:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2598] 10.0.0.2 () {30 vars in 702 bytes} [Fri May 29 23:20:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2599] 10.0.0.2 () {28 vars in 437 bytes} [Fri May 29 23:20:58 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2600] 10.0.0.2 () {30 vars in 726 bytes} [Fri May 29 23:20:58 2026] GET /v2.0/subnets/b79c1d00-f53c-425c-9ed2-d6625b5abe45 => generated 658 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2601] 10.0.0.2 () {30 vars in 688 bytes} [Fri May 29 23:20:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2602] 10.0.0.2 () {30 vars in 690 bytes} [Fri May 29 23:20:58 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: 1408/2603] 10.0.0.2 () {30 vars in 666 bytes} [Fri May 29 23:20:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2604] 10.0.0.2 () {30 vars in 702 bytes} [Fri May 29 23:20:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2605] 10.0.0.2 () {30 vars in 726 bytes} [Fri May 29 23:20:58 2026] GET /v2.0/subnets/b79c1d00-f53c-425c-9ed2-d6625b5abe45 => 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: 1197/2606] 10.0.0.2 () {30 vars in 688 bytes} [Fri May 29 23:20:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2607] 10.0.0.2 () {30 vars in 690 bytes} [Fri May 29 23:20:58 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: 1198/2608] 10.0.0.2 () {30 vars in 666 bytes} [Fri May 29 23:20:58 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: 1411/2609] 10.0.0.2 () {30 vars in 702 bytes} [Fri May 29 23:20:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2610] 10.0.0.2 () {30 vars in 728 bytes} [Fri May 29 23:20:59 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2611] 10.0.0.2 () {30 vars in 680 bytes} [Fri May 29 23:20:59 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2612] 10.0.0.2 () {34 vars in 702 bytes} [Fri May 29 23:20:59 2026] POST /v2.0/ports => generated 1132 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2613] 199.204.45.53 () {30 vars in 702 bytes} [Fri May 29 23:21:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 54 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: 1201/2614] 199.204.45.53 () {30 vars in 704 bytes} [Fri May 29 23:21:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2615] 199.204.45.53 () {30 vars in 680 bytes} [Fri May 29 23:21:03 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: 1202/2616] 199.204.45.53 () {30 vars in 716 bytes} [Fri May 29 23:21:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2617] 199.204.45.53 () {30 vars in 736 bytes} [Fri May 29 23:21:03 2026] GET /v2.0/ports/b07d7031-ef63-454b-adcb-8354af4e8235 => 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: 1203/2618] 199.204.45.53 () {30 vars in 702 bytes} [Fri May 29 23:21:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2619] 199.204.45.53 () {30 vars in 704 bytes} [Fri May 29 23:21:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2620] 199.204.45.53 () {30 vars in 680 bytes} [Fri May 29 23:21:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2621] 199.204.45.53 () {30 vars in 716 bytes} [Fri May 29 23:21:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:21:05.721 7 INFO neutron.api.v2.resource [None req-7b582232-3f02-4ff1-b8e5-950f7e32eca1 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1205/2622] 199.204.45.53 () {30 vars in 762 bytes} [Fri May 29 23:21:05 2026] GET /v2.0/security-groups/lb-da419158-3ca9-40ae-bb68-3d172286c4f4 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2623] 199.204.45.53 () {30 vars in 784 bytes} [Fri May 29 23:21:05 2026] GET /v2.0/security-groups?name=lb-da419158-3ca9-40ae-bb68-3d172286c4f4 => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2624] 199.204.45.53 () {34 vars in 735 bytes} [Fri May 29 23:21:05 2026] POST /v2.0/security-groups => generated 1638 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2625] 199.204.45.53 () {30 vars in 814 bytes} [Fri May 29 23:21:05 2026] GET /v2.0/security-group-rules?security_group_id=41ac96ac-0ec4-409f-a5cc-ace54b2cad4d => generated 1182 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2626] 199.204.45.53 () {34 vars in 788 bytes} [Fri May 29 23:21:05 2026] PUT /v2.0/ports/b07d7031-ef63-454b-adcb-8354af4e8235 => generated 1132 bytes in 643 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2627] 199.204.45.53 () {30 vars in 702 bytes} [Fri May 29 23:21: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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1208/2628] 199.204.45.53 () {30 vars in 704 bytes} [Fri May 29 23:21:06 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: 1421/2629] 199.204.45.53 () {30 vars in 680 bytes} [Fri May 29 23:21:06 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: 1209/2630] 199.204.45.53 () {30 vars in 716 bytes} [Fri May 29 23:21: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) [pid: 8|app: 0|req: 1422/2631] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:21:06 2026] GET /v2.0/subnets/b79c1d00-f53c-425c-9ed2-d6625b5abe45 => 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: 1211/2634] 10.0.0.177 () {34 vars in 1016 bytes} [Fri May 29 23:21:14 2026] GET /v2.0/security-groups?id=f4ad5256-de67-45b8-9be9-976f199cbd94&fields=id => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2635] 10.0.0.177 () {34 vars in 982 bytes} [Fri May 29 23:21:14 2026] GET /v2.0/networks?id=215c5bc6-e274-4934-8041-5f8b1dbb10aa => generated 735 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2636] 10.0.0.177 () {34 vars in 965 bytes} [Fri May 29 23:21:14 2026] GET /v2.0/quotas/30d169c82316488baa62534081515e68 => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2637] 10.0.0.177 () {34 vars in 1002 bytes} [Fri May 29 23:21:14 2026] GET /v2.0/ports?tenant_id=30d169c82316488baa62534081515e68&fields=id => generated 149 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2638] 10.0.0.177 () {34 vars in 1008 bytes} [Fri May 29 23:21:14 2026] GET /v2.0/networks/215c5bc6-e274-4934-8041-5f8b1dbb10aa?fields=segments => generated 14 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2639] 10.0.0.177 () {34 vars in 1108 bytes} [Fri May 29 23:21:14 2026] GET /v2.0/networks/215c5bc6-e274-4934-8041-5f8b1dbb10aa?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: 1214/2640] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:21:15 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => 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: 1427/2641] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:21:15 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2642] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:21:18 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => 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: 1428/2643] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:21:18 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => 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: 1216/2644] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:21:19 2026] GET /v2.0/networks?id=215c5bc6-e274-4934-8041-5f8b1dbb10aa => generated 735 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2645] 199.204.45.53 () {34 vars in 1049 bytes} [Fri May 29 23:21:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=30d169c82316488baa62534081515e68 => generated 343 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2646] 199.204.45.53 () {38 vars in 954 bytes} [Fri May 29 23:21:19 2026] POST /v2.0/ports => generated 1082 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2647] 199.204.45.53 () {38 vars in 1027 bytes} [Fri May 29 23:21:20 2026] PUT /v2.0/ports/73b64003-2bd3-4823-99e5-faee2436bc33 => generated 1243 bytes in 507 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:21:20.754 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-083e929f-48e7-47a8-af5a-db9eca039132'] response: {'name': 'network-changed', 'server_uuid': 'e533f9ac-d1c0-490d-b08d-7882cbeef3ad', 'tag': '73b64003-2bd3-4823-99e5-faee2436bc33', '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: 1218/2648] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:21:21 2026] GET /v2.0/ports?tenant_id=30d169c82316488baa62534081515e68&device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 1246 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: 1431/2649] 199.204.45.53 () {34 vars in 1017 bytes} [Fri May 29 23:21:21 2026] GET /v2.0/networks?tenant_id=30d169c82316488baa62534081515e68&shared=False => generated 735 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2650] 199.204.45.53 () {34 vars in 929 bytes} [Fri May 29 23:21:21 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: 1432/2651] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:21:21 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 1246 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2652] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:21:21 2026] GET /v2.0/security-groups?id=f4ad5256-de67-45b8-9be9-976f199cbd94&fields=id&fields=name => generated 96 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2653] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:21:21 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2654] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:21:22 2026] GET /v2.0/ports?tenant_id=30d169c82316488baa62534081515e68&device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2655] 199.204.45.53 () {34 vars in 1061 bytes} [Fri May 29 23:21:22 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.139&port_id=73b64003-2bd3-4823-99e5-faee2436bc33 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2656] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:21:22 2026] GET /v2.0/subnets?id=b92dde7e-7a92-4cc4-aea7-b59a3e1910c7 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2657] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:21:22 2026] GET /v2.0/ports?network_id=215c5bc6-e274-4934-8041-5f8b1dbb10aa&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: 1223/2658] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:21:22 2026] GET /v2.0/networks/215c5bc6-e274-4934-8041-5f8b1dbb10aa?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2659] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:21:22 2026] GET /v2.0/networks/215c5bc6-e274-4934-8041-5f8b1dbb10aa?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: 1224/2660] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:21:24 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 1246 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2661] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:21:24 2026] GET /v2.0/security-groups?id=f4ad5256-de67-45b8-9be9-976f199cbd94&fields=id&fields=name => generated 96 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2662] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:21:24 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2665] 199.204.45.53 () {34 vars in 993 bytes} [Fri May 29 23:21:26 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 1248 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2666] 199.204.45.53 () {34 vars in 1043 bytes} [Fri May 29 23:21:26 2026] GET /v2.0/security-groups?id=f4ad5256-de67-45b8-9be9-976f199cbd94&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2667] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:21:27 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2668] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:21:27 2026] GET /v2.0/security-groups?id=f4ad5256-de67-45b8-9be9-976f199cbd94&fields=id&fields=name => generated 96 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2669] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:21:27 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2670] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:21:30 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2671] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:21:30 2026] GET /v2.0/security-groups?id=f4ad5256-de67-45b8-9be9-976f199cbd94&fields=id&fields=name => generated 96 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2672] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:21:30 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 1248 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2677] 199.204.45.53 () {30 vars in 702 bytes} [Fri May 29 23:22: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: 1233/2678] 199.204.45.53 () {30 vars in 704 bytes} [Fri May 29 23:22:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2679] 199.204.45.53 () {30 vars in 680 bytes} [Fri May 29 23:22: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: 7|app: 0|req: 1234/2680] 199.204.45.53 () {30 vars in 716 bytes} [Fri May 29 23:22:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2681] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:22:06 2026] GET /v2.0/subnets/b79c1d00-f53c-425c-9ed2-d6625b5abe45 => 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: 1235/2682] 199.204.45.53 () {30 vars in 768 bytes} [Fri May 29 23:22:06 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2683] 199.204.45.53 () {34 vars in 716 bytes} [Fri May 29 23:22:06 2026] POST /v2.0/ports => generated 1059 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2684] 10.0.0.177 () {34 vars in 971 bytes} [Fri May 29 23:22:07 2026] GET /v2.0/ports/d467e259-0df8-415d-8814-fc03f8689050 => generated 1059 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2685] 10.0.0.177 () {34 vars in 907 bytes} [Fri May 29 23:22:07 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2686] 199.204.45.53 () {34 vars in 1261 bytes} [Fri May 29 23:22:08 2026] GET /v2.0/ports/d467e259-0df8-415d-8814-fc03f8689050?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2687] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:22:08 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366?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: 1238/2688] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:22:08 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2689] 199.204.45.53 () {34 vars in 974 bytes} [Fri May 29 23:22:09 2026] GET /v2.0/ports/d467e259-0df8-415d-8814-fc03f8689050 => generated 1059 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2690] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:22:09 2026] GET /v2.0/networks?id=c4a04011-53e7-466c-94a5-a9422c21b366 => generated 803 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2691] 199.204.45.53 () {38 vars in 1027 bytes} [Fri May 29 23:22:09 2026] PUT /v2.0/ports/d467e259-0df8-415d-8814-fc03f8689050 => generated 1249 bytes in 512 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:22:09.679 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea962e3a-6f11-4339-b25c-c24a409ea114'] response: {'name': 'network-changed', 'server_uuid': 'e533f9ac-d1c0-490d-b08d-7882cbeef3ad', 'tag': 'd467e259-0df8-415d-8814-fc03f8689050', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1454/2694] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:22:10 2026] GET /v2.0/ports?tenant_id=30d169c82316488baa62534081515e68&device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 2489 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2695] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:22:10 2026] GET /v2.0/networks?id=c4a04011-53e7-466c-94a5-a9422c21b366 => generated 803 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2696] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:22:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.119&port_id=d467e259-0df8-415d-8814-fc03f8689050 => 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: 1242/2697] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:22:10 2026] GET /v2.0/subnets?id=b79c1d00-f53c-425c-9ed2-d6625b5abe45 => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2698] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:22:10 2026] GET /v2.0/ports?network_id=c4a04011-53e7-466c-94a5-a9422c21b366&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2699] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:22:10 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2700] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:22:10 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366?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: 1244/2701] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:22:11 2026] GET /v2.0/ports?tenant_id=30d169c82316488baa62534081515e68&device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 2489 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2702] 199.204.45.53 () {34 vars in 1061 bytes} [Fri May 29 23:22:11 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.139&port_id=73b64003-2bd3-4823-99e5-faee2436bc33 => 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: 1245/2703] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:22:11 2026] GET /v2.0/subnets?id=b92dde7e-7a92-4cc4-aea7-b59a3e1910c7 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2704] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:22:11 2026] GET /v2.0/ports?network_id=215c5bc6-e274-4934-8041-5f8b1dbb10aa&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: 1246/2705] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:22:11 2026] GET /v2.0/networks/215c5bc6-e274-4934-8041-5f8b1dbb10aa?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2706] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:22:11 2026] GET /v2.0/networks/215c5bc6-e274-4934-8041-5f8b1dbb10aa?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: 1247/2707] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:22:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.119&port_id=d467e259-0df8-415d-8814-fc03f8689050 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2708] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:22:11 2026] GET /v2.0/subnets?id=b79c1d00-f53c-425c-9ed2-d6625b5abe45 => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2709] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:22:11 2026] GET /v2.0/ports?network_id=c4a04011-53e7-466c-94a5-a9422c21b366&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: 1462/2710] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:22:11 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366?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: 1249/2711] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:22:12 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366?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: 1463/2712] 10.0.0.177 () {34 vars in 971 bytes} [Fri May 29 23:22:15 2026] GET /v2.0/ports/d467e259-0df8-415d-8814-fc03f8689050 => generated 1251 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2713] 199.204.45.53 () {34 vars in 788 bytes} [Fri May 29 23:22:15 2026] PUT /v2.0/ports/d467e259-0df8-415d-8814-fc03f8689050 => generated 1276 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:22:16.250 8 INFO neutron.api.v2.resource [None req-ced92637-f572-4f51-8073-30ea1e72cede c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1464/2714] 199.204.45.53 () {30 vars in 762 bytes} [Fri May 29 23:22:16 2026] GET /v2.0/security-groups/lb-da419158-3ca9-40ae-bb68-3d172286c4f4 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2715] 199.204.45.53 () {30 vars in 784 bytes} [Fri May 29 23:22:16 2026] GET /v2.0/security-groups?name=lb-da419158-3ca9-40ae-bb68-3d172286c4f4 => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:22:16.322 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6e888db3-b601-47f8-a572-cf90c18d07fa'] response: {'name': 'network-changed', 'server_uuid': 'e533f9ac-d1c0-490d-b08d-7882cbeef3ad', 'tag': 'd467e259-0df8-415d-8814-fc03f8689050', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1465/2716] 199.204.45.53 () {34 vars in 788 bytes} [Fri May 29 23:22:16 2026] PUT /v2.0/ports/d467e259-0df8-415d-8814-fc03f8689050 => generated 1314 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:22:16.559 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e69f752-6f94-43c2-8cbc-cb230ca89209'] response: {'name': 'network-changed', 'server_uuid': 'e533f9ac-d1c0-490d-b08d-7882cbeef3ad', 'tag': 'd467e259-0df8-415d-8814-fc03f8689050', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1252/2717] 199.204.45.53 () {30 vars in 702 bytes} [Fri May 29 23:22:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1466/2718] 199.204.45.53 () {30 vars in 704 bytes} [Fri May 29 23:22:16 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: 1253/2719] 199.204.45.53 () {30 vars in 680 bytes} [Fri May 29 23:22:16 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: 1467/2720] 199.204.45.53 () {30 vars in 716 bytes} [Fri May 29 23:22:16 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: 1254/2721] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:22:16 2026] GET /v2.0/subnets/b79c1d00-f53c-425c-9ed2-d6625b5abe45 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2722] 199.204.45.53 () {30 vars in 736 bytes} [Fri May 29 23:22:16 2026] GET /v2.0/ports/b07d7031-ef63-454b-adcb-8354af4e8235 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2723] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:22:16 2026] GET /v2.0/ports?tenant_id=30d169c82316488baa62534081515e68&device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2724] 199.204.45.53 () {30 vars in 736 bytes} [Fri May 29 23:22:16 2026] GET /v2.0/ports/d467e259-0df8-415d-8814-fc03f8689050 => generated 1350 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2725] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:22:16 2026] GET /v2.0/networks?id=c4a04011-53e7-466c-94a5-a9422c21b366 => generated 803 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2726] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:22:16 2026] GET /v2.0/subnets/b79c1d00-f53c-425c-9ed2-d6625b5abe45 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2727] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:22:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.119&port_id=d467e259-0df8-415d-8814-fc03f8689050 => 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: 1258/2728] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:22:16 2026] GET /v2.0/subnets?id=b79c1d00-f53c-425c-9ed2-d6625b5abe45 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2729] 199.204.45.53 () {30 vars in 742 bytes} [Fri May 29 23:22:16 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366 => generated 800 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2730] 199.204.45.53 () {30 vars in 736 bytes} [Fri May 29 23:22:17 2026] GET /v2.0/ports/b07d7031-ef63-454b-adcb-8354af4e8235 => generated 1132 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2731] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:22:17 2026] GET /v2.0/ports?network_id=c4a04011-53e7-466c-94a5-a9422c21b366&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2732] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:22:17 2026] GET /v2.0/subnets/b79c1d00-f53c-425c-9ed2-d6625b5abe45 => 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: 1260/2733] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:22:17 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366?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: 1474/2734] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:22:17 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366?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: 1261/2735] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:22:18 2026] GET /v2.0/ports?tenant_id=30d169c82316488baa62534081515e68&device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 2590 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2736] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:22:18 2026] GET /v2.0/networks?id=c4a04011-53e7-466c-94a5-a9422c21b366 => generated 803 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2737] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:22:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.119&port_id=d467e259-0df8-415d-8814-fc03f8689050 => 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: 1476/2738] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:22:18 2026] GET /v2.0/subnets?id=b79c1d00-f53c-425c-9ed2-d6625b5abe45 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2739] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:22:18 2026] GET /v2.0/ports?network_id=c4a04011-53e7-466c-94a5-a9422c21b366&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2740] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:22:18 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2741] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:22:18 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366?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-29 23:22:30.830 7 INFO neutron.db.l3_db [None req-94cceba7-fae2-468c-81fa-451f675f677c 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] Floating IP f2798dd5-b5b7-43cc-a4cf-72d09964cad8 associated. External IP: 10.96.250.217, port: b07d7031-ef63-454b-adcb-8354af4e8235. [pid: 8|app: 0|req: 1479/2744] 10.0.0.177 () {34 vars in 1178 bytes} [Fri May 29 23:22:31 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad&device_id=ac18d0cf-f8b1-42f0-9a06-25d316648d24&device_id=00b9e2c5-ef0a-4a9c-8bfc-d9f912e969bd => generated 5506 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2745] 10.0.0.177 () {34 vars in 1200 bytes} [Fri May 29 23:22:31 2026] GET /v2.0/security-groups?id=711ac3a5-77ec-4df3-8989-3b7a933734c4&id=41ac96ac-0ec4-409f-a5cc-ace54b2cad4d&id=f4ad5256-de67-45b8-9be9-976f199cbd94&fields=id&fields=name => generated 285 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2746] 10.0.0.134 () {34 vars in 677 bytes} [Fri May 29 23:22:29 2026] POST /v2.0/floatingips => generated 899 bytes in 1268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2747] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:22:32 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 2590 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2748] 10.0.0.177 () {34 vars in 1120 bytes} [Fri May 29 23:22:32 2026] GET /v2.0/security-groups?id=f4ad5256-de67-45b8-9be9-976f199cbd94&id=41ac96ac-0ec4-409f-a5cc-ace54b2cad4d&fields=id&fields=name => generated 195 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2749] 10.0.0.177 () {34 vars in 1084 bytes} [Fri May 29 23:22:32 2026] GET /v2.0/ports?device_id=ac18d0cf-f8b1-42f0-9a06-25d316648d24&device_id=00b9e2c5-ef0a-4a9c-8bfc-d9f912e969bd => generated 2927 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2750] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:22:32 2026] GET /v2.0/security-groups?id=711ac3a5-77ec-4df3-8989-3b7a933734c4&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2751] 199.204.45.53 () {30 vars in 702 bytes} [Fri May 29 23:22:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2752] 199.204.45.53 () {30 vars in 704 bytes} [Fri May 29 23:22:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2753] 199.204.45.53 () {30 vars in 680 bytes} [Fri May 29 23:22:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2754] 199.204.45.53 () {30 vars in 716 bytes} [Fri May 29 23:22:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:22:34.379 8 INFO neutron.api.v2.resource [None req-a6bf8da1-d952-434b-91d0-57463bf889ae c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1485/2755] 199.204.45.53 () {30 vars in 762 bytes} [Fri May 29 23:22:34 2026] GET /v2.0/security-groups/lb-da419158-3ca9-40ae-bb68-3d172286c4f4 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2756] 199.204.45.53 () {30 vars in 784 bytes} [Fri May 29 23:22:34 2026] GET /v2.0/security-groups?name=lb-da419158-3ca9-40ae-bb68-3d172286c4f4 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2757] 199.204.45.53 () {30 vars in 814 bytes} [Fri May 29 23:22:34 2026] GET /v2.0/security-group-rules?security_group_id=41ac96ac-0ec4-409f-a5cc-ace54b2cad4d => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2758] 199.204.45.53 () {34 vars in 746 bytes} [Fri May 29 23:22:34 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: 1487/2759] 199.204.45.53 () {34 vars in 746 bytes} [Fri May 29 23:22:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2762] 10.0.0.2 () {30 vars in 688 bytes} [Fri May 29 23:22:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2763] 10.0.0.2 () {30 vars in 690 bytes} [Fri May 29 23:22:43 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2764] 10.0.0.2 () {30 vars in 666 bytes} [Fri May 29 23:22:43 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2765] 10.0.0.2 () {30 vars in 702 bytes} [Fri May 29 23:22:43 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2766] 10.0.0.2 () {28 vars in 437 bytes} [Fri May 29 23:22:43 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2767] 10.0.0.2 () {30 vars in 726 bytes} [Fri May 29 23:22:43 2026] GET /v2.0/subnets/1f55d6fb-1d41-4b0d-aedc-8db06f32fed1 => generated 656 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2768] 199.204.45.53 () {30 vars in 702 bytes} [Fri May 29 23:22:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2769] 199.204.45.53 () {30 vars in 704 bytes} [Fri May 29 23:22: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: 1493/2770] 199.204.45.53 () {30 vars in 680 bytes} [Fri May 29 23:22:45 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: 1278/2771] 199.204.45.53 () {30 vars in 716 bytes} [Fri May 29 23:22: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: 8|app: 0|req: 1494/2772] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:22:45 2026] GET /v2.0/subnets/1f55d6fb-1d41-4b0d-aedc-8db06f32fed1 => generated 674 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2773] 199.204.45.53 () {30 vars in 768 bytes} [Fri May 29 23:22:45 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2774] 199.204.45.53 () {30 vars in 702 bytes} [Fri May 29 23:22:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2775] 199.204.45.53 () {30 vars in 704 bytes} [Fri May 29 23:22: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: 1496/2776] 199.204.45.53 () {30 vars in 680 bytes} [Fri May 29 23:22:45 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: 1281/2777] 199.204.45.53 () {30 vars in 716 bytes} [Fri May 29 23:22: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: 8|app: 0|req: 1497/2778] 199.204.45.53 () {34 vars in 716 bytes} [Fri May 29 23:22:45 2026] POST /v2.0/ports => generated 1328 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2779] 10.0.0.177 () {34 vars in 971 bytes} [Fri May 29 23:22:46 2026] GET /v2.0/ports/5c73c835-e3e9-43a2-826a-1990cc3f2842 => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1498/2780] 199.204.45.53 () {34 vars in 1261 bytes} [Fri May 29 23:22:47 2026] GET /v2.0/ports/5c73c835-e3e9-43a2-826a-1990cc3f2842?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: 7|app: 0|req: 1283/2781] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:22:47 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235?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: 1499/2782] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:22:47 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235?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: 1284/2783] 199.204.45.53 () {34 vars in 974 bytes} [Fri May 29 23:22:47 2026] GET /v2.0/ports/5c73c835-e3e9-43a2-826a-1990cc3f2842 => generated 1328 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2784] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:22:47 2026] GET /v2.0/networks?id=9247cbe3-9d86-4684-9ee9-7255616cb235 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2785] 199.204.45.53 () {38 vars in 1027 bytes} [Fri May 29 23:22:47 2026] PUT /v2.0/ports/5c73c835-e3e9-43a2-826a-1990cc3f2842 => generated 1518 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:22:48.417 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8002b351-92d9-4a05-b91a-f7435f9187d9'] response: {'name': 'network-changed', 'server_uuid': 'e533f9ac-d1c0-490d-b08d-7882cbeef3ad', 'tag': '5c73c835-e3e9-43a2-826a-1990cc3f2842', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1501/2786] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:22:48 2026] GET /v2.0/ports?tenant_id=30d169c82316488baa62534081515e68&device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 4100 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: 1286/2787] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:22:48 2026] GET /v2.0/networks?id=9247cbe3-9d86-4684-9ee9-7255616cb235 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2788] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:22:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.197&port_id=5c73c835-e3e9-43a2-826a-1990cc3f2842 => 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: 1287/2789] 199.204.45.53 () {34 vars in 1103 bytes} [Fri May 29 23:22:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A27f&port_id=5c73c835-e3e9-43a2-826a-1990cc3f2842 => 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: 1503/2790] 199.204.45.53 () {34 vars in 1063 bytes} [Fri May 29 23:22:49 2026] GET /v2.0/subnets?id=1f55d6fb-1d41-4b0d-aedc-8db06f32fed1&id=b7256885-b8ca-4ed3-9edc-45ff851c0781 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2791] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:22:49 2026] GET /v2.0/ports?network_id=9247cbe3-9d86-4684-9ee9-7255616cb235&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: 1504/2792] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:22:49 2026] GET /v2.0/ports?network_id=9247cbe3-9d86-4684-9ee9-7255616cb235&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2793] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:22:49 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235?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: 1505/2794] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:22:49 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235?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: 1290/2795] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:22:50 2026] GET /v2.0/ports?tenant_id=30d169c82316488baa62534081515e68&device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 4100 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2796] 199.204.45.53 () {34 vars in 1061 bytes} [Fri May 29 23:22:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.139&port_id=73b64003-2bd3-4823-99e5-faee2436bc33 => 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: 1291/2797] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:22:50 2026] GET /v2.0/subnets?id=b92dde7e-7a92-4cc4-aea7-b59a3e1910c7 => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2798] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:22:50 2026] GET /v2.0/ports?network_id=215c5bc6-e274-4934-8041-5f8b1dbb10aa&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2799] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:22:50 2026] GET /v2.0/networks/215c5bc6-e274-4934-8041-5f8b1dbb10aa?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2800] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:22:50 2026] GET /v2.0/networks/215c5bc6-e274-4934-8041-5f8b1dbb10aa?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: 1293/2801] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:22:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.119&port_id=d467e259-0df8-415d-8814-fc03f8689050 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2802] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:22:50 2026] GET /v2.0/subnets?id=b79c1d00-f53c-425c-9ed2-d6625b5abe45 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2803] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:22:50 2026] GET /v2.0/ports?network_id=c4a04011-53e7-466c-94a5-a9422c21b366&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2804] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:22:50 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366?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: 1295/2805] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:22:50 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366?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: 1511/2806] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:22:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.197&port_id=5c73c835-e3e9-43a2-826a-1990cc3f2842 => 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: 1296/2807] 199.204.45.53 () {34 vars in 1103 bytes} [Fri May 29 23:22:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A27f&port_id=5c73c835-e3e9-43a2-826a-1990cc3f2842 => 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: 1512/2808] 199.204.45.53 () {34 vars in 1063 bytes} [Fri May 29 23:22:50 2026] GET /v2.0/subnets?id=1f55d6fb-1d41-4b0d-aedc-8db06f32fed1&id=b7256885-b8ca-4ed3-9edc-45ff851c0781 => generated 1410 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2809] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:22:51 2026] GET /v2.0/ports?network_id=9247cbe3-9d86-4684-9ee9-7255616cb235&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2810] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:22:51 2026] GET /v2.0/ports?network_id=9247cbe3-9d86-4684-9ee9-7255616cb235&device_owner=network%3Adhcp => generated 1457 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2811] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:22:51 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235?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: 1514/2812] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:22:51 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235?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: 1300/2815] 10.0.0.177 () {34 vars in 971 bytes} [Fri May 29 23:22:55 2026] GET /v2.0/ports/5c73c835-e3e9-43a2-826a-1990cc3f2842 => generated 1518 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2816] 199.204.45.53 () {30 vars in 742 bytes} [Fri May 29 23:22:55 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235 => generated 797 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2817] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:22:55 2026] GET /v2.0/subnets/1f55d6fb-1d41-4b0d-aedc-8db06f32fed1 => generated 674 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2818] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:22:55 2026] GET /v2.0/subnets/b7256885-b8ca-4ed3-9edc-45ff851c0781 => generated 743 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2819] 199.204.45.53 () {30 vars in 702 bytes} [Fri May 29 23:22:56 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: 1518/2820] 199.204.45.53 () {30 vars in 704 bytes} [Fri May 29 23:22:56 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: 1303/2821] 199.204.45.53 () {30 vars in 680 bytes} [Fri May 29 23:22: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: 1519/2822] 199.204.45.53 () {30 vars in 716 bytes} [Fri May 29 23:22:57 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: 1304/2823] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:22:57 2026] GET /v2.0/subnets/b79c1d00-f53c-425c-9ed2-d6625b5abe45 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2824] 199.204.45.53 () {30 vars in 736 bytes} [Fri May 29 23:22:57 2026] GET /v2.0/ports/b07d7031-ef63-454b-adcb-8354af4e8235 => generated 1132 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2825] 199.204.45.53 () {30 vars in 736 bytes} [Fri May 29 23:22:57 2026] GET /v2.0/ports/d467e259-0df8-415d-8814-fc03f8689050 => generated 1350 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2826] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:22:57 2026] GET /v2.0/subnets/b79c1d00-f53c-425c-9ed2-d6625b5abe45 => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2827] 199.204.45.53 () {30 vars in 742 bytes} [Fri May 29 23:22:57 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366 => generated 800 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2828] 199.204.45.53 () {30 vars in 736 bytes} [Fri May 29 23:22:57 2026] GET /v2.0/ports/b07d7031-ef63-454b-adcb-8354af4e8235 => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2829] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:22:57 2026] GET /v2.0/subnets/b79c1d00-f53c-425c-9ed2-d6625b5abe45 => generated 676 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2830] 10.0.0.2 () {30 vars in 688 bytes} [Fri May 29 23:23:04 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: 1308/2831] 10.0.0.2 () {30 vars in 690 bytes} [Fri May 29 23:23:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2832] 10.0.0.2 () {30 vars in 666 bytes} [Fri May 29 23:23:04 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: 1309/2833] 10.0.0.2 () {30 vars in 702 bytes} [Fri May 29 23:23:04 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: 1525/2834] 10.0.0.2 () {28 vars in 437 bytes} [Fri May 29 23:23:04 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2835] 10.0.0.2 () {30 vars in 726 bytes} [Fri May 29 23:23:04 2026] GET /v2.0/subnets/15c90700-72c7-4a3d-88c5-8e04ba77893e => generated 656 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2836] 199.204.45.53 () {30 vars in 702 bytes} [Fri May 29 23:23:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2837] 199.204.45.53 () {30 vars in 704 bytes} [Fri May 29 23:23:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2838] 199.204.45.53 () {30 vars in 680 bytes} [Fri May 29 23:23:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2839] 199.204.45.53 () {30 vars in 716 bytes} [Fri May 29 23:23: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: 8|app: 0|req: 1528/2840] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:23:05 2026] GET /v2.0/subnets/1f55d6fb-1d41-4b0d-aedc-8db06f32fed1 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2841] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:23:05 2026] GET /v2.0/subnets/15c90700-72c7-4a3d-88c5-8e04ba77893e => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2842] 199.204.45.53 () {30 vars in 768 bytes} [Fri May 29 23:23:06 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 4102 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2843] 199.204.45.53 () {30 vars in 702 bytes} [Fri May 29 23:23:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2844] 199.204.45.53 () {30 vars in 704 bytes} [Fri May 29 23:23: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: 1315/2845] 199.204.45.53 () {30 vars in 680 bytes} [Fri May 29 23:23:06 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: 1531/2846] 199.204.45.53 () {30 vars in 716 bytes} [Fri May 29 23:23: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) [pid: 7|app: 0|req: 1316/2847] 199.204.45.53 () {34 vars in 716 bytes} [Fri May 29 23:23:06 2026] POST /v2.0/ports => generated 1328 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2848] 10.0.0.177 () {34 vars in 971 bytes} [Fri May 29 23:23:06 2026] GET /v2.0/ports/498cf0e9-c397-42aa-80b8-9e041bc214ed => generated 1328 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: 1317/2849] 199.204.45.53 () {34 vars in 1261 bytes} [Fri May 29 23:23:07 2026] GET /v2.0/ports/498cf0e9-c397-42aa-80b8-9e041bc214ed?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/2850] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:23:07 2026] GET /v2.0/networks/294ac2ab-51b4-45d0-b42d-49494be3f7ab?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: 1318/2851] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:23:08 2026] GET /v2.0/networks/294ac2ab-51b4-45d0-b42d-49494be3f7ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/2852] 199.204.45.53 () {34 vars in 974 bytes} [Fri May 29 23:23:08 2026] GET /v2.0/ports/498cf0e9-c397-42aa-80b8-9e041bc214ed => generated 1328 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2853] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:23:08 2026] GET /v2.0/networks?id=294ac2ab-51b4-45d0-b42d-49494be3f7ab => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2854] 199.204.45.53 () {38 vars in 1027 bytes} [Fri May 29 23:23:08 2026] PUT /v2.0/ports/498cf0e9-c397-42aa-80b8-9e041bc214ed => generated 1518 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:23:09.250 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-baa9e281-05bd-4405-95f7-87c1be90502b'] response: {'name': 'network-changed', 'server_uuid': 'e533f9ac-d1c0-490d-b08d-7882cbeef3ad', 'tag': '498cf0e9-c397-42aa-80b8-9e041bc214ed', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1321/2857] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:23:09 2026] GET /v2.0/ports?tenant_id=30d169c82316488baa62534081515e68&device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 5612 bytes in 51 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: 1537/2858] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:23:09 2026] GET /v2.0/networks?id=294ac2ab-51b4-45d0-b42d-49494be3f7ab => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2859] 199.204.45.53 () {34 vars in 1055 bytes} [Fri May 29 23:23:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.50&port_id=498cf0e9-c397-42aa-80b8-9e041bc214ed => 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: 1538/2860] 199.204.45.53 () {34 vars in 1105 bytes} [Fri May 29 23:23:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A18a&port_id=498cf0e9-c397-42aa-80b8-9e041bc214ed => 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: 1323/2861] 199.204.45.53 () {34 vars in 1063 bytes} [Fri May 29 23:23:09 2026] GET /v2.0/subnets?id=0ca883a7-a3ba-402f-b0f4-07a37e84a2fc&id=15c90700-72c7-4a3d-88c5-8e04ba77893e => generated 1415 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/2862] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:23:10 2026] GET /v2.0/ports?network_id=294ac2ab-51b4-45d0-b42d-49494be3f7ab&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: 1324/2863] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:23:10 2026] GET /v2.0/ports?network_id=294ac2ab-51b4-45d0-b42d-49494be3f7ab&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: 1540/2864] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:23:10 2026] GET /v2.0/networks/294ac2ab-51b4-45d0-b42d-49494be3f7ab?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: 1325/2865] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:23:10 2026] GET /v2.0/networks/294ac2ab-51b4-45d0-b42d-49494be3f7ab?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: 1541/2866] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:23:11 2026] GET /v2.0/ports?tenant_id=30d169c82316488baa62534081515e68&device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 5612 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2867] 199.204.45.53 () {34 vars in 1061 bytes} [Fri May 29 23:23:11 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.139&port_id=73b64003-2bd3-4823-99e5-faee2436bc33 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2868] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:23:11 2026] GET /v2.0/subnets?id=b92dde7e-7a92-4cc4-aea7-b59a3e1910c7 => generated 654 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2869] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:23:11 2026] GET /v2.0/ports?network_id=215c5bc6-e274-4934-8041-5f8b1dbb10aa&device_owner=network%3Adhcp => generated 1244 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/2870] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:23:11 2026] GET /v2.0/networks/215c5bc6-e274-4934-8041-5f8b1dbb10aa?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: 1328/2871] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:23:11 2026] GET /v2.0/networks/215c5bc6-e274-4934-8041-5f8b1dbb10aa?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: 1544/2872] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:23:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.119&port_id=d467e259-0df8-415d-8814-fc03f8689050 => 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: 1329/2873] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:23:11 2026] GET /v2.0/subnets?id=b79c1d00-f53c-425c-9ed2-d6625b5abe45 => generated 679 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/2874] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:23:11 2026] GET /v2.0/ports?network_id=c4a04011-53e7-466c-94a5-a9422c21b366&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2875] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:23:11 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366?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: 1546/2876] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:23:11 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366?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: 1331/2877] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:23:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.197&port_id=5c73c835-e3e9-43a2-826a-1990cc3f2842 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/2878] 199.204.45.53 () {34 vars in 1103 bytes} [Fri May 29 23:23:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A27f&port_id=5c73c835-e3e9-43a2-826a-1990cc3f2842 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2879] 199.204.45.53 () {34 vars in 1063 bytes} [Fri May 29 23:23:11 2026] GET /v2.0/subnets?id=1f55d6fb-1d41-4b0d-aedc-8db06f32fed1&id=b7256885-b8ca-4ed3-9edc-45ff851c0781 => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/2880] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:23:11 2026] GET /v2.0/ports?network_id=9247cbe3-9d86-4684-9ee9-7255616cb235&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: 1333/2881] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:23:12 2026] GET /v2.0/ports?network_id=9247cbe3-9d86-4684-9ee9-7255616cb235&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/2882] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:23:12 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235?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: 1334/2883] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:23:12 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235?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: 1550/2884] 199.204.45.53 () {34 vars in 1055 bytes} [Fri May 29 23:23:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.50&port_id=498cf0e9-c397-42aa-80b8-9e041bc214ed => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2885] 199.204.45.53 () {34 vars in 1105 bytes} [Fri May 29 23:23:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A18a&port_id=498cf0e9-c397-42aa-80b8-9e041bc214ed => 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: 1551/2886] 199.204.45.53 () {34 vars in 1063 bytes} [Fri May 29 23:23:12 2026] GET /v2.0/subnets?id=0ca883a7-a3ba-402f-b0f4-07a37e84a2fc&id=15c90700-72c7-4a3d-88c5-8e04ba77893e => generated 1415 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2887] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:23:12 2026] GET /v2.0/ports?network_id=294ac2ab-51b4-45d0-b42d-49494be3f7ab&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: 1552/2888] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:23:12 2026] GET /v2.0/ports?network_id=294ac2ab-51b4-45d0-b42d-49494be3f7ab&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2889] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:23:12 2026] GET /v2.0/networks/294ac2ab-51b4-45d0-b42d-49494be3f7ab?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: 1553/2890] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:23:12 2026] GET /v2.0/networks/294ac2ab-51b4-45d0-b42d-49494be3f7ab?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: 1338/2891] 10.0.0.177 () {34 vars in 971 bytes} [Fri May 29 23:23:16 2026] GET /v2.0/ports/498cf0e9-c397-42aa-80b8-9e041bc214ed => generated 1520 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/2892] 199.204.45.53 () {30 vars in 742 bytes} [Fri May 29 23:23:16 2026] GET /v2.0/networks/294ac2ab-51b4-45d0-b42d-49494be3f7ab => generated 797 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2893] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:23:16 2026] GET /v2.0/subnets/15c90700-72c7-4a3d-88c5-8e04ba77893e => generated 674 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/2894] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:23:16 2026] GET /v2.0/subnets/0ca883a7-a3ba-402f-b0f4-07a37e84a2fc => generated 748 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2895] 199.204.45.53 () {30 vars in 736 bytes} [Fri May 29 23:23:16 2026] GET /v2.0/ports/5c73c835-e3e9-43a2-826a-1990cc3f2842 => generated 1520 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/2896] 199.204.45.53 () {34 vars in 789 bytes} [Fri May 29 23:23:16 2026] PUT /v2.0/ports/5c73c835-e3e9-43a2-826a-1990cc3f2842 => generated 1255 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:23:17.247 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-76a04335-8806-472a-b294-2cc3ef35b91e'] response: {'name': 'network-changed', 'server_uuid': 'e533f9ac-d1c0-490d-b08d-7882cbeef3ad', 'tag': '5c73c835-e3e9-43a2-826a-1990cc3f2842', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1341/2897] 199.204.45.53 () {30 vars in 742 bytes} [Fri May 29 23:23:17 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235 => generated 797 bytes in 47 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: 1557/2898] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:23:17 2026] GET /v2.0/subnets/1f55d6fb-1d41-4b0d-aedc-8db06f32fed1 => generated 674 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2899] 199.204.45.53 () {30 vars in 702 bytes} [Fri May 29 23:23:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/2900] 199.204.45.53 () {30 vars in 704 bytes} [Fri May 29 23:23:17 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: 1343/2901] 199.204.45.53 () {30 vars in 680 bytes} [Fri May 29 23:23:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/2902] 199.204.45.53 () {30 vars in 716 bytes} [Fri May 29 23:23:17 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: 1344/2903] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:23:17 2026] GET /v2.0/subnets/b79c1d00-f53c-425c-9ed2-d6625b5abe45 => generated 676 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/2904] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:23:17 2026] GET /v2.0/ports?tenant_id=30d169c82316488baa62534081515e68&device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 5385 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2905] 199.204.45.53 () {30 vars in 736 bytes} [Fri May 29 23:23:17 2026] GET /v2.0/ports/b07d7031-ef63-454b-adcb-8354af4e8235 => generated 1132 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/2906] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:23:17 2026] GET /v2.0/networks?id=9247cbe3-9d86-4684-9ee9-7255616cb235 => generated 800 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2907] 199.204.45.53 () {30 vars in 736 bytes} [Fri May 29 23:23:17 2026] GET /v2.0/ports/d467e259-0df8-415d-8814-fc03f8689050 => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/2908] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:23:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.197&port_id=5c73c835-e3e9-43a2-826a-1990cc3f2842 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2909] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:23:17 2026] GET /v2.0/subnets/b79c1d00-f53c-425c-9ed2-d6625b5abe45 => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/2910] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:23:17 2026] GET /v2.0/subnets?id=1f55d6fb-1d41-4b0d-aedc-8db06f32fed1 => generated 677 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2911] 199.204.45.53 () {30 vars in 742 bytes} [Fri May 29 23:23:18 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366 => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/2912] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:23:18 2026] GET /v2.0/ports?network_id=9247cbe3-9d86-4684-9ee9-7255616cb235&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2913] 199.204.45.53 () {30 vars in 736 bytes} [Fri May 29 23:23:18 2026] GET /v2.0/ports/b07d7031-ef63-454b-adcb-8354af4e8235 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/2914] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:23:18 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235?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: 1350/2915] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:23:18 2026] GET /v2.0/subnets/b79c1d00-f53c-425c-9ed2-d6625b5abe45 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/2916] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:23:18 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/2919] 199.204.45.53 () {30 vars in 702 bytes} [Fri May 29 23:23:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2920] 199.204.45.53 () {30 vars in 704 bytes} [Fri May 29 23:23:31 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: 1569/2921] 199.204.45.53 () {30 vars in 680 bytes} [Fri May 29 23:23:31 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: 1353/2922] 199.204.45.53 () {30 vars in 716 bytes} [Fri May 29 23:23:31 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: 1570/2923] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:23:31 2026] GET /v2.0/subnets/1f55d6fb-1d41-4b0d-aedc-8db06f32fed1 => generated 674 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2924] 199.204.45.53 () {30 vars in 768 bytes} [Fri May 29 23:23:31 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 5385 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/2925] 199.204.45.53 () {30 vars in 702 bytes} [Fri May 29 23:23:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2926] 199.204.45.53 () {30 vars in 704 bytes} [Fri May 29 23:23:31 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: 1572/2927] 199.204.45.53 () {30 vars in 680 bytes} [Fri May 29 23:23:31 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: 1356/2928] 199.204.45.53 () {30 vars in 716 bytes} [Fri May 29 23:23:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/2929] 199.204.45.53 () {30 vars in 736 bytes} [Fri May 29 23:23:31 2026] GET /v2.0/ports/498cf0e9-c397-42aa-80b8-9e041bc214ed => generated 1520 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2930] 199.204.45.53 () {34 vars in 789 bytes} [Fri May 29 23:23:32 2026] PUT /v2.0/ports/498cf0e9-c397-42aa-80b8-9e041bc214ed => generated 1311 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:23:32.433 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-204235aa-0fec-4232-ba42-5e2e93c1286d'] response: {'name': 'network-changed', 'server_uuid': 'e533f9ac-d1c0-490d-b08d-7882cbeef3ad', 'tag': '498cf0e9-c397-42aa-80b8-9e041bc214ed', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1574/2931] 199.204.45.53 () {30 vars in 742 bytes} [Fri May 29 23:23:32 2026] GET /v2.0/networks/294ac2ab-51b4-45d0-b42d-49494be3f7ab => generated 797 bytes in 59 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: 1358/2932] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:23:32 2026] GET /v2.0/subnets/0ca883a7-a3ba-402f-b0f4-07a37e84a2fc => generated 748 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/2933] 199.204.45.53 () {30 vars in 736 bytes} [Fri May 29 23:23:32 2026] GET /v2.0/ports/498cf0e9-c397-42aa-80b8-9e041bc214ed => generated 1347 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2934] 199.204.45.53 () {34 vars in 788 bytes} [Fri May 29 23:23:32 2026] PUT /v2.0/ports/498cf0e9-c397-42aa-80b8-9e041bc214ed => generated 1080 bytes in 351 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: 1576/2935] 199.204.45.53 () {30 vars in 742 bytes} [Fri May 29 23:23:32 2026] GET /v2.0/networks/294ac2ab-51b4-45d0-b42d-49494be3f7ab => generated 797 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2936] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:23:32 2026] GET /v2.0/ports?tenant_id=30d169c82316488baa62534081515e68&device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 4981 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/2937] 199.204.45.53 () {30 vars in 768 bytes} [Fri May 29 23:23:32 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 4981 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2938] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:23:33 2026] GET /v2.0/networks?id=294ac2ab-51b4-45d0-b42d-49494be3f7ab => 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: 1578/2939] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:23:33 2026] GET /v2.0/networks/294ac2ab-51b4-45d0-b42d-49494be3f7ab?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: 1362/2940] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:23:33 2026] GET /v2.0/networks/294ac2ab-51b4-45d0-b42d-49494be3f7ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/2941] 199.204.45.53 () {30 vars in 768 bytes} [Fri May 29 23:23:33 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 4981 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:23:34.483 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2622890c-8696-4d8d-b298-b5f35519e359'] response: {'name': 'network-changed', 'server_uuid': 'e533f9ac-d1c0-490d-b08d-7882cbeef3ad', 'tag': '498cf0e9-c397-42aa-80b8-9e041bc214ed', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1363/2942] 199.204.45.53 () {30 vars in 768 bytes} [Fri May 29 23:23:34 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 4981 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/2943] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:23:34 2026] GET /v2.0/ports?tenant_id=30d169c82316488baa62534081515e68&device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 4981 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2944] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:23:35 2026] GET /v2.0/networks?id=294ac2ab-51b4-45d0-b42d-49494be3f7ab => 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: 1581/2945] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:23:35 2026] GET /v2.0/networks/294ac2ab-51b4-45d0-b42d-49494be3f7ab?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2946] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:23:35 2026] GET /v2.0/networks/294ac2ab-51b4-45d0-b42d-49494be3f7ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/2947] 199.204.45.53 () {30 vars in 768 bytes} [Fri May 29 23:23:35 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 4981 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2948] 199.204.45.53 () {34 vars in 974 bytes} [Fri May 29 23:23:35 2026] GET /v2.0/ports/498cf0e9-c397-42aa-80b8-9e041bc214ed => generated 1116 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/2949] 199.204.45.53 () {34 vars in 1059 bytes} [Fri May 29 23:23:35 2026] GET /v2.0/ports/498cf0e9-c397-42aa-80b8-9e041bc214ed?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2950] 199.204.45.53 () {34 vars in 1015 bytes} [Fri May 29 23:23:36 2026] GET /v2.0/networks/294ac2ab-51b4-45d0-b42d-49494be3f7ab?fields=dns_domain => generated 29 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/2951] 199.204.45.53 () {38 vars in 1027 bytes} [Fri May 29 23:23:36 2026] PUT /v2.0/ports/498cf0e9-c397-42aa-80b8-9e041bc214ed => generated 917 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2952] 199.204.45.53 () {30 vars in 768 bytes} [Fri May 29 23:23:36 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 3873 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 23:23:36.902 8 INFO neutron_taas.services.taas.taas_plugin [None req-876b4333-1739-4308-8706-5d9349e17555 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: 498cf0e9-c397-42aa-80b8-9e041bc214ed 2026-05-29 23:23:36.904 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-876b4333-1739-4308-8706-5d9349e17555 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: 498cf0e9-c397-42aa-80b8-9e041bc214ed [pid: 8|app: 0|req: 1585/2953] 199.204.45.53 () {32 vars in 758 bytes} [Fri May 29 23:23:36 2026] DELETE /v2.0/ports/498cf0e9-c397-42aa-80b8-9e041bc214ed => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2954] 199.204.45.53 () {30 vars in 702 bytes} [Fri May 29 23:23:37 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: 1586/2955] 199.204.45.53 () {30 vars in 704 bytes} [Fri May 29 23:23:37 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: 1370/2956] 199.204.45.53 () {30 vars in 680 bytes} [Fri May 29 23:23:37 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: 1587/2957] 199.204.45.53 () {30 vars in 716 bytes} [Fri May 29 23:23:37 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: 1371/2958] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:23:37 2026] GET /v2.0/subnets/b79c1d00-f53c-425c-9ed2-d6625b5abe45 => 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: 1588/2959] 199.204.45.53 () {30 vars in 736 bytes} [Fri May 29 23:23:37 2026] GET /v2.0/ports/b07d7031-ef63-454b-adcb-8354af4e8235 => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2960] 199.204.45.53 () {30 vars in 736 bytes} [Fri May 29 23:23:37 2026] GET /v2.0/ports/d467e259-0df8-415d-8814-fc03f8689050 => generated 1350 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/2961] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:23:37 2026] GET /v2.0/subnets/b79c1d00-f53c-425c-9ed2-d6625b5abe45 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2962] 199.204.45.53 () {30 vars in 742 bytes} [Fri May 29 23:23:37 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/2963] 199.204.45.53 () {30 vars in 736 bytes} [Fri May 29 23:23:37 2026] GET /v2.0/ports/b07d7031-ef63-454b-adcb-8354af4e8235 => generated 1132 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2964] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:23:37 2026] GET /v2.0/subnets/b79c1d00-f53c-425c-9ed2-d6625b5abe45 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/2965] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:23:37 2026] GET /v2.0/ports?tenant_id=30d169c82316488baa62534081515e68&device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 3873 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2966] 199.204.45.53 () {34 vars in 1225 bytes} [Fri May 29 23:23:38 2026] GET /v2.0/networks?id=215c5bc6-e274-4934-8041-5f8b1dbb10aa&id=c4a04011-53e7-466c-94a5-a9422c21b366&id=9247cbe3-9d86-4684-9ee9-7255616cb235&id=294ac2ab-51b4-45d0-b42d-49494be3f7ab => generated 3096 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/2967] 199.204.45.53 () {34 vars in 1061 bytes} [Fri May 29 23:23:38 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.139&port_id=73b64003-2bd3-4823-99e5-faee2436bc33 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2968] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:23:38 2026] GET /v2.0/subnets?id=b92dde7e-7a92-4cc4-aea7-b59a3e1910c7 => 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: 1593/2969] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:23:38 2026] GET /v2.0/ports?network_id=215c5bc6-e274-4934-8041-5f8b1dbb10aa&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2970] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:23:38 2026] GET /v2.0/networks/215c5bc6-e274-4934-8041-5f8b1dbb10aa?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/2971] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:23:38 2026] GET /v2.0/networks/215c5bc6-e274-4934-8041-5f8b1dbb10aa?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: 1378/2972] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:23:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.119&port_id=d467e259-0df8-415d-8814-fc03f8689050 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/2973] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:23:38 2026] GET /v2.0/subnets?id=b79c1d00-f53c-425c-9ed2-d6625b5abe45 => generated 679 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2974] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:23:38 2026] GET /v2.0/ports?network_id=c4a04011-53e7-466c-94a5-a9422c21b366&device_owner=network%3Adhcp => generated 1461 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/2975] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:23:38 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2976] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:23:38 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366?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: 1597/2977] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:23:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.197&port_id=5c73c835-e3e9-43a2-826a-1990cc3f2842 => 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: 1381/2978] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:23:38 2026] GET /v2.0/subnets?id=1f55d6fb-1d41-4b0d-aedc-8db06f32fed1 => generated 677 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/2979] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:23:38 2026] GET /v2.0/ports?network_id=9247cbe3-9d86-4684-9ee9-7255616cb235&device_owner=network%3Adhcp => generated 1457 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2980] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:23:38 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235?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: 1599/2981] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:23:38 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/2984] 199.204.45.53 () {30 vars in 702 bytes} [Fri May 29 23:23:45 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: 1384/2985] 199.204.45.53 () {30 vars in 704 bytes} [Fri May 29 23:23:45 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/2986] 199.204.45.53 () {30 vars in 680 bytes} [Fri May 29 23:23:45 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: 1385/2987] 199.204.45.53 () {30 vars in 716 bytes} [Fri May 29 23:23:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/2988] 199.204.45.53 () {30 vars in 768 bytes} [Fri May 29 23:23:45 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 3873 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2989] 199.204.45.53 () {30 vars in 702 bytes} [Fri May 29 23:23:46 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: 1604/2990] 199.204.45.53 () {30 vars in 704 bytes} [Fri May 29 23:23:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2991] 199.204.45.53 () {30 vars in 680 bytes} [Fri May 29 23:23: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: 1605/2992] 199.204.45.53 () {30 vars in 716 bytes} [Fri May 29 23:23:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2993] 199.204.45.53 () {30 vars in 736 bytes} [Fri May 29 23:23:46 2026] GET /v2.0/ports/5c73c835-e3e9-43a2-826a-1990cc3f2842 => generated 1291 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/2994] 199.204.45.53 () {34 vars in 788 bytes} [Fri May 29 23:23:46 2026] PUT /v2.0/ports/5c73c835-e3e9-43a2-826a-1990cc3f2842 => generated 1080 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:23:47.289 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-31cad053-70c6-4404-b2dd-2475c4a995a3'] response: {'name': 'network-changed', 'server_uuid': 'e533f9ac-d1c0-490d-b08d-7882cbeef3ad', 'tag': '5c73c835-e3e9-43a2-826a-1990cc3f2842', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1389/2995] 199.204.45.53 () {30 vars in 742 bytes} [Fri May 29 23:23:47 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235 => generated 797 bytes in 60 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: 1607/2996] 199.204.45.53 () {30 vars in 768 bytes} [Fri May 29 23:23:47 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 3698 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2997] 199.204.45.53 () {30 vars in 768 bytes} [Fri May 29 23:23:47 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 3698 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/2998] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:23:47 2026] GET /v2.0/ports?tenant_id=30d169c82316488baa62534081515e68&device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 3698 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2999] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:23:47 2026] GET /v2.0/networks?id=9247cbe3-9d86-4684-9ee9-7255616cb235 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3000] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:23:47 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235?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: 1392/3001] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:23:47 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235?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: 1610/3002] 199.204.45.53 () {30 vars in 768 bytes} [Fri May 29 23:23:48 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 3698 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/3003] 199.204.45.53 () {34 vars in 974 bytes} [Fri May 29 23:23:49 2026] GET /v2.0/ports/5c73c835-e3e9-43a2-826a-1990cc3f2842 => generated 1116 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3004] 199.204.45.53 () {34 vars in 1059 bytes} [Fri May 29 23:23:49 2026] GET /v2.0/ports/5c73c835-e3e9-43a2-826a-1990cc3f2842?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: 1394/3005] 199.204.45.53 () {30 vars in 768 bytes} [Fri May 29 23:23:49 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 3698 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3006] 199.204.45.53 () {34 vars in 1015 bytes} [Fri May 29 23:23:49 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235?fields=dns_domain => generated 29 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/3007] 199.204.45.53 () {38 vars in 1027 bytes} [Fri May 29 23:23:49 2026] PUT /v2.0/ports/5c73c835-e3e9-43a2-826a-1990cc3f2842 => generated 917 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3008] 199.204.45.53 () {30 vars in 768 bytes} [Fri May 29 23:23:50 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 2590 bytes in 58 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-29 23:23:50.864 7 INFO neutron_taas.services.taas.taas_plugin [None req-e352b83c-e1fd-4d23-921a-1deeb9bc9986 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: 5c73c835-e3e9-43a2-826a-1990cc3f2842 2026-05-29 23:23:50.867 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e352b83c-e1fd-4d23-921a-1deeb9bc9986 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: 5c73c835-e3e9-43a2-826a-1990cc3f2842 [pid: 7|app: 0|req: 1396/3009] 199.204.45.53 () {32 vars in 758 bytes} [Fri May 29 23:23:50 2026] DELETE /v2.0/ports/5c73c835-e3e9-43a2-826a-1990cc3f2842 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3010] 199.204.45.53 () {30 vars in 702 bytes} [Fri May 29 23:23:51 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: 1397/3011] 199.204.45.53 () {30 vars in 704 bytes} [Fri May 29 23:23:51 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: 1615/3012] 199.204.45.53 () {30 vars in 680 bytes} [Fri May 29 23:23:51 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: 1398/3013] 199.204.45.53 () {30 vars in 716 bytes} [Fri May 29 23:23:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3014] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:23:51 2026] GET /v2.0/subnets/b79c1d00-f53c-425c-9ed2-d6625b5abe45 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/3015] 199.204.45.53 () {30 vars in 736 bytes} [Fri May 29 23:23:51 2026] GET /v2.0/ports/b07d7031-ef63-454b-adcb-8354af4e8235 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3016] 199.204.45.53 () {30 vars in 736 bytes} [Fri May 29 23:23:51 2026] GET /v2.0/ports/d467e259-0df8-415d-8814-fc03f8689050 => 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: 1400/3017] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:23:51 2026] GET /v2.0/subnets/b79c1d00-f53c-425c-9ed2-d6625b5abe45 => 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: 1618/3018] 199.204.45.53 () {30 vars in 742 bytes} [Fri May 29 23:23:51 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366 => generated 800 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3019] 199.204.45.53 () {30 vars in 736 bytes} [Fri May 29 23:23:51 2026] GET /v2.0/ports/b07d7031-ef63-454b-adcb-8354af4e8235 => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/3020] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:23:51 2026] GET /v2.0/ports?tenant_id=30d169c82316488baa62534081515e68&device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 2590 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/3021] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:23:51 2026] GET /v2.0/subnets/b79c1d00-f53c-425c-9ed2-d6625b5abe45 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3022] 199.204.45.53 () {34 vars in 1145 bytes} [Fri May 29 23:23:51 2026] GET /v2.0/networks?id=215c5bc6-e274-4934-8041-5f8b1dbb10aa&id=c4a04011-53e7-466c-94a5-a9422c21b366&id=9247cbe3-9d86-4684-9ee9-7255616cb235 => generated 2310 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/3023] 199.204.45.53 () {34 vars in 1061 bytes} [Fri May 29 23:23:51 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.139&port_id=73b64003-2bd3-4823-99e5-faee2436bc33 => 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: 1621/3024] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:23:51 2026] GET /v2.0/subnets?id=b92dde7e-7a92-4cc4-aea7-b59a3e1910c7 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/3025] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:23:51 2026] GET /v2.0/ports?network_id=215c5bc6-e274-4934-8041-5f8b1dbb10aa&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3026] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:23:51 2026] GET /v2.0/networks/215c5bc6-e274-4934-8041-5f8b1dbb10aa?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: 1405/3027] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:23:51 2026] GET /v2.0/networks/215c5bc6-e274-4934-8041-5f8b1dbb10aa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3028] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:23:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.119&port_id=d467e259-0df8-415d-8814-fc03f8689050 => 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: 1406/3029] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:23:51 2026] GET /v2.0/subnets?id=b79c1d00-f53c-425c-9ed2-d6625b5abe45 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3030] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:23:51 2026] GET /v2.0/ports?network_id=c4a04011-53e7-466c-94a5-a9422c21b366&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/3031] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:23:52 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366?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: 1625/3032] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:23:52 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366?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: 1627/3035] 199.204.45.53 () {30 vars in 702 bytes} [Fri May 29 23:24:03 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: 1409/3036] 199.204.45.53 () {30 vars in 704 bytes} [Fri May 29 23:24:03 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: 1628/3037] 199.204.45.53 () {30 vars in 680 bytes} [Fri May 29 23:24:03 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: 1410/3038] 199.204.45.53 () {30 vars in 716 bytes} [Fri May 29 23:24:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:24:03.457 8 INFO neutron.api.v2.resource [None req-0a8866bd-87f9-4462-a9a6-8fff06f96c1d c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1629/3039] 199.204.45.53 () {30 vars in 762 bytes} [Fri May 29 23:24:03 2026] GET /v2.0/security-groups/lb-da419158-3ca9-40ae-bb68-3d172286c4f4 => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/3040] 199.204.45.53 () {30 vars in 784 bytes} [Fri May 29 23:24:03 2026] GET /v2.0/security-groups?name=lb-da419158-3ca9-40ae-bb68-3d172286c4f4 => generated 2865 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3041] 199.204.45.53 () {30 vars in 814 bytes} [Fri May 29 23:24:03 2026] GET /v2.0/security-group-rules?security_group_id=41ac96ac-0ec4-409f-a5cc-ace54b2cad4d => generated 2334 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/3042] 199.204.45.53 () {32 vars in 788 bytes} [Fri May 29 23:24:03 2026] DELETE /v2.0/security-group-rules/344b6a17-1837-4559-b3c2-62a817df6f3c => 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: 1631/3043] 199.204.45.53 () {32 vars in 788 bytes} [Fri May 29 23:24:03 2026] DELETE /v2.0/security-group-rules/6b26c71f-60e5-407c-ba65-72d4db014377 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:24:05.855 7 INFO neutron_taas.services.taas.taas_plugin [None req-814745c3-0f5a-472e-ab2e-01bc1c9ecef2 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] TaaS: Handle Delete Port: 59898449-2386-4622-96cf-d5b330cdf5f2 2026-05-29 23:24:05.859 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-814745c3-0f5a-472e-ab2e-01bc1c9ecef2 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] Tap Mirror: Handle Delete Port: 59898449-2386-4622-96cf-d5b330cdf5f2 2026-05-29 23:24:06.098 7 INFO neutron.db.l3_db [None req-814745c3-0f5a-472e-ab2e-01bc1c9ecef2 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] Floating IP f2798dd5-b5b7-43cc-a4cf-72d09964cad8 disassociated (deleted). External IP: 10.96.250.217, port: b07d7031-ef63-454b-adcb-8354af4e8235. [pid: 7|app: 0|req: 1413/3044] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:24:05 2026] DELETE /v2.0/floatingips/f2798dd5-b5b7-43cc-a4cf-72d09964cad8 => generated 0 bytes in 792 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:24:06.512 8 INFO neutron.api.v2.resource [None req-c23df55c-ed2c-40bd-affc-7827634597c7 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1632/3045] 10.0.0.134 () {32 vars in 729 bytes} [Fri May 29 23:24:06 2026] GET /v2.0/floatingips/f2798dd5-b5b7-43cc-a4cf-72d09964cad8 => generated 144 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/3046] 199.204.45.53 () {30 vars in 702 bytes} [Fri May 29 23:24:07 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: 1633/3047] 199.204.45.53 () {30 vars in 704 bytes} [Fri May 29 23:24:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/3048] 199.204.45.53 () {30 vars in 680 bytes} [Fri May 29 23:24:07 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: 1634/3049] 199.204.45.53 () {30 vars in 716 bytes} [Fri May 29 23:24:07 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-29 23:24:07.360 7 INFO neutron.api.v2.resource [None req-32546bdd-5749-4912-92dc-c1aab743ad51 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1416/3050] 199.204.45.53 () {30 vars in 762 bytes} [Fri May 29 23:24:07 2026] GET /v2.0/security-groups/lb-da419158-3ca9-40ae-bb68-3d172286c4f4 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3051] 199.204.45.53 () {30 vars in 784 bytes} [Fri May 29 23:24:07 2026] GET /v2.0/security-groups?name=lb-da419158-3ca9-40ae-bb68-3d172286c4f4 => generated 1639 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/3052] 199.204.45.53 () {30 vars in 814 bytes} [Fri May 29 23:24:07 2026] GET /v2.0/security-group-rules?security_group_id=41ac96ac-0ec4-409f-a5cc-ace54b2cad4d => generated 1182 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3053] 199.204.45.53 () {30 vars in 702 bytes} [Fri May 29 23:24:07 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: 1418/3054] 199.204.45.53 () {30 vars in 704 bytes} [Fri May 29 23:24:07 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: 1637/3055] 199.204.45.53 () {30 vars in 680 bytes} [Fri May 29 23:24:07 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: 1419/3056] 199.204.45.53 () {30 vars in 716 bytes} [Fri May 29 23:24:07 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: 1638/3057] 199.204.45.53 () {30 vars in 740 bytes} [Fri May 29 23:24:07 2026] GET /v2.0/subnets/b79c1d00-f53c-425c-9ed2-d6625b5abe45 => 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: 1420/3058] 199.204.45.53 () {30 vars in 768 bytes} [Fri May 29 23:24:07 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 2590 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3059] 199.204.45.53 () {30 vars in 768 bytes} [Fri May 29 23:24:07 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/3060] 199.204.45.53 () {30 vars in 768 bytes} [Fri May 29 23:24:08 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 2590 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3061] 199.204.45.53 () {30 vars in 768 bytes} [Fri May 29 23:24:09 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 2590 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/3064] 199.204.45.53 () {30 vars in 768 bytes} [Fri May 29 23:24:10 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3065] 199.204.45.53 () {34 vars in 974 bytes} [Fri May 29 23:24:10 2026] GET /v2.0/ports/d467e259-0df8-415d-8814-fc03f8689050 => generated 1350 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/3066] 199.204.45.53 () {34 vars in 1059 bytes} [Fri May 29 23:24:10 2026] GET /v2.0/ports/d467e259-0df8-415d-8814-fc03f8689050?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3067] 199.204.45.53 () {34 vars in 1015 bytes} [Fri May 29 23:24:10 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366?fields=dns_domain => generated 29 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/3068] 199.204.45.53 () {38 vars in 1027 bytes} [Fri May 29 23:24:10 2026] PUT /v2.0/ports/d467e259-0df8-415d-8814-fc03f8689050 => generated 1151 bytes in 795 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3069] 199.204.45.53 () {30 vars in 768 bytes} [Fri May 29 23:24:11 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 1248 bytes in 69 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: 1426/3070] 199.204.45.53 () {34 vars in 788 bytes} [Fri May 29 23:24:11 2026] PUT /v2.0/ports/d467e259-0df8-415d-8814-fc03f8689050 => generated 1090 bytes in 673 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3071] 199.204.45.53 () {30 vars in 736 bytes} [Fri May 29 23:24:12 2026] GET /v2.0/ports/d467e259-0df8-415d-8814-fc03f8689050 => generated 1090 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 23:24:12.257 7 INFO neutron_taas.services.taas.taas_plugin [None req-e8dd1242-3739-47f3-ba65-f724cc100e99 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: d467e259-0df8-415d-8814-fc03f8689050 2026-05-29 23:24:12.261 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8dd1242-3739-47f3-ba65-f724cc100e99 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: d467e259-0df8-415d-8814-fc03f8689050 [pid: 7|app: 0|req: 1427/3072] 199.204.45.53 () {32 vars in 758 bytes} [Fri May 29 23:24:12 2026] DELETE /v2.0/ports/d467e259-0df8-415d-8814-fc03f8689050 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3073] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:24:12 2026] GET /v2.0/ports?tenant_id=30d169c82316488baa62534081515e68&device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 1248 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/3074] 199.204.45.53 () {34 vars in 1065 bytes} [Fri May 29 23:24:12 2026] GET /v2.0/networks?id=215c5bc6-e274-4934-8041-5f8b1dbb10aa&id=c4a04011-53e7-466c-94a5-a9422c21b366 => generated 1524 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3075] 199.204.45.53 () {34 vars in 1061 bytes} [Fri May 29 23:24:12 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.139&port_id=73b64003-2bd3-4823-99e5-faee2436bc33 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/3076] 199.204.45.53 () {34 vars in 983 bytes} [Fri May 29 23:24:12 2026] GET /v2.0/subnets?id=b92dde7e-7a92-4cc4-aea7-b59a3e1910c7 => generated 654 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3077] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:24:12 2026] GET /v2.0/ports?network_id=215c5bc6-e274-4934-8041-5f8b1dbb10aa&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/3078] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:24:12 2026] GET /v2.0/networks/215c5bc6-e274-4934-8041-5f8b1dbb10aa?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: 1649/3079] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:24:13 2026] GET /v2.0/networks/215c5bc6-e274-4934-8041-5f8b1dbb10aa?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: 1431/3080] 199.204.45.53 () {30 vars in 702 bytes} [Fri May 29 23:24:13 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: 1650/3081] 199.204.45.53 () {30 vars in 704 bytes} [Fri May 29 23:24:13 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: 1432/3082] 199.204.45.53 () {30 vars in 680 bytes} [Fri May 29 23:24:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3083] 199.204.45.53 () {30 vars in 716 bytes} [Fri May 29 23:24:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:24:13.808 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b46229f7-b78a-4b4b-9f41-5a265b2ffd5d c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1433/3084] 199.204.45.53 () {32 vars in 758 bytes} [Fri May 29 23:24:13 2026] DELETE /v2.0/ports/d467e259-0df8-415d-8814-fc03f8689050 => generated 132 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3085] 199.204.45.53 () {30 vars in 736 bytes} [Fri May 29 23:24:13 2026] GET /v2.0/ports/b07d7031-ef63-454b-adcb-8354af4e8235 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:24:13.885 7 INFO neutron.api.v2.resource [None req-5b033c05-5384-41d2-ba3c-89469222bde2 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1434/3086] 199.204.45.53 () {30 vars in 762 bytes} [Fri May 29 23:24:13 2026] GET /v2.0/security-groups/lb-da419158-3ca9-40ae-bb68-3d172286c4f4 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3087] 199.204.45.53 () {30 vars in 784 bytes} [Fri May 29 23:24:13 2026] GET /v2.0/security-groups?name=lb-da419158-3ca9-40ae-bb68-3d172286c4f4 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/3088] 199.204.45.53 () {30 vars in 736 bytes} [Fri May 29 23:24:13 2026] GET /v2.0/ports/b07d7031-ef63-454b-adcb-8354af4e8235 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3089] 199.204.45.53 () {34 vars in 788 bytes} [Fri May 29 23:24:13 2026] PUT /v2.0/ports/b07d7031-ef63-454b-adcb-8354af4e8235 => generated 1094 bytes in 579 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/3090] 199.204.45.53 () {32 vars in 778 bytes} [Fri May 29 23:24:14 2026] DELETE /v2.0/security-groups/41ac96ac-0ec4-409f-a5cc-ace54b2cad4d => generated 0 bytes in 464 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:24:15.264 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b7fb53d-9b30-4a26-a49c-457638db4904 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: b07d7031-ef63-454b-adcb-8354af4e8235 2026-05-29 23:24:15.268 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b7fb53d-9b30-4a26-a49c-457638db4904 c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: b07d7031-ef63-454b-adcb-8354af4e8235 [pid: 8|app: 0|req: 1655/3091] 199.204.45.53 () {32 vars in 758 bytes} [Fri May 29 23:24:15 2026] DELETE /v2.0/ports/b07d7031-ef63-454b-adcb-8354af4e8235 => generated 0 bytes in 400 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:24:16.957 7 INFO neutron_taas.services.taas.taas_plugin [None req-c139ec3c-9822-47a7-8ed1-2c183c420f19 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] TaaS: Handle Delete Port: f670dcf7-7c1f-4624-be10-da3b7fc84453 2026-05-29 23:24:16.961 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c139ec3c-9822-47a7-8ed1-2c183c420f19 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] Tap Mirror: Handle Delete Port: f670dcf7-7c1f-4624-be10-da3b7fc84453 2026-05-29 23:24:17.183 7 INFO neutron.db.l3_db [None req-c139ec3c-9822-47a7-8ed1-2c183c420f19 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] Floating IP ad3a1414-a33f-4a62-ac94-c1834e70444f disassociated (deleted). External IP: 10.96.250.213, port: f5fb9350-df14-4551-a301-dadda512e833. [pid: 7|app: 0|req: 1437/3092] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:24:16 2026] DELETE /v2.0/floatingips/ad3a1414-a33f-4a62-ac94-c1834e70444f => generated 0 bytes in 709 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:24:17.556 8 INFO neutron.api.v2.resource [None req-acbcc237-890b-4085-97b8-ddeb5e3a6832 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1656/3093] 10.0.0.134 () {32 vars in 729 bytes} [Fri May 29 23:24:17 2026] GET /v2.0/floatingips/ad3a1414-a33f-4a62-ac94-c1834e70444f => generated 144 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:24:17.562 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-26cb4916-29b7-42b7-8275-30bd6e0ddd59'] response: {'name': 'network-changed', 'server_uuid': 'ac18d0cf-f8b1-42f0-9a06-25d316648d24', 'tag': 'f5fb9350-df14-4551-a301-dadda512e833', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1438/3094] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:24:17 2026] GET /v2.0/ports?device_id=ac18d0cf-f8b1-42f0-9a06-25d316648d24 => generated 1200 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3095] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:24:17 2026] GET /v2.0/security-groups?id=711ac3a5-77ec-4df3-8989-3b7a933734c4&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/3096] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:24:18 2026] GET /v2.0/ports?tenant_id=3c73c3c7a6f44174a46f02f6ec269687&device_id=ac18d0cf-f8b1-42f0-9a06-25d316648d24 => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3097] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:24:18 2026] GET /v2.0/networks?id=294ac2ab-51b4-45d0-b42d-49494be3f7ab => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/3098] 199.204.45.53 () {34 vars in 1055 bytes} [Fri May 29 23:24:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.58&port_id=f5fb9350-df14-4551-a301-dadda512e833 => 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: 1659/3099] 199.204.45.53 () {34 vars in 1105 bytes} [Fri May 29 23:24:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A367&port_id=f5fb9350-df14-4551-a301-dadda512e833 => 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: 1441/3100] 199.204.45.53 () {34 vars in 1063 bytes} [Fri May 29 23:24:18 2026] GET /v2.0/subnets?id=0ca883a7-a3ba-402f-b0f4-07a37e84a2fc&id=15c90700-72c7-4a3d-88c5-8e04ba77893e => generated 1415 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3101] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:24:18 2026] GET /v2.0/ports?network_id=294ac2ab-51b4-45d0-b42d-49494be3f7ab&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/3102] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:24:18 2026] GET /v2.0/ports?network_id=294ac2ab-51b4-45d0-b42d-49494be3f7ab&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3103] 199.204.45.53 () {34 vars in 993 bytes} [Fri May 29 23:24:18 2026] GET /v2.0/ports?device_id=e533f9ac-d1c0-490d-b08d-7882cbeef3ad => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/3104] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:24:18 2026] GET /v2.0/networks/294ac2ab-51b4-45d0-b42d-49494be3f7ab?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: 1444/3105] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:24:18 2026] GET /v2.0/networks/294ac2ab-51b4-45d0-b42d-49494be3f7ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:24:18.575 8 INFO neutron_taas.services.taas.taas_plugin [req-1fef2697-ba5e-4b90-b842-264ad041a10f req-18d77895-40da-4654-975f-d3aef3dbbcea c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] TaaS: Handle Delete Port: 73b64003-2bd3-4823-99e5-faee2436bc33 2026-05-29 23:24:18.578 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1fef2697-ba5e-4b90-b842-264ad041a10f req-18d77895-40da-4654-975f-d3aef3dbbcea c7ed250cf2ce4ec681b6c3a58b3623f5 30d169c82316488baa62534081515e68 - - default default] Tap Mirror: Handle Delete Port: 73b64003-2bd3-4823-99e5-faee2436bc33 [pid: 8|app: 0|req: 1662/3106] 199.204.45.53 () {36 vars in 996 bytes} [Fri May 29 23:24:18 2026] DELETE /v2.0/ports/73b64003-2bd3-4823-99e5-faee2436bc33 => generated 0 bytes in 365 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:24:18.822 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-22c95859-7af4-47ca-860b-106ea870f223'] response: {'server_uuid': 'e533f9ac-d1c0-490d-b08d-7882cbeef3ad', 'name': 'network-vif-deleted', 'tag': '73b64003-2bd3-4823-99e5-faee2436bc33', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1445/3107] 199.204.45.53 () {34 vars in 993 bytes} [Fri May 29 23:24:20 2026] GET /v2.0/ports?device_id=ac18d0cf-f8b1-42f0-9a06-25d316648d24 => generated 1200 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:24:20.441 8 INFO neutron_taas.services.taas.taas_plugin [req-30f2d82b-2a94-4f04-99fd-13dbe4b34954 req-ef4780ed-2301-48ea-adcc-a22d3a914061 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] TaaS: Handle Delete Port: f5fb9350-df14-4551-a301-dadda512e833 2026-05-29 23:24:20.443 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-30f2d82b-2a94-4f04-99fd-13dbe4b34954 req-ef4780ed-2301-48ea-adcc-a22d3a914061 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] Tap Mirror: Handle Delete Port: f5fb9350-df14-4551-a301-dadda512e833 [pid: 8|app: 0|req: 1663/3108] 199.204.45.53 () {36 vars in 996 bytes} [Fri May 29 23:24:20 2026] DELETE /v2.0/ports/f5fb9350-df14-4551-a301-dadda512e833 => generated 0 bytes in 369 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:24:20.882 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef77f530-af37-452b-bd32-9848e2bbcdb9'] response: {'server_uuid': 'ac18d0cf-f8b1-42f0-9a06-25d316648d24', 'name': 'network-vif-deleted', 'tag': 'f5fb9350-df14-4551-a301-dadda512e833', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1446/3109] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:24:23 2026] GET /v2.0/ports?device_id=ac18d0cf-f8b1-42f0-9a06-25d316648d24 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:24:28.279 8 INFO neutron_taas.services.taas.taas_plugin [None req-74d610ab-d655-49f9-9737-51428a45c11a 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] TaaS: Handle Delete Port: 6a15d190-d1b0-41af-a9dd-7c57210fb61f 2026-05-29 23:24:28.284 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74d610ab-d655-49f9-9737-51428a45c11a 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] Tap Mirror: Handle Delete Port: 6a15d190-d1b0-41af-a9dd-7c57210fb61f 2026-05-29 23:24:28.531 8 INFO neutron.db.l3_db [None req-74d610ab-d655-49f9-9737-51428a45c11a 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] Floating IP 223d35cb-3d32-4d72-ad04-6c6b73ae7507 disassociated (deleted). External IP: 10.96.250.201, port: 38b29bf4-4449-4ebe-8b91-b7cea02e50b8. [pid: 8|app: 0|req: 1665/3112] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:24:28 2026] DELETE /v2.0/floatingips/223d35cb-3d32-4d72-ad04-6c6b73ae7507 => generated 0 bytes in 742 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:24:28.899 7 INFO neutron.api.v2.resource [None req-84d11f4e-99dc-442d-aaef-35adf197d21d 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1448/3113] 10.0.0.134 () {32 vars in 729 bytes} [Fri May 29 23:24:28 2026] GET /v2.0/floatingips/223d35cb-3d32-4d72-ad04-6c6b73ae7507 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:24:28.911 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-41eefb0f-f9f8-4e7a-aa72-3f2da66f71fb'] response: {'name': 'network-changed', 'server_uuid': '00b9e2c5-ef0a-4a9c-8bfc-d9f912e969bd', 'tag': '38b29bf4-4449-4ebe-8b91-b7cea02e50b8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1666/3114] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:24:29 2026] GET /v2.0/ports?device_id=00b9e2c5-ef0a-4a9c-8bfc-d9f912e969bd => generated 1200 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/3115] 10.0.0.177 () {34 vars in 1040 bytes} [Fri May 29 23:24:29 2026] GET /v2.0/security-groups?id=711ac3a5-77ec-4df3-8989-3b7a933734c4&fields=id&fields=name => generated 111 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3116] 199.204.45.53 () {34 vars in 1079 bytes} [Fri May 29 23:24:29 2026] GET /v2.0/ports?tenant_id=3c73c3c7a6f44174a46f02f6ec269687&device_id=00b9e2c5-ef0a-4a9c-8bfc-d9f912e969bd => generated 1469 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/3117] 199.204.45.53 () {34 vars in 985 bytes} [Fri May 29 23:24:29 2026] GET /v2.0/networks?id=9247cbe3-9d86-4684-9ee9-7255616cb235 => 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: 1668/3118] 199.204.45.53 () {34 vars in 1057 bytes} [Fri May 29 23:24:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.158&port_id=38b29bf4-4449-4ebe-8b91-b7cea02e50b8 => 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: 1451/3119] 199.204.45.53 () {34 vars in 1103 bytes} [Fri May 29 23:24:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A251&port_id=38b29bf4-4449-4ebe-8b91-b7cea02e50b8 => 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: 1669/3120] 199.204.45.53 () {34 vars in 1063 bytes} [Fri May 29 23:24:29 2026] GET /v2.0/subnets?id=1f55d6fb-1d41-4b0d-aedc-8db06f32fed1&id=b7256885-b8ca-4ed3-9edc-45ff851c0781 => generated 1410 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/3121] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:24:29 2026] GET /v2.0/ports?network_id=9247cbe3-9d86-4684-9ee9-7255616cb235&device_owner=network%3Adhcp => generated 1457 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3122] 199.204.45.53 () {34 vars in 1051 bytes} [Fri May 29 23:24:29 2026] GET /v2.0/ports?network_id=9247cbe3-9d86-4684-9ee9-7255616cb235&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/3123] 199.204.45.53 () {34 vars in 1011 bytes} [Fri May 29 23:24:29 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235?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: 1671/3124] 199.204.45.53 () {34 vars in 1111 bytes} [Fri May 29 23:24:29 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235?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: 1454/3125] 199.204.45.53 () {34 vars in 993 bytes} [Fri May 29 23:24:31 2026] GET /v2.0/ports?device_id=00b9e2c5-ef0a-4a9c-8bfc-d9f912e969bd => generated 1200 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 23:24:31.925 8 INFO neutron_taas.services.taas.taas_plugin [req-6771f092-4049-4a46-9b2f-f6528154037a req-ae881fe6-8c68-4892-8731-cc5204827e9b 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] TaaS: Handle Delete Port: 38b29bf4-4449-4ebe-8b91-b7cea02e50b8 2026-05-29 23:24:31.928 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6771f092-4049-4a46-9b2f-f6528154037a req-ae881fe6-8c68-4892-8731-cc5204827e9b 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] Tap Mirror: Handle Delete Port: 38b29bf4-4449-4ebe-8b91-b7cea02e50b8 [pid: 8|app: 0|req: 1672/3126] 199.204.45.53 () {36 vars in 996 bytes} [Fri May 29 23:24:31 2026] DELETE /v2.0/ports/38b29bf4-4449-4ebe-8b91-b7cea02e50b8 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:24:32.156 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-17d3fdbe-4384-4cb4-9de7-33f37d6c2fc7'] response: {'server_uuid': '00b9e2c5-ef0a-4a9c-8bfc-d9f912e969bd', 'name': 'network-vif-deleted', 'tag': '38b29bf4-4449-4ebe-8b91-b7cea02e50b8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1455/3127] 10.0.0.177 () {34 vars in 990 bytes} [Fri May 29 23:24:34 2026] GET /v2.0/ports?device_id=00b9e2c5-ef0a-4a9c-8bfc-d9f912e969bd => 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: 1673/3128] 10.0.0.134 () {32 vars in 750 bytes} [Fri May 29 23:24:39 2026] DELETE /v2.0/security-group-rules/58fe9400-8aa8-4f1e-a473-6fdee1660757 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:24:39.499 7 INFO neutron.api.v2.resource [None req-f0dfe134-6edc-4b15-94c3-5b641f87fbbe 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1456/3129] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:24:39 2026] GET /v2.0/security-group-rules/58fe9400-8aa8-4f1e-a473-6fdee1660757 => 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: 1674/3130] 10.0.0.134 () {32 vars in 750 bytes} [Fri May 29 23:24:39 2026] DELETE /v2.0/security-group-rules/195122ad-3d9d-48f0-8b63-7297fac0c144 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:24:39.622 7 INFO neutron.api.v2.resource [None req-abd93079-c06c-4aaa-a468-ee81550935e8 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1457/3131] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:24:39 2026] GET /v2.0/security-group-rules/195122ad-3d9d-48f0-8b63-7297fac0c144 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1675/3132] 10.0.0.134 () {32 vars in 750 bytes} [Fri May 29 23:24:39 2026] DELETE /v2.0/security-group-rules/8062a321-984b-4500-8de2-b8b2e730208d => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:24:39.730 7 INFO neutron.api.v2.resource [None req-26d6801b-eba9-4db9-8982-3e5ea576d9bc 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1458/3133] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:24:39 2026] GET /v2.0/security-group-rules/8062a321-984b-4500-8de2-b8b2e730208d => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3136] 10.0.0.134 () {32 vars in 750 bytes} [Fri May 29 23:24:39 2026] DELETE /v2.0/security-group-rules/21f08ba5-0209-4110-8338-50d286628c57 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:24:39.826 7 INFO neutron.api.v2.resource [None req-902fff5e-cfac-4adb-b624-46f914bc0e38 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1460/3137] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:24:39 2026] GET /v2.0/security-group-rules/21f08ba5-0209-4110-8338-50d286628c57 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3138] 10.0.0.134 () {32 vars in 750 bytes} [Fri May 29 23:24:39 2026] DELETE /v2.0/security-group-rules/c1e7a56f-bcdd-4aa1-8fa1-e1a03b2a822c => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:24:39.921 7 INFO neutron.api.v2.resource [None req-9caefc24-cb60-4649-9f3b-361c0d7a2070 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1461/3139] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:24:39 2026] GET /v2.0/security-group-rules/c1e7a56f-bcdd-4aa1-8fa1-e1a03b2a822c => 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: 1679/3140] 10.0.0.134 () {32 vars in 750 bytes} [Fri May 29 23:24:39 2026] DELETE /v2.0/security-group-rules/070c4be9-77b7-4893-891c-fa1190bafa12 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:24:40.015 7 INFO neutron.api.v2.resource [None req-1a7f6e23-b18a-4fdd-ac3f-59de08d3900a 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1462/3141] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:24:40 2026] GET /v2.0/security-group-rules/070c4be9-77b7-4893-891c-fa1190bafa12 => 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: 1680/3142] 10.0.0.134 () {32 vars in 750 bytes} [Fri May 29 23:24:40 2026] DELETE /v2.0/security-group-rules/7d061a67-2e81-4868-846e-3b6f4c2da8e4 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:24:40.124 7 INFO neutron.api.v2.resource [None req-182ec403-3991-4487-812c-5b5f9d3a6885 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1463/3143] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:24:40 2026] GET /v2.0/security-group-rules/7d061a67-2e81-4868-846e-3b6f4c2da8e4 => 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: 1681/3144] 10.0.0.134 () {32 vars in 750 bytes} [Fri May 29 23:24:40 2026] DELETE /v2.0/security-group-rules/bafc05cc-a3b6-4647-8e45-2c7001e81d21 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:24:40.272 7 INFO neutron.api.v2.resource [None req-51dd4ecb-91bb-4184-b9ec-9d8049819189 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1464/3145] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:24:40 2026] GET /v2.0/security-group-rules/bafc05cc-a3b6-4647-8e45-2c7001e81d21 => generated 155 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3146] 10.0.0.134 () {32 vars in 750 bytes} [Fri May 29 23:24:40 2026] DELETE /v2.0/security-group-rules/78fe6aaf-3c0a-43d0-978f-267254353e88 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:24:40.372 7 INFO neutron.api.v2.resource [None req-00765738-3d45-4d13-aad7-44270c65c2b2 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1465/3147] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:24:40 2026] GET /v2.0/security-group-rules/78fe6aaf-3c0a-43d0-978f-267254353e88 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3148] 10.0.0.134 () {32 vars in 750 bytes} [Fri May 29 23:24:40 2026] DELETE /v2.0/security-group-rules/8d816422-d51f-4090-b165-d6e8c61670a8 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:24:40.487 7 INFO neutron.api.v2.resource [None req-bc317f66-db29-4dd1-9586-cd7cb73c60c8 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1466/3149] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:24:40 2026] GET /v2.0/security-group-rules/8d816422-d51f-4090-b165-d6e8c61670a8 => generated 155 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1684/3150] 10.0.0.134 () {32 vars in 750 bytes} [Fri May 29 23:24:40 2026] DELETE /v2.0/security-group-rules/8947c225-0b36-4d0d-a313-6755cc248c26 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:24:40.611 7 INFO neutron.api.v2.resource [None req-3fbf86fb-8c8c-4b47-8f34-75a35c4e7eac 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1467/3151] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:24:40 2026] GET /v2.0/security-group-rules/8947c225-0b36-4d0d-a313-6755cc248c26 => 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: 1685/3152] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:24:40 2026] DELETE /v2.0/security-groups/711ac3a5-77ec-4df3-8989-3b7a933734c4 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:24:40.739 7 INFO neutron.api.v2.resource [None req-cc098aa4-0125-4e16-9199-7819f3048aac 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1468/3153] 10.0.0.134 () {32 vars in 737 bytes} [Fri May 29 23:24:40 2026] GET /v2.0/security-groups/711ac3a5-77ec-4df3-8989-3b7a933734c4 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:24:41.270 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3048cad-c9f4-49b7-890a-fa6b230c8f14 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] TaaS: Handle Delete Port: 1978cc04-86fb-47e5-846b-e70fd6ad51e4 2026-05-29 23:24:41.274 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3048cad-c9f4-49b7-890a-fa6b230c8f14 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] Tap Mirror: Handle Delete Port: 1978cc04-86fb-47e5-846b-e70fd6ad51e4 [pid: 8|app: 0|req: 1686/3154] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:24:40 2026] PUT /v2.0/routers/eb333a7c-c0e8-4204-9918-56f4bee106c6/remove_router_interface => generated 309 bytes in 2106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:24:43.107 7 INFO neutron.api.v2.resource [None req-e6d519aa-d576-41a6-a0c5-2f2470b7d8b2 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1469/3155] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:24:42 2026] PUT /v2.0/routers/eb333a7c-c0e8-4204-9918-56f4bee106c6/remove_router_interface => generated 198 bytes in 196 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:24:43.589 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb66129f-3f65-4ea0-996c-a650203a2e0f 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] TaaS: Handle Delete Port: 6d717577-d156-47a1-834a-627c5fc5694d 2026-05-29 23:24:43.592 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb66129f-3f65-4ea0-996c-a650203a2e0f 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] Tap Mirror: Handle Delete Port: 6d717577-d156-47a1-834a-627c5fc5694d [pid: 8|app: 0|req: 1687/3156] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:24:43 2026] PUT /v2.0/routers/eb333a7c-c0e8-4204-9918-56f4bee106c6/remove_router_interface => generated 309 bytes in 1116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:24:44.435 7 INFO neutron.api.v2.resource [None req-ef1a4874-7784-4303-8afa-f24456387fa9 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1470/3157] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:24:44 2026] PUT /v2.0/routers/eb333a7c-c0e8-4204-9918-56f4bee106c6/remove_router_interface => generated 198 bytes in 201 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:24:44.871 8 INFO neutron_taas.services.taas.taas_plugin [None req-b4137c26-8b6c-436d-b1be-516a446a9803 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] TaaS: Handle Delete Port: cc898d51-980d-4dfb-aa9f-a36a4727ce3c 2026-05-29 23:24:44.873 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4137c26-8b6c-436d-b1be-516a446a9803 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] Tap Mirror: Handle Delete Port: cc898d51-980d-4dfb-aa9f-a36a4727ce3c [pid: 8|app: 0|req: 1688/3158] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:24:44 2026] PUT /v2.0/routers/eb333a7c-c0e8-4204-9918-56f4bee106c6/remove_router_interface => generated 309 bytes in 1038 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 23:24:45.817 7 INFO neutron.api.v2.resource [None req-232209ac-531d-4b4f-ba3f-16f650b12781 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1471/3159] 10.0.0.134 () {34 vars in 789 bytes} [Fri May 29 23:24:45 2026] PUT /v2.0/routers/eb333a7c-c0e8-4204-9918-56f4bee106c6/remove_router_interface => generated 198 bytes in 333 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:24:46.108 8 INFO neutron_taas.services.taas.taas_plugin [None req-b66b5039-89a1-4c00-b1cd-30ac1bebe9b8 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] TaaS: Handle Delete Port: 1c6fcd34-e774-4d83-be89-257298e4a11a 2026-05-29 23:24:46.112 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b66b5039-89a1-4c00-b1cd-30ac1bebe9b8 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] Tap Mirror: Handle Delete Port: 1c6fcd34-e774-4d83-be89-257298e4a11a 2026-05-29 23:24:46.404 8 INFO neutron_taas.services.taas.taas_plugin [None req-b66b5039-89a1-4c00-b1cd-30ac1bebe9b8 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] TaaS: Handle Delete Port: e39f1c61-e3c4-4ff7-b904-9a0ee4408cac 2026-05-29 23:24:46.407 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b66b5039-89a1-4c00-b1cd-30ac1bebe9b8 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] Tap Mirror: Handle Delete Port: e39f1c61-e3c4-4ff7-b904-9a0ee4408cac 2026-05-29 23:24:46.848 8 INFO neutron.db.l3_hamode_db [None req-b66b5039-89a1-4c00-b1cd-30ac1bebe9b8 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] HA network f15897b0-6ffe-4139-9ba0-e3c15ba7607a was deleted as no HA routers are present in tenant 3c73c3c7a6f44174a46f02f6ec269687. 2026-05-29 23:24:46.850 8 INFO neutron.services.segments.plugin [-] Segment ad0e9551-c81a-4394-9b60-e20d4c5ec419 resource provider aggregate not found [pid: 8|app: 0|req: 1689/3160] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:24:45 2026] DELETE /v2.0/routers/eb333a7c-c0e8-4204-9918-56f4bee106c6 => generated 0 bytes in 1036 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:24:46.869 8 INFO neutron.services.segments.plugin [-] Segment ad0e9551-c81a-4394-9b60-e20d4c5ec419 resource provider aggregate not found 2026-05-29 23:24:46.873 8 INFO neutron.services.segments.plugin [-] Segment ad0e9551-c81a-4394-9b60-e20d4c5ec419 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad0e9551-c81a-4394-9b60-e20d4c5ec419 found for delete ", "request_id": "req-4b646bda-7d7f-4748-a7bf-227708118c98"}]} 2026-05-29 23:24:46.886 8 INFO neutron.services.segments.plugin [-] Segment ad0e9551-c81a-4394-9b60-e20d4c5ec419 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad0e9551-c81a-4394-9b60-e20d4c5ec419 found for delete ", "request_id": "req-41c29fd0-b7e9-4c2a-a1a5-ebcc6ddf6da2"}]} 2026-05-29 23:24:46.888 7 INFO neutron.api.v2.resource [None req-c7aee33d-fcbb-41f4-adda-55a0597293bb 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1472/3161] 10.0.0.134 () {32 vars in 721 bytes} [Fri May 29 23:24:46 2026] GET /v2.0/routers/eb333a7c-c0e8-4204-9918-56f4bee106c6 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1690/3162] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:24:46 2026] DELETE /v2.0/subnets/0ca883a7-a3ba-402f-b0f4-07a37e84a2fc => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:24:47.087 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3b419f35-eaf3-4acb-b99a-0da79085c4d4 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1473/3163] 10.0.0.134 () {32 vars in 721 bytes} [Fri May 29 23:24:47 2026] GET /v2.0/subnets/0ca883a7-a3ba-402f-b0f4-07a37e84a2fc => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1691/3164] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:24:47 2026] DELETE /v2.0/subnets/15c90700-72c7-4a3d-88c5-8e04ba77893e => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:24:47.284 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8a2b4ac4-bede-4931-b315-0a7e1284231b 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1474/3165] 10.0.0.134 () {32 vars in 721 bytes} [Fri May 29 23:24:47 2026] GET /v2.0/subnets/15c90700-72c7-4a3d-88c5-8e04ba77893e => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:24:47.402 8 INFO neutron_taas.services.taas.taas_plugin [None req-adba7821-c674-4393-9f03-f13a2f58900a 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] TaaS: Handle Delete Port: 17b951f3-2528-4986-82b6-755c407f5494 2026-05-29 23:24:47.405 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-adba7821-c674-4393-9f03-f13a2f58900a 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] Tap Mirror: Handle Delete Port: 17b951f3-2528-4986-82b6-755c407f5494 [pid: 8|app: 0|req: 1692/3166] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:24:47 2026] DELETE /v2.0/networks/294ac2ab-51b4-45d0-b42d-49494be3f7ab => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:24:47.674 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5005e8c3-3e0c-46a5-b3c1-62149d5bf43a 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1475/3167] 10.0.0.134 () {32 vars in 723 bytes} [Fri May 29 23:24:47 2026] GET /v2.0/networks/294ac2ab-51b4-45d0-b42d-49494be3f7ab => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1693/3168] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:24:47 2026] DELETE /v2.0/subnets/b7256885-b8ca-4ed3-9edc-45ff851c0781 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:24:47.877 7 INFO neutron.pecan_wsgi.hooks.translation [None req-70ca3254-e977-4768-a406-669651a9a24f 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1476/3169] 10.0.0.134 () {32 vars in 721 bytes} [Fri May 29 23:24:47 2026] GET /v2.0/subnets/b7256885-b8ca-4ed3-9edc-45ff851c0781 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1694/3170] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:24:47 2026] DELETE /v2.0/subnets/1f55d6fb-1d41-4b0d-aedc-8db06f32fed1 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:24:48.080 7 INFO neutron.pecan_wsgi.hooks.translation [None req-be9bff74-0f89-4bb1-8dfe-46d34ee109bf 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1477/3171] 10.0.0.134 () {32 vars in 721 bytes} [Fri May 29 23:24:48 2026] GET /v2.0/subnets/1f55d6fb-1d41-4b0d-aedc-8db06f32fed1 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:24:48.188 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab939feb-48c6-4f42-9ca2-93ab1ab9385f 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] TaaS: Handle Delete Port: 21688fe7-20b8-4787-9ba0-87946c9e3e9d 2026-05-29 23:24:48.191 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab939feb-48c6-4f42-9ca2-93ab1ab9385f 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] Tap Mirror: Handle Delete Port: 21688fe7-20b8-4787-9ba0-87946c9e3e9d [pid: 8|app: 0|req: 1695/3172] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:24:48 2026] DELETE /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:24:48.413 7 INFO neutron.pecan_wsgi.hooks.translation [None req-103895cb-d5ab-429d-aee6-9d68088194cc 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1478/3173] 10.0.0.134 () {32 vars in 723 bytes} [Fri May 29 23:24:48 2026] GET /v2.0/networks/9247cbe3-9d86-4684-9ee9-7255616cb235 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1696/3174] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:24:48 2026] DELETE /v2.0/subnets/19698e29-35e9-48f9-9bdc-d3e2ade1cbd6 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:24:48.695 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c6029534-ef14-40fc-b756-26da3ff21375 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1479/3175] 10.0.0.134 () {32 vars in 721 bytes} [Fri May 29 23:24:48 2026] GET /v2.0/subnets/19698e29-35e9-48f9-9bdc-d3e2ade1cbd6 => generated 136 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:24:48.901 8 INFO neutron.services.segments.plugin [-] Segment 60655efa-8b46-4913-ad25-d1aa063bffb9 resource provider aggregate not found [pid: 8|app: 0|req: 1697/3176] 10.0.0.134 () {32 vars in 724 bytes} [Fri May 29 23:24:48 2026] DELETE /v2.0/subnets/b79c1d00-f53c-425c-9ed2-d6625b5abe45 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:24:48.922 8 INFO neutron.services.segments.plugin [-] Segment 60655efa-8b46-4913-ad25-d1aa063bffb9 resource provider aggregate not found 2026-05-29 23:24:48.927 8 INFO neutron.services.segments.plugin [-] Segment 60655efa-8b46-4913-ad25-d1aa063bffb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60655efa-8b46-4913-ad25-d1aa063bffb9 found for delete ", "request_id": "req-1084759a-eefc-4f9d-8457-fbb9e540fa29"}]} 2026-05-29 23:24:48.945 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dc46b6de-b251-4f32-90e9-dc60bb294929 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1480/3177] 10.0.0.134 () {32 vars in 721 bytes} [Fri May 29 23:24:48 2026] GET /v2.0/subnets/b79c1d00-f53c-425c-9ed2-d6625b5abe45 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:24:48.947 8 INFO neutron.services.segments.plugin [-] Segment 04831857-91a4-4852-b2c3-cded550d4aa5 resource provider aggregate not found 2026-05-29 23:24:48.951 8 INFO neutron.services.segments.plugin [-] Segment 60655efa-8b46-4913-ad25-d1aa063bffb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60655efa-8b46-4913-ad25-d1aa063bffb9 found for delete ", "request_id": "req-5e42f11e-cbc4-4106-a3b7-9bae3ecceeb4"}]} 2026-05-29 23:24:48.976 8 INFO neutron.services.segments.plugin [-] Segment 04831857-91a4-4852-b2c3-cded550d4aa5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04831857-91a4-4852-b2c3-cded550d4aa5 found for delete ", "request_id": "req-c7490a87-b474-49e8-844e-204d9c88ea66"}]} 2026-05-29 23:24:48.978 8 INFO neutron.services.segments.plugin [-] Segment 04831857-91a4-4852-b2c3-cded550d4aa5 resource provider aggregate not found 2026-05-29 23:24:49.008 8 INFO neutron.services.segments.plugin [-] Segment 04831857-91a4-4852-b2c3-cded550d4aa5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04831857-91a4-4852-b2c3-cded550d4aa5 found for delete ", "request_id": "req-4fc0d10b-76be-4fd5-b7a1-128f5ae72226"}]} 2026-05-29 23:24:49.087 8 INFO neutron_taas.services.taas.taas_plugin [None req-612c54c4-c3e5-432b-8222-8f6618bc6770 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] TaaS: Handle Delete Port: 234c62d8-4976-4ea0-ac61-a29a1bcacc11 2026-05-29 23:24:49.090 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-612c54c4-c3e5-432b-8222-8f6618bc6770 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] Tap Mirror: Handle Delete Port: 234c62d8-4976-4ea0-ac61-a29a1bcacc11 [pid: 8|app: 0|req: 1698/3178] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:24:48 2026] DELETE /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366 => generated 0 bytes in 364 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 23:24:49.346 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5c068373-a272-435f-b69a-58c6c27baa96 15bd3c02ad704a44b7e2fad808a1ebdd 3c73c3c7a6f44174a46f02f6ec269687 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1481/3179] 10.0.0.134 () {32 vars in 723 bytes} [Fri May 29 23:24:49 2026] GET /v2.0/networks/c4a04011-53e7-466c-94a5-a9422c21b366 => generated 138 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 23:24:50.997 8 INFO neutron.services.segments.plugin [-] Segment 6a2d922a-ede4-4f17-b3ca-71cdac3fd105 resource provider aggregate not found 2026-05-29 23:24:51.016 8 INFO neutron.services.segments.plugin [-] Segment 6a2d922a-ede4-4f17-b3ca-71cdac3fd105 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a2d922a-ede4-4f17-b3ca-71cdac3fd105 found for delete ", "request_id": "req-94923b0c-4da0-41ce-ab29-894ebf9d198a"}]} 2026-05-29 23:24:51.039 8 INFO neutron.services.segments.plugin [-] Segment 6a2d922a-ede4-4f17-b3ca-71cdac3fd105 resource provider aggregate not found 2026-05-29 23:24:51.060 8 INFO neutron.services.segments.plugin [-] Segment 6a2d922a-ede4-4f17-b3ca-71cdac3fd105 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a2d922a-ede4-4f17-b3ca-71cdac3fd105 found for delete ", "request_id": "req-9bce5a05-9441-46be-a3cf-68714e7ebd19"}]} [pid: 8|app: 0|req: 1699/3180] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:24:51 2026] GET /v2.0/security-groups?tenant_id=8dc2ba887b6445888a7491ad7143b43b&name=default => generated 2929 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3181] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:24:51 2026] DELETE /v2.0/security-groups/a53ac456-3ce6-4b1f-9c8c-43d4c24d6eb1 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1700/3182] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:24:52 2026] GET /v2.0/security-groups?tenant_id=3c73c3c7a6f44174a46f02f6ec269687&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3183] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:24:52 2026] DELETE /v2.0/security-groups/4007314c-2699-410d-a39a-0327d3cbe07e => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1701/3184] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:24:52 2026] GET /v2.0/security-groups?tenant_id=07783db1194c4626847506f41a187720&name=default => generated 2929 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3185] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:24:52 2026] DELETE /v2.0/security-groups/56b86303-0646-4be0-b133-b8f9af6a892d => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1702/3186] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:24:53 2026] GET /v2.0/security-groups?tenant_id=d90e4021c0774f8fb95cc9ed21dd7c22&name=default => generated 2929 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3187] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:24:53 2026] DELETE /v2.0/security-groups/183c5ea0-4425-45b5-8800-ec992731bccd => 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: 1703/3188] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:24:53 2026] GET /v2.0/security-groups?tenant_id=bf87758953744f8982ddf7687c11a9b8&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3189] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:24:53 2026] DELETE /v2.0/security-groups/8a3d5e80-0d7a-4901-8878-a30a9e1bb593 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1704/3190] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:24:53 2026] GET /v2.0/security-groups?tenant_id=50caae80c1ac4be9ae0a215eaa317126&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3191] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:24:54 2026] DELETE /v2.0/security-groups/5459e8a5-acc6-410f-8a4b-0c98b422a5de => 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: 1705/3192] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:24:54 2026] GET /v2.0/security-groups?tenant_id=11bca6fde0484cfe8ec3ef309689c91b&name=default => generated 2929 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3193] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:24:54 2026] DELETE /v2.0/security-groups/7caeb254-806d-4d75-96f7-a5446fcb11b0 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:24:58.514 8 INFO neutron.db.segments_db [None req-58fc42a9-7587-4786-a066-8047180c9a71 c6a140c42012488682e7a0e3e52c2366 9d1794a3fc46409d806a62978d261fe2 - - default default] Added segment 9c1c4e1e-fced-456d-8233-3b57d71c393d of type vxlan for network 702a5372-2939-42d0-ac99-29cda7f0516f [pid: 8|app: 0|req: 1707/3196] 10.0.0.134 () {34 vars in 670 bytes} [Fri May 29 23:24:58 2026] POST /v2.0/networks => generated 631 bytes in 541 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3197] 10.0.0.134 () {34 vars in 664 bytes} [Fri May 29 23:24:58 2026] POST /v2.0/ports => generated 743 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1708/3198] 10.0.0.134 () {34 vars in 747 bytes} [Fri May 29 23:24:58 2026] PUT /v2.0/ports/cda17374-1475-4ba4-a7db-6010feaabbd1/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: 1491/3199] 10.0.0.134 () {32 vars in 727 bytes} [Fri May 29 23:24:59 2026] GET /v2.0/ports/cda17374-1475-4ba4-a7db-6010feaabbd1/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1709/3200] 10.0.0.134 () {34 vars in 758 bytes} [Fri May 29 23:24:59 2026] PUT /v2.0/ports/cda17374-1475-4ba4-a7db-6010feaabbd1/tags/green => generated 4 bytes in 98 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: 1492/3201] 10.0.0.134 () {32 vars in 727 bytes} [Fri May 29 23:24:59 2026] GET /v2.0/ports/cda17374-1475-4ba4-a7db-6010feaabbd1/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1710/3202] 10.0.0.134 () {34 vars in 754 bytes} [Fri May 29 23:24:59 2026] PUT /v2.0/ports/cda17374-1475-4ba4-a7db-6010feaabbd1/tags/red => generated 4 bytes in 84 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: 1493/3203] 10.0.0.134 () {32 vars in 727 bytes} [Fri May 29 23:24:59 2026] GET /v2.0/ports/cda17374-1475-4ba4-a7db-6010feaabbd1/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1711/3204] 10.0.0.134 () {34 vars in 776 bytes} [Fri May 29 23:24:59 2026] PUT /v2.0/ports/cda17374-1475-4ba4-a7db-6010feaabbd1/tags/black.or.white => generated 4 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1494/3205] 10.0.0.134 () {32 vars in 727 bytes} [Fri May 29 23:24:59 2026] GET /v2.0/ports/cda17374-1475-4ba4-a7db-6010feaabbd1/tags => generated 52 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: 1712/3206] 10.0.0.134 () {34 vars in 747 bytes} [Fri May 29 23:24:59 2026] PUT /v2.0/ports/cda17374-1475-4ba4-a7db-6010feaabbd1/tags => generated 37 bytes in 115 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: 1495/3207] 10.0.0.134 () {32 vars in 727 bytes} [Fri May 29 23:24:59 2026] GET /v2.0/ports/cda17374-1475-4ba4-a7db-6010feaabbd1/tags => generated 37 bytes in 78 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: 1713/3208] 10.0.0.134 () {32 vars in 735 bytes} [Fri May 29 23:24:59 2026] GET /v2.0/ports/cda17374-1475-4ba4-a7db-6010feaabbd1/tags/red => generated 0 bytes in 91 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-29 23:24:59.955 7 INFO neutron.api.v2.resource [None req-f94393f1-1915-45e5-a0dc-c594fec9d4d3 c6a140c42012488682e7a0e3e52c2366 9d1794a3fc46409d806a62978d261fe2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1496/3209] 10.0.0.134 () {32 vars in 739 bytes} [Fri May 29 23:24:59 2026] GET /v2.0/ports/cda17374-1475-4ba4-a7db-6010feaabbd1/tags/green => generated 99 bytes in 60 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: 1714/3210] 10.0.0.134 () {32 vars in 738 bytes} [Fri May 29 23:24:59 2026] DELETE /v2.0/ports/cda17374-1475-4ba4-a7db-6010feaabbd1/tags/red => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1497/3211] 10.0.0.134 () {32 vars in 727 bytes} [Fri May 29 23:25:00 2026] GET /v2.0/ports/cda17374-1475-4ba4-a7db-6010feaabbd1/tags => generated 30 bytes in 59 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-29 23:25:00.209 8 INFO neutron.api.v2.resource [None req-ea84d182-958d-4fc5-885e-fc959e481aaa c6a140c42012488682e7a0e3e52c2366 9d1794a3fc46409d806a62978d261fe2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1715/3212] 10.0.0.134 () {32 vars in 742 bytes} [Fri May 29 23:25:00 2026] DELETE /v2.0/ports/cda17374-1475-4ba4-a7db-6010feaabbd1/tags/green => generated 99 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1498/3213] 10.0.0.134 () {32 vars in 730 bytes} [Fri May 29 23:25:00 2026] DELETE /v2.0/ports/cda17374-1475-4ba4-a7db-6010feaabbd1/tags => generated 0 bytes in 73 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: 1716/3214] 10.0.0.134 () {32 vars in 727 bytes} [Fri May 29 23:25:00 2026] GET /v2.0/ports/cda17374-1475-4ba4-a7db-6010feaabbd1/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 23:25:00.477 7 INFO neutron_taas.services.taas.taas_plugin [None req-eae8b0a8-1309-40e2-abd2-09abf5d7107b c6a140c42012488682e7a0e3e52c2366 9d1794a3fc46409d806a62978d261fe2 - - default default] TaaS: Handle Delete Port: cda17374-1475-4ba4-a7db-6010feaabbd1 2026-05-29 23:25:00.482 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eae8b0a8-1309-40e2-abd2-09abf5d7107b c6a140c42012488682e7a0e3e52c2366 9d1794a3fc46409d806a62978d261fe2 - - default default] Tap Mirror: Handle Delete Port: cda17374-1475-4ba4-a7db-6010feaabbd1 [pid: 7|app: 0|req: 1499/3215] 10.0.0.134 () {32 vars in 720 bytes} [Fri May 29 23:25:00 2026] DELETE /v2.0/ports/cda17374-1475-4ba4-a7db-6010feaabbd1 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 23:25:00.769 8 INFO neutron.services.segments.plugin [-] Segment 9c1c4e1e-fced-456d-8233-3b57d71c393d resource provider aggregate not found 2026-05-29 23:25:00.773 8 INFO neutron.services.segments.plugin [-] Segment 9c1c4e1e-fced-456d-8233-3b57d71c393d resource provider aggregate not found 2026-05-29 23:25:00.798 8 INFO neutron.services.segments.plugin [-] Segment 9c1c4e1e-fced-456d-8233-3b57d71c393d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c1c4e1e-fced-456d-8233-3b57d71c393d found for delete ", "request_id": "req-2c0ba242-7c1e-483e-bb3b-db43cbd5d10c"}]} 2026-05-29 23:25:00.799 8 INFO neutron.services.segments.plugin [-] Segment 9c1c4e1e-fced-456d-8233-3b57d71c393d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c1c4e1e-fced-456d-8233-3b57d71c393d found for delete ", "request_id": "req-18ffd8fb-60f1-4c65-b71e-cd1126eb0a9b"}]} [pid: 8|app: 0|req: 1717/3216] 10.0.0.134 () {32 vars in 726 bytes} [Fri May 29 23:25:00 2026] DELETE /v2.0/networks/702a5372-2939-42d0-ac99-29cda7f0516f => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3217] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:25:01 2026] GET /v2.0/security-groups?tenant_id=21efa2c8cd3e4ba68869f16ec38182b5&name=default => generated 2929 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1718/3218] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:25:01 2026] DELETE /v2.0/security-groups/1dae8c33-607e-47e9-8dce-74cd786b2942 => 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: 1501/3219] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:25:02 2026] GET /v2.0/security-groups?tenant_id=9d1794a3fc46409d806a62978d261fe2&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1719/3220] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:25:02 2026] DELETE /v2.0/security-groups/15aa940e-ac1a-4753-b409-0b3ac16bff83 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3221] 10.0.0.134 () {34 vars in 678 bytes} [Fri May 29 23:25:05 2026] POST /v2.0/qos/policies => generated 359 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1720/3222] 10.0.0.134 () {34 vars in 753 bytes} [Fri May 29 23:25:05 2026] PUT /v2.0/policies/28dc4af9-2d5b-4d08-aa0d-c1fe6dcb5ef3/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: 1503/3223] 10.0.0.134 () {32 vars in 733 bytes} [Fri May 29 23:25:05 2026] GET /v2.0/policies/28dc4af9-2d5b-4d08-aa0d-c1fe6dcb5ef3/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1721/3224] 10.0.0.134 () {34 vars in 764 bytes} [Fri May 29 23:25:05 2026] PUT /v2.0/policies/28dc4af9-2d5b-4d08-aa0d-c1fe6dcb5ef3/tags/green => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3225] 10.0.0.134 () {32 vars in 733 bytes} [Fri May 29 23:25:05 2026] GET /v2.0/policies/28dc4af9-2d5b-4d08-aa0d-c1fe6dcb5ef3/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1722/3226] 10.0.0.134 () {34 vars in 760 bytes} [Fri May 29 23:25:06 2026] PUT /v2.0/policies/28dc4af9-2d5b-4d08-aa0d-c1fe6dcb5ef3/tags/red => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3227] 10.0.0.134 () {32 vars in 733 bytes} [Fri May 29 23:25:06 2026] GET /v2.0/policies/28dc4af9-2d5b-4d08-aa0d-c1fe6dcb5ef3/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1723/3228] 10.0.0.134 () {34 vars in 782 bytes} [Fri May 29 23:25:06 2026] PUT /v2.0/policies/28dc4af9-2d5b-4d08-aa0d-c1fe6dcb5ef3/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3229] 10.0.0.134 () {32 vars in 733 bytes} [Fri May 29 23:25:06 2026] GET /v2.0/policies/28dc4af9-2d5b-4d08-aa0d-c1fe6dcb5ef3/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1724/3230] 10.0.0.134 () {34 vars in 753 bytes} [Fri May 29 23:25:06 2026] PUT /v2.0/policies/28dc4af9-2d5b-4d08-aa0d-c1fe6dcb5ef3/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3231] 10.0.0.134 () {32 vars in 733 bytes} [Fri May 29 23:25:06 2026] GET /v2.0/policies/28dc4af9-2d5b-4d08-aa0d-c1fe6dcb5ef3/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: 1725/3232] 10.0.0.134 () {32 vars in 741 bytes} [Fri May 29 23:25:06 2026] GET /v2.0/policies/28dc4af9-2d5b-4d08-aa0d-c1fe6dcb5ef3/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:25:06.437 7 INFO neutron.api.v2.resource [None req-d5e5079e-7015-497e-b775-d0f9bbe174a5 3564fd72d90e4a14bd4cddadf527da49 9177f45f1b6d4380b21ad711af0d7517 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1508/3233] 10.0.0.134 () {32 vars in 745 bytes} [Fri May 29 23:25:06 2026] GET /v2.0/policies/28dc4af9-2d5b-4d08-aa0d-c1fe6dcb5ef3/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1726/3234] 10.0.0.134 () {32 vars in 744 bytes} [Fri May 29 23:25:06 2026] DELETE /v2.0/policies/28dc4af9-2d5b-4d08-aa0d-c1fe6dcb5ef3/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3235] 10.0.0.134 () {32 vars in 733 bytes} [Fri May 29 23:25:06 2026] GET /v2.0/policies/28dc4af9-2d5b-4d08-aa0d-c1fe6dcb5ef3/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:25:06.592 8 INFO neutron.api.v2.resource [None req-3e2c2325-58eb-41d8-ba56-7e91ca7fa92a 3564fd72d90e4a14bd4cddadf527da49 9177f45f1b6d4380b21ad711af0d7517 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1727/3236] 10.0.0.134 () {32 vars in 748 bytes} [Fri May 29 23:25:06 2026] DELETE /v2.0/policies/28dc4af9-2d5b-4d08-aa0d-c1fe6dcb5ef3/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3237] 10.0.0.134 () {32 vars in 736 bytes} [Fri May 29 23:25:06 2026] DELETE /v2.0/policies/28dc4af9-2d5b-4d08-aa0d-c1fe6dcb5ef3/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1728/3238] 10.0.0.134 () {32 vars in 733 bytes} [Fri May 29 23:25:06 2026] GET /v2.0/policies/28dc4af9-2d5b-4d08-aa0d-c1fe6dcb5ef3/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3239] 10.0.0.134 () {32 vars in 734 bytes} [Fri May 29 23:25:06 2026] DELETE /v2.0/qos/policies/28dc4af9-2d5b-4d08-aa0d-c1fe6dcb5ef3 => 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: 1729/3240] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:25:07 2026] GET /v2.0/security-groups?tenant_id=9177f45f1b6d4380b21ad711af0d7517&name=default => generated 2929 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3241] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:25:07 2026] DELETE /v2.0/security-groups/e9abc5af-fccc-4c67-8543-f2065441a1b4 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1730/3242] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:25:08 2026] GET /v2.0/security-groups?tenant_id=4f438dbd955147f1989ab81f423dc752&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3243] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:25:08 2026] DELETE /v2.0/security-groups/784d5495-c73c-4dda-951e-30edde266fbd => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1732/3246] 10.0.0.134 () {34 vars in 684 bytes} [Fri May 29 23:25:11 2026] POST /v2.0/security-groups => generated 1603 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3247] 10.0.0.134 () {34 vars in 767 bytes} [Fri May 29 23:25:12 2026] PUT /v2.0/security-groups/51a8eaab-8d41-435b-b597-b5ee86c529d8/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1733/3248] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:25:12 2026] GET /v2.0/security-groups/51a8eaab-8d41-435b-b597-b5ee86c529d8/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: 1516/3249] 10.0.0.134 () {34 vars in 778 bytes} [Fri May 29 23:25:12 2026] PUT /v2.0/security-groups/51a8eaab-8d41-435b-b597-b5ee86c529d8/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1734/3250] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:25:12 2026] GET /v2.0/security-groups/51a8eaab-8d41-435b-b597-b5ee86c529d8/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: 1517/3251] 10.0.0.134 () {34 vars in 774 bytes} [Fri May 29 23:25:12 2026] PUT /v2.0/security-groups/51a8eaab-8d41-435b-b597-b5ee86c529d8/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1735/3252] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:25:12 2026] GET /v2.0/security-groups/51a8eaab-8d41-435b-b597-b5ee86c529d8/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3253] 10.0.0.134 () {34 vars in 796 bytes} [Fri May 29 23:25:12 2026] PUT /v2.0/security-groups/51a8eaab-8d41-435b-b597-b5ee86c529d8/tags/black.or.white => 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: 1736/3254] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:25:12 2026] GET /v2.0/security-groups/51a8eaab-8d41-435b-b597-b5ee86c529d8/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3255] 10.0.0.134 () {34 vars in 767 bytes} [Fri May 29 23:25:12 2026] PUT /v2.0/security-groups/51a8eaab-8d41-435b-b597-b5ee86c529d8/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1737/3256] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:25:12 2026] GET /v2.0/security-groups/51a8eaab-8d41-435b-b597-b5ee86c529d8/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3257] 10.0.0.134 () {32 vars in 755 bytes} [Fri May 29 23:25:12 2026] GET /v2.0/security-groups/51a8eaab-8d41-435b-b597-b5ee86c529d8/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:25:13.084 8 INFO neutron.api.v2.resource [None req-8a51ea65-d59b-4d29-9e82-83c9f95b457d 34cd0433f2b944fc9b862804780d8be6 4fd2a317eacb41549a2f7e9501d3c6c0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1738/3258] 10.0.0.134 () {32 vars in 759 bytes} [Fri May 29 23:25:13 2026] GET /v2.0/security-groups/51a8eaab-8d41-435b-b597-b5ee86c529d8/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3259] 10.0.0.134 () {32 vars in 758 bytes} [Fri May 29 23:25:13 2026] DELETE /v2.0/security-groups/51a8eaab-8d41-435b-b597-b5ee86c529d8/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1739/3260] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:25:13 2026] GET /v2.0/security-groups/51a8eaab-8d41-435b-b597-b5ee86c529d8/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:25:13.236 7 INFO neutron.api.v2.resource [None req-6e44562c-e8cf-4897-9a52-396e49bf987d 34cd0433f2b944fc9b862804780d8be6 4fd2a317eacb41549a2f7e9501d3c6c0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1522/3261] 10.0.0.134 () {32 vars in 762 bytes} [Fri May 29 23:25:13 2026] DELETE /v2.0/security-groups/51a8eaab-8d41-435b-b597-b5ee86c529d8/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1740/3262] 10.0.0.134 () {32 vars in 750 bytes} [Fri May 29 23:25:13 2026] DELETE /v2.0/security-groups/51a8eaab-8d41-435b-b597-b5ee86c529d8/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3263] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:25:13 2026] GET /v2.0/security-groups/51a8eaab-8d41-435b-b597-b5ee86c529d8/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1741/3264] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:25:13 2026] DELETE /v2.0/security-groups/51a8eaab-8d41-435b-b597-b5ee86c529d8 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3265] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:25:14 2026] GET /v2.0/security-groups?tenant_id=4fd2a317eacb41549a2f7e9501d3c6c0&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1742/3266] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:25:14 2026] DELETE /v2.0/security-groups/8783e258-c0ff-44cb-813a-60f18d60a368 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3267] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:25:14 2026] GET /v2.0/security-groups?tenant_id=4c1b74ccdbad4beba89607b7c1815a89&name=default => generated 2929 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1743/3268] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:25:14 2026] DELETE /v2.0/security-groups/25d4078e-0a45-4c0c-8322-3293e14950ee => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3269] 10.0.0.134 () {34 vars in 676 bytes} [Fri May 29 23:25:18 2026] POST /v2.0/subnetpools => generated 516 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1744/3270] 10.0.0.134 () {34 vars in 759 bytes} [Fri May 29 23:25:18 2026] PUT /v2.0/subnetpools/09889d19-e423-4b28-bb03-fb302747dc5c/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3271] 10.0.0.134 () {32 vars in 739 bytes} [Fri May 29 23:25:18 2026] GET /v2.0/subnetpools/09889d19-e423-4b28-bb03-fb302747dc5c/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1745/3272] 10.0.0.134 () {34 vars in 770 bytes} [Fri May 29 23:25:18 2026] PUT /v2.0/subnetpools/09889d19-e423-4b28-bb03-fb302747dc5c/tags/green => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3273] 10.0.0.134 () {32 vars in 739 bytes} [Fri May 29 23:25:18 2026] GET /v2.0/subnetpools/09889d19-e423-4b28-bb03-fb302747dc5c/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: 1746/3274] 10.0.0.134 () {34 vars in 766 bytes} [Fri May 29 23:25:18 2026] PUT /v2.0/subnetpools/09889d19-e423-4b28-bb03-fb302747dc5c/tags/red => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3275] 10.0.0.134 () {32 vars in 739 bytes} [Fri May 29 23:25:18 2026] GET /v2.0/subnetpools/09889d19-e423-4b28-bb03-fb302747dc5c/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1747/3276] 10.0.0.134 () {34 vars in 788 bytes} [Fri May 29 23:25:18 2026] PUT /v2.0/subnetpools/09889d19-e423-4b28-bb03-fb302747dc5c/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3277] 10.0.0.134 () {32 vars in 739 bytes} [Fri May 29 23:25:18 2026] GET /v2.0/subnetpools/09889d19-e423-4b28-bb03-fb302747dc5c/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1748/3278] 10.0.0.134 () {34 vars in 759 bytes} [Fri May 29 23:25:18 2026] PUT /v2.0/subnetpools/09889d19-e423-4b28-bb03-fb302747dc5c/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3279] 10.0.0.134 () {32 vars in 739 bytes} [Fri May 29 23:25:19 2026] GET /v2.0/subnetpools/09889d19-e423-4b28-bb03-fb302747dc5c/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1749/3280] 10.0.0.134 () {32 vars in 747 bytes} [Fri May 29 23:25:19 2026] GET /v2.0/subnetpools/09889d19-e423-4b28-bb03-fb302747dc5c/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 23:25:19.147 7 INFO neutron.api.v2.resource [None req-4ba46baf-e57a-4831-b38f-cea20283a64b 0813bcc1401e4915a0d7bd50419ad6c7 d6450e6bdbb042778231612a83eda5b4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1532/3281] 10.0.0.134 () {32 vars in 751 bytes} [Fri May 29 23:25:19 2026] GET /v2.0/subnetpools/09889d19-e423-4b28-bb03-fb302747dc5c/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1750/3282] 10.0.0.134 () {32 vars in 750 bytes} [Fri May 29 23:25:19 2026] DELETE /v2.0/subnetpools/09889d19-e423-4b28-bb03-fb302747dc5c/tags/red => 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: 1533/3283] 10.0.0.134 () {32 vars in 739 bytes} [Fri May 29 23:25:19 2026] GET /v2.0/subnetpools/09889d19-e423-4b28-bb03-fb302747dc5c/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 23:25:19.276 8 INFO neutron.api.v2.resource [None req-08076fdd-dad3-47c7-ae3f-b0032fe5bc42 0813bcc1401e4915a0d7bd50419ad6c7 d6450e6bdbb042778231612a83eda5b4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1751/3284] 10.0.0.134 () {32 vars in 754 bytes} [Fri May 29 23:25:19 2026] DELETE /v2.0/subnetpools/09889d19-e423-4b28-bb03-fb302747dc5c/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3285] 10.0.0.134 () {32 vars in 742 bytes} [Fri May 29 23:25:19 2026] DELETE /v2.0/subnetpools/09889d19-e423-4b28-bb03-fb302747dc5c/tags => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1752/3286] 10.0.0.134 () {32 vars in 739 bytes} [Fri May 29 23:25:19 2026] GET /v2.0/subnetpools/09889d19-e423-4b28-bb03-fb302747dc5c/tags => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3287] 10.0.0.134 () {32 vars in 732 bytes} [Fri May 29 23:25:19 2026] DELETE /v2.0/subnetpools/09889d19-e423-4b28-bb03-fb302747dc5c => 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: 1753/3288] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:25:20 2026] GET /v2.0/security-groups?tenant_id=d6450e6bdbb042778231612a83eda5b4&name=default => generated 2929 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3289] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:25:20 2026] DELETE /v2.0/security-groups/f505978e-655c-46e7-84be-4231b9a4e905 => 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: 1754/3290] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:25:20 2026] GET /v2.0/security-groups?tenant_id=43634d9bfaa9455d84784123c9c5aa32&name=default => generated 2929 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3291] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:25:20 2026] DELETE /v2.0/security-groups/c5185832-47a8-4928-a86f-678c8ec658d0 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1755/3294] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:25:24 2026] GET /v2.0/security-groups?tenant_id=5b5178fb02b646eea4bb4d8418097ad1&name=default => generated 2929 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3295] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:25:24 2026] DELETE /v2.0/security-groups/bba9d88d-346a-477d-93eb-8e9706665d2e => 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: 1756/3296] 10.0.0.134 () {32 vars in 774 bytes} [Fri May 29 23:25:25 2026] GET /v2.0/security-groups?tenant_id=30b15f79261e4b8fb5b130a58458303e&name=default => generated 2929 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3297] 10.0.0.134 () {32 vars in 740 bytes} [Fri May 29 23:25:25 2026] DELETE /v2.0/security-groups/23311b08-0e45-4d67-a353-8cbd30c6a4f2 => 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: 1757/3298] 10.0.0.134 () {32 vars in 649 bytes} [Fri May 29 23:25:28 2026] GET /v2.0/networks => generated 2168 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3299] 10.0.0.134 () {32 vars in 655 bytes} [Fri May 29 23:25:29 2026] GET /v2.0/floatingips => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1758/3300] 10.0.0.134 () {32 vars in 647 bytes} [Fri May 29 23:25:29 2026] GET /v2.0/routers => generated 15 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3301] 10.0.0.134 () {32 vars in 643 bytes} [Fri May 29 23:25:30 2026] GET /v2.0/ports => generated 4721 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1759/3302] 10.0.0.134 () {32 vars in 647 bytes} [Fri May 29 23:25:30 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: 1544/3303] 10.0.0.134 () {32 vars in 649 bytes} [Fri May 29 23:25:30 2026] GET /v2.0/networks => generated 2168 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1760/3304] 10.0.0.134 () {32 vars in 663 bytes} [Fri May 29 23:25:30 2026] GET /v2.0/security-groups => generated 17397 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3305] 10.0.0.134 () {32 vars in 655 bytes} [Fri May 29 23:25:30 2026] GET /v2.0/subnetpools => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)