+ 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 8 20:02:41 2026] *** compiled with version: 13.3.0 on 06 May 2026 22:36:45 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: neutron-server-845fdb7fb6-f9g2d machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 3 2026, 12:15:18) [GCC 13.3.0] Python main interpreter initialized at 0x7fe5660f7668 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-08 20:02:45.422 7 INFO neutron.common.config [-] Logging enabled! 2026-05-08 20:02:45.422 7 INFO neutron.common.config [-] uwsgi version 26.0.4.dev7 2026-05-08 20:02:45.470 8 INFO neutron.common.config [-] Logging enabled! 2026-05-08 20:02:45.470 8 INFO neutron.common.config [-] uwsgi version 26.0.4.dev7 2026-05-08 20:02:46.410 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-08 20:02:46.492 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-08 20:02:47.716 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 20:02:47.719 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-08 20:02:47.723 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-08 20:02:47.724 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 20:02:47.724 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-08 20:02:47.724 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-08 20:02:47.724 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 20:02:47.731 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 20:02:47.732 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 20:02:47.732 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 20:02:47.753 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-08 20:02:47.754 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 20:02:47.755 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-08 20:02:47.804 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-08 20:02:47.804 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-08 20:02:47.804 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-08 20:02:47.804 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-08 20:02:47.857 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 20:02:47.860 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-08 20:02:47.864 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-08 20:02:47.865 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 20:02:47.865 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-08 20:02:47.865 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-08 20:02:47.865 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 20:02:47.873 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 20:02:47.873 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 20:02:47.873 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 20:02:47.896 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-08 20:02:47.897 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 20:02:47.897 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-08 20:02:47.946 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-08 20:02:47.947 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-08 20:02:47.947 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-08 20:02:47.947 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-08 20:02:48.077 7 INFO neutron.plugins.ml2.managers [None req-c8fd3d75-c854-42a1-a799-cf7dc3342992 - - - - - -] Initializing driver for type 'vlan' 2026-05-08 20:02:48.250 8 INFO neutron.plugins.ml2.managers [None req-dd82119c-c645-4c28-b41f-174d472d4c4b - - - - - -] Initializing driver for type 'vlan' 2026-05-08 20:02:48.341 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-c8fd3d75-c854-42a1-a799-cf7dc3342992 - - - - - -] VlanTypeDriver initialization complete 2026-05-08 20:02:48.341 7 INFO neutron.plugins.ml2.managers [None req-c8fd3d75-c854-42a1-a799-cf7dc3342992 - - - - - -] Initializing driver for type 'vxlan' 2026-05-08 20:02:48.341 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-c8fd3d75-c854-42a1-a799-cf7dc3342992 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-08 20:02:48.354 7 INFO neutron.plugins.ml2.managers [None req-c8fd3d75-c854-42a1-a799-cf7dc3342992 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-08 20:02:48.354 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-c8fd3d75-c854-42a1-a799-cf7dc3342992 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-08 20:02:48.354 7 INFO neutron.plugins.ml2.managers [None req-c8fd3d75-c854-42a1-a799-cf7dc3342992 - - - - - -] Initializing extension driver 'port_security' 2026-05-08 20:02:48.354 7 INFO neutron.plugins.ml2.extensions.port_security [None req-c8fd3d75-c854-42a1-a799-cf7dc3342992 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-08 20:02:48.354 7 INFO neutron.plugins.ml2.managers [None req-c8fd3d75-c854-42a1-a799-cf7dc3342992 - - - - - -] Initializing extension driver 'qos' 2026-05-08 20:02:48.354 7 INFO neutron.plugins.ml2.managers [None req-c8fd3d75-c854-42a1-a799-cf7dc3342992 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-08 20:02:48.355 7 INFO neutron.plugins.ml2.managers [None req-c8fd3d75-c854-42a1-a799-cf7dc3342992 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-08 20:02:48.366 7 INFO neutron.quota [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded quota_driver: . 2026-05-08 20:02:48.366 7 INFO neutron.plugins.ml2.plugin [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Modular L2 Plugin initialization complete 2026-05-08 20:02:48.366 7 INFO neutron.plugins.ml2.managers [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-08 20:02:48.366 7 INFO neutron.plugins.ml2.managers [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-08 20:02:48.367 7 INFO neutron.plugins.ml2.managers [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-08 20:02:48.367 7 INFO neutron.extensions.vlantransparent [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Disabled vlantransparent extension. 2026-05-08 20:02:48.367 7 INFO neutron.extensions.qinq [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Disabled VLAN QinQ extension. 2026-05-08 20:02:48.367 7 INFO neutron.manager [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loading Plugin: qos 2026-05-08 20:02:48.380 7 INFO neutron.manager [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loading Plugin: router 2026-05-08 20:02:48.425 7 INFO neutron.services.service_base [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-08 20:02:48.425 7 INFO neutron.manager [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loading Plugin: segments 2026-05-08 20:02:48.521 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-dd82119c-c645-4c28-b41f-174d472d4c4b - - - - - -] VlanTypeDriver initialization complete 2026-05-08 20:02:48.521 8 INFO neutron.plugins.ml2.managers [None req-dd82119c-c645-4c28-b41f-174d472d4c4b - - - - - -] Initializing driver for type 'vxlan' 2026-05-08 20:02:48.521 7 INFO neutron.manager [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loading Plugin: trunk 2026-05-08 20:02:48.521 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-dd82119c-c645-4c28-b41f-174d472d4c4b - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-08 20:02:48.535 8 INFO neutron.plugins.ml2.managers [None req-dd82119c-c645-4c28-b41f-174d472d4c4b - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-08 20:02:48.535 7 INFO neutron.manager [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loading Plugin: vpnaas 2026-05-08 20:02:48.535 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-dd82119c-c645-4c28-b41f-174d472d4c4b - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-08 20:02:48.535 8 INFO neutron.plugins.ml2.managers [None req-dd82119c-c645-4c28-b41f-174d472d4c4b - - - - - -] Initializing extension driver 'port_security' 2026-05-08 20:02:48.535 8 INFO neutron.plugins.ml2.extensions.port_security [None req-dd82119c-c645-4c28-b41f-174d472d4c4b - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-08 20:02:48.535 8 INFO neutron.plugins.ml2.managers [None req-dd82119c-c645-4c28-b41f-174d472d4c4b - - - - - -] Initializing extension driver 'qos' 2026-05-08 20:02:48.536 8 INFO neutron.plugins.ml2.managers [None req-dd82119c-c645-4c28-b41f-174d472d4c4b - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-08 20:02:48.536 8 INFO neutron.plugins.ml2.managers [None req-dd82119c-c645-4c28-b41f-174d472d4c4b - - - - - -] Initializing mechanism driver 'l2population' 2026-05-08 20:02:48.550 8 INFO neutron.quota [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded quota_driver: . 2026-05-08 20:02:48.550 8 INFO neutron.plugins.ml2.plugin [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Modular L2 Plugin initialization complete 2026-05-08 20:02:48.550 8 INFO neutron.plugins.ml2.managers [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-08 20:02:48.550 8 INFO neutron.plugins.ml2.managers [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-08 20:02:48.551 8 INFO neutron.plugins.ml2.managers [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-08 20:02:48.551 8 INFO neutron.extensions.vlantransparent [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Disabled vlantransparent extension. 2026-05-08 20:02:48.551 8 INFO neutron.extensions.qinq [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Disabled VLAN QinQ extension. 2026-05-08 20:02:48.551 8 INFO neutron.manager [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loading Plugin: qos 2026-05-08 20:02:48.564 8 INFO neutron.manager [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loading Plugin: router 2026-05-08 20:02:48.573 7 WARNING stevedore.named [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 20:02:48.573 7 WARNING stevedore.named [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 20:02:48.610 8 INFO neutron.services.service_base [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-08 20:02:48.610 8 INFO neutron.manager [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loading Plugin: segments 2026-05-08 20:02:48.650 7 INFO neutron_vpnaas.services.vpn.plugin [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-08 20:02:48.651 7 INFO neutron.common.utils [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-08 20:02:48.651 7 INFO neutron.manager [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loading Plugin: taas 2026-05-08 20:02:48.675 7 WARNING stevedore.named [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 20:02:48.703 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-08 20:02:48.703 7 INFO neutron.manager [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loading Plugin: tapmirror 2026-05-08 20:02:48.709 8 INFO neutron.manager [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loading Plugin: trunk 2026-05-08 20:02:48.716 7 WARNING stevedore.named [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 20:02:48.723 8 INFO neutron.manager [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loading Plugin: vpnaas 2026-05-08 20:02:48.736 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-08 20:02:48.736 7 INFO neutron.manager [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loading Plugin: auto_allocate 2026-05-08 20:02:48.744 7 INFO neutron.manager [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loading Plugin: tag 2026-05-08 20:02:48.752 7 INFO neutron.manager [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loading Plugin: timestamp 2026-05-08 20:02:48.755 7 INFO neutron.manager [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loading Plugin: network_ip_availability 2026-05-08 20:02:48.759 7 INFO neutron.manager [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loading Plugin: flavors 2026-05-08 20:02:48.763 7 INFO neutron.manager [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loading Plugin: revisions 2026-05-08 20:02:48.763 8 WARNING stevedore.named [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 20:02:48.763 8 WARNING stevedore.named [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 20:02:48.766 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Initializing extension manager. 2026-05-08 20:02:48.767 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: address-group 2026-05-08 20:02:48.768 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: address-scope 2026-05-08 20:02:48.769 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-08 20:02:48.770 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: agent 2026-05-08 20:02:48.770 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: agent-resources-synced 2026-05-08 20:02:48.771 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-08 20:02:48.772 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-08 20:02:48.773 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: availability_zone 2026-05-08 20:02:48.773 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: availability_zone_filter 2026-05-08 20:02:48.774 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-08 20:02:48.774 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: default-subnetpools 2026-05-08 20:02:48.776 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-08 20:02:48.776 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: dns-integration 2026-05-08 20:02:48.777 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: dns-domain-ports 2026-05-08 20:02:48.777 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-08 20:02:48.778 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: dvr 2026-05-08 20:02:48.779 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-08 20:02:48.779 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: empty-string-filtering 2026-05-08 20:02:48.780 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 20:02:48.780 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-08 20:02:48.781 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: external-net 2026-05-08 20:02:48.782 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-08 20:02:48.782 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: extraroute 2026-05-08 20:02:48.783 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: extraroute-atomic 2026-05-08 20:02:48.783 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-08 20:02:48.784 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-08 20:02:48.785 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-08 20:02:48.785 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-08 20:02:48.786 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: fip-port-details 2026-05-08 20:02:48.787 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: flavors 2026-05-08 20:02:48.788 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-08 20:02:48.789 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: floatingip-pools 2026-05-08 20:02:48.789 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: ip_allocation 2026-05-08 20:02:48.790 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-08 20:02:48.790 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: l2_adjacency 2026-05-08 20:02:48.791 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: router 2026-05-08 20:02:48.793 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 20:02:48.794 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-08 20:02:48.794 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-08 20:02:48.795 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: ext-gw-mode 2026-05-08 20:02:48.795 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: l3-ha 2026-05-08 20:02:48.796 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-08 20:02:48.796 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-08 20:02:48.797 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: l3-flavors 2026-05-08 20:02:48.798 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-08 20:02:48.798 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-08 20:02:48.800 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-08 20:02:48.802 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-08 20:02:48.803 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-08 20:02:48.804 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-08 20:02:48.804 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-08 20:02:48.805 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: multi-provider 2026-05-08 20:02:48.806 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: net-mtu 2026-05-08 20:02:48.806 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: net-mtu-writable 2026-05-08 20:02:48.807 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: network_availability_zone 2026-05-08 20:02:48.807 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: network_ha 2026-05-08 20:02:48.808 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: network-ip-availability 2026-05-08 20:02:48.809 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-08 20:02:48.809 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: pagination 2026-05-08 20:02:48.810 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: port-device-profile 2026-05-08 20:02:48.810 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-08 20:02:48.811 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-08 20:02:48.811 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-08 20:02:48.812 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: port-mac-override 2026-05-08 20:02:48.812 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-08 20:02:48.813 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-08 20:02:48.813 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-08 20:02:48.814 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: port-resource-request 2026-05-08 20:02:48.815 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-08 20:02:48.815 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-08 20:02:48.816 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: binding 2026-05-08 20:02:48.817 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: binding-extended 2026-05-08 20:02:48.817 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: port-security 2026-05-08 20:02:48.818 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: project-id 2026-05-08 20:02:48.818 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: provider 2026-05-08 20:02:48.819 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-08 20:02:48.821 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: qos 2026-05-08 20:02:48.822 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-08 20:02:48.822 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-08 20:02:48.822 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: qos-default 2026-05-08 20:02:48.823 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: qos-fip 2026-05-08 20:02:48.823 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-08 20:02:48.824 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-08 20:02:48.824 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-08 20:02:48.825 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-08 20:02:48.826 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-08 20:02:48.826 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: qos-pps 2026-05-08 20:02:48.827 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-08 20:02:48.827 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-08 20:02:48.828 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: qos-rules-alias 2026-05-08 20:02:48.829 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: quota-check-limit 2026-05-08 20:02:48.829 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-08 20:02:48.832 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: quotas 2026-05-08 20:02:48.833 8 INFO neutron_vpnaas.services.vpn.plugin [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-08 20:02:48.833 8 INFO neutron.common.utils [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-08 20:02:48.833 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: quota_details 2026-05-08 20:02:48.834 8 INFO neutron.manager [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loading Plugin: taas 2026-05-08 20:02:48.837 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: rbac-policies 2026-05-08 20:02:48.837 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: rbac-address-group 2026-05-08 20:02:48.838 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: rbac-address-scope 2026-05-08 20:02:48.838 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: rbac-security-groups 2026-05-08 20:02:48.839 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-08 20:02:48.839 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: revision-if-match 2026-05-08 20:02:48.840 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-08 20:02:48.841 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: router_availability_zone 2026-05-08 20:02:48.841 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-08 20:02:48.843 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-08 20:02:48.844 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-08 20:02:48.844 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-08 20:02:48.845 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-08 20:02:48.845 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-08 20:02:48.846 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-08 20:02:48.850 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: security-group 2026-05-08 20:02:48.851 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: segment 2026-05-08 20:02:48.852 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-08 20:02:48.853 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: service-type 2026-05-08 20:02:48.853 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: sorting 2026-05-08 20:02:48.854 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: standard-attr-segment 2026-05-08 20:02:48.854 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: standard-attr-description 2026-05-08 20:02:48.855 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: stateful-security-group 2026-05-08 20:02:48.855 7 WARNING neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-08 20:02:48.856 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-08 20:02:48.856 8 WARNING stevedore.named [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 20:02:48.856 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: subnet-external-network 2026-05-08 20:02:48.857 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: subnet_onboard 2026-05-08 20:02:48.858 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-08 20:02:48.858 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: subnet-service-types 2026-05-08 20:02:48.859 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: subnet_allocation 2026-05-08 20:02:48.860 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-08 20:02:48.860 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: tag-creation 2026-05-08 20:02:48.861 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-08 20:02:48.865 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: standard-attr-tag 2026-05-08 20:02:48.865 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-08 20:02:48.866 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: trunk 2026-05-08 20:02:48.866 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: trunk-details 2026-05-08 20:02:48.867 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-08 20:02:48.867 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-08 20:02:48.868 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-08 20:02:48.869 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-08 20:02:48.871 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-08 20:02:48.871 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-08 20:02:48.872 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: vpn-flavors 2026-05-08 20:02:48.874 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: vpnaas 2026-05-08 20:02:48.875 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: taas 2026-05-08 20:02:48.876 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: tap-mirror 2026-05-08 20:02:48.877 7 INFO neutron.api.extensions [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-08 20:02:48.879 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-08 20:02:48.879 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-08 20:02:48.879 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 20:02:48.880 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-08 20:02:48.883 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 20:02:48.884 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 20:02:48.888 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 20:02:48.889 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 20:02:48.890 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 20:02:48.890 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 20:02:48.891 7 WARNING neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] subnetpool is already registered 2026-05-08 20:02:48.891 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 20:02:48.891 7 WARNING neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] subnetpool is already registered 2026-05-08 20:02:48.892 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 20:02:48.892 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 20:02:48.893 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 20:02:48.893 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 20:02:48.893 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 20:02:48.894 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 20:02:48.894 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 20:02:48.894 7 WARNING neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] ipsecpolicy is already registered 2026-05-08 20:02:48.895 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 20:02:48.895 7 WARNING neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] ikepolicy is already registered 2026-05-08 20:02:48.899 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 20:02:48.899 7 WARNING neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] router is already registered 2026-05-08 20:02:48.900 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 20:02:48.900 7 WARNING neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] floatingip is already registered 2026-05-08 20:02:48.903 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 20:02:48.904 7 WARNING neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] rbac_policy is already registered 2026-05-08 20:02:48.904 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 20:02:48.904 7 WARNING neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] security_group is already registered 2026-05-08 20:02:48.905 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 20:02:48.905 7 WARNING neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] security_group_rule is already registered 2026-05-08 20:02:48.906 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 20:02:48.906 7 WARNING neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] subnetpool is already registered 2026-05-08 20:02:48.906 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 20:02:48.906 7 WARNING neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] subnetpool is already registered 2026-05-08 20:02:48.907 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 20:02:48.907 7 WARNING neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] trunk is already registered 2026-05-08 20:02:48.907 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 20:02:48.908 7 WARNING neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] ikepolicy is already registered 2026-05-08 20:02:48.908 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 20:02:48.908 7 WARNING neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] ipsecpolicy is already registered 2026-05-08 20:02:48.909 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 20:02:48.909 7 WARNING neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] endpoint_group is already registered 2026-05-08 20:02:48.909 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 20:02:48.909 7 WARNING neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] vpnservice is already registered 2026-05-08 20:02:48.910 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 20:02:48.910 7 WARNING neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] ipsec_site_connection is already registered 2026-05-08 20:02:48.910 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 20:02:48.910 7 WARNING neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] ipsecpolicy is already registered 2026-05-08 20:02:48.910 7 INFO neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 20:02:48.911 7 WARNING neutron.quota.resource_registry [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] ikepolicy is already registered 2026-05-08 20:02:48.911 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-08 20:02:48.911 8 INFO neutron.manager [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loading Plugin: tapmirror 2026-05-08 20:02:48.924 8 WARNING stevedore.named [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 20:02:48.944 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-08 20:02:48.944 8 INFO neutron.manager [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loading Plugin: auto_allocate 2026-05-08 20:02:48.949 7 WARNING keystonemiddleware._common.config [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-08 20:02:48.951 8 INFO neutron.manager [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loading Plugin: tag 2026-05-08 20:02:48.956 7 WARNING oslo_config.cfg [None req-ad959624-fbc1-408d-94f4-e487dab5ed58 - - - - - -] 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 7 seconds on interpreter 0x7fe5660f7668 pid: 7 (default app) 2026-05-08 20:02:48.960 8 INFO neutron.manager [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loading Plugin: timestamp 2026-05-08 20:02:48.962 8 INFO neutron.manager [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loading Plugin: network_ip_availability 2026-05-08 20:02:48.966 8 INFO neutron.manager [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loading Plugin: flavors 2026-05-08 20:02:48.970 8 INFO neutron.manager [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loading Plugin: revisions 2026-05-08 20:02:48.973 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Initializing extension manager. 2026-05-08 20:02:48.974 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: address-group 2026-05-08 20:02:48.975 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: address-scope 2026-05-08 20:02:48.976 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-08 20:02:48.976 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: agent 2026-05-08 20:02:48.977 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: agent-resources-synced 2026-05-08 20:02:48.978 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-08 20:02:48.979 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-08 20:02:48.980 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: availability_zone 2026-05-08 20:02:48.980 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: availability_zone_filter 2026-05-08 20:02:48.981 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-08 20:02:48.981 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: default-subnetpools 2026-05-08 20:02:48.983 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-08 20:02:48.983 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: dns-integration 2026-05-08 20:02:48.984 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: dns-domain-ports 2026-05-08 20:02:48.984 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-08 20:02:48.985 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: dvr 2026-05-08 20:02:48.985 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-08 20:02:48.986 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: empty-string-filtering 2026-05-08 20:02:48.987 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 20:02:48.987 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-08 20:02:48.988 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: external-net 2026-05-08 20:02:48.989 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-08 20:02:48.989 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: extraroute 2026-05-08 20:02:48.990 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: extraroute-atomic 2026-05-08 20:02:48.990 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-08 20:02:48.991 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-08 20:02:48.992 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-08 20:02:48.992 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-08 20:02:48.993 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: fip-port-details 2026-05-08 20:02:48.993 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: flavors 2026-05-08 20:02:48.994 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-08 20:02:48.995 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: floatingip-pools 2026-05-08 20:02:48.996 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: ip_allocation 2026-05-08 20:02:48.997 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-08 20:02:48.997 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: l2_adjacency 2026-05-08 20:02:48.998 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: router 2026-05-08 20:02:49.000 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 20:02:49.001 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-08 20:02:49.001 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-08 20:02:49.002 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: ext-gw-mode 2026-05-08 20:02:49.002 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: l3-ha 2026-05-08 20:02:49.003 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-08 20:02:49.003 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-08 20:02:49.004 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: l3-flavors 2026-05-08 20:02:49.005 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-08 20:02:49.005 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-08 20:02:49.008 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-08 20:02:49.009 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-08 20:02:49.010 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-08 20:02:49.011 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-08 20:02:49.012 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-08 20:02:49.012 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: multi-provider 2026-05-08 20:02:49.013 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: net-mtu 2026-05-08 20:02:49.013 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: net-mtu-writable 2026-05-08 20:02:49.014 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: network_availability_zone 2026-05-08 20:02:49.014 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: network_ha 2026-05-08 20:02:49.015 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: network-ip-availability 2026-05-08 20:02:49.016 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-08 20:02:49.017 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: pagination 2026-05-08 20:02:49.017 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: port-device-profile 2026-05-08 20:02:49.018 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-08 20:02:49.019 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-08 20:02:49.019 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-08 20:02:49.020 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: port-mac-override 2026-05-08 20:02:49.020 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-08 20:02:49.021 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-08 20:02:49.021 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-08 20:02:49.022 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: port-resource-request 2026-05-08 20:02:49.023 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-08 20:02:49.023 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-08 20:02:49.024 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: binding 2026-05-08 20:02:49.025 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: binding-extended 2026-05-08 20:02:49.025 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: port-security 2026-05-08 20:02:49.026 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: project-id 2026-05-08 20:02:49.026 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: provider 2026-05-08 20:02:49.027 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-08 20:02:49.029 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: qos 2026-05-08 20:02:49.031 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-08 20:02:49.032 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-08 20:02:49.032 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: qos-default 2026-05-08 20:02:49.033 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: qos-fip 2026-05-08 20:02:49.034 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-08 20:02:49.035 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-08 20:02:49.035 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-08 20:02:49.036 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-08 20:02:49.036 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-08 20:02:49.037 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: qos-pps 2026-05-08 20:02:49.038 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-08 20:02:49.038 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-08 20:02:49.039 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: qos-rules-alias 2026-05-08 20:02:49.039 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: quota-check-limit 2026-05-08 20:02:49.040 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-08 20:02:49.042 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: quotas 2026-05-08 20:02:49.044 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: quota_details 2026-05-08 20:02:49.045 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: rbac-policies 2026-05-08 20:02:49.046 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: rbac-address-group 2026-05-08 20:02:49.046 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: rbac-address-scope 2026-05-08 20:02:49.047 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: rbac-security-groups 2026-05-08 20:02:49.047 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-08 20:02:49.048 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: revision-if-match 2026-05-08 20:02:49.048 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-08 20:02:49.049 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: router_availability_zone 2026-05-08 20:02:49.049 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-08 20:02:49.051 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-08 20:02:49.052 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-08 20:02:49.057 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-08 20:02:49.057 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-08 20:02:49.058 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-08 20:02:49.059 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-08 20:02:49.065 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: security-group 2026-05-08 20:02:49.067 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: segment 2026-05-08 20:02:49.068 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-08 20:02:49.068 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: service-type 2026-05-08 20:02:49.069 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: sorting 2026-05-08 20:02:49.070 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: standard-attr-segment 2026-05-08 20:02:49.071 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: standard-attr-description 2026-05-08 20:02:49.072 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: stateful-security-group 2026-05-08 20:02:49.073 8 WARNING neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-08 20:02:49.073 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-08 20:02:49.074 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: subnet-external-network 2026-05-08 20:02:49.075 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: subnet_onboard 2026-05-08 20:02:49.075 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-08 20:02:49.076 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: subnet-service-types 2026-05-08 20:02:49.076 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: subnet_allocation 2026-05-08 20:02:49.077 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-08 20:02:49.078 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: tag-creation 2026-05-08 20:02:49.078 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-08 20:02:49.082 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: standard-attr-tag 2026-05-08 20:02:49.084 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-08 20:02:49.084 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: trunk 2026-05-08 20:02:49.085 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: trunk-details 2026-05-08 20:02:49.085 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-08 20:02:49.086 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-08 20:02:49.087 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-08 20:02:49.087 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-08 20:02:49.090 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-08 20:02:49.091 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-08 20:02:49.091 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: vpn-flavors 2026-05-08 20:02:49.093 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: vpnaas 2026-05-08 20:02:49.094 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: taas 2026-05-08 20:02:49.095 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: tap-mirror 2026-05-08 20:02:49.096 8 INFO neutron.api.extensions [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-08 20:02:49.099 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-08 20:02:49.099 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-08 20:02:49.099 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 20:02:49.099 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-08 20:02:49.103 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 20:02:49.103 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 20:02:49.108 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 20:02:49.109 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 20:02:49.109 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 20:02:49.110 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 20:02:49.110 8 WARNING neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] subnetpool is already registered 2026-05-08 20:02:49.111 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 20:02:49.111 8 WARNING neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] subnetpool is already registered 2026-05-08 20:02:49.111 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 20:02:49.112 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 20:02:49.112 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 20:02:49.113 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 20:02:49.113 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 20:02:49.114 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 20:02:49.114 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 20:02:49.114 8 WARNING neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] ipsecpolicy is already registered 2026-05-08 20:02:49.115 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 20:02:49.115 8 WARNING neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] ikepolicy is already registered 2026-05-08 20:02:49.120 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 20:02:49.120 8 WARNING neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] router is already registered 2026-05-08 20:02:49.121 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 20:02:49.121 8 WARNING neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] floatingip is already registered 2026-05-08 20:02:49.125 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 20:02:49.125 8 WARNING neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] rbac_policy is already registered 2026-05-08 20:02:49.126 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 20:02:49.126 8 WARNING neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] security_group is already registered 2026-05-08 20:02:49.126 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 20:02:49.126 8 WARNING neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] security_group_rule is already registered 2026-05-08 20:02:49.127 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 20:02:49.127 8 WARNING neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] subnetpool is already registered 2026-05-08 20:02:49.128 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 20:02:49.128 8 WARNING neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] subnetpool is already registered 2026-05-08 20:02:49.128 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 20:02:49.129 8 WARNING neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] trunk is already registered 2026-05-08 20:02:49.129 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 20:02:49.129 8 WARNING neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] ikepolicy is already registered 2026-05-08 20:02:49.130 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 20:02:49.130 8 WARNING neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] ipsecpolicy is already registered 2026-05-08 20:02:49.130 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 20:02:49.130 8 WARNING neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] endpoint_group is already registered 2026-05-08 20:02:49.131 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 20:02:49.131 8 WARNING neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] vpnservice is already registered 2026-05-08 20:02:49.131 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 20:02:49.132 8 WARNING neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] ipsec_site_connection is already registered 2026-05-08 20:02:49.132 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 20:02:49.132 8 WARNING neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] ipsecpolicy is already registered 2026-05-08 20:02:49.133 8 INFO neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 20:02:49.133 8 WARNING neutron.quota.resource_registry [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] ikepolicy is already registered 2026-05-08 20:02:49.170 8 WARNING keystonemiddleware._common.config [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-08 20:02:49.176 8 WARNING oslo_config.cfg [None req-b2db665f-5ae7-4fc9-a408-6a8d651ecd39 - - - - - -] 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 0x7fe5660f7668 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-08 20:02:53.535 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3b218b8d-1ec3-4a97-b34c-27f7eba3c507 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.109 () {44 vars in 928 bytes} [Fri May 8 20:02:52 2026] GET /v2.0/networks/public => generated 108 bytes in 782 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.109 () {44 vars in 950 bytes} [Fri May 8 20:02:53 2026] GET /v2.0/networks?name=public => generated 15 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:02:54.275 7 WARNING neutron.services.revisions.revision_plugin [None req-62663fde-87e1-43fd-84c1-b08a424ec4b2 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Could not find related network for resource to bump revision. 2026-05-08 20:02:54.295 7 INFO neutron.db.segments_db [None req-62663fde-87e1-43fd-84c1-b08a424ec4b2 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment 73209e0c-ae07-426e-9437-66f056781a62 of type flat for network 005153f1-9c4e-4858-8ca0-bc1673b1fcdf 2026-05-08 20:02:54.336 7 INFO neutron.pecan_wsgi.hooks.translation [None req-62663fde-87e1-43fd-84c1-b08a424ec4b2 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.109 () {48 vars in 968 bytes} [Fri May 8 20:02:53 2026] POST /v2.0/networks => generated 124 bytes in 442 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:03:00.516 8 INFO neutron.pecan_wsgi.hooks.translation [None req-753f038d-55b5-4f4f-83d5-40dfd6ac0c48 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/6] 199.204.45.109 () {44 vars in 928 bytes} [Fri May 8 20:03:00 2026] GET /v2.0/networks/public => generated 108 bytes in 362 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/7] 199.204.45.109 () {44 vars in 950 bytes} [Fri May 8 20:03:00 2026] GET /v2.0/networks?name=public => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:03:00.782 8 WARNING neutron.services.revisions.revision_plugin [None req-0d3f9ac5-c281-4395-9857-ffae0ae7ba94 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Could not find related network for resource to bump revision. 2026-05-08 20:03:00.804 8 INFO neutron.db.segments_db [None req-0d3f9ac5-c281-4395-9857-ffae0ae7ba94 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment acabd4bd-d475-4d4d-bd7b-4ce69a11fdc4 of type flat for network 5aecc0be-aa0b-44e6-bb9a-47c836ee6c83 2026-05-08 20:03:00.857 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0d3f9ac5-c281-4395-9857-ffae0ae7ba94 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/8] 199.204.45.109 () {48 vars in 968 bytes} [Fri May 8 20:03:00 2026] POST /v2.0/networks => generated 124 bytes in 325 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:03:06.730 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e1e3f085-8180-4687-a003-36d0c46156d5 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.109 () {44 vars in 928 bytes} [Fri May 8 20:03:06 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: 7|app: 0|req: 7/11] 199.204.45.109 () {44 vars in 950 bytes} [Fri May 8 20:03:06 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:03:06.801 8 WARNING neutron.services.revisions.revision_plugin [None req-3bbee80d-eeed-4dc1-8c59-8ff27c153af3 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Could not find related network for resource to bump revision. 2026-05-08 20:03:06.815 8 INFO neutron.db.segments_db [None req-3bbee80d-eeed-4dc1-8c59-8ff27c153af3 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment c077fa2a-1f3e-4e59-9215-8bc7af6c47e3 of type flat for network 75dc36f7-25dc-4734-a32c-d7eb6c8b1e16 2026-05-08 20:03:06.842 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3bbee80d-eeed-4dc1-8c59-8ff27c153af3 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.109 () {48 vars in 968 bytes} [Fri May 8 20:03:06 2026] POST /v2.0/networks => generated 124 bytes in 94 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:03:12.672 7 INFO neutron.pecan_wsgi.hooks.translation [None req-742d5f6d-d95f-47c8-851f-0d100fb3d5e9 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.204.45.109 () {44 vars in 928 bytes} [Fri May 8 20:03:12 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/14] 199.204.45.109 () {44 vars in 950 bytes} [Fri May 8 20:03:12 2026] GET /v2.0/networks?name=public => generated 15 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:03:12.734 7 WARNING neutron.services.revisions.revision_plugin [None req-66b056e0-1bed-4e36-93cc-79a8ccf1f25d 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Could not find related network for resource to bump revision. 2026-05-08 20:03:12.752 7 INFO neutron.db.segments_db [None req-66b056e0-1bed-4e36-93cc-79a8ccf1f25d 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment 3d3291b0-f7e7-47c3-abcc-cec20adc7694 of type flat for network 59f1d889-0b69-4190-914f-1c9b2b8cf0fa 2026-05-08 20:03:12.779 7 INFO neutron.pecan_wsgi.hooks.translation [None req-66b056e0-1bed-4e36-93cc-79a8ccf1f25d 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/15] 199.204.45.109 () {48 vars in 968 bytes} [Fri May 8 20:03:12 2026] POST /v2.0/networks => generated 124 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:03:18.672 7 INFO neutron.pecan_wsgi.hooks.translation [None req-03daf569-38e1-4953-8d81-e59b2036ec13 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.109 () {44 vars in 928 bytes} [Fri May 8 20:03:18 2026] GET /v2.0/networks/public => generated 108 bytes in 74 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.109 () {44 vars in 950 bytes} [Fri May 8 20:03: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-08 20:03:18.758 7 WARNING neutron.services.revisions.revision_plugin [None req-5ece1509-95d1-4852-a0cc-535d4ed38902 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Could not find related network for resource to bump revision. 2026-05-08 20:03:18.823 7 INFO neutron.db.segments_db [None req-5ece1509-95d1-4852-a0cc-535d4ed38902 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment 44b057a6-effc-486f-9572-ac0a363549a7 of type flat for network bf887085-9f19-44c1-9185-ec3f2797a409 2026-05-08 20:03:18.848 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5ece1509-95d1-4852-a0cc-535d4ed38902 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.109 () {48 vars in 968 bytes} [Fri May 8 20:03:18 2026] POST /v2.0/networks => generated 124 bytes in 163 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:03:24.692 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8b34bada-8e01-46b0-b53d-7b6a62e86d51 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.109 () {44 vars in 928 bytes} [Fri May 8 20:03:24 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/21] 199.204.45.109 () {44 vars in 950 bytes} [Fri May 8 20:03:24 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:03:25.252 8 WARNING neutron.services.revisions.revision_plugin [None req-0e9a7183-39c9-4eb3-999d-f868bd7c73e9 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Could not find related network for resource to bump revision. 2026-05-08 20:03:25.283 8 INFO neutron.db.segments_db [None req-0e9a7183-39c9-4eb3-999d-f868bd7c73e9 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment 086ecc1b-6bc1-4d98-8292-60cac60fc10e of type flat for network 8d24eec9-649a-49f7-acfe-d10c80b8a50d [pid: 8|app: 0|req: 10/22] 199.204.45.109 () {48 vars in 968 bytes} [Fri May 8 20:03:24 2026] POST /v2.0/networks => generated 706 bytes in 949 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:03:26.959 7 INFO neutron.pecan_wsgi.hooks.translation [None req-42092c39-ef45-43a5-bb12-38de54b645ed 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/23] 199.204.45.109 () {44 vars in 928 bytes} [Fri May 8 20:03:26 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/24] 199.204.45.109 () {44 vars in 950 bytes} [Fri May 8 20:03:26 2026] GET /v2.0/networks?name=public => generated 709 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:03:27.031 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d0adc975-ab51-45ab-beb8-e2406f09e602 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/25] 199.204.45.109 () {44 vars in 1035 bytes} [Fri May 8 20:03:27 2026] GET /v2.0/subnets/public-subnet?network_id=8d24eec9-649a-49f7-acfe-d10c80b8a50d => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/26] 199.204.45.109 () {44 vars in 1058 bytes} [Fri May 8 20:03:27 2026] GET /v2.0/subnets?name=public-subnet&network_id=8d24eec9-649a-49f7-acfe-d10c80b8a50d => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/27] 199.204.45.109 () {48 vars in 966 bytes} [Fri May 8 20:03:27 2026] POST /v2.0/subnets => generated 664 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:08:04.817 7 INFO neutron.pecan_wsgi.hooks.translation [None req-45079528-537c-48e1-82cc-272aa891b42f 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/65] 199.204.45.109 () {44 vars in 938 bytes} [Fri May 8 20:08:04 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/66] 199.204.45.109 () {44 vars in 960 bytes} [Fri May 8 20:08:04 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:08:04.911 7 INFO neutron.db.segments_db [None req-476eee10-5b7d-492f-be49-001f424e4302 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment e2e4c241-2591-457a-a24e-928b130ff5e2 of type vxlan for network 323c3123-2d04-4c96-a6d9-ab5fd62e9c79 [pid: 7|app: 0|req: 35/67] 199.204.45.109 () {48 vars in 967 bytes} [Fri May 8 20:08:04 2026] POST /v2.0/networks => generated 707 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:08:05.945 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c78580bc-0c70-4b64-802c-bfdbc6d83306 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/68] 199.204.45.109 () {44 vars in 938 bytes} [Fri May 8 20:08:05 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/69] 199.204.45.109 () {44 vars in 960 bytes} [Fri May 8 20:08:05 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:08:06.013 8 INFO neutron.pecan_wsgi.hooks.translation [None req-05e81a79-9146-45a3-a37c-44c8e9afe681 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/70] 199.204.45.109 () {44 vars in 1037 bytes} [Fri May 8 20:08:05 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=323c3123-2d04-4c96-a6d9-ab5fd62e9c79 => generated 114 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/71] 199.204.45.109 () {44 vars in 1060 bytes} [Fri May 8 20:08:06 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=323c3123-2d04-4c96-a6d9-ab5fd62e9c79 => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/72] 199.204.45.109 () {48 vars in 966 bytes} [Fri May 8 20:08:06 2026] POST /v2.0/subnets => generated 651 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:08:07.534 7 INFO neutron.api.v2.resource [None req-dcb167ce-7459-4a76-bb08-ddef2f535255 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/73] 199.204.45.109 () {44 vars in 972 bytes} [Fri May 8 20:08:07 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/74] 199.204.45.109 () {44 vars in 994 bytes} [Fri May 8 20:08:07 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/75] 199.204.45.109 () {48 vars in 981 bytes} [Fri May 8 20:08:07 2026] POST /v2.0/security-groups => generated 1616 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/76] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:08:08 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => generated 1616 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/77] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:08:08 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/78] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:08:08 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => generated 1616 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/79] 199.204.45.109 () {48 vars in 992 bytes} [Fri May 8 20:08:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/80] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:08:09 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => generated 2230 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/81] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:08:09 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => generated 2230 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/82] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:08:09 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => generated 2230 bytes in 24 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.109 () {48 vars in 992 bytes} [Fri May 8 20:08:10 2026] POST /v2.0/security-group-rules => generated 603 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/84] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:08:10 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => generated 2846 bytes in 57 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.109 () {44 vars in 1002 bytes} [Fri May 8 20:08:10 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/86] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:08:11 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => generated 2846 bytes in 39 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.109 () {48 vars in 992 bytes} [Fri May 8 20:08:11 2026] POST /v2.0/security-group-rules => generated 603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/88] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:08:11 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => 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: 46/89] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:08:11 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => generated 3462 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/90] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:08:12 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/91] 199.204.45.109 () {48 vars in 992 bytes} [Fri May 8 20:08:12 2026] POST /v2.0/security-group-rules => generated 603 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/92] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:08:12 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => generated 4078 bytes in 61 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.109 () {44 vars in 1002 bytes} [Fri May 8 20:08:13 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => generated 4078 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/94] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:08:13 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => generated 4078 bytes in 39 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.109 () {48 vars in 992 bytes} [Fri May 8 20:08:13 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/96] 199.204.45.109 () {44 vars in 988 bytes} [Fri May 8 20:08:14 2026] GET /v2.0/networks/323c3123-2d04-4c96-a6d9-ab5fd62e9c79 => generated 732 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:08:14.483 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9c07f13b-d333-4bef-ba06-5821e24c3414 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/97] 199.204.45.109 () {44 vars in 1077 bytes} [Fri May 8 20:08:14 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=323c3123-2d04-4c96-a6d9-ab5fd62e9c79 => generated 132 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/98] 199.204.45.109 () {44 vars in 1100 bytes} [Fri May 8 20:08:14 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=323c3123-2d04-4c96-a6d9-ab5fd62e9c79 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/99] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:08:14 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/100] 199.204.45.109 () {48 vars in 962 bytes} [Fri May 8 20:08:14 2026] POST /v2.0/ports => generated 1100 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 20:08:21.395 7 INFO neutron.pecan_wsgi.hooks.translation [None req-40b4288b-6135-4349-a6b7-4eaceec1aa78 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/103] 199.204.45.109 () {44 vars in 980 bytes} [Fri May 8 20:08:21 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /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: 51/104] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:08:21 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/105] 199.204.45.109 () {48 vars in 1032 bytes} [Fri May 8 20:08:21 2026] PUT /v2.0/ports/8571666e-7de9-4248-9635-d91418a60d0f => generated 1249 bytes in 669 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/106] 199.204.45.109 () {44 vars in 921 bytes} [Fri May 8 20:08:23 2026] GET /v2.0/ports => generated 3730 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 20:08:25.020 7 INFO neutron.api.v2.resource [None req-c9149387-ae97-4edb-aa3c-7a551eb7437e 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/107] 199.204.45.109 () {44 vars in 960 bytes} [Fri May 8 20:08:24 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/108] 199.204.45.109 () {44 vars in 982 bytes} [Fri May 8 20:08:25 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => 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: 56/109] 199.204.45.109 () {48 vars in 981 bytes} [Fri May 8 20:08:25 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: 54/110] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:08:26 2026] GET /v2.0/security-groups/c76076eb-3377-4f66-8107-2fcc317ea480 => generated 1610 bytes in 48 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.109 () {44 vars in 1002 bytes} [Fri May 8 20:08:26 2026] GET /v2.0/security-groups/c76076eb-3377-4f66-8107-2fcc317ea480 => generated 1610 bytes in 22 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.109 () {44 vars in 1002 bytes} [Fri May 8 20:08:26 2026] GET /v2.0/security-groups/c76076eb-3377-4f66-8107-2fcc317ea480 => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/113] 199.204.45.109 () {48 vars in 992 bytes} [Fri May 8 20:08:26 2026] POST /v2.0/security-group-rules => generated 623 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/114] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:08:27 2026] GET /v2.0/security-groups/c76076eb-3377-4f66-8107-2fcc317ea480 => generated 2246 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/115] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:08:27 2026] GET /v2.0/security-groups/c76076eb-3377-4f66-8107-2fcc317ea480 => generated 2246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/116] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:08:27 2026] GET /v2.0/security-groups/c76076eb-3377-4f66-8107-2fcc317ea480 => generated 2246 bytes in 29 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.109 () {48 vars in 992 bytes} [Fri May 8 20:08:27 2026] POST /v2.0/security-group-rules => generated 627 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 68/132] 199.204.45.109 () {44 vars in 976 bytes} [Fri May 8 20:10:07 2026] GET /v2.0/quotas/395e2d43ff4c4a3b838b2b8d7aebd775 => 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: 65/133] 199.204.45.109 () {48 vars in 1028 bytes} [Fri May 8 20:10:07 2026] PUT /v2.0/quotas/395e2d43ff4c4a3b838b2b8d7aebd775 => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 20:12:18.275 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b410f572-4def-4f37-8c5b-193bdcc807d2 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 78/152] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:12:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 75/153] 199.204.45.109 () {30 vars in 763 bytes} [Fri May 8 20:12:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:12:19.880 7 INFO neutron.pecan_wsgi.hooks.translation [None req-94723897-c29d-43ee-80f5-f45c34789cbd 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 79/154] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:12:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 76/155] 199.204.45.109 () {30 vars in 763 bytes} [Fri May 8 20:12:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:19:03.010 7 INFO neutron.api.v2.resource [None req-a409529c-6f57-4c14-985f-1b16a5b73aa2 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 107/210] 199.204.45.109 () {44 vars in 1075 bytes} [Fri May 8 20:19:02 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=65161715c56f4858aed28431bf88ba00 => generated 139 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/211] 199.204.45.109 () {44 vars in 1098 bytes} [Fri May 8 20:19:03 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=65161715c56f4858aed28431bf88ba00 => generated 23 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/212] 199.204.45.109 () {48 vars in 982 bytes} [Fri May 8 20:19:03 2026] POST /v2.0/security-groups => generated 1624 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/213] 199.204.45.109 () {44 vars in 1089 bytes} [Fri May 8 20:19:04 2026] GET /v2.0/security-groups/4169f00f-1797-4cef-aba6-5b14d39b4c1f?project_id=65161715c56f4858aed28431bf88ba00 => generated 1624 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/214] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:19:04 2026] GET /v2.0/security-groups/4169f00f-1797-4cef-aba6-5b14d39b4c1f => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/215] 199.204.45.109 () {44 vars in 1089 bytes} [Fri May 8 20:19:04 2026] GET /v2.0/security-groups/4169f00f-1797-4cef-aba6-5b14d39b4c1f?project_id=65161715c56f4858aed28431bf88ba00 => 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: 110/216] 199.204.45.109 () {48 vars in 992 bytes} [Fri May 8 20:19:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/217] 199.204.45.109 () {44 vars in 1089 bytes} [Fri May 8 20:19:05 2026] GET /v2.0/security-groups/4169f00f-1797-4cef-aba6-5b14d39b4c1f?project_id=65161715c56f4858aed28431bf88ba00 => generated 2234 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/218] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:19:05 2026] GET /v2.0/security-groups/4169f00f-1797-4cef-aba6-5b14d39b4c1f => 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: 108/219] 199.204.45.109 () {44 vars in 1089 bytes} [Fri May 8 20:19:05 2026] GET /v2.0/security-groups/4169f00f-1797-4cef-aba6-5b14d39b4c1f?project_id=65161715c56f4858aed28431bf88ba00 => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/220] 199.204.45.109 () {48 vars in 992 bytes} [Fri May 8 20:19:05 2026] POST /v2.0/security-group-rules => generated 599 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/221] 199.204.45.109 () {44 vars in 1089 bytes} [Fri May 8 20:19:06 2026] GET /v2.0/security-groups/4169f00f-1797-4cef-aba6-5b14d39b4c1f?project_id=65161715c56f4858aed28431bf88ba00 => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/222] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:19:06 2026] GET /v2.0/security-groups/4169f00f-1797-4cef-aba6-5b14d39b4c1f => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/223] 199.204.45.109 () {44 vars in 1089 bytes} [Fri May 8 20:19:06 2026] GET /v2.0/security-groups/4169f00f-1797-4cef-aba6-5b14d39b4c1f?project_id=65161715c56f4858aed28431bf88ba00 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/224] 199.204.45.109 () {48 vars in 992 bytes} [Fri May 8 20:19:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/225] 199.204.45.109 () {44 vars in 1089 bytes} [Fri May 8 20:19:07 2026] GET /v2.0/security-groups/4169f00f-1797-4cef-aba6-5b14d39b4c1f?project_id=65161715c56f4858aed28431bf88ba00 => generated 3460 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/226] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:19:07 2026] GET /v2.0/security-groups/4169f00f-1797-4cef-aba6-5b14d39b4c1f => generated 3460 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/227] 199.204.45.109 () {44 vars in 1089 bytes} [Fri May 8 20:19:07 2026] GET /v2.0/security-groups/4169f00f-1797-4cef-aba6-5b14d39b4c1f?project_id=65161715c56f4858aed28431bf88ba00 => generated 3460 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/228] 199.204.45.109 () {48 vars in 992 bytes} [Fri May 8 20:19:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/247] 199.204.45.109 () {30 vars in 740 bytes} [Fri May 8 20:21:19 2026] GET /v2.0/networks?tenant_id=65161715c56f4858aed28431bf88ba00&shared=False => generated 15 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:21:19.661 8 INFO neutron.db.segments_db [None req-6f7ef527-589c-4262-b3ac-47c9a2a7c731 dbb06ac30f1f42f4937edc435e12be66 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Added segment 3533b619-c172-4784-82d0-8493a6c44d88 of type vxlan for network 038d3f28-3450-4772-8a20-f218f7022331 [pid: 8|app: 0|req: 122/248] 199.204.45.109 () {34 vars in 682 bytes} [Fri May 8 20:21:19 2026] POST /v2.0/networks => generated 718 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/249] 199.204.45.109 () {30 vars in 722 bytes} [Fri May 8 20:21:19 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 123/250] 199.204.45.109 () {30 vars in 633 bytes} [Fri May 8 20:21:19 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/251] 199.204.45.109 () {34 vars in 677 bytes} [Fri May 8 20:21:19 2026] POST /v2.0/ports => generated 999 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/252] 199.204.45.109 () {30 vars in 703 bytes} [Fri May 8 20:21:20 2026] GET /v2.0/networks/038d3f28-3450-4772-8a20-f218f7022331 => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/253] 199.204.45.109 () {30 vars in 722 bytes} [Fri May 8 20:21:22 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/254] 199.204.45.109 () {30 vars in 703 bytes} [Fri May 8 20:21:22 2026] GET /v2.0/networks/038d3f28-3450-4772-8a20-f218f7022331 => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/257] 199.204.45.109 () {44 vars in 976 bytes} [Fri May 8 20:21:39 2026] GET /v2.0/quotas/65161715c56f4858aed28431bf88ba00 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/258] 199.204.45.109 () {48 vars in 1028 bytes} [Fri May 8 20:21:40 2026] PUT /v2.0/quotas/65161715c56f4858aed28431bf88ba00 => generated 291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:32:28.983 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5b8c0cba-9dcd-4e42-8888-d96a1859f558 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 171/345] 199.204.45.109 () {44 vars in 928 bytes} [Fri May 8 20:32:28 2026] GET /v2.0/networks/public => generated 108 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/346] 199.204.45.109 () {44 vars in 950 bytes} [Fri May 8 20:32:28 2026] GET /v2.0/networks?name=public => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:32:30.187 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bac11ee1-448c-4e39-b7ae-acee89076b05 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 172/347] 199.204.45.109 () {44 vars in 928 bytes} [Fri May 8 20:32:30 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/348] 199.204.45.109 () {44 vars in 950 bytes} [Fri May 8 20:32:30 2026] GET /v2.0/networks?name=public => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:32:30.264 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0897ab1d-fa70-4e6b-a09b-85770cc4a525 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 173/349] 199.204.45.109 () {44 vars in 1035 bytes} [Fri May 8 20:32:30 2026] GET /v2.0/subnets/public-subnet?network_id=8d24eec9-649a-49f7-acfe-d10c80b8a50d => generated 113 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/350] 199.204.45.109 () {44 vars in 1058 bytes} [Fri May 8 20:32:30 2026] GET /v2.0/subnets?name=public-subnet&network_id=8d24eec9-649a-49f7-acfe-d10c80b8a50d => generated 667 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:32:57.138 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1117b52e-3c52-41c6-af70-6b8ca6625364 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/355] 199.204.45.109 () {44 vars in 938 bytes} [Fri May 8 20:32:57 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/356] 199.204.45.109 () {44 vars in 960 bytes} [Fri May 8 20:32:57 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:32:58.105 7 INFO neutron.pecan_wsgi.hooks.translation [None req-52082fd7-8e38-4439-b8d8-6d97b2a98477 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/357] 199.204.45.109 () {44 vars in 938 bytes} [Fri May 8 20:32:58 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/358] 199.204.45.109 () {44 vars in 960 bytes} [Fri May 8 20:32:58 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:32:58.172 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b16e041a-84ff-48fa-aae2-240852d1692b 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 182/359] 199.204.45.109 () {44 vars in 1037 bytes} [Fri May 8 20:32:58 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=323c3123-2d04-4c96-a6d9-ab5fd62e9c79 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/360] 199.204.45.109 () {44 vars in 1060 bytes} [Fri May 8 20:32:58 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=323c3123-2d04-4c96-a6d9-ab5fd62e9c79 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:32:59.343 7 INFO neutron.api.v2.resource [None req-9692e73c-d54a-49bc-8d58-15759cb0ae81 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/361] 199.204.45.109 () {44 vars in 972 bytes} [Fri May 8 20:32:59 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/362] 199.204.45.109 () {44 vars in 994 bytes} [Fri May 8 20:32:59 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/363] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:33:00 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/364] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:33:00 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/365] 199.204.45.109 () {44 vars in 1012 bytes} [Fri May 8 20:33:00 2026] GET /v2.0/security-group-rules/002aa76c-1e5c-4ecd-b75b-e22b164cffe7 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/368] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:33:01 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => 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: 187/369] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:33:01 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/370] 199.204.45.109 () {44 vars in 1012 bytes} [Fri May 8 20:33:01 2026] GET /v2.0/security-group-rules/f7d9e202-1381-41be-933a-1611a4af3cec => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/371] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:33:02 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/372] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:33:02 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => 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: 189/373] 199.204.45.109 () {44 vars in 1012 bytes} [Fri May 8 20:33:02 2026] GET /v2.0/security-group-rules/c21a33a7-09c1-4dc3-a5b1-c02bf9ae9787 => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/374] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:33:03 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/375] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:33:03 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/376] 199.204.45.109 () {44 vars in 1012 bytes} [Fri May 8 20:33:03 2026] GET /v2.0/security-group-rules/e1dc3343-01c9-442d-b3ca-6308ab058979 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/377] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:33:04 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/378] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:33:04 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => 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: 192/379] 199.204.45.109 () {44 vars in 1012 bytes} [Fri May 8 20:33:04 2026] GET /v2.0/security-group-rules/9794907d-6bdd-4c7b-bd19-0e3236b5a1d5 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/380] 199.204.45.109 () {44 vars in 988 bytes} [Fri May 8 20:33:05 2026] GET /v2.0/networks/323c3123-2d04-4c96-a6d9-ab5fd62e9c79 => generated 732 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:33:05.688 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7f8dc4de-13f4-4dd4-86bc-55a9c669386e 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 193/381] 199.204.45.109 () {44 vars in 1077 bytes} [Fri May 8 20:33:05 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=323c3123-2d04-4c96-a6d9-ab5fd62e9c79 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/382] 199.204.45.109 () {44 vars in 1100 bytes} [Fri May 8 20:33:05 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=323c3123-2d04-4c96-a6d9-ab5fd62e9c79 => generated 1254 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/383] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:33:05 2026] GET /v2.0/security-groups/1601a70a-6b52-4f85-be8f-53192990d2ad => generated 4694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:33:12.949 8 INFO neutron.pecan_wsgi.hooks.translation [None req-11085948-5337-41d6-b4fc-4e27dbd39c8d 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 190/384] 199.204.45.109 () {44 vars in 980 bytes} [Fri May 8 20:33:12 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/385] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:33:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/386] 199.204.45.109 () {44 vars in 921 bytes} [Fri May 8 20:33:14 2026] GET /v2.0/ports => generated 4725 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:33:15.556 7 INFO neutron.api.v2.resource [None req-32e7655b-305d-46b2-9c14-cef831440d7b 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 196/387] 199.204.45.109 () {44 vars in 960 bytes} [Fri May 8 20:33:15 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/388] 199.204.45.109 () {44 vars in 982 bytes} [Fri May 8 20:33:15 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/391] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:33:16 2026] GET /v2.0/security-groups/c76076eb-3377-4f66-8107-2fcc317ea480 => generated 2886 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/392] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:33:16 2026] GET /v2.0/security-groups/c76076eb-3377-4f66-8107-2fcc317ea480 => generated 2886 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/393] 199.204.45.109 () {44 vars in 1012 bytes} [Fri May 8 20:33:16 2026] GET /v2.0/security-group-rules/4e00fbf7-0d82-42db-a1de-6702818af13d => generated 623 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/394] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:33:17 2026] GET /v2.0/security-groups/c76076eb-3377-4f66-8107-2fcc317ea480 => generated 2886 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/395] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:33:17 2026] GET /v2.0/security-groups/c76076eb-3377-4f66-8107-2fcc317ea480 => generated 2886 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/396] 199.204.45.109 () {44 vars in 1012 bytes} [Fri May 8 20:33:17 2026] GET /v2.0/security-group-rules/ec7b00de-ef49-42a5-a65d-0622b1586bd6 => generated 627 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/397] 199.204.45.109 () {44 vars in 976 bytes} [Fri May 8 20:33:28 2026] GET /v2.0/quotas/395e2d43ff4c4a3b838b2b8d7aebd775 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:34:19.115 8 INFO neutron.api.v2.resource [None req-4f3d345d-1f90-417b-ae31-6a8ad2faf5e9 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 201/406] 199.204.45.109 () {44 vars in 1075 bytes} [Fri May 8 20:34:19 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=65161715c56f4858aed28431bf88ba00 => generated 139 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/407] 199.204.45.109 () {44 vars in 1098 bytes} [Fri May 8 20:34:19 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=65161715c56f4858aed28431bf88ba00 => generated 4072 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/408] 199.204.45.109 () {44 vars in 1089 bytes} [Fri May 8 20:34:20 2026] GET /v2.0/security-groups/4169f00f-1797-4cef-aba6-5b14d39b4c1f?project_id=65161715c56f4858aed28431bf88ba00 => generated 4075 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.109 () {44 vars in 1002 bytes} [Fri May 8 20:34:20 2026] GET /v2.0/security-groups/4169f00f-1797-4cef-aba6-5b14d39b4c1f => generated 4075 bytes in 39 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.109 () {44 vars in 1012 bytes} [Fri May 8 20:34:20 2026] GET /v2.0/security-group-rules/6013a1b3-43e5-46e3-9aa6-2a49fc97304a => generated 597 bytes in 18 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.109 () {44 vars in 1089 bytes} [Fri May 8 20:34:21 2026] GET /v2.0/security-groups/4169f00f-1797-4cef-aba6-5b14d39b4c1f?project_id=65161715c56f4858aed28431bf88ba00 => generated 4075 bytes in 66 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.109 () {44 vars in 1002 bytes} [Fri May 8 20:34:21 2026] GET /v2.0/security-groups/4169f00f-1797-4cef-aba6-5b14d39b4c1f => generated 4075 bytes in 33 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.109 () {44 vars in 1012 bytes} [Fri May 8 20:34:21 2026] GET /v2.0/security-group-rules/f7787e2d-1b20-4b77-a490-c7c104f68f37 => generated 599 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/414] 199.204.45.109 () {44 vars in 1089 bytes} [Fri May 8 20:34:22 2026] GET /v2.0/security-groups/4169f00f-1797-4cef-aba6-5b14d39b4c1f?project_id=65161715c56f4858aed28431bf88ba00 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/415] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:34:22 2026] GET /v2.0/security-groups/4169f00f-1797-4cef-aba6-5b14d39b4c1f => generated 4075 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/416] 199.204.45.109 () {44 vars in 1012 bytes} [Fri May 8 20:34:22 2026] GET /v2.0/security-group-rules/6272cda2-f892-451e-9078-1e8119239b2e => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/417] 199.204.45.109 () {44 vars in 1089 bytes} [Fri May 8 20:34:23 2026] GET /v2.0/security-groups/4169f00f-1797-4cef-aba6-5b14d39b4c1f?project_id=65161715c56f4858aed28431bf88ba00 => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/418] 199.204.45.109 () {44 vars in 1002 bytes} [Fri May 8 20:34:23 2026] GET /v2.0/security-groups/4169f00f-1797-4cef-aba6-5b14d39b4c1f => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/419] 199.204.45.109 () {44 vars in 1012 bytes} [Fri May 8 20:34:23 2026] GET /v2.0/security-group-rules/fb3abed5-7366-4f6f-b51e-dc6f6099802f => generated 602 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/420] 199.204.45.109 () {44 vars in 976 bytes} [Fri May 8 20:34:30 2026] GET /v2.0/quotas/65161715c56f4858aed28431bf88ba00 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/429] 199.204.45.109 () {44 vars in 950 bytes} [Fri May 8 20:35:21 2026] GET /v2.0/networks?name=public => generated 753 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/436] 10.0.0.181 () {32 vars in 649 bytes} [Fri May 8 20:36:01 2026] GET /v2.0/networks => generated 2168 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/437] 10.0.0.181 () {32 vars in 655 bytes} [Fri May 8 20:36:02 2026] GET /v2.0/floatingips => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/438] 10.0.0.181 () {32 vars in 647 bytes} [Fri May 8 20:36:03 2026] GET /v2.0/routers => generated 15 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/439] 10.0.0.181 () {32 vars in 643 bytes} [Fri May 8 20:36:03 2026] GET /v2.0/ports => generated 4725 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/440] 10.0.0.181 () {32 vars in 647 bytes} [Fri May 8 20:36:03 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/441] 10.0.0.181 () {32 vars in 649 bytes} [Fri May 8 20:36:03 2026] GET /v2.0/networks => generated 2168 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/442] 10.0.0.181 () {32 vars in 663 bytes} [Fri May 8 20:36:03 2026] GET /v2.0/security-groups => generated 17401 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/443] 10.0.0.181 () {32 vars in 655 bytes} [Fri May 8 20:36:03 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-08 20:36:14.184 7 INFO neutron.db.segments_db [None req-1699fe61-1a86-4b6c-8737-8a1c58d6aef2 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment cd93eaa4-2b8d-4f90-8ffd-f61310642583 of type vxlan for network 7a3d24a0-2605-4e93-912e-b1a349ad4ab9 2026-05-08 20:36:14.200 8 INFO neutron.db.segments_db [None req-ed5f47f4-0490-4564-bb3f-d6066e5fdc8d 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment 7ba74510-feb6-4270-9043-82c83e708bd5 of type vxlan for network 6b5a8661-6967-4fe8-ab50-8e42f0740b72 [pid: 7|app: 0|req: 225/444] 10.0.0.181 () {34 vars in 671 bytes} [Fri May 8 20:36:13 2026] POST /v2.0/networks => generated 745 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/445] 10.0.0.181 () {34 vars in 671 bytes} [Fri May 8 20:36:13 2026] POST /v2.0/networks => generated 747 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/446] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:36:14 2026] POST /v2.0/subnets => generated 692 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:36:14.558 7 INFO neutron.db.segments_db [None req-f95e0dc2-94b0-41c7-bb76-6e53677f98bb 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment 485df064-cfa0-4122-824f-3d8dae420e00 of type vxlan for network a4e66fb9-4cfe-48ff-b42d-1a683eab98c8 [pid: 7|app: 0|req: 226/447] 10.0.0.181 () {34 vars in 671 bytes} [Fri May 8 20:36:14 2026] POST /v2.0/networks => generated 737 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/448] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:36:14 2026] POST /v2.0/subnets => generated 695 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:36:14.686 7 INFO neutron.db.segments_db [None req-9c05525f-1899-4438-9db6-73c63231e38f 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment f34eb535-7a17-46a8-aaae-c7a97b196fe1 of type vxlan for network 270b70c0-3354-467f-a4dd-58234b2ed9aa [pid: 8|app: 0|req: 223/449] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:36:14 2026] GET /v2.0/security-groups?tenant_id=b5e94177a17e477da6cdf0de41f0179c&name=default => generated 2921 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:36:14.925 7 INFO neutron.db.l3_hamode_db [None req-9c05525f-1899-4438-9db6-73c63231e38f 991ebf80fd174736bef125ebf5c309b7 e96c56df1f954e2cb6aa7b3c8d6d1ec7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 224/450] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:36:14 2026] POST /v2.0/subnets => generated 684 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:36:15.110 8 INFO neutron.db.segments_db [None req-23d81046-afa6-44e4-905f-e0386627457a 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment 4eb213b0-6896-4b5b-bd25-f0f7116fc467 of type vxlan for network 9b71dd85-512e-4320-9488-6fab4011b6d7 2026-05-08 20:36:15.358 8 INFO neutron.db.l3_hamode_db [None req-23d81046-afa6-44e4-905f-e0386627457a 991ebf80fd174736bef125ebf5c309b7 70f2ddd01dcd4a32900202a6e44b86cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 20:36:15.871 7 INFO neutron.db.l3_hamode_db [None req-9c05525f-1899-4438-9db6-73c63231e38f 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 20:36:16.254 8 INFO neutron.db.l3_hamode_db [None req-23d81046-afa6-44e4-905f-e0386627457a 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 227/451] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:36:14 2026] POST /v2.0/routers => generated 732 bytes in 2479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/452] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:36:17 2026] DELETE /v2.0/security-groups/87149124-c199-424b-9791-9a4f3bef2bb0 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:36:17.263 7 INFO neutron.db.segments_db [None req-afca5a63-8e1f-4b56-bb1b-592ab78ffd53 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment 9a3ffa51-0de0-4822-8630-85269fe376e1 of type vxlan for network 10e21292-6e8f-40e9-85e1-97e43b44a256 [pid: 8|app: 0|req: 225/453] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:36:15 2026] POST /v2.0/routers => generated 735 bytes in 2390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:36:17.500 7 INFO neutron.db.l3_hamode_db [None req-afca5a63-8e1f-4b56-bb1b-592ab78ffd53 991ebf80fd174736bef125ebf5c309b7 eb52a180ae09423b98cc04b29ec7c9de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 20:36:18.298 7 INFO neutron.db.l3_hamode_db [None req-afca5a63-8e1f-4b56-bb1b-592ab78ffd53 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 228/456] 10.0.0.181 () {34 vars in 783 bytes} [Fri May 8 20:36:17 2026] PUT /v2.0/routers/80b0783b-a1f7-4559-b721-635e1ea30401/add_router_interface => generated 309 bytes in 1125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/457] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:36:17 2026] POST /v2.0/routers => generated 724 bytes in 2000 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:36:19.475 7 INFO neutron.db.segments_db [None req-7e0660a4-5730-485c-99df-72736d18f1ba 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment d6fdeb67-2b8c-4080-bfce-4118f96cce2b of type vxlan for network 7728e569-fe2b-4ff5-a672-8c79b5fd649e [pid: 7|app: 0|req: 230/458] 10.0.0.181 () {34 vars in 671 bytes} [Fri May 8 20:36:19 2026] POST /v2.0/networks => generated 748 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/459] 10.0.0.181 () {34 vars in 783 bytes} [Fri May 8 20:36:18 2026] PUT /v2.0/routers/0188a3ff-2637-4bf7-93b2-99c915037fae/add_router_interface => generated 309 bytes in 1206 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/460] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:36:19 2026] POST /v2.0/subnets => generated 695 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/461] 10.0.0.169 () {38 vars in 971 bytes} [Fri May 8 20:36:19 2026] POST /v2.0/security-groups => generated 1681 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 20:36:20.221 8 INFO neutron.db.segments_db [None req-5632cc1a-57d9-44b6-8d12-149817d6ea86 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment d7092a80-5103-4a7e-b489-6d75a56faa47 of type vxlan for network c04da51e-9e51-43dd-b1d1-07b548036237 2026-05-08 20:36:20.510 8 INFO neutron.db.l3_hamode_db [None req-5632cc1a-57d9-44b6-8d12-149817d6ea86 991ebf80fd174736bef125ebf5c309b7 e75ee1b8b0ec4d7286ed1e873e2bec43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 231/462] 10.0.0.181 () {34 vars in 783 bytes} [Fri May 8 20:36:19 2026] PUT /v2.0/routers/d03d848d-6168-4df4-b9fa-1104374c254b/add_router_interface => generated 309 bytes in 1119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/463] 10.0.0.169 () {38 vars in 971 bytes} [Fri May 8 20:36:20 2026] POST /v2.0/security-groups => generated 1686 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/464] 10.0.0.169 () {38 vars in 971 bytes} [Fri May 8 20:36:20 2026] POST /v2.0/security-groups => generated 1682 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/465] 10.0.0.169 () {34 vars in 991 bytes} [Fri May 8 20:36:20 2026] GET /v2.0/security-groups/280e5eca-8310-484f-a596-10a58e13b181 => generated 1686 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/466] 10.0.0.169 () {38 vars in 971 bytes} [Fri May 8 20:36:21 2026] POST /v2.0/security-groups => generated 1681 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/467] 10.0.0.169 () {38 vars in 981 bytes} [Fri May 8 20:36:21 2026] POST /v2.0/security-group-rules => generated 614 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:36:21.278 8 INFO neutron.db.l3_hamode_db [None req-5632cc1a-57d9-44b6-8d12-149817d6ea86 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 237/468] 10.0.0.181 () {34 vars in 685 bytes} [Fri May 8 20:36:21 2026] POST /v2.0/security-groups => generated 1661 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/469] 10.0.0.169 () {34 vars in 1002 bytes} [Fri May 8 20:36:21 2026] GET /v2.0/security-groups?tenant_id=e96c56df1f954e2cb6aa7b3c8d6d1ec7 => generated 7905 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/470] 10.0.0.169 () {38 vars in 971 bytes} [Fri May 8 20:36:21 2026] POST /v2.0/security-groups => generated 1685 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/471] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:36:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/472] 10.0.0.169 () {34 vars in 991 bytes} [Fri May 8 20:36:21 2026] GET /v2.0/security-groups/57f76d23-3d1e-41d8-94f7-c3a2421a56ad => generated 2918 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/473] 10.0.0.169 () {34 vars in 991 bytes} [Fri May 8 20:36:21 2026] GET /v2.0/security-groups/ec866d63-5ea9-4392-bc42-f7c68317a909 => generated 1685 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/474] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:36:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/475] 10.0.0.169 () {34 vars in 991 bytes} [Fri May 8 20:36:21 2026] GET /v2.0/security-groups/57f76d23-3d1e-41d8-94f7-c3a2421a56ad => generated 2918 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/476] 10.0.0.169 () {38 vars in 981 bytes} [Fri May 8 20:36:21 2026] POST /v2.0/security-group-rules => generated 614 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/477] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:36:20 2026] POST /v2.0/routers => generated 735 bytes in 1837 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/478] 10.0.0.169 () {34 vars in 991 bytes} [Fri May 8 20:36:22 2026] GET /v2.0/security-groups/7a3df3da-fd63-43fb-bae0-a2fe3797f6f8 => generated 1681 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/479] 10.0.0.169 () {34 vars in 991 bytes} [Fri May 8 20:36:22 2026] GET /v2.0/security-groups/ec866d63-5ea9-4392-bc42-f7c68317a909 => generated 2310 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/480] 10.0.0.181 () {34 vars in 676 bytes} [Fri May 8 20:36:21 2026] POST /v2.0/floatingips => generated 552 bytes in 779 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/481] 10.0.0.169 () {36 vars in 1013 bytes} [Fri May 8 20:36:22 2026] DELETE /v2.0/security-groups/7a3df3da-fd63-43fb-bae0-a2fe3797f6f8 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/482] 10.0.0.169 () {38 vars in 981 bytes} [Fri May 8 20:36:22 2026] POST /v2.0/security-group-rules => generated 619 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:36:22.910 7 INFO neutron.api.v2.resource [req-7f943479-d205-4580-b62e-14678a7035ca req-736978ac-a53c-4433-966b-c23862642880 c0ec858891f14d919b38736544f5ce47 e96c56df1f954e2cb6aa7b3c8d6d1ec7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 249/483] 10.0.0.169 () {34 vars in 991 bytes} [Fri May 8 20:36:22 2026] GET /v2.0/security-groups/7a3df3da-fd63-43fb-bae0-a2fe3797f6f8 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/484] 10.0.0.169 () {34 vars in 991 bytes} [Fri May 8 20:36:22 2026] GET /v2.0/security-groups/ec866d63-5ea9-4392-bc42-f7c68317a909 => generated 2940 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/485] 10.0.0.169 () {34 vars in 991 bytes} [Fri May 8 20:36:22 2026] GET /v2.0/security-groups/ee1127c8-4259-4c44-9f9c-93a11a99dec0 => generated 1682 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/486] 10.0.0.169 () {34 vars in 1001 bytes} [Fri May 8 20:36:22 2026] GET /v2.0/security-group-rules/cf8d5430-97f4-4988-b0df-9222f6f229e6 => generated 616 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/487] 10.0.0.169 () {36 vars in 1013 bytes} [Fri May 8 20:36:22 2026] DELETE /v2.0/security-groups/ee1127c8-4259-4c44-9f9c-93a11a99dec0 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/488] 10.0.0.169 () {34 vars in 991 bytes} [Fri May 8 20:36:23 2026] GET /v2.0/security-groups/ec866d63-5ea9-4392-bc42-f7c68317a909 => generated 2940 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/489] 10.0.0.169 () {36 vars in 1023 bytes} [Fri May 8 20:36:23 2026] DELETE /v2.0/security-group-rules/cf8d5430-97f4-4988-b0df-9222f6f229e6 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/490] 10.0.0.169 () {34 vars in 1100 bytes} [Fri May 8 20:36:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1006902824&fields=id&tenant_id=eb52a180ae09423b98cc04b29ec7c9de => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:36:23.235 7 INFO neutron.api.v2.resource [req-5b9d4b1d-2e11-4736-9e8b-4be8af756c5b req-b34d2fd1-6b71-4bbf-922c-12fdb4cc9343 c0ec858891f14d919b38736544f5ce47 e96c56df1f954e2cb6aa7b3c8d6d1ec7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 257/491] 10.0.0.169 () {34 vars in 991 bytes} [Fri May 8 20:36:23 2026] GET /v2.0/security-groups/ee1127c8-4259-4c44-9f9c-93a11a99dec0 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/492] 10.0.0.169 () {34 vars in 982 bytes} [Fri May 8 20:36:23 2026] GET /v2.0/networks?id=a4e66fb9-4cfe-48ff-b42d-1a683eab98c8 => generated 669 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/493] 10.0.0.169 () {34 vars in 991 bytes} [Fri May 8 20:36:23 2026] GET /v2.0/security-groups/ec866d63-5ea9-4392-bc42-f7c68317a909 => generated 2310 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/494] 10.0.0.169 () {34 vars in 965 bytes} [Fri May 8 20:36:23 2026] GET /v2.0/quotas/eb52a180ae09423b98cc04b29ec7c9de => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/495] 10.0.0.181 () {34 vars in 783 bytes} [Fri May 8 20:36:22 2026] PUT /v2.0/routers/01b8b171-ce62-4cca-98f0-e775d6dd6b39/add_router_interface => generated 309 bytes in 1301 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/496] 10.0.0.169 () {36 vars in 1013 bytes} [Fri May 8 20:36:23 2026] DELETE /v2.0/security-groups/ec866d63-5ea9-4392-bc42-f7c68317a909 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/497] 10.0.0.169 () {34 vars in 991 bytes} [Fri May 8 20:36:23 2026] GET /v2.0/security-groups/75481fcc-5cb2-4d41-a137-70b0f67beadc => generated 1681 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/498] 10.0.0.169 () {34 vars in 1002 bytes} [Fri May 8 20:36:23 2026] GET /v2.0/ports?tenant_id=eb52a180ae09423b98cc04b29ec7c9de&fields=id => generated 103 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/499] 10.0.0.169 () {36 vars in 1013 bytes} [Fri May 8 20:36:23 2026] DELETE /v2.0/security-groups/75481fcc-5cb2-4d41-a137-70b0f67beadc => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/500] 10.0.0.169 () {34 vars in 991 bytes} [Fri May 8 20:36:23 2026] GET /v2.0/security-groups/280e5eca-8310-484f-a596-10a58e13b181 => generated 2311 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/501] 10.0.0.169 () {36 vars in 1013 bytes} [Fri May 8 20:36:23 2026] DELETE /v2.0/security-groups/280e5eca-8310-484f-a596-10a58e13b181 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:36:23.689 7 INFO neutron.api.v2.resource [req-c7dfc05d-f05d-4a99-8a6e-be9a79afcf4f req-bdef0af2-2f7a-4b52-a834-66ada4a4d378 c0ec858891f14d919b38736544f5ce47 e96c56df1f954e2cb6aa7b3c8d6d1ec7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 265/502] 10.0.0.169 () {34 vars in 991 bytes} [Fri May 8 20:36:23 2026] GET /v2.0/security-groups/75481fcc-5cb2-4d41-a137-70b0f67beadc => 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: 266/503] 10.0.0.169 () {34 vars in 1002 bytes} [Fri May 8 20:36:23 2026] GET /v2.0/security-groups?tenant_id=e96c56df1f954e2cb6aa7b3c8d6d1ec7 => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/504] 10.0.0.169 () {34 vars in 991 bytes} [Fri May 8 20:36:23 2026] GET /v2.0/security-groups/57f76d23-3d1e-41d8-94f7-c3a2421a56ad => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/505] 10.0.0.169 () {34 vars in 991 bytes} [Fri May 8 20:36:23 2026] GET /v2.0/security-groups/57f76d23-3d1e-41d8-94f7-c3a2421a56ad => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/506] 10.0.0.169 () {34 vars in 907 bytes} [Fri May 8 20:36:23 2026] GET /v2.0/extensions => generated 21537 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/507] 10.0.0.169 () {34 vars in 1008 bytes} [Fri May 8 20:36:23 2026] GET /v2.0/networks/a4e66fb9-4cfe-48ff-b42d-1a683eab98c8?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:36:23.953 7 INFO neutron.api.v2.resource [req-d19801af-5e06-4205-b3a1-9b93eb6ba1d7 req-523efee2-243b-4dfc-af74-26f2346b43df c0ec858891f14d919b38736544f5ce47 e96c56df1f954e2cb6aa7b3c8d6d1ec7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 271/508] 10.0.0.169 () {34 vars in 991 bytes} [Fri May 8 20:36:23 2026] GET /v2.0/security-groups/75481fcc-5cb2-4d41-a137-70b0f67beadc => generated 146 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/509] 10.0.0.181 () {34 vars in 685 bytes} [Fri May 8 20:36:23 2026] POST /v2.0/security-groups => generated 1660 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 20:36:24.120 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e69df78-2eae-40ba-a07e-d79ec990960b 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 9b35503f-64cc-48bd-83a2-3b3773f3f20e [pid: 7|app: 0|req: 273/510] 10.0.0.169 () {34 vars in 1108 bytes} [Fri May 8 20:36:24 2026] GET /v2.0/networks/a4e66fb9-4cfe-48ff-b42d-1a683eab98c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:36:24.128 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e69df78-2eae-40ba-a07e-d79ec990960b 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 9b35503f-64cc-48bd-83a2-3b3773f3f20e 2026-05-08 20:36:24.139 7 INFO neutron.api.v2.resource [req-b41b0482-c6b7-4ee3-ab63-2b61945d418c req-63fbc44b-1a3c-4212-aa03-3b8b6ce1a57f c0ec858891f14d919b38736544f5ce47 e96c56df1f954e2cb6aa7b3c8d6d1ec7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 274/511] 10.0.0.169 () {34 vars in 991 bytes} [Fri May 8 20:36:24 2026] GET /v2.0/security-groups/ee1127c8-4259-4c44-9f9c-93a11a99dec0 => 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: 275/512] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:36:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:36:24.255 7 INFO neutron.api.v2.resource [req-35507f2c-ab0e-44bb-9741-92db35a32de9 req-caa448d7-e78c-4c9c-8d33-0a78117ba8f1 c0ec858891f14d919b38736544f5ce47 e96c56df1f954e2cb6aa7b3c8d6d1ec7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 276/513] 10.0.0.169 () {34 vars in 991 bytes} [Fri May 8 20:36:24 2026] GET /v2.0/security-groups/7a3df3da-fd63-43fb-bae0-a2fe3797f6f8 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/514] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:36:24 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: 238/515] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:36:23 2026] PUT /v2.0/routers/0188a3ff-2637-4bf7-93b2-99c915037fae/remove_router_interface => generated 309 bytes in 1074 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/516] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:24 2026] GET /v2.0/ports?device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:36:24.861 7 INFO neutron_taas.services.taas.taas_plugin [None req-ddfb1ae0-2287-4214-aa94-ab0ef44050e9 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 66da52e9-169e-4015-9e72-15b7654a5146 2026-05-08 20:36:24.871 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddfb1ae0-2287-4214-aa94-ab0ef44050e9 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 66da52e9-169e-4015-9e72-15b7654a5146 [pid: 8|app: 0|req: 240/517] 10.0.0.181 () {34 vars in 676 bytes} [Fri May 8 20:36:24 2026] POST /v2.0/floatingips => generated 552 bytes in 618 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/518] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:36:24 2026] PUT /v2.0/routers/80b0783b-a1f7-4559-b721-635e1ea30401/remove_router_interface => generated 309 bytes in 1091 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:25.596 8 INFO neutron_taas.services.taas.taas_plugin [None req-be761da3-ad6c-4336-a0ca-e775aed84ebb 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: cddb74dc-5f6a-4fff-afa8-2a4aeea3d399 2026-05-08 20:36:25.599 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be761da3-ad6c-4336-a0ca-e775aed84ebb 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: cddb74dc-5f6a-4fff-afa8-2a4aeea3d399 2026-05-08 20:36:25.672 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c6c347e-5544-4343-8fb1-884065aa9655 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: c3ef28f8-dbfa-45aa-94e2-c153cef2d311 2026-05-08 20:36:25.676 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c6c347e-5544-4343-8fb1-884065aa9655 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: c3ef28f8-dbfa-45aa-94e2-c153cef2d311 2026-05-08 20:36:25.847 8 INFO neutron_taas.services.taas.taas_plugin [None req-be761da3-ad6c-4336-a0ca-e775aed84ebb 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: f1022701-0f97-4121-9ba8-628a00d32c94 2026-05-08 20:36:25.850 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be761da3-ad6c-4336-a0ca-e775aed84ebb 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: f1022701-0f97-4121-9ba8-628a00d32c94 2026-05-08 20:36:25.935 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c6c347e-5544-4343-8fb1-884065aa9655 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: ef2d8d62-6ec3-48ce-a52c-6c99db9d1497 2026-05-08 20:36:25.937 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c6c347e-5544-4343-8fb1-884065aa9655 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: ef2d8d62-6ec3-48ce-a52c-6c99db9d1497 2026-05-08 20:36:25.939 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-be761da3-ad6c-4336-a0ca-e775aed84ebb 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - 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-08 20:36:26.033 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-4c6c347e-5544-4343-8fb1-884065aa9655 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - 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-08 20:36:26.287 8 INFO neutron.db.l3_hamode_db [None req-be761da3-ad6c-4336-a0ca-e775aed84ebb 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] HA network 9b71dd85-512e-4320-9488-6fab4011b6d7 was deleted as no HA routers are present in tenant 70f2ddd01dcd4a32900202a6e44b86cd. [pid: 8|app: 0|req: 241/519] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:36:25 2026] DELETE /v2.0/routers/0188a3ff-2637-4bf7-93b2-99c915037fae => generated 0 bytes in 893 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/520] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:26 2026] GET /v2.0/ports?device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:36:26.434 7 INFO neutron.db.l3_hamode_db [None req-4c6c347e-5544-4343-8fb1-884065aa9655 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] HA network 270b70c0-3354-467f-a4dd-58234b2ed9aa was deleted as no HA routers are present in tenant e96c56df1f954e2cb6aa7b3c8d6d1ec7. [pid: 7|app: 0|req: 279/521] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:36:25 2026] DELETE /v2.0/routers/80b0783b-a1f7-4559-b721-635e1ea30401 => generated 0 bytes in 972 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/522] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:36:26 2026] DELETE /v2.0/subnets/c5d2ff94-6d2f-4125-b792-c48d70356a04 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:36:26.600 8 INFO neutron.services.segments.plugin [-] Segment 4eb213b0-6896-4b5b-bd25-f0f7116fc467 resource provider aggregate not found 2026-05-08 20:36:26.628 8 INFO neutron.services.segments.plugin [-] Segment 4eb213b0-6896-4b5b-bd25-f0f7116fc467 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4eb213b0-6896-4b5b-bd25-f0f7116fc467 found for delete ", "request_id": "req-9d14c354-e089-42a0-92ae-a93403cba5b8"}]} 2026-05-08 20:36:26.631 8 INFO neutron.services.segments.plugin [-] Segment 4eb213b0-6896-4b5b-bd25-f0f7116fc467 resource provider aggregate not found [pid: 7|app: 0|req: 280/523] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:36:26 2026] DELETE /v2.0/subnets/de050836-627a-491d-bedf-806de121f0d9 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:36:26.635 8 INFO neutron_taas.services.taas.taas_plugin [None req-d21088f5-1903-44b0-bcf5-3d86e7a0854c 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 323f3c75-4e17-40f9-9078-414fe28ae142 2026-05-08 20:36:26.640 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d21088f5-1903-44b0-bcf5-3d86e7a0854c 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 323f3c75-4e17-40f9-9078-414fe28ae142 2026-05-08 20:36:26.655 8 INFO neutron.services.segments.plugin [-] Segment 4eb213b0-6896-4b5b-bd25-f0f7116fc467 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4eb213b0-6896-4b5b-bd25-f0f7116fc467 found for delete ", "request_id": "req-ddda0c9f-bea9-472f-bcfe-f39fbad3a407"}]} 2026-05-08 20:36:26.747 7 INFO neutron_taas.services.taas.taas_plugin [None req-9cdf3c1a-b1ca-43f9-9ea2-e175ff590d2f 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: c3ccb560-784e-4477-8f82-e55832c4b6c6 2026-05-08 20:36:26.750 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9cdf3c1a-b1ca-43f9-9ea2-e175ff590d2f 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: c3ccb560-784e-4477-8f82-e55832c4b6c6 2026-05-08 20:36:26.752 7 INFO neutron.services.segments.plugin [-] Segment f34eb535-7a17-46a8-aaae-c7a97b196fe1 resource provider aggregate not found 2026-05-08 20:36:26.752 7 INFO neutron.services.segments.plugin [-] Segment f34eb535-7a17-46a8-aaae-c7a97b196fe1 resource provider aggregate not found 2026-05-08 20:36:26.778 7 INFO neutron.services.segments.plugin [-] Segment f34eb535-7a17-46a8-aaae-c7a97b196fe1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f34eb535-7a17-46a8-aaae-c7a97b196fe1 found for delete ", "request_id": "req-d8b6616c-493b-4be3-bbe3-597e2fd28365"}]} 2026-05-08 20:36:26.782 7 INFO neutron.services.segments.plugin [-] Segment f34eb535-7a17-46a8-aaae-c7a97b196fe1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f34eb535-7a17-46a8-aaae-c7a97b196fe1 found for delete ", "request_id": "req-8bf39cf5-7b00-4ced-8391-d66bd24a88a6"}]} [pid: 8|app: 0|req: 244/524] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:36:26 2026] DELETE /v2.0/networks/6b5a8661-6967-4fe8-ab50-8e42f0740b72 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/525] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:36:26 2026] DELETE /v2.0/networks/7a3d24a0-2605-4e93-912e-b1a349ad4ab9 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/526] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:36:26 2026] GET /v2.0/security-groups?tenant_id=70f2ddd01dcd4a32900202a6e44b86cd&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: 282/527] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:36:27 2026] DELETE /v2.0/security-groups/d875af21-709f-44a1-b933-2045360eb18a => 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: 246/528] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:36:27 2026] GET /v2.0/security-groups?tenant_id=e96c56df1f954e2cb6aa7b3c8d6d1ec7&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: 283/529] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:36:27 2026] DELETE /v2.0/security-groups/57f76d23-3d1e-41d8-94f7-c3a2421a56ad => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/530] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:27 2026] GET /v2.0/ports?device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:36:28.653 8 INFO neutron.services.segments.plugin [-] Segment 7ba74510-feb6-4270-9043-82c83e708bd5 resource provider aggregate not found [pid: 7|app: 0|req: 284/531] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:28 2026] GET /v2.0/ports?device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:36:28.678 8 INFO neutron.services.segments.plugin [-] Segment 7ba74510-feb6-4270-9043-82c83e708bd5 resource provider aggregate not found 2026-05-08 20:36:28.683 8 INFO neutron.services.segments.plugin [-] Segment 7ba74510-feb6-4270-9043-82c83e708bd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ba74510-feb6-4270-9043-82c83e708bd5 found for delete ", "request_id": "req-d21e3176-de4e-4298-aab3-d69efdc28808"}]} 2026-05-08 20:36:28.696 8 INFO neutron.services.segments.plugin [-] Segment 7ba74510-feb6-4270-9043-82c83e708bd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ba74510-feb6-4270-9043-82c83e708bd5 found for delete ", "request_id": "req-13f04556-8308-400d-9976-7e5df4085372"}]} 2026-05-08 20:36:28.800 7 INFO neutron.services.segments.plugin [-] Segment cd93eaa4-2b8d-4f90-8ffd-f61310642583 resource provider aggregate not found 2026-05-08 20:36:28.805 7 INFO neutron.services.segments.plugin [-] Segment cd93eaa4-2b8d-4f90-8ffd-f61310642583 resource provider aggregate not found 2026-05-08 20:36:28.824 7 INFO neutron.services.segments.plugin [-] Segment cd93eaa4-2b8d-4f90-8ffd-f61310642583 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd93eaa4-2b8d-4f90-8ffd-f61310642583 found for delete ", "request_id": "req-9f59abc6-6584-41cb-a36c-8563f7398db5"}]} 2026-05-08 20:36:28.826 7 INFO neutron.services.segments.plugin [-] Segment cd93eaa4-2b8d-4f90-8ffd-f61310642583 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd93eaa4-2b8d-4f90-8ffd-f61310642583 found for delete ", "request_id": "req-3394fd3e-0584-4d5c-bd05-a4771178fd04"}]} 2026-05-08 20:36:29.233 8 INFO neutron.db.segments_db [None req-245b4893-7663-4e9d-9723-9f586c7ac5af 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment 0cce8e22-7ad4-471f-9d19-a90582a9499c of type vxlan for network dc077226-2f4e-48f2-8498-6a4e79b94c99 [pid: 8|app: 0|req: 248/532] 10.0.0.181 () {34 vars in 671 bytes} [Fri May 8 20:36:28 2026] POST /v2.0/networks => generated 751 bytes in 566 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/533] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:36:29 2026] POST /v2.0/subnets => generated 698 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:36:29.630 8 INFO neutron.db.segments_db [None req-aae33886-cc20-4b2a-a99d-ff4c28eafc8d 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment 26836edc-91bb-4d33-886a-dbcd1971d10f of type vxlan for network 922eb62b-11d3-407f-8da9-d1fa6bfb885c [pid: 7|app: 0|req: 286/534] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:36:29 2026] GET /v2.0/networks?id=a4e66fb9-4cfe-48ff-b42d-1a683eab98c8 => generated 669 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/535] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:29 2026] GET /v2.0/ports?device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => 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: 288/536] 199.204.45.109 () {34 vars in 911 bytes} [Fri May 8 20:36:29 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/537] 199.204.45.109 () {34 vars in 1050 bytes} [Fri May 8 20:36:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=eb52a180ae09423b98cc04b29ec7c9de => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:29.885 8 INFO neutron.db.l3_hamode_db [None req-aae33886-cc20-4b2a-a99d-ff4c28eafc8d 991ebf80fd174736bef125ebf5c309b7 6a6c2868980d46acb9b62eae08b32add - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 290/538] 199.204.45.109 () {38 vars in 955 bytes} [Fri May 8 20:36:29 2026] POST /v2.0/ports => generated 958 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 291/539] 10.0.0.169 () {34 vars in 1100 bytes} [Fri May 8 20:36:30 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1687658249&fields=id&tenant_id=e75ee1b8b0ec4d7286ed1e873e2bec43 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/540] 10.0.0.169 () {34 vars in 982 bytes} [Fri May 8 20:36:30 2026] GET /v2.0/networks?id=7728e569-fe2b-4ff5-a672-8c79b5fd649e => generated 680 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/541] 10.0.0.169 () {34 vars in 965 bytes} [Fri May 8 20:36:30 2026] GET /v2.0/quotas/e75ee1b8b0ec4d7286ed1e873e2bec43 => 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: 294/542] 10.0.0.169 () {34 vars in 1002 bytes} [Fri May 8 20:36:30 2026] GET /v2.0/ports?tenant_id=e75ee1b8b0ec4d7286ed1e873e2bec43&fields=id => generated 103 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:30.517 8 INFO neutron.db.l3_hamode_db [None req-aae33886-cc20-4b2a-a99d-ff4c28eafc8d 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 295/543] 10.0.0.169 () {34 vars in 1008 bytes} [Fri May 8 20:36:30 2026] GET /v2.0/networks/7728e569-fe2b-4ff5-a672-8c79b5fd649e?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/544] 10.0.0.169 () {34 vars in 1108 bytes} [Fri May 8 20:36:30 2026] GET /v2.0/networks/7728e569-fe2b-4ff5-a672-8c79b5fd649e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:36:30.768 7 WARNING keystonemiddleware.audit [req-5aea6c65-6c6b-4aed-8ad9-46d37d5ce20d req-f0f1e653-88f9-4e74-b3c1-c6c029890c39 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 297/545] 199.204.45.109 () {38 vars in 1028 bytes} [Fri May 8 20:36:30 2026] PUT /v2.0/ports/4758d363-ed24-4491-a5af-f2e4b560b260 => generated 1239 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 298/546] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:31 2026] GET /v2.0/ports?device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/547] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:31 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/550] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:31 2026] GET /v2.0/security-groups?id=45e0aed5-04de-4e9e-b567-2d6709dd0eb0&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/551] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:36:29 2026] POST /v2.0/routers => generated 738 bytes in 1785 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:36:31.715 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-161e6604-9f58-4c0a-9bdb-e6b826e6c215'] response: {'name': 'network-changed', 'server_uuid': 'b0ea3aa6-7815-40fc-9d7b-772c1b0c8110', 'tag': '4758d363-ed24-4491-a5af-f2e4b560b260', 'status': 'completed', 'code': 200} 2026-05-08 20:36:32.145 8 WARNING keystonemiddleware.audit [None req-aae33886-cc20-4b2a-a99d-ff4c28eafc8d 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 250/552] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:36:32 2026] GET /v2.0/ports?tenant_id=eb52a180ae09423b98cc04b29ec7c9de&device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => generated 1242 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:36:32.223 8 WARNING keystonemiddleware.audit [req-e0c12d82-d8cd-4233-ae5a-03b9c22ccfd9 req-eee179ee-ae52-4d56-b4e4-f06f34317c08 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 251/553] 199.204.45.109 () {34 vars in 1060 bytes} [Fri May 8 20:36:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=4758d363-ed24-4491-a5af-f2e4b560b260 => generated 19 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/554] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:32 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => 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: 253/555] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:32 2026] GET /v2.0/ports?device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => generated 973 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/556] 10.0.0.181 () {34 vars in 783 bytes} [Fri May 8 20:36:31 2026] PUT /v2.0/routers/4fc538da-c648-47bf-81ac-d76de47add5d/add_router_interface => generated 309 bytes in 1336 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:32.712 7 WARNING keystonemiddleware.audit [None req-ece47b21-8d0c-41fd-83cd-feed69aaa3aa 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 304/557] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:36:32 2026] GET /v2.0/subnets?id=62a9459d-07a0-48d7-a68e-03051d9de5db => generated 687 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/558] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:32 2026] GET /v2.0/security-groups?id=45e0aed5-04de-4e9e-b567-2d6709dd0eb0&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:32.793 7 WARNING keystonemiddleware.audit [req-e50be8d6-bb5c-4ab9-b645-5fb9398b4457 req-60da1fee-2287-4a1c-89d3-764eaeeff543 7efd1a9fa2dd476e9a093731890c1303 eb52a180ae09423b98cc04b29ec7c9de - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 306/559] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:36:32 2026] GET /v2.0/ports?network_id=a4e66fb9-4cfe-48ff-b42d-1a683eab98c8&device_owner=network%3Adhcp => generated 1244 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:36:32.872 7 WARNING keystonemiddleware.audit [req-e0c12d82-d8cd-4233-ae5a-03b9c22ccfd9 req-63cbf577-0092-40c3-b898-842cf62b0217 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 307/560] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:36:32 2026] GET /v2.0/networks/a4e66fb9-4cfe-48ff-b42d-1a683eab98c8?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:36:32.923 7 WARNING keystonemiddleware.audit [req-e0c12d82-d8cd-4233-ae5a-03b9c22ccfd9 req-5d9e26db-cb04-4c59-a9e7-1746d82269cd 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 308/561] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:36:32 2026] GET /v2.0/networks/a4e66fb9-4cfe-48ff-b42d-1a683eab98c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/562] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:36:32 2026] GET /v2.0/security-groups?tenant_id=5510875e923d4a73acad4bedef9e859d&name=default => generated 2925 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/563] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:36:33 2026] DELETE /v2.0/security-groups/13532717-f76a-4818-bc34-9c1359d93c5f => 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: 255/564] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:36:33 2026] GET /v2.0/security-groups?tenant_id=7d7a4750ebac42a198f5bf2e73482775&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: 310/565] 10.0.0.181 () {34 vars in 685 bytes} [Fri May 8 20:36:33 2026] POST /v2.0/security-groups => generated 1660 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/566] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:36:33 2026] DELETE /v2.0/security-groups/76c81f92-20c1-42e6-9133-f917fea66c1a => 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: 311/567] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:36:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/568] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:33 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => 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: 257/569] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:36:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/570] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:33 2026] GET /v2.0/ports?device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/571] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:33 2026] GET /v2.0/security-groups?id=45e0aed5-04de-4e9e-b567-2d6709dd0eb0&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:34.004 8 WARNING keystonemiddleware.audit [req-fc2b11e2-d51c-494a-8360-621d886d36ab req-dacbe7a3-8c4d-4799-9c4e-0bcde0c95a69 7efd1a9fa2dd476e9a093731890c1303 eb52a180ae09423b98cc04b29ec7c9de - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 260/572] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:36:33 2026] GET /v2.0/ports?tenant_id=eb52a180ae09423b98cc04b29ec7c9de&device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:36:34.044 8 WARNING keystonemiddleware.audit [req-3fbc6287-c714-442a-a2ef-f2550398ed0f req-21baf71f-d7f7-4dd2-a43b-615df7b53bac 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 261/573] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:36:34 2026] GET /v2.0/networks?id=a4e66fb9-4cfe-48ff-b42d-1a683eab98c8 => generated 765 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:34.102 8 WARNING keystonemiddleware.audit [req-3fbc6287-c714-442a-a2ef-f2550398ed0f req-5fbd6ab7-ef25-455b-846a-b480b6ece3a2 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 262/574] 199.204.45.109 () {34 vars in 1060 bytes} [Fri May 8 20:36:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=4758d363-ed24-4491-a5af-f2e4b560b260 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:36:34.140 8 WARNING keystonemiddleware.audit [req-3fbc6287-c714-442a-a2ef-f2550398ed0f req-48114494-db64-4fb2-86e1-fd9c22c7a631 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 263/575] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:36:34 2026] GET /v2.0/subnets?id=62a9459d-07a0-48d7-a68e-03051d9de5db => generated 687 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:34.190 8 WARNING keystonemiddleware.audit [req-3fbc6287-c714-442a-a2ef-f2550398ed0f req-3ab9738d-d4c5-4f29-82f7-536dc31bd0e3 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 264/576] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:36:34 2026] GET /v2.0/ports?network_id=a4e66fb9-4cfe-48ff-b42d-1a683eab98c8&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:36:34.256 8 WARNING keystonemiddleware.audit [req-3fbc6287-c714-442a-a2ef-f2550398ed0f req-57a5c791-500a-4248-8910-5aad08fe330c 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 265/577] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:36:34 2026] GET /v2.0/networks/a4e66fb9-4cfe-48ff-b42d-1a683eab98c8?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/578] 10.0.0.181 () {34 vars in 676 bytes} [Fri May 8 20:36:33 2026] POST /v2.0/floatingips => generated 552 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:36:34.302 8 WARNING keystonemiddleware.audit [req-3fbc6287-c714-442a-a2ef-f2550398ed0f req-62a57898-919e-4ec8-abc9-95f8bc463fcb 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 266/579] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:36:34 2026] GET /v2.0/networks/a4e66fb9-4cfe-48ff-b42d-1a683eab98c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/580] 10.0.0.169 () {34 vars in 1098 bytes} [Fri May 8 20:36:34 2026] GET /v2.0/security-groups?name=tempest-securitygroup--977619159&fields=id&tenant_id=6a6c2868980d46acb9b62eae08b32add => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/581] 10.0.0.169 () {34 vars in 982 bytes} [Fri May 8 20:36:34 2026] GET /v2.0/networks?id=dc077226-2f4e-48f2-8498-6a4e79b94c99 => generated 683 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/582] 10.0.0.169 () {34 vars in 965 bytes} [Fri May 8 20:36:34 2026] GET /v2.0/quotas/6a6c2868980d46acb9b62eae08b32add => 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: 315/583] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:34 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/584] 10.0.0.169 () {34 vars in 1002 bytes} [Fri May 8 20:36:34 2026] GET /v2.0/ports?tenant_id=6a6c2868980d46acb9b62eae08b32add&fields=id => generated 57 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/585] 10.0.0.169 () {34 vars in 1008 bytes} [Fri May 8 20:36:34 2026] GET /v2.0/networks/dc077226-2f4e-48f2-8498-6a4e79b94c99?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: 270/586] 10.0.0.169 () {34 vars in 1108 bytes} [Fri May 8 20:36:34 2026] GET /v2.0/networks/dc077226-2f4e-48f2-8498-6a4e79b94c99?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/587] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:35 2026] GET /v2.0/ports?device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/588] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:35 2026] GET /v2.0/security-groups?id=45e0aed5-04de-4e9e-b567-2d6709dd0eb0&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: 318/589] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:35 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => 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: 272/590] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:35 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => 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: 319/591] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:36 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => 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: 273/592] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:36 2026] GET /v2.0/ports?device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/593] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:36 2026] GET /v2.0/security-groups?id=45e0aed5-04de-4e9e-b567-2d6709dd0eb0&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/594] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:36 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/595] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:37 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => 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: 275/596] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:37 2026] GET /v2.0/ports?device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => 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: 322/597] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:37 2026] GET /v2.0/security-groups?id=45e0aed5-04de-4e9e-b567-2d6709dd0eb0&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: 276/598] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:36:37 2026] GET /v2.0/security-groups?tenant_id=d4947c58ddb04898b4cd4bc6f767a2d9&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/599] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:36:37 2026] GET /v2.0/networks?id=7728e569-fe2b-4ff5-a672-8c79b5fd649e => generated 680 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/600] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:36:37 2026] DELETE /v2.0/security-groups/35b165c9-89e7-4cbe-8476-a5b4c68e51f6 => 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: 278/601] 199.204.45.109 () {34 vars in 1050 bytes} [Fri May 8 20:36:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e75ee1b8b0ec4d7286ed1e873e2bec43 => generated 181 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/602] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:36:37 2026] GET /v2.0/security-groups?tenant_id=7076e9acd3664d42857dc80d4674b01c&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/603] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:36:38 2026] DELETE /v2.0/security-groups/11d29eae-1c44-4758-8e70-f479a7edd44a => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/604] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:38 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/605] 199.204.45.109 () {38 vars in 955 bytes} [Fri May 8 20:36:37 2026] POST /v2.0/ports => generated 954 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:36:38.264 8 WARNING keystonemiddleware.audit [req-50d00165-a33e-436f-9a8a-e07074bdf75e req-77a2d15b-9207-48c9-8d62-3555b875095b f376af568e05462ca40cda460922a085 e75ee1b8b0ec4d7286ed1e873e2bec43 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 325/606] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:38 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => 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: 326/607] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:38 2026] GET /v2.0/ports?device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/608] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:38 2026] GET /v2.0/security-groups?id=45e0aed5-04de-4e9e-b567-2d6709dd0eb0&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/609] 199.204.45.109 () {38 vars in 1028 bytes} [Fri May 8 20:36:38 2026] PUT /v2.0/ports/bb52fb67-1010-4423-95e6-fa39727e85a8 => generated 1235 bytes in 442 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:36:39.357 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a2ed8277-bc55-4663-b1a9-1e15da2ce593'] response: {'name': 'network-changed', 'server_uuid': '1fec583e-007a-42f2-9bb6-a42bad535cac', 'tag': 'bb52fb67-1010-4423-95e6-fa39727e85a8', '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: 283/610] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:39 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => 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: 328/611] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:39 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => generated 969 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/612] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:39 2026] GET /v2.0/security-groups?id=2b77e38a-9da3-42f5-a2ef-d5c1191fc804&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/613] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:39 2026] GET /v2.0/ports?device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:39.726 8 WARNING keystonemiddleware.audit [req-a21058cf-6400-4e58-9caa-236fb594105d req-7305984a-f3f6-49d8-b8e2-76f48c078bd0 f376af568e05462ca40cda460922a085 e75ee1b8b0ec4d7286ed1e873e2bec43 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 285/614] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:36:39 2026] GET /v2.0/ports?tenant_id=e75ee1b8b0ec4d7286ed1e873e2bec43&device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/615] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:39 2026] GET /v2.0/security-groups?id=45e0aed5-04de-4e9e-b567-2d6709dd0eb0&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:39.778 8 WARNING keystonemiddleware.audit [req-5aea6c65-6c6b-4aed-8ad9-46d37d5ce20d req-a4b1d3f2-bc01-41c6-8f55-6e4cf2ec9fc6 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 286/616] 199.204.45.109 () {34 vars in 1058 bytes} [Fri May 8 20:36:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=bb52fb67-1010-4423-95e6-fa39727e85a8 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:36:39.803 7 WARNING keystonemiddleware.audit [req-f02187da-fcab-4503-8eda-ee07b89e775d req-fe0df691-f48e-44f5-b77b-f43501038828 7efd1a9fa2dd476e9a093731890c1303 eb52a180ae09423b98cc04b29ec7c9de - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 331/617] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:36:39 2026] GET /v2.0/subnets?id=6f1537af-a287-4eb9-a6f8-8a27a6958003 => generated 698 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:39.839 8 WARNING keystonemiddleware.audit [req-5aea6c65-6c6b-4aed-8ad9-46d37d5ce20d req-3b5fff6c-b5e9-4428-80bf-41fe978fccc7 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 287/618] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:36:39 2026] GET /v2.0/ports?network_id=7728e569-fe2b-4ff5-a672-8c79b5fd649e&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: 332/619] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:36:39 2026] GET /v2.0/networks?id=dc077226-2f4e-48f2-8498-6a4e79b94c99 => generated 683 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:39.884 8 WARNING keystonemiddleware.audit [req-5aea6c65-6c6b-4aed-8ad9-46d37d5ce20d req-326754ba-cee0-48ad-b345-062281d09855 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 333/620] 199.204.45.109 () {34 vars in 1050 bytes} [Fri May 8 20:36:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6a6c2868980d46acb9b62eae08b32add => generated 180 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/621] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:36:39 2026] GET /v2.0/networks/7728e569-fe2b-4ff5-a672-8c79b5fd649e?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:36:39.933 8 WARNING keystonemiddleware.audit [req-5aea6c65-6c6b-4aed-8ad9-46d37d5ce20d req-c9b1c689-861b-4e82-b838-fc7046a58939 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 289/622] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:36:39 2026] GET /v2.0/networks/7728e569-fe2b-4ff5-a672-8c79b5fd649e?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: 334/623] 199.204.45.109 () {38 vars in 955 bytes} [Fri May 8 20:36:39 2026] POST /v2.0/ports => generated 958 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:36:40.247 8 WARNING keystonemiddleware.audit [req-5aea6c65-6c6b-4aed-8ad9-46d37d5ce20d req-dbb91089-4d6f-46da-baa5-3631bb81a2de 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 335/624] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:40 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/625] 199.204.45.109 () {38 vars in 1028 bytes} [Fri May 8 20:36:40 2026] PUT /v2.0/ports/c925ced8-d8e4-4cab-bcdf-28bb3df395ee => generated 1239 bytes in 426 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: 336/626] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:40 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => 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: 291/627] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:40 2026] GET /v2.0/security-groups?id=84d5e14e-7ae2-4d14-be21-03e1c23f69ca&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/628] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:40 2026] GET /v2.0/security-groups?id=2b77e38a-9da3-42f5-a2ef-d5c1191fc804&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/629] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:40 2026] GET /v2.0/ports?device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:40.988 8 WARNING keystonemiddleware.audit [req-e65ca488-20ba-458a-906a-3a0150c82366 req-a21e110b-df3d-4546-9e19-35dc5e233c87 7efd1a9fa2dd476e9a093731890c1303 eb52a180ae09423b98cc04b29ec7c9de - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 338/630] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:40 2026] GET /v2.0/security-groups?id=45e0aed5-04de-4e9e-b567-2d6709dd0eb0&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/631] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:36:40 2026] GET /v2.0/ports?tenant_id=e75ee1b8b0ec4d7286ed1e873e2bec43&device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:36:41.044 7 WARNING keystonemiddleware.audit [req-e65ca488-20ba-458a-906a-3a0150c82366 req-fe57db57-735d-424e-98bc-3f37ba9a658e 7efd1a9fa2dd476e9a093731890c1303 eb52a180ae09423b98cc04b29ec7c9de - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 294/632] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:41 2026] GET /v2.0/ports?device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => 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: 339/633] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:36:41 2026] GET /v2.0/networks?id=7728e569-fe2b-4ff5-a672-8c79b5fd649e => generated 776 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:41.128 7 WARNING keystonemiddleware.audit [req-e0d2b4b3-72d8-4eba-b4d5-7d35c946bf6e req-8f15ff7c-9424-4438-bb30-8ec5c63925f5 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 340/634] 199.204.45.109 () {34 vars in 1058 bytes} [Fri May 8 20:36:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=bb52fb67-1010-4423-95e6-fa39727e85a8 => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:36:41.185 7 WARNING keystonemiddleware.audit [req-e0d2b4b3-72d8-4eba-b4d5-7d35c946bf6e req-c94b9ea3-b119-4c23-a327-171944cca996 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 341/635] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:36:41 2026] GET /v2.0/subnets?id=6f1537af-a287-4eb9-a6f8-8a27a6958003 => generated 698 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:41.222 7 WARNING keystonemiddleware.audit [req-e0d2b4b3-72d8-4eba-b4d5-7d35c946bf6e req-ff97a5fc-30d5-4931-8bb7-89cd18948fcc 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 342/636] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:36:41 2026] GET /v2.0/ports?network_id=7728e569-fe2b-4ff5-a672-8c79b5fd649e&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:36:41.268 7 WARNING keystonemiddleware.audit [req-e0d2b4b3-72d8-4eba-b4d5-7d35c946bf6e req-138152ca-b282-4a91-8ab9-9d4a35ec0b3d 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 343/637] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:36:41 2026] GET /v2.0/networks/7728e569-fe2b-4ff5-a672-8c79b5fd649e?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:36:41.325 7 WARNING keystonemiddleware.audit [req-e0d2b4b3-72d8-4eba-b4d5-7d35c946bf6e req-a4501386-661e-45f9-9981-957a14e85c45 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 344/638] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:36:41 2026] GET /v2.0/networks/7728e569-fe2b-4ff5-a672-8c79b5fd649e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:36:41.459 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-09b1219c-c21e-4935-bbf2-046fcba21be3'] response: {'name': 'network-changed', 'server_uuid': '77cf305f-28b3-4c86-85bd-5f440e92d9ff', 'tag': 'c925ced8-d8e4-4cab-bcdf-28bb3df395ee', 'status': 'completed', 'code': 200} 2026-05-08 20:36:41.669 8 INFO neutron.db.l3_db [None req-ac9137b1-486f-49a0-aadd-985fb861ca45 7efd1a9fa2dd476e9a093731890c1303 eb52a180ae09423b98cc04b29ec7c9de - - default default] Floating IP aac23e8c-2eff-4cb2-875f-961e0e0a2930 associated. External IP: 10.96.250.203, port: 4758d363-ed24-4491-a5af-f2e4b560b260. 2026-05-08 20:36:41.695 7 WARNING keystonemiddleware.audit [req-e0d2b4b3-72d8-4eba-b4d5-7d35c946bf6e req-f6e30ad2-b4b0-4bc8-bdcf-0f5309dcee78 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 345/639] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:36:41 2026] GET /v2.0/ports?tenant_id=6a6c2868980d46acb9b62eae08b32add&device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => generated 1242 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:36:41.764 7 WARNING keystonemiddleware.audit [req-af8a68ea-34dc-48fc-b15f-2d06d9732a71 req-265e540e-002a-4e8e-b378-6ae9f3be1156 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 346/640] 199.204.45.109 () {34 vars in 1060 bytes} [Fri May 8 20:36:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=c925ced8-d8e4-4cab-bcdf-28bb3df395ee => 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: 347/641] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:41 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:41.843 7 WARNING keystonemiddleware.audit [req-6b2ca0a6-1fb9-4c2c-99c6-b00b1c84b51a req-d5d041d5-f6d7-4b5b-8a3d-2091f5b72668 b6275f9cfe3a47e6977bda07b4154f81 6a6c2868980d46acb9b62eae08b32add - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 348/642] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:36:41 2026] GET /v2.0/subnets?id=63a26e75-b46a-4229-9708-90359ffad8fc => generated 701 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/643] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:41 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => 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: 350/644] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:41 2026] GET /v2.0/security-groups?id=84d5e14e-7ae2-4d14-be21-03e1c23f69ca&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-08 20:36:41.955 7 WARNING keystonemiddleware.audit [req-6b2ca0a6-1fb9-4c2c-99c6-b00b1c84b51a req-c7a44986-957a-414d-a2a9-9893a708d099 b6275f9cfe3a47e6977bda07b4154f81 6a6c2868980d46acb9b62eae08b32add - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 351/645] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:36:41 2026] GET /v2.0/ports?network_id=dc077226-2f4e-48f2-8498-6a4e79b94c99&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: 352/646] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:41 2026] GET /v2.0/security-groups?id=2b77e38a-9da3-42f5-a2ef-d5c1191fc804&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:42.025 7 WARNING keystonemiddleware.audit [req-97c9686d-f749-4a12-b0b4-b7f28bb16b62 req-aeac32d4-92f2-4340-8bf2-9a6467b03cb8 f376af568e05462ca40cda460922a085 e75ee1b8b0ec4d7286ed1e873e2bec43 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 353/647] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:36:42 2026] GET /v2.0/networks/dc077226-2f4e-48f2-8498-6a4e79b94c99?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:36:42.080 7 WARNING keystonemiddleware.audit [req-af8a68ea-34dc-48fc-b15f-2d06d9732a71 req-871e693a-44c2-4f33-9f2e-376a7fecee7b 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 295/648] 10.0.0.181 () {34 vars in 749 bytes} [Fri May 8 20:36:41 2026] PUT /v2.0/floatingips/aac23e8c-2eff-4cb2-875f-961e0e0a2930 => generated 856 bytes in 981 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/649] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:36:42 2026] GET /v2.0/networks/dc077226-2f4e-48f2-8498-6a4e79b94c99?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/650] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:42 2026] GET /v2.0/ports?device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/651] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:42 2026] GET /v2.0/security-groups?id=45e0aed5-04de-4e9e-b567-2d6709dd0eb0&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: 297/652] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:42 2026] GET /v2.0/ports?device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/653] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:42 2026] GET /v2.0/security-groups?id=45e0aed5-04de-4e9e-b567-2d6709dd0eb0&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/654] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:36:42 2026] GET /v2.0/security-groups?tenant_id=ee6d2595421b4ddd83ad5eca32d98b79&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: 357/655] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:36:42 2026] DELETE /v2.0/security-groups/4724ad6e-0628-47f3-9cc2-143f1799e61b => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/656] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:43 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/657] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:43 2026] GET /v2.0/security-groups?id=84d5e14e-7ae2-4d14-be21-03e1c23f69ca&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: 358/658] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:43 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/659] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:43 2026] GET /v2.0/security-groups?id=2b77e38a-9da3-42f5-a2ef-d5c1191fc804&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:43.203 8 WARNING keystonemiddleware.audit [req-622b6d7f-a4c5-461d-a9c1-2daf6b83bdaa req-bd870386-de01-4644-8240-8ecd3cd45133 f376af568e05462ca40cda460922a085 e75ee1b8b0ec4d7286ed1e873e2bec43 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 302/660] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:36:43 2026] GET /v2.0/ports?tenant_id=6a6c2868980d46acb9b62eae08b32add&device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:36:43.245 8 WARNING keystonemiddleware.audit [req-816d6cdc-477b-40e1-86c4-3d277a51f9b0 req-229306f9-fefc-4107-a8b1-5404be6d28e7 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 303/661] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:36:43 2026] GET /v2.0/networks?id=dc077226-2f4e-48f2-8498-6a4e79b94c99 => generated 779 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:43.297 8 WARNING keystonemiddleware.audit [req-816d6cdc-477b-40e1-86c4-3d277a51f9b0 req-fc3e0f6a-92d1-4491-ab20-6ab12aabb5f1 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 304/662] 199.204.45.109 () {34 vars in 1060 bytes} [Fri May 8 20:36:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=c925ced8-d8e4-4cab-bcdf-28bb3df395ee => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:36:43.323 8 WARNING keystonemiddleware.audit [req-816d6cdc-477b-40e1-86c4-3d277a51f9b0 req-215179dd-7186-4873-9586-e5e4e72978a0 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 359/663] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:36:43 2026] GET /v2.0/security-groups?tenant_id=92b7611b394a4c2faab0a0acad625678&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/664] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:36:43 2026] GET /v2.0/subnets?id=63a26e75-b46a-4229-9708-90359ffad8fc => generated 701 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:43.357 8 WARNING keystonemiddleware.audit [req-816d6cdc-477b-40e1-86c4-3d277a51f9b0 req-5e263dc8-7d9b-429f-acf2-ebbf3d0bee32 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 306/665] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:36:43 2026] GET /v2.0/ports?network_id=dc077226-2f4e-48f2-8498-6a4e79b94c99&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:36:43.395 8 WARNING keystonemiddleware.audit [req-816d6cdc-477b-40e1-86c4-3d277a51f9b0 req-80179766-9bbe-4b4e-b909-6b6f23f1a3e0 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 360/666] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:36:43 2026] DELETE /v2.0/security-groups/f1a77c36-cab9-4939-8240-8762c0c026b4 => 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: 307/667] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:36:43 2026] GET /v2.0/networks/dc077226-2f4e-48f2-8498-6a4e79b94c99?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:36:43.433 7 WARNING keystonemiddleware.audit [None req-cb40156e-bc3c-4ef5-96f9-bd9ff7d4c24a 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 361/668] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:36:43 2026] GET /v2.0/networks/dc077226-2f4e-48f2-8498-6a4e79b94c99?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-08 20:36:43.503 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e08c637a-7ae4-4eef-a223-3b1aa95ce0ff'] response: {'name': 'network-changed', 'server_uuid': 'b0ea3aa6-7815-40fc-9d7b-772c1b0c8110', 'tag': '4758d363-ed24-4491-a5af-f2e4b560b260', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 308/669] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:43 2026] GET /v2.0/ports?device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => 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: 362/670] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:43 2026] GET /v2.0/security-groups?id=45e0aed5-04de-4e9e-b567-2d6709dd0eb0&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:44.020 8 WARNING keystonemiddleware.audit [req-ae022c78-d82e-4086-9337-b4292b6e1083 req-30cb01ee-0583-4eee-b873-c6e68db71ded 7efd1a9fa2dd476e9a093731890c1303 eb52a180ae09423b98cc04b29ec7c9de - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 309/671] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:36:44 2026] GET /v2.0/ports?tenant_id=eb52a180ae09423b98cc04b29ec7c9de&device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:36:44.069 7 WARNING keystonemiddleware.audit [req-ae022c78-d82e-4086-9337-b4292b6e1083 req-a58b0de0-e2d0-48d5-a838-2b04e37ac068 7efd1a9fa2dd476e9a093731890c1303 eb52a180ae09423b98cc04b29ec7c9de - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 363/672] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:36:44 2026] GET /v2.0/networks?id=a4e66fb9-4cfe-48ff-b42d-1a683eab98c8 => generated 765 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:44.116 8 WARNING keystonemiddleware.audit [req-01bd6c8d-d619-4ec8-b73c-94dbceedbd9f req-e0db6786-e346-46eb-b2bd-62e04fdfe5ea 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 310/673] 199.204.45.109 () {34 vars in 1060 bytes} [Fri May 8 20:36:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=4758d363-ed24-4491-a5af-f2e4b560b260 => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:44.166 7 WARNING keystonemiddleware.audit [req-01bd6c8d-d619-4ec8-b73c-94dbceedbd9f req-99bbcd52-6445-4dfd-bccd-fec4108bbb83 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 364/674] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:36:44 2026] GET /v2.0/subnets?id=62a9459d-07a0-48d7-a68e-03051d9de5db => generated 687 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:44.197 7 WARNING keystonemiddleware.audit [req-01bd6c8d-d619-4ec8-b73c-94dbceedbd9f req-7cfe8182-a820-404e-ad0b-023d3f633225 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 311/675] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:44 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/676] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:36:44 2026] GET /v2.0/ports?network_id=a4e66fb9-4cfe-48ff-b42d-1a683eab98c8&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/677] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:44 2026] GET /v2.0/security-groups?id=84d5e14e-7ae2-4d14-be21-03e1c23f69ca&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: 312/678] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:44 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:44.279 7 WARNING keystonemiddleware.audit [req-6928315a-6eb0-49ba-910e-260c31ad3f10 req-e7ec5481-360c-421a-9b65-4d082312d86f b6275f9cfe3a47e6977bda07b4154f81 6a6c2868980d46acb9b62eae08b32add - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 313/679] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:44 2026] GET /v2.0/security-groups?id=2b77e38a-9da3-42f5-a2ef-d5c1191fc804&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/680] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:36:44 2026] GET /v2.0/networks/a4e66fb9-4cfe-48ff-b42d-1a683eab98c8?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:36:44.334 8 WARNING keystonemiddleware.audit [req-f6156bc7-c7d0-467c-aa3e-65ae529dff59 req-0ae8cb62-d421-481e-b26b-d57917cc4b2e f376af568e05462ca40cda460922a085 e75ee1b8b0ec4d7286ed1e873e2bec43 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 314/681] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:36:44 2026] GET /v2.0/networks/a4e66fb9-4cfe-48ff-b42d-1a683eab98c8?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: 368/682] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:44 2026] GET /v2.0/ports?device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/683] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:44 2026] GET /v2.0/security-groups?id=45e0aed5-04de-4e9e-b567-2d6709dd0eb0&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: 369/684] 199.204.45.109 () {34 vars in 994 bytes} [Fri May 8 20:36:45 2026] GET /v2.0/ports?device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:45.249 8 INFO neutron_taas.services.taas.taas_plugin [req-5ca53615-f231-4bdd-b294-c3783057e3ed req-75e1a543-fc03-4523-9ce5-a313d3b39cf8 7efd1a9fa2dd476e9a093731890c1303 eb52a180ae09423b98cc04b29ec7c9de - - default default] TaaS: Handle Delete Port: 4758d363-ed24-4491-a5af-f2e4b560b260 2026-05-08 20:36:45.256 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5ca53615-f231-4bdd-b294-c3783057e3ed req-75e1a543-fc03-4523-9ce5-a313d3b39cf8 7efd1a9fa2dd476e9a093731890c1303 eb52a180ae09423b98cc04b29ec7c9de - - default default] Tap Mirror: Handle Delete Port: 4758d363-ed24-4491-a5af-f2e4b560b260 [pid: 7|app: 0|req: 370/685] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:45 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:45.435 8 INFO neutron.db.l3_db [req-5ca53615-f231-4bdd-b294-c3783057e3ed req-75e1a543-fc03-4523-9ce5-a313d3b39cf8 7efd1a9fa2dd476e9a093731890c1303 eb52a180ae09423b98cc04b29ec7c9de - - default default] Floating IP aac23e8c-2eff-4cb2-875f-961e0e0a2930 disassociated. External IP: 10.96.250.203, port: 4758d363-ed24-4491-a5af-f2e4b560b260. [pid: 7|app: 0|req: 371/686] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:45 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/687] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:45 2026] GET /v2.0/security-groups?id=84d5e14e-7ae2-4d14-be21-03e1c23f69ca&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/688] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:45 2026] GET /v2.0/security-groups?id=2b77e38a-9da3-42f5-a2ef-d5c1191fc804&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/689] 199.204.45.109 () {36 vars in 997 bytes} [Fri May 8 20:36:45 2026] DELETE /v2.0/ports/4758d363-ed24-4491-a5af-f2e4b560b260 => generated 0 bytes in 720 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:36:45.864 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-540ce841-e52b-40b7-b3ea-b2a29c5990e0'] response: {'server_uuid': 'b0ea3aa6-7815-40fc-9d7b-772c1b0c8110', 'name': 'network-vif-deleted', 'tag': '4758d363-ed24-4491-a5af-f2e4b560b260', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 374/692] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:46 2026] GET /v2.0/ports?device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/693] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:46 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/694] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:46 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/695] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:46 2026] GET /v2.0/security-groups?id=84d5e14e-7ae2-4d14-be21-03e1c23f69ca&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: 320/696] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:46 2026] GET /v2.0/security-groups?id=2b77e38a-9da3-42f5-a2ef-d5c1191fc804&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/697] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:47 2026] GET /v2.0/ports?device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => 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: 321/698] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:47 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/699] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:47 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/700] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:47 2026] GET /v2.0/security-groups?id=2b77e38a-9da3-42f5-a2ef-d5c1191fc804&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: 379/701] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:47 2026] GET /v2.0/security-groups?id=84d5e14e-7ae2-4d14-be21-03e1c23f69ca&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: 323/702] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:47 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => 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: 324/703] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:48 2026] GET /v2.0/ports?device_id=b0ea3aa6-7815-40fc-9d7b-772c1b0c8110 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:36:48.611 7 INFO neutron.db.l3_db [None req-58385719-eb40-4636-aea9-272fd412972a b6275f9cfe3a47e6977bda07b4154f81 6a6c2868980d46acb9b62eae08b32add - - default default] Floating IP abd08599-d7a0-4ef7-8e13-7232805e154c associated. External IP: 10.96.250.218, port: c925ced8-d8e4-4cab-bcdf-28bb3df395ee. [pid: 8|app: 0|req: 325/704] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:36:48 2026] GET /v2.0/security-groups?tenant_id=a46058206c84473b8b69aee549766771&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/705] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:36:48 2026] DELETE /v2.0/security-groups/c7e0f024-ee1c-48fa-ba24-6c6ef3657d89 => 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: 380/706] 10.0.0.181 () {34 vars in 749 bytes} [Fri May 8 20:36:48 2026] PUT /v2.0/floatingips/abd08599-d7a0-4ef7-8e13-7232805e154c => generated 856 bytes in 880 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:48.950 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f54e2462-bfe1-423b-b36e-71e10f1777b2'] response: {'name': 'network-changed', 'server_uuid': '77cf305f-28b3-4c86-85bd-5f440e92d9ff', 'tag': 'c925ced8-d8e4-4cab-bcdf-28bb3df395ee', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 327/707] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:48 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/708] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:48 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/709] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:49 2026] GET /v2.0/security-groups?id=2b77e38a-9da3-42f5-a2ef-d5c1191fc804&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/710] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:49 2026] GET /v2.0/security-groups?id=84d5e14e-7ae2-4d14-be21-03e1c23f69ca&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:49.480 7 WARNING keystonemiddleware.audit [req-e318ac14-0e7e-4fe0-8eb6-27c11ffbac22 req-4b9a9c86-fe2c-486e-bdce-af60148cbdb3 b6275f9cfe3a47e6977bda07b4154f81 6a6c2868980d46acb9b62eae08b32add - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 329/711] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:36:49 2026] DELETE /v2.0/security-groups/45e0aed5-04de-4e9e-b567-2d6709dd0eb0 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/712] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:36:49 2026] GET /v2.0/ports?tenant_id=6a6c2868980d46acb9b62eae08b32add&device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => generated 1244 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:36:49.550 7 WARNING keystonemiddleware.audit [req-2d4c6881-2fd4-4cee-851e-ba91897acca0 req-600c7f63-74fd-4e85-8134-6d92e8622eac 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. 2026-05-08 20:36:49.553 8 INFO neutron.api.v2.resource [None req-253db123-b7df-4f0c-a709-7fe0b1350f46 7efd1a9fa2dd476e9a093731890c1303 eb52a180ae09423b98cc04b29ec7c9de - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 330/713] 10.0.0.181 () {32 vars in 737 bytes} [Fri May 8 20:36:49 2026] GET /v2.0/security-groups/45e0aed5-04de-4e9e-b567-2d6709dd0eb0 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/714] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:36:49 2026] GET /v2.0/networks?id=dc077226-2f4e-48f2-8498-6a4e79b94c99 => generated 779 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:49.631 7 WARNING keystonemiddleware.audit [req-2d4c6881-2fd4-4cee-851e-ba91897acca0 req-60851955-411c-4874-b7a3-02bb0d14b77e 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 385/715] 199.204.45.109 () {34 vars in 1060 bytes} [Fri May 8 20:36:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=c925ced8-d8e4-4cab-bcdf-28bb3df395ee => generated 859 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:49.676 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b273def-067e-44ed-b7a5-096d34aeb2b3 7efd1a9fa2dd476e9a093731890c1303 eb52a180ae09423b98cc04b29ec7c9de - - default default] TaaS: Handle Delete Port: a9a348e5-b986-4446-8d42-2e46e9f859ab 2026-05-08 20:36:49.678 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b273def-067e-44ed-b7a5-096d34aeb2b3 7efd1a9fa2dd476e9a093731890c1303 eb52a180ae09423b98cc04b29ec7c9de - - default default] Tap Mirror: Handle Delete Port: a9a348e5-b986-4446-8d42-2e46e9f859ab 2026-05-08 20:36:49.691 7 WARNING keystonemiddleware.audit [req-2d4c6881-2fd4-4cee-851e-ba91897acca0 req-482adcba-fc1d-42d1-b1fe-95e529284317 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 386/716] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:36:49 2026] GET /v2.0/subnets?id=63a26e75-b46a-4229-9708-90359ffad8fc => generated 701 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:49.739 7 WARNING keystonemiddleware.audit [req-2d4c6881-2fd4-4cee-851e-ba91897acca0 req-f825e62b-1f73-4d3f-b466-824feffe53c7 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 387/717] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:36:49 2026] GET /v2.0/ports?network_id=dc077226-2f4e-48f2-8498-6a4e79b94c99&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:36:49.785 7 WARNING keystonemiddleware.audit [req-2d4c6881-2fd4-4cee-851e-ba91897acca0 req-ed23af3c-b7f7-447f-988c-57bafac2392b 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 388/718] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:36:49 2026] GET /v2.0/networks/dc077226-2f4e-48f2-8498-6a4e79b94c99?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:36:49.834 7 WARNING keystonemiddleware.audit [req-2d4c6881-2fd4-4cee-851e-ba91897acca0 req-62a4e0bf-70f8-47cd-a6f2-b71c85883065 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 331/719] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:36:49 2026] DELETE /v2.0/floatingips/aac23e8c-2eff-4cb2-875f-961e0e0a2930 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/720] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:36:49 2026] GET /v2.0/networks/dc077226-2f4e-48f2-8498-6a4e79b94c99?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: 390/721] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:50 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:50.194 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b121db5-42c9-4fae-807a-9d6ab055378f 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 0edb70c9-2037-4210-8367-92c54d584763 2026-05-08 20:36:50.197 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b121db5-42c9-4fae-807a-9d6ab055378f 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 0edb70c9-2037-4210-8367-92c54d584763 [pid: 7|app: 0|req: 391/722] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:50 2026] GET /v2.0/security-groups?id=2b77e38a-9da3-42f5-a2ef-d5c1191fc804&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/723] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:50 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/724] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:36:49 2026] PUT /v2.0/routers/d03d848d-6168-4df4-b9fa-1104374c254b/remove_router_interface => generated 309 bytes in 912 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:50.769 7 INFO neutron.db.l3_db [None req-e398ce95-d84a-4bf4-a740-d7139e8aa89d f376af568e05462ca40cda460922a085 e75ee1b8b0ec4d7286ed1e873e2bec43 - - default default] Floating IP 56cabe87-8651-49f3-b30e-dfbb8a129c30 associated. External IP: 10.96.250.210, port: bb52fb67-1010-4423-95e6-fa39727e85a8. 2026-05-08 20:36:50.956 8 INFO neutron_taas.services.taas.taas_plugin [None req-20856f11-292f-4720-a68f-99861209e78d 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 4fbb16e9-1ff1-4e52-964c-60f3ed489e40 2026-05-08 20:36:50.960 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20856f11-292f-4720-a68f-99861209e78d 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 4fbb16e9-1ff1-4e52-964c-60f3ed489e40 [pid: 7|app: 0|req: 393/725] 10.0.0.181 () {34 vars in 749 bytes} [Fri May 8 20:36:50 2026] PUT /v2.0/floatingips/56cabe87-8651-49f3-b30e-dfbb8a129c30 => generated 855 bytes in 767 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:51.167 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c72a32bc-8658-4a8e-91c0-0bbc88af4cc6'] response: {'name': 'network-changed', 'server_uuid': '1fec583e-007a-42f2-9bb6-a42bad535cac', 'tag': 'bb52fb67-1010-4423-95e6-fa39727e85a8', 'status': 'completed', 'code': 200} 2026-05-08 20:36:51.248 8 INFO neutron_taas.services.taas.taas_plugin [None req-20856f11-292f-4720-a68f-99861209e78d 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: d4fea904-4cf5-4e42-b7a0-cb72d57eafee 2026-05-08 20:36:51.251 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20856f11-292f-4720-a68f-99861209e78d 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: d4fea904-4cf5-4e42-b7a0-cb72d57eafee 2026-05-08 20:36:51.475 7 INFO neutron.db.segments_db [None req-1167da84-9505-46b1-96ec-63318e1fedb1 d027464068144528b7523963d86d545c 9a76bdfe9cee45a1ac5898dffac106bd - - default default] Added segment b6c5991c-1b74-4054-b3ee-2e1112a978e6 of type vxlan for network ad31bd88-e41c-478e-84a3-54bc8c157af0 [pid: 7|app: 0|req: 394/726] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:36:51 2026] POST /v2.0/networks => generated 647 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:36:51.596 8 INFO neutron.services.segments.plugin [-] Segment 9a3ffa51-0de0-4822-8630-85269fe376e1 resource provider aggregate not found 2026-05-08 20:36:51.609 8 INFO neutron.services.segments.plugin [-] Segment 9a3ffa51-0de0-4822-8630-85269fe376e1 resource provider aggregate not found 2026-05-08 20:36:51.615 8 INFO neutron.services.segments.plugin [-] Segment 9a3ffa51-0de0-4822-8630-85269fe376e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a3ffa51-0de0-4822-8630-85269fe376e1 found for delete ", "request_id": "req-cc3bcae2-49d7-4a22-9bcc-aae1f99eb324"}]} 2026-05-08 20:36:51.624 8 INFO neutron.db.l3_hamode_db [None req-20856f11-292f-4720-a68f-99861209e78d 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] HA network 10e21292-6e8f-40e9-85e1-97e43b44a256 was deleted as no HA routers are present in tenant eb52a180ae09423b98cc04b29ec7c9de. [pid: 8|app: 0|req: 333/727] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:36:50 2026] DELETE /v2.0/routers/d03d848d-6168-4df4-b9fa-1104374c254b => generated 0 bytes in 858 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:36:51.636 8 INFO neutron.services.segments.plugin [-] Segment 9a3ffa51-0de0-4822-8630-85269fe376e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a3ffa51-0de0-4822-8630-85269fe376e1 found for delete ", "request_id": "req-62719e80-9fba-4b99-bc87-837ab962d6ae"}]} [pid: 7|app: 0|req: 395/728] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:51 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/729] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:51 2026] GET /v2.0/security-groups?id=2b77e38a-9da3-42f5-a2ef-d5c1191fc804&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:51.704 7 WARNING keystonemiddleware.audit [req-018f9bd5-52e3-4056-98a9-a9a9c7739899 req-6b474fc4-d789-4714-b2cc-3b71e909acc4 f376af568e05462ca40cda460922a085 e75ee1b8b0ec4d7286ed1e873e2bec43 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 397/730] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:36:51 2026] GET /v2.0/ports?tenant_id=e75ee1b8b0ec4d7286ed1e873e2bec43&device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => generated 1240 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:36:51.769 7 WARNING keystonemiddleware.audit [req-80e9942f-c20c-4951-8c2a-623f4996ae13 req-17853616-5027-4183-bfcc-e7eadde9b63a 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 398/731] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:36:51 2026] GET /v2.0/networks?id=7728e569-fe2b-4ff5-a672-8c79b5fd649e => generated 776 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:51.822 7 WARNING keystonemiddleware.audit [req-80e9942f-c20c-4951-8c2a-623f4996ae13 req-3b11e223-bc13-4643-a337-6e05c282cbec 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 334/732] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:36:51 2026] DELETE /v2.0/subnets/62a9459d-07a0-48d7-a68e-03051d9de5db => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/733] 199.204.45.109 () {34 vars in 1058 bytes} [Fri May 8 20:36:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=bb52fb67-1010-4423-95e6-fa39727e85a8 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:51.874 7 WARNING keystonemiddleware.audit [req-80e9942f-c20c-4951-8c2a-623f4996ae13 req-a99292c2-fa89-40eb-b35b-35d7f0115e7e 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 400/734] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:36:51 2026] GET /v2.0/subnets?id=6f1537af-a287-4eb9-a6f8-8a27a6958003 => generated 698 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:51.910 7 WARNING keystonemiddleware.audit [req-80e9942f-c20c-4951-8c2a-623f4996ae13 req-63513ebf-4077-4c6f-a306-d5fe575bcebe 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. 2026-05-08 20:36:51.950 8 INFO neutron_taas.services.taas.taas_plugin [None req-8dbdbce7-16e9-4459-9fd4-e49a8d31e080 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 7a785a23-a1bc-4e19-b480-4b63f070c718 2026-05-08 20:36:51.955 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8dbdbce7-16e9-4459-9fd4-e49a8d31e080 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 7a785a23-a1bc-4e19-b480-4b63f070c718 [pid: 7|app: 0|req: 401/735] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:36:51 2026] GET /v2.0/ports?network_id=7728e569-fe2b-4ff5-a672-8c79b5fd649e&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-08 20:36:51.968 7 WARNING keystonemiddleware.audit [req-80e9942f-c20c-4951-8c2a-623f4996ae13 req-23880455-c6e7-423f-9068-ec90cc76b450 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 402/736] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:36:51 2026] GET /v2.0/networks/7728e569-fe2b-4ff5-a672-8c79b5fd649e?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: 403/737] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:52 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:52.065 7 WARNING keystonemiddleware.audit [req-32bb2356-4dfc-47d1-a493-d03ac50f1834 req-e1ebada0-aedb-4035-b40a-92713ceb908c f376af568e05462ca40cda460922a085 e75ee1b8b0ec4d7286ed1e873e2bec43 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 404/738] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:36:52 2026] GET /v2.0/networks/7728e569-fe2b-4ff5-a672-8c79b5fd649e?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: 405/739] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:52 2026] GET /v2.0/security-groups?id=2b77e38a-9da3-42f5-a2ef-d5c1191fc804&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/740] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:36:51 2026] DELETE /v2.0/networks/a4e66fb9-4cfe-48ff-b42d-1a683eab98c8 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/741] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:36:52 2026] GET /v2.0/security-groups?tenant_id=eb52a180ae09423b98cc04b29ec7c9de&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/742] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:36:52 2026] POST /v2.0/subnets => generated 673 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/743] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:36:52 2026] DELETE /v2.0/security-groups/85211448-4dd9-4949-b002-fab1924ac8ad => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:36:52.498 7 INFO neutron.db.segments_db [None req-2b3a461f-931d-4478-8334-c4544a18f37b d027464068144528b7523963d86d545c 9a76bdfe9cee45a1ac5898dffac106bd - - default default] Added segment 3adbbf18-e659-444e-b83c-565c3de1d47a of type vxlan for network 1210034c-9d18-4904-851f-758e578ab62f [pid: 7|app: 0|req: 407/744] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:36:52 2026] POST /v2.0/networks => generated 648 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/745] 10.0.0.181 () {34 vars in 743 bytes} [Fri May 8 20:36:52 2026] PUT /v2.0/networks/1210034c-9d18-4904-851f-758e578ab62f => generated 592 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/746] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:36:52 2026] POST /v2.0/subnets => generated 646 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/747] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:53 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/748] 10.0.0.181 () {34 vars in 741 bytes} [Fri May 8 20:36:53 2026] PUT /v2.0/subnets/b81f6014-a455-4b31-8450-3952138f3d67 => generated 656 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/749] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:53 2026] GET /v2.0/security-groups?id=2b77e38a-9da3-42f5-a2ef-d5c1191fc804&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/750] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:36:53 2026] DELETE /v2.0/networks/1210034c-9d18-4904-851f-758e578ab62f => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:36:53.535 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c6c14892-4b14-4182-8499-967d2a2dc9d8 d027464068144528b7523963d86d545c 9a76bdfe9cee45a1ac5898dffac106bd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 411/751] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:36:53 2026] DELETE /v2.0/networks/1210034c-9d18-4904-851f-758e578ab62f => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:36:54.060 8 INFO neutron.services.segments.plugin [-] Segment 485df064-cfa0-4122-824f-3d8dae420e00 resource provider aggregate not found 2026-05-08 20:36:54.068 8 INFO neutron.services.segments.plugin [-] Segment 485df064-cfa0-4122-824f-3d8dae420e00 resource provider aggregate not found 2026-05-08 20:36:54.089 8 INFO neutron.services.segments.plugin [-] Segment 485df064-cfa0-4122-824f-3d8dae420e00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 485df064-cfa0-4122-824f-3d8dae420e00 found for delete ", "request_id": "req-28139be9-d00a-4242-9f8b-47ce48f9a713"}]} 2026-05-08 20:36:54.095 8 INFO neutron.services.segments.plugin [-] Segment 485df064-cfa0-4122-824f-3d8dae420e00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 485df064-cfa0-4122-824f-3d8dae420e00 found for delete ", "request_id": "req-f6bfb5ec-ff72-4f4b-8f81-edab9b1f5db2"}]} 2026-05-08 20:36:54.121 8 INFO neutron.services.segments.plugin [-] Segment 3adbbf18-e659-444e-b83c-565c3de1d47a resource provider aggregate not found 2026-05-08 20:36:54.126 8 INFO neutron.services.segments.plugin [-] Segment 3adbbf18-e659-444e-b83c-565c3de1d47a resource provider aggregate not found [pid: 8|app: 0|req: 341/752] 10.0.0.181 () {32 vars in 694 bytes} [Fri May 8 20:36:53 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 585 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:54.149 8 INFO neutron.services.segments.plugin [-] Segment 3adbbf18-e659-444e-b83c-565c3de1d47a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3adbbf18-e659-444e-b83c-565c3de1d47a found for delete ", "request_id": "req-cebf1f4e-ac8e-4a99-ad34-e12ce5eb1cd7"}]} 2026-05-08 20:36:54.149 8 INFO neutron.services.segments.plugin [-] Segment 3adbbf18-e659-444e-b83c-565c3de1d47a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3adbbf18-e659-444e-b83c-565c3de1d47a found for delete ", "request_id": "req-6e4ce761-928a-44c7-a5e5-bf3ac0101c35"}]} [pid: 7|app: 0|req: 412/753] 10.0.0.181 () {32 vars in 742 bytes} [Fri May 8 20:36:54 2026] GET /v2.0/subnets?network_id=8d24eec9-649a-49f7-acfe-d10c80b8a50d => 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: 342/754] 10.0.0.181 () {32 vars in 653 bytes} [Fri May 8 20:36:54 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/755] 10.0.0.181 () {32 vars in 649 bytes} [Fri May 8 20:36:54 2026] GET /v2.0/networks => generated 1312 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/756] 10.0.0.181 () {32 vars in 647 bytes} [Fri May 8 20:36:54 2026] GET /v2.0/subnets => generated 1312 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/757] 10.0.0.181 () {32 vars in 723 bytes} [Fri May 8 20:36:54 2026] GET /v2.0/networks/ad31bd88-e41c-478e-84a3-54bc8c157af0 => generated 672 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/758] 10.0.0.181 () {32 vars in 721 bytes} [Fri May 8 20:36:54 2026] GET /v2.0/subnets/2f84927c-0a7f-461d-b277-43d92604e944 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/759] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:54 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:54.514 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ecfb2bfd-ccf7-4ee9-b923-04d4ad4df00d d027464068144528b7523963d86d545c 9a76bdfe9cee45a1ac5898dffac106bd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 347/760] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:36:54 2026] DELETE /v2.0/subnets/b81f6014-a455-4b31-8450-3952138f3d67 => generated 136 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/761] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:36:54 2026] GET /v2.0/security-groups?id=2b77e38a-9da3-42f5-a2ef-d5c1191fc804&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:54.580 8 INFO neutron.pecan_wsgi.hooks.translation [None req-74f8ea78-6bcd-4cb4-9b5f-25fc239f6522 d027464068144528b7523963d86d545c 9a76bdfe9cee45a1ac5898dffac106bd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 349/762] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:36:54 2026] DELETE /v2.0/networks/1210034c-9d18-4904-851f-758e578ab62f => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:36:54.733 7 INFO neutron.db.segments_db [None req-84198d63-7a9a-44ee-a0e0-739d97a4a6d9 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment b0c0dc90-eff3-4890-a797-d25b563e202e of type vxlan for network 3ebbe149-74d6-4503-b250-4447897e6f84 [pid: 8|app: 0|req: 350/763] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:36:54 2026] DELETE /v2.0/subnets/2f84927c-0a7f-461d-b277-43d92604e944 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/764] 199.204.45.109 () {34 vars in 994 bytes} [Fri May 8 20:36:54 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => 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: 414/765] 10.0.0.181 () {34 vars in 671 bytes} [Fri May 8 20:36:54 2026] POST /v2.0/networks => generated 743 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/766] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:36:54 2026] DELETE /v2.0/networks/ad31bd88-e41c-478e-84a3-54bc8c157af0 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:36:54.954 7 INFO neutron_taas.services.taas.taas_plugin [req-15a1417a-2bcd-4f35-bf37-1e833c652043 req-f5a096ce-4324-4848-a20e-bec9ac6a000f f376af568e05462ca40cda460922a085 e75ee1b8b0ec4d7286ed1e873e2bec43 - - default default] TaaS: Handle Delete Port: bb52fb67-1010-4423-95e6-fa39727e85a8 2026-05-08 20:36:54.961 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-15a1417a-2bcd-4f35-bf37-1e833c652043 req-f5a096ce-4324-4848-a20e-bec9ac6a000f f376af568e05462ca40cda460922a085 e75ee1b8b0ec4d7286ed1e873e2bec43 - - default default] Tap Mirror: Handle Delete Port: bb52fb67-1010-4423-95e6-fa39727e85a8 [pid: 8|app: 0|req: 353/767] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:36:54 2026] POST /v2.0/subnets => generated 690 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:36:55.142 7 INFO neutron.db.l3_db [req-15a1417a-2bcd-4f35-bf37-1e833c652043 req-f5a096ce-4324-4848-a20e-bec9ac6a000f f376af568e05462ca40cda460922a085 e75ee1b8b0ec4d7286ed1e873e2bec43 - - default default] Floating IP 56cabe87-8651-49f3-b30e-dfbb8a129c30 disassociated. External IP: 10.96.250.210, port: bb52fb67-1010-4423-95e6-fa39727e85a8. 2026-05-08 20:36:55.149 8 INFO neutron.db.segments_db [None req-349a334d-8fe3-4b72-b3b0-7e3df8f7fa17 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment 16e5e8a5-df1d-44cd-ad20-98c1e899d6a9 of type vxlan for network 6f3c37cc-b04c-4257-bbf9-21f89792302f 2026-05-08 20:36:55.474 8 INFO neutron.db.l3_hamode_db [None req-349a334d-8fe3-4b72-b3b0-7e3df8f7fa17 991ebf80fd174736bef125ebf5c309b7 b144bee119de41bfabb97437a0c37ef1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 415/768] 199.204.45.109 () {36 vars in 997 bytes} [Fri May 8 20:36:54 2026] DELETE /v2.0/ports/bb52fb67-1010-4423-95e6-fa39727e85a8 => generated 0 bytes in 661 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:36:55.527 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-10bdf231-1f54-4255-829a-847625b25783'] response: {'server_uuid': '1fec583e-007a-42f2-9bb6-a42bad535cac', 'name': 'network-vif-deleted', 'tag': 'bb52fb67-1010-4423-95e6-fa39727e85a8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 416/769] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:36:55 2026] GET /v2.0/security-groups?tenant_id=9a76bdfe9cee45a1ac5898dffac106bd&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/770] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:55 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => 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: 418/771] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:36:55 2026] DELETE /v2.0/security-groups/4ac0ac9a-a85e-4d73-b804-101c7df1257f => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:36:56.173 8 INFO neutron.services.segments.plugin [-] Segment b6c5991c-1b74-4054-b3ee-2e1112a978e6 resource provider aggregate not found 2026-05-08 20:36:56.178 8 INFO neutron.services.segments.plugin [-] Segment b6c5991c-1b74-4054-b3ee-2e1112a978e6 resource provider aggregate not found 2026-05-08 20:36:56.197 8 INFO neutron.services.segments.plugin [-] Segment b6c5991c-1b74-4054-b3ee-2e1112a978e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6c5991c-1b74-4054-b3ee-2e1112a978e6 found for delete ", "request_id": "req-964aa5b6-ded8-461d-a555-37e5e8970c8b"}]} 2026-05-08 20:36:56.200 8 INFO neutron.services.segments.plugin [-] Segment b6c5991c-1b74-4054-b3ee-2e1112a978e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6c5991c-1b74-4054-b3ee-2e1112a978e6 found for delete ", "request_id": "req-edcb76cf-1196-4332-a7c4-c672ef4fdca2"}]} 2026-05-08 20:36:56.323 8 INFO neutron.db.l3_hamode_db [None req-349a334d-8fe3-4b72-b3b0-7e3df8f7fa17 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 419/772] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:56 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/773] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:36:55 2026] POST /v2.0/routers => generated 730 bytes in 2180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:36:57.745 8 INFO neutron.db.segments_db [None req-f41ed25e-09b6-4e80-84ed-7c0ea200d278 f817c7054fcc44a7ab6fa5472a5e22aa 1a074ba0645d487db59a13162f20a3dc - - default default] Added segment 4ef627d7-98f2-412b-be70-3872e6df89d7 of type vxlan for network 36ae92f9-2498-40cb-846c-afc9f842b7f7 [pid: 8|app: 0|req: 355/774] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:36:57 2026] POST /v2.0/networks => generated 644 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/775] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:57 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => 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: 357/776] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:36:57 2026] POST /v2.0/subnets => generated 641 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/777] 10.0.0.204 () {34 vars in 990 bytes} [Fri May 8 20:36:58 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => generated 1244 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:36:58.314 8 INFO neutron.db.segments_db [None req-c022a758-4106-48fb-9baa-87a3edfd464e f817c7054fcc44a7ab6fa5472a5e22aa 1a074ba0645d487db59a13162f20a3dc - - default default] Added segment 1f623ebb-be10-453a-b011-e8db41042072 of type vxlan for network dac786eb-0428-4042-8728-a93dcbbaf42d [pid: 7|app: 0|req: 420/778] 10.0.0.181 () {34 vars in 783 bytes} [Fri May 8 20:36:57 2026] PUT /v2.0/routers/a62db65e-8a27-4019-8f3d-ccd33b5e7537/add_router_interface => generated 309 bytes in 1097 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/779] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:36:58 2026] POST /v2.0/networks => generated 643 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/780] 10.0.0.204 () {34 vars in 1040 bytes} [Fri May 8 20:36:58 2026] GET /v2.0/security-groups?id=84d5e14e-7ae2-4d14-be21-03e1c23f69ca&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: 360/781] 10.0.0.181 () {34 vars in 743 bytes} [Fri May 8 20:36:58 2026] PUT /v2.0/networks/dac786eb-0428-4042-8728-a93dcbbaf42d => generated 592 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/782] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:36:58 2026] POST /v2.0/subnets => generated 626 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/783] 10.0.0.181 () {34 vars in 741 bytes} [Fri May 8 20:36:58 2026] PUT /v2.0/subnets/1db9cc64-d73d-40e6-91fa-773a0df52d04 => generated 636 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/784] 10.0.0.181 () {34 vars in 685 bytes} [Fri May 8 20:36:58 2026] POST /v2.0/security-groups => generated 1661 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 20:36:59.049 8 INFO neutron.services.segments.plugin [-] Segment 1f623ebb-be10-453a-b011-e8db41042072 resource provider aggregate not found 2026-05-08 20:36:59.054 8 INFO neutron.services.segments.plugin [-] Segment 1f623ebb-be10-453a-b011-e8db41042072 resource provider aggregate not found 2026-05-08 20:36:59.075 8 INFO neutron.services.segments.plugin [-] Segment 1f623ebb-be10-453a-b011-e8db41042072 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f623ebb-be10-453a-b011-e8db41042072 found for delete ", "request_id": "req-983a0aa9-3c46-40b3-adbf-ba701587bab4"}]} 2026-05-08 20:36:59.088 8 INFO neutron.services.segments.plugin [-] Segment 1f623ebb-be10-453a-b011-e8db41042072 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f623ebb-be10-453a-b011-e8db41042072 found for delete ", "request_id": "req-e8146455-0253-4893-9827-ee2f136ab05c"}]} [pid: 8|app: 0|req: 362/785] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:36:58 2026] DELETE /v2.0/networks/dac786eb-0428-4042-8728-a93dcbbaf42d => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/786] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:36:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:36:59.217 8 INFO neutron.pecan_wsgi.hooks.translation [None req-46bc9eac-1cb7-4413-8454-8eb5fe2ebfca f817c7054fcc44a7ab6fa5472a5e22aa 1a074ba0645d487db59a13162f20a3dc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 364/787] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:36:59 2026] DELETE /v2.0/networks/dac786eb-0428-4042-8728-a93dcbbaf42d => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/788] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:36:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/789] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:36:58 2026] GET /v2.0/ports?device_id=1fec583e-007a-42f2-9bb6-a42bad535cac => generated 12 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/790] 10.0.0.181 () {32 vars in 694 bytes} [Fri May 8 20:36:59 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/791] 10.0.0.181 () {32 vars in 742 bytes} [Fri May 8 20:36:59 2026] GET /v2.0/subnets?network_id=8d24eec9-649a-49f7-acfe-d10c80b8a50d => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/792] 10.0.0.181 () {32 vars in 653 bytes} [Fri May 8 20:36:59 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/793] 10.0.0.181 () {32 vars in 649 bytes} [Fri May 8 20:36:59 2026] GET /v2.0/networks => generated 1309 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/794] 10.0.0.181 () {32 vars in 647 bytes} [Fri May 8 20:36:59 2026] GET /v2.0/subnets => generated 1280 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/795] 10.0.0.181 () {32 vars in 723 bytes} [Fri May 8 20:36:59 2026] GET /v2.0/networks/36ae92f9-2498-40cb-846c-afc9f842b7f7 => generated 669 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/796] 10.0.0.181 () {32 vars in 721 bytes} [Fri May 8 20:36:59 2026] GET /v2.0/subnets/6ab8e241-8857-45c0-b1ae-f60b658074f5 => generated 641 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:36:59.609 8 INFO neutron.pecan_wsgi.hooks.translation [None req-79d67035-0f83-406b-81c8-2fadc524430d f817c7054fcc44a7ab6fa5472a5e22aa 1a074ba0645d487db59a13162f20a3dc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 373/797] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:36:59 2026] DELETE /v2.0/subnets/1db9cc64-d73d-40e6-91fa-773a0df52d04 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:36:59.632 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2fea8328-5006-4863-8c32-84aaa083af94 f817c7054fcc44a7ab6fa5472a5e22aa 1a074ba0645d487db59a13162f20a3dc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 374/798] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:36:59 2026] DELETE /v2.0/networks/dac786eb-0428-4042-8728-a93dcbbaf42d => 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: 375/799] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:36:59 2026] DELETE /v2.0/subnets/6ab8e241-8857-45c0-b1ae-f60b658074f5 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/800] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:36:59 2026] DELETE /v2.0/networks/36ae92f9-2498-40cb-846c-afc9f842b7f7 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/801] 10.0.0.181 () {34 vars in 676 bytes} [Fri May 8 20:36:59 2026] POST /v2.0/floatingips => generated 552 bytes in 609 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/802] 10.0.0.169 () {34 vars in 1100 bytes} [Fri May 8 20:37:00 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2092959044&fields=id&tenant_id=b144bee119de41bfabb97437a0c37ef1 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/803] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:37:00 2026] GET /v2.0/security-groups?tenant_id=1a074ba0645d487db59a13162f20a3dc&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/804] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:37:00 2026] DELETE /v2.0/security-groups/2b77e38a-9da3-42f5-a2ef-d5c1191fc804 => 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: 378/805] 10.0.0.169 () {34 vars in 982 bytes} [Fri May 8 20:37:00 2026] GET /v2.0/networks?id=3ebbe149-74d6-4503-b250-4447897e6f84 => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:00.529 8 INFO neutron.api.v2.resource [None req-7bc4ae9d-138d-446f-8040-b3ea48d6e3f4 f376af568e05462ca40cda460922a085 e75ee1b8b0ec4d7286ed1e873e2bec43 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 379/806] 10.0.0.181 () {32 vars in 737 bytes} [Fri May 8 20:37:00 2026] GET /v2.0/security-groups/2b77e38a-9da3-42f5-a2ef-d5c1191fc804 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/807] 10.0.0.169 () {34 vars in 965 bytes} [Fri May 8 20:37:00 2026] GET /v2.0/quotas/b144bee119de41bfabb97437a0c37ef1 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/808] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:37:00 2026] DELETE /v2.0/security-groups/0dd6ecb0-8e1e-4b0e-b00d-0296557fc5e1 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:37:00.634 8 INFO neutron_taas.services.taas.taas_plugin [None req-c62f64bb-12ea-4b58-bc09-07f7c1e119c6 f376af568e05462ca40cda460922a085 e75ee1b8b0ec4d7286ed1e873e2bec43 - - default default] TaaS: Handle Delete Port: 65d7c326-cb3f-406c-a453-b2e4094ca52d 2026-05-08 20:37:00.637 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c62f64bb-12ea-4b58-bc09-07f7c1e119c6 f376af568e05462ca40cda460922a085 e75ee1b8b0ec4d7286ed1e873e2bec43 - - default default] Tap Mirror: Handle Delete Port: 65d7c326-cb3f-406c-a453-b2e4094ca52d [pid: 7|app: 0|req: 429/809] 10.0.0.169 () {34 vars in 1002 bytes} [Fri May 8 20:37:00 2026] GET /v2.0/ports?tenant_id=b144bee119de41bfabb97437a0c37ef1&fields=id => generated 103 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/810] 10.0.0.169 () {34 vars in 1008 bytes} [Fri May 8 20:37:00 2026] GET /v2.0/networks/3ebbe149-74d6-4503-b250-4447897e6f84?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/811] 10.0.0.169 () {34 vars in 1108 bytes} [Fri May 8 20:37:00 2026] GET /v2.0/networks/3ebbe149-74d6-4503-b250-4447897e6f84?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/812] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:37:00 2026] DELETE /v2.0/floatingips/56cabe87-8651-49f3-b30e-dfbb8a129c30 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/813] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:00 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:01.095 8 INFO neutron.services.segments.plugin [-] Segment 4ef627d7-98f2-412b-be70-3872e6df89d7 resource provider aggregate not found 2026-05-08 20:37:01.115 8 INFO neutron.services.segments.plugin [-] Segment 4ef627d7-98f2-412b-be70-3872e6df89d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ef627d7-98f2-412b-be70-3872e6df89d7 found for delete ", "request_id": "req-cd847015-c008-45bd-9931-d4ff88ee8f80"}]} 2026-05-08 20:37:01.117 8 INFO neutron.services.segments.plugin [-] Segment 4ef627d7-98f2-412b-be70-3872e6df89d7 resource provider aggregate not found 2026-05-08 20:37:01.134 8 INFO neutron.services.segments.plugin [-] Segment 4ef627d7-98f2-412b-be70-3872e6df89d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ef627d7-98f2-412b-be70-3872e6df89d7 found for delete ", "request_id": "req-7cefe5be-494c-4fdf-a87d-fa5d0842f551"}]} 2026-05-08 20:37:01.175 7 INFO neutron_taas.services.taas.taas_plugin [None req-01196037-ad1c-4b2d-a69a-19b8cd7f6ffa 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: efa94b78-e3cb-4c08-a1a0-a41b218ce77e 2026-05-08 20:37:01.178 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01196037-ad1c-4b2d-a69a-19b8cd7f6ffa 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: efa94b78-e3cb-4c08-a1a0-a41b218ce77e [pid: 7|app: 0|req: 432/816] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:37:00 2026] PUT /v2.0/routers/01b8b171-ce62-4cca-98f0-e775d6dd6b39/remove_router_interface => generated 309 bytes in 878 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:01.942 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a3ea9c8-85ef-49db-befd-5b3c4010f40f 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 38fe887a-cbe0-42d8-93e5-e21db31ada7c 2026-05-08 20:37:01.951 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a3ea9c8-85ef-49db-befd-5b3c4010f40f 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 38fe887a-cbe0-42d8-93e5-e21db31ada7c [pid: 7|app: 0|req: 433/817] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:02 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:02.224 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a3ea9c8-85ef-49db-befd-5b3c4010f40f 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 3b9385df-2308-4bf5-906b-2aef0a76af92 2026-05-08 20:37:02.226 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a3ea9c8-85ef-49db-befd-5b3c4010f40f 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 3b9385df-2308-4bf5-906b-2aef0a76af92 2026-05-08 20:37:02.646 8 INFO neutron.db.l3_hamode_db [None req-4a3ea9c8-85ef-49db-befd-5b3c4010f40f 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] HA network c04da51e-9e51-43dd-b1d1-07b548036237 was deleted as no HA routers are present in tenant e75ee1b8b0ec4d7286ed1e873e2bec43. [pid: 8|app: 0|req: 385/818] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:37:01 2026] DELETE /v2.0/routers/01b8b171-ce62-4cca-98f0-e775d6dd6b39 => generated 0 bytes in 952 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:37:02.659 7 INFO neutron.db.segments_db [None req-9896324b-852e-4d35-b930-daeaf73b0e33 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Added segment efa05edc-6e5f-459b-a076-d940903d4e07 of type vxlan for network 8d608c48-18f1-4dce-b913-7cccc3f0faa7 [pid: 7|app: 0|req: 434/819] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:37:02 2026] POST /v2.0/networks => generated 634 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:37:02.769 7 INFO neutron.db.segments_db [None req-a33b1835-0d8f-436a-abc1-5fcde63feabd 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Added segment 313b3f25-a137-4d43-8683-f6900842336d of type vxlan for network c4eb0d69-5ab0-4dd4-a3a8-1e64dc4eb63f [pid: 7|app: 0|req: 435/820] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:37:02 2026] POST /v2.0/networks => generated 633 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/821] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:37:02 2026] DELETE /v2.0/subnets/6f1537af-a287-4eb9-a6f8-8a27a6958003 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:37:02.949 8 INFO neutron_taas.services.taas.taas_plugin [None req-1409c8f1-ab4b-4972-bd82-5193b42354ab 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 9050ffe2-c616-41a5-9d01-c7f974346146 2026-05-08 20:37:02.952 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1409c8f1-ab4b-4972-bd82-5193b42354ab 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 9050ffe2-c616-41a5-9d01-c7f974346146 [pid: 7|app: 0|req: 436/822] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:37:02 2026] POST /v2.0/subnets => generated 646 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:37:03.145 8 INFO neutron.services.segments.plugin [-] Segment d7092a80-5103-4a7e-b489-6d75a56faa47 resource provider aggregate not found 2026-05-08 20:37:03.151 8 INFO neutron.services.segments.plugin [-] Segment d7092a80-5103-4a7e-b489-6d75a56faa47 resource provider aggregate not found [pid: 8|app: 0|req: 387/823] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:37:02 2026] DELETE /v2.0/networks/7728e569-fe2b-4ff5-a672-8c79b5fd649e => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:37:03.168 8 INFO neutron.services.segments.plugin [-] Segment d7092a80-5103-4a7e-b489-6d75a56faa47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7092a80-5103-4a7e-b489-6d75a56faa47 found for delete ", "request_id": "req-3f7bfcfe-8894-4214-b77e-fe09df85a71c"}]} 2026-05-08 20:37:03.181 8 INFO neutron.services.segments.plugin [-] Segment d7092a80-5103-4a7e-b489-6d75a56faa47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7092a80-5103-4a7e-b489-6d75a56faa47 found for delete ", "request_id": "req-65430875-ccc6-4980-aac9-34762d1f014b"}]} 2026-05-08 20:37:03.197 8 INFO neutron.services.segments.plugin [-] Segment d6fdeb67-2b8c-4080-bfce-4118f96cce2b resource provider aggregate not found [pid: 8|app: 0|req: 388/824] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:03 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:03.204 8 INFO neutron.services.segments.plugin [-] Segment d6fdeb67-2b8c-4080-bfce-4118f96cce2b resource provider aggregate not found 2026-05-08 20:37:03.218 8 INFO neutron.services.segments.plugin [-] Segment d6fdeb67-2b8c-4080-bfce-4118f96cce2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6fdeb67-2b8c-4080-bfce-4118f96cce2b found for delete ", "request_id": "req-7c3b5c21-c006-4467-a29f-9c8cbfe1e408"}]} 2026-05-08 20:37:03.220 8 INFO neutron.services.segments.plugin [-] Segment d6fdeb67-2b8c-4080-bfce-4118f96cce2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6fdeb67-2b8c-4080-bfce-4118f96cce2b found for delete ", "request_id": "req-ff3c713d-0d65-4490-8511-7d1f047d1c01"}]} [pid: 7|app: 0|req: 437/825] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:37:03 2026] POST /v2.0/subnets => generated 655 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:37:03.366 8 INFO neutron.db.segments_db [None req-9be3fe7c-aea9-43f5-8f47-6d0db8bcdfde 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Added segment 3e7e6a22-8f6d-4539-a890-bcaaed3972e4 of type vxlan for network 1427268d-6894-4a9f-aea8-29677c06e594 [pid: 7|app: 0|req: 438/826] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:37:03 2026] GET /v2.0/security-groups?tenant_id=e75ee1b8b0ec4d7286ed1e873e2bec43&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: 439/827] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:37:03 2026] DELETE /v2.0/security-groups/5f8117ca-9293-483f-985e-22d52fed4610 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:37:03.554 8 INFO neutron.db.l3_hamode_db [None req-9be3fe7c-aea9-43f5-8f47-6d0db8bcdfde 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 20:37:03.691 8 INFO neutron.db.l3_hamode_db [None req-9be3fe7c-aea9-43f5-8f47-6d0db8bcdfde 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 389/828] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:37:03 2026] POST /v2.0/routers => generated 511 bytes in 859 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/829] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:04 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => 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: 391/830] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:37:05 2026] GET /v2.0/networks?id=3ebbe149-74d6-4503-b250-4447897e6f84 => generated 675 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/831] 10.0.0.181 () {34 vars in 783 bytes} [Fri May 8 20:37:04 2026] PUT /v2.0/routers/b7b3d54e-f6fb-4b55-9b43-201a63df6c79/add_router_interface => generated 309 bytes in 1225 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/832] 199.204.45.109 () {34 vars in 1050 bytes} [Fri May 8 20:37:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b144bee119de41bfabb97437a0c37ef1 => generated 181 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/833] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:05 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => 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: 443/834] 10.0.0.181 () {32 vars in 717 bytes} [Fri May 8 20:37:05 2026] GET /v2.0/ports/4afc9184-ad98-4911-8b60-abeb1b013785 => generated 959 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:05.630 8 INFO neutron.db.segments_db [None req-b8c48d61-2d08-4f44-95ab-02c922ff4158 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment 9bf02367-b22f-48c9-bc94-3e6f23c5a09b of type vxlan for network c9258f71-61bd-4f0b-9593-aee01a36424e [pid: 8|app: 0|req: 392/835] 10.0.0.181 () {34 vars in 671 bytes} [Fri May 8 20:37:05 2026] POST /v2.0/networks => generated 741 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/836] 199.204.45.109 () {38 vars in 955 bytes} [Fri May 8 20:37:05 2026] POST /v2.0/ports => generated 958 bytes in 435 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: 445/837] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:37:05 2026] POST /v2.0/subnets => generated 689 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:37:06.125 7 WARNING keystonemiddleware.audit [None req-e8e2f941-e0cc-463b-be56-eabc215c33b3 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 446/838] 199.204.45.109 () {38 vars in 1028 bytes} [Fri May 8 20:37:06 2026] PUT /v2.0/ports/791ce31b-fafa-490d-bdab-3fa116de6e0b => generated 1239 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 20:37:06.560 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-87ffe3fe-6c7d-48d1-bfe4-f4798fc26377'] response: {'name': 'network-changed', 'server_uuid': '11646391-064d-4427-9d25-54a82ee0af10', 'tag': '791ce31b-fafa-490d-bdab-3fa116de6e0b', 'status': 'completed', 'code': 200} 2026-05-08 20:37:06.583 7 INFO neutron.db.segments_db [None req-e22ca3c2-804e-403f-b21f-2193d4de76bd 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment c0dba86b-6d0c-48aa-a0c6-79f317a962cc of type vxlan for network 4c706650-7571-45b7-93bf-9e78466eb9fd 2026-05-08 20:37:06.826 7 INFO neutron.db.l3_hamode_db [None req-e22ca3c2-804e-403f-b21f-2193d4de76bd 991ebf80fd174736bef125ebf5c309b7 b0ac1f9b6ea141f9a21065fc53b06ecd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 393/839] 10.0.0.181 () {34 vars in 783 bytes} [Fri May 8 20:37:05 2026] PUT /v2.0/routers/b7b3d54e-f6fb-4b55-9b43-201a63df6c79/add_router_interface => generated 309 bytes in 1166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/840] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:06 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/841] 10.0.0.181 () {32 vars in 717 bytes} [Fri May 8 20:37:06 2026] GET /v2.0/ports/4b3318a6-6838-41cf-ac2f-d6ed293ec7c9 => generated 967 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/842] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:07 2026] GET /v2.0/security-groups?id=c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:07.359 8 INFO neutron_taas.services.taas.taas_plugin [None req-cacb22b0-5330-4ac1-a215-8dd9dbf641d3 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] TaaS: Handle Delete Port: 4b3318a6-6838-41cf-ac2f-d6ed293ec7c9 2026-05-08 20:37:07.362 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cacb22b0-5330-4ac1-a215-8dd9dbf641d3 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Tap Mirror: Handle Delete Port: 4b3318a6-6838-41cf-ac2f-d6ed293ec7c9 2026-05-08 20:37:07.701 7 INFO neutron.db.l3_hamode_db [None req-e22ca3c2-804e-403f-b21f-2193d4de76bd 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 397/843] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:37:07 2026] PUT /v2.0/routers/b7b3d54e-f6fb-4b55-9b43-201a63df6c79/remove_router_interface => generated 309 bytes in 663 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:07.741 8 WARNING keystonemiddleware.audit [None req-cacb22b0-5330-4ac1-a215-8dd9dbf641d3 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 398/844] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:37:07 2026] GET /v2.0/ports?tenant_id=b144bee119de41bfabb97437a0c37ef1&device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:37:08.160 8 INFO neutron_taas.services.taas.taas_plugin [None req-baab7406-1e90-49a5-adbd-5a9d57321ac6 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] TaaS: Handle Delete Port: 4afc9184-ad98-4911-8b60-abeb1b013785 2026-05-08 20:37:08.163 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-baab7406-1e90-49a5-adbd-5a9d57321ac6 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Tap Mirror: Handle Delete Port: 4afc9184-ad98-4911-8b60-abeb1b013785 [pid: 7|app: 0|req: 447/845] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:37:06 2026] POST /v2.0/routers => generated 729 bytes in 2070 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:37:08.600 7 WARNING keystonemiddleware.audit [None req-e22ca3c2-804e-403f-b21f-2193d4de76bd 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 399/846] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:37:07 2026] PUT /v2.0/routers/b7b3d54e-f6fb-4b55-9b43-201a63df6c79/remove_router_interface => generated 309 bytes in 824 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/847] 199.204.45.109 () {34 vars in 1018 bytes} [Fri May 8 20:37:08 2026] GET /v2.0/networks?tenant_id=b144bee119de41bfabb97437a0c37ef1&shared=False => generated 771 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/848] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:08 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/849] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:37:08 2026] GET /v2.0/ports?device_id=b7b3d54e-f6fb-4b55-9b43-201a63df6c79 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:08.669 8 WARNING keystonemiddleware.audit [None req-50ee4ad9-21e4-4a61-8f96-3f2227d32577 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 402/850] 199.204.45.109 () {34 vars in 930 bytes} [Fri May 8 20:37:08 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: 403/851] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:08 2026] GET /v2.0/security-groups?id=c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e&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-08 20:37:08.911 8 INFO neutron_taas.services.taas.taas_plugin [None req-c655f981-77de-4a56-b77f-686068876ec9 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] TaaS: Handle Delete Port: d4ece527-c2fe-4e5d-8d2c-777884584a8a 2026-05-08 20:37:08.914 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c655f981-77de-4a56-b77f-686068876ec9 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Tap Mirror: Handle Delete Port: d4ece527-c2fe-4e5d-8d2c-777884584a8a 2026-05-08 20:37:09.291 8 INFO neutron.services.segments.plugin [-] Segment 3e7e6a22-8f6d-4539-a890-bcaaed3972e4 resource provider aggregate not found 2026-05-08 20:37:09.301 8 INFO neutron.services.segments.plugin [-] Segment 3e7e6a22-8f6d-4539-a890-bcaaed3972e4 resource provider aggregate not found 2026-05-08 20:37:09.319 8 INFO neutron.services.segments.plugin [-] Segment 3e7e6a22-8f6d-4539-a890-bcaaed3972e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e7e6a22-8f6d-4539-a890-bcaaed3972e4 found for delete ", "request_id": "req-cb893d54-e191-4df4-8862-4b9ac64a6783"}]} 2026-05-08 20:37:09.325 8 INFO neutron.services.segments.plugin [-] Segment 3e7e6a22-8f6d-4539-a890-bcaaed3972e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e7e6a22-8f6d-4539-a890-bcaaed3972e4 found for delete ", "request_id": "req-fdab1305-271c-44d1-816b-76d7c6e589c6"}]} 2026-05-08 20:37:09.327 8 INFO neutron.db.l3_hamode_db [None req-c655f981-77de-4a56-b77f-686068876ec9 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] HA network 1427268d-6894-4a9f-aea8-29677c06e594 was deleted as no HA routers are present in tenant a72331e5f3c74bd2afee936016f85d08. [pid: 8|app: 0|req: 404/852] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:37:08 2026] DELETE /v2.0/routers/b7b3d54e-f6fb-4b55-9b43-201a63df6c79 => generated 0 bytes in 598 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/853] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:37:09 2026] DELETE /v2.0/subnets/6c6cc7cb-97b2-4ab8-997c-f3556bd4e08c => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/854] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:37:09 2026] DELETE /v2.0/subnets/2cf4ae21-1dee-4dec-8080-953da1c817f6 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/855] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:37:09 2026] DELETE /v2.0/networks/c4eb0d69-5ab0-4dd4-a3a8-1e64dc4eb63f => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:37:09.791 8 WARNING keystonemiddleware.audit [None req-4a1582f3-660f-49e8-91df-52079c66febc 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 408/856] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:37:09 2026] GET /v2.0/ports?tenant_id=b144bee119de41bfabb97437a0c37ef1&device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:37:09.925 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd2a8750-fb49-49f5-94e6-532186e18b36 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] TaaS: Handle Delete Port: 3253d0ed-0e61-4b51-9e36-9ff93b97e0cd 2026-05-08 20:37:09.928 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd2a8750-fb49-49f5-94e6-532186e18b36 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Tap Mirror: Handle Delete Port: 3253d0ed-0e61-4b51-9e36-9ff93b97e0cd [pid: 7|app: 0|req: 449/857] 10.0.0.181 () {34 vars in 783 bytes} [Fri May 8 20:37:08 2026] PUT /v2.0/routers/7b2bce40-e67f-4033-86a2-8eb35f58c055/add_router_interface => generated 309 bytes in 1354 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/858] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:09 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:10.028 7 WARNING keystonemiddleware.audit [req-2e98a4df-cba3-4f72-bf6f-9c3db9ddadc9 req-95f740e4-29d8-4c52-a5b4-b8036f16ff96 2060e50c52b7410ea9eca04eb09bde69 b144bee119de41bfabb97437a0c37ef1 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 451/859] 199.204.45.109 () {34 vars in 1060 bytes} [Fri May 8 20:37:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=791ce31b-fafa-490d-bdab-3fa116de6e0b => 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: 452/860] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:10 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/861] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:37:09 2026] DELETE /v2.0/networks/8d608c48-18f1-4dce-b913-7cccc3f0faa7 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:37:10.144 8 WARNING keystonemiddleware.audit [None req-fd2a8750-fb49-49f5-94e6-532186e18b36 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 410/862] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:37:10 2026] GET /v2.0/subnets?id=34b5ac0a-3f59-4ec7-864e-0a8816abd46f => generated 693 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/863] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:10 2026] GET /v2.0/security-groups?id=c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:10.176 7 WARNING keystonemiddleware.audit [req-2e98a4df-cba3-4f72-bf6f-9c3db9ddadc9 req-546a25d9-9c1e-49d1-950f-3c4198f1a2ea 2060e50c52b7410ea9eca04eb09bde69 b144bee119de41bfabb97437a0c37ef1 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 454/864] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:37:10 2026] GET /v2.0/ports?network_id=3ebbe149-74d6-4503-b250-4447897e6f84&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:37:10.246 8 INFO neutron.db.segments_db [None req-451cf503-9722-4581-bdfa-0e3a3c70252a 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Added segment f3b0f2c0-6dd4-4a10-a9d5-59753a0b778e of type vxlan for network 683130d9-3395-4dd1-a097-b1c4f322d2c2 [pid: 7|app: 0|req: 455/865] 10.0.0.169 () {34 vars in 971 bytes} [Fri May 8 20:37:10 2026] GET /v2.0/ports/c925ced8-d8e4-4cab-bcdf-28bb3df395ee => generated 972 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:10.274 7 WARNING keystonemiddleware.audit [req-ba9c4616-7eaf-4b88-a340-d25dec406cf0 req-9b3330b0-9834-45fe-a0c1-d146cc42f9e0 b6275f9cfe3a47e6977bda07b4154f81 6a6c2868980d46acb9b62eae08b32add - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 456/866] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:37:10 2026] GET /v2.0/networks/3ebbe149-74d6-4503-b250-4447897e6f84?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:10.324 7 WARNING keystonemiddleware.audit [req-7d78d6e5-9cfd-412a-a1ea-1f3d5de5255a req-b9adf059-613f-4908-8290-c00676611b3b 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 411/867] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:37:10 2026] POST /v2.0/networks => generated 634 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/868] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:37:10 2026] GET /v2.0/networks/3ebbe149-74d6-4503-b250-4447897e6f84?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: 412/869] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:37:10 2026] POST /v2.0/subnets => generated 646 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:37:10.647 8 INFO neutron.db.segments_db [None req-e8cd2232-c464-47f3-91a6-7b95ae75a235 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Added segment 9f6d9a39-0724-4562-9a6d-e35fcd32e858 of type vxlan for network f6e811ca-2151-4e3a-b2c7-0dc374c3db8c [pid: 7|app: 0|req: 458/870] 10.0.0.181 () {34 vars in 685 bytes} [Fri May 8 20:37:10 2026] POST /v2.0/security-groups => generated 1661 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/871] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:37:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:37:10.896 8 INFO neutron.db.l3_hamode_db [None req-e8cd2232-c464-47f3-91a6-7b95ae75a235 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 460/872] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:37:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/873] 199.204.45.109 () {34 vars in 1000 bytes} [Fri May 8 20:37:10 2026] GET /v2.0/subnets?network_id=dc077226-2f4e-48f2-8498-6a4e79b94c99 => generated 683 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:11.007 8 INFO neutron.db.l3_hamode_db [None req-e8cd2232-c464-47f3-91a6-7b95ae75a235 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 20:37:11.345 8 INFO neutron.services.segments.plugin [-] Segment 313b3f25-a137-4d43-8683-f6900842336d resource provider aggregate not found 2026-05-08 20:37:11.356 8 INFO neutron.services.segments.plugin [-] Segment 313b3f25-a137-4d43-8683-f6900842336d resource provider aggregate not found 2026-05-08 20:37:11.367 8 INFO neutron.services.segments.plugin [-] Segment 313b3f25-a137-4d43-8683-f6900842336d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 313b3f25-a137-4d43-8683-f6900842336d found for delete ", "request_id": "req-74d8c110-cf2a-4cee-9776-428f2632fb49"}]} 2026-05-08 20:37:11.383 8 INFO neutron.services.segments.plugin [-] Segment 313b3f25-a137-4d43-8683-f6900842336d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 313b3f25-a137-4d43-8683-f6900842336d found for delete ", "request_id": "req-8e13d2ce-1544-4080-9f18-340817725d41"}]} 2026-05-08 20:37:11.394 8 INFO neutron.services.segments.plugin [-] Segment efa05edc-6e5f-459b-a076-d940903d4e07 resource provider aggregate not found 2026-05-08 20:37:11.416 8 INFO neutron.services.segments.plugin [-] Segment efa05edc-6e5f-459b-a076-d940903d4e07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efa05edc-6e5f-459b-a076-d940903d4e07 found for delete ", "request_id": "req-677636ef-8ae7-4195-a05b-abd0186d6af8"}]} 2026-05-08 20:37:11.430 8 INFO neutron.services.segments.plugin [-] Segment efa05edc-6e5f-459b-a076-d940903d4e07 resource provider aggregate not found 2026-05-08 20:37:11.460 8 INFO neutron.services.segments.plugin [-] Segment efa05edc-6e5f-459b-a076-d940903d4e07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efa05edc-6e5f-459b-a076-d940903d4e07 found for delete ", "request_id": "req-511a7a71-132f-4db1-95b2-67307ab13ce9"}]} [pid: 7|app: 0|req: 462/874] 10.0.0.181 () {34 vars in 676 bytes} [Fri May 8 20:37:10 2026] POST /v2.0/floatingips => generated 552 bytes in 578 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/875] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:37:10 2026] POST /v2.0/routers => generated 511 bytes in 982 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/876] 199.204.45.109 () {34 vars in 1146 bytes} [Fri May 8 20:37:11 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff&device_owner=compute%3Anova&network_id=dc077226-2f4e-48f2-8498-6a4e79b94c99 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/877] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:11 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 973 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/878] 199.204.45.109 () {38 vars in 1028 bytes} [Fri May 8 20:37:11 2026] PUT /v2.0/ports/c925ced8-d8e4-4cab-bcdf-28bb3df395ee => generated 1149 bytes in 334 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: 416/879] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:11 2026] GET /v2.0/security-groups?id=c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/880] 10.0.0.169 () {34 vars in 1100 bytes} [Fri May 8 20:37:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1119812642&fields=id&tenant_id=b0ac1f9b6ea141f9a21065fc53b06ecd => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:12.052 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e9a10dff-a550-492a-a61d-95196d6be02c'] response: {'name': 'network-changed', 'server_uuid': '77cf305f-28b3-4c86-85bd-5f440e92d9ff', 'tag': 'c925ced8-d8e4-4cab-bcdf-28bb3df395ee', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 418/881] 10.0.0.169 () {34 vars in 982 bytes} [Fri May 8 20:37:12 2026] GET /v2.0/networks?id=c9258f71-61bd-4f0b-9593-aee01a36424e => generated 674 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/882] 10.0.0.181 () {34 vars in 665 bytes} [Fri May 8 20:37:11 2026] POST /v2.0/ports => generated 960 bytes in 445 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: 419/883] 10.0.0.169 () {34 vars in 965 bytes} [Fri May 8 20:37:12 2026] GET /v2.0/quotas/b0ac1f9b6ea141f9a21065fc53b06ecd => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/884] 10.0.0.169 () {34 vars in 1002 bytes} [Fri May 8 20:37:12 2026] GET /v2.0/ports?tenant_id=b0ac1f9b6ea141f9a21065fc53b06ecd&fields=id => generated 57 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:12.462 8 WARNING keystonemiddleware.audit [req-f9806a21-7a82-4906-9970-2c418d5f6f10 req-efd34cec-042b-444e-95df-8b1d8de8b6ea 297087f172634d28bf74d1efe090422f b0ac1f9b6ea141f9a21065fc53b06ecd - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 421/885] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:37:12 2026] GET /v2.0/ports?tenant_id=6a6c2868980d46acb9b62eae08b32add&device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => generated 1421 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/886] 10.0.0.169 () {34 vars in 907 bytes} [Fri May 8 20:37:12 2026] GET /v2.0/extensions => generated 21537 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-08 20:37:12.540 8 WARNING keystonemiddleware.audit [req-f9806a21-7a82-4906-9970-2c418d5f6f10 req-48041634-0509-4c92-80c5-a5b92c1cb91e 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 423/887] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:37:12 2026] GET /v2.0/networks?id=dc077226-2f4e-48f2-8498-6a4e79b94c99 => generated 779 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/888] 10.0.0.169 () {34 vars in 1008 bytes} [Fri May 8 20:37:12 2026] GET /v2.0/networks/c9258f71-61bd-4f0b-9593-aee01a36424e?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:12.601 8 WARNING keystonemiddleware.audit [req-f9806a21-7a82-4906-9970-2c418d5f6f10 req-07195c1a-c746-440c-86ec-99a545e67afa 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 425/889] 199.204.45.109 () {34 vars in 1060 bytes} [Fri May 8 20:37:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=c925ced8-d8e4-4cab-bcdf-28bb3df395ee => generated 861 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/890] 10.0.0.169 () {34 vars in 1108 bytes} [Fri May 8 20:37:12 2026] GET /v2.0/networks/c9258f71-61bd-4f0b-9593-aee01a36424e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:12.659 8 WARNING keystonemiddleware.audit [req-f9806a21-7a82-4906-9970-2c418d5f6f10 req-ee30d8e6-bbd4-4f81-87f1-ac76c9953743 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 427/891] 199.204.45.109 () {34 vars in 1058 bytes} [Fri May 8 20:37:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c925ced8-d8e4-4cab-bcdf-28bb3df395ee => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:12.680 8 WARNING keystonemiddleware.audit [req-e09440c0-8866-488b-9699-46e9e832e247 req-71ec933b-73c8-4300-a743-98844f5cd973 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 428/892] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:37:12 2026] GET /v2.0/subnets?id=63a26e75-b46a-4229-9708-90359ffad8fc => generated 701 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:12.715 8 WARNING keystonemiddleware.audit [req-e09440c0-8866-488b-9699-46e9e832e247 req-d69c20b1-0ffe-4284-8802-e9e5b69d0454 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 429/893] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:37:12 2026] GET /v2.0/ports?network_id=dc077226-2f4e-48f2-8498-6a4e79b94c99&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:37:12.751 8 WARNING keystonemiddleware.audit [req-e09440c0-8866-488b-9699-46e9e832e247 req-b78add44-e597-4641-b02a-3844e08d9ee0 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 430/894] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:37:12 2026] GET /v2.0/networks/dc077226-2f4e-48f2-8498-6a4e79b94c99?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:12.800 8 WARNING keystonemiddleware.audit [req-e09440c0-8866-488b-9699-46e9e832e247 req-b98591e8-9b04-429a-a0f7-f4e0c6743691 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 431/895] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:37:12 2026] GET /v2.0/networks/dc077226-2f4e-48f2-8498-6a4e79b94c99?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/896] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:12 2026] GET /v2.0/ports?device_id=de0beeca-4fcb-4332-a4f1-e39ec472b8ae => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/897] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:13 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/898] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:13 2026] GET /v2.0/security-groups?id=c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/899] 10.0.0.181 () {34 vars in 783 bytes} [Fri May 8 20:37:12 2026] PUT /v2.0/routers/60f5029e-cfa9-4c50-80b5-cf5418af7160/add_router_interface => generated 309 bytes in 1194 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/900] 10.0.0.181 () {32 vars in 717 bytes} [Fri May 8 20:37:13 2026] GET /v2.0/ports/e4f4f349-f91d-4ca8-895c-21c470e602fe => generated 1034 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 436/901] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:13 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => generated 1152 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/902] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:13 2026] GET /v2.0/security-groups?id=84d5e14e-7ae2-4d14-be21-03e1c23f69ca&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:13.809 7 INFO neutron_taas.services.taas.taas_plugin [None req-debfd963-1a41-4ac7-8031-c6757d5413af 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] TaaS: Handle Delete Port: e4f4f349-f91d-4ca8-895c-21c470e602fe 2026-05-08 20:37:13.814 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-debfd963-1a41-4ac7-8031-c6757d5413af 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Tap Mirror: Handle Delete Port: e4f4f349-f91d-4ca8-895c-21c470e602fe 2026-05-08 20:37:13.906 8 WARNING keystonemiddleware.audit [req-773fc1d1-6789-45e2-864d-1f1cc674d6ee req-5ad53e0f-42e4-4703-a83b-ca8a6949627f b6275f9cfe3a47e6977bda07b4154f81 6a6c2868980d46acb9b62eae08b32add - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 438/903] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:37:13 2026] GET /v2.0/ports?tenant_id=6a6c2868980d46acb9b62eae08b32add&device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => generated 1421 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:37:13.966 8 WARNING keystonemiddleware.audit [req-9c9630ef-5652-47fb-9acc-e43c4180fc19 req-4f087726-244d-4360-a1d5-1bf9b0553c66 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 439/904] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:37:13 2026] GET /v2.0/networks?id=dc077226-2f4e-48f2-8498-6a4e79b94c99 => generated 779 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/905] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:14 2026] GET /v2.0/ports?device_id=de0beeca-4fcb-4332-a4f1-e39ec472b8ae => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:14.042 8 WARNING keystonemiddleware.audit [req-6298068f-c2fe-49b1-978d-5cc8944fc1f6 req-23cdf505-9ac1-4bda-8c94-d458fa3fec09 297087f172634d28bf74d1efe090422f b0ac1f9b6ea141f9a21065fc53b06ecd - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 441/906] 199.204.45.109 () {34 vars in 1060 bytes} [Fri May 8 20:37:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=c925ced8-d8e4-4cab-bcdf-28bb3df395ee => generated 861 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:14.096 8 WARNING keystonemiddleware.audit [req-9c9630ef-5652-47fb-9acc-e43c4180fc19 req-188f85b1-b535-4ebe-849e-c99f45892c68 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 442/907] 199.204.45.109 () {34 vars in 1058 bytes} [Fri May 8 20:37:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c925ced8-d8e4-4cab-bcdf-28bb3df395ee => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:14.131 8 WARNING keystonemiddleware.audit [req-9c9630ef-5652-47fb-9acc-e43c4180fc19 req-c8b84cd4-7a4a-429a-9833-9f868036e05f 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 443/908] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:37:14 2026] GET /v2.0/subnets?id=63a26e75-b46a-4229-9708-90359ffad8fc => generated 701 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:14.174 8 WARNING keystonemiddleware.audit [req-9c9630ef-5652-47fb-9acc-e43c4180fc19 req-2368f3f3-3d06-4a0d-89ed-68840845dda2 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 444/909] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:37:14 2026] GET /v2.0/ports?network_id=dc077226-2f4e-48f2-8498-6a4e79b94c99&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:37:14.221 8 WARNING keystonemiddleware.audit [req-9c9630ef-5652-47fb-9acc-e43c4180fc19 req-bfd5d0b5-293b-4efd-baf6-9b4f0d3bc6a3 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 445/910] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:37:14 2026] GET /v2.0/networks/dc077226-2f4e-48f2-8498-6a4e79b94c99?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: 466/911] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:37:13 2026] PUT /v2.0/routers/60f5029e-cfa9-4c50-80b5-cf5418af7160/remove_router_interface => generated 309 bytes in 982 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:14.305 7 WARNING keystonemiddleware.audit [None req-debfd963-1a41-4ac7-8031-c6757d5413af 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 446/912] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:14 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/913] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:37:14 2026] GET /v2.0/networks/dc077226-2f4e-48f2-8498-6a4e79b94c99?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/914] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:14 2026] GET /v2.0/security-groups?id=c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:14.491 8 INFO neutron.api.v2.resource [None req-72ea3067-f9e1-4920-9105-647600a073d8 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 447/915] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:37:14 2026] PUT /v2.0/routers/60f5029e-cfa9-4c50-80b5-cf5418af7160/remove_router_interface => generated 197 bytes in 161 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/916] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:37:14 2026] GET /v2.0/ports?device_id=60f5029e-cfa9-4c50-80b5-cf5418af7160 => 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: 470/917] 199.204.45.109 () {34 vars in 1118 bytes} [Fri May 8 20:37:14 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.8 => generated 1152 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:37:15.086 8 INFO neutron_taas.services.taas.taas_plugin [None req-26f576f8-cd74-46e9-89c5-1ac910db3d5d 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] TaaS: Handle Delete Port: c8deb218-2c35-4962-b787-b2a7126cc4ec 2026-05-08 20:37:15.094 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26f576f8-cd74-46e9-89c5-1ac910db3d5d 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Tap Mirror: Handle Delete Port: c8deb218-2c35-4962-b787-b2a7126cc4ec [pid: 7|app: 0|req: 471/918] 199.204.45.109 () {38 vars in 1028 bytes} [Fri May 8 20:37:14 2026] PUT /v2.0/ports/c925ced8-d8e4-4cab-bcdf-28bb3df395ee => generated 972 bytes in 489 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: 472/919] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:15 2026] GET /v2.0/ports?device_id=de0beeca-4fcb-4332-a4f1-e39ec472b8ae => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:15.506 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-760e6863-ed3a-4a61-9a74-8d789408c69d'] response: {'name': 'network-changed', 'server_uuid': '77cf305f-28b3-4c86-85bd-5f440e92d9ff', 'tag': 'c925ced8-d8e4-4cab-bcdf-28bb3df395ee', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 473/920] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:15 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/921] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:15 2026] GET /v2.0/security-groups?id=c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:15.586 8 INFO neutron.services.segments.plugin [-] Segment 9f6d9a39-0724-4562-9a6d-e35fcd32e858 resource provider aggregate not found 2026-05-08 20:37:15.590 8 INFO neutron.services.segments.plugin [-] Segment 9f6d9a39-0724-4562-9a6d-e35fcd32e858 resource provider aggregate not found 2026-05-08 20:37:15.610 8 INFO neutron.services.segments.plugin [-] Segment 9f6d9a39-0724-4562-9a6d-e35fcd32e858 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f6d9a39-0724-4562-9a6d-e35fcd32e858 found for delete ", "request_id": "req-ec9c277b-e905-401b-b0d4-2fb06c7daba8"}]} 2026-05-08 20:37:15.612 8 INFO neutron.services.segments.plugin [-] Segment 9f6d9a39-0724-4562-9a6d-e35fcd32e858 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f6d9a39-0724-4562-9a6d-e35fcd32e858 found for delete ", "request_id": "req-3b335532-3925-4a73-9836-4b9c9706612a"}]} 2026-05-08 20:37:15.620 8 INFO neutron.db.l3_hamode_db [None req-26f576f8-cd74-46e9-89c5-1ac910db3d5d 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] HA network f6e811ca-2151-4e3a-b2c7-0dc374c3db8c was deleted as no HA routers are present in tenant a72331e5f3c74bd2afee936016f85d08. [pid: 8|app: 0|req: 448/922] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:37:14 2026] DELETE /v2.0/routers/60f5029e-cfa9-4c50-80b5-cf5418af7160 => generated 0 bytes in 1102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/923] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:15 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/924] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:37:15 2026] DELETE /v2.0/subnets/ad9260c2-d4e3-42ce-b289-9cacf6b5a804 => 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: 450/925] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:37:15 2026] DELETE /v2.0/networks/683130d9-3395-4dd1-a097-b1c4f322d2c2 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:37:15.977 8 WARNING keystonemiddleware.audit [None req-45efb8b5-90f8-4cff-bde6-584cdf594a39 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 451/926] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:37:15 2026] GET /v2.0/ports?tenant_id=6a6c2868980d46acb9b62eae08b32add&device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:37:16.065 8 INFO neutron.db.segments_db [None req-c1721f47-0bc6-4aca-83a7-3ef03902d493 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Added segment 7aa361e9-d440-43fb-b1c6-028f8bb694c7 of type vxlan for network eb2411e0-480a-4853-aa8f-3d245a97fae1 2026-05-08 20:37:16.131 7 INFO neutron.db.l3_db [None req-6046d3b4-ec7f-4f49-b226-b6f54f8112d2 2060e50c52b7410ea9eca04eb09bde69 b144bee119de41bfabb97437a0c37ef1 - - default default] Floating IP 2af7b0be-a9c5-44bd-9e86-80f5816f2b5a associated. External IP: 10.96.250.219, port: 791ce31b-fafa-490d-bdab-3fa116de6e0b. [pid: 8|app: 0|req: 452/927] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:37:16 2026] POST /v2.0/networks => generated 632 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:37:16.174 8 WARNING keystonemiddleware.audit [None req-c1721f47-0bc6-4aca-83a7-3ef03902d493 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 453/928] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:37:16 2026] GET /v2.0/networks?id=dc077226-2f4e-48f2-8498-6a4e79b94c99 => 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: 456/931] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:37:16 2026] POST /v2.0/subnets => generated 646 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:37:16.554 8 WARNING keystonemiddleware.audit [None req-c56a0d7a-1470-48d0-9c1a-0f93b5b5a32e 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 476/932] 10.0.0.181 () {34 vars in 749 bytes} [Fri May 8 20:37:15 2026] PUT /v2.0/floatingips/2af7b0be-a9c5-44bd-9e86-80f5816f2b5a => generated 856 bytes in 892 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/933] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:16 2026] GET /v2.0/ports?device_id=de0beeca-4fcb-4332-a4f1-e39ec472b8ae => 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: 457/934] 199.204.45.109 () {34 vars in 1060 bytes} [Fri May 8 20:37:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=c925ced8-d8e4-4cab-bcdf-28bb3df395ee => generated 861 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:16.621 8 WARNING keystonemiddleware.audit [req-ba388238-7fa6-453d-bac4-8914d3cd8ef0 req-b0b76ef5-0559-4055-b46e-93a504f0f1b1 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 458/935] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:37:16 2026] GET /v2.0/subnets?id=63a26e75-b46a-4229-9708-90359ffad8fc => generated 701 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:16.669 8 WARNING keystonemiddleware.audit [req-ba388238-7fa6-453d-bac4-8914d3cd8ef0 req-8d0d9c9f-e7c1-4fc8-9043-f3c3cd23723c 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. 2026-05-08 20:37:16.670 7 INFO neutron.db.segments_db [None req-51ce9783-cec2-4d96-bad9-dd829a0df637 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Added segment 29752196-c75b-4848-a3d2-5b63024e9902 of type vxlan for network 1132c2fe-491d-4863-9f1b-9d706d6deb94 [pid: 8|app: 0|req: 459/936] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:37:16 2026] GET /v2.0/ports?network_id=dc077226-2f4e-48f2-8498-6a4e79b94c99&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-08 20:37:16.723 8 WARNING keystonemiddleware.audit [req-ba388238-7fa6-453d-bac4-8914d3cd8ef0 req-8fdb4d38-e870-459b-9acd-0b0bd025c6ac 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 460/937] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:37:16 2026] GET /v2.0/networks/dc077226-2f4e-48f2-8498-6a4e79b94c99?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:16.773 8 WARNING keystonemiddleware.audit [req-ba388238-7fa6-453d-bac4-8914d3cd8ef0 req-0788ef5b-c524-43db-9b1c-9de128cf81c3 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 461/938] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:37:16 2026] GET /v2.0/networks/dc077226-2f4e-48f2-8498-6a4e79b94c99?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-08 20:37:16.972 7 INFO neutron.db.l3_hamode_db [None req-51ce9783-cec2-4d96-bad9-dd829a0df637 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 20:37:17.109 7 INFO neutron.db.l3_hamode_db [None req-51ce9783-cec2-4d96-bad9-dd829a0df637 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 462/939] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:37:17 2026] GET /v2.0/networks?id=c9258f71-61bd-4f0b-9593-aee01a36424e => generated 674 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/940] 199.204.45.109 () {34 vars in 1050 bytes} [Fri May 8 20:37:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b0ac1f9b6ea141f9a21065fc53b06ecd => generated 181 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/941] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:17 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:17.551 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-befacd6b-33d2-4b26-9c37-600832f1096f'] response: {'name': 'network-changed', 'server_uuid': '11646391-064d-4427-9d25-54a82ee0af10', 'tag': '791ce31b-fafa-490d-bdab-3fa116de6e0b', 'status': 'completed', 'code': 200} 2026-05-08 20:37:17.631 8 INFO neutron.services.segments.plugin [-] Segment f3b0f2c0-6dd4-4a10-a9d5-59753a0b778e resource provider aggregate not found 2026-05-08 20:37:17.641 8 INFO neutron.services.segments.plugin [-] Segment f3b0f2c0-6dd4-4a10-a9d5-59753a0b778e resource provider aggregate not found 2026-05-08 20:37:17.665 8 INFO neutron.services.segments.plugin [-] Segment f3b0f2c0-6dd4-4a10-a9d5-59753a0b778e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3b0f2c0-6dd4-4a10-a9d5-59753a0b778e found for delete ", "request_id": "req-665156d5-c582-48ab-8b86-397abc8d1e98"}]} 2026-05-08 20:37:17.672 8 INFO neutron.services.segments.plugin [-] Segment f3b0f2c0-6dd4-4a10-a9d5-59753a0b778e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3b0f2c0-6dd4-4a10-a9d5-59753a0b778e found for delete ", "request_id": "req-62d2b459-003b-4ba6-9376-07bc79a4d32e"}]} [pid: 7|app: 0|req: 478/942] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:37:16 2026] POST /v2.0/routers => generated 510 bytes in 1212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/943] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:17 2026] GET /v2.0/security-groups?id=84d5e14e-7ae2-4d14-be21-03e1c23f69ca&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: 465/944] 199.204.45.109 () {38 vars in 955 bytes} [Fri May 8 20:37:17 2026] POST /v2.0/ports => generated 958 bytes in 428 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: 480/945] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:17 2026] GET /v2.0/ports?device_id=de0beeca-4fcb-4332-a4f1-e39ec472b8ae => generated 961 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:17.943 7 WARNING keystonemiddleware.audit [req-abe27034-993b-4980-95de-69983c14479e req-11eb1068-0379-4163-8488-247534bad7ce 297087f172634d28bf74d1efe090422f b0ac1f9b6ea141f9a21065fc53b06ecd - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 481/946] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:37:17 2026] GET /v2.0/ports?tenant_id=6a6c2868980d46acb9b62eae08b32add&device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:37:17.977 7 WARNING keystonemiddleware.audit [req-d8385042-d00b-4650-8089-d2b379c66677 req-8030480c-a994-4a7e-a63f-f459b1ed6046 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 482/947] 199.204.45.109 () {38 vars in 1028 bytes} [Fri May 8 20:37:17 2026] PUT /v2.0/ports/b68c75ec-4247-4d95-8d39-d0b753c26060 => generated 1239 bytes in 417 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: 483/948] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:18 2026] GET /v2.0/security-groups?id=2d76ea94-698d-4bfb-a159-674b87123eaa&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:18.424 7 WARNING keystonemiddleware.audit [req-abe27034-993b-4980-95de-69983c14479e req-f614b7e4-a14e-44ff-9c48-6bb517f13a75 297087f172634d28bf74d1efe090422f b0ac1f9b6ea141f9a21065fc53b06ecd - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 484/949] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:37:18 2026] GET /v2.0/networks?id=dc077226-2f4e-48f2-8498-6a4e79b94c99 => generated 779 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:18.478 7 WARNING keystonemiddleware.audit [req-d8385042-d00b-4650-8089-d2b379c66677 req-b9ccbfc9-c9f7-4c6e-98a9-093e50910523 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 485/950] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:37:18 2026] GET /v2.0/ports?tenant_id=b144bee119de41bfabb97437a0c37ef1&device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:37:18.514 7 WARNING keystonemiddleware.audit [req-7b227003-f082-4218-8705-4b38f80d7ccc req-4562228c-a304-4028-9ef4-2ec3c43500c1 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 486/951] 199.204.45.109 () {34 vars in 1060 bytes} [Fri May 8 20:37:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=c925ced8-d8e4-4cab-bcdf-28bb3df395ee => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:18.557 7 WARNING keystonemiddleware.audit [req-d8385042-d00b-4650-8089-d2b379c66677 req-f2ae0467-2980-4f34-ac00-18e7a7bd5077 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 487/952] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:37:18 2026] GET /v2.0/networks?id=3ebbe149-74d6-4503-b250-4447897e6f84 => generated 771 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:18.603 7 WARNING keystonemiddleware.audit [req-7b227003-f082-4218-8705-4b38f80d7ccc req-e91f262b-26aa-4c5e-b9ea-f9a506e057ff 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 488/953] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:37:18 2026] GET /v2.0/subnets?id=63a26e75-b46a-4229-9708-90359ffad8fc => generated 701 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:18.631 7 WARNING keystonemiddleware.audit [req-d8385042-d00b-4650-8089-d2b379c66677 req-f71d11cf-c412-4b05-ada0-56aecb1e7ac2 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 489/954] 199.204.45.109 () {34 vars in 1060 bytes} [Fri May 8 20:37:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=791ce31b-fafa-490d-bdab-3fa116de6e0b => generated 861 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:18.665 7 WARNING keystonemiddleware.audit [req-7b227003-f082-4218-8705-4b38f80d7ccc req-b795cce4-02e9-4f7d-9224-85eb5470b232 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 490/955] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:37:18 2026] GET /v2.0/ports?network_id=dc077226-2f4e-48f2-8498-6a4e79b94c99&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:37:18.694 7 WARNING keystonemiddleware.audit [req-d8385042-d00b-4650-8089-d2b379c66677 req-2d841c68-97cb-4973-8c5f-0db540a90f62 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 491/956] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:37:18 2026] GET /v2.0/subnets?id=34b5ac0a-3f59-4ec7-864e-0a8816abd46f => generated 693 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:18.717 7 WARNING keystonemiddleware.audit [req-7b227003-f082-4218-8705-4b38f80d7ccc req-fd06a093-3a61-425f-9449-5014ea98e4f2 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 492/957] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:37:18 2026] GET /v2.0/networks/dc077226-2f4e-48f2-8498-6a4e79b94c99?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:18.775 7 WARNING keystonemiddleware.audit [req-d8385042-d00b-4650-8089-d2b379c66677 req-fd3f61f2-06b3-41b9-a657-04e4afe115a5 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 493/958] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:37:18 2026] GET /v2.0/ports?network_id=3ebbe149-74d6-4503-b250-4447897e6f84&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:37:18.816 7 WARNING keystonemiddleware.audit [req-7b227003-f082-4218-8705-4b38f80d7ccc req-55cbc459-f993-4df0-997d-0c0847a442bd 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 494/959] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:37:18 2026] GET /v2.0/networks/dc077226-2f4e-48f2-8498-6a4e79b94c99?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:18.860 7 WARNING keystonemiddleware.audit [req-d8385042-d00b-4650-8089-d2b379c66677 req-b71ba778-d50b-4d49-ab4f-dd55780eb0b3 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 466/960] 10.0.0.181 () {34 vars in 783 bytes} [Fri May 8 20:37:17 2026] PUT /v2.0/routers/021c5392-18a7-45df-945a-3e9da2bdb390/add_router_interface => generated 309 bytes in 1007 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/961] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:37:18 2026] GET /v2.0/networks/3ebbe149-74d6-4503-b250-4447897e6f84?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:18.914 7 WARNING keystonemiddleware.audit [req-7b227003-f082-4218-8705-4b38f80d7ccc req-8ebdc92c-7b41-4c69-a31b-2e1d32345ba0 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 467/962] 10.0.0.181 () {32 vars in 717 bytes} [Fri May 8 20:37:18 2026] GET /v2.0/ports/b6d69c31-9faf-4c1b-b12d-1f0ef572b949 => generated 959 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/963] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:37:18 2026] GET /v2.0/networks/3ebbe149-74d6-4503-b250-4447897e6f84?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/964] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:18 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/965] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:19 2026] GET /v2.0/security-groups?id=84d5e14e-7ae2-4d14-be21-03e1c23f69ca&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:19.279 8 INFO neutron_taas.services.taas.taas_plugin [None req-57c5b644-2fcf-4d64-b1cb-42cdae35fef6 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] TaaS: Handle Delete Port: b6d69c31-9faf-4c1b-b12d-1f0ef572b949 2026-05-08 20:37:19.284 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57c5b644-2fcf-4d64-b1cb-42cdae35fef6 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Tap Mirror: Handle Delete Port: b6d69c31-9faf-4c1b-b12d-1f0ef572b949 2026-05-08 20:37:19.423 7 WARNING keystonemiddleware.audit [req-b67a4766-b094-42ff-b3d6-f15358e577f6 req-88f020f5-014f-4cc9-9ad2-d169a061ff84 b6275f9cfe3a47e6977bda07b4154f81 6a6c2868980d46acb9b62eae08b32add - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 499/966] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:37:19 2026] GET /v2.0/ports?tenant_id=b0ac1f9b6ea141f9a21065fc53b06ecd&device_id=de0beeca-4fcb-4332-a4f1-e39ec472b8ae => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:37:19.471 7 WARNING keystonemiddleware.audit [req-f9806a21-7a82-4906-9970-2c418d5f6f10 req-b198f6e1-ea57-4d17-98af-bd873c163b79 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 500/967] 199.204.45.109 () {34 vars in 1060 bytes} [Fri May 8 20:37:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=b68c75ec-4247-4d95-8d39-d0b753c26060 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/968] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:19 2026] GET /v2.0/ports?device_id=de0beeca-4fcb-4332-a4f1-e39ec472b8ae => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:19.537 7 WARNING keystonemiddleware.audit [req-fe7752ce-3861-4e73-9522-5c9e22261c08 req-4c5062af-4864-4865-8e12-60165cca5af6 297087f172634d28bf74d1efe090422f b0ac1f9b6ea141f9a21065fc53b06ecd - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 502/969] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:37:19 2026] GET /v2.0/subnets?id=0232c535-ad0e-40db-9f77-4cd2a918b9a1 => generated 692 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:19.581 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a8e2e5b2-9f39-4a04-91f2-075bfad07245'] response: {'name': 'network-changed', 'server_uuid': 'de0beeca-4fcb-4332-a4f1-e39ec472b8ae', 'tag': 'b68c75ec-4247-4d95-8d39-d0b753c26060', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 503/970] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:19 2026] GET /v2.0/security-groups?id=2d76ea94-698d-4bfb-a159-674b87123eaa&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:19.599 7 WARNING keystonemiddleware.audit [req-fe7752ce-3861-4e73-9522-5c9e22261c08 req-4372809b-4454-4fe0-8aa9-689fea3b26c1 297087f172634d28bf74d1efe090422f b0ac1f9b6ea141f9a21065fc53b06ecd - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 504/971] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:37:19 2026] GET /v2.0/ports?network_id=c9258f71-61bd-4f0b-9593-aee01a36424e&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:37:19.643 7 WARNING keystonemiddleware.audit [req-f9806a21-7a82-4906-9970-2c418d5f6f10 req-e1c03b8d-d7eb-4c04-8881-ff27fb898b6f 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 505/972] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:37:19 2026] GET /v2.0/networks/c9258f71-61bd-4f0b-9593-aee01a36424e?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:19.689 7 WARNING keystonemiddleware.audit [req-f9806a21-7a82-4906-9970-2c418d5f6f10 req-7e7ed274-3c38-4574-a378-2562d759d437 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 468/973] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:37:18 2026] PUT /v2.0/routers/021c5392-18a7-45df-945a-3e9da2bdb390/remove_router_interface => generated 309 bytes in 812 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/974] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:37:19 2026] GET /v2.0/networks/c9258f71-61bd-4f0b-9593-aee01a36424e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/975] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:37:19 2026] GET /v2.0/ports?device_id=021c5392-18a7-45df-945a-3e9da2bdb390 => 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: 470/976] 199.204.45.109 () {34 vars in 994 bytes} [Fri May 8 20:37:19 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:20.006 7 INFO neutron_taas.services.taas.taas_plugin [None req-710eb650-58ef-4d9b-821d-c03329319619 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] TaaS: Handle Delete Port: ac9571f2-2c05-4acf-8cca-b5d0c172599c 2026-05-08 20:37:20.010 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-710eb650-58ef-4d9b-821d-c03329319619 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Tap Mirror: Handle Delete Port: ac9571f2-2c05-4acf-8cca-b5d0c172599c 2026-05-08 20:37:20.021 8 INFO neutron_taas.services.taas.taas_plugin [req-44cdd8df-30f6-414a-b573-aea5487b511a req-6b9a30d0-a970-4c95-b918-3b2a8daefd2c b6275f9cfe3a47e6977bda07b4154f81 6a6c2868980d46acb9b62eae08b32add - - default default] TaaS: Handle Delete Port: c925ced8-d8e4-4cab-bcdf-28bb3df395ee 2026-05-08 20:37:20.025 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-44cdd8df-30f6-414a-b573-aea5487b511a req-6b9a30d0-a970-4c95-b918-3b2a8daefd2c b6275f9cfe3a47e6977bda07b4154f81 6a6c2868980d46acb9b62eae08b32add - - default default] Tap Mirror: Handle Delete Port: c925ced8-d8e4-4cab-bcdf-28bb3df395ee 2026-05-08 20:37:20.153 8 INFO neutron.db.l3_db [req-44cdd8df-30f6-414a-b573-aea5487b511a req-6b9a30d0-a970-4c95-b918-3b2a8daefd2c b6275f9cfe3a47e6977bda07b4154f81 6a6c2868980d46acb9b62eae08b32add - - default default] Floating IP abd08599-d7a0-4ef7-8e13-7232805e154c disassociated. External IP: 10.96.250.218, port: c925ced8-d8e4-4cab-bcdf-28bb3df395ee. 2026-05-08 20:37:20.413 7 INFO neutron.services.segments.plugin [-] Segment 29752196-c75b-4848-a3d2-5b63024e9902 resource provider aggregate not found 2026-05-08 20:37:20.419 7 INFO neutron.services.segments.plugin [-] Segment 29752196-c75b-4848-a3d2-5b63024e9902 resource provider aggregate not found 2026-05-08 20:37:20.456 7 INFO neutron.services.segments.plugin [-] Segment 29752196-c75b-4848-a3d2-5b63024e9902 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29752196-c75b-4848-a3d2-5b63024e9902 found for delete ", "request_id": "req-1dc50e89-e131-4178-9dc1-b7562b2ac629"}]} 2026-05-08 20:37:20.460 7 INFO neutron.services.segments.plugin [-] Segment 29752196-c75b-4848-a3d2-5b63024e9902 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29752196-c75b-4848-a3d2-5b63024e9902 found for delete ", "request_id": "req-46a558cc-35d6-427a-b95c-45a037c596b2"}]} 2026-05-08 20:37:20.473 7 INFO neutron.db.l3_hamode_db [None req-710eb650-58ef-4d9b-821d-c03329319619 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] HA network 1132c2fe-491d-4863-9f1b-9d706d6deb94 was deleted as no HA routers are present in tenant a72331e5f3c74bd2afee936016f85d08. [pid: 7|app: 0|req: 507/977] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:37:19 2026] DELETE /v2.0/routers/021c5392-18a7-45df-945a-3e9da2bdb390 => 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: 508/978] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:20 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => 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: 471/979] 199.204.45.109 () {36 vars in 997 bytes} [Fri May 8 20:37:19 2026] DELETE /v2.0/ports/c925ced8-d8e4-4cab-bcdf-28bb3df395ee => generated 0 bytes in 690 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:37:20.589 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9bdceef2-cbcc-4219-8fdf-68e974e07827'] response: {'server_uuid': '77cf305f-28b3-4c86-85bd-5f440e92d9ff', 'name': 'network-vif-deleted', 'tag': 'c925ced8-d8e4-4cab-bcdf-28bb3df395ee', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 509/980] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:37:20 2026] DELETE /v2.0/subnets/f691f3c4-0a47-4091-94f0-27c78f01cf88 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/981] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:20 2026] GET /v2.0/ports?device_id=de0beeca-4fcb-4332-a4f1-e39ec472b8ae => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/982] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:20 2026] GET /v2.0/security-groups?id=2d76ea94-698d-4bfb-a159-674b87123eaa&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:20.790 8 WARNING keystonemiddleware.audit [req-cfb0c791-9a22-40dc-b613-c49a61867701 req-dd3ffeaf-0215-47ed-954b-3a26ca1db67d 297087f172634d28bf74d1efe090422f b0ac1f9b6ea141f9a21065fc53b06ecd - - default default] Skipping service tempest-service-312884789 as it have no endpoints. 2026-05-08 20:37:20.797 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e88a0ad-c7fa-4764-a049-609ee5860c4f 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] TaaS: Handle Delete Port: 0d908534-c76b-43b7-8b0b-e509c845c86f 2026-05-08 20:37:20.801 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e88a0ad-c7fa-4764-a049-609ee5860c4f 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Tap Mirror: Handle Delete Port: 0d908534-c76b-43b7-8b0b-e509c845c86f [pid: 8|app: 0|req: 474/983] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:37:20 2026] GET /v2.0/ports?tenant_id=b0ac1f9b6ea141f9a21065fc53b06ecd&device_id=de0beeca-4fcb-4332-a4f1-e39ec472b8ae => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:37:20.847 8 WARNING keystonemiddleware.audit [req-3772171d-a199-47df-9cda-6f472894f6e4 req-acf60783-75aa-473d-8594-f58bc3cb80e7 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 475/984] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:37:20 2026] GET /v2.0/networks?id=c9258f71-61bd-4f0b-9593-aee01a36424e => generated 769 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:20.931 8 WARNING keystonemiddleware.audit [req-3772171d-a199-47df-9cda-6f472894f6e4 req-5f24e661-03d5-4828-8287-36a71a344d62 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 476/985] 199.204.45.109 () {34 vars in 1060 bytes} [Fri May 8 20:37:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=b68c75ec-4247-4d95-8d39-d0b753c26060 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:20.959 8 WARNING keystonemiddleware.audit [req-3772171d-a199-47df-9cda-6f472894f6e4 req-c6d96ac9-0c83-4d78-acd1-6eb9d1f0e58c 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 477/986] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:37:20 2026] GET /v2.0/subnets?id=0232c535-ad0e-40db-9f77-4cd2a918b9a1 => generated 692 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:20.999 8 WARNING keystonemiddleware.audit [req-3772171d-a199-47df-9cda-6f472894f6e4 req-78174cce-9e22-4f94-943c-02f673803187 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 478/987] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:37:20 2026] GET /v2.0/ports?network_id=c9258f71-61bd-4f0b-9593-aee01a36424e&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:37:21.040 8 WARNING keystonemiddleware.audit [req-3772171d-a199-47df-9cda-6f472894f6e4 req-0ca270dd-98c7-496c-8ee8-e3489d162b0a 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 510/988] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:37:20 2026] DELETE /v2.0/networks/eb2411e0-480a-4853-aa8f-3d245a97fae1 => generated 0 bytes in 358 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:37:21.103 7 INFO neutron.db.segments_db [None req-b9f23353-fd1e-4af4-8e21-ecd7c988ed21 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Added segment 35acb3db-ab5a-49a9-aabd-64955db6725c of type vxlan for network 82fe5724-6e9d-4283-bdd6-899ebf612479 [pid: 8|app: 0|req: 479/989] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:37:21 2026] GET /v2.0/networks/c9258f71-61bd-4f0b-9593-aee01a36424e?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:21.123 8 WARNING keystonemiddleware.audit [req-3772171d-a199-47df-9cda-6f472894f6e4 req-e2ac89f0-7139-461c-8ffd-249f4bc16ea1 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 480/990] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:37:21 2026] GET /v2.0/networks/c9258f71-61bd-4f0b-9593-aee01a36424e?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-08 20:37:21.346 7 INFO neutron.db.l3_hamode_db [None req-b9f23353-fd1e-4af4-8e21-ecd7c988ed21 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 481/991] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:21 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => 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: 482/992] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:21 2026] GET /v2.0/ports?device_id=de0beeca-4fcb-4332-a4f1-e39ec472b8ae => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/993] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:21 2026] GET /v2.0/security-groups?id=2d76ea94-698d-4bfb-a159-674b87123eaa&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:22.490 7 INFO neutron.services.segments.plugin [-] Segment 7aa361e9-d440-43fb-b1c6-028f8bb694c7 resource provider aggregate not found 2026-05-08 20:37:22.490 7 INFO neutron.services.segments.plugin [-] Segment 7aa361e9-d440-43fb-b1c6-028f8bb694c7 resource provider aggregate not found 2026-05-08 20:37:22.510 7 INFO neutron.services.segments.plugin [-] Segment 7aa361e9-d440-43fb-b1c6-028f8bb694c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7aa361e9-d440-43fb-b1c6-028f8bb694c7 found for delete ", "request_id": "req-f8a170c2-f153-43bb-a136-bcdf76c4466e"}]} 2026-05-08 20:37:22.512 7 INFO neutron.services.segments.plugin [-] Segment 7aa361e9-d440-43fb-b1c6-028f8bb694c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7aa361e9-d440-43fb-b1c6-028f8bb694c7 found for delete ", "request_id": "req-dfa4a8a0-c4ef-43d6-8cb0-b89106b8dfb6"}]} 2026-05-08 20:37:22.520 7 INFO neutron.db.l3_hamode_db [None req-b9f23353-fd1e-4af4-8e21-ecd7c988ed21 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 484/994] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:22 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => 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: 485/995] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:22 2026] GET /v2.0/ports?device_id=de0beeca-4fcb-4332-a4f1-e39ec472b8ae => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/996] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:23 2026] GET /v2.0/security-groups?id=2d76ea94-698d-4bfb-a159-674b87123eaa&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/997] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:37:21 2026] POST /v2.0/routers => generated 692 bytes in 2330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/998] 10.0.0.181 () {32 vars in 721 bytes} [Fri May 8 20:37:23 2026] GET /v2.0/routers/1e7849ff-c377-45bf-ac78-04a2f7440b12 => generated 698 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/999] 10.0.0.181 () {32 vars in 647 bytes} [Fri May 8 20:37:23 2026] GET /v2.0/routers => generated 701 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1000] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:23 2026] GET /v2.0/ports?device_id=77cf305f-28b3-4c86-85bd-5f440e92d9ff => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1001] 10.0.0.181 () {34 vars in 741 bytes} [Fri May 8 20:37:23 2026] PUT /v2.0/routers/1e7849ff-c377-45bf-ac78-04a2f7440b12 => generated 705 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1002] 10.0.0.181 () {32 vars in 721 bytes} [Fri May 8 20:37:24 2026] GET /v2.0/routers/1e7849ff-c377-45bf-ac78-04a2f7440b12 => 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: 489/1003] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:24 2026] GET /v2.0/ports?device_id=de0beeca-4fcb-4332-a4f1-e39ec472b8ae => 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: 515/1004] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:37:24 2026] GET /v2.0/ports?device_id=1e7849ff-c377-45bf-ac78-04a2f7440b12 => 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: 490/1005] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:24 2026] GET /v2.0/security-groups?id=2d76ea94-698d-4bfb-a159-674b87123eaa&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-08 20:37:24.442 7 INFO neutron_taas.services.taas.taas_plugin [None req-c79f6e07-10b2-4541-9585-ae3a57c9609a 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] TaaS: Handle Delete Port: f8b98e0e-7622-4872-8b66-50a1695c9fb1 2026-05-08 20:37:24.446 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c79f6e07-10b2-4541-9585-ae3a57c9609a 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Tap Mirror: Handle Delete Port: f8b98e0e-7622-4872-8b66-50a1695c9fb1 2026-05-08 20:37:24.723 7 INFO neutron_taas.services.taas.taas_plugin [None req-c79f6e07-10b2-4541-9585-ae3a57c9609a 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] TaaS: Handle Delete Port: 71d94ef7-c8d1-47b3-b34f-fac3b0f6e815 2026-05-08 20:37:24.740 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c79f6e07-10b2-4541-9585-ae3a57c9609a 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] Tap Mirror: Handle Delete Port: 71d94ef7-c8d1-47b3-b34f-fac3b0f6e815 [pid: 8|app: 0|req: 491/1006] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:37:24 2026] DELETE /v2.0/security-groups/84d5e14e-7ae2-4d14-be21-03e1c23f69ca => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:37:24.981 8 INFO neutron.api.v2.resource [None req-5b562f5e-976a-4848-a32b-3b273965f9c7 b6275f9cfe3a47e6977bda07b4154f81 6a6c2868980d46acb9b62eae08b32add - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 492/1007] 10.0.0.181 () {32 vars in 737 bytes} [Fri May 8 20:37:24 2026] GET /v2.0/security-groups/84d5e14e-7ae2-4d14-be21-03e1c23f69ca => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:37:25.109 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc8b0655-654b-477b-92fb-5b522444284e b6275f9cfe3a47e6977bda07b4154f81 6a6c2868980d46acb9b62eae08b32add - - default default] TaaS: Handle Delete Port: e31b5f7c-09e5-40a8-8217-9adbf90c5ede 2026-05-08 20:37:25.112 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc8b0655-654b-477b-92fb-5b522444284e b6275f9cfe3a47e6977bda07b4154f81 6a6c2868980d46acb9b62eae08b32add - - default default] Tap Mirror: Handle Delete Port: e31b5f7c-09e5-40a8-8217-9adbf90c5ede 2026-05-08 20:37:25.145 7 INFO neutron.services.segments.plugin [-] Segment 35acb3db-ab5a-49a9-aabd-64955db6725c resource provider aggregate not found 2026-05-08 20:37:25.151 7 INFO neutron.services.segments.plugin [-] Segment 35acb3db-ab5a-49a9-aabd-64955db6725c resource provider aggregate not found 2026-05-08 20:37:25.163 7 INFO neutron.services.segments.plugin [-] Segment 35acb3db-ab5a-49a9-aabd-64955db6725c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35acb3db-ab5a-49a9-aabd-64955db6725c found for delete ", "request_id": "req-0a70aa4a-eed6-4ed4-a7e3-94d67a743a6e"}]} 2026-05-08 20:37:25.170 7 INFO neutron.services.segments.plugin [-] Segment 35acb3db-ab5a-49a9-aabd-64955db6725c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35acb3db-ab5a-49a9-aabd-64955db6725c found for delete ", "request_id": "req-5d01dcd6-2e33-443e-a7e5-539b1a274e33"}]} 2026-05-08 20:37:25.184 7 INFO neutron.db.l3_hamode_db [None req-c79f6e07-10b2-4541-9585-ae3a57c9609a 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] HA network 82fe5724-6e9d-4283-bdd6-899ebf612479 was deleted as no HA routers are present in tenant a72331e5f3c74bd2afee936016f85d08. [pid: 7|app: 0|req: 516/1008] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:37:24 2026] DELETE /v2.0/routers/1e7849ff-c377-45bf-ac78-04a2f7440b12 => generated 0 bytes in 971 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1009] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:37:25 2026] GET /v2.0/ports?device_id=1e7849ff-c377-45bf-ac78-04a2f7440b12 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:25.232 7 INFO neutron.api.v2.resource [None req-1f4f6489-bbd5-479b-a8b9-26fdd5e92894 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 518/1010] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:37:25 2026] DELETE /v2.0/routers/1e7849ff-c377-45bf-ac78-04a2f7440b12 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1011] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:37:25 2026] GET /v2.0/ports?device_id=021c5392-18a7-45df-945a-3e9da2bdb390 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:25.276 7 INFO neutron.api.v2.resource [None req-2df1a11c-9a61-4502-a217-48b17d6f11fa 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 520/1012] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:37:25 2026] DELETE /v2.0/routers/021c5392-18a7-45df-945a-3e9da2bdb390 => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:37:25.292 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8d86e222-2bad-42e5-8505-a9cad80e345e 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 521/1013] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:37:25 2026] DELETE /v2.0/subnets/f691f3c4-0a47-4091-94f0-27c78f01cf88 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1014] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:37:25 2026] GET /v2.0/ports?device_id=60f5029e-cfa9-4c50-80b5-cf5418af7160 => 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: 493/1015] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:37:24 2026] DELETE /v2.0/floatingips/abd08599-d7a0-4ef7-8e13-7232805e154c => generated 0 bytes in 340 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:37:25.346 7 INFO neutron.api.v2.resource [None req-13f3b9d3-6663-463b-b1d0-8b74a35aaef3 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 523/1016] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:37:25 2026] DELETE /v2.0/routers/60f5029e-cfa9-4c50-80b5-cf5418af7160 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:37:25.366 7 INFO neutron.pecan_wsgi.hooks.translation [None req-944b8a7c-4ef3-4ef4-a6dc-bc9af3bd7b76 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 524/1017] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:37:25 2026] DELETE /v2.0/subnets/ad9260c2-d4e3-42ce-b289-9cacf6b5a804 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1018] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:25 2026] GET /v2.0/ports?device_id=de0beeca-4fcb-4332-a4f1-e39ec472b8ae => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1019] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:37:25 2026] GET /v2.0/ports?device_id=b7b3d54e-f6fb-4b55-9b43-201a63df6c79 => 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: 495/1020] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:25 2026] GET /v2.0/security-groups?id=2d76ea94-698d-4bfb-a159-674b87123eaa&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:25.416 7 INFO neutron.api.v2.resource [None req-77fdea13-79e8-4b10-8820-6d47e978fce2 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 526/1021] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:37:25 2026] DELETE /v2.0/routers/b7b3d54e-f6fb-4b55-9b43-201a63df6c79 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:37:25.436 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e683fb87-1d82-485a-9ebc-7fe1d5055fac 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 527/1022] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:37:25 2026] DELETE /v2.0/subnets/6c6cc7cb-97b2-4ab8-997c-f3556bd4e08c => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:37:25.470 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b36cddbc-8b0a-417e-99cf-e6e38e4ebb31 341233f440c949d3841a42463d09a173 a72331e5f3c74bd2afee936016f85d08 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 528/1023] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:37:25 2026] DELETE /v2.0/subnets/2cf4ae21-1dee-4dec-8080-953da1c817f6 => 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: 529/1024] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:25 2026] GET /v2.0/ports?device_id=de0beeca-4fcb-4332-a4f1-e39ec472b8ae => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:25.757 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac8494fd-00c0-45aa-89dc-7c1925344ba1 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 389d9dc4-89ff-4cc7-bd3e-d6ef76ee95f9 2026-05-08 20:37:25.759 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac8494fd-00c0-45aa-89dc-7c1925344ba1 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 389d9dc4-89ff-4cc7-bd3e-d6ef76ee95f9 2026-05-08 20:37:25.940 7 INFO neutron.db.l3_db [None req-b20771d5-22a0-41c3-9dcd-bdcc3f09ed14 297087f172634d28bf74d1efe090422f b0ac1f9b6ea141f9a21065fc53b06ecd - - default default] Floating IP e38d08be-9538-4155-8d3c-1208d4268efe associated. External IP: 10.96.250.203, port: b68c75ec-4247-4d95-8d39-d0b753c26060. [pid: 7|app: 0|req: 530/1025] 10.0.0.181 () {34 vars in 749 bytes} [Fri May 8 20:37:25 2026] PUT /v2.0/floatingips/e38d08be-9538-4155-8d3c-1208d4268efe => generated 856 bytes in 661 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:26.285 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7fafb27c-5e67-46df-bc65-1f0840f4e045'] response: {'name': 'network-changed', 'server_uuid': 'de0beeca-4fcb-4332-a4f1-e39ec472b8ae', 'tag': 'b68c75ec-4247-4d95-8d39-d0b753c26060', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 496/1026] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:37:25 2026] PUT /v2.0/routers/4fc538da-c648-47bf-81ac-d76de47add5d/remove_router_interface => generated 309 bytes in 940 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1027] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:26 2026] GET /v2.0/ports?device_id=de0beeca-4fcb-4332-a4f1-e39ec472b8ae => 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: 531/1028] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:37:26 2026] GET /v2.0/security-groups?tenant_id=a72331e5f3c74bd2afee936016f85d08&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: 532/1029] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:37:26 2026] DELETE /v2.0/security-groups/d8586a52-4890-4fd2-9dbc-778ba7cdc67e => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1030] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:26 2026] GET /v2.0/security-groups?id=2d76ea94-698d-4bfb-a159-674b87123eaa&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:26.587 8 INFO neutron_taas.services.taas.taas_plugin [None req-0a574b33-e43d-4478-87e3-5c41125a6d1d 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 5e705c9f-377d-4b35-b29d-f1fb80089143 2026-05-08 20:37:26.590 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a574b33-e43d-4478-87e3-5c41125a6d1d 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 5e705c9f-377d-4b35-b29d-f1fb80089143 [pid: 7|app: 0|req: 534/1031] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:26 2026] GET /v2.0/ports?device_id=de0beeca-4fcb-4332-a4f1-e39ec472b8ae => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:26.816 7 WARNING keystonemiddleware.audit [req-d73a4010-125b-4137-a6fd-e2a935efac6d req-d3a27f95-1a8e-4a9e-bf53-729dd132ee45 297087f172634d28bf74d1efe090422f b0ac1f9b6ea141f9a21065fc53b06ecd - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 535/1032] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:37:26 2026] GET /v2.0/ports?tenant_id=b0ac1f9b6ea141f9a21065fc53b06ecd&device_id=de0beeca-4fcb-4332-a4f1-e39ec472b8ae => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1033] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:26 2026] GET /v2.0/security-groups?id=2d76ea94-698d-4bfb-a159-674b87123eaa&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-08 20:37:26.880 7 WARNING keystonemiddleware.audit [req-d73a4010-125b-4137-a6fd-e2a935efac6d req-554c4fe7-535e-4a89-bb70-2c21fb7e159b 297087f172634d28bf74d1efe090422f b0ac1f9b6ea141f9a21065fc53b06ecd - - default default] Skipping service tempest-service-312884789 as it have no endpoints. 2026-05-08 20:37:26.901 8 INFO neutron_taas.services.taas.taas_plugin [None req-0a574b33-e43d-4478-87e3-5c41125a6d1d 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: fbb6a2f9-8844-40b0-9e1d-7ea9b8db58a3 2026-05-08 20:37:26.904 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a574b33-e43d-4478-87e3-5c41125a6d1d 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: fbb6a2f9-8844-40b0-9e1d-7ea9b8db58a3 [pid: 7|app: 0|req: 537/1034] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:37:26 2026] GET /v2.0/networks?id=c9258f71-61bd-4f0b-9593-aee01a36424e => generated 769 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:26.933 7 WARNING keystonemiddleware.audit [req-66a0e81a-aca9-42c6-9b27-4ed792e19c30 req-768a1dac-0ce5-459a-a598-a396b853b038 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 538/1035] 199.204.45.109 () {34 vars in 1060 bytes} [Fri May 8 20:37:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=b68c75ec-4247-4d95-8d39-d0b753c26060 => generated 859 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:26.971 7 WARNING keystonemiddleware.audit [req-66a0e81a-aca9-42c6-9b27-4ed792e19c30 req-e6078b4e-27db-486e-8d45-cd20cae9c5ea 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 539/1036] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:37:26 2026] GET /v2.0/subnets?id=0232c535-ad0e-40db-9f77-4cd2a918b9a1 => generated 692 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:27.007 7 WARNING keystonemiddleware.audit [req-66a0e81a-aca9-42c6-9b27-4ed792e19c30 req-b8d9226f-d139-47f9-96a2-caa24dfb43fe 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 540/1037] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:37:27 2026] GET /v2.0/ports?network_id=c9258f71-61bd-4f0b-9593-aee01a36424e&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:37:27.074 7 WARNING keystonemiddleware.audit [req-66a0e81a-aca9-42c6-9b27-4ed792e19c30 req-d303b455-ee6b-4b41-89bd-b5b50e2f96fd 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 541/1038] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:37:27 2026] GET /v2.0/networks/c9258f71-61bd-4f0b-9593-aee01a36424e?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:27.146 7 WARNING keystonemiddleware.audit [req-66a0e81a-aca9-42c6-9b27-4ed792e19c30 req-b612bfbe-b545-45f9-a5aa-2660e1e21a8b 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 542/1039] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:37:27 2026] GET /v2.0/networks/c9258f71-61bd-4f0b-9593-aee01a36424e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:27.272 8 INFO neutron.services.segments.plugin [-] Segment 26836edc-91bb-4d33-886a-dbcd1971d10f resource provider aggregate not found 2026-05-08 20:37:27.276 8 INFO neutron.services.segments.plugin [-] Segment 26836edc-91bb-4d33-886a-dbcd1971d10f resource provider aggregate not found 2026-05-08 20:37:27.295 8 INFO neutron.services.segments.plugin [-] Segment 26836edc-91bb-4d33-886a-dbcd1971d10f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26836edc-91bb-4d33-886a-dbcd1971d10f found for delete ", "request_id": "req-ed3acbc7-8161-428a-adad-bc9a25b21dbe"}]} 2026-05-08 20:37:27.296 8 INFO neutron.services.segments.plugin [-] Segment 26836edc-91bb-4d33-886a-dbcd1971d10f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26836edc-91bb-4d33-886a-dbcd1971d10f found for delete ", "request_id": "req-77eae1e7-1571-4c4e-854d-6854c33075a1"}]} 2026-05-08 20:37:27.303 8 INFO neutron.db.l3_hamode_db [None req-0a574b33-e43d-4478-87e3-5c41125a6d1d 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] HA network 922eb62b-11d3-407f-8da9-d1fa6bfb885c was deleted as no HA routers are present in tenant 6a6c2868980d46acb9b62eae08b32add. [pid: 8|app: 0|req: 498/1040] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:37:26 2026] DELETE /v2.0/routers/4fc538da-c648-47bf-81ac-d76de47add5d => generated 0 bytes in 924 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1041] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:37:27 2026] DELETE /v2.0/subnets/63a26e75-b46a-4229-9708-90359ffad8fc => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:37:27.576 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ccc02ad-b3d7-46dc-ae30-234f4e5d7505 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: cb84c039-c52f-4baf-9336-686f51beb510 2026-05-08 20:37:27.579 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ccc02ad-b3d7-46dc-ae30-234f4e5d7505 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: cb84c039-c52f-4baf-9336-686f51beb510 [pid: 8|app: 0|req: 499/1042] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:37:27 2026] DELETE /v2.0/networks/dc077226-2f4e-48f2-8498-6a4e79b94c99 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1043] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:37:27 2026] GET /v2.0/security-groups?tenant_id=6a6c2868980d46acb9b62eae08b32add&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1044] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:27 2026] GET /v2.0/ports?device_id=de0beeca-4fcb-4332-a4f1-e39ec472b8ae => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1045] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:28 2026] GET /v2.0/security-groups?id=2d76ea94-698d-4bfb-a159-674b87123eaa&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1046] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:37:27 2026] DELETE /v2.0/security-groups/c066eb03-8179-471b-8938-41361a4b6000 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1047] 10.0.0.181 () {34 vars in 684 bytes} [Fri May 8 20:37:28 2026] POST /v2.0/security-groups => generated 1624 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1048] 10.0.0.181 () {32 vars in 663 bytes} [Fri May 8 20:37:28 2026] GET /v2.0/security-groups => generated 4529 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1049] 10.0.0.181 () {34 vars in 758 bytes} [Fri May 8 20:37:28 2026] PUT /v2.0/security-groups/6561eb9b-b812-4f34-ac34-2b1f2f7dafde => generated 1662 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1050] 10.0.0.181 () {32 vars in 737 bytes} [Fri May 8 20:37:28 2026] GET /v2.0/security-groups/6561eb9b-b812-4f34-ac34-2b1f2f7dafde => generated 1662 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1051] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:37:28 2026] DELETE /v2.0/security-groups/6561eb9b-b812-4f34-ac34-2b1f2f7dafde => 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: 503/1052] 10.0.0.181 () {32 vars in 663 bytes} [Fri May 8 20:37:28 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:37:28.972 7 INFO neutron.api.v2.resource [None req-773f56bd-9981-46af-b625-61c53ee42f33 b40a746e52d44f55aa2decb47e7f6d9f f2c4f4d4ff2d469497430247cba1ebe0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 550/1053] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:37:28 2026] DELETE /v2.0/security-groups/6561eb9b-b812-4f34-ac34-2b1f2f7dafde => 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: 504/1054] 10.0.0.181 () {34 vars in 684 bytes} [Fri May 8 20:37:28 2026] POST /v2.0/security-groups => generated 1624 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1055] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:29 2026] GET /v2.0/ports?device_id=de0beeca-4fcb-4332-a4f1-e39ec472b8ae => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1056] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:37:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1057] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:29 2026] GET /v2.0/security-groups?id=2d76ea94-698d-4bfb-a159-674b87123eaa&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1058] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:37:29 2026] GET /v2.0/security-group-rules/fb539471-4138-4189-8955-640bc8a4706e => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:29.322 8 INFO neutron.services.segments.plugin [-] Segment 0cce8e22-7ad4-471f-9d19-a90582a9499c resource provider aggregate not found 2026-05-08 20:37:29.329 8 INFO neutron.services.segments.plugin [-] Segment 0cce8e22-7ad4-471f-9d19-a90582a9499c resource provider aggregate not found 2026-05-08 20:37:29.348 8 INFO neutron.services.segments.plugin [-] Segment 0cce8e22-7ad4-471f-9d19-a90582a9499c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cce8e22-7ad4-471f-9d19-a90582a9499c found for delete ", "request_id": "req-3575ec27-8ba9-41d5-a863-ecabaf57dcc0"}]} 2026-05-08 20:37:29.355 8 INFO neutron.services.segments.plugin [-] Segment 0cce8e22-7ad4-471f-9d19-a90582a9499c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cce8e22-7ad4-471f-9d19-a90582a9499c found for delete ", "request_id": "req-ef80cddf-4cd3-4bfb-9304-8a203fa90b4d"}]} [pid: 7|app: 0|req: 553/1059] 199.204.45.109 () {34 vars in 994 bytes} [Fri May 8 20:37:29 2026] GET /v2.0/ports?device_id=de0beeca-4fcb-4332-a4f1-e39ec472b8ae => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1060] 10.0.0.181 () {32 vars in 673 bytes} [Fri May 8 20:37:29 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1061] 10.0.0.181 () {32 vars in 750 bytes} [Fri May 8 20:37:29 2026] DELETE /v2.0/security-group-rules/fb539471-4138-4189-8955-640bc8a4706e => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:37:29.470 7 INFO neutron_taas.services.taas.taas_plugin [req-51ef1b1e-a9a3-41e3-9bcb-ed19c5ebd3d4 req-693f40dd-5b47-4295-a421-18945bca0b29 297087f172634d28bf74d1efe090422f b0ac1f9b6ea141f9a21065fc53b06ecd - - default default] TaaS: Handle Delete Port: b68c75ec-4247-4d95-8d39-d0b753c26060 2026-05-08 20:37:29.473 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-51ef1b1e-a9a3-41e3-9bcb-ed19c5ebd3d4 req-693f40dd-5b47-4295-a421-18945bca0b29 297087f172634d28bf74d1efe090422f b0ac1f9b6ea141f9a21065fc53b06ecd - - default default] Tap Mirror: Handle Delete Port: b68c75ec-4247-4d95-8d39-d0b753c26060 [pid: 8|app: 0|req: 509/1062] 10.0.0.181 () {32 vars in 673 bytes} [Fri May 8 20:37:29 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1063] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:37:29 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: 511/1064] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:37:29 2026] GET /v2.0/security-group-rules/45781d7d-0c87-41a4-aa68-4bd10064c1b6 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:29.630 7 INFO neutron.db.l3_db [req-51ef1b1e-a9a3-41e3-9bcb-ed19c5ebd3d4 req-693f40dd-5b47-4295-a421-18945bca0b29 297087f172634d28bf74d1efe090422f b0ac1f9b6ea141f9a21065fc53b06ecd - - default default] Floating IP e38d08be-9538-4155-8d3c-1208d4268efe disassociated. External IP: 10.96.250.203, port: b68c75ec-4247-4d95-8d39-d0b753c26060. [pid: 8|app: 0|req: 512/1065] 10.0.0.181 () {32 vars in 673 bytes} [Fri May 8 20:37:29 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1066] 10.0.0.181 () {32 vars in 750 bytes} [Fri May 8 20:37:29 2026] DELETE /v2.0/security-group-rules/45781d7d-0c87-41a4-aa68-4bd10064c1b6 => 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: 514/1067] 10.0.0.181 () {32 vars in 673 bytes} [Fri May 8 20:37:29 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:37:29.840 8 INFO neutron.db.securitygroups_db [None req-314118d1-4df7-4bdd-a81f-a8c8e4f3163e b40a746e52d44f55aa2decb47e7f6d9f f2c4f4d4ff2d469497430247cba1ebe0 - - default default] Project f2c4f4d4ff2d469497430247cba1ebe0 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: 515/1068] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:37:29 2026] POST /v2.0/security-group-rules => generated 607 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1069] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:37:29 2026] GET /v2.0/security-group-rules/d1273f8a-14b4-4802-aa82-af5b91da31b5 => generated 607 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1070] 199.204.45.109 () {36 vars in 997 bytes} [Fri May 8 20:37:29 2026] DELETE /v2.0/ports/b68c75ec-4247-4d95-8d39-d0b753c26060 => generated 0 bytes in 601 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:37:30.014 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-38e34872-2805-488f-bbd7-b58164185c1e'] response: {'server_uuid': 'de0beeca-4fcb-4332-a4f1-e39ec472b8ae', 'name': 'network-vif-deleted', 'tag': 'b68c75ec-4247-4d95-8d39-d0b753c26060', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 517/1071] 10.0.0.181 () {32 vars in 673 bytes} [Fri May 8 20:37:29 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1072] 10.0.0.181 () {32 vars in 750 bytes} [Fri May 8 20:37:30 2026] DELETE /v2.0/security-group-rules/d1273f8a-14b4-4802-aa82-af5b91da31b5 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1073] 10.0.0.181 () {32 vars in 673 bytes} [Fri May 8 20:37:30 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: 7|app: 0|req: 556/1074] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:37:30 2026] DELETE /v2.0/security-groups/829bfb87-2b8d-4eac-b618-8cb935d6620a => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1075] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:30 2026] GET /v2.0/ports?device_id=de0beeca-4fcb-4332-a4f1-e39ec472b8ae => 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: 519/1076] 10.0.0.181 () {32 vars in 663 bytes} [Fri May 8 20:37:30 2026] GET /v2.0/security-groups => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1077] 10.0.0.181 () {32 vars in 663 bytes} [Fri May 8 20:37:30 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1080] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:37:30 2026] GET /v2.0/security-groups?tenant_id=f2c4f4d4ff2d469497430247cba1ebe0&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1081] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:37:31 2026] DELETE /v2.0/security-groups/e9fdadb8-bed7-4848-afa6-67e0afac7c07 => 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: 521/1082] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:31 2026] GET /v2.0/ports?device_id=de0beeca-4fcb-4332-a4f1-e39ec472b8ae => 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: 562/1083] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:32 2026] GET /v2.0/ports?device_id=de0beeca-4fcb-4332-a4f1-e39ec472b8ae => 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: 522/1084] 10.0.0.181 () {32 vars in 623 bytes} [Fri May 8 20:37:33 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: 563/1085] 10.0.0.181 () {32 vars in 633 bytes} [Fri May 8 20:37:33 2026] GET /v2.0/ => generated 632 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1086] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:37:33 2026] DELETE /v2.0/security-groups/2d76ea94-698d-4bfb-a159-674b87123eaa => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:37:33.743 7 INFO neutron.api.v2.resource [None req-0b408149-ac04-40ac-a8ec-d61f76f63747 297087f172634d28bf74d1efe090422f b0ac1f9b6ea141f9a21065fc53b06ecd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 564/1087] 10.0.0.181 () {32 vars in 737 bytes} [Fri May 8 20:37:33 2026] GET /v2.0/security-groups/2d76ea94-698d-4bfb-a159-674b87123eaa => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:37:33.872 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c7349b1-58a1-4311-82bd-30aa2e275df9 297087f172634d28bf74d1efe090422f b0ac1f9b6ea141f9a21065fc53b06ecd - - default default] TaaS: Handle Delete Port: bfadf842-d972-4160-babd-ea72afc07de7 2026-05-08 20:37:33.875 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c7349b1-58a1-4311-82bd-30aa2e275df9 297087f172634d28bf74d1efe090422f b0ac1f9b6ea141f9a21065fc53b06ecd - - default default] Tap Mirror: Handle Delete Port: bfadf842-d972-4160-babd-ea72afc07de7 [pid: 8|app: 0|req: 524/1088] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:37:33 2026] DELETE /v2.0/floatingips/e38d08be-9538-4155-8d3c-1208d4268efe => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1089] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:37:33 2026] GET /v2.0/security-groups?tenant_id=279d3acf8f2848628e6e665e4b2d27c0&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1090] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:37:34 2026] DELETE /v2.0/security-groups/45cccd62-64b0-4407-b5a2-bbf20001ceba => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:37:34.409 8 INFO neutron_taas.services.taas.taas_plugin [None req-006d8204-5588-444e-9d4e-09838add362c 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: c738119e-4a4a-4f8e-a46b-09c8284b8242 2026-05-08 20:37:34.411 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-006d8204-5588-444e-9d4e-09838add362c 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: c738119e-4a4a-4f8e-a46b-09c8284b8242 [pid: 7|app: 0|req: 567/1091] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:37:34 2026] GET /v2.0/security-groups?tenant_id=3fec9b29d91940589b62db2ab24eb1a3&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1092] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:37:34 2026] DELETE /v2.0/security-groups/29812d7c-0ac0-4df6-bf94-4c081b84905d => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1093] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:37:34 2026] PUT /v2.0/routers/7b2bce40-e67f-4033-86a2-8eb35f58c055/remove_router_interface => generated 309 bytes in 900 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1094] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:37:34 2026] GET /v2.0/security-groups?tenant_id=2c838cdcc2854799b47b34d38ac5eabf&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1095] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:37:34 2026] DELETE /v2.0/security-groups/742f1d10-e1a3-4f1a-8bbb-0adee86fb12d => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:37:35.163 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b291d2b-d7a6-4b11-a213-5fee72be681d 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 5a1585fe-01c8-4cb4-adae-56e6f0f7d6f4 2026-05-08 20:37:35.166 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b291d2b-d7a6-4b11-a213-5fee72be681d 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 5a1585fe-01c8-4cb4-adae-56e6f0f7d6f4 2026-05-08 20:37:35.392 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b291d2b-d7a6-4b11-a213-5fee72be681d 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 78126c9c-43a9-495d-acde-8e9ec7398eb7 2026-05-08 20:37:35.394 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b291d2b-d7a6-4b11-a213-5fee72be681d 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 78126c9c-43a9-495d-acde-8e9ec7398eb7 2026-05-08 20:37:35.714 8 INFO neutron.services.segments.plugin [-] Segment c0dba86b-6d0c-48aa-a0c6-79f317a962cc resource provider aggregate not found 2026-05-08 20:37:35.718 8 INFO neutron.services.segments.plugin [-] Segment c0dba86b-6d0c-48aa-a0c6-79f317a962cc resource provider aggregate not found 2026-05-08 20:37:35.741 8 INFO neutron.services.segments.plugin [-] Segment c0dba86b-6d0c-48aa-a0c6-79f317a962cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0dba86b-6d0c-48aa-a0c6-79f317a962cc found for delete ", "request_id": "req-d025bc34-7ba2-48f3-902c-6e639c5d44de"}]} 2026-05-08 20:37:35.748 8 INFO neutron.services.segments.plugin [-] Segment c0dba86b-6d0c-48aa-a0c6-79f317a962cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0dba86b-6d0c-48aa-a0c6-79f317a962cc found for delete ", "request_id": "req-b9061cb5-583b-4081-a451-8043e69b43de"}]} 2026-05-08 20:37:35.755 8 INFO neutron.db.l3_hamode_db [None req-4b291d2b-d7a6-4b11-a213-5fee72be681d 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] HA network 4c706650-7571-45b7-93bf-9e78466eb9fd was deleted as no HA routers are present in tenant b0ac1f9b6ea141f9a21065fc53b06ecd. [pid: 8|app: 0|req: 526/1096] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:37:34 2026] DELETE /v2.0/routers/7b2bce40-e67f-4033-86a2-8eb35f58c055 => generated 0 bytes in 816 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1097] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:37:35 2026] DELETE /v2.0/subnets/0232c535-ad0e-40db-9f77-4cd2a918b9a1 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:37:36.080 8 INFO neutron_taas.services.taas.taas_plugin [None req-84a1c215-7f19-4f4b-a425-e7c70f51a586 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 5730ee33-cbb6-4c08-a798-b128f167c327 2026-05-08 20:37:36.083 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84a1c215-7f19-4f4b-a425-e7c70f51a586 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 5730ee33-cbb6-4c08-a798-b128f167c327 [pid: 8|app: 0|req: 527/1098] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:37:35 2026] DELETE /v2.0/networks/c9258f71-61bd-4f0b-9593-aee01a36424e => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1099] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:37:36 2026] GET /v2.0/security-groups?tenant_id=b0ac1f9b6ea141f9a21065fc53b06ecd&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1100] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:37:36 2026] DELETE /v2.0/security-groups/824b81f7-16a7-4241-8258-090044d0b5c3 => 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: 573/1101] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:37:36 2026] GET /v2.0/security-groups?tenant_id=dca0d04c5110471b92eff9562b3e83ac&name=default => generated 2925 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1102] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:37:37 2026] DELETE /v2.0/security-groups/bb1efc54-ba8c-40d2-b5c0-7bc20424ed52 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1103] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:37:37 2026] GET /v2.0/security-groups?tenant_id=eda1c7ed1a2943f9ab193408ae55a372&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:37:37.778 8 INFO neutron.services.segments.plugin [-] Segment 9bf02367-b22f-48c9-bc94-3e6f23c5a09b resource provider aggregate not found 2026-05-08 20:37:37.784 8 INFO neutron.services.segments.plugin [-] Segment 9bf02367-b22f-48c9-bc94-3e6f23c5a09b resource provider aggregate not found 2026-05-08 20:37:37.791 8 INFO neutron.services.segments.plugin [-] Segment 9bf02367-b22f-48c9-bc94-3e6f23c5a09b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bf02367-b22f-48c9-bc94-3e6f23c5a09b found for delete ", "request_id": "req-a8892bb9-ef19-49d5-9093-5bac5db18f80"}]} 2026-05-08 20:37:37.805 8 INFO neutron.services.segments.plugin [-] Segment 9bf02367-b22f-48c9-bc94-3e6f23c5a09b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bf02367-b22f-48c9-bc94-3e6f23c5a09b found for delete ", "request_id": "req-4d4df0fa-962f-43c4-880b-ae71f3f09a12"}]} [pid: 8|app: 0|req: 530/1104] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:37:37 2026] DELETE /v2.0/security-groups/8fcb2b2d-83e5-4bf9-bb67-193c7e166cdc => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:37:38.647 7 INFO neutron.db.segments_db [None req-28174839-a758-454e-92c7-78c73558c395 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment 982ec2ef-8db8-4891-be01-857fa9ce0342 of type vxlan for network 03a05cc0-15f0-411d-a78d-c46881a47fae [pid: 7|app: 0|req: 575/1105] 10.0.0.181 () {34 vars in 671 bytes} [Fri May 8 20:37:38 2026] POST /v2.0/networks => generated 744 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1106] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:37:38 2026] POST /v2.0/subnets => generated 692 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:37:38.971 8 INFO neutron.db.segments_db [None req-7a3a379b-bf05-44db-8860-faff364cc96b 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment dfed62c6-4633-4928-a799-43a43e8622d0 of type vxlan for network 0676b52e-1408-4b74-8199-5c714a218499 2026-05-08 20:37:39.195 7 INFO neutron.db.segments_db [None req-bb6d9a12-f647-4967-a331-768250d1e85f 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment 5cddc85f-ee26-4c93-8c4c-288375cf9b8e of type vxlan for network 31234d40-c4ba-42e4-b4b4-851e4d08ec7a 2026-05-08 20:37:39.209 8 INFO neutron.db.l3_hamode_db [None req-7a3a379b-bf05-44db-8860-faff364cc96b 991ebf80fd174736bef125ebf5c309b7 291e6b225f1c4afba48c1a6d153667fc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 576/1107] 10.0.0.181 () {34 vars in 671 bytes} [Fri May 8 20:37:38 2026] POST /v2.0/networks => generated 741 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1108] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:37:39 2026] POST /v2.0/subnets => generated 688 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:37:39.507 7 INFO neutron.db.segments_db [None req-f005a9ff-4a08-4627-b2df-4c58801af00e 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment 4009bdaa-db50-4b07-bacd-f5ed2e6fe570 of type vxlan for network 260780ba-e94a-419b-b60a-bf9c9c948a44 2026-05-08 20:37:39.765 7 INFO neutron.db.l3_hamode_db [None req-f005a9ff-4a08-4627-b2df-4c58801af00e 991ebf80fd174736bef125ebf5c309b7 da94916b8a86452e965cfcb33c493c16 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 20:37:40.008 8 INFO neutron.db.l3_hamode_db [None req-7a3a379b-bf05-44db-8860-faff364cc96b 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 20:37:40.606 7 INFO neutron.db.l3_hamode_db [None req-f005a9ff-4a08-4627-b2df-4c58801af00e 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 532/1109] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:37:38 2026] POST /v2.0/routers => generated 732 bytes in 2032 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1110] 10.0.0.181 () {32 vars in 653 bytes} [Fri May 8 20:37:40 2026] GET /v2.0/extensions => generated 21537 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1111] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:37:39 2026] POST /v2.0/routers => generated 728 bytes in 2085 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1112] 10.0.0.181 () {32 vars in 681 bytes} [Fri May 8 20:37:41 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1113] 10.0.0.181 () {34 vars in 783 bytes} [Fri May 8 20:37:41 2026] PUT /v2.0/routers/17437b11-af33-491e-891d-0a2527281a41/add_router_interface => generated 309 bytes in 995 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1114] 10.0.0.181 () {32 vars in 681 bytes} [Fri May 8 20:37:42 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: 8|app: 0|req: 536/1115] 10.0.0.181 () {32 vars in 729 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1116] 10.0.0.181 () {32 vars in 665 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/agent => generated 153 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1117] 10.0.0.181 () {32 vars in 699 bytes} [Fri May 8 20:37:42 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: 8|app: 0|req: 539/1118] 10.0.0.181 () {32 vars in 697 bytes} [Fri May 8 20:37:42 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: 540/1119] 10.0.0.181 () {32 vars in 701 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1120] 10.0.0.181 () {32 vars in 689 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1121] 10.0.0.181 () {32 vars in 703 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1122] 10.0.0.181 () {32 vars in 693 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1123] 10.0.0.181 () {32 vars in 695 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1124] 10.0.0.181 () {32 vars in 685 bytes} [Fri May 8 20:37:42 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: 546/1125] 10.0.0.181 () {32 vars in 687 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1126] 10.0.0.181 () {32 vars in 661 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1127] 10.0.0.181 () {32 vars in 699 bytes} [Fri May 8 20:37:42 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: 549/1128] 10.0.0.181 () {32 vars in 679 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1129] 10.0.0.181 () {32 vars in 683 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1130] 10.0.0.181 () {32 vars in 675 bytes} [Fri May 8 20:37:42 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: 552/1131] 10.0.0.181 () {32 vars in 689 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1132] 10.0.0.181 () {32 vars in 723 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1133] 10.0.0.181 () {32 vars in 687 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1134] 10.0.0.181 () {32 vars in 669 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/flavors => 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: 556/1135] 10.0.0.181 () {32 vars in 687 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1136] 10.0.0.181 () {32 vars in 681 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1137] 10.0.0.181 () {32 vars in 699 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1138] 10.0.0.181 () {32 vars in 679 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/l2_adjacency => 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: 560/1139] 10.0.0.181 () {32 vars in 667 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/router => generated 256 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1140] 10.0.0.181 () {32 vars in 677 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1141] 10.0.0.181 () {32 vars in 665 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1142] 10.0.0.181 () {32 vars in 675 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1143] 10.0.0.181 () {32 vars in 713 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1144] 10.0.0.181 () {32 vars in 691 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1145] 10.0.0.181 () {32 vars in 683 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1146] 10.0.0.181 () {32 vars in 669 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1147] 10.0.0.181 () {32 vars in 687 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1148] 10.0.0.181 () {32 vars in 705 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1149] 10.0.0.181 () {32 vars in 675 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1150] 10.0.0.181 () {32 vars in 701 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1151] 10.0.0.181 () {32 vars in 675 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1152] 10.0.0.181 () {32 vars in 693 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1153] 10.0.0.181 () {32 vars in 689 bytes} [Fri May 8 20:37:42 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: 575/1154] 10.0.0.181 () {32 vars in 709 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1155] 10.0.0.181 () {32 vars in 705 bytes} [Fri May 8 20:37:42 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: 577/1156] 10.0.0.181 () {32 vars in 719 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1157] 10.0.0.181 () {32 vars in 697 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1158] 10.0.0.181 () {32 vars in 711 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1159] 10.0.0.181 () {32 vars in 669 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/binding => 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: 581/1160] 10.0.0.181 () {32 vars in 687 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1161] 10.0.0.181 () {32 vars in 681 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1162] 10.0.0.181 () {32 vars in 675 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1163] 10.0.0.181 () {32 vars in 671 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/provider => generated 191 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1164] 10.0.0.181 () {32 vars in 661 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1165] 10.0.0.181 () {32 vars in 699 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1166] 10.0.0.181 () {32 vars in 699 bytes} [Fri May 8 20:37:42 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: 588/1167] 10.0.0.181 () {32 vars in 677 bytes} [Fri May 8 20:37:42 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: 589/1168] 10.0.0.181 () {32 vars in 669 bytes} [Fri May 8 20:37:42 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: 590/1169] 10.0.0.181 () {32 vars in 683 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1170] 10.0.0.181 () {32 vars in 701 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1171] 10.0.0.181 () {32 vars in 685 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1172] 10.0.0.181 () {32 vars in 707 bytes} [Fri May 8 20:37:42 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: 594/1173] 10.0.0.181 () {32 vars in 669 bytes} [Fri May 8 20:37:42 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: 595/1174] 10.0.0.181 () {32 vars in 697 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1175] 10.0.0.181 () {32 vars in 695 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1176] 10.0.0.181 () {34 vars in 783 bytes} [Fri May 8 20:37:41 2026] PUT /v2.0/routers/e37f8896-dc26-43ca-ab4b-b3c6d0d962ab/add_router_interface => generated 309 bytes in 1122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1177] 10.0.0.181 () {32 vars in 685 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1178] 10.0.0.181 () {32 vars in 689 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1179] 10.0.0.181 () {32 vars in 705 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1180] 10.0.0.181 () {32 vars in 667 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1181] 10.0.0.181 () {32 vars in 681 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1182] 10.0.0.181 () {32 vars in 681 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1183] 10.0.0.181 () {32 vars in 691 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1184] 10.0.0.181 () {32 vars in 691 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1185] 10.0.0.181 () {32 vars in 695 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1186] 10.0.0.181 () {32 vars in 685 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1187] 10.0.0.181 () {32 vars in 689 bytes} [Fri May 8 20:37:42 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: 586/1188] 10.0.0.181 () {32 vars in 701 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1189] 10.0.0.181 () {32 vars in 703 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1190] 10.0.0.181 () {32 vars in 713 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1191] 10.0.0.181 () {32 vars in 717 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1192] 10.0.0.181 () {32 vars in 715 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1193] 10.0.0.181 () {32 vars in 727 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1194] 10.0.0.181 () {32 vars in 741 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1195] 10.0.0.181 () {32 vars in 719 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1196] 10.0.0.181 () {32 vars in 683 bytes} [Fri May 8 20:37:42 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: 607/1197] 10.0.0.181 () {32 vars in 669 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1198] 10.0.0.181 () {32 vars in 719 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1199] 10.0.0.181 () {32 vars in 679 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1200] 10.0.0.181 () {32 vars in 669 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1201] 10.0.0.181 () {32 vars in 697 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1202] 10.0.0.181 () {32 vars in 705 bytes} [Fri May 8 20:37:42 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1203] 10.0.0.181 () {32 vars in 701 bytes} [Fri May 8 20:37:42 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: 8|app: 0|req: 611/1204] 10.0.0.181 () {32 vars in 701 bytes} [Fri May 8 20:37:43 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1205] 10.0.0.181 () {32 vars in 683 bytes} [Fri May 8 20:37:43 2026] GET /v2.0/extensions/subnet_onboard => 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: 613/1206] 10.0.0.181 () {32 vars in 705 bytes} [Fri May 8 20:37:43 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1207] 10.0.0.181 () {32 vars in 695 bytes} [Fri May 8 20:37:43 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: 8|app: 0|req: 615/1208] 10.0.0.181 () {32 vars in 689 bytes} [Fri May 8 20:37:43 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1209] 10.0.0.181 () {32 vars in 697 bytes} [Fri May 8 20:37:43 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1210] 10.0.0.169 () {34 vars in 982 bytes} [Fri May 8 20:37:43 2026] GET /v2.0/networks?id=03a05cc0-15f0-411d-a78d-c46881a47fae => 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: 617/1211] 10.0.0.181 () {32 vars in 679 bytes} [Fri May 8 20:37:43 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1212] 10.0.0.181 () {32 vars in 689 bytes} [Fri May 8 20:37:43 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1213] 10.0.0.169 () {34 vars in 965 bytes} [Fri May 8 20:37:43 2026] GET /v2.0/quotas/291e6b225f1c4afba48c1a6d153667fc => 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: 596/1214] 10.0.0.181 () {32 vars in 701 bytes} [Fri May 8 20:37:43 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1215] 10.0.0.181 () {32 vars in 665 bytes} [Fri May 8 20:37:43 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1216] 10.0.0.181 () {32 vars in 681 bytes} [Fri May 8 20:37:43 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1217] 10.0.0.181 () {32 vars in 677 bytes} [Fri May 8 20:37:43 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1218] 10.0.0.181 () {32 vars in 693 bytes} [Fri May 8 20:37:43 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1219] 10.0.0.181 () {32 vars in 677 bytes} [Fri May 8 20:37:43 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1220] 10.0.0.181 () {32 vars in 667 bytes} [Fri May 8 20:37:43 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1221] 10.0.0.181 () {32 vars in 663 bytes} [Fri May 8 20:37:43 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: 604/1222] 10.0.0.181 () {32 vars in 675 bytes} [Fri May 8 20:37:43 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1223] 10.0.0.169 () {34 vars in 1002 bytes} [Fri May 8 20:37:43 2026] GET /v2.0/ports?tenant_id=291e6b225f1c4afba48c1a6d153667fc&fields=id => generated 103 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1224] 10.0.0.181 () {32 vars in 687 bytes} [Fri May 8 20:37:43 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1225] 10.0.0.169 () {34 vars in 1008 bytes} [Fri May 8 20:37:43 2026] GET /v2.0/networks/03a05cc0-15f0-411d-a78d-c46881a47fae?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: 606/1226] 10.0.0.169 () {34 vars in 1108 bytes} [Fri May 8 20:37:43 2026] GET /v2.0/networks/03a05cc0-15f0-411d-a78d-c46881a47fae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1227] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:43 2026] GET /v2.0/ports?device_id=8335dcda-0a55-4215-84f5-3a011e055fdc => 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: 607/1228] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:37:43 2026] GET /v2.0/security-groups?tenant_id=f0c10a03012f48f3973dfd555a9095e5&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: 622/1229] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:37:43 2026] DELETE /v2.0/security-groups/45a0c8d6-f23b-47b1-a911-8465621d7762 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1230] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:44 2026] GET /v2.0/ports?device_id=8335dcda-0a55-4215-84f5-3a011e055fdc => 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: 623/1231] 10.0.0.169 () {34 vars in 982 bytes} [Fri May 8 20:37:45 2026] GET /v2.0/networks?id=31234d40-c4ba-42e4-b4b4-851e4d08ec7a => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1232] 10.0.0.169 () {34 vars in 965 bytes} [Fri May 8 20:37:45 2026] GET /v2.0/quotas/da94916b8a86452e965cfcb33c493c16 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1233] 10.0.0.169 () {34 vars in 1002 bytes} [Fri May 8 20:37:45 2026] GET /v2.0/ports?tenant_id=da94916b8a86452e965cfcb33c493c16&fields=id => generated 103 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1234] 10.0.0.169 () {34 vars in 1008 bytes} [Fri May 8 20:37:45 2026] GET /v2.0/networks/31234d40-c4ba-42e4-b4b4-851e4d08ec7a?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: 625/1235] 10.0.0.169 () {34 vars in 1108 bytes} [Fri May 8 20:37:45 2026] GET /v2.0/networks/31234d40-c4ba-42e4-b4b4-851e4d08ec7a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1236] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:45 2026] GET /v2.0/ports?device_id=9c21cbc8-9b67-4bba-ae01-7199cf9fd22f => 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: 626/1237] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:45 2026] GET /v2.0/ports?device_id=8335dcda-0a55-4215-84f5-3a011e055fdc => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:46.389 7 INFO neutron.db.segments_db [None req-74085daa-a142-4c74-88b3-4a403c05d020 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] Added segment 8f791412-7664-4803-bbc0-b62c7d5a4dcb of type vxlan for network 5f77f912-a06f-4ec3-8ccd-adb29f6ebe15 [pid: 7|app: 0|req: 612/1240] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:37:45 2026] POST /v2.0/networks => generated 649 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1241] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:46 2026] GET /v2.0/ports?device_id=9c21cbc8-9b67-4bba-ae01-7199cf9fd22f => 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: 629/1242] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:37:46 2026] POST /v2.0/subnets => generated 627 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1243] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:46 2026] GET /v2.0/ports?device_id=8335dcda-0a55-4215-84f5-3a011e055fdc => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:46.786 7 INFO neutron.db.segments_db [None req-588089a1-bb7f-49f8-a2ea-04fa86f179d1 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] Added segment ec5d0fce-9a78-422e-bb4a-df5e67400adb of type vxlan for network e20d3fd7-774d-41bb-a8bc-ec90e50a9818 2026-05-08 20:37:47.065 7 INFO neutron.db.l3_hamode_db [None req-588089a1-bb7f-49f8-a2ea-04fa86f179d1 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 631/1244] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:47 2026] GET /v2.0/ports?device_id=9c21cbc8-9b67-4bba-ae01-7199cf9fd22f => 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: 632/1245] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:37:47 2026] GET /v2.0/networks?id=03a05cc0-15f0-411d-a78d-c46881a47fae => generated 677 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1246] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:47 2026] GET /v2.0/ports?device_id=8335dcda-0a55-4215-84f5-3a011e055fdc => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:47.930 7 INFO neutron.db.l3_hamode_db [None req-588089a1-bb7f-49f8-a2ea-04fa86f179d1 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 634/1247] 199.204.45.109 () {38 vars in 955 bytes} [Fri May 8 20:37:47 2026] POST /v2.0/ports => generated 954 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:37:48.242 8 WARNING keystonemiddleware.audit [req-6cedc82b-8003-48d4-b5b1-994c05e369aa req-46f4e350-0c66-4b16-b50d-e0fa98f75a54 444229f2e7334aa8b3a4a8a280c3f65e 291e6b225f1c4afba48c1a6d153667fc - - default default] Skipping service tempest-service-312884789 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 635/1248] 199.204.45.109 () {38 vars in 1028 bytes} [Fri May 8 20:37:48 2026] PUT /v2.0/ports/b3f16ba7-d0b7-48c9-aaa6-fd6e7d667425 => generated 1235 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:37:48.739 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-11dab36d-739b-48db-9bbb-0bb7cd505873'] response: {'name': 'network-changed', 'server_uuid': '8335dcda-0a55-4215-84f5-3a011e055fdc', 'tag': 'b3f16ba7-d0b7-48c9-aaa6-fd6e7d667425', '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: 636/1249] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:48 2026] GET /v2.0/ports?device_id=9c21cbc8-9b67-4bba-ae01-7199cf9fd22f => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1250] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:37:46 2026] POST /v2.0/routers => generated 695 bytes in 2177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1251] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:48 2026] GET /v2.0/ports?device_id=8335dcda-0a55-4215-84f5-3a011e055fdc => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1252] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:48 2026] GET /v2.0/security-groups?id=eca939a0-f4b4-4ff0-9e31-94ebb4a9c9e6&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-08 20:37:49.251 8 WARNING keystonemiddleware.audit [req-1aade678-6faf-410e-8640-29eed7f53fcf req-08352cec-12af-439c-8587-cb06074cad21 444229f2e7334aa8b3a4a8a280c3f65e 291e6b225f1c4afba48c1a6d153667fc - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 639/1253] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:37:49 2026] GET /v2.0/ports?tenant_id=291e6b225f1c4afba48c1a6d153667fc&device_id=8335dcda-0a55-4215-84f5-3a011e055fdc => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:37:49.312 8 WARNING keystonemiddleware.audit [req-bbca1113-bafc-495a-ab67-b202f92fa194 req-8c20e83d-5a44-48a3-8c22-f3229f98e8e0 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 640/1254] 199.204.45.109 () {34 vars in 1018 bytes} [Fri May 8 20:37:49 2026] GET /v2.0/networks?tenant_id=291e6b225f1c4afba48c1a6d153667fc&shared=False => generated 772 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:49.380 8 WARNING keystonemiddleware.audit [req-bbca1113-bafc-495a-ab67-b202f92fa194 req-82271a60-bd82-4113-bb65-89547811889b 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 641/1255] 199.204.45.109 () {34 vars in 930 bytes} [Fri May 8 20:37:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1256] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:49 2026] GET /v2.0/ports?device_id=9c21cbc8-9b67-4bba-ae01-7199cf9fd22f => 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: 643/1257] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:37:49 2026] GET /v2.0/networks?id=31234d40-c4ba-42e4-b4b4-851e4d08ec7a => generated 673 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1258] 10.0.0.181 () {34 vars in 783 bytes} [Fri May 8 20:37:48 2026] PUT /v2.0/routers/5c81da06-aa56-4bcd-b5ab-99f9b6a8bcac/add_router_interface => generated 309 bytes in 1401 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1259] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:50 2026] GET /v2.0/ports?device_id=8335dcda-0a55-4215-84f5-3a011e055fdc => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1260] 199.204.45.109 () {38 vars in 955 bytes} [Fri May 8 20:37:50 2026] POST /v2.0/ports => generated 954 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 645/1261] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:50 2026] GET /v2.0/security-groups?id=eca939a0-f4b4-4ff0-9e31-94ebb4a9c9e6&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:50.469 8 WARNING keystonemiddleware.audit [req-e0d96147-dd99-443d-bad9-478b3efc3bb5 req-fdd141d7-9d2d-4df6-b245-bb3d2917ff56 444229f2e7334aa8b3a4a8a280c3f65e 291e6b225f1c4afba48c1a6d153667fc - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 617/1262] 10.0.0.181 () {34 vars in 665 bytes} [Fri May 8 20:37:50 2026] POST /v2.0/ports => generated 955 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:37:50.824 7 WARNING keystonemiddleware.audit [None req-b28952bf-cb84-4818-b97e-7a954eaa5d00 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 618/1263] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:37:50 2026] GET /v2.0/ports?tenant_id=291e6b225f1c4afba48c1a6d153667fc&device_id=8335dcda-0a55-4215-84f5-3a011e055fdc => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1264] 199.204.45.109 () {38 vars in 1028 bytes} [Fri May 8 20:37:50 2026] PUT /v2.0/ports/51518a44-02d8-4d89-94a9-ce5a18983a73 => generated 1235 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:37:50.952 8 WARNING keystonemiddleware.audit [req-23fd6526-261f-4ed3-b156-27e52d7e1a69 req-215a70dd-ca5e-4de9-8f9f-b2dc0059a6f2 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 647/1265] 199.204.45.109 () {34 vars in 1058 bytes} [Fri May 8 20:37:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=b3f16ba7-d0b7-48c9-aaa6-fd6e7d667425 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:50.987 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ae24616-2754-4755-8c9d-8bab59c8de1c'] response: {'name': 'network-changed', 'server_uuid': '9c21cbc8-9b67-4bba-ae01-7199cf9fd22f', 'tag': '51518a44-02d8-4d89-94a9-ce5a18983a73', 'status': 'completed', 'code': 200} 2026-05-08 20:37:50.989 8 WARNING keystonemiddleware.audit [req-6cedc82b-8003-48d4-b5b1-994c05e369aa req-6a5e6115-bd47-4d07-83a0-ead759f56d42 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 648/1266] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:37:50 2026] GET /v2.0/subnets?id=08421f0f-27c1-4a3c-9936-8ae52be5f8ee => generated 695 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:51.039 8 WARNING keystonemiddleware.audit [req-6cedc82b-8003-48d4-b5b1-994c05e369aa req-5ede2c1c-6f35-495d-be71-cc2de6a1949a 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 649/1267] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:37:51 2026] GET /v2.0/ports?network_id=03a05cc0-15f0-411d-a78d-c46881a47fae&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1268] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:51 2026] GET /v2.0/ports?device_id=9c21cbc8-9b67-4bba-ae01-7199cf9fd22f => generated 969 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:51.099 8 WARNING keystonemiddleware.audit [req-5807fd1f-646d-4aef-ae48-719e1191e093 req-22b53b61-1041-466b-b926-0f7cdc1dfe4c 472e1d7bedeb4064a3e1c1b4ee958bc5 da94916b8a86452e965cfcb33c493c16 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 651/1269] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:37:51 2026] GET /v2.0/networks/03a05cc0-15f0-411d-a78d-c46881a47fae?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: 652/1270] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:51 2026] GET /v2.0/security-groups?id=04376de5-d760-443d-a6f3-6df10a792a6b&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-08 20:37:51.175 8 WARNING keystonemiddleware.audit [req-5807fd1f-646d-4aef-ae48-719e1191e093 req-6f3bad4a-c271-48b5-8bac-469b445e50ae 472e1d7bedeb4064a3e1c1b4ee958bc5 da94916b8a86452e965cfcb33c493c16 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 619/1271] 10.0.0.181 () {34 vars in 665 bytes} [Fri May 8 20:37:50 2026] POST /v2.0/ports => generated 954 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1272] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:37:51 2026] GET /v2.0/networks/03a05cc0-15f0-411d-a78d-c46881a47fae?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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 20:37:51.501 8 WARNING keystonemiddleware.audit [req-6cedc82b-8003-48d4-b5b1-994c05e369aa req-22b04726-40a0-4588-9801-602074a44eab 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 654/1273] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:37:51 2026] GET /v2.0/ports?tenant_id=da94916b8a86452e965cfcb33c493c16&device_id=9c21cbc8-9b67-4bba-ae01-7199cf9fd22f => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1274] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:51 2026] GET /v2.0/ports?device_id=8335dcda-0a55-4215-84f5-3a011e055fdc => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:51.583 8 WARNING keystonemiddleware.audit [req-93acb0c1-0505-4559-ade7-302e2026ec6a req-24c69621-17d8-49b2-92d1-bbf721539948 444229f2e7334aa8b3a4a8a280c3f65e 291e6b225f1c4afba48c1a6d153667fc - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 656/1275] 199.204.45.109 () {34 vars in 1018 bytes} [Fri May 8 20:37:51 2026] GET /v2.0/networks?tenant_id=da94916b8a86452e965cfcb33c493c16&shared=False => generated 769 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1276] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:51 2026] GET /v2.0/security-groups?id=eca939a0-f4b4-4ff0-9e31-94ebb4a9c9e6&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:51.650 8 WARNING keystonemiddleware.audit [req-93acb0c1-0505-4559-ade7-302e2026ec6a req-dc175603-9b89-4499-b68e-71c48ea6b1df 444229f2e7334aa8b3a4a8a280c3f65e 291e6b225f1c4afba48c1a6d153667fc - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 658/1277] 199.204.45.109 () {34 vars in 930 bytes} [Fri May 8 20:37:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:51.945 7 INFO neutron.db.l3_db [None req-1a84ee9b-4500-4b94-bd0b-51f9207c99f1 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] Floating IP 50d44c6d-ae7c-4867-9a68-9c31ea9c5710 associated. External IP: 10.96.250.217, port: 0cb2a281-140b-4967-a999-b3925485a4de. [pid: 8|app: 0|req: 659/1278] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:52 2026] GET /v2.0/ports?device_id=9c21cbc8-9b67-4bba-ae01-7199cf9fd22f => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1279] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:52 2026] GET /v2.0/security-groups?id=04376de5-d760-443d-a6f3-6df10a792a6b&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1280] 10.0.0.181 () {34 vars in 677 bytes} [Fri May 8 20:37:51 2026] POST /v2.0/floatingips => generated 841 bytes in 1120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:37:52.441 8 INFO neutron.db.l3_db [None req-5be371eb-a793-4856-bc5a-4c222fb35b14 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] Floating IP 50d44c6d-ae7c-4867-9a68-9c31ea9c5710 disassociated. External IP: 10.96.250.217, port: 0cb2a281-140b-4967-a999-b3925485a4de. 2026-05-08 20:37:52.709 7 WARNING keystonemiddleware.audit [None req-1a84ee9b-4500-4b94-bd0b-51f9207c99f1 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 621/1281] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:37:52 2026] GET /v2.0/ports?tenant_id=da94916b8a86452e965cfcb33c493c16&device_id=9c21cbc8-9b67-4bba-ae01-7199cf9fd22f => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1282] 10.0.0.181 () {34 vars in 749 bytes} [Fri May 8 20:37:52 2026] PUT /v2.0/floatingips/50d44c6d-ae7c-4867-9a68-9c31ea9c5710 => generated 552 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:52.754 8 WARNING keystonemiddleware.audit [None req-5be371eb-a793-4856-bc5a-4c222fb35b14 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 622/1283] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:52 2026] GET /v2.0/ports?device_id=8335dcda-0a55-4215-84f5-3a011e055fdc => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1284] 199.204.45.109 () {34 vars in 1058 bytes} [Fri May 8 20:37:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=51518a44-02d8-4d89-94a9-ce5a18983a73 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:52.780 8 WARNING keystonemiddleware.audit [req-23fd6526-261f-4ed3-b156-27e52d7e1a69 req-5fc057c3-51aa-415c-97ab-660d2155726b 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 663/1285] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:37:52 2026] GET /v2.0/subnets?id=112a813b-ff40-4efe-8559-2ebcf487e553 => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1286] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:52 2026] GET /v2.0/security-groups?id=eca939a0-f4b4-4ff0-9e31-94ebb4a9c9e6&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:52.836 8 WARNING keystonemiddleware.audit [req-fb404008-8f36-4e75-bad3-4e7da39b3e65 req-b4a67008-2881-4759-8700-f82e1c87489f 444229f2e7334aa8b3a4a8a280c3f65e 291e6b225f1c4afba48c1a6d153667fc - - default default] Skipping service tempest-service-312884789 as it have no endpoints. 2026-05-08 20:37:52.860 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d3fdca6-b830-419a-bbd9-33fe57ae6781 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] TaaS: Handle Delete Port: 1c282d23-5378-45a7-88a1-7762ec918afc 2026-05-08 20:37:52.863 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d3fdca6-b830-419a-bbd9-33fe57ae6781 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] Tap Mirror: Handle Delete Port: 1c282d23-5378-45a7-88a1-7762ec918afc [pid: 8|app: 0|req: 665/1287] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:37:52 2026] GET /v2.0/ports?network_id=31234d40-c4ba-42e4-b4b4-851e4d08ec7a&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:37:52.880 8 WARNING keystonemiddleware.audit [req-23fd6526-261f-4ed3-b156-27e52d7e1a69 req-1700b0ec-bdb8-4730-819b-d101f8991eac 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 666/1288] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:37:52 2026] GET /v2.0/networks/31234d40-c4ba-42e4-b4b4-851e4d08ec7a?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:52.931 8 WARNING keystonemiddleware.audit [req-23fd6526-261f-4ed3-b156-27e52d7e1a69 req-22ac7963-2120-45d5-a38b-919c5dad1462 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 667/1289] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:37:52 2026] GET /v2.0/networks/31234d40-c4ba-42e4-b4b4-851e4d08ec7a?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: 623/1290] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:37:52 2026] DELETE /v2.0/floatingips/50d44c6d-ae7c-4867-9a68-9c31ea9c5710 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1291] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:53 2026] GET /v2.0/ports?device_id=9c21cbc8-9b67-4bba-ae01-7199cf9fd22f => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1292] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:53 2026] GET /v2.0/security-groups?id=04376de5-d760-443d-a6f3-6df10a792a6b&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:53.746 8 INFO neutron.db.l3_db [None req-6c7b77e9-3d45-4db4-83b2-ffc9a7c9f0c6 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] Floating IP 22317df1-ba0e-49d1-8aa5-40dd2ecfba89 associated. External IP: 10.96.250.206, port: 4d1ad5c6-8e55-4f9b-86fa-d0ac0a074502. [pid: 7|app: 0|req: 626/1293] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:53 2026] GET /v2.0/ports?device_id=8335dcda-0a55-4215-84f5-3a011e055fdc => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1294] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:53 2026] GET /v2.0/security-groups?id=eca939a0-f4b4-4ff0-9e31-94ebb4a9c9e6&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1295] 10.0.0.204 () {34 vars in 990 bytes} [Fri May 8 20:37:53 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 1244 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1296] 10.0.0.204 () {34 vars in 1040 bytes} [Fri May 8 20:37:54 2026] GET /v2.0/security-groups?id=c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1297] 10.0.0.181 () {34 vars in 677 bytes} [Fri May 8 20:37:53 2026] POST /v2.0/floatingips => generated 842 bytes in 1486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1298] 10.0.0.181 () {32 vars in 729 bytes} [Fri May 8 20:37:54 2026] GET /v2.0/floatingips/22317df1-ba0e-49d1-8aa5-40dd2ecfba89 => generated 842 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1299] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:54 2026] GET /v2.0/ports?device_id=9c21cbc8-9b67-4bba-ae01-7199cf9fd22f => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1300] 10.0.0.181 () {32 vars in 655 bytes} [Fri May 8 20:37:54 2026] GET /v2.0/floatingips => generated 845 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1301] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:54 2026] GET /v2.0/security-groups?id=04376de5-d760-443d-a6f3-6df10a792a6b&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:55.007 8 INFO neutron.db.l3_db [None req-e12fc8c6-8499-4463-8c3e-191d9643c3ba 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] Floating IP 22317df1-ba0e-49d1-8aa5-40dd2ecfba89 associated. External IP: 10.96.250.206, port: 4d1ad5c6-8e55-4f9b-86fa-d0ac0a074502. [pid: 7|app: 0|req: 633/1302] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:55 2026] GET /v2.0/ports?device_id=8335dcda-0a55-4215-84f5-3a011e055fdc => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1303] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:55 2026] GET /v2.0/security-groups?id=eca939a0-f4b4-4ff0-9e31-94ebb4a9c9e6&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1304] 10.0.0.181 () {34 vars in 749 bytes} [Fri May 8 20:37:54 2026] PUT /v2.0/floatingips/22317df1-ba0e-49d1-8aa5-40dd2ecfba89 => generated 841 bytes in 1116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1305] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:55 2026] GET /v2.0/ports?device_id=9c21cbc8-9b67-4bba-ae01-7199cf9fd22f => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1306] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:55 2026] GET /v2.0/security-groups?id=04376de5-d760-443d-a6f3-6df10a792a6b&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:55.901 8 INFO neutron.db.l3_db [None req-96e26179-f7a7-4b03-b378-9fdd49857e78 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] Floating IP 22317df1-ba0e-49d1-8aa5-40dd2ecfba89 disassociated. External IP: 10.96.250.206, port: 0cb2a281-140b-4967-a999-b3925485a4de. [pid: 7|app: 0|req: 637/1307] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:56 2026] GET /v2.0/ports?device_id=8335dcda-0a55-4215-84f5-3a011e055fdc => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1308] 10.0.0.181 () {34 vars in 749 bytes} [Fri May 8 20:37:55 2026] PUT /v2.0/floatingips/22317df1-ba0e-49d1-8aa5-40dd2ecfba89 => generated 552 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1309] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:56 2026] GET /v2.0/security-groups?id=eca939a0-f4b4-4ff0-9e31-94ebb4a9c9e6&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-08 20:37:56.384 8 INFO neutron_taas.services.taas.taas_plugin [None req-e416a410-1333-4745-aa66-3b6915cacd41 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] TaaS: Handle Delete Port: b9ae29ff-b557-48f4-81e5-6383d8099605 2026-05-08 20:37:56.387 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e416a410-1333-4745-aa66-3b6915cacd41 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] Tap Mirror: Handle Delete Port: b9ae29ff-b557-48f4-81e5-6383d8099605 [pid: 8|app: 0|req: 672/1310] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:37:56 2026] DELETE /v2.0/floatingips/22317df1-ba0e-49d1-8aa5-40dd2ecfba89 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1311] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:56 2026] GET /v2.0/ports?device_id=8335dcda-0a55-4215-84f5-3a011e055fdc => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:56.640 8 INFO neutron.api.v2.resource [None req-48ade296-7999-46ac-8984-6ae9aacdadb4 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 673/1312] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:37:56 2026] DELETE /v2.0/floatingips/22317df1-ba0e-49d1-8aa5-40dd2ecfba89 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1313] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:56 2026] GET /v2.0/security-groups?id=eca939a0-f4b4-4ff0-9e31-94ebb4a9c9e6&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-08 20:37:56.812 8 INFO neutron_taas.services.taas.taas_plugin [None req-41219b09-92ba-44b4-8e57-a76ef0a9ba25 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] TaaS: Handle Delete Port: 0cb2a281-140b-4967-a999-b3925485a4de 2026-05-08 20:37:56.819 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41219b09-92ba-44b4-8e57-a76ef0a9ba25 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] Tap Mirror: Handle Delete Port: 0cb2a281-140b-4967-a999-b3925485a4de [pid: 7|app: 0|req: 641/1314] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:56 2026] GET /v2.0/ports?device_id=9c21cbc8-9b67-4bba-ae01-7199cf9fd22f => 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: 674/1315] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:37:56 2026] DELETE /v2.0/ports/0cb2a281-140b-4967-a999-b3925485a4de => 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: 642/1316] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:56 2026] GET /v2.0/security-groups?id=04376de5-d760-443d-a6f3-6df10a792a6b&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:37:57.141 8 INFO neutron_taas.services.taas.taas_plugin [None req-532ab866-d489-4e2b-a350-124bb4c670b8 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] TaaS: Handle Delete Port: 4d1ad5c6-8e55-4f9b-86fa-d0ac0a074502 2026-05-08 20:37:57.144 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-532ab866-d489-4e2b-a350-124bb4c670b8 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] Tap Mirror: Handle Delete Port: 4d1ad5c6-8e55-4f9b-86fa-d0ac0a074502 [pid: 8|app: 0|req: 675/1317] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:37:57 2026] DELETE /v2.0/ports/4d1ad5c6-8e55-4f9b-86fa-d0ac0a074502 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1318] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:37:57 2026] GET /v2.0/ports?device_id=5c81da06-aa56-4bcd-b5ab-99f9b6a8bcac => generated 958 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1319] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:57 2026] GET /v2.0/ports?device_id=8335dcda-0a55-4215-84f5-3a011e055fdc => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:57.782 8 INFO neutron_taas.services.taas.taas_plugin [None req-449107a8-31a5-4c71-b055-86ada6c63d78 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] TaaS: Handle Delete Port: 5f1c9f9a-4de2-4580-809d-20bb72e38a76 2026-05-08 20:37:57.788 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-449107a8-31a5-4c71-b055-86ada6c63d78 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] Tap Mirror: Handle Delete Port: 5f1c9f9a-4de2-4580-809d-20bb72e38a76 [pid: 7|app: 0|req: 645/1320] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:57 2026] GET /v2.0/security-groups?id=eca939a0-f4b4-4ff0-9e31-94ebb4a9c9e6&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1321] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:58 2026] GET /v2.0/ports?device_id=9c21cbc8-9b67-4bba-ae01-7199cf9fd22f => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1322] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:58 2026] GET /v2.0/security-groups?id=04376de5-d760-443d-a6f3-6df10a792a6b&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1323] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:37:57 2026] PUT /v2.0/routers/5c81da06-aa56-4bcd-b5ab-99f9b6a8bcac/remove_router_interface => generated 309 bytes in 954 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:58.541 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f4e45d0-67a5-4e2d-802f-f23824494973 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] TaaS: Handle Delete Port: 91c8d7de-7f5d-4d86-842a-787dc536c463 2026-05-08 20:37:58.544 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f4e45d0-67a5-4e2d-802f-f23824494973 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] Tap Mirror: Handle Delete Port: 91c8d7de-7f5d-4d86-842a-787dc536c463 2026-05-08 20:37:58.812 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f4e45d0-67a5-4e2d-802f-f23824494973 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] TaaS: Handle Delete Port: fe48dcc4-c53f-4631-9eb9-af1891e21828 2026-05-08 20:37:58.818 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f4e45d0-67a5-4e2d-802f-f23824494973 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] Tap Mirror: Handle Delete Port: fe48dcc4-c53f-4631-9eb9-af1891e21828 [pid: 8|app: 0|req: 677/1324] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:58 2026] GET /v2.0/ports?device_id=8335dcda-0a55-4215-84f5-3a011e055fdc => 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: 678/1325] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:58 2026] GET /v2.0/security-groups?id=eca939a0-f4b4-4ff0-9e31-94ebb4a9c9e6&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: 679/1326] 199.204.45.109 () {34 vars in 994 bytes} [Fri May 8 20:37:59 2026] GET /v2.0/ports?device_id=8335dcda-0a55-4215-84f5-3a011e055fdc => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:37:59.202 8 INFO neutron_taas.services.taas.taas_plugin [req-511a450d-b44a-48ce-acd9-206a8d021280 req-139d4da4-f81b-4908-a81f-b46a3843eea7 444229f2e7334aa8b3a4a8a280c3f65e 291e6b225f1c4afba48c1a6d153667fc - - default default] TaaS: Handle Delete Port: b3f16ba7-d0b7-48c9-aaa6-fd6e7d667425 2026-05-08 20:37:59.205 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-511a450d-b44a-48ce-acd9-206a8d021280 req-139d4da4-f81b-4908-a81f-b46a3843eea7 444229f2e7334aa8b3a4a8a280c3f65e 291e6b225f1c4afba48c1a6d153667fc - - default default] Tap Mirror: Handle Delete Port: b3f16ba7-d0b7-48c9-aaa6-fd6e7d667425 [pid: 8|app: 0|req: 680/1327] 199.204.45.109 () {36 vars in 997 bytes} [Fri May 8 20:37:59 2026] DELETE /v2.0/ports/b3f16ba7-d0b7-48c9-aaa6-fd6e7d667425 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:37:59.393 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-143b90ed-b4af-48b2-83cf-022b39c9e1db'] response: {'server_uuid': '8335dcda-0a55-4215-84f5-3a011e055fdc', 'name': 'network-vif-deleted', 'tag': 'b3f16ba7-d0b7-48c9-aaa6-fd6e7d667425', 'status': 'completed', 'code': 200} 2026-05-08 20:37:59.557 7 INFO neutron.services.segments.plugin [-] Segment ec5d0fce-9a78-422e-bb4a-df5e67400adb resource provider aggregate not found 2026-05-08 20:37:59.562 7 INFO neutron.services.segments.plugin [-] Segment ec5d0fce-9a78-422e-bb4a-df5e67400adb resource provider aggregate not found 2026-05-08 20:37:59.582 7 INFO neutron.services.segments.plugin [-] Segment ec5d0fce-9a78-422e-bb4a-df5e67400adb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec5d0fce-9a78-422e-bb4a-df5e67400adb found for delete ", "request_id": "req-4a1f8ea7-511c-4d19-8580-7f8d3ad02a64"}]} 2026-05-08 20:37:59.584 7 INFO neutron.services.segments.plugin [-] Segment ec5d0fce-9a78-422e-bb4a-df5e67400adb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec5d0fce-9a78-422e-bb4a-df5e67400adb found for delete ", "request_id": "req-ac93040e-a9ca-452f-9907-aa95112ceb3e"}]} 2026-05-08 20:37:59.590 7 INFO neutron.db.l3_hamode_db [None req-3f4e45d0-67a5-4e2d-802f-f23824494973 29a6f98b71cf40de8c848f8657f51422 aa22677f9fb1435bb73ebd2d58c15608 - - default default] HA network e20d3fd7-774d-41bb-a8bc-ec90e50a9818 was deleted as no HA routers are present in tenant aa22677f9fb1435bb73ebd2d58c15608. [pid: 7|app: 0|req: 648/1328] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:37:58 2026] DELETE /v2.0/routers/5c81da06-aa56-4bcd-b5ab-99f9b6a8bcac => generated 0 bytes in 1267 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1329] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:37:59 2026] GET /v2.0/ports?device_id=9c21cbc8-9b67-4bba-ae01-7199cf9fd22f => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1330] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:37:59 2026] GET /v2.0/security-groups?id=04376de5-d760-443d-a6f3-6df10a792a6b&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1331] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:37:59 2026] DELETE /v2.0/subnets/692c1b87-a195-4808-8d93-d404025a7b18 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:37:59.859 8 INFO neutron.services.segments.plugin [-] Segment 8f791412-7664-4803-bbc0-b62c7d5a4dcb resource provider aggregate not found 2026-05-08 20:37:59.869 8 INFO neutron.services.segments.plugin [-] Segment 8f791412-7664-4803-bbc0-b62c7d5a4dcb resource provider aggregate not found 2026-05-08 20:37:59.887 8 INFO neutron.services.segments.plugin [-] Segment 8f791412-7664-4803-bbc0-b62c7d5a4dcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f791412-7664-4803-bbc0-b62c7d5a4dcb found for delete ", "request_id": "req-2f44f765-35e8-4800-a5a3-7e1acba2ac84"}]} 2026-05-08 20:37:59.889 8 INFO neutron.services.segments.plugin [-] Segment 8f791412-7664-4803-bbc0-b62c7d5a4dcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f791412-7664-4803-bbc0-b62c7d5a4dcb found for delete ", "request_id": "req-36a550ba-d906-40bc-805f-6ce72c17933e"}]} [pid: 8|app: 0|req: 683/1332] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:37:59 2026] DELETE /v2.0/networks/5f77f912-a06f-4ec3-8ccd-adb29f6ebe15 => 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: 650/1333] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:00 2026] GET /v2.0/ports?device_id=8335dcda-0a55-4215-84f5-3a011e055fdc => 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: 684/1334] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:00 2026] GET /v2.0/security-groups?tenant_id=aa22677f9fb1435bb73ebd2d58c15608&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1335] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:00 2026] DELETE /v2.0/security-groups/f72be784-1f82-4807-a46e-b06e3f9663b3 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1336] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:00 2026] GET /v2.0/ports?device_id=9c21cbc8-9b67-4bba-ae01-7199cf9fd22f => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1337] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:38:00 2026] GET /v2.0/security-groups?id=04376de5-d760-443d-a6f3-6df10a792a6b&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1340] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:01 2026] GET /v2.0/ports?device_id=8335dcda-0a55-4215-84f5-3a011e055fdc => 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: 687/1341] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:01 2026] GET /v2.0/ports?device_id=9c21cbc8-9b67-4bba-ae01-7199cf9fd22f => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1342] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:38:01 2026] GET /v2.0/security-groups?id=04376de5-d760-443d-a6f3-6df10a792a6b&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1343] 199.204.45.109 () {34 vars in 994 bytes} [Fri May 8 20:38:01 2026] GET /v2.0/ports?device_id=9c21cbc8-9b67-4bba-ae01-7199cf9fd22f => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:02.221 7 INFO neutron_taas.services.taas.taas_plugin [req-b778eec1-0a01-4348-bf26-243900f21d3b req-b05d9c6e-8e2c-47e4-b8a8-548de9596f42 472e1d7bedeb4064a3e1c1b4ee958bc5 da94916b8a86452e965cfcb33c493c16 - - default default] TaaS: Handle Delete Port: 51518a44-02d8-4d89-94a9-ce5a18983a73 2026-05-08 20:38:02.223 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b778eec1-0a01-4348-bf26-243900f21d3b req-b05d9c6e-8e2c-47e4-b8a8-548de9596f42 472e1d7bedeb4064a3e1c1b4ee958bc5 da94916b8a86452e965cfcb33c493c16 - - default default] Tap Mirror: Handle Delete Port: 51518a44-02d8-4d89-94a9-ce5a18983a73 [pid: 8|app: 0|req: 689/1344] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:02 2026] GET /v2.0/ports?device_id=8335dcda-0a55-4215-84f5-3a011e055fdc => 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: 656/1345] 199.204.45.109 () {36 vars in 997 bytes} [Fri May 8 20:38:02 2026] DELETE /v2.0/ports/51518a44-02d8-4d89-94a9-ce5a18983a73 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:38:02.392 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-139a272d-0cd4-4ddd-bef6-0fe3beca8d1d'] response: {'server_uuid': '9c21cbc8-9b67-4bba-ae01-7199cf9fd22f', 'name': 'network-vif-deleted', 'tag': '51518a44-02d8-4d89-94a9-ce5a18983a73', 'status': 'completed', 'code': 200} 2026-05-08 20:38:02.871 8 INFO neutron.db.segments_db [None req-d6e4c79a-8d4e-4d8d-80dc-c9a27b3578a8 0bc20f007c424725883b1e06919f059b 9023a682278f469b939f19ea233bcf74 - - default default] Added segment 5958a77f-c007-400e-bae3-f404066f9d75 of type vxlan for network 0641c472-b498-449b-a702-a6934d5baf2c 2026-05-08 20:38:02.917 8 INFO neutron.db.segments_db [None req-d6e4c79a-8d4e-4d8d-80dc-c9a27b3578a8 0bc20f007c424725883b1e06919f059b 9023a682278f469b939f19ea233bcf74 - - default default] Added segment 1aaad20a-a63f-4b6e-84d5-45b757af1c26 of type vxlan for network 6750524e-150c-4a75-a0a8-c0706658c268 [pid: 8|app: 0|req: 690/1346] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:38:02 2026] POST /v2.0/networks => generated 1246 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1347] 10.0.0.181 () {32 vars in 649 bytes} [Fri May 8 20:38:03 2026] GET /v2.0/networks => generated 1845 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1348] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:03 2026] GET /v2.0/ports?device_id=9c21cbc8-9b67-4bba-ae01-7199cf9fd22f => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:38:03.188 7 INFO neutron.services.segments.plugin [-] Segment 5958a77f-c007-400e-bae3-f404066f9d75 resource provider aggregate not found 2026-05-08 20:38:03.197 7 INFO neutron.services.segments.plugin [-] Segment 5958a77f-c007-400e-bae3-f404066f9d75 resource provider aggregate not found 2026-05-08 20:38:03.214 7 INFO neutron.services.segments.plugin [-] Segment 5958a77f-c007-400e-bae3-f404066f9d75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5958a77f-c007-400e-bae3-f404066f9d75 found for delete ", "request_id": "req-6d5ba84d-375c-40ba-8a22-215aa9959d43"}]} 2026-05-08 20:38:03.221 7 INFO neutron.services.segments.plugin [-] Segment 5958a77f-c007-400e-bae3-f404066f9d75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5958a77f-c007-400e-bae3-f404066f9d75 found for delete ", "request_id": "req-2cae4c0a-7a07-413e-ba2c-caedc9a4c539"}]} [pid: 7|app: 0|req: 658/1349] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:03 2026] DELETE /v2.0/networks/0641c472-b498-449b-a702-a6934d5baf2c => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:38:03.350 8 INFO neutron.services.segments.plugin [-] Segment 1aaad20a-a63f-4b6e-84d5-45b757af1c26 resource provider aggregate not found 2026-05-08 20:38:03.358 8 INFO neutron.services.segments.plugin [-] Segment 1aaad20a-a63f-4b6e-84d5-45b757af1c26 resource provider aggregate not found 2026-05-08 20:38:03.371 8 INFO neutron.services.segments.plugin [-] Segment 1aaad20a-a63f-4b6e-84d5-45b757af1c26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1aaad20a-a63f-4b6e-84d5-45b757af1c26 found for delete ", "request_id": "req-e07d488b-0b98-44e2-abf7-82ecfcb7ca3c"}]} [pid: 8|app: 0|req: 692/1350] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:03 2026] DELETE /v2.0/networks/6750524e-150c-4a75-a0a8-c0706658c268 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:38:03.386 8 INFO neutron.services.segments.plugin [-] Segment 1aaad20a-a63f-4b6e-84d5-45b757af1c26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1aaad20a-a63f-4b6e-84d5-45b757af1c26 found for delete ", "request_id": "req-7d29be85-2702-4d63-92b7-a73c52c21be1"}]} [pid: 8|app: 0|req: 693/1351] 10.0.0.181 () {32 vars in 649 bytes} [Fri May 8 20:38:03 2026] GET /v2.0/networks => generated 651 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:03.500 8 INFO neutron.db.segments_db [None req-3e72bd67-7e23-4aa4-9fc6-4dadb76de6c0 0bc20f007c424725883b1e06919f059b 9023a682278f469b939f19ea233bcf74 - - default default] Added segment 8d12bd8f-bbff-443a-9e61-ee4a5e9a1bac of type vxlan for network c5047257-3cb3-47a8-869d-461365e11ba2 [pid: 8|app: 0|req: 694/1352] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:38:03 2026] POST /v2.0/networks => generated 654 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:38:03.631 8 INFO neutron.db.segments_db [None req-2d9d69ab-da54-45e9-bee7-684266733c4b 0bc20f007c424725883b1e06919f059b 9023a682278f469b939f19ea233bcf74 - - default default] Added segment c8eb2cb0-1119-443a-9e83-0f1b70ab5810 of type vxlan for network 34d6db30-0759-4109-ac40-e02fdf96b18b [pid: 8|app: 0|req: 695/1353] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:38:03 2026] POST /v2.0/networks => generated 654 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:38:03.741 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea6fe7ff-7e9b-4f8d-8893-5853ded5cad6 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 6a6f766d-36d0-4e44-8bca-1f64cac23071 2026-05-08 20:38:03.744 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea6fe7ff-7e9b-4f8d-8893-5853ded5cad6 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 6a6f766d-36d0-4e44-8bca-1f64cac23071 [pid: 7|app: 0|req: 659/1354] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:38:03 2026] PUT /v2.0/routers/17437b11-af33-491e-891d-0a2527281a41/remove_router_interface => generated 309 bytes in 889 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1355] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:04 2026] GET /v2.0/ports?device_id=9c21cbc8-9b67-4bba-ae01-7199cf9fd22f => 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: 696/1356] 10.0.0.181 () {34 vars in 665 bytes} [Fri May 8 20:38:03 2026] POST /v2.0/ports => generated 1506 bytes in 592 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: 697/1357] 10.0.0.181 () {32 vars in 643 bytes} [Fri May 8 20:38:04 2026] GET /v2.0/ports => generated 1506 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:38:04.464 8 INFO neutron_taas.services.taas.taas_plugin [None req-e11113fd-6adb-4b12-b3e7-bab828b9425c 0bc20f007c424725883b1e06919f059b 9023a682278f469b939f19ea233bcf74 - - default default] TaaS: Handle Delete Port: 9e743b7c-dc9a-44c2-8e26-8736c8d4e630 2026-05-08 20:38:04.466 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e11113fd-6adb-4b12-b3e7-bab828b9425c 0bc20f007c424725883b1e06919f059b 9023a682278f469b939f19ea233bcf74 - - default default] Tap Mirror: Handle Delete Port: 9e743b7c-dc9a-44c2-8e26-8736c8d4e630 2026-05-08 20:38:04.475 7 INFO neutron_taas.services.taas.taas_plugin [None req-62082952-c6c1-41b8-8b29-95dd865aba75 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: d8355001-8ced-4c62-bdee-65b184c394d0 2026-05-08 20:38:04.478 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62082952-c6c1-41b8-8b29-95dd865aba75 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: d8355001-8ced-4c62-bdee-65b184c394d0 [pid: 8|app: 0|req: 698/1358] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:38:04 2026] DELETE /v2.0/ports/9e743b7c-dc9a-44c2-8e26-8736c8d4e630 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:38:04.628 8 INFO neutron_taas.services.taas.taas_plugin [None req-01a26467-caa9-4326-b5c4-98821d2de75a 0bc20f007c424725883b1e06919f059b 9023a682278f469b939f19ea233bcf74 - - default default] TaaS: Handle Delete Port: cbb067ff-07ab-4a96-9067-f14bf72a3227 2026-05-08 20:38:04.631 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01a26467-caa9-4326-b5c4-98821d2de75a 0bc20f007c424725883b1e06919f059b 9023a682278f469b939f19ea233bcf74 - - default default] Tap Mirror: Handle Delete Port: cbb067ff-07ab-4a96-9067-f14bf72a3227 [pid: 8|app: 0|req: 699/1359] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:38:04 2026] DELETE /v2.0/ports/cbb067ff-07ab-4a96-9067-f14bf72a3227 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:38:04.723 7 INFO neutron_taas.services.taas.taas_plugin [None req-62082952-c6c1-41b8-8b29-95dd865aba75 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 3480574f-34f2-43b3-8931-bae99337cf9a 2026-05-08 20:38:04.728 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62082952-c6c1-41b8-8b29-95dd865aba75 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 3480574f-34f2-43b3-8931-bae99337cf9a [pid: 8|app: 0|req: 700/1360] 10.0.0.181 () {32 vars in 643 bytes} [Fri May 8 20:38:04 2026] GET /v2.0/ports => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:38:04.807 8 INFO neutron.db.segments_db [None req-5b77de40-f6cf-41fe-9602-521432f0b05a 0bc20f007c424725883b1e06919f059b 9023a682278f469b939f19ea233bcf74 - - default default] Added segment 5a43c745-cd06-4fe2-8dfe-7938763c91cf of type vxlan for network 7a235b9f-18c8-4fd5-b43c-4edf31459378 [pid: 8|app: 0|req: 701/1361] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:38:04 2026] POST /v2.0/networks => generated 654 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:38:04.939 8 INFO neutron.db.segments_db [None req-e6503423-6107-4aa0-97cf-7f33d4f53ef7 0bc20f007c424725883b1e06919f059b 9023a682278f469b939f19ea233bcf74 - - default default] Added segment 9c46aab0-d40d-40a3-9d75-410ce50ab82d of type vxlan for network b5bc160a-053d-45be-aff8-c80ac0538c84 [pid: 8|app: 0|req: 702/1362] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:38:04 2026] POST /v2.0/networks => generated 653 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:38:05.092 7 INFO neutron.db.l3_hamode_db [None req-62082952-c6c1-41b8-8b29-95dd865aba75 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] HA network 0676b52e-1408-4b74-8199-5c714a218499 was deleted as no HA routers are present in tenant 291e6b225f1c4afba48c1a6d153667fc. [pid: 7|app: 0|req: 661/1363] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:04 2026] DELETE /v2.0/routers/17437b11-af33-491e-891d-0a2527281a41 => generated 0 bytes in 827 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:38:05.234 7 INFO neutron.services.segments.plugin [-] Segment dfed62c6-4633-4928-a799-43a43e8622d0 resource provider aggregate not found [pid: 8|app: 0|req: 703/1364] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:05 2026] DELETE /v2.0/subnets/08421f0f-27c1-4a3c-9936-8ae52be5f8ee => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:38:05.252 7 INFO neutron.services.segments.plugin [-] Segment dfed62c6-4633-4928-a799-43a43e8622d0 resource provider aggregate not found 2026-05-08 20:38:05.256 7 INFO neutron.services.segments.plugin [-] Segment dfed62c6-4633-4928-a799-43a43e8622d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfed62c6-4633-4928-a799-43a43e8622d0 found for delete ", "request_id": "req-fed618c3-de08-4c21-9924-14b504b23ecc"}]} 2026-05-08 20:38:05.273 7 INFO neutron.services.segments.plugin [-] Segment dfed62c6-4633-4928-a799-43a43e8622d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfed62c6-4633-4928-a799-43a43e8622d0 found for delete ", "request_id": "req-9c568dd7-fa84-4d5b-9d49-b729dcc53382"}]} 2026-05-08 20:38:05.343 7 INFO neutron_taas.services.taas.taas_plugin [None req-4d231083-2a04-4291-8349-0f4c4c3209a9 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: afcce5b0-fd8a-4b59-bcaf-5a183f8c1e7e 2026-05-08 20:38:05.346 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d231083-2a04-4291-8349-0f4c4c3209a9 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: afcce5b0-fd8a-4b59-bcaf-5a183f8c1e7e [pid: 8|app: 0|req: 704/1365] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:05 2026] GET /v2.0/ports?device_id=9c21cbc8-9b67-4bba-ae01-7199cf9fd22f => 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: 662/1366] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:05 2026] DELETE /v2.0/networks/03a05cc0-15f0-411d-a78d-c46881a47fae => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1367] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:05 2026] GET /v2.0/security-groups?tenant_id=291e6b225f1c4afba48c1a6d153667fc&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: 664/1368] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:05 2026] DELETE /v2.0/security-groups/eca939a0-f4b4-4ff0-9e31-94ebb4a9c9e6 => 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: 705/1369] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:38:05 2026] POST /v2.0/subnets => generated 1323 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1370] 10.0.0.181 () {32 vars in 647 bytes} [Fri May 8 20:38:05 2026] GET /v2.0/subnets => generated 1959 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1371] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:05 2026] DELETE /v2.0/subnets/530ca5fd-803f-4627-a997-be802a79d4d9 => 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: 666/1372] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:06 2026] DELETE /v2.0/subnets/585f6d09-aa6c-4042-b850-6e9a0304728c => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1373] 10.0.0.181 () {32 vars in 647 bytes} [Fri May 8 20:38:06 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) [pid: 7|app: 0|req: 667/1374] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:06 2026] DELETE /v2.0/networks/b5bc160a-053d-45be-aff8-c80ac0538c84 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:38:06.482 8 INFO neutron.services.segments.plugin [-] Segment 5a43c745-cd06-4fe2-8dfe-7938763c91cf resource provider aggregate not found 2026-05-08 20:38:06.490 8 INFO neutron.services.segments.plugin [-] Segment 5a43c745-cd06-4fe2-8dfe-7938763c91cf resource provider aggregate not found 2026-05-08 20:38:06.498 8 INFO neutron.services.segments.plugin [-] Segment 5a43c745-cd06-4fe2-8dfe-7938763c91cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a43c745-cd06-4fe2-8dfe-7938763c91cf found for delete ", "request_id": "req-5459cd3a-fa4d-4a65-ae3c-72f9e4b7d776"}]} 2026-05-08 20:38:06.504 8 INFO neutron.services.segments.plugin [-] Segment 5a43c745-cd06-4fe2-8dfe-7938763c91cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a43c745-cd06-4fe2-8dfe-7938763c91cf found for delete ", "request_id": "req-891e69f7-2d5b-4055-ba25-a9bafc4fdcb4"}]} [pid: 8|app: 0|req: 708/1375] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:06 2026] DELETE /v2.0/networks/7a235b9f-18c8-4fd5-b43c-4edf31459378 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1376] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:06 2026] DELETE /v2.0/networks/34d6db30-0759-4109-ac40-e02fdf96b18b => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1377] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:06 2026] DELETE /v2.0/networks/c5047257-3cb3-47a8-869d-461365e11ba2 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:38:07.277 7 INFO neutron.services.segments.plugin [-] Segment 982ec2ef-8db8-4891-be01-857fa9ce0342 resource provider aggregate not found 2026-05-08 20:38:07.291 7 INFO neutron.services.segments.plugin [-] Segment 982ec2ef-8db8-4891-be01-857fa9ce0342 resource provider aggregate not found 2026-05-08 20:38:07.294 7 INFO neutron.services.segments.plugin [-] Segment 982ec2ef-8db8-4891-be01-857fa9ce0342 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 982ec2ef-8db8-4891-be01-857fa9ce0342 found for delete ", "request_id": "req-e1078842-b3b7-4481-9c16-8213ce3e78d5"}]} 2026-05-08 20:38:07.304 7 INFO neutron.services.segments.plugin [-] Segment 982ec2ef-8db8-4891-be01-857fa9ce0342 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 982ec2ef-8db8-4891-be01-857fa9ce0342 found for delete ", "request_id": "req-5bfaed3e-50ad-4793-9c9b-6bab79e5a265"}]} 2026-05-08 20:38:07.308 7 INFO neutron.services.segments.plugin [-] Segment 9c46aab0-d40d-40a3-9d75-410ce50ab82d resource provider aggregate not found 2026-05-08 20:38:07.318 7 INFO neutron.services.segments.plugin [-] Segment 9c46aab0-d40d-40a3-9d75-410ce50ab82d resource provider aggregate not found 2026-05-08 20:38:07.321 7 INFO neutron.services.segments.plugin [-] Segment 9c46aab0-d40d-40a3-9d75-410ce50ab82d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c46aab0-d40d-40a3-9d75-410ce50ab82d found for delete ", "request_id": "req-d3abf55a-c1b1-4d8e-bd9b-ff1e05254570"}]} 2026-05-08 20:38:07.331 7 INFO neutron.services.segments.plugin [-] Segment 9c46aab0-d40d-40a3-9d75-410ce50ab82d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c46aab0-d40d-40a3-9d75-410ce50ab82d found for delete ", "request_id": "req-cb77e72f-b09b-43b5-9a65-9965b394253f"}]} 2026-05-08 20:38:07.339 7 INFO neutron.services.segments.plugin [-] Segment c8eb2cb0-1119-443a-9e83-0f1b70ab5810 resource provider aggregate not found 2026-05-08 20:38:07.350 7 INFO neutron.services.segments.plugin [-] Segment c8eb2cb0-1119-443a-9e83-0f1b70ab5810 resource provider aggregate not found 2026-05-08 20:38:07.354 7 INFO neutron.services.segments.plugin [-] Segment c8eb2cb0-1119-443a-9e83-0f1b70ab5810 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8eb2cb0-1119-443a-9e83-0f1b70ab5810 found for delete ", "request_id": "req-b7720abc-e7ba-4e1e-92f8-10c466a84cd4"}]} 2026-05-08 20:38:07.363 7 INFO neutron.services.segments.plugin [-] Segment c8eb2cb0-1119-443a-9e83-0f1b70ab5810 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8eb2cb0-1119-443a-9e83-0f1b70ab5810 found for delete ", "request_id": "req-997f606c-bd2b-4a46-94ed-039b36685eda"}]} [pid: 7|app: 0|req: 669/1378] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:07 2026] GET /v2.0/security-groups?tenant_id=9023a682278f469b939f19ea233bcf74&name=default => generated 2925 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1379] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:07 2026] DELETE /v2.0/security-groups/9bd76f52-a31f-4c4c-aca4-77308963f83d => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:38:07.995 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0a1cce4-d8f4-471a-a64e-13d8d51b842b 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 7e3d3a8e-01e1-49aa-874d-fa459c9dc885 2026-05-08 20:38:07.997 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0a1cce4-d8f4-471a-a64e-13d8d51b842b 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 7e3d3a8e-01e1-49aa-874d-fa459c9dc885 2026-05-08 20:38:08.521 8 INFO neutron.services.segments.plugin [-] Segment 8d12bd8f-bbff-443a-9e61-ee4a5e9a1bac resource provider aggregate not found 2026-05-08 20:38:08.525 8 INFO neutron.services.segments.plugin [-] Segment 8d12bd8f-bbff-443a-9e61-ee4a5e9a1bac resource provider aggregate not found 2026-05-08 20:38:08.539 8 INFO neutron.services.segments.plugin [-] Segment 8d12bd8f-bbff-443a-9e61-ee4a5e9a1bac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d12bd8f-bbff-443a-9e61-ee4a5e9a1bac found for delete ", "request_id": "req-a57131c6-9a2c-4d3d-9504-3ff10e264c32"}]} 2026-05-08 20:38:08.540 8 INFO neutron.services.segments.plugin [-] Segment 8d12bd8f-bbff-443a-9e61-ee4a5e9a1bac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d12bd8f-bbff-443a-9e61-ee4a5e9a1bac found for delete ", "request_id": "req-c31e1f2e-ffdd-4ed2-a296-b8ba6af1da5c"}]} [pid: 7|app: 0|req: 670/1380] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:38:07 2026] PUT /v2.0/routers/e37f8896-dc26-43ca-ab4b-b3c6d0d962ab/remove_router_interface => generated 309 bytes in 946 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:08.809 8 INFO neutron_taas.services.taas.taas_plugin [None req-1260405e-a2f4-4b18-bcc4-8b7fdfb80030 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 2b57ebc4-bbbf-43b2-bc3b-c6ced633b6e7 2026-05-08 20:38:08.812 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1260405e-a2f4-4b18-bcc4-8b7fdfb80030 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 2b57ebc4-bbbf-43b2-bc3b-c6ced633b6e7 2026-05-08 20:38:09.089 8 INFO neutron_taas.services.taas.taas_plugin [None req-1260405e-a2f4-4b18-bcc4-8b7fdfb80030 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 4210a0a7-133c-4471-9fc0-ea851c91fb37 2026-05-08 20:38:09.092 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1260405e-a2f4-4b18-bcc4-8b7fdfb80030 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 4210a0a7-133c-4471-9fc0-ea851c91fb37 2026-05-08 20:38:09.432 8 INFO neutron.db.l3_hamode_db [None req-1260405e-a2f4-4b18-bcc4-8b7fdfb80030 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] HA network 260780ba-e94a-419b-b60a-bf9c9c948a44 was deleted as no HA routers are present in tenant da94916b8a86452e965cfcb33c493c16. [pid: 8|app: 0|req: 711/1381] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:08 2026] DELETE /v2.0/routers/e37f8896-dc26-43ca-ab4b-b3c6d0d962ab => generated 0 bytes in 860 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1382] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:09 2026] DELETE /v2.0/subnets/112a813b-ff40-4efe-8559-2ebcf487e553 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:38:09.588 7 INFO neutron.db.segments_db [None req-ee846eed-a19f-4fc0-bcd5-4e47500dff4c a565a1d0f2984e97b085e5c962bea70e fd4a9f9654284c6ca65dff5b356aec9e - - default default] Added segment bd6ee2b0-378a-4eb7-836c-56eea23240dc of type vxlan for network ae3fc01d-2464-4c9c-a221-51f721790bf7 2026-05-08 20:38:09.661 8 INFO neutron_taas.services.taas.taas_plugin [None req-b572a02c-e5d4-47db-ad22-1ed570a7cfdc 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 670afa83-ef54-44b3-a8da-bcbddd89e21f 2026-05-08 20:38:09.663 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b572a02c-e5d4-47db-ad22-1ed570a7cfdc 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 670afa83-ef54-44b3-a8da-bcbddd89e21f [pid: 7|app: 0|req: 671/1383] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:38:09 2026] POST /v2.0/networks => generated 645 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1384] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:09 2026] DELETE /v2.0/networks/31234d40-c4ba-42e4-b4b4-851e4d08ec7a => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1385] 10.0.0.181 () {34 vars in 665 bytes} [Fri May 8 20:38:09 2026] POST /v2.0/ports => generated 775 bytes in 299 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: 714/1386] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:09 2026] GET /v2.0/security-groups?tenant_id=da94916b8a86452e965cfcb33c493c16&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:38:10.060 7 INFO neutron.db.segments_db [None req-51094e6d-eb2f-4cf6-a4ec-9d71f4c50c32 a565a1d0f2984e97b085e5c962bea70e fd4a9f9654284c6ca65dff5b356aec9e - - default default] Added segment c3052703-1c05-429f-b4c0-c897ae95a801 of type vxlan for network 838784ab-8fa6-4807-907f-6f0102da6109 [pid: 8|app: 0|req: 715/1387] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:10 2026] DELETE /v2.0/security-groups/04376de5-d760-443d-a6f3-6df10a792a6b => 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: 673/1388] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:38:09 2026] POST /v2.0/networks => generated 632 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1389] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:10 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1390] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:38:10 2026] GET /v2.0/security-groups?id=c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1391] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:38:10 2026] POST /v2.0/subnets => generated 626 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1392] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:10 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1393] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:38:10 2026] GET /v2.0/security-groups?id=c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:10.565 8 INFO neutron.services.segments.plugin [-] Segment 4009bdaa-db50-4b07-bacd-f5ed2e6fe570 resource provider aggregate not found 2026-05-08 20:38:10.574 8 INFO neutron.services.segments.plugin [-] Segment 4009bdaa-db50-4b07-bacd-f5ed2e6fe570 resource provider aggregate not found 2026-05-08 20:38:10.600 8 INFO neutron.services.segments.plugin [-] Segment 4009bdaa-db50-4b07-bacd-f5ed2e6fe570 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4009bdaa-db50-4b07-bacd-f5ed2e6fe570 found for delete ", "request_id": "req-632376f5-5e6a-49d2-94c2-7792fb9a7516"}]} 2026-05-08 20:38:10.606 8 INFO neutron.services.segments.plugin [-] Segment 4009bdaa-db50-4b07-bacd-f5ed2e6fe570 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4009bdaa-db50-4b07-bacd-f5ed2e6fe570 found for delete ", "request_id": "req-68a3c1ae-5a9d-4dcb-8044-16a653d77826"}]} 2026-05-08 20:38:10.626 8 INFO neutron.services.segments.plugin [-] Segment 5cddc85f-ee26-4c93-8c4c-288375cf9b8e resource provider aggregate not found 2026-05-08 20:38:10.627 8 INFO neutron.services.segments.plugin [-] Segment 5cddc85f-ee26-4c93-8c4c-288375cf9b8e resource provider aggregate not found 2026-05-08 20:38:10.650 8 INFO neutron.services.segments.plugin [-] Segment 5cddc85f-ee26-4c93-8c4c-288375cf9b8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cddc85f-ee26-4c93-8c4c-288375cf9b8e found for delete ", "request_id": "req-76c813a4-9463-43cc-b322-00529b0fed9d"}]} 2026-05-08 20:38:10.683 8 INFO neutron.services.segments.plugin [-] Segment 5cddc85f-ee26-4c93-8c4c-288375cf9b8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cddc85f-ee26-4c93-8c4c-288375cf9b8e found for delete ", "request_id": "req-dd60ed5b-3688-4279-9c69-67b547ee173b"}]} [pid: 7|app: 0|req: 678/1394] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:10 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1395] 10.0.0.181 () {34 vars in 665 bytes} [Fri May 8 20:38:10 2026] POST /v2.0/ports => generated 954 bytes in 473 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: 679/1396] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:38:10 2026] GET /v2.0/security-groups?id=c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:11.038 8 INFO neutron_taas.services.taas.taas_plugin [None req-38f9cfdd-c253-486c-aee8-5d6bbde1fa65 a565a1d0f2984e97b085e5c962bea70e fd4a9f9654284c6ca65dff5b356aec9e - - default default] TaaS: Handle Delete Port: 9205b94c-8975-4816-84ff-a6b5ff367619 2026-05-08 20:38:11.041 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38f9cfdd-c253-486c-aee8-5d6bbde1fa65 a565a1d0f2984e97b085e5c962bea70e fd4a9f9654284c6ca65dff5b356aec9e - - default default] Tap Mirror: Handle Delete Port: 9205b94c-8975-4816-84ff-a6b5ff367619 [pid: 8|app: 0|req: 718/1397] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:38:10 2026] DELETE /v2.0/ports/9205b94c-8975-4816-84ff-a6b5ff367619 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:38:11.217 7 INFO neutron.pecan_wsgi.hooks.translation [None req-66250422-c6fb-4f1e-9188-8ae2f55de795 a565a1d0f2984e97b085e5c962bea70e fd4a9f9654284c6ca65dff5b356aec9e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 680/1398] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:38:11 2026] DELETE /v2.0/ports/9205b94c-8975-4816-84ff-a6b5ff367619 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:38:11.240 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b0eb622e-5359-4d8d-94bf-a6eb97a528d4 a565a1d0f2984e97b085e5c962bea70e fd4a9f9654284c6ca65dff5b356aec9e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 719/1399] 10.0.0.181 () {32 vars in 717 bytes} [Fri May 8 20:38:11 2026] GET /v2.0/ports/9205b94c-8975-4816-84ff-a6b5ff367619 => 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: 681/1400] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:11 2026] DELETE /v2.0/subnets/081851f4-1947-4211-9639-4d7a01fcfb71 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:38:11.513 7 INFO neutron.services.segments.plugin [-] Segment c3052703-1c05-429f-b4c0-c897ae95a801 resource provider aggregate not found 2026-05-08 20:38:11.519 7 INFO neutron.services.segments.plugin [-] Segment c3052703-1c05-429f-b4c0-c897ae95a801 resource provider aggregate not found 2026-05-08 20:38:11.531 7 INFO neutron.services.segments.plugin [-] Segment c3052703-1c05-429f-b4c0-c897ae95a801 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3052703-1c05-429f-b4c0-c897ae95a801 found for delete ", "request_id": "req-b9cc86f1-f59d-4221-9b35-59366aceee40"}]} [pid: 8|app: 0|req: 720/1401] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:11 2026] GET /v2.0/security-groups?tenant_id=95f5f6e66b424279a669916347e13ef0&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: 682/1402] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:11 2026] DELETE /v2.0/networks/838784ab-8fa6-4807-907f-6f0102da6109 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:38:11.539 7 INFO neutron.services.segments.plugin [-] Segment c3052703-1c05-429f-b4c0-c897ae95a801 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3052703-1c05-429f-b4c0-c897ae95a801 found for delete ", "request_id": "req-6774b400-56a3-4168-80d9-9fa130356010"}]} 2026-05-08 20:38:11.591 7 INFO neutron.db.segments_db [None req-35ed8b5f-826b-46df-9029-e3464ce3a34a a565a1d0f2984e97b085e5c962bea70e fd4a9f9654284c6ca65dff5b356aec9e - - default default] Added segment 928c4ed4-4df0-4dd1-a453-4969ac06068d of type vxlan for network 26292dcb-b1ff-4ca1-a934-f096a7f5b303 [pid: 8|app: 0|req: 721/1403] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:11 2026] DELETE /v2.0/security-groups/4a96270e-b5a2-4dfb-b0c6-ad982246e9e9 => 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: 683/1404] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:38:11 2026] POST /v2.0/networks => generated 632 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1405] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:38:11 2026] POST /v2.0/subnets => generated 626 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1406] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:11 2026] GET /v2.0/security-groups?tenant_id=0ec2aa03ce984c798b8c0e8608f5dea6&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1407] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:11 2026] DELETE /v2.0/security-groups/b9828d58-c266-47fa-9acc-b8a1fb53f0fe => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1408] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:12 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1409] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:38:12 2026] GET /v2.0/security-groups?id=c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1410] 10.0.0.181 () {34 vars in 665 bytes} [Fri May 8 20:38:11 2026] POST /v2.0/ports => generated 916 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:38:12.333 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa9d9c67-2312-442c-a5bc-2ba463f1f936 a565a1d0f2984e97b085e5c962bea70e fd4a9f9654284c6ca65dff5b356aec9e - - default default] TaaS: Handle Delete Port: 59cd54e0-8f0d-44d5-a488-ce26f424cf6d 2026-05-08 20:38:12.336 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa9d9c67-2312-442c-a5bc-2ba463f1f936 a565a1d0f2984e97b085e5c962bea70e fd4a9f9654284c6ca65dff5b356aec9e - - default default] Tap Mirror: Handle Delete Port: 59cd54e0-8f0d-44d5-a488-ce26f424cf6d 2026-05-08 20:38:12.378 8 WARNING keystonemiddleware.audit [None req-514db50d-1251-4dd5-b3f8-ff665f1fb228 a565a1d0f2984e97b085e5c962bea70e fd4a9f9654284c6ca65dff5b356aec9e - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 724/1411] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:38:12 2026] GET /v2.0/ports?tenant_id=b144bee119de41bfabb97437a0c37ef1&device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:38:12.439 8 WARNING keystonemiddleware.audit [req-25bacbbe-71c5-40b5-b8f3-4d415b4b7d71 req-3479e083-a975-4db2-8eb4-d9a9627796e9 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 688/1412] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:38:12 2026] DELETE /v2.0/ports/59cd54e0-8f0d-44d5-a488-ce26f424cf6d => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1413] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:38:12 2026] GET /v2.0/networks?id=3ebbe149-74d6-4503-b250-4447897e6f84 => generated 771 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:12.492 8 WARNING keystonemiddleware.audit [req-25bacbbe-71c5-40b5-b8f3-4d415b4b7d71 req-8d6f0c9d-3c3b-4c0f-83ef-428ccad86f31 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. 2026-05-08 20:38:12.500 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7bc3b01a-76e4-4060-b46f-ceb9a3295e8e a565a1d0f2984e97b085e5c962bea70e fd4a9f9654284c6ca65dff5b356aec9e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 689/1414] 10.0.0.181 () {32 vars in 717 bytes} [Fri May 8 20:38:12 2026] GET /v2.0/ports/59cd54e0-8f0d-44d5-a488-ce26f424cf6d => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1415] 199.204.45.109 () {34 vars in 1060 bytes} [Fri May 8 20:38:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=791ce31b-fafa-490d-bdab-3fa116de6e0b => generated 861 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:12.538 8 WARNING keystonemiddleware.audit [req-25bacbbe-71c5-40b5-b8f3-4d415b4b7d71 req-59766926-0fe4-4ad4-9fd4-f4f4b768fc47 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 727/1416] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:38:12 2026] GET /v2.0/subnets?id=34b5ac0a-3f59-4ec7-864e-0a8816abd46f => generated 693 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:12.589 8 WARNING keystonemiddleware.audit [req-25bacbbe-71c5-40b5-b8f3-4d415b4b7d71 req-6906a5b6-b0dc-4432-8e93-af0c2a8cf883 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 728/1417] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:38:12 2026] GET /v2.0/ports?network_id=3ebbe149-74d6-4503-b250-4447897e6f84&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:38:12.634 8 WARNING keystonemiddleware.audit [req-25bacbbe-71c5-40b5-b8f3-4d415b4b7d71 req-2bc48cb6-6ea6-4823-9a81-af90783cd5ca 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 690/1418] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:12 2026] DELETE /v2.0/subnets/353a9db9-dca8-4cc5-a4f2-d853cf3baca1 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1419] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:38:12 2026] GET /v2.0/networks/3ebbe149-74d6-4503-b250-4447897e6f84?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:38:12.690 8 WARNING keystonemiddleware.audit [req-25bacbbe-71c5-40b5-b8f3-4d415b4b7d71 req-9354fe88-0260-41f3-85ec-4e3e00d6d590 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 730/1420] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:38:12 2026] GET /v2.0/networks/3ebbe149-74d6-4503-b250-4447897e6f84?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1421] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:12 2026] DELETE /v2.0/networks/26292dcb-b1ff-4ca1-a934-f096a7f5b303 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1422] 10.0.0.181 () {34 vars in 665 bytes} [Fri May 8 20:38:12 2026] POST /v2.0/ports => generated 775 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 692/1423] 10.0.0.181 () {34 vars in 737 bytes} [Fri May 8 20:38:13 2026] PUT /v2.0/ports/8914da07-2329-4502-97c1-ec7e53c0664c => generated 752 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1424] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:13 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 975 bytes in 74 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: 733/1425] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:38:13 2026] GET /v2.0/security-groups?id=c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:13.345 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e129568-dcf7-45b0-9e87-5afbec77374a a565a1d0f2984e97b085e5c962bea70e fd4a9f9654284c6ca65dff5b356aec9e - - default default] TaaS: Handle Delete Port: 8914da07-2329-4502-97c1-ec7e53c0664c 2026-05-08 20:38:13.347 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e129568-dcf7-45b0-9e87-5afbec77374a a565a1d0f2984e97b085e5c962bea70e fd4a9f9654284c6ca65dff5b356aec9e - - default default] Tap Mirror: Handle Delete Port: 8914da07-2329-4502-97c1-ec7e53c0664c [pid: 7|app: 0|req: 693/1426] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:38:13 2026] DELETE /v2.0/ports/8914da07-2329-4502-97c1-ec7e53c0664c => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1427] 10.0.0.181 () {32 vars in 643 bytes} [Fri May 8 20:38:13 2026] GET /v2.0/ports => generated 778 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:13.521 7 INFO neutron.pecan_wsgi.hooks.translation [None req-29ef4d30-f9fd-4b08-aafc-0c5fbee3d2e6 a565a1d0f2984e97b085e5c962bea70e fd4a9f9654284c6ca65dff5b356aec9e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 694/1428] 10.0.0.181 () {32 vars in 717 bytes} [Fri May 8 20:38:13 2026] GET /v2.0/ports/8914da07-2329-4502-97c1-ec7e53c0664c => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:38:13.557 7 INFO neutron.services.segments.plugin [-] Segment 928c4ed4-4df0-4dd1-a453-4969ac06068d resource provider aggregate not found 2026-05-08 20:38:13.560 7 INFO neutron.services.segments.plugin [-] Segment 928c4ed4-4df0-4dd1-a453-4969ac06068d resource provider aggregate not found 2026-05-08 20:38:13.573 7 INFO neutron.services.segments.plugin [-] Segment 928c4ed4-4df0-4dd1-a453-4969ac06068d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 928c4ed4-4df0-4dd1-a453-4969ac06068d found for delete ", "request_id": "req-70d5408b-64fd-4e05-83e1-2227e950e6c1"}]} 2026-05-08 20:38:13.583 7 INFO neutron.services.segments.plugin [-] Segment 928c4ed4-4df0-4dd1-a453-4969ac06068d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 928c4ed4-4df0-4dd1-a453-4969ac06068d found for delete ", "request_id": "req-b63f4606-6939-4d99-a35b-3d8c2ff1d6de"}]} [pid: 8|app: 0|req: 735/1429] 10.0.0.181 () {32 vars in 643 bytes} [Fri May 8 20:38:13 2026] GET /v2.0/ports => generated 778 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1430] 10.0.0.181 () {32 vars in 717 bytes} [Fri May 8 20:38:13 2026] GET /v2.0/ports/3a09de1d-2ba5-4fde-8854-24be0c3a55eb => generated 775 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:13.646 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7759388f-9922-453e-a286-48752ca7d065 a565a1d0f2984e97b085e5c962bea70e fd4a9f9654284c6ca65dff5b356aec9e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 736/1431] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:38:13 2026] DELETE /v2.0/ports/59cd54e0-8f0d-44d5-a488-ce26f424cf6d => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:38:13.666 7 INFO neutron.pecan_wsgi.hooks.translation [None req-45a8fb50-cca7-42f4-a6d1-1a28ce25b501 a565a1d0f2984e97b085e5c962bea70e fd4a9f9654284c6ca65dff5b356aec9e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 696/1432] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:13 2026] DELETE /v2.0/subnets/353a9db9-dca8-4cc5-a4f2-d853cf3baca1 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:38:13.687 8 INFO neutron.pecan_wsgi.hooks.translation [None req-18df1e61-d6fa-492a-8a28-318bf1fe9a9b a565a1d0f2984e97b085e5c962bea70e fd4a9f9654284c6ca65dff5b356aec9e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 737/1433] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:13 2026] DELETE /v2.0/subnets/081851f4-1947-4211-9639-4d7a01fcfb71 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:38:13.790 7 INFO neutron_taas.services.taas.taas_plugin [None req-a893cde9-f381-40fe-89ae-7282b3a49f2f a565a1d0f2984e97b085e5c962bea70e fd4a9f9654284c6ca65dff5b356aec9e - - default default] TaaS: Handle Delete Port: 3a09de1d-2ba5-4fde-8854-24be0c3a55eb 2026-05-08 20:38:13.793 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a893cde9-f381-40fe-89ae-7282b3a49f2f a565a1d0f2984e97b085e5c962bea70e fd4a9f9654284c6ca65dff5b356aec9e - - default default] Tap Mirror: Handle Delete Port: 3a09de1d-2ba5-4fde-8854-24be0c3a55eb [pid: 7|app: 0|req: 697/1434] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:38:13 2026] DELETE /v2.0/ports/3a09de1d-2ba5-4fde-8854-24be0c3a55eb => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:38:13.987 8 INFO neutron.services.segments.plugin [-] Segment bd6ee2b0-378a-4eb7-836c-56eea23240dc resource provider aggregate not found 2026-05-08 20:38:13.992 8 INFO neutron.services.segments.plugin [-] Segment bd6ee2b0-378a-4eb7-836c-56eea23240dc resource provider aggregate not found 2026-05-08 20:38:14.002 8 INFO neutron.services.segments.plugin [-] Segment bd6ee2b0-378a-4eb7-836c-56eea23240dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd6ee2b0-378a-4eb7-836c-56eea23240dc found for delete ", "request_id": "req-fa6ed8a4-b88d-490d-a03f-347f86365f05"}]} 2026-05-08 20:38:14.006 8 INFO neutron.services.segments.plugin [-] Segment bd6ee2b0-378a-4eb7-836c-56eea23240dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd6ee2b0-378a-4eb7-836c-56eea23240dc found for delete ", "request_id": "req-b0a7c3e8-8c54-4b26-b55b-7ae300e6357a"}]} [pid: 8|app: 0|req: 738/1435] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:13 2026] DELETE /v2.0/networks/ae3fc01d-2464-4c9c-a221-51f721790bf7 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1436] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:14 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1437] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:38:14 2026] GET /v2.0/security-groups?id=c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1438] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:14 2026] GET /v2.0/security-groups?tenant_id=fd4a9f9654284c6ca65dff5b356aec9e&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1439] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:14 2026] DELETE /v2.0/security-groups/9c156707-b67d-40f1-8e5f-9f97168229b1 => 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: 700/1440] 10.0.0.181 () {34 vars in 676 bytes} [Fri May 8 20:38:14 2026] POST /v2.0/floatingips => generated 552 bytes in 627 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1441] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:15 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1442] 10.0.0.181 () {34 vars in 676 bytes} [Fri May 8 20:38:15 2026] POST /v2.0/floatingips => generated 552 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1443] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:38:15 2026] GET /v2.0/security-groups?id=c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1446] 10.0.0.181 () {34 vars in 676 bytes} [Fri May 8 20:38:15 2026] POST /v2.0/floatingips => generated 552 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1447] 10.0.0.181 () {34 vars in 676 bytes} [Fri May 8 20:38:16 2026] POST /v2.0/floatingips => generated 552 bytes in 531 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1448] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:16 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1449] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:38:16 2026] GET /v2.0/security-groups?id=c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:17.128 7 INFO neutron.db.segments_db [None req-75e5a91b-5137-4009-8c28-8bbab80e7f86 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Added segment 91b3e381-18f2-46a3-9724-29fb14e59650 of type vxlan for network 09a4d1a0-c0d1-46a6-b019-5ff36c8f0f82 [pid: 8|app: 0|req: 743/1450] 10.0.0.181 () {34 vars in 676 bytes} [Fri May 8 20:38:16 2026] POST /v2.0/floatingips => generated 552 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1451] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:38:16 2026] POST /v2.0/networks => generated 630 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1452] 10.0.0.181 () {34 vars in 759 bytes} [Fri May 8 20:38:17 2026] PUT /v2.0/floatingips/7f553979-f0c2-407c-8136-8e0a2303ab93/tags => generated 17 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:38:17.271 7 INFO neutron.db.segments_db [None req-691b36e5-7f8f-4037-80bc-faffcd626693 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Added segment c34d6561-c18b-4734-8932-1823871fae9e of type vxlan for network 937f6807-5353-4d71-8565-cd383adec683 [pid: 8|app: 0|req: 745/1453] 10.0.0.181 () {34 vars in 759 bytes} [Fri May 8 20:38:17 2026] PUT /v2.0/floatingips/40340985-5ea7-43fb-bec0-76acb6434143/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1454] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:38:17 2026] POST /v2.0/networks => generated 628 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1455] 10.0.0.181 () {34 vars in 759 bytes} [Fri May 8 20:38:17 2026] PUT /v2.0/floatingips/5cea8327-572e-4448-b9b8-e02be9b5ca7e/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1456] 10.0.0.181 () {34 vars in 759 bytes} [Fri May 8 20:38:17 2026] PUT /v2.0/floatingips/ec5634f2-ebc4-4f60-80a4-f0aa71a2bab4/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1457] 10.0.0.181 () {32 vars in 672 bytes} [Fri May 8 20:38:17 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1458] 10.0.0.181 () {32 vars in 686 bytes} [Fri May 8 20:38:17 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1459] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:38:17 2026] POST /v2.0/subnets => generated 626 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1460] 10.0.0.181 () {32 vars in 682 bytes} [Fri May 8 20:38:17 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1461] 10.0.0.181 () {32 vars in 694 bytes} [Fri May 8 20:38:17 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1462] 10.0.0.181 () {32 vars in 680 bytes} [Fri May 8 20:38:17 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1463] 10.0.0.181 () {32 vars in 694 bytes} [Fri May 8 20:38:17 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1464] 10.0.0.181 () {32 vars in 690 bytes} [Fri May 8 20:38:17 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1465] 10.0.0.181 () {32 vars in 702 bytes} [Fri May 8 20:38:17 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1466] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:38:17 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1467] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:17 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:17.934 7 INFO neutron.db.segments_db [None req-76045179-67bb-4dd7-aab7-00a94bf2abb3 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Added segment 292daa37-c855-40c4-892a-5c98f098edce of type vxlan for network f7438f0e-1212-4b8b-9c09-e97c92b919f8 2026-05-08 20:38:17.961 8 INFO neutron_taas.services.taas.taas_plugin [None req-b7767a4e-a68f-4932-bdfa-69da362ba824 0c45d05b5cd9463faf10035d5a5f5416 e25c9890f3b64d278b4f3c26787375be - - default default] TaaS: Handle Delete Port: 63d2e9ca-ff56-42ac-ab42-e7e7310c21a2 2026-05-08 20:38:17.964 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7767a4e-a68f-4932-bdfa-69da362ba824 0c45d05b5cd9463faf10035d5a5f5416 e25c9890f3b64d278b4f3c26787375be - - default default] Tap Mirror: Handle Delete Port: 63d2e9ca-ff56-42ac-ab42-e7e7310c21a2 [pid: 8|app: 0|req: 756/1468] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:38:17 2026] DELETE /v2.0/floatingips/7f553979-f0c2-407c-8136-8e0a2303ab93 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1469] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:38:18 2026] GET /v2.0/security-groups?id=c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:18.251 7 INFO neutron.db.l3_hamode_db [None req-76045179-67bb-4dd7-aab7-00a94bf2abb3 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 20:38:18.365 7 INFO neutron.db.l3_hamode_db [None req-76045179-67bb-4dd7-aab7-00a94bf2abb3 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 758/1470] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:18 2026] GET /v2.0/security-groups?tenant_id=3c4089adf4a54f1ca824eaf12e1223fb&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:38:18.604 8 INFO neutron_taas.services.taas.taas_plugin [None req-ff452724-0726-4914-a3a7-d207f05dcf17 0c45d05b5cd9463faf10035d5a5f5416 e25c9890f3b64d278b4f3c26787375be - - default default] TaaS: Handle Delete Port: 458ad0a7-6176-4bb8-aa8b-84f31ac7ccb8 2026-05-08 20:38:18.609 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff452724-0726-4914-a3a7-d207f05dcf17 0c45d05b5cd9463faf10035d5a5f5416 e25c9890f3b64d278b4f3c26787375be - - default default] Tap Mirror: Handle Delete Port: 458ad0a7-6176-4bb8-aa8b-84f31ac7ccb8 [pid: 8|app: 0|req: 759/1471] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:38:18 2026] DELETE /v2.0/floatingips/40340985-5ea7-43fb-bec0-76acb6434143 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1472] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:18 2026] DELETE /v2.0/security-groups/35704755-5936-4422-96de-5f6f26ef3aa6 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:38:19.005 8 INFO neutron_taas.services.taas.taas_plugin [None req-016eb336-98ad-4498-bb4a-23caa2a7296f 0c45d05b5cd9463faf10035d5a5f5416 e25c9890f3b64d278b4f3c26787375be - - default default] TaaS: Handle Delete Port: ff32d3dc-a6a5-48ca-abe9-e3ff5219d3ac 2026-05-08 20:38:19.007 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-016eb336-98ad-4498-bb4a-23caa2a7296f 0c45d05b5cd9463faf10035d5a5f5416 e25c9890f3b64d278b4f3c26787375be - - default default] Tap Mirror: Handle Delete Port: ff32d3dc-a6a5-48ca-abe9-e3ff5219d3ac [pid: 7|app: 0|req: 713/1473] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:38:17 2026] POST /v2.0/routers => generated 507 bytes in 1147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1474] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:38:18 2026] DELETE /v2.0/floatingips/5cea8327-572e-4448-b9b8-e02be9b5ca7e => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1475] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:19 2026] GET /v2.0/security-groups?tenant_id=0e8ee4c7b90f42618eeb57a5cbf2499a&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:38:19.370 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c4905f2-8693-4425-b497-e2cd62f6d20b 0c45d05b5cd9463faf10035d5a5f5416 e25c9890f3b64d278b4f3c26787375be - - default default] TaaS: Handle Delete Port: 7a66ddda-8468-4732-9d8e-8d8a5e51c376 2026-05-08 20:38:19.373 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c4905f2-8693-4425-b497-e2cd62f6d20b 0c45d05b5cd9463faf10035d5a5f5416 e25c9890f3b64d278b4f3c26787375be - - default default] Tap Mirror: Handle Delete Port: 7a66ddda-8468-4732-9d8e-8d8a5e51c376 [pid: 7|app: 0|req: 715/1476] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:38:19 2026] DELETE /v2.0/floatingips/ec5634f2-ebc4-4f60-80a4-f0aa71a2bab4 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1477] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:19 2026] DELETE /v2.0/security-groups/2470c3d2-cb97-45c3-a606-c5478743a61d => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1478] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:19 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:19.788 7 INFO neutron_taas.services.taas.taas_plugin [None req-d72eb2a4-6527-4884-8a22-5eacd1be7708 0c45d05b5cd9463faf10035d5a5f5416 e25c9890f3b64d278b4f3c26787375be - - default default] TaaS: Handle Delete Port: 1f5e7b3c-b76d-48d0-96ce-5c612f27c39a 2026-05-08 20:38:19.791 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d72eb2a4-6527-4884-8a22-5eacd1be7708 0c45d05b5cd9463faf10035d5a5f5416 e25c9890f3b64d278b4f3c26787375be - - default default] Tap Mirror: Handle Delete Port: 1f5e7b3c-b76d-48d0-96ce-5c612f27c39a [pid: 7|app: 0|req: 718/1479] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:38:19 2026] DELETE /v2.0/floatingips/eb25ecd0-66f0-467b-a56e-aa32f7ef782a => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1480] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:38:19 2026] GET /v2.0/security-groups?id=c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1481] 10.0.0.181 () {34 vars in 783 bytes} [Fri May 8 20:38:19 2026] PUT /v2.0/routers/d1266368-37cd-4ab2-8cb8-85bde6f1db68/add_router_interface => generated 309 bytes in 1227 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1482] 10.0.0.181 () {32 vars in 717 bytes} [Fri May 8 20:38:20 2026] GET /v2.0/ports/698d1691-3f40-4976-826d-01342b3dfefd => generated 955 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1483] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:20 2026] GET /v2.0/security-groups?tenant_id=e25c9890f3b64d278b4f3c26787375be&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1484] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:21 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1485] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:21 2026] DELETE /v2.0/security-groups/ab8a564b-9856-4060-9786-3097857f72a5 => 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: 724/1486] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:38:21 2026] GET /v2.0/security-groups?id=c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1487] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:21 2026] GET /v2.0/security-groups?tenant_id=e1c57f45d192406f8dd632f211603a09&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1488] 10.0.0.181 () {34 vars in 783 bytes} [Fri May 8 20:38:20 2026] PUT /v2.0/routers/d1266368-37cd-4ab2-8cb8-85bde6f1db68/add_router_interface => generated 309 bytes in 1156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1489] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:21 2026] DELETE /v2.0/security-groups/63f10352-aecb-4200-9fa6-0578476160a6 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1490] 10.0.0.181 () {32 vars in 717 bytes} [Fri May 8 20:38:21 2026] GET /v2.0/ports/d54b190c-4cf7-448b-b620-a855d5df0d4d => generated 955 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:21.830 7 INFO neutron.db.segments_db [None req-46938747-68cc-4b90-91a7-f0e94e72cb2f 4fc7f1a5f6e44ee8903a71d81e951bf8 9a3b4f19bd764a08ab5635057aa278ee - - default default] Added segment bcdc73ce-9078-487a-8dea-a745198f3bd9 of type vxlan for network 26754155-3753-4453-9d51-8cd9aa6b9c01 2026-05-08 20:38:21.884 7 INFO neutron.db.segments_db [None req-46938747-68cc-4b90-91a7-f0e94e72cb2f 4fc7f1a5f6e44ee8903a71d81e951bf8 9a3b4f19bd764a08ab5635057aa278ee - - default default] Added segment 1cb9ae18-df1f-433a-b350-f420e94133ef of type vxlan for network acf09876-e52d-4773-83c2-934a4d125481 [pid: 7|app: 0|req: 726/1491] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:38:21 2026] POST /v2.0/networks => generated 1246 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1492] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:21 2026] GET /v2.0/security-groups?tenant_id=edc7d95e29a94195b36b7282814ad712&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:38:22.119 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a7dc596-b0f3-4b73-b64f-54c5fe6fb4c1 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] TaaS: Handle Delete Port: d54b190c-4cf7-448b-b620-a855d5df0d4d 2026-05-08 20:38:22.123 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a7dc596-b0f3-4b73-b64f-54c5fe6fb4c1 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Tap Mirror: Handle Delete Port: d54b190c-4cf7-448b-b620-a855d5df0d4d [pid: 7|app: 0|req: 728/1493] 10.0.0.181 () {32 vars in 649 bytes} [Fri May 8 20:38:22 2026] GET /v2.0/networks => generated 1845 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1494] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:22 2026] DELETE /v2.0/security-groups/9c1f318a-ffd6-4f73-810f-810053d6b6ea => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:38:22.330 7 INFO neutron.services.segments.plugin [-] Segment bcdc73ce-9078-487a-8dea-a745198f3bd9 resource provider aggregate not found 2026-05-08 20:38:22.339 7 INFO neutron.services.segments.plugin [-] Segment bcdc73ce-9078-487a-8dea-a745198f3bd9 resource provider aggregate not found 2026-05-08 20:38:22.358 7 INFO neutron.services.segments.plugin [-] Segment bcdc73ce-9078-487a-8dea-a745198f3bd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcdc73ce-9078-487a-8dea-a745198f3bd9 found for delete ", "request_id": "req-59a66eb7-5aa9-43cc-ad3f-5dd016e784b2"}]} 2026-05-08 20:38:22.371 7 INFO neutron.services.segments.plugin [-] Segment bcdc73ce-9078-487a-8dea-a745198f3bd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcdc73ce-9078-487a-8dea-a745198f3bd9 found for delete ", "request_id": "req-a0c6e9c5-f3f8-48a4-985a-62260bfaf7ea"}]} [pid: 7|app: 0|req: 730/1495] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:22 2026] DELETE /v2.0/networks/26754155-3753-4453-9d51-8cd9aa6b9c01 => 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: 731/1496] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:22 2026] DELETE /v2.0/networks/acf09876-e52d-4773-83c2-934a4d125481 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1497] 10.0.0.181 () {32 vars in 649 bytes} [Fri May 8 20:38:22 2026] GET /v2.0/networks => generated 651 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:22.653 7 INFO neutron.db.segments_db [None req-7948906b-6068-4c5b-91d3-824904981574 4fc7f1a5f6e44ee8903a71d81e951bf8 9a3b4f19bd764a08ab5635057aa278ee - - default default] Added segment 60cf0316-c859-48de-86db-d5ca66914971 of type vxlan for network 8932991b-43bb-4cf6-b94a-fbbd7aee1244 [pid: 7|app: 0|req: 733/1498] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:38:22 2026] POST /v2.0/networks => generated 650 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:38:22.805 7 INFO neutron.db.segments_db [None req-68113e90-934e-45da-89a0-9d0a8155729e 4fc7f1a5f6e44ee8903a71d81e951bf8 9a3b4f19bd764a08ab5635057aa278ee - - default default] Added segment a233383e-730b-4c8b-9806-46d5c4b4a7a0 of type vxlan for network d0c27061-cd7e-40d0-98ec-1ea310cbed1c [pid: 7|app: 0|req: 734/1499] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:38:22 2026] POST /v2.0/networks => generated 650 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1500] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:38:21 2026] PUT /v2.0/routers/d1266368-37cd-4ab2-8cb8-85bde6f1db68/remove_router_interface => generated 309 bytes in 1110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:23.214 8 INFO neutron_taas.services.taas.taas_plugin [None req-9b145519-708e-4c92-955b-3adda101dd23 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] TaaS: Handle Delete Port: 698d1691-3f40-4976-826d-01342b3dfefd 2026-05-08 20:38:23.218 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b145519-708e-4c92-955b-3adda101dd23 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Tap Mirror: Handle Delete Port: 698d1691-3f40-4976-826d-01342b3dfefd [pid: 7|app: 0|req: 735/1501] 10.0.0.181 () {34 vars in 665 bytes} [Fri May 8 20:38:22 2026] POST /v2.0/ports => generated 1505 bytes in 659 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: 736/1502] 10.0.0.181 () {32 vars in 643 bytes} [Fri May 8 20:38:23 2026] GET /v2.0/ports => generated 1505 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1503] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:38:22 2026] PUT /v2.0/routers/d1266368-37cd-4ab2-8cb8-85bde6f1db68/remove_router_interface => generated 309 bytes in 733 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1504] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:38:23 2026] GET /v2.0/ports?device_id=d1266368-37cd-4ab2-8cb8-85bde6f1db68 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:38:23.727 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f07d403-5832-447f-8b7f-711320df95f3 4fc7f1a5f6e44ee8903a71d81e951bf8 9a3b4f19bd764a08ab5635057aa278ee - - default default] TaaS: Handle Delete Port: 655de81f-5cbb-4413-9244-41f212ae1c0e 2026-05-08 20:38:23.733 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f07d403-5832-447f-8b7f-711320df95f3 4fc7f1a5f6e44ee8903a71d81e951bf8 9a3b4f19bd764a08ab5635057aa278ee - - default default] Tap Mirror: Handle Delete Port: 655de81f-5cbb-4413-9244-41f212ae1c0e [pid: 7|app: 0|req: 737/1505] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:38:23 2026] DELETE /v2.0/ports/655de81f-5cbb-4413-9244-41f212ae1c0e => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:38:23.865 8 INFO neutron_taas.services.taas.taas_plugin [None req-35a62114-05f5-4187-99bd-db3721833f2f 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] TaaS: Handle Delete Port: e2ab1b44-dcab-46e5-a448-24d5b2d0faea 2026-05-08 20:38:23.868 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35a62114-05f5-4187-99bd-db3721833f2f 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Tap Mirror: Handle Delete Port: e2ab1b44-dcab-46e5-a448-24d5b2d0faea 2026-05-08 20:38:23.906 7 INFO neutron_taas.services.taas.taas_plugin [None req-7f1aaa3a-1046-47f2-99c0-2d84dad6d433 4fc7f1a5f6e44ee8903a71d81e951bf8 9a3b4f19bd764a08ab5635057aa278ee - - default default] TaaS: Handle Delete Port: 81a32152-061a-4253-a1b1-3ec558c3d1de 2026-05-08 20:38:23.909 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f1aaa3a-1046-47f2-99c0-2d84dad6d433 4fc7f1a5f6e44ee8903a71d81e951bf8 9a3b4f19bd764a08ab5635057aa278ee - - default default] Tap Mirror: Handle Delete Port: 81a32152-061a-4253-a1b1-3ec558c3d1de [pid: 7|app: 0|req: 738/1506] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:38:23 2026] DELETE /v2.0/ports/81a32152-061a-4253-a1b1-3ec558c3d1de => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1507] 10.0.0.181 () {32 vars in 643 bytes} [Fri May 8 20:38:24 2026] GET /v2.0/ports => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:38:24.103 7 INFO neutron.db.segments_db [None req-370e10ce-37c3-49a8-a57d-ee1819b2899e 4fc7f1a5f6e44ee8903a71d81e951bf8 9a3b4f19bd764a08ab5635057aa278ee - - default default] Added segment 543895d7-9b73-430c-bbbd-71eb5279ad08 of type vxlan for network be5cfbd4-5292-43c3-8dad-5318dc93ec47 [pid: 7|app: 0|req: 740/1508] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:38: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) 2026-05-08 20:38:24.281 7 INFO neutron.db.segments_db [None req-424abfaf-2621-45db-bd41-6585ea3ab19d 4fc7f1a5f6e44ee8903a71d81e951bf8 9a3b4f19bd764a08ab5635057aa278ee - - default default] Added segment 3c403205-c919-4d12-a6a1-4a951bc6e49b of type vxlan for network a943042a-bbde-4b5e-97ba-153a06e40394 2026-05-08 20:38:24.298 8 INFO neutron.services.segments.plugin [-] Segment 292daa37-c855-40c4-892a-5c98f098edce resource provider aggregate not found 2026-05-08 20:38:24.309 8 INFO neutron.services.segments.plugin [-] Segment 292daa37-c855-40c4-892a-5c98f098edce resource provider aggregate not found 2026-05-08 20:38:24.321 8 INFO neutron.services.segments.plugin [-] Segment 292daa37-c855-40c4-892a-5c98f098edce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 292daa37-c855-40c4-892a-5c98f098edce found for delete ", "request_id": "req-026f0025-98ff-4d5d-b9b2-9420a85ea182"}]} 2026-05-08 20:38:24.333 8 INFO neutron.services.segments.plugin [-] Segment 292daa37-c855-40c4-892a-5c98f098edce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 292daa37-c855-40c4-892a-5c98f098edce found for delete ", "request_id": "req-f3187ff3-614e-4075-bb99-96f0ad7fb20a"}]} 2026-05-08 20:38:24.339 8 INFO neutron.db.l3_hamode_db [None req-35a62114-05f5-4187-99bd-db3721833f2f 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] HA network f7438f0e-1212-4b8b-9c09-e97c92b919f8 was deleted as no HA routers are present in tenant 8eb9cec6790544b8aafcd7fbc9a9d83d. [pid: 8|app: 0|req: 769/1509] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:23 2026] DELETE /v2.0/routers/d1266368-37cd-4ab2-8cb8-85bde6f1db68 => generated 0 bytes in 681 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1510] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:38:24 2026] POST /v2.0/networks => generated 650 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:38:24.374 7 INFO neutron.services.segments.plugin [-] Segment 1cb9ae18-df1f-433a-b350-f420e94133ef resource provider aggregate not found 2026-05-08 20:38:24.387 7 INFO neutron.services.segments.plugin [-] Segment 1cb9ae18-df1f-433a-b350-f420e94133ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cb9ae18-df1f-433a-b350-f420e94133ef found for delete ", "request_id": "req-1cd0d71a-8123-4f0c-a5f3-c9fad81b7031"}]} 2026-05-08 20:38:24.390 7 INFO neutron.services.segments.plugin [-] Segment 1cb9ae18-df1f-433a-b350-f420e94133ef resource provider aggregate not found 2026-05-08 20:38:24.410 7 INFO neutron.services.segments.plugin [-] Segment 1cb9ae18-df1f-433a-b350-f420e94133ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cb9ae18-df1f-433a-b350-f420e94133ef found for delete ", "request_id": "req-0d0af6d4-fe54-4637-a7f1-af042f07911e"}]} [pid: 8|app: 0|req: 770/1511] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:24 2026] DELETE /v2.0/subnets/09de6668-5783-46f8-8fd8-864c0fae44a5 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1512] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:24 2026] DELETE /v2.0/subnets/3aba2009-5e2f-4f8a-bef6-e612116d272c => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:38:24.811 8 INFO neutron_taas.services.taas.taas_plugin [None req-9535b8ec-9d7f-4736-b236-6c19ff950e9b 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] TaaS: Handle Delete Port: 323d45c4-2357-496d-bdbc-99829814ada9 2026-05-08 20:38:24.814 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9535b8ec-9d7f-4736-b236-6c19ff950e9b 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Tap Mirror: Handle Delete Port: 323d45c4-2357-496d-bdbc-99829814ada9 [pid: 7|app: 0|req: 742/1513] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:38:24 2026] POST /v2.0/subnets => generated 1273 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1514] 10.0.0.181 () {32 vars in 647 bytes} [Fri May 8 20:38:24 2026] GET /v2.0/subnets => generated 1909 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1515] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:24 2026] DELETE /v2.0/networks/937f6807-5353-4d71-8565-cd383adec683 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1516] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:24 2026] DELETE /v2.0/subnets/f8986cc4-a03b-46ec-979e-87ba05faa9c8 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:38:25.115 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb47e196-53af-4440-99c0-e99de4bf8f9d 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] TaaS: Handle Delete Port: 94013048-ac0b-456a-b793-42299fd74716 2026-05-08 20:38:25.131 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb47e196-53af-4440-99c0-e99de4bf8f9d 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Tap Mirror: Handle Delete Port: 94013048-ac0b-456a-b793-42299fd74716 [pid: 7|app: 0|req: 745/1517] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:25 2026] DELETE /v2.0/subnets/44c62bfc-157b-4878-8d4b-5b81e26d54a5 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1518] 10.0.0.181 () {32 vars in 647 bytes} [Fri May 8 20:38:25 2026] GET /v2.0/subnets => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1519] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:25 2026] DELETE /v2.0/networks/09a4d1a0-c0d1-46a6-b019-5ff36c8f0f82 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1520] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:25 2026] DELETE /v2.0/networks/a943042a-bbde-4b5e-97ba-153a06e40394 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:38:25.409 8 INFO neutron.db.segments_db [None req-fb530d5c-1084-490e-a6b5-6678ff6ef06f 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Added segment 77cb600d-fdf6-4525-9acc-060445bb289b of type vxlan for network c26f1015-7f76-4008-a6af-75ec317271d2 [pid: 7|app: 0|req: 748/1521] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:25 2026] DELETE /v2.0/networks/be5cfbd4-5292-43c3-8dad-5318dc93ec47 => 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: 774/1522] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:38:25 2026] POST /v2.0/networks => generated 630 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1523] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:25 2026] DELETE /v2.0/networks/d0c27061-cd7e-40d0-98ec-1ea310cbed1c => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1524] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:38:25 2026] POST /v2.0/subnets => generated 626 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1525] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:25 2026] DELETE /v2.0/networks/8932991b-43bb-4cf6-b94a-fbbd7aee1244 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:38:25.835 8 INFO neutron.db.segments_db [None req-4627e281-fa31-4ef6-8277-e34a646c142f 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Added segment d965d533-650b-47f8-a877-30786a26b8d7 of type vxlan for network 8ef1edc0-c88c-4a47-9128-d130763f2662 2026-05-08 20:38:26.086 8 INFO neutron.db.l3_hamode_db [None req-4627e281-fa31-4ef6-8277-e34a646c142f 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 20:38:26.218 8 INFO neutron.db.l3_hamode_db [None req-4627e281-fa31-4ef6-8277-e34a646c142f 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 20:38:26.346 8 INFO neutron.services.segments.plugin [-] Segment c34d6561-c18b-4734-8932-1823871fae9e resource provider aggregate not found 2026-05-08 20:38:26.358 8 INFO neutron.services.segments.plugin [-] Segment c34d6561-c18b-4734-8932-1823871fae9e resource provider aggregate not found 2026-05-08 20:38:26.368 8 INFO neutron.services.segments.plugin [-] Segment c34d6561-c18b-4734-8932-1823871fae9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c34d6561-c18b-4734-8932-1823871fae9e found for delete ", "request_id": "req-b1e1a1a9-37ea-4a7f-b54c-0e2ca03b9aca"}]} 2026-05-08 20:38:26.385 8 INFO neutron.services.segments.plugin [-] Segment c34d6561-c18b-4734-8932-1823871fae9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c34d6561-c18b-4734-8932-1823871fae9e found for delete ", "request_id": "req-c1b96a66-46bd-4306-8fec-10fdbe10624f"}]} 2026-05-08 20:38:26.390 8 INFO neutron.services.segments.plugin [-] Segment 91b3e381-18f2-46a3-9724-29fb14e59650 resource provider aggregate not found 2026-05-08 20:38:26.404 7 INFO neutron.services.segments.plugin [-] Segment 3c403205-c919-4d12-a6a1-4a951bc6e49b resource provider aggregate not found 2026-05-08 20:38:26.413 8 INFO neutron.services.segments.plugin [-] Segment 91b3e381-18f2-46a3-9724-29fb14e59650 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91b3e381-18f2-46a3-9724-29fb14e59650 found for delete ", "request_id": "req-0f00519e-da99-4638-9fe0-7fd9d30e728f"}]} 2026-05-08 20:38:26.416 8 INFO neutron.services.segments.plugin [-] Segment 91b3e381-18f2-46a3-9724-29fb14e59650 resource provider aggregate not found 2026-05-08 20:38:26.423 7 INFO neutron.services.segments.plugin [-] Segment 3c403205-c919-4d12-a6a1-4a951bc6e49b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c403205-c919-4d12-a6a1-4a951bc6e49b found for delete ", "request_id": "req-949ef62a-3618-4412-8f29-b7579ec0b786"}]} 2026-05-08 20:38:26.430 8 INFO neutron.services.segments.plugin [-] Segment 91b3e381-18f2-46a3-9724-29fb14e59650 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91b3e381-18f2-46a3-9724-29fb14e59650 found for delete ", "request_id": "req-fb5b3816-4c05-41fb-b1bf-15f15b208f42"}]} 2026-05-08 20:38:26.432 7 INFO neutron.services.segments.plugin [-] Segment 3c403205-c919-4d12-a6a1-4a951bc6e49b resource provider aggregate not found 2026-05-08 20:38:26.437 7 INFO neutron.services.segments.plugin [-] Segment 543895d7-9b73-430c-bbbd-71eb5279ad08 resource provider aggregate not found 2026-05-08 20:38:26.454 7 INFO neutron.services.segments.plugin [-] Segment 3c403205-c919-4d12-a6a1-4a951bc6e49b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c403205-c919-4d12-a6a1-4a951bc6e49b found for delete ", "request_id": "req-8cb2351d-360b-41cf-9d91-c3e67b8df2c9"}]} 2026-05-08 20:38:26.459 7 INFO neutron.services.segments.plugin [-] Segment 543895d7-9b73-430c-bbbd-71eb5279ad08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 543895d7-9b73-430c-bbbd-71eb5279ad08 found for delete ", "request_id": "req-80b42331-c254-4edc-942d-03a93b57abe1"}]} [pid: 7|app: 0|req: 751/1526] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:26 2026] GET /v2.0/security-groups?tenant_id=9a3b4f19bd764a08ab5635057aa278ee&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:38:26.478 7 INFO neutron.services.segments.plugin [-] Segment a233383e-730b-4c8b-9806-46d5c4b4a7a0 resource provider aggregate not found 2026-05-08 20:38:26.478 7 INFO neutron.services.segments.plugin [-] Segment 543895d7-9b73-430c-bbbd-71eb5279ad08 resource provider aggregate not found 2026-05-08 20:38:26.497 7 INFO neutron.services.segments.plugin [-] Segment a233383e-730b-4c8b-9806-46d5c4b4a7a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a233383e-730b-4c8b-9806-46d5c4b4a7a0 found for delete ", "request_id": "req-8fb25c64-399a-4eb8-8bf5-4ffe2a2fe706"}]} 2026-05-08 20:38:26.499 7 INFO neutron.services.segments.plugin [-] Segment 543895d7-9b73-430c-bbbd-71eb5279ad08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 543895d7-9b73-430c-bbbd-71eb5279ad08 found for delete ", "request_id": "req-492db780-ab2c-47f9-9c6a-1957b129d955"}]} 2026-05-08 20:38:26.520 7 INFO neutron.services.segments.plugin [-] Segment 60cf0316-c859-48de-86db-d5ca66914971 resource provider aggregate not found 2026-05-08 20:38:26.521 7 INFO neutron.services.segments.plugin [-] Segment a233383e-730b-4c8b-9806-46d5c4b4a7a0 resource provider aggregate not found 2026-05-08 20:38:26.538 7 INFO neutron.services.segments.plugin [-] Segment 60cf0316-c859-48de-86db-d5ca66914971 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60cf0316-c859-48de-86db-d5ca66914971 found for delete ", "request_id": "req-338f9d62-4dd0-42d4-a3c0-df7c1e7c6bdb"}]} 2026-05-08 20:38:26.543 7 INFO neutron.services.segments.plugin [-] Segment a233383e-730b-4c8b-9806-46d5c4b4a7a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a233383e-730b-4c8b-9806-46d5c4b4a7a0 found for delete ", "request_id": "req-17ae53e0-1bd7-47a2-9b9a-2889919341e4"}]} 2026-05-08 20:38:26.556 7 INFO neutron.services.segments.plugin [-] Segment 60cf0316-c859-48de-86db-d5ca66914971 resource provider aggregate not found 2026-05-08 20:38:26.574 7 INFO neutron.services.segments.plugin [-] Segment 60cf0316-c859-48de-86db-d5ca66914971 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60cf0316-c859-48de-86db-d5ca66914971 found for delete ", "request_id": "req-0c62f9bd-ff0e-4e96-8298-f945d622f3a1"}]} [pid: 7|app: 0|req: 752/1527] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:26 2026] DELETE /v2.0/security-groups/b9815e87-3c9f-45f4-91fd-2829d5ebc952 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:38:26.859 7 INFO neutron.db.segments_db [None req-489ffb79-40b5-41c8-a9d9-a90219c0a2b8 f0eda2efe5234294b0d1d598c259f440 e5dc7f023c1545d7bc24aed14411d68c - - default default] Added segment 5e955123-d696-4afe-a5e8-e828605d8d4c of type vxlan for network 1d0e7d10-e042-47b3-9d5b-3459ff92bfc1 [pid: 8|app: 0|req: 776/1528] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:38:25 2026] POST /v2.0/routers => generated 507 bytes in 1108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:38:27.167 7 INFO neutron.db.l3_hamode_db [None req-489ffb79-40b5-41c8-a9d9-a90219c0a2b8 f0eda2efe5234294b0d1d598c259f440 e5dc7f023c1545d7bc24aed14411d68c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 777/1529] 10.0.0.181 () {34 vars in 665 bytes} [Fri May 8 20:38:26 2026] POST /v2.0/ports => generated 951 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 20:38:27.276 7 INFO neutron.db.l3_hamode_db [None req-489ffb79-40b5-41c8-a9d9-a90219c0a2b8 f0eda2efe5234294b0d1d598c259f440 e5dc7f023c1545d7bc24aed14411d68c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 753/1530] 10.0.0.181 () {34 vars in 668 bytes} [Fri May 8 20:38:26 2026] POST /v2.0/routers => generated 474 bytes in 1142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:38:27.923 7 INFO neutron.db.l3_hamode_db [None req-b2e015eb-1292-40bd-941d-6be64a1faa57 f0eda2efe5234294b0d1d598c259f440 e5dc7f023c1545d7bc24aed14411d68c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 20:38:28.032 7 INFO neutron.db.l3_hamode_db [None req-b2e015eb-1292-40bd-941d-6be64a1faa57 f0eda2efe5234294b0d1d598c259f440 e5dc7f023c1545d7bc24aed14411d68c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 778/1531] 10.0.0.181 () {34 vars in 783 bytes} [Fri May 8 20:38:27 2026] PUT /v2.0/routers/74f9ca32-e1e8-4c48-a800-62e909922dbd/add_router_interface => generated 309 bytes in 1113 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: 754/1532] 10.0.0.181 () {34 vars in 668 bytes} [Fri May 8 20:38:27 2026] POST /v2.0/routers => generated 474 bytes in 718 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:38:28.649 8 INFO neutron.db.segments_db [None req-9227428c-f4e4-442b-ad9a-9103677a39c8 d1503c9445884443a467d946e77ade54 9b2067e7911147ffa74aa5cd3b3d32c0 - - default default] Added segment 2ade3785-3949-4624-92fd-600d6c42b84e of type vxlan for network 4873b1fe-8f51-4ff4-b6b7-8c57da86401d [pid: 7|app: 0|req: 755/1533] 10.0.0.181 () {32 vars in 717 bytes} [Fri May 8 20:38:28 2026] GET /v2.0/ports/350e9426-a8e6-466c-90d1-4458aacef2a9 => generated 1025 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:38:28.702 7 INFO neutron.db.l3_hamode_db [None req-83eed63e-eb41-4bae-8094-38396f0fca53 f0eda2efe5234294b0d1d598c259f440 e5dc7f023c1545d7bc24aed14411d68c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 779/1534] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:38:28 2026] POST /v2.0/networks => generated 649 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:38:28.810 7 INFO neutron.db.l3_hamode_db [None req-83eed63e-eb41-4bae-8094-38396f0fca53 f0eda2efe5234294b0d1d598c259f440 e5dc7f023c1545d7bc24aed14411d68c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 20:38:29.089 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d5b1c2c-ade1-4640-bfbb-0ae4f5d69336 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] TaaS: Handle Delete Port: 350e9426-a8e6-466c-90d1-4458aacef2a9 2026-05-08 20:38:29.093 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d5b1c2c-ade1-4640-bfbb-0ae4f5d69336 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Tap Mirror: Handle Delete Port: 350e9426-a8e6-466c-90d1-4458aacef2a9 [pid: 7|app: 0|req: 756/1535] 10.0.0.181 () {34 vars in 668 bytes} [Fri May 8 20:38:28 2026] POST /v2.0/routers => generated 474 bytes in 747 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1536] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:38:28 2026] PUT /v2.0/routers/74f9ca32-e1e8-4c48-a800-62e909922dbd/remove_router_interface => generated 309 bytes in 796 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: 781/1537] 10.0.0.204 () {34 vars in 990 bytes} [Fri May 8 20:38:29 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:38:29.624 8 INFO neutron.db.l3_hamode_db [None req-36134da9-7054-427a-9425-a2c3347ac97b f0eda2efe5234294b0d1d598c259f440 e5dc7f023c1545d7bc24aed14411d68c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 757/1538] 10.0.0.181 () {34 vars in 665 bytes} [Fri May 8 20:38:29 2026] POST /v2.0/ports => generated 779 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 20:38:29.730 8 INFO neutron.db.l3_hamode_db [None req-36134da9-7054-427a-9425-a2c3347ac97b f0eda2efe5234294b0d1d598c259f440 e5dc7f023c1545d7bc24aed14411d68c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 20:38:29.818 7 INFO neutron.api.v2.resource [None req-9b4c95a2-bdff-4bd9-8b9c-b86dabfefa44 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 758/1539] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:38:29 2026] PUT /v2.0/routers/74f9ca32-e1e8-4c48-a800-62e909922dbd/remove_router_interface => generated 197 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1540] 10.0.0.204 () {34 vars in 1040 bytes} [Fri May 8 20:38:29 2026] GET /v2.0/security-groups?id=c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:29.901 7 INFO neutron.db.segments_db [None req-568f6266-ce00-4f57-8341-81ac15b3c7ad d1503c9445884443a467d946e77ade54 9b2067e7911147ffa74aa5cd3b3d32c0 - - default default] Added segment 18b66af1-a9fd-4536-b5a4-322df86ef653 of type vxlan for network 5a9abea7-0794-4552-9c92-5df6b2353a71 [pid: 7|app: 0|req: 760/1541] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:38:29 2026] POST /v2.0/networks => generated 635 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1542] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:38:29 2026] GET /v2.0/ports?device_id=74f9ca32-e1e8-4c48-a800-62e909922dbd => 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: 762/1543] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:38:30 2026] POST /v2.0/subnets => generated 646 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1544] 10.0.0.181 () {34 vars in 668 bytes} [Fri May 8 20:38:29 2026] POST /v2.0/routers => generated 474 bytes in 680 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:38:30.419 7 INFO neutron_taas.services.taas.taas_plugin [None req-77594946-013a-4bce-b027-6452d7c6ab8e 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] TaaS: Handle Delete Port: c47e012c-e05c-46d6-9e47-d0ea97ae5358 2026-05-08 20:38:30.422 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77594946-013a-4bce-b027-6452d7c6ab8e 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Tap Mirror: Handle Delete Port: c47e012c-e05c-46d6-9e47-d0ea97ae5358 [pid: 8|app: 0|req: 783/1545] 10.0.0.181 () {34 vars in 665 bytes} [Fri May 8 20:38:30 2026] POST /v2.0/ports => generated 965 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 20:38:30.627 8 INFO neutron.db.l3_hamode_db [None req-c9b5ee0b-6710-4366-a9a9-d52c66eac983 f0eda2efe5234294b0d1d598c259f440 e5dc7f023c1545d7bc24aed14411d68c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 20:38:30.740 8 INFO neutron.db.l3_hamode_db [None req-c9b5ee0b-6710-4366-a9a9-d52c66eac983 f0eda2efe5234294b0d1d598c259f440 e5dc7f023c1545d7bc24aed14411d68c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 20:38:30.744 7 INFO neutron.services.segments.plugin [-] Segment d965d533-650b-47f8-a877-30786a26b8d7 resource provider aggregate not found 2026-05-08 20:38:30.754 7 INFO neutron.services.segments.plugin [-] Segment d965d533-650b-47f8-a877-30786a26b8d7 resource provider aggregate not found 2026-05-08 20:38:30.763 7 INFO neutron.services.segments.plugin [-] Segment d965d533-650b-47f8-a877-30786a26b8d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d965d533-650b-47f8-a877-30786a26b8d7 found for delete ", "request_id": "req-e78ba608-ddd5-49e6-b118-70c93de149fb"}]} 2026-05-08 20:38:30.769 7 INFO neutron.services.segments.plugin [-] Segment d965d533-650b-47f8-a877-30786a26b8d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d965d533-650b-47f8-a877-30786a26b8d7 found for delete ", "request_id": "req-f477da46-0d3f-4eb0-a5fc-dbbbf87b584f"}]} 2026-05-08 20:38:30.781 7 INFO neutron.db.l3_hamode_db [None req-77594946-013a-4bce-b027-6452d7c6ab8e 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] HA network 8ef1edc0-c88c-4a47-9128-d130763f2662 was deleted as no HA routers are present in tenant 8eb9cec6790544b8aafcd7fbc9a9d83d. [pid: 7|app: 0|req: 763/1546] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:30 2026] DELETE /v2.0/routers/74f9ca32-e1e8-4c48-a800-62e909922dbd => generated 0 bytes in 540 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:38:30.885 7 INFO neutron_taas.services.taas.taas_plugin [None req-922e14cb-0d92-4007-89e8-1af09003d4b2 d1503c9445884443a467d946e77ade54 9b2067e7911147ffa74aa5cd3b3d32c0 - - default default] TaaS: Handle Delete Port: 5bf132ba-a519-4e6c-ae77-5910ecb907be 2026-05-08 20:38:30.888 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-922e14cb-0d92-4007-89e8-1af09003d4b2 d1503c9445884443a467d946e77ade54 9b2067e7911147ffa74aa5cd3b3d32c0 - - default default] Tap Mirror: Handle Delete Port: 5bf132ba-a519-4e6c-ae77-5910ecb907be [pid: 7|app: 0|req: 764/1547] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:38:30 2026] DELETE /v2.0/ports/5bf132ba-a519-4e6c-ae77-5910ecb907be => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1548] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:30 2026] DELETE /v2.0/subnets/71b7c436-fab9-42bb-b2fd-55b524c4d97a => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:38:31.229 7 INFO neutron.pecan_wsgi.hooks.translation [None req-79e60974-2408-41fd-ad77-6bd18e9030b7 d1503c9445884443a467d946e77ade54 9b2067e7911147ffa74aa5cd3b3d32c0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 766/1549] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:38:31 2026] DELETE /v2.0/ports/5bf132ba-a519-4e6c-ae77-5910ecb907be => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1552] 10.0.0.181 () {34 vars in 668 bytes} [Fri May 8 20:38:30 2026] POST /v2.0/routers => generated 474 bytes in 741 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:38:31.334 7 INFO neutron_taas.services.taas.taas_plugin [None req-95cae718-e540-43ae-b595-2e41cdfdd4fa 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] TaaS: Handle Delete Port: c4198b70-f881-418e-ad71-4b7d9c5a54ef 2026-05-08 20:38:31.336 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95cae718-e540-43ae-b595-2e41cdfdd4fa 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Tap Mirror: Handle Delete Port: c4198b70-f881-418e-ad71-4b7d9c5a54ef 2026-05-08 20:38:31.346 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c5b63733-366a-4b07-979f-911eb830bf52 d1503c9445884443a467d946e77ade54 9b2067e7911147ffa74aa5cd3b3d32c0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 785/1553] 10.0.0.181 () {32 vars in 717 bytes} [Fri May 8 20:38:31 2026] GET /v2.0/ports/5bf132ba-a519-4e6c-ae77-5910ecb907be => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1554] 10.0.0.181 () {34 vars in 751 bytes} [Fri May 8 20:38:31 2026] PUT /v2.0/routers/25a84a1d-3bbb-43cd-9d1a-ab36b1799ea5/tags => generated 17 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1555] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:31 2026] DELETE /v2.0/networks/c26f1015-7f76-4008-a6af-75ec317271d2 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1556] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:31 2026] DELETE /v2.0/subnets/388f1a0e-bbfb-41d6-8d33-3a9bfb75477f => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1557] 10.0.0.181 () {34 vars in 751 bytes} [Fri May 8 20:38:31 2026] PUT /v2.0/routers/2d4baa3e-cacc-4075-95bb-db276e9c8d8a/tags => generated 25 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:38:31.678 8 INFO neutron.db.segments_db [None req-9ec042e2-ba0f-4c6e-b365-a811628a1f23 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Added segment c62fac40-713d-4b08-857e-a4312053a1aa of type vxlan for network 0c0bf65f-4782-4cfe-b1cb-7d3ddbd0e669 [pid: 8|app: 0|req: 788/1558] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:38:31 2026] POST /v2.0/networks => generated 629 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1559] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:31 2026] DELETE /v2.0/networks/5a9abea7-0794-4552-9c92-5df6b2353a71 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1560] 10.0.0.181 () {34 vars in 751 bytes} [Fri May 8 20:38:31 2026] PUT /v2.0/routers/9672d644-8ae6-4f7b-b0c5-6ae78f4f676c/tags => generated 34 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:38:31.893 8 INFO neutron.db.segments_db [None req-456b7fdb-c69e-45dc-8e95-a854aa6cc46d d1503c9445884443a467d946e77ade54 9b2067e7911147ffa74aa5cd3b3d32c0 - - default default] Added segment 02df9ad2-5683-446a-8715-70cb201f76d3 of type vxlan for network d55946d2-a09b-4b25-b91b-7691d4fa93ea [pid: 8|app: 0|req: 790/1561] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:38:31 2026] POST /v2.0/networks => generated 636 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1562] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:38:31 2026] POST /v2.0/subnets => generated 626 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1563] 10.0.0.181 () {34 vars in 751 bytes} [Fri May 8 20:38:31 2026] PUT /v2.0/routers/7976deb1-3752-4cf3-9fd9-0a2e4fafd6fb/tags => generated 19 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:38:32.115 8 INFO neutron.db.segments_db [None req-a197734a-22d9-477e-83f9-1ab1b68ff118 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Added segment b2a50dfe-37b6-4fa9-b1b1-2a2f9c9b126a of type vxlan for network f594a2a1-991c-4aa0-9e15-4ae843fcb9d1 [pid: 7|app: 0|req: 773/1564] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:38:32 2026] POST /v2.0/subnets => generated 646 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:38:32.343 8 INFO neutron.db.l3_hamode_db [None req-a197734a-22d9-477e-83f9-1ab1b68ff118 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 774/1565] 10.0.0.181 () {32 vars in 664 bytes} [Fri May 8 20:38:32 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:38:32.450 8 INFO neutron.db.l3_hamode_db [None req-a197734a-22d9-477e-83f9-1ab1b68ff118 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 775/1566] 10.0.0.181 () {34 vars in 665 bytes} [Fri May 8 20:38:32 2026] POST /v2.0/ports => generated 926 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1567] 10.0.0.181 () {32 vars in 678 bytes} [Fri May 8 20:38:32 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:32.795 7 INFO neutron.services.segments.plugin [-] Segment 77cb600d-fdf6-4525-9acc-060445bb289b resource provider aggregate not found 2026-05-08 20:38:32.797 7 INFO neutron.services.segments.plugin [-] Segment 77cb600d-fdf6-4525-9acc-060445bb289b resource provider aggregate not found 2026-05-08 20:38:32.814 7 INFO neutron.services.segments.plugin [-] Segment 77cb600d-fdf6-4525-9acc-060445bb289b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77cb600d-fdf6-4525-9acc-060445bb289b found for delete ", "request_id": "req-ae4cac05-38a1-4418-b1f4-970e9e828d39"}]} 2026-05-08 20:38:32.817 7 INFO neutron.services.segments.plugin [-] Segment 77cb600d-fdf6-4525-9acc-060445bb289b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77cb600d-fdf6-4525-9acc-060445bb289b found for delete ", "request_id": "req-4c2a048b-6aad-48eb-827d-44d1476030eb"}]} 2026-05-08 20:38:32.832 7 INFO neutron.services.segments.plugin [-] Segment 18b66af1-a9fd-4536-b5a4-322df86ef653 resource provider aggregate not found 2026-05-08 20:38:32.835 7 INFO neutron.services.segments.plugin [-] Segment 18b66af1-a9fd-4536-b5a4-322df86ef653 resource provider aggregate not found 2026-05-08 20:38:32.854 7 INFO neutron.services.segments.plugin [-] Segment 18b66af1-a9fd-4536-b5a4-322df86ef653 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18b66af1-a9fd-4536-b5a4-322df86ef653 found for delete ", "request_id": "req-489de80d-c3cd-44f2-8cad-258879300ffd"}]} 2026-05-08 20:38:32.856 7 INFO neutron.services.segments.plugin [-] Segment 18b66af1-a9fd-4536-b5a4-322df86ef653 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18b66af1-a9fd-4536-b5a4-322df86ef653 found for delete ", "request_id": "req-ff2a80eb-8cf2-436c-9954-af6500abe045"}]} 2026-05-08 20:38:32.867 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b1b618c-d3f9-48d9-b1f6-51e6189a1793 d1503c9445884443a467d946e77ade54 9b2067e7911147ffa74aa5cd3b3d32c0 - - default default] TaaS: Handle Delete Port: dd86573c-4b05-46df-b2eb-24f58eb058ab 2026-05-08 20:38:32.870 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b1b618c-d3f9-48d9-b1f6-51e6189a1793 d1503c9445884443a467d946e77ade54 9b2067e7911147ffa74aa5cd3b3d32c0 - - default default] Tap Mirror: Handle Delete Port: dd86573c-4b05-46df-b2eb-24f58eb058ab [pid: 7|app: 0|req: 777/1568] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:38:32 2026] DELETE /v2.0/ports/dd86573c-4b05-46df-b2eb-24f58eb058ab => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1569] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:38:32 2026] POST /v2.0/routers => generated 507 bytes in 983 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1570] 10.0.0.181 () {32 vars in 674 bytes} [Fri May 8 20:38:32 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:33.070 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e047cf9b-a12d-4b55-9930-bfb30e85c97f d1503c9445884443a467d946e77ade54 9b2067e7911147ffa74aa5cd3b3d32c0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 793/1571] 10.0.0.181 () {32 vars in 717 bytes} [Fri May 8 20:38:33 2026] GET /v2.0/ports/dd86573c-4b05-46df-b2eb-24f58eb058ab => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1572] 10.0.0.181 () {32 vars in 686 bytes} [Fri May 8 20:38:33 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1573] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:33 2026] DELETE /v2.0/subnets/2e4bbe60-b2ec-4ecd-97b3-39ae179df10c => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1574] 10.0.0.181 () {32 vars in 672 bytes} [Fri May 8 20:38:33 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:33.438 8 INFO neutron.services.segments.plugin [-] Segment 02df9ad2-5683-446a-8715-70cb201f76d3 resource provider aggregate not found 2026-05-08 20:38:33.444 8 INFO neutron.services.segments.plugin [-] Segment 02df9ad2-5683-446a-8715-70cb201f76d3 resource provider aggregate not found 2026-05-08 20:38:33.460 8 INFO neutron.services.segments.plugin [-] Segment 02df9ad2-5683-446a-8715-70cb201f76d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02df9ad2-5683-446a-8715-70cb201f76d3 found for delete ", "request_id": "req-d5c547ef-5f35-4ace-953c-ee96c2465b64"}]} 2026-05-08 20:38:33.478 8 INFO neutron.services.segments.plugin [-] Segment 02df9ad2-5683-446a-8715-70cb201f76d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02df9ad2-5683-446a-8715-70cb201f76d3 found for delete ", "request_id": "req-04d9560e-c3db-4491-88aa-eb36b0c8c2f3"}]} [pid: 8|app: 0|req: 797/1575] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:33 2026] DELETE /v2.0/networks/d55946d2-a09b-4b25-b91b-7691d4fa93ea => 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: 798/1576] 10.0.0.181 () {32 vars in 686 bytes} [Fri May 8 20:38:33 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1577] 10.0.0.181 () {34 vars in 665 bytes} [Fri May 8 20:38:33 2026] POST /v2.0/ports => generated 779 bytes in 299 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: 800/1578] 10.0.0.181 () {32 vars in 682 bytes} [Fri May 8 20:38:33 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1579] 10.0.0.181 () {34 vars in 783 bytes} [Fri May 8 20:38:33 2026] PUT /v2.0/routers/3e154087-dda4-4bc4-afd9-dbc9c3a41908/add_router_interface => generated 309 bytes in 1071 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1580] 10.0.0.181 () {34 vars in 737 bytes} [Fri May 8 20:38:33 2026] PUT /v2.0/ports/61f6d9d4-c40a-426c-852e-6d11dabb70d1 => generated 752 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 802/1581] 10.0.0.181 () {32 vars in 717 bytes} [Fri May 8 20:38:34 2026] GET /v2.0/ports/5fd859e4-9792-4776-9a21-71b9a0a9cf4b => generated 955 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:34.368 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ff6d575-95fc-45b7-bd0c-6d3edd50235e d1503c9445884443a467d946e77ade54 9b2067e7911147ffa74aa5cd3b3d32c0 - - default default] TaaS: Handle Delete Port: 61f6d9d4-c40a-426c-852e-6d11dabb70d1 2026-05-08 20:38:34.371 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ff6d575-95fc-45b7-bd0c-6d3edd50235e d1503c9445884443a467d946e77ade54 9b2067e7911147ffa74aa5cd3b3d32c0 - - default default] Tap Mirror: Handle Delete Port: 61f6d9d4-c40a-426c-852e-6d11dabb70d1 [pid: 8|app: 0|req: 803/1582] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:38:34 2026] DELETE /v2.0/ports/61f6d9d4-c40a-426c-852e-6d11dabb70d1 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1583] 10.0.0.181 () {32 vars in 694 bytes} [Fri May 8 20:38:34 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1584] 10.0.0.181 () {32 vars in 643 bytes} [Fri May 8 20:38:34 2026] GET /v2.0/ports => generated 782 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1585] 10.0.0.181 () {32 vars in 721 bytes} [Fri May 8 20:38:34 2026] GET /v2.0/routers/25a84a1d-3bbb-43cd-9d1a-ab36b1799ea5 => generated 485 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:34.712 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9b4e312d-c76d-4389-9716-a3b08f277780 d1503c9445884443a467d946e77ade54 9b2067e7911147ffa74aa5cd3b3d32c0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 783/1586] 10.0.0.181 () {32 vars in 717 bytes} [Fri May 8 20:38:34 2026] GET /v2.0/ports/61f6d9d4-c40a-426c-852e-6d11dabb70d1 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:38:34.728 8 INFO neutron_taas.services.taas.taas_plugin [None req-930b358f-12a1-4398-ba23-899b0fa9fe63 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] TaaS: Handle Delete Port: 5fd859e4-9792-4776-9a21-71b9a0a9cf4b 2026-05-08 20:38:34.730 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-930b358f-12a1-4398-ba23-899b0fa9fe63 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Tap Mirror: Handle Delete Port: 5fd859e4-9792-4776-9a21-71b9a0a9cf4b [pid: 8|app: 0|req: 804/1587] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:38:34 2026] PUT /v2.0/routers/3e154087-dda4-4bc4-afd9-dbc9c3a41908/remove_router_interface => generated 309 bytes in 663 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1588] 10.0.0.181 () {32 vars in 643 bytes} [Fri May 8 20:38:35 2026] GET /v2.0/ports => generated 782 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1589] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:38:35 2026] GET /v2.0/ports?device_id=3e154087-dda4-4bc4-afd9-dbc9c3a41908 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1590] 10.0.0.181 () {32 vars in 717 bytes} [Fri May 8 20:38:35 2026] GET /v2.0/ports/0486adf3-a3f2-4744-89df-1a92306b9623 => generated 779 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1591] 10.0.0.181 () {34 vars in 742 bytes} [Fri May 8 20:38:34 2026] PUT /v2.0/routers/25a84a1d-3bbb-43cd-9d1a-ab36b1799ea5 => generated 485 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:35.222 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e68a588f-5701-4fe4-9601-1a2cdbdd876e d1503c9445884443a467d946e77ade54 9b2067e7911147ffa74aa5cd3b3d32c0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 785/1592] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:38:35 2026] DELETE /v2.0/ports/dd86573c-4b05-46df-b2eb-24f58eb058ab => 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: 786/1593] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:38:35 2026] GET /v2.0/ports?device_id=25a84a1d-3bbb-43cd-9d1a-ab36b1799ea5 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:38:35.251 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7bddb19e-9fdb-4269-9119-c32caceeb233 d1503c9445884443a467d946e77ade54 9b2067e7911147ffa74aa5cd3b3d32c0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 787/1594] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:35 2026] DELETE /v2.0/subnets/2e4bbe60-b2ec-4ecd-97b3-39ae179df10c => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:38:35.400 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebb01c5c-5fb4-42e5-8c0c-e35a4cfa2c88 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] TaaS: Handle Delete Port: 2cb2d961-8d57-4c8d-a111-a86ffc8ad044 2026-05-08 20:38:35.403 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebb01c5c-5fb4-42e5-8c0c-e35a4cfa2c88 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Tap Mirror: Handle Delete Port: 2cb2d961-8d57-4c8d-a111-a86ffc8ad044 2026-05-08 20:38:35.414 7 INFO neutron_taas.services.taas.taas_plugin [None req-a049a061-c51f-4bcc-bb04-58aa3ac491cf f0eda2efe5234294b0d1d598c259f440 e5dc7f023c1545d7bc24aed14411d68c - - default default] TaaS: Handle Delete Port: 10e03905-15f3-4e19-9e40-90a746d69f76 2026-05-08 20:38:35.416 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a049a061-c51f-4bcc-bb04-58aa3ac491cf f0eda2efe5234294b0d1d598c259f440 e5dc7f023c1545d7bc24aed14411d68c - - default default] Tap Mirror: Handle Delete Port: 10e03905-15f3-4e19-9e40-90a746d69f76 [pid: 7|app: 0|req: 788/1595] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:35 2026] DELETE /v2.0/routers/25a84a1d-3bbb-43cd-9d1a-ab36b1799ea5 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:38:35.570 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e5b3a0eb-b1cb-451c-8509-9a9751a9e5db d1503c9445884443a467d946e77ade54 9b2067e7911147ffa74aa5cd3b3d32c0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 789/1596] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:35 2026] DELETE /v2.0/subnets/388f1a0e-bbfb-41d6-8d33-3a9bfb75477f => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1597] 10.0.0.181 () {32 vars in 721 bytes} [Fri May 8 20:38:35 2026] GET /v2.0/routers/2d4baa3e-cacc-4075-95bb-db276e9c8d8a => generated 493 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:35.688 7 INFO neutron_taas.services.taas.taas_plugin [None req-7178d627-32db-444e-a7e4-d7a4e82ea012 d1503c9445884443a467d946e77ade54 9b2067e7911147ffa74aa5cd3b3d32c0 - - default default] TaaS: Handle Delete Port: 0486adf3-a3f2-4744-89df-1a92306b9623 2026-05-08 20:38:35.691 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7178d627-32db-444e-a7e4-d7a4e82ea012 d1503c9445884443a467d946e77ade54 9b2067e7911147ffa74aa5cd3b3d32c0 - - default default] Tap Mirror: Handle Delete Port: 0486adf3-a3f2-4744-89df-1a92306b9623 2026-05-08 20:38:35.724 8 INFO neutron.services.segments.plugin [-] Segment b2a50dfe-37b6-4fa9-b1b1-2a2f9c9b126a resource provider aggregate not found 2026-05-08 20:38:35.729 8 INFO neutron.services.segments.plugin [-] Segment b2a50dfe-37b6-4fa9-b1b1-2a2f9c9b126a resource provider aggregate not found 2026-05-08 20:38:35.746 8 INFO neutron.services.segments.plugin [-] Segment b2a50dfe-37b6-4fa9-b1b1-2a2f9c9b126a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2a50dfe-37b6-4fa9-b1b1-2a2f9c9b126a found for delete ", "request_id": "req-d1d37234-3869-4589-83ed-fe21802ed4a7"}]} 2026-05-08 20:38:35.751 8 INFO neutron.services.segments.plugin [-] Segment b2a50dfe-37b6-4fa9-b1b1-2a2f9c9b126a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2a50dfe-37b6-4fa9-b1b1-2a2f9c9b126a found for delete ", "request_id": "req-dee9aa65-ea0a-4228-ba3b-84f9938e8bb8"}]} 2026-05-08 20:38:35.759 8 INFO neutron.db.l3_hamode_db [None req-ebb01c5c-5fb4-42e5-8c0c-e35a4cfa2c88 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] HA network f594a2a1-991c-4aa0-9e15-4ae843fcb9d1 was deleted as no HA routers are present in tenant 8eb9cec6790544b8aafcd7fbc9a9d83d. [pid: 8|app: 0|req: 808/1598] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:35 2026] DELETE /v2.0/routers/3e154087-dda4-4bc4-afd9-dbc9c3a41908 => generated 0 bytes in 576 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1599] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:38:35 2026] DELETE /v2.0/ports/0486adf3-a3f2-4744-89df-1a92306b9623 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1600] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:35 2026] DELETE /v2.0/subnets/7cd69750-6461-4e82-af3f-34c059c92cb7 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:38:35.974 7 INFO neutron.services.segments.plugin [-] Segment 2ade3785-3949-4624-92fd-600d6c42b84e resource provider aggregate not found 2026-05-08 20:38:35.980 7 INFO neutron.services.segments.plugin [-] Segment 2ade3785-3949-4624-92fd-600d6c42b84e resource provider aggregate not found [pid: 7|app: 0|req: 793/1601] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:35 2026] DELETE /v2.0/networks/4873b1fe-8f51-4ff4-b6b7-8c57da86401d => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:38:36.010 7 INFO neutron.services.segments.plugin [-] Segment 2ade3785-3949-4624-92fd-600d6c42b84e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ade3785-3949-4624-92fd-600d6c42b84e found for delete ", "request_id": "req-50c9ca7a-c7be-422b-b9fd-5346efa08eea"}]} 2026-05-08 20:38:36.014 7 INFO neutron.services.segments.plugin [-] Segment 2ade3785-3949-4624-92fd-600d6c42b84e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ade3785-3949-4624-92fd-600d6c42b84e found for delete ", "request_id": "req-809a9f60-ded9-4596-82a3-8cf194497760"}]} [pid: 7|app: 0|req: 794/1602] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:36 2026] DELETE /v2.0/networks/0c0bf65f-4782-4cfe-b1cb-7d3ddbd0e669 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:38:36.151 7 INFO neutron.db.segments_db [None req-fbc316a5-6484-4f06-b322-7425bb0d6c90 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Added segment 1590983d-e1fa-48f8-9fec-09aab1651d72 of type vxlan for network 4843359a-7e18-4386-b314-1dbef1a6ee51 [pid: 8|app: 0|req: 809/1603] 10.0.0.181 () {34 vars in 742 bytes} [Fri May 8 20:38:35 2026] PUT /v2.0/routers/2d4baa3e-cacc-4075-95bb-db276e9c8d8a => generated 493 bytes in 537 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:36.401 7 INFO neutron.db.l3_hamode_db [None req-fbc316a5-6484-4f06-b322-7425bb0d6c90 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 810/1604] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:38:36 2026] GET /v2.0/ports?device_id=2d4baa3e-cacc-4075-95bb-db276e9c8d8a => generated 12 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1605] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:36 2026] GET /v2.0/security-groups?tenant_id=9b2067e7911147ffa74aa5cd3b3d32c0&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:38:37.047 8 INFO neutron_taas.services.taas.taas_plugin [None req-e5366642-9430-4078-b26b-78387c3cd6a6 f0eda2efe5234294b0d1d598c259f440 e5dc7f023c1545d7bc24aed14411d68c - - default default] TaaS: Handle Delete Port: 26d2df6e-0b08-4f51-9fdb-1db8e4e3e8f2 2026-05-08 20:38:37.050 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5366642-9430-4078-b26b-78387c3cd6a6 f0eda2efe5234294b0d1d598c259f440 e5dc7f023c1545d7bc24aed14411d68c - - default default] Tap Mirror: Handle Delete Port: 26d2df6e-0b08-4f51-9fdb-1db8e4e3e8f2 2026-05-08 20:38:37.186 7 INFO neutron.db.l3_hamode_db [None req-fbc316a5-6484-4f06-b322-7425bb0d6c90 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 812/1606] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:36 2026] DELETE /v2.0/routers/2d4baa3e-cacc-4075-95bb-db276e9c8d8a => generated 0 bytes in 389 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1607] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:37 2026] DELETE /v2.0/security-groups/17c5076b-d6f8-4074-aa68-ea04fcafbc59 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1608] 10.0.0.181 () {32 vars in 721 bytes} [Fri May 8 20:38:37 2026] GET /v2.0/routers/9672d644-8ae6-4f7b-b0c5-6ae78f4f676c => generated 502 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1609] 10.0.0.181 () {34 vars in 742 bytes} [Fri May 8 20:38:37 2026] PUT /v2.0/routers/9672d644-8ae6-4f7b-b0c5-6ae78f4f676c => generated 502 bytes in 547 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1610] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:38:37 2026] GET /v2.0/ports?device_id=9672d644-8ae6-4f7b-b0c5-6ae78f4f676c => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:38:38.057 7 INFO neutron.services.segments.plugin [-] Segment c62fac40-713d-4b08-857e-a4312053a1aa resource provider aggregate not found 2026-05-08 20:38:38.065 7 INFO neutron.services.segments.plugin [-] Segment c62fac40-713d-4b08-857e-a4312053a1aa resource provider aggregate not found 2026-05-08 20:38:38.082 7 INFO neutron.services.segments.plugin [-] Segment c62fac40-713d-4b08-857e-a4312053a1aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c62fac40-713d-4b08-857e-a4312053a1aa found for delete ", "request_id": "req-f3adada8-0979-4ea7-afc8-40540ebf91ec"}]} 2026-05-08 20:38:38.103 7 INFO neutron.services.segments.plugin [-] Segment c62fac40-713d-4b08-857e-a4312053a1aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c62fac40-713d-4b08-857e-a4312053a1aa found for delete ", "request_id": "req-fbcdcaf2-eb3f-4810-8866-1d68fc23a138"}]} 2026-05-08 20:38:38.160 8 INFO neutron_taas.services.taas.taas_plugin [None req-4408159d-6232-4e66-a593-448fce85cb0e f0eda2efe5234294b0d1d598c259f440 e5dc7f023c1545d7bc24aed14411d68c - - default default] TaaS: Handle Delete Port: 182f3658-b729-47d6-8497-a4761e62902a 2026-05-08 20:38:38.162 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4408159d-6232-4e66-a593-448fce85cb0e f0eda2efe5234294b0d1d598c259f440 e5dc7f023c1545d7bc24aed14411d68c - - default default] Tap Mirror: Handle Delete Port: 182f3658-b729-47d6-8497-a4761e62902a [pid: 7|app: 0|req: 795/1611] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:38:36 2026] POST /v2.0/routers => generated 688 bytes in 2071 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1612] 10.0.0.181 () {32 vars in 721 bytes} [Fri May 8 20:38:38 2026] GET /v2.0/routers/e6546115-eb8f-4953-b0a7-92a34f6aeb11 => generated 694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1613] 10.0.0.181 () {32 vars in 647 bytes} [Fri May 8 20:38:38 2026] GET /v2.0/routers => generated 697 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1614] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:37 2026] DELETE /v2.0/routers/9672d644-8ae6-4f7b-b0c5-6ae78f4f676c => generated 0 bytes in 382 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1615] 10.0.0.181 () {32 vars in 721 bytes} [Fri May 8 20:38:38 2026] GET /v2.0/routers/7976deb1-3752-4cf3-9fd9-0a2e4fafd6fb => generated 487 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1616] 10.0.0.181 () {34 vars in 741 bytes} [Fri May 8 20:38:38 2026] PUT /v2.0/routers/e6546115-eb8f-4953-b0a7-92a34f6aeb11 => generated 701 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1617] 10.0.0.181 () {32 vars in 721 bytes} [Fri May 8 20:38:38 2026] GET /v2.0/routers/e6546115-eb8f-4953-b0a7-92a34f6aeb11 => generated 701 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1618] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:38:38 2026] GET /v2.0/ports?device_id=e6546115-eb8f-4953-b0a7-92a34f6aeb11 => 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: 819/1619] 10.0.0.181 () {34 vars in 742 bytes} [Fri May 8 20:38:38 2026] PUT /v2.0/routers/7976deb1-3752-4cf3-9fd9-0a2e4fafd6fb => generated 487 bytes in 482 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1620] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:38:38 2026] GET /v2.0/ports?device_id=7976deb1-3752-4cf3-9fd9-0a2e4fafd6fb => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:38:39.058 7 INFO neutron_taas.services.taas.taas_plugin [None req-99da0d7a-a3ce-4543-9038-e8a0d561d5d6 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] TaaS: Handle Delete Port: 6240b19a-8fe0-4f87-bcfb-395095dc09aa 2026-05-08 20:38:39.061 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99da0d7a-a3ce-4543-9038-e8a0d561d5d6 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Tap Mirror: Handle Delete Port: 6240b19a-8fe0-4f87-bcfb-395095dc09aa 2026-05-08 20:38:39.062 8 INFO neutron_taas.services.taas.taas_plugin [None req-f97820cf-ae0b-4820-9201-649e36ee76f9 f0eda2efe5234294b0d1d598c259f440 e5dc7f023c1545d7bc24aed14411d68c - - default default] TaaS: Handle Delete Port: 0dd3d6bc-992d-4d2a-a893-c49122e5db1e 2026-05-08 20:38:39.064 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f97820cf-ae0b-4820-9201-649e36ee76f9 f0eda2efe5234294b0d1d598c259f440 e5dc7f023c1545d7bc24aed14411d68c - - default default] Tap Mirror: Handle Delete Port: 0dd3d6bc-992d-4d2a-a893-c49122e5db1e [pid: 8|app: 0|req: 821/1621] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:38 2026] DELETE /v2.0/routers/7976deb1-3752-4cf3-9fd9-0a2e4fafd6fb => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1622] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:39 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:39.309 7 INFO neutron_taas.services.taas.taas_plugin [None req-99da0d7a-a3ce-4543-9038-e8a0d561d5d6 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] TaaS: Handle Delete Port: d47104fa-7a85-496c-9d91-b935a8e57fa7 2026-05-08 20:38:39.312 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99da0d7a-a3ce-4543-9038-e8a0d561d5d6 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] Tap Mirror: Handle Delete Port: d47104fa-7a85-496c-9d91-b935a8e57fa7 [pid: 8|app: 0|req: 823/1623] 10.0.0.181 () {32 vars in 721 bytes} [Fri May 8 20:38:39 2026] GET /v2.0/routers/dfb39bb4-570e-4d1f-b11e-40a87854db90 => generated 480 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1624] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:38:39 2026] GET /v2.0/security-groups?id=c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:39.651 7 INFO neutron.db.l3_hamode_db [None req-99da0d7a-a3ce-4543-9038-e8a0d561d5d6 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] HA network 4843359a-7e18-4386-b314-1dbef1a6ee51 was deleted as no HA routers are present in tenant 8eb9cec6790544b8aafcd7fbc9a9d83d. [pid: 7|app: 0|req: 801/1625] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:38 2026] DELETE /v2.0/routers/e6546115-eb8f-4953-b0a7-92a34f6aeb11 => generated 0 bytes in 809 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1626] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:39 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1627] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:38:39 2026] GET /v2.0/ports?device_id=e6546115-eb8f-4953-b0a7-92a34f6aeb11 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1628] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:38:39 2026] GET /v2.0/security-groups?id=c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:39.785 7 INFO neutron.api.v2.resource [None req-8d73d7b4-42ed-4b8b-a8fb-5fe32eb58e46 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 805/1629] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:39 2026] DELETE /v2.0/routers/e6546115-eb8f-4953-b0a7-92a34f6aeb11 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1630] 10.0.0.181 () {34 vars in 742 bytes} [Fri May 8 20:38:39 2026] PUT /v2.0/routers/dfb39bb4-570e-4d1f-b11e-40a87854db90 => generated 480 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1631] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:38:39 2026] GET /v2.0/ports?device_id=3e154087-dda4-4bc4-afd9-dbc9c3a41908 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1632] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:38:39 2026] GET /v2.0/ports?device_id=dfb39bb4-570e-4d1f-b11e-40a87854db90 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:38:39.836 7 INFO neutron.api.v2.resource [None req-9a30f802-5c05-47c8-966b-233f242f579c 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 807/1633] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:39 2026] DELETE /v2.0/routers/3e154087-dda4-4bc4-afd9-dbc9c3a41908 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:38:39.857 7 INFO neutron.pecan_wsgi.hooks.translation [None req-63eaf8d9-d58d-4e91-bb0a-726a7cf9a9ea 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 808/1634] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:39 2026] DELETE /v2.0/subnets/7cd69750-6461-4e82-af3f-34c059c92cb7 => 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: 809/1635] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:38:39 2026] GET /v2.0/ports?device_id=74f9ca32-e1e8-4c48-a800-62e909922dbd => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:38:39.899 7 INFO neutron.api.v2.resource [None req-dffc2314-30c3-4c82-9865-42351b554d03 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 810/1636] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:39 2026] DELETE /v2.0/routers/74f9ca32-e1e8-4c48-a800-62e909922dbd => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:38:39.917 7 INFO neutron.pecan_wsgi.hooks.translation [None req-734d16d2-b62d-4567-bb55-8588b8253d59 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 811/1637] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:39 2026] DELETE /v2.0/subnets/71b7c436-fab9-42bb-b2fd-55b524c4d97a => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1638] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:38:39 2026] GET /v2.0/ports?device_id=d1266368-37cd-4ab2-8cb8-85bde6f1db68 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:38:39.955 7 INFO neutron.api.v2.resource [None req-c57d6c6b-7dcf-4b1f-8cc5-ca83348ed5e8 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 813/1639] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:39 2026] DELETE /v2.0/routers/d1266368-37cd-4ab2-8cb8-85bde6f1db68 => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:38:39.966 8 INFO neutron_taas.services.taas.taas_plugin [None req-98910952-e5dd-4e7c-a204-3ac092ab4f98 f0eda2efe5234294b0d1d598c259f440 e5dc7f023c1545d7bc24aed14411d68c - - default default] TaaS: Handle Delete Port: 70222ee5-46de-4389-8a0f-b426710a5c61 2026-05-08 20:38:39.970 7 INFO neutron.pecan_wsgi.hooks.translation [None req-114fb903-4e02-413e-8ddd-d73e8af922b2 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] DELETE failed (client error): The resource could not be found. 2026-05-08 20:38:39.971 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98910952-e5dd-4e7c-a204-3ac092ab4f98 f0eda2efe5234294b0d1d598c259f440 e5dc7f023c1545d7bc24aed14411d68c - - default default] Tap Mirror: Handle Delete Port: 70222ee5-46de-4389-8a0f-b426710a5c61 [pid: 7|app: 0|req: 814/1640] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:39 2026] DELETE /v2.0/subnets/09de6668-5783-46f8-8fd8-864c0fae44a5 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:38:39.990 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1701e1ca-ae0d-4764-bad6-dc74a11f3ffa 891b93d0f00146f08df23b9aedc995d0 8eb9cec6790544b8aafcd7fbc9a9d83d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 815/1641] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:39 2026] DELETE /v2.0/subnets/3aba2009-5e2f-4f8a-bef6-e612116d272c => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:38:40.103 7 INFO neutron.services.segments.plugin [-] Segment 1590983d-e1fa-48f8-9fec-09aab1651d72 resource provider aggregate not found 2026-05-08 20:38:40.126 7 INFO neutron.services.segments.plugin [-] Segment 1590983d-e1fa-48f8-9fec-09aab1651d72 resource provider aggregate not found 2026-05-08 20:38:40.132 7 INFO neutron.services.segments.plugin [-] Segment 1590983d-e1fa-48f8-9fec-09aab1651d72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1590983d-e1fa-48f8-9fec-09aab1651d72 found for delete ", "request_id": "req-5f7b0ed3-460f-4699-9ad6-636b9ba267aa"}]} 2026-05-08 20:38:40.147 7 INFO neutron.services.segments.plugin [-] Segment 1590983d-e1fa-48f8-9fec-09aab1651d72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1590983d-e1fa-48f8-9fec-09aab1651d72 found for delete ", "request_id": "req-55bb1bb4-1921-48d7-8f01-acb8824fed35"}]} 2026-05-08 20:38:40.327 8 INFO neutron.services.segments.plugin [-] Segment 5e955123-d696-4afe-a5e8-e828605d8d4c resource provider aggregate not found 2026-05-08 20:38:40.331 8 INFO neutron.services.segments.plugin [-] Segment 5e955123-d696-4afe-a5e8-e828605d8d4c resource provider aggregate not found 2026-05-08 20:38:40.352 8 INFO neutron.services.segments.plugin [-] Segment 5e955123-d696-4afe-a5e8-e828605d8d4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e955123-d696-4afe-a5e8-e828605d8d4c found for delete ", "request_id": "req-abb3e3ef-7927-49c2-9aad-c3378b2bc8ef"}]} 2026-05-08 20:38:40.353 8 INFO neutron.db.l3_hamode_db [None req-98910952-e5dd-4e7c-a204-3ac092ab4f98 f0eda2efe5234294b0d1d598c259f440 e5dc7f023c1545d7bc24aed14411d68c - - default default] HA network 1d0e7d10-e042-47b3-9d5b-3459ff92bfc1 was deleted as no HA routers are present in tenant e5dc7f023c1545d7bc24aed14411d68c. 2026-05-08 20:38:40.357 8 INFO neutron.services.segments.plugin [-] Segment 5e955123-d696-4afe-a5e8-e828605d8d4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e955123-d696-4afe-a5e8-e828605d8d4c found for delete ", "request_id": "req-d99c1eef-9f06-436c-89bb-c539bb1d19c2"}]} [pid: 8|app: 0|req: 827/1642] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:39 2026] DELETE /v2.0/routers/dfb39bb4-570e-4d1f-b11e-40a87854db90 => generated 0 bytes in 533 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1643] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:40 2026] GET /v2.0/security-groups?tenant_id=8eb9cec6790544b8aafcd7fbc9a9d83d&name=default => generated 2925 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1644] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:40 2026] DELETE /v2.0/security-groups/85abb42d-783f-4dbe-8a96-24cc3c9cbb8c => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1645] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:40 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1646] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:38:40 2026] GET /v2.0/security-groups?id=c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1647] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:40 2026] GET /v2.0/security-groups?tenant_id=3a8f9c57a77948f4be6f279454684fb3&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: 830/1648] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:41 2026] GET /v2.0/security-groups?tenant_id=e5dc7f023c1545d7bc24aed14411d68c&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1649] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:41 2026] DELETE /v2.0/security-groups/15a317a2-1620-4239-a0be-dde77bf37b0c => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1650] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:41 2026] DELETE /v2.0/security-groups/62dfd674-4c11-4d40-ae68-8c0feea29e6d => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1651] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:41 2026] GET /v2.0/security-groups?tenant_id=2efdb915da1048109021fa215ee449d7&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1652] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:41 2026] DELETE /v2.0/security-groups/7e301573-c220-4e6d-8d74-98c9bbe94e97 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1653] 199.204.45.109 () {34 vars in 994 bytes} [Fri May 8 20:38:41 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:42.062 7 INFO neutron_taas.services.taas.taas_plugin [req-a5f28495-5b23-4d6b-9084-fceccc34ae80 req-57efe689-b1ba-44c2-abcd-c65f884ddb02 2060e50c52b7410ea9eca04eb09bde69 b144bee119de41bfabb97437a0c37ef1 - - default default] TaaS: Handle Delete Port: 791ce31b-fafa-490d-bdab-3fa116de6e0b [pid: 8|app: 0|req: 833/1654] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:41 2026] GET /v2.0/security-groups?tenant_id=d95120b98b544516bfd79926d47273b4&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:38:42.065 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a5f28495-5b23-4d6b-9084-fceccc34ae80 req-57efe689-b1ba-44c2-abcd-c65f884ddb02 2060e50c52b7410ea9eca04eb09bde69 b144bee119de41bfabb97437a0c37ef1 - - default default] Tap Mirror: Handle Delete Port: 791ce31b-fafa-490d-bdab-3fa116de6e0b [pid: 8|app: 0|req: 834/1655] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:42 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:42.184 7 INFO neutron.db.l3_db [req-a5f28495-5b23-4d6b-9084-fceccc34ae80 req-57efe689-b1ba-44c2-abcd-c65f884ddb02 2060e50c52b7410ea9eca04eb09bde69 b144bee119de41bfabb97437a0c37ef1 - - default default] Floating IP 2af7b0be-a9c5-44bd-9e86-80f5816f2b5a disassociated. External IP: 10.96.250.219, port: 791ce31b-fafa-490d-bdab-3fa116de6e0b. [pid: 8|app: 0|req: 835/1656] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:42 2026] DELETE /v2.0/security-groups/40ad0f30-d94b-4929-845d-04b98f3f751c => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1657] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:38:42 2026] GET /v2.0/security-groups?id=c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e&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: 822/1658] 199.204.45.109 () {36 vars in 997 bytes} [Fri May 8 20:38:41 2026] DELETE /v2.0/ports/791ce31b-fafa-490d-bdab-3fa116de6e0b => generated 0 bytes in 583 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:38:42.584 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-24dcae47-b69f-407f-ad45-3f689876e859'] response: {'server_uuid': '11646391-064d-4427-9d25-54a82ee0af10', 'name': 'network-vif-deleted', 'tag': '791ce31b-fafa-490d-bdab-3fa116de6e0b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 837/1659] 10.0.0.181 () {34 vars in 684 bytes} [Fri May 8 20:38:42 2026] POST /v2.0/security-groups => generated 1625 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1660] 10.0.0.181 () {32 vars in 663 bytes} [Fri May 8 20:38:43 2026] GET /v2.0/security-groups => generated 4530 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1661] 10.0.0.181 () {34 vars in 758 bytes} [Fri May 8 20:38:43 2026] PUT /v2.0/security-groups/e26ecc81-9503-4ca8-b58d-18a6080ec31e => generated 1663 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1662] 10.0.0.181 () {32 vars in 737 bytes} [Fri May 8 20:38:43 2026] GET /v2.0/security-groups/e26ecc81-9503-4ca8-b58d-18a6080ec31e => generated 1663 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1663] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:43 2026] DELETE /v2.0/security-groups/e26ecc81-9503-4ca8-b58d-18a6080ec31e => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1664] 10.0.0.181 () {32 vars in 663 bytes} [Fri May 8 20:38:43 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:38:43.334 7 INFO neutron.api.v2.resource [None req-95990559-edcb-4fa9-a6a1-38e9cad79939 c47f7e561eda4ab6808c5fc5a51b4cef 8a57fb7ea21b464bab1b941f21417b8f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 828/1665] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:43 2026] DELETE /v2.0/security-groups/e26ecc81-9503-4ca8-b58d-18a6080ec31e => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:38:43.410 8 INFO neutron.db.segments_db [None req-92c52ec0-6d79-4e36-9754-3dc24818e48a 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment c7a33887-9cb6-4599-9780-b671258a1c77 of type vxlan for network 7d331d7f-1a2f-457b-993c-30bdbf0c9a3d [pid: 7|app: 0|req: 829/1666] 10.0.0.181 () {34 vars in 684 bytes} [Fri May 8 20:38:43 2026] POST /v2.0/security-groups => generated 1623 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1667] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:43 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => 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: 838/1668] 10.0.0.181 () {34 vars in 671 bytes} [Fri May 8 20:38:43 2026] POST /v2.0/networks => generated 740 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1669] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:38:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1670] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:38:43 2026] GET /v2.0/security-group-rules/5a36d287-aa7b-4251-bb27-f72939ee1ea7 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1671] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:38:43 2026] POST /v2.0/subnets => generated 687 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1672] 10.0.0.181 () {32 vars in 673 bytes} [Fri May 8 20:38:43 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:38:43.752 8 INFO neutron.db.segments_db [None req-52b1ef0f-821f-4ee6-80dd-36cad791ed88 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment 746ac055-5020-4ecf-9162-ef4944a9f30f of type vxlan for network ada6e3d0-94e2-4d96-84d5-120390ef3171 [pid: 7|app: 0|req: 834/1673] 10.0.0.181 () {32 vars in 750 bytes} [Fri May 8 20:38:43 2026] DELETE /v2.0/security-group-rules/5a36d287-aa7b-4251-bb27-f72939ee1ea7 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1674] 10.0.0.181 () {32 vars in 673 bytes} [Fri May 8 20:38:43 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1675] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:38:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1676] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:38:43 2026] GET /v2.0/security-group-rules/7f80332d-6f8d-4f27-9ee5-814d8213210c => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:44.017 8 INFO neutron.db.l3_hamode_db [None req-52b1ef0f-821f-4ee6-80dd-36cad791ed88 991ebf80fd174736bef125ebf5c309b7 647820eac5bc4373a4df7e5909d8daad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 838/1677] 10.0.0.181 () {32 vars in 673 bytes} [Fri May 8 20:38:43 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1678] 10.0.0.181 () {32 vars in 750 bytes} [Fri May 8 20:38:44 2026] DELETE /v2.0/security-group-rules/7f80332d-6f8d-4f27-9ee5-814d8213210c => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1679] 10.0.0.181 () {32 vars in 673 bytes} [Fri May 8 20:38:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1680] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:38:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1681] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:38:44 2026] GET /v2.0/security-group-rules/3526bb3b-42ca-4725-b7a1-a34c39d2572d => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1682] 10.0.0.181 () {32 vars in 673 bytes} [Fri May 8 20:38:44 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1683] 10.0.0.181 () {32 vars in 750 bytes} [Fri May 8 20:38:44 2026] DELETE /v2.0/security-group-rules/3526bb3b-42ca-4725-b7a1-a34c39d2572d => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1684] 10.0.0.181 () {32 vars in 673 bytes} [Fri May 8 20:38:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1685] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:44 2026] DELETE /v2.0/security-groups/7f0a80dd-1e70-4d8c-b3dd-b5809d122540 => 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: 847/1686] 10.0.0.181 () {32 vars in 663 bytes} [Fri May 8 20:38:44 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: 7|app: 0|req: 848/1687] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:44 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => 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: 849/1688] 10.0.0.181 () {32 vars in 663 bytes} [Fri May 8 20:38:44 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:38:44.835 8 INFO neutron.db.l3_hamode_db [None req-52b1ef0f-821f-4ee6-80dd-36cad791ed88 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 850/1689] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:45 2026] GET /v2.0/security-groups?tenant_id=8a57fb7ea21b464bab1b941f21417b8f&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1690] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:45 2026] DELETE /v2.0/security-groups/bf0b2d28-166a-42ea-a7d4-47aa612b5004 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1691] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:45 2026] GET /v2.0/ports?device_id=11646391-064d-4427-9d25-54a82ee0af10 => 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: 840/1692] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:38:43 2026] POST /v2.0/routers => generated 727 bytes in 2018 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:38:46.694 8 INFO neutron.db.segments_db [None req-e3b11938-9f6e-4005-94d9-2c6476beb96b 06980cb887f145e9aceedadd8ae54d56 742f9cc2b60248d388e50132031da8ac - - default default] Added segment 3ac8986a-e613-4788-9371-ac4b99a14af3 of type vxlan for network f73d8b52-1070-4d2f-b204-b9d78df13349 [pid: 7|app: 0|req: 853/1695] 10.0.0.181 () {34 vars in 783 bytes} [Fri May 8 20:38:45 2026] PUT /v2.0/routers/85566948-98d1-488b-8aa6-f4fef6f81bb9/add_router_interface => generated 309 bytes in 1045 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1696] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:38:46 2026] POST /v2.0/networks => generated 631 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1697] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:46 2026] DELETE /v2.0/security-groups/c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:38:46.871 7 INFO neutron.api.v2.resource [None req-71d3cc35-d9da-4651-8809-951d40af8d85 2060e50c52b7410ea9eca04eb09bde69 b144bee119de41bfabb97437a0c37ef1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 855/1698] 10.0.0.181 () {32 vars in 737 bytes} [Fri May 8 20:38:46 2026] GET /v2.0/security-groups/c79c27fb-ec0a-4e58-a9f5-288ba22f3a7e => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:38:46.969 7 INFO neutron_taas.services.taas.taas_plugin [None req-31831b0c-48b4-4607-bb5b-de111c1c4fb6 2060e50c52b7410ea9eca04eb09bde69 b144bee119de41bfabb97437a0c37ef1 - - default default] TaaS: Handle Delete Port: 959106d0-fc15-4019-bc3d-b3601df74cb7 2026-05-08 20:38:46.972 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31831b0c-48b4-4607-bb5b-de111c1c4fb6 2060e50c52b7410ea9eca04eb09bde69 b144bee119de41bfabb97437a0c37ef1 - - default default] Tap Mirror: Handle Delete Port: 959106d0-fc15-4019-bc3d-b3601df74cb7 [pid: 8|app: 0|req: 844/1699] 10.0.0.181 () {34 vars in 664 bytes} [Fri May 8 20:38:46 2026] POST /v2.0/ports => generated 743 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 856/1700] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:38:46 2026] DELETE /v2.0/floatingips/2af7b0be-a9c5-44bd-9e86-80f5816f2b5a => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1701] 10.0.0.181 () {34 vars in 666 bytes} [Fri May 8 20:38:47 2026] POST /v2.0/trunks => generated 407 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:38:47.509 8 INFO neutron.db.segments_db [None req-903b609e-41a9-4861-ac43-81e464c005ea 06980cb887f145e9aceedadd8ae54d56 742f9cc2b60248d388e50132031da8ac - - default default] Added segment c1ce9a89-8c38-43a9-b423-023fcc7e6b98 of type vxlan for network a9baa27d-87d3-414f-9e6f-3125441533dc 2026-05-08 20:38:47.664 7 INFO neutron_taas.services.taas.taas_plugin [None req-9aa13ace-20cf-4179-94de-0d808869b41c 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: bba1cfd6-9e19-46b1-843e-c8aa4b0aa644 2026-05-08 20:38:47.667 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9aa13ace-20cf-4179-94de-0d808869b41c 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: bba1cfd6-9e19-46b1-843e-c8aa4b0aa644 [pid: 8|app: 0|req: 846/1702] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:38:47 2026] POST /v2.0/networks => generated 632 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1703] 10.0.0.181 () {34 vars in 664 bytes} [Fri May 8 20:38:47 2026] POST /v2.0/ports => generated 743 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 20:38:48.202 8 INFO neutron.db.segments_db [None req-4eb0f1ee-eca0-4154-80f0-90990315e581 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment 5fc29dd5-5c14-41b2-a039-33e9f9c47aff of type vxlan for network 545b8200-6c6f-4700-ad12-d8da47a2730e [pid: 8|app: 0|req: 848/1704] 10.0.0.181 () {34 vars in 671 bytes} [Fri May 8 20:38:48 2026] POST /v2.0/networks => generated 741 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1705] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:38:47 2026] PUT /v2.0/routers/a62db65e-8a27-4019-8f3d-ccd33b5e7537/remove_router_interface => generated 309 bytes in 1190 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1706] 10.0.0.181 () {34 vars in 666 bytes} [Fri May 8 20:38:48 2026] POST /v2.0/trunks => generated 407 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1707] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:38:48 2026] POST /v2.0/subnets => generated 688 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:38:48.641 7 INFO neutron.db.segments_db [None req-c6b876a0-e0b3-4fb5-91a2-d26fd1161b21 06980cb887f145e9aceedadd8ae54d56 742f9cc2b60248d388e50132031da8ac - - default default] Added segment b4103a04-e424-4eb2-aa24-63bea51d453c of type vxlan for network 2a452a39-85c4-429a-99bf-0d551ee70ae5 [pid: 7|app: 0|req: 859/1708] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:38:48 2026] POST /v2.0/networks => generated 632 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:38:48.760 7 INFO neutron.db.segments_db [None req-d038e674-b4f1-4598-8f78-8048684800f7 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Added segment 74e59e9e-616d-4adb-b801-a668a71b05ec of type vxlan for network bc5bbc2a-06aa-4524-9425-c2e2199a63b8 2026-05-08 20:38:48.763 8 INFO neutron_taas.services.taas.taas_plugin [None req-900cf728-a2fa-4099-ae48-08997d605862 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 4526de91-a754-4a14-b378-8e4c632655bc 2026-05-08 20:38:48.766 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-900cf728-a2fa-4099-ae48-08997d605862 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 4526de91-a754-4a14-b378-8e4c632655bc 2026-05-08 20:38:48.996 7 INFO neutron.db.l3_hamode_db [None req-d038e674-b4f1-4598-8f78-8048684800f7 991ebf80fd174736bef125ebf5c309b7 48ad797b8a334e2ea3040aefb5d7aef6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 20:38:49.052 8 INFO neutron_taas.services.taas.taas_plugin [None req-900cf728-a2fa-4099-ae48-08997d605862 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 3b56d422-2da7-4030-a44e-a8e47a1db75e 2026-05-08 20:38:49.057 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-900cf728-a2fa-4099-ae48-08997d605862 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 3b56d422-2da7-4030-a44e-a8e47a1db75e 2026-05-08 20:38:49.415 8 INFO neutron.services.segments.plugin [-] Segment 16e5e8a5-df1d-44cd-ad20-98c1e899d6a9 resource provider aggregate not found 2026-05-08 20:38:49.415 8 INFO neutron.services.segments.plugin [-] Segment 16e5e8a5-df1d-44cd-ad20-98c1e899d6a9 resource provider aggregate not found 2026-05-08 20:38:49.437 8 INFO neutron.services.segments.plugin [-] Segment 16e5e8a5-df1d-44cd-ad20-98c1e899d6a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16e5e8a5-df1d-44cd-ad20-98c1e899d6a9 found for delete ", "request_id": "req-d2fb0753-9d1d-4983-a9e7-e87bc17ab46a"}]} 2026-05-08 20:38:49.439 8 INFO neutron.services.segments.plugin [-] Segment 16e5e8a5-df1d-44cd-ad20-98c1e899d6a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16e5e8a5-df1d-44cd-ad20-98c1e899d6a9 found for delete ", "request_id": "req-73f1677c-351e-4950-a19d-4f4d3e6b1647"}]} 2026-05-08 20:38:49.449 8 INFO neutron.db.l3_hamode_db [None req-900cf728-a2fa-4099-ae48-08997d605862 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] HA network 6f3c37cc-b04c-4257-bbf9-21f89792302f was deleted as no HA routers are present in tenant b144bee119de41bfabb97437a0c37ef1. [pid: 8|app: 0|req: 850/1709] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:48 2026] DELETE /v2.0/routers/a62db65e-8a27-4019-8f3d-ccd33b5e7537 => generated 0 bytes in 955 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:38:49.745 7 INFO neutron.db.l3_hamode_db [None req-d038e674-b4f1-4598-8f78-8048684800f7 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 851/1710] 10.0.0.181 () {34 vars in 664 bytes} [Fri May 8 20:38:49 2026] POST /v2.0/ports => generated 743 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 852/1711] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:38:49 2026] DELETE /v2.0/subnets/34b5ac0a-3f59-4ec7-864e-0a8816abd46f => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1712] 10.0.0.181 () {34 vars in 666 bytes} [Fri May 8 20:38:49 2026] POST /v2.0/trunks => generated 407 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1713] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:50 2026] GET /v2.0/security-groups?tenant_id=d2f520919ab14570a75bd047ff43a571&name=default => generated 2925 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:38:50.541 8 INFO neutron_taas.services.taas.taas_plugin [None req-bbd66a6a-52bd-44e4-a99c-c7dfb80f4067 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 001db7ae-3c1a-47d9-a56c-c1e8e4fa674d 2026-05-08 20:38:50.543 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbd66a6a-52bd-44e4-a99c-c7dfb80f4067 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 001db7ae-3c1a-47d9-a56c-c1e8e4fa674d [pid: 7|app: 0|req: 860/1714] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:38:48 2026] POST /v2.0/routers => generated 728 bytes in 1956 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1715] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:50 2026] DELETE /v2.0/networks/3ebbe149-74d6-4503-b250-4447897e6f84 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:38:50.750 7 INFO neutron.db.segments_db [None req-266d0289-70be-4805-b49b-2b2e1985f80a 06980cb887f145e9aceedadd8ae54d56 742f9cc2b60248d388e50132031da8ac - - default default] Added segment 02cb0bd3-8f00-44c4-b58e-d14a3bf1f83f of type vxlan for network 0c4491fd-6a32-470b-a7b9-3227038f515e [pid: 8|app: 0|req: 856/1716] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:50 2026] DELETE /v2.0/security-groups/cd38e5cb-1bfa-4bd2-a448-1cb9f1180ae8 => 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: 861/1717] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:38:50 2026] POST /v2.0/networks => generated 632 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1718] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:50 2026] GET /v2.0/security-groups?tenant_id=b144bee119de41bfabb97437a0c37ef1&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1719] 10.0.0.181 () {34 vars in 664 bytes} [Fri May 8 20:38:50 2026] POST /v2.0/ports => generated 743 bytes in 329 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: 864/1720] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:51 2026] DELETE /v2.0/security-groups/85029bdc-1822-4ef9-a682-f1583496abf6 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:38:51.477 8 INFO neutron.services.segments.plugin [-] Segment b0c0dc90-eff3-4890-a797-d25b563e202e resource provider aggregate not found 2026-05-08 20:38:51.484 8 INFO neutron.services.segments.plugin [-] Segment b0c0dc90-eff3-4890-a797-d25b563e202e resource provider aggregate not found [pid: 7|app: 0|req: 865/1721] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:51 2026] GET /v2.0/security-groups?tenant_id=a8205e94c9504b41b5c9bfbcb3e6628b&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:38:51.493 8 INFO neutron.services.segments.plugin [-] Segment b0c0dc90-eff3-4890-a797-d25b563e202e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0c0dc90-eff3-4890-a797-d25b563e202e found for delete ", "request_id": "req-8a20a6f7-8c08-4f3b-8d0a-dcd0a966ceb6"}]} 2026-05-08 20:38:51.501 8 INFO neutron.services.segments.plugin [-] Segment b0c0dc90-eff3-4890-a797-d25b563e202e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0c0dc90-eff3-4890-a797-d25b563e202e found for delete ", "request_id": "req-7936f989-308d-4eee-aff1-299f7597ea7c"}]} [pid: 7|app: 0|req: 866/1722] 10.0.0.181 () {34 vars in 666 bytes} [Fri May 8 20:38:51 2026] POST /v2.0/trunks => generated 407 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1723] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:51 2026] DELETE /v2.0/security-groups/7437ca88-5c7d-4a48-8e1e-60d56d10cc6c => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:38:51.983 7 INFO neutron.db.segments_db [None req-13e374ae-a3c0-4540-aa7f-c89ca7032697 06980cb887f145e9aceedadd8ae54d56 742f9cc2b60248d388e50132031da8ac - - default default] Added segment 3cbb479a-fba1-4c32-b401-9fd69830e48a of type vxlan for network 5a4dcdfe-fa2a-4b7b-b9ec-9f982f9d4e14 [pid: 7|app: 0|req: 868/1724] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:38:51 2026] POST /v2.0/networks => generated 632 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1725] 10.0.0.181 () {34 vars in 783 bytes} [Fri May 8 20:38:50 2026] PUT /v2.0/routers/f6fe054c-8767-4e66-b65a-712f1ff6c5c5/add_router_interface => generated 309 bytes in 1260 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1726] 10.0.0.181 () {34 vars in 664 bytes} [Fri May 8 20:38:52 2026] POST /v2.0/ports => generated 743 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1727] 10.0.0.181 () {34 vars in 666 bytes} [Fri May 8 20:38:52 2026] POST /v2.0/trunks => generated 407 bytes in 233 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: 870/1728] 10.0.0.181 () {34 vars in 749 bytes} [Fri May 8 20:38:52 2026] PUT /v2.0/trunks/0be487dd-05c2-43bf-a94b-dfcc446aadec/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: 859/1729] 10.0.0.181 () {34 vars in 749 bytes} [Fri May 8 20:38:52 2026] PUT /v2.0/trunks/1b6c05fe-22e1-4a65-9f2c-b62744be42ae/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1730] 10.0.0.181 () {34 vars in 749 bytes} [Fri May 8 20:38:52 2026] PUT /v2.0/trunks/c42ecd2d-124f-4c87-9cdf-78f547ca2a0d/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1731] 10.0.0.181 () {34 vars in 749 bytes} [Fri May 8 20:38:52 2026] PUT /v2.0/trunks/b3d076a6-3659-4a98-a9fc-76f11b85ca2a/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1732] 10.0.0.181 () {34 vars in 685 bytes} [Fri May 8 20:38:52 2026] POST /v2.0/security-groups => generated 1673 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1733] 10.0.0.181 () {32 vars in 662 bytes} [Fri May 8 20:38:52 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1734] 10.0.0.181 () {32 vars in 676 bytes} [Fri May 8 20:38:52 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1735] 10.0.0.181 () {32 vars in 672 bytes} [Fri May 8 20:38:52 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1736] 10.0.0.181 () {32 vars in 684 bytes} [Fri May 8 20:38:52 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1737] 10.0.0.181 () {32 vars in 670 bytes} [Fri May 8 20:38:52 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1738] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:38:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1739] 10.0.0.181 () {32 vars in 684 bytes} [Fri May 8 20:38:52 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1740] 10.0.0.181 () {32 vars in 680 bytes} [Fri May 8 20:38:53 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1741] 10.0.0.181 () {32 vars in 692 bytes} [Fri May 8 20:38:53 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => 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: 870/1742] 10.0.0.181 () {32 vars in 719 bytes} [Fri May 8 20:38:53 2026] GET /v2.0/trunks/0be487dd-05c2-43bf-a94b-dfcc446aadec => generated 412 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1743] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:38:53 2026] POST /v2.0/security-group-rules => generated 596 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1744] 10.0.0.181 () {32 vars in 717 bytes} [Fri May 8 20:38:53 2026] GET /v2.0/ports/14f95be2-2ce3-443d-98ab-13e6490527d5 => generated 826 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1745] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:38:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1746] 10.0.0.181 () {32 vars in 722 bytes} [Fri May 8 20:38:53 2026] DELETE /v2.0/trunks/0be487dd-05c2-43bf-a94b-dfcc446aadec => 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: 873/1747] 10.0.0.181 () {32 vars in 719 bytes} [Fri May 8 20:38:53 2026] GET /v2.0/trunks/1b6c05fe-22e1-4a65-9f2c-b62744be42ae => generated 420 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1748] 10.0.0.181 () {32 vars in 717 bytes} [Fri May 8 20:38:53 2026] GET /v2.0/ports/32304d83-ebf2-4a7f-89fb-b74a1c1ea523 => generated 826 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1749] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:38:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:38:53.478 7 INFO neutron.db.securitygroups_db [None req-4c789df2-620e-4528-a4b8-10e61cc0fb55 4d0105d135394897b35c0462b616c113 647820eac5bc4373a4df7e5909d8daad - - default default] Project 647820eac5bc4373a4df7e5909d8daad 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: 875/1750] 10.0.0.181 () {32 vars in 722 bytes} [Fri May 8 20:38:53 2026] DELETE /v2.0/trunks/1b6c05fe-22e1-4a65-9f2c-b62744be42ae => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1751] 10.0.0.181 () {32 vars in 719 bytes} [Fri May 8 20:38:53 2026] GET /v2.0/trunks/c42ecd2d-124f-4c87-9cdf-78f547ca2a0d => generated 429 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1752] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:38:53 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) [pid: 8|app: 0|req: 877/1753] 10.0.0.181 () {32 vars in 717 bytes} [Fri May 8 20:38:53 2026] GET /v2.0/ports/5310b23c-32e4-48b3-8b32-c5d918c815f2 => generated 826 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:38:53.618 7 INFO neutron.db.securitygroups_db [None req-db41f7ea-c589-412a-8d49-5a0a7846f730 4d0105d135394897b35c0462b616c113 647820eac5bc4373a4df7e5909d8daad - - default default] Project 647820eac5bc4373a4df7e5909d8daad 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: 878/1754] 10.0.0.181 () {32 vars in 722 bytes} [Fri May 8 20:38:53 2026] DELETE /v2.0/trunks/c42ecd2d-124f-4c87-9cdf-78f547ca2a0d => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1755] 10.0.0.181 () {32 vars in 719 bytes} [Fri May 8 20:38:53 2026] GET /v2.0/trunks/b3d076a6-3659-4a98-a9fc-76f11b85ca2a => generated 414 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1756] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:38:53 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: 880/1757] 10.0.0.181 () {32 vars in 717 bytes} [Fri May 8 20:38:53 2026] GET /v2.0/ports/f105dafd-7659-4fb1-84e5-d3e646bd15f6 => generated 826 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1758] 10.0.0.181 () {32 vars in 722 bytes} [Fri May 8 20:38:53 2026] DELETE /v2.0/trunks/b3d076a6-3659-4a98-a9fc-76f11b85ca2a => 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: 881/1759] 10.0.0.181 () {32 vars in 719 bytes} [Fri May 8 20:38:53 2026] GET /v2.0/trunks/e47fb7c3-68e9-4d34-ba26-b476c3adf994 => generated 407 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1760] 10.0.0.181 () {32 vars in 717 bytes} [Fri May 8 20:38:53 2026] GET /v2.0/ports/43b0958e-c414-4c86-876e-e53b167f1418 => generated 826 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1761] 10.0.0.181 () {32 vars in 722 bytes} [Fri May 8 20:38:53 2026] DELETE /v2.0/trunks/e47fb7c3-68e9-4d34-ba26-b476c3adf994 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:38:54.203 7 INFO neutron_taas.services.taas.taas_plugin [None req-d0cc18d5-130a-4c09-b715-31a00208a8de 06980cb887f145e9aceedadd8ae54d56 742f9cc2b60248d388e50132031da8ac - - default default] TaaS: Handle Delete Port: 14f95be2-2ce3-443d-98ab-13e6490527d5 2026-05-08 20:38:54.206 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0cc18d5-130a-4c09-b715-31a00208a8de 06980cb887f145e9aceedadd8ae54d56 742f9cc2b60248d388e50132031da8ac - - default default] Tap Mirror: Handle Delete Port: 14f95be2-2ce3-443d-98ab-13e6490527d5 [pid: 8|app: 0|req: 883/1762] 10.0.0.181 () {34 vars in 685 bytes} [Fri May 8 20:38:54 2026] POST /v2.0/security-groups => generated 1659 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1763] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:38:54 2026] DELETE /v2.0/ports/14f95be2-2ce3-443d-98ab-13e6490527d5 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1764] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:38:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:38:54.470 7 INFO neutron_taas.services.taas.taas_plugin [None req-6cc33c6c-e1d7-444c-bea4-1c0bf47d45aa 06980cb887f145e9aceedadd8ae54d56 742f9cc2b60248d388e50132031da8ac - - default default] TaaS: Handle Delete Port: 32304d83-ebf2-4a7f-89fb-b74a1c1ea523 2026-05-08 20:38:54.485 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cc33c6c-e1d7-444c-bea4-1c0bf47d45aa 06980cb887f145e9aceedadd8ae54d56 742f9cc2b60248d388e50132031da8ac - - default default] Tap Mirror: Handle Delete Port: 32304d83-ebf2-4a7f-89fb-b74a1c1ea523 [pid: 7|app: 0|req: 881/1765] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:38:54 2026] DELETE /v2.0/ports/32304d83-ebf2-4a7f-89fb-b74a1c1ea523 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1766] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:38:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1767] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:54 2026] GET /v2.0/security-groups?tenant_id=7ee36dc9e4d2473cb286b2ac59b311d2&name=default => generated 2925 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:38:54.865 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab93059f-3743-410e-b186-932baf45c034 06980cb887f145e9aceedadd8ae54d56 742f9cc2b60248d388e50132031da8ac - - default default] TaaS: Handle Delete Port: 5310b23c-32e4-48b3-8b32-c5d918c815f2 2026-05-08 20:38:54.867 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab93059f-3743-410e-b186-932baf45c034 06980cb887f145e9aceedadd8ae54d56 742f9cc2b60248d388e50132031da8ac - - default default] Tap Mirror: Handle Delete Port: 5310b23c-32e4-48b3-8b32-c5d918c815f2 [pid: 7|app: 0|req: 883/1768] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:38:54 2026] DELETE /v2.0/ports/5310b23c-32e4-48b3-8b32-c5d918c815f2 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1769] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:54 2026] DELETE /v2.0/security-groups/2cc064e0-20c3-4109-802c-e3dc802fd2fb => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:38:55.186 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f5c6322-fbc7-4a83-80e3-924a0d4e14db 06980cb887f145e9aceedadd8ae54d56 742f9cc2b60248d388e50132031da8ac - - default default] TaaS: Handle Delete Port: f105dafd-7659-4fb1-84e5-d3e646bd15f6 2026-05-08 20:38:55.194 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f5c6322-fbc7-4a83-80e3-924a0d4e14db 06980cb887f145e9aceedadd8ae54d56 742f9cc2b60248d388e50132031da8ac - - default default] Tap Mirror: Handle Delete Port: f105dafd-7659-4fb1-84e5-d3e646bd15f6 [pid: 7|app: 0|req: 885/1770] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:38:55 2026] DELETE /v2.0/ports/f105dafd-7659-4fb1-84e5-d3e646bd15f6 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:38:55.359 7 INFO neutron_taas.services.taas.taas_plugin [None req-68947d99-6206-4ab6-b335-fe9f73fdbc7c 06980cb887f145e9aceedadd8ae54d56 742f9cc2b60248d388e50132031da8ac - - default default] TaaS: Handle Delete Port: 43b0958e-c414-4c86-876e-e53b167f1418 2026-05-08 20:38:55.362 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68947d99-6206-4ab6-b335-fe9f73fdbc7c 06980cb887f145e9aceedadd8ae54d56 742f9cc2b60248d388e50132031da8ac - - default default] Tap Mirror: Handle Delete Port: 43b0958e-c414-4c86-876e-e53b167f1418 [pid: 8|app: 0|req: 886/1771] 10.0.0.181 () {34 vars in 676 bytes} [Fri May 8 20:38:54 2026] POST /v2.0/floatingips => generated 552 bytes in 624 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1772] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:38:55 2026] DELETE /v2.0/ports/43b0958e-c414-4c86-876e-e53b167f1418 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1773] 10.0.0.169 () {34 vars in 1098 bytes} [Fri May 8 20:38:55 2026] GET /v2.0/security-groups?name=tempest-securitygroup--680752866&fields=id&tenant_id=647820eac5bc4373a4df7e5909d8daad => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:38:55.590 8 INFO neutron.services.segments.plugin [-] Segment 3ac8986a-e613-4788-9371-ac4b99a14af3 resource provider aggregate not found [pid: 7|app: 0|req: 888/1774] 10.0.0.169 () {34 vars in 1098 bytes} [Fri May 8 20:38:55 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-787396913&fields=id&tenant_id=647820eac5bc4373a4df7e5909d8daad => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:38:55.598 8 INFO neutron.services.segments.plugin [-] Segment 3ac8986a-e613-4788-9371-ac4b99a14af3 resource provider aggregate not found 2026-05-08 20:38:55.617 8 INFO neutron.services.segments.plugin [-] Segment 3ac8986a-e613-4788-9371-ac4b99a14af3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ac8986a-e613-4788-9371-ac4b99a14af3 found for delete ", "request_id": "req-1850fcde-708f-4a74-9355-83d9d1193be0"}]} 2026-05-08 20:38:55.619 8 INFO neutron.services.segments.plugin [-] Segment 3ac8986a-e613-4788-9371-ac4b99a14af3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ac8986a-e613-4788-9371-ac4b99a14af3 found for delete ", "request_id": "req-25bbc7bf-ae32-425b-bb74-c980e05e8450"}]} [pid: 8|app: 0|req: 887/1775] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:55 2026] DELETE /v2.0/networks/f73d8b52-1070-4d2f-b204-b9d78df13349 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1776] 10.0.0.169 () {34 vars in 982 bytes} [Fri May 8 20:38:55 2026] GET /v2.0/networks?id=7d331d7f-1a2f-457b-993c-30bdbf0c9a3d => generated 672 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1777] 10.0.0.169 () {34 vars in 965 bytes} [Fri May 8 20:38:55 2026] GET /v2.0/quotas/647820eac5bc4373a4df7e5909d8daad => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1778] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:55 2026] DELETE /v2.0/networks/a9baa27d-87d3-414f-9e6f-3125441533dc => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1779] 10.0.0.169 () {34 vars in 1002 bytes} [Fri May 8 20:38:55 2026] GET /v2.0/ports?tenant_id=647820eac5bc4373a4df7e5909d8daad&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: 890/1780] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:55 2026] DELETE /v2.0/networks/2a452a39-85c4-429a-99bf-0d551ee70ae5 => 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: 891/1781] 10.0.0.169 () {34 vars in 1008 bytes} [Fri May 8 20:38:55 2026] GET /v2.0/networks/7d331d7f-1a2f-457b-993c-30bdbf0c9a3d?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: 891/1782] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:55 2026] GET /v2.0/security-groups?tenant_id=550b0fd92e7d40fa921ba835d5f96399&name=default => generated 2925 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1783] 10.0.0.169 () {34 vars in 1108 bytes} [Fri May 8 20:38:56 2026] GET /v2.0/networks/7d331d7f-1a2f-457b-993c-30bdbf0c9a3d?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: 892/1784] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:56 2026] DELETE /v2.0/networks/0c4491fd-6a32-470b-a7b9-3227038f515e => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1785] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:56 2026] DELETE /v2.0/security-groups/d698efd8-c7c5-48c9-accc-5b46054e395d => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1786] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:56 2026] GET /v2.0/ports?device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => 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: 893/1787] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:38:56 2026] DELETE /v2.0/networks/5a4dcdfe-fa2a-4b7b-b9ec-9f982f9d4e14 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1788] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:57 2026] GET /v2.0/security-groups?tenant_id=742f9cc2b60248d388e50132031da8ac&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1789] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:57 2026] GET /v2.0/ports?device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => 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: 894/1790] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:57 2026] DELETE /v2.0/security-groups/495c453d-5a03-4bf3-9608-5ea7b2b7908a => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:38:57.632 8 INFO neutron.services.segments.plugin [-] Segment c1ce9a89-8c38-43a9-b423-023fcc7e6b98 resource provider aggregate not found 2026-05-08 20:38:57.637 8 INFO neutron.services.segments.plugin [-] Segment c1ce9a89-8c38-43a9-b423-023fcc7e6b98 resource provider aggregate not found [pid: 7|app: 0|req: 897/1791] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:57 2026] GET /v2.0/security-groups?tenant_id=db4bf61919044c50bbd27c9e6d474f30&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:38:57.653 8 INFO neutron.services.segments.plugin [-] Segment c1ce9a89-8c38-43a9-b423-023fcc7e6b98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1ce9a89-8c38-43a9-b423-023fcc7e6b98 found for delete ", "request_id": "req-c33e8378-e87f-483b-ab82-b3d3d949aed7"}]} 2026-05-08 20:38:57.660 8 INFO neutron.services.segments.plugin [-] Segment c1ce9a89-8c38-43a9-b423-023fcc7e6b98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1ce9a89-8c38-43a9-b423-023fcc7e6b98 found for delete ", "request_id": "req-6b23ec1c-abef-43d9-84ba-6f6ab2a64482"}]} 2026-05-08 20:38:57.676 8 INFO neutron.services.segments.plugin [-] Segment b4103a04-e424-4eb2-aa24-63bea51d453c resource provider aggregate not found 2026-05-08 20:38:57.681 8 INFO neutron.services.segments.plugin [-] Segment b4103a04-e424-4eb2-aa24-63bea51d453c resource provider aggregate not found 2026-05-08 20:38:57.699 8 INFO neutron.services.segments.plugin [-] Segment b4103a04-e424-4eb2-aa24-63bea51d453c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4103a04-e424-4eb2-aa24-63bea51d453c found for delete ", "request_id": "req-4013038f-3f03-45a3-a563-51eb05e7dbfb"}]} 2026-05-08 20:38:57.704 8 INFO neutron.services.segments.plugin [-] Segment b4103a04-e424-4eb2-aa24-63bea51d453c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4103a04-e424-4eb2-aa24-63bea51d453c found for delete ", "request_id": "req-e0b39442-f928-4b54-9178-6246edd9d9ba"}]} 2026-05-08 20:38:57.721 8 INFO neutron.services.segments.plugin [-] Segment 02cb0bd3-8f00-44c4-b58e-d14a3bf1f83f resource provider aggregate not found 2026-05-08 20:38:57.727 8 INFO neutron.services.segments.plugin [-] Segment 02cb0bd3-8f00-44c4-b58e-d14a3bf1f83f resource provider aggregate not found 2026-05-08 20:38:57.741 8 INFO neutron.services.segments.plugin [-] Segment 02cb0bd3-8f00-44c4-b58e-d14a3bf1f83f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02cb0bd3-8f00-44c4-b58e-d14a3bf1f83f found for delete ", "request_id": "req-f95a4275-bc69-491c-8c14-150b0a65646d"}]} 2026-05-08 20:38:57.749 8 INFO neutron.services.segments.plugin [-] Segment 02cb0bd3-8f00-44c4-b58e-d14a3bf1f83f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02cb0bd3-8f00-44c4-b58e-d14a3bf1f83f found for delete ", "request_id": "req-470f1882-7a95-44fb-92c3-09c59b252a2f"}]} 2026-05-08 20:38:57.768 8 INFO neutron.services.segments.plugin [-] Segment 3cbb479a-fba1-4c32-b401-9fd69830e48a resource provider aggregate not found 2026-05-08 20:38:57.775 8 INFO neutron.services.segments.plugin [-] Segment 3cbb479a-fba1-4c32-b401-9fd69830e48a resource provider aggregate not found 2026-05-08 20:38:57.792 8 INFO neutron.services.segments.plugin [-] Segment 3cbb479a-fba1-4c32-b401-9fd69830e48a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cbb479a-fba1-4c32-b401-9fd69830e48a found for delete ", "request_id": "req-9137aabb-51aa-47de-b93c-f482cb3a2583"}]} 2026-05-08 20:38:57.793 8 INFO neutron.services.segments.plugin [-] Segment 3cbb479a-fba1-4c32-b401-9fd69830e48a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cbb479a-fba1-4c32-b401-9fd69830e48a found for delete ", "request_id": "req-fff9461b-ea45-450f-8392-93c2e128bc1f"}]} [pid: 8|app: 0|req: 895/1792] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:57 2026] DELETE /v2.0/security-groups/3922b6d2-d789-46b8-aba0-f066198613b8 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1793] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:57 2026] GET /v2.0/security-groups?tenant_id=88869551a2de4cea83578307d122c9f6&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1794] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:58 2026] DELETE /v2.0/security-groups/c6632204-7240-4b68-a6e5-0358bbea3a21 => 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: 899/1795] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:58 2026] GET /v2.0/ports?device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1796] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:38:59 2026] GET /v2.0/ports?device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => 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: 897/1797] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:38:59 2026] GET /v2.0/security-groups?tenant_id=965577271f27473ea3efc6c6392f4555&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1798] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:38:59 2026] DELETE /v2.0/security-groups/81ab3f99-7b41-4a88-9e4a-08c0e09dfdf2 => 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: 898/1799] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:00 2026] GET /v2.0/security-groups?tenant_id=700674edb17e4b4e9faf979e8456d8fe&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1800] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:00 2026] DELETE /v2.0/security-groups/8521e560-85a2-4eb4-83d2-ab32ce3fba66 => 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: 899/1801] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:39:00 2026] GET /v2.0/networks?id=7d331d7f-1a2f-457b-993c-30bdbf0c9a3d => generated 672 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1802] 199.204.45.109 () {34 vars in 1050 bytes} [Fri May 8 20:39:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=647820eac5bc4373a4df7e5909d8daad => generated 272 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1803] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:00 2026] GET /v2.0/ports?device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => 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: 900/1804] 199.204.45.109 () {38 vars in 955 bytes} [Fri May 8 20:39:00 2026] POST /v2.0/ports => generated 993 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:39:01.037 7 WARNING keystonemiddleware.audit [req-f8393eb4-6812-4a55-8198-3d3ffe2d5c4c req-cfc1dfc0-f6f4-48bf-938c-5669d8394b90 4d0105d135394897b35c0462b616c113 647820eac5bc4373a4df7e5909d8daad - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 905/1807] 199.204.45.109 () {38 vars in 1028 bytes} [Fri May 8 20:39:01 2026] PUT /v2.0/ports/fcc5f565-5374-4bd0-bcd1-5dbb0f45f51b => generated 1274 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:39:01.473 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e34656f-f23d-48ca-a22c-bb58997509a2'] response: {'name': 'network-changed', 'server_uuid': '2f2623f7-7896-4f1b-ab2d-8d5cc9464768', 'tag': 'fcc5f565-5374-4bd0-bcd1-5dbb0f45f51b', '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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 906/1808] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:01 2026] GET /v2.0/ports?device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => generated 1008 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1809] 10.0.0.169 () {34 vars in 1120 bytes} [Fri May 8 20:39:01 2026] GET /v2.0/security-groups?id=9da4a0b0-ee8e-423d-a7e4-85593188887d&id=7572c1f4-4099-46b7-acc9-0e4ffd282e52&fields=id&fields=name => generated 205 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1810] 10.0.0.181 () {34 vars in 684 bytes} [Fri May 8 20:39:01 2026] POST /v2.0/security-groups => generated 1601 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1811] 10.0.0.181 () {34 vars in 767 bytes} [Fri May 8 20:39:01 2026] PUT /v2.0/security-groups/0ef4097b-d224-448f-8c70-6e7688b0815f/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:39:01.986 7 WARNING keystonemiddleware.audit [None req-ff3c219c-84a6-453e-b51d-0fd778212f1b 81928b827e254ac1aabaee7a7c60a702 3cce9d58507246f394174f28821e95e9 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 904/1812] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:39:01 2026] GET /v2.0/security-groups/0ef4097b-d224-448f-8c70-6e7688b0815f/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1813] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:39:01 2026] GET /v2.0/ports?tenant_id=647820eac5bc4373a4df7e5909d8daad&device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => generated 1277 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:39:02.037 7 WARNING keystonemiddleware.audit [req-41a17776-8d99-44e7-a87a-1576d3ba849b req-ddfbbdea-4501-4503-a785-f34c532d183a 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 905/1814] 10.0.0.181 () {34 vars in 778 bytes} [Fri May 8 20:39:01 2026] PUT /v2.0/security-groups/0ef4097b-d224-448f-8c70-6e7688b0815f/tags/green => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1815] 199.204.45.109 () {34 vars in 1018 bytes} [Fri May 8 20:39:02 2026] GET /v2.0/networks?tenant_id=647820eac5bc4373a4df7e5909d8daad&shared=False => generated 768 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:39:02.089 7 WARNING keystonemiddleware.audit [req-41a17776-8d99-44e7-a87a-1576d3ba849b req-b0a59a5a-c894-4150-9c79-689e71c12d90 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 906/1816] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:39:02 2026] GET /v2.0/security-groups/0ef4097b-d224-448f-8c70-6e7688b0815f/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1817] 199.204.45.109 () {34 vars in 930 bytes} [Fri May 8 20:39:02 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1818] 10.0.0.181 () {34 vars in 774 bytes} [Fri May 8 20:39:02 2026] PUT /v2.0/security-groups/0ef4097b-d224-448f-8c70-6e7688b0815f/tags/red => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1819] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:39:02 2026] GET /v2.0/security-groups/0ef4097b-d224-448f-8c70-6e7688b0815f/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1820] 10.0.0.181 () {34 vars in 796 bytes} [Fri May 8 20:39:02 2026] PUT /v2.0/security-groups/0ef4097b-d224-448f-8c70-6e7688b0815f/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1821] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:39:02 2026] GET /v2.0/security-groups/0ef4097b-d224-448f-8c70-6e7688b0815f/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1822] 10.0.0.181 () {34 vars in 767 bytes} [Fri May 8 20:39:02 2026] PUT /v2.0/security-groups/0ef4097b-d224-448f-8c70-6e7688b0815f/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1823] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:39:02 2026] GET /v2.0/security-groups/0ef4097b-d224-448f-8c70-6e7688b0815f/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1824] 10.0.0.181 () {32 vars in 755 bytes} [Fri May 8 20:39:02 2026] GET /v2.0/security-groups/0ef4097b-d224-448f-8c70-6e7688b0815f/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:39:02.481 7 INFO neutron.api.v2.resource [None req-18fa54e1-3715-4b40-8433-ca556cfb5227 81928b827e254ac1aabaee7a7c60a702 3cce9d58507246f394174f28821e95e9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 915/1825] 10.0.0.181 () {32 vars in 759 bytes} [Fri May 8 20:39:02 2026] GET /v2.0/security-groups/0ef4097b-d224-448f-8c70-6e7688b0815f/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1826] 10.0.0.181 () {32 vars in 758 bytes} [Fri May 8 20:39:02 2026] DELETE /v2.0/security-groups/0ef4097b-d224-448f-8c70-6e7688b0815f/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1827] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:39:02 2026] GET /v2.0/security-groups/0ef4097b-d224-448f-8c70-6e7688b0815f/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:39:02.633 8 INFO neutron.api.v2.resource [None req-d291bd24-309a-4805-914b-bede6f7d0749 81928b827e254ac1aabaee7a7c60a702 3cce9d58507246f394174f28821e95e9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 912/1828] 10.0.0.181 () {32 vars in 762 bytes} [Fri May 8 20:39:02 2026] DELETE /v2.0/security-groups/0ef4097b-d224-448f-8c70-6e7688b0815f/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1829] 10.0.0.181 () {32 vars in 750 bytes} [Fri May 8 20:39:02 2026] DELETE /v2.0/security-groups/0ef4097b-d224-448f-8c70-6e7688b0815f/tags => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1830] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:39:02 2026] GET /v2.0/security-groups/0ef4097b-d224-448f-8c70-6e7688b0815f/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: 918/1831] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:02 2026] DELETE /v2.0/security-groups/0ef4097b-d224-448f-8c70-6e7688b0815f => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1832] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:02 2026] GET /v2.0/ports?device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1833] 10.0.0.169 () {34 vars in 1120 bytes} [Fri May 8 20:39:02 2026] GET /v2.0/security-groups?id=9da4a0b0-ee8e-423d-a7e4-85593188887d&id=7572c1f4-4099-46b7-acc9-0e4ffd282e52&fields=id&fields=name => generated 205 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:39:03.153 8 WARNING keystonemiddleware.audit [req-5b6ba43e-c112-47ea-8a8d-c70268085626 req-05b9da44-79cd-4ff5-9d7c-f935b25ba12c 4d0105d135394897b35c0462b616c113 647820eac5bc4373a4df7e5909d8daad - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 915/1834] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:39:03 2026] GET /v2.0/ports?tenant_id=647820eac5bc4373a4df7e5909d8daad&device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => generated 1277 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:39:03.196 7 WARNING keystonemiddleware.audit [req-5b6ba43e-c112-47ea-8a8d-c70268085626 req-b516258f-afa2-4850-8640-6fb63084b4c6 4d0105d135394897b35c0462b616c113 647820eac5bc4373a4df7e5909d8daad - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 920/1835] 199.204.45.109 () {34 vars in 1058 bytes} [Fri May 8 20:39:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=fcc5f565-5374-4bd0-bcd1-5dbb0f45f51b => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:39:03.221 8 WARNING keystonemiddleware.audit [req-0eb82828-5da0-482b-8aee-8023283eec71 req-365fdf9e-e72f-4e90-b83e-fcf1d6b66f28 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 916/1836] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:39:03 2026] GET /v2.0/subnets?id=e11c20af-4646-4ce0-80f8-2703ea02a6c9 => generated 690 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:39:03.259 7 WARNING keystonemiddleware.audit [req-0eb82828-5da0-482b-8aee-8023283eec71 req-5b1e2b5a-f9d1-4d8e-81d6-e4dbfcecd701 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 921/1837] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:39:03 2026] GET /v2.0/ports?network_id=7d331d7f-1a2f-457b-993c-30bdbf0c9a3d&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:39:03.304 8 WARNING keystonemiddleware.audit [req-0eb82828-5da0-482b-8aee-8023283eec71 req-3fb6a263-3267-41b5-9319-abe8d598e8b0 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 917/1838] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:39:03 2026] GET /v2.0/networks/7d331d7f-1a2f-457b-993c-30bdbf0c9a3d?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:39:03.351 7 WARNING keystonemiddleware.audit [req-0eb82828-5da0-482b-8aee-8023283eec71 req-ba686830-3c9e-41f4-9d12-d8ce8c680515 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 922/1839] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:39:03 2026] GET /v2.0/networks/7d331d7f-1a2f-457b-993c-30bdbf0c9a3d?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: 918/1840] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:03 2026] GET /v2.0/security-groups?tenant_id=3cce9d58507246f394174f28821e95e9&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: 923/1841] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:03 2026] DELETE /v2.0/security-groups/ecca932e-e4dc-4cde-92e4-f5a6869f3ef7 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1842] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:04 2026] GET /v2.0/ports?device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => generated 1008 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1843] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:03 2026] GET /v2.0/security-groups?tenant_id=8e43bd9d6a754a29a2b79d54a044e428&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1844] 10.0.0.169 () {34 vars in 1120 bytes} [Fri May 8 20:39:04 2026] GET /v2.0/security-groups?id=9da4a0b0-ee8e-423d-a7e4-85593188887d&id=7572c1f4-4099-46b7-acc9-0e4ffd282e52&fields=id&fields=name => generated 205 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1845] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:04 2026] DELETE /v2.0/security-groups/5483d185-aa7a-4127-8b35-ce7ee27be8ba => 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: 925/1846] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:04 2026] GET /v2.0/security-groups?tenant_id=564e9926825741c99987d43d83bcaa2a&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1847] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:04 2026] DELETE /v2.0/security-groups/7cdbb17f-fd9e-453b-9ae0-821a6d092c15 => 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: 926/1848] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:04 2026] GET /v2.0/security-groups?tenant_id=342778f934c14af7aa957e1a0c4f9050&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1849] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:04 2026] DELETE /v2.0/security-groups/41951c0b-48af-4640-a122-843c939164c9 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1850] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:05 2026] GET /v2.0/ports?device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => generated 1008 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1851] 10.0.0.169 () {34 vars in 1120 bytes} [Fri May 8 20:39:05 2026] GET /v2.0/security-groups?id=9da4a0b0-ee8e-423d-a7e4-85593188887d&id=7572c1f4-4099-46b7-acc9-0e4ffd282e52&fields=id&fields=name => generated 205 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:39:06.529 7 WARNING keystonemiddleware.audit [req-80217d86-01b7-4157-b52e-041945023380 req-b888609f-97bf-4aaf-b24e-518166f3f813 4d0105d135394897b35c0462b616c113 647820eac5bc4373a4df7e5909d8daad - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 928/1852] 199.204.45.109 () {34 vars in 994 bytes} [Fri May 8 20:39:06 2026] GET /v2.0/ports?device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => generated 1277 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:39:06.579 8 WARNING keystonemiddleware.audit [req-80217d86-01b7-4157-b52e-041945023380 req-27466d49-95a8-48ce-9b29-e518557f0820 4d0105d135394897b35c0462b616c113 647820eac5bc4373a4df7e5909d8daad - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 925/1853] 199.204.45.109 () {34 vars in 1124 bytes} [Fri May 8 20:39:06 2026] GET /v2.0/security-groups?id=9da4a0b0-ee8e-423d-a7e4-85593188887d&id=7572c1f4-4099-46b7-acc9-0e4ffd282e52&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1854] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:06 2026] GET /v2.0/ports?device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1855] 10.0.0.169 () {34 vars in 1120 bytes} [Fri May 8 20:39:06 2026] GET /v2.0/security-groups?id=9da4a0b0-ee8e-423d-a7e4-85593188887d&id=7572c1f4-4099-46b7-acc9-0e4ffd282e52&fields=id&fields=name => generated 205 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1856] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:07 2026] GET /v2.0/ports?device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => generated 1010 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:39:08.078 7 INFO neutron.db.segments_db [None req-47dae9ea-48eb-4236-8f14-9028c41108b1 b217c811c3294269b932548b77e3fd20 5fa54595af0b4eaba73c573f18fb17f8 - - default default] Added segment 0610a551-65f3-4bf4-b2b1-1e25591cdd14 of type vxlan for network 617a06fd-ad6f-4889-b031-1e34bf8517ba [pid: 8|app: 0|req: 928/1857] 10.0.0.169 () {34 vars in 1120 bytes} [Fri May 8 20:39:08 2026] GET /v2.0/security-groups?id=9da4a0b0-ee8e-423d-a7e4-85593188887d&id=7572c1f4-4099-46b7-acc9-0e4ffd282e52&fields=id&fields=name => generated 205 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1858] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:39:07 2026] POST /v2.0/networks => generated 631 bytes in 546 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1859] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:39:08 2026] POST /v2.0/subnets => generated 626 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1860] 10.0.0.181 () {34 vars in 751 bytes} [Fri May 8 20:39:08 2026] PUT /v2.0/subnets/971eccb7-1d65-4b37-8ce7-b63a44bf6bf2/tags => generated 25 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1861] 10.0.0.181 () {32 vars in 731 bytes} [Fri May 8 20:39:08 2026] GET /v2.0/subnets/971eccb7-1d65-4b37-8ce7-b63a44bf6bf2/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1862] 10.0.0.181 () {34 vars in 762 bytes} [Fri May 8 20:39:08 2026] PUT /v2.0/subnets/971eccb7-1d65-4b37-8ce7-b63a44bf6bf2/tags/green => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1863] 10.0.0.181 () {32 vars in 731 bytes} [Fri May 8 20:39:08 2026] GET /v2.0/subnets/971eccb7-1d65-4b37-8ce7-b63a44bf6bf2/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: 933/1864] 10.0.0.181 () {34 vars in 758 bytes} [Fri May 8 20:39:08 2026] PUT /v2.0/subnets/971eccb7-1d65-4b37-8ce7-b63a44bf6bf2/tags/red => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1865] 10.0.0.181 () {32 vars in 731 bytes} [Fri May 8 20:39:08 2026] GET /v2.0/subnets/971eccb7-1d65-4b37-8ce7-b63a44bf6bf2/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1866] 10.0.0.181 () {34 vars in 780 bytes} [Fri May 8 20:39:08 2026] PUT /v2.0/subnets/971eccb7-1d65-4b37-8ce7-b63a44bf6bf2/tags/black.or.white => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1867] 10.0.0.181 () {32 vars in 731 bytes} [Fri May 8 20:39:08 2026] GET /v2.0/subnets/971eccb7-1d65-4b37-8ce7-b63a44bf6bf2/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1868] 10.0.0.181 () {34 vars in 751 bytes} [Fri May 8 20:39:08 2026] PUT /v2.0/subnets/971eccb7-1d65-4b37-8ce7-b63a44bf6bf2/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1869] 10.0.0.181 () {32 vars in 731 bytes} [Fri May 8 20:39:09 2026] GET /v2.0/subnets/971eccb7-1d65-4b37-8ce7-b63a44bf6bf2/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1870] 10.0.0.181 () {32 vars in 739 bytes} [Fri May 8 20:39:09 2026] GET /v2.0/subnets/971eccb7-1d65-4b37-8ce7-b63a44bf6bf2/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:39:09.177 8 INFO neutron.api.v2.resource [None req-5b4e9ef1-fe63-4973-a814-d608691a7f82 b217c811c3294269b932548b77e3fd20 5fa54595af0b4eaba73c573f18fb17f8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 935/1871] 10.0.0.181 () {32 vars in 743 bytes} [Fri May 8 20:39:09 2026] GET /v2.0/subnets/971eccb7-1d65-4b37-8ce7-b63a44bf6bf2/tags/green => generated 99 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1872] 10.0.0.181 () {32 vars in 742 bytes} [Fri May 8 20:39:09 2026] DELETE /v2.0/subnets/971eccb7-1d65-4b37-8ce7-b63a44bf6bf2/tags/red => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1873] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:09 2026] GET /v2.0/ports?device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => generated 1010 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1874] 10.0.0.169 () {34 vars in 1120 bytes} [Fri May 8 20:39:09 2026] GET /v2.0/security-groups?id=9da4a0b0-ee8e-423d-a7e4-85593188887d&id=7572c1f4-4099-46b7-acc9-0e4ffd282e52&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1875] 10.0.0.181 () {32 vars in 731 bytes} [Fri May 8 20:39:09 2026] GET /v2.0/subnets/971eccb7-1d65-4b37-8ce7-b63a44bf6bf2/tags => generated 30 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:39:09.360 7 INFO neutron.api.v2.resource [None req-a208f645-298b-46a1-9206-159ef94cb791 b217c811c3294269b932548b77e3fd20 5fa54595af0b4eaba73c573f18fb17f8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 939/1876] 10.0.0.181 () {32 vars in 746 bytes} [Fri May 8 20:39:09 2026] DELETE /v2.0/subnets/971eccb7-1d65-4b37-8ce7-b63a44bf6bf2/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1877] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:09 2026] GET /v2.0/ports?device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1878] 10.0.0.181 () {32 vars in 734 bytes} [Fri May 8 20:39:09 2026] DELETE /v2.0/subnets/971eccb7-1d65-4b37-8ce7-b63a44bf6bf2/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1879] 10.0.0.181 () {32 vars in 731 bytes} [Fri May 8 20:39:09 2026] GET /v2.0/subnets/971eccb7-1d65-4b37-8ce7-b63a44bf6bf2/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1880] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:39:09 2026] DELETE /v2.0/subnets/971eccb7-1d65-4b37-8ce7-b63a44bf6bf2 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:39:09.696 7 INFO neutron.services.segments.plugin [-] Segment 0610a551-65f3-4bf4-b2b1-1e25591cdd14 resource provider aggregate not found 2026-05-08 20:39:09.698 7 INFO neutron.services.segments.plugin [-] Segment 0610a551-65f3-4bf4-b2b1-1e25591cdd14 resource provider aggregate not found 2026-05-08 20:39:09.718 7 INFO neutron.services.segments.plugin [-] Segment 0610a551-65f3-4bf4-b2b1-1e25591cdd14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0610a551-65f3-4bf4-b2b1-1e25591cdd14 found for delete ", "request_id": "req-018e17ed-b08c-4e67-9786-faa68b812f57"}]} 2026-05-08 20:39:09.728 7 INFO neutron.services.segments.plugin [-] Segment 0610a551-65f3-4bf4-b2b1-1e25591cdd14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0610a551-65f3-4bf4-b2b1-1e25591cdd14 found for delete ", "request_id": "req-e99a0801-6b59-4ff4-99ac-29888239db97"}]} [pid: 7|app: 0|req: 943/1881] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:39:09 2026] DELETE /v2.0/networks/617a06fd-ad6f-4889-b031-1e34bf8517ba => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:39:09.789 8 INFO neutron.db.l3_db [None req-3e4ec06c-cc22-4ac6-a443-b11ed30079d8 4d0105d135394897b35c0462b616c113 647820eac5bc4373a4df7e5909d8daad - - default default] Floating IP 01bee543-4cf6-496d-b251-32796261d5f9 associated. External IP: 10.96.250.205, port: fcc5f565-5374-4bd0-bcd1-5dbb0f45f51b. [pid: 7|app: 0|req: 944/1882] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:09 2026] GET /v2.0/security-groups?tenant_id=81ec6d2ec8f740e3bc240cc91236f218&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1883] 10.0.0.181 () {34 vars in 749 bytes} [Fri May 8 20:39:09 2026] PUT /v2.0/floatingips/01bee543-4cf6-496d-b251-32796261d5f9 => generated 855 bytes in 753 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:39:10.205 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc19b6f6-1a72-44d0-b11f-aa9d7320eb9b'] response: {'name': 'network-changed', 'server_uuid': '2f2623f7-7896-4f1b-ab2d-8d5cc9464768', 'tag': 'fcc5f565-5374-4bd0-bcd1-5dbb0f45f51b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 945/1884] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:10 2026] DELETE /v2.0/security-groups/51d4a86c-8d91-40a8-8c4a-540d46c41ce7 => 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: 940/1885] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:10 2026] GET /v2.0/security-groups?tenant_id=5fa54595af0b4eaba73c573f18fb17f8&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:39:10.731 8 WARNING keystonemiddleware.audit [None req-a03e27f9-80a0-4665-a898-62a8b10a496a 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 941/1886] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:39:10 2026] GET /v2.0/ports?tenant_id=647820eac5bc4373a4df7e5909d8daad&device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => generated 1279 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1887] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:10 2026] GET /v2.0/security-groups?tenant_id=a7417ca1b2ae4df7afc6d3645eff43ae&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:39:10.857 7 WARNING keystonemiddleware.audit [None req-aae23164-770f-4eef-a41a-dca6d7463c0a 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 942/1888] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:10 2026] DELETE /v2.0/security-groups/f5045220-e9ec-45d8-854e-4daf01a90146 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1889] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:39:10 2026] GET /v2.0/networks?id=7d331d7f-1a2f-457b-993c-30bdbf0c9a3d => generated 768 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:39:10.908 7 WARNING keystonemiddleware.audit [req-7b4ff8f8-58b2-4d89-af19-084965c78d92 req-d5f743ef-e457-4d65-984d-83315d2046e6 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 948/1890] 199.204.45.109 () {34 vars in 1058 bytes} [Fri May 8 20:39:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=fcc5f565-5374-4bd0-bcd1-5dbb0f45f51b => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:39:10.959 7 WARNING keystonemiddleware.audit [req-7b4ff8f8-58b2-4d89-af19-084965c78d92 req-e037e650-a35f-4e9f-b20b-28d6c22cce5b 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 949/1891] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:39:10 2026] GET /v2.0/subnets?id=e11c20af-4646-4ce0-80f8-2703ea02a6c9 => generated 690 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1892] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:10 2026] DELETE /v2.0/security-groups/9c94e2fd-f8ae-4f1d-a4d1-074ebf373110 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:39:11.000 8 WARNING keystonemiddleware.audit [None req-0ea49606-b16b-49b4-a774-a7901fbcf67f 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 944/1893] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:39:10 2026] GET /v2.0/ports?network_id=7d331d7f-1a2f-457b-993c-30bdbf0c9a3d&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:39:11.047 8 WARNING keystonemiddleware.audit [req-7b4ff8f8-58b2-4d89-af19-084965c78d92 req-bfafe272-d535-46c0-8c7b-0392d310a083 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 945/1894] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:39:11 2026] GET /v2.0/networks/7d331d7f-1a2f-457b-993c-30bdbf0c9a3d?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:39:11.100 8 WARNING keystonemiddleware.audit [req-7b4ff8f8-58b2-4d89-af19-084965c78d92 req-cc03e8c6-18e8-4fe5-b827-eeef3f34f7e1 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 950/1895] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:10 2026] GET /v2.0/security-groups?tenant_id=e0364e7be7fb494a94d097a533338db3&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1896] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:39:11 2026] GET /v2.0/networks/7d331d7f-1a2f-457b-993c-30bdbf0c9a3d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1897] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:11 2026] DELETE /v2.0/security-groups/d4bf0bdb-b095-4ff9-b7cb-c2905cd13199 => 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: 947/1898] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:11 2026] GET /v2.0/security-groups?tenant_id=5a4d0e03b82c424bac3790062ec8f403&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1899] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:11 2026] DELETE /v2.0/security-groups/9de85b51-2a07-4453-be81-27205764e380 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1900] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:13 2026] GET /v2.0/security-groups?tenant_id=ee90d47f48e940c9b66fff108cc8b48f&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1901] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:14 2026] DELETE /v2.0/security-groups/c642ef01-9134-415a-97d8-a307a5357916 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:39:14.724 8 INFO neutron.db.segments_db [None req-7aac50eb-0e2a-406a-8a4e-5b8f5cfcc448 695194651107482ba897e99cf153d00c 60d0ecdfee45479e9ea90e5b16781de3 - - default default] Added segment dd367aa5-3c45-450a-8a09-a74fba0e055f of type vxlan for network 08c24ea9-0f4f-4553-a784-930bcfeed223 [pid: 8|app: 0|req: 949/1902] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:39:14 2026] POST /v2.0/networks => generated 632 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:39:14.864 7 INFO neutron.db.segments_db [None req-7b8d8c6d-dbd7-4dce-949a-a31282f3f4e0 695194651107482ba897e99cf153d00c 60d0ecdfee45479e9ea90e5b16781de3 - - default default] Added segment 9f769d81-2e9c-41a3-8e47-e746a8df1387 of type vxlan for network 1cf1d09f-07d4-4d1f-a872-aa20f9818327 [pid: 7|app: 0|req: 954/1903] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:39:14 2026] POST /v2.0/networks => generated 631 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1904] 10.0.0.181 () {34 vars in 753 bytes} [Fri May 8 20:39:14 2026] PUT /v2.0/networks/08c24ea9-0f4f-4553-a784-930bcfeed223/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: 955/1905] 10.0.0.181 () {32 vars in 733 bytes} [Fri May 8 20:39:15 2026] GET /v2.0/networks/08c24ea9-0f4f-4553-a784-930bcfeed223/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1906] 10.0.0.181 () {34 vars in 753 bytes} [Fri May 8 20:39:15 2026] PUT /v2.0/networks/1cf1d09f-07d4-4d1f-a872-aa20f9818327/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1907] 10.0.0.181 () {32 vars in 733 bytes} [Fri May 8 20:39:15 2026] GET /v2.0/networks/1cf1d09f-07d4-4d1f-a872-aa20f9818327/tags => generated 17 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1908] 10.0.0.181 () {34 vars in 753 bytes} [Fri May 8 20:39:15 2026] PUT /v2.0/networks/1cf1d09f-07d4-4d1f-a872-aa20f9818327/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1909] 10.0.0.181 () {32 vars in 733 bytes} [Fri May 8 20:39:15 2026] GET /v2.0/networks/1cf1d09f-07d4-4d1f-a872-aa20f9818327/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1910] 10.0.0.181 () {32 vars in 733 bytes} [Fri May 8 20:39:15 2026] GET /v2.0/networks/08c24ea9-0f4f-4553-a784-930bcfeed223/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:39:15.642 7 INFO neutron.services.segments.plugin [-] Segment dd367aa5-3c45-450a-8a09-a74fba0e055f resource provider aggregate not found 2026-05-08 20:39:15.648 7 INFO neutron.services.segments.plugin [-] Segment dd367aa5-3c45-450a-8a09-a74fba0e055f resource provider aggregate not found 2026-05-08 20:39:15.663 7 INFO neutron.services.segments.plugin [-] Segment dd367aa5-3c45-450a-8a09-a74fba0e055f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd367aa5-3c45-450a-8a09-a74fba0e055f found for delete ", "request_id": "req-62f74e6e-c3e0-4a32-9a16-0977ab989ac1"}]} 2026-05-08 20:39:15.664 7 INFO neutron.services.segments.plugin [-] Segment dd367aa5-3c45-450a-8a09-a74fba0e055f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd367aa5-3c45-450a-8a09-a74fba0e055f found for delete ", "request_id": "req-e3cae231-48d4-499d-a22c-cdc2272f5053"}]} [pid: 7|app: 0|req: 958/1911] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:39:15 2026] DELETE /v2.0/networks/08c24ea9-0f4f-4553-a784-930bcfeed223 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:39:15.820 8 INFO neutron.services.segments.plugin [-] Segment 9f769d81-2e9c-41a3-8e47-e746a8df1387 resource provider aggregate not found 2026-05-08 20:39:15.829 8 INFO neutron.services.segments.plugin [-] Segment 9f769d81-2e9c-41a3-8e47-e746a8df1387 resource provider aggregate not found 2026-05-08 20:39:15.844 8 INFO neutron.services.segments.plugin [-] Segment 9f769d81-2e9c-41a3-8e47-e746a8df1387 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f769d81-2e9c-41a3-8e47-e746a8df1387 found for delete ", "request_id": "req-ef73849c-9a2a-4cc3-9796-38c4aee7013f"}]} 2026-05-08 20:39:15.849 8 INFO neutron.services.segments.plugin [-] Segment 9f769d81-2e9c-41a3-8e47-e746a8df1387 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f769d81-2e9c-41a3-8e47-e746a8df1387 found for delete ", "request_id": "req-eb3c1ed0-5d93-4b54-9fd3-d35a8ebc6b4e"}]} [pid: 8|app: 0|req: 954/1912] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:39:15 2026] DELETE /v2.0/networks/1cf1d09f-07d4-4d1f-a872-aa20f9818327 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1915] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:16 2026] GET /v2.0/security-groups?tenant_id=60d0ecdfee45479e9ea90e5b16781de3&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1916] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:16 2026] DELETE /v2.0/security-groups/4b39a007-9dc8-484e-a071-ce7ce4f191e7 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1917] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:16 2026] GET /v2.0/security-groups?tenant_id=31b05b6e69ec41bcafd4c5120684415c&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1918] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:16 2026] DELETE /v2.0/security-groups/6e2ea4a4-7697-4220-9e23-f15608db4036 => 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: 961/1919] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:16 2026] GET /v2.0/security-groups?tenant_id=8745fe6199ff433680c13a18cb6d71c3&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1920] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:16 2026] DELETE /v2.0/security-groups/ce146268-1d54-40e7-b8ec-f265e02bf9da => 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: 962/1921] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:17 2026] GET /v2.0/ports?device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => 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: 960/1922] 10.0.0.169 () {34 vars in 1120 bytes} [Fri May 8 20:39:17 2026] GET /v2.0/security-groups?id=9da4a0b0-ee8e-423d-a7e4-85593188887d&id=7572c1f4-4099-46b7-acc9-0e4ffd282e52&fields=id&fields=name => generated 205 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1923] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:39:17 2026] GET /v2.0/ports?device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => generated 1279 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1924] 10.0.0.181 () {32 vars in 858 bytes} [Fri May 8 20:39:17 2026] GET /v2.0/floatingips?floating_network_id=8d24eec9-649a-49f7-acfe-d10c80b8a50d&port_id=fcc5f565-5374-4bd0-bcd1-5dbb0f45f51b => generated 860 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1925] 10.0.0.181 () {34 vars in 677 bytes} [Fri May 8 20:39:18 2026] POST /v2.0/subnetpools => generated 549 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1926] 10.0.0.181 () {32 vars in 729 bytes} [Fri May 8 20:39:18 2026] GET /v2.0/subnetpools/9b9bdbcf-65f9-4244-ada4-7263632eff2e => generated 549 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1927] 10.0.0.181 () {34 vars in 749 bytes} [Fri May 8 20:39:18 2026] PUT /v2.0/subnetpools/9b9bdbcf-65f9-4244-ada4-7263632eff2e => generated 501 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1928] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:39:18 2026] DELETE /v2.0/subnetpools/9b9bdbcf-65f9-4244-ada4-7263632eff2e => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:39:18.876 7 INFO neutron.api.v2.resource [None req-3d98948c-fa88-40ce-a474-a24aabced6df 523b9058cb374026a99ba07900e0e033 d8dae42b71914e8b91e86a9d85ab9405 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 966/1929] 10.0.0.181 () {32 vars in 729 bytes} [Fri May 8 20:39:18 2026] GET /v2.0/subnetpools/9b9bdbcf-65f9-4244-ada4-7263632eff2e => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:39:18.906 8 INFO neutron.api.v2.resource [None req-95bd44d7-ae9c-4739-a3e2-a5295e1eb45a 523b9058cb374026a99ba07900e0e033 d8dae42b71914e8b91e86a9d85ab9405 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 964/1930] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:39:18 2026] DELETE /v2.0/subnetpools/9b9bdbcf-65f9-4244-ada4-7263632eff2e => generated 145 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1931] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:19 2026] GET /v2.0/security-groups?tenant_id=d8dae42b71914e8b91e86a9d85ab9405&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1932] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:19 2026] DELETE /v2.0/security-groups/59c55c16-b412-49ab-ab9b-2d296eb5468b => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1933] 10.0.0.204 () {34 vars in 990 bytes} [Fri May 8 20:39:19 2026] GET /v2.0/ports?device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => generated 1279 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1934] 10.0.0.204 () {34 vars in 1120 bytes} [Fri May 8 20:39:19 2026] GET /v2.0/security-groups?id=9da4a0b0-ee8e-423d-a7e4-85593188887d&id=7572c1f4-4099-46b7-acc9-0e4ffd282e52&fields=id&fields=name => generated 205 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1935] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:20 2026] GET /v2.0/security-groups?tenant_id=c700229e565b4fe084fa071a2fed6978&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1936] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:20 2026] DELETE /v2.0/security-groups/1a08182d-fe6d-4841-a7f1-bdc7f6243047 => 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: 967/1937] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:22 2026] GET /v2.0/ports?device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => generated 1010 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1938] 10.0.0.169 () {34 vars in 1120 bytes} [Fri May 8 20:39:22 2026] GET /v2.0/security-groups?id=9da4a0b0-ee8e-423d-a7e4-85593188887d&id=7572c1f4-4099-46b7-acc9-0e4ffd282e52&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1939] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:23 2026] GET /v2.0/ports?device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1940] 10.0.0.169 () {34 vars in 1120 bytes} [Fri May 8 20:39:23 2026] GET /v2.0/security-groups?id=9da4a0b0-ee8e-423d-a7e4-85593188887d&id=7572c1f4-4099-46b7-acc9-0e4ffd282e52&fields=id&fields=name => generated 205 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1941] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:24 2026] GET /v2.0/ports?device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => generated 1010 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1942] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:24 2026] GET /v2.0/security-groups?tenant_id=4f9eda49f21348bdb80204b07136dc41&name=default => generated 2925 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1943] 10.0.0.169 () {34 vars in 1120 bytes} [Fri May 8 20:39:24 2026] GET /v2.0/security-groups?id=9da4a0b0-ee8e-423d-a7e4-85593188887d&id=7572c1f4-4099-46b7-acc9-0e4ffd282e52&fields=id&fields=name => generated 205 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1944] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:24 2026] DELETE /v2.0/security-groups/4b3975a9-b1da-4fae-b799-7c71bed447d1 => 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: 975/1945] 199.204.45.109 () {34 vars in 994 bytes} [Fri May 8 20:39:24 2026] GET /v2.0/ports?device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => generated 1010 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:39:25.070 7 INFO neutron_taas.services.taas.taas_plugin [req-fb08a971-c487-4eb0-8b5f-f01961f14710 req-0d5478e8-07a6-4ce8-a47a-31e4b63eacfd 4d0105d135394897b35c0462b616c113 647820eac5bc4373a4df7e5909d8daad - - default default] TaaS: Handle Delete Port: fcc5f565-5374-4bd0-bcd1-5dbb0f45f51b 2026-05-08 20:39:25.073 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fb08a971-c487-4eb0-8b5f-f01961f14710 req-0d5478e8-07a6-4ce8-a47a-31e4b63eacfd 4d0105d135394897b35c0462b616c113 647820eac5bc4373a4df7e5909d8daad - - default default] Tap Mirror: Handle Delete Port: fcc5f565-5374-4bd0-bcd1-5dbb0f45f51b [pid: 8|app: 0|req: 971/1946] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:24 2026] GET /v2.0/security-groups?tenant_id=f0e9dbee41ec4d8cb2722556dcc74bf9&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:39:25.176 7 INFO neutron.db.l3_db [req-fb08a971-c487-4eb0-8b5f-f01961f14710 req-0d5478e8-07a6-4ce8-a47a-31e4b63eacfd 4d0105d135394897b35c0462b616c113 647820eac5bc4373a4df7e5909d8daad - - default default] Floating IP 01bee543-4cf6-496d-b251-32796261d5f9 disassociated. External IP: 10.96.250.205, port: fcc5f565-5374-4bd0-bcd1-5dbb0f45f51b. 2026-05-08 20:39:25.374 8 INFO neutron.db.segments_db [None req-13257848-25f9-403b-ae81-d84e9e03643d c372a2d76efc45c291d67c19302f5deb 627f945fc3c74994a5b9fbd73505fc69 - - default default] Added segment c5befa30-4f3a-472b-a1ec-3f95caa0d2cb of type vxlan for network a2f23d7a-1abd-4d52-baed-d0c037c4607e [pid: 8|app: 0|req: 972/1947] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:39:25 2026] POST /v2.0/networks => generated 631 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1948] 199.204.45.109 () {36 vars in 997 bytes} [Fri May 8 20:39:24 2026] DELETE /v2.0/ports/fcc5f565-5374-4bd0-bcd1-5dbb0f45f51b => generated 0 bytes in 533 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:39:25.550 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-040875f9-dc15-4a7d-89d3-74cfffc146ea'] response: {'server_uuid': '2f2623f7-7896-4f1b-ab2d-8d5cc9464768', 'name': 'network-vif-deleted', 'tag': 'fcc5f565-5374-4bd0-bcd1-5dbb0f45f51b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 973/1949] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:25 2026] DELETE /v2.0/security-groups/5198435d-e94d-4550-80b1-f85ea93c2d5b => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1950] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:25 2026] GET /v2.0/ports?device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => 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: 977/1951] 10.0.0.181 () {34 vars in 664 bytes} [Fri May 8 20:39:25 2026] POST /v2.0/ports => generated 743 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:39:25.912 8 INFO neutron.db.segments_db [None req-477b6e3e-3220-4f7d-8185-f65cee200727 c372a2d76efc45c291d67c19302f5deb 627f945fc3c74994a5b9fbd73505fc69 - - default default] Added segment 4387d4be-5c8d-4789-972e-90ddc11fe703 of type vxlan for network 685ea3e4-54ac-4686-9e85-2a83b98f114b [pid: 8|app: 0|req: 975/1952] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:39:25 2026] POST /v2.0/networks => generated 631 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 978/1953] 10.0.0.181 () {34 vars in 664 bytes} [Fri May 8 20:39:26 2026] POST /v2.0/ports => generated 743 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:39:26.353 8 INFO neutron.db.segments_db [None req-bcbf0561-58fb-4315-8327-fbe67a6a68b0 c372a2d76efc45c291d67c19302f5deb 627f945fc3c74994a5b9fbd73505fc69 - - default default] Added segment 687d450c-589c-40fe-b3ee-e66dae2a9c38 of type vxlan for network 64210bd7-eb8b-4b7f-ba63-436d85f5a29f [pid: 8|app: 0|req: 976/1954] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:39:26 2026] POST /v2.0/networks => generated 632 bytes in 139 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: 979/1955] 10.0.0.181 () {34 vars in 664 bytes} [Fri May 8 20:39:26 2026] POST /v2.0/ports => generated 743 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:39:26.808 8 INFO neutron.db.segments_db [None req-4d973518-29db-4092-8346-b1c32312a82a c372a2d76efc45c291d67c19302f5deb 627f945fc3c74994a5b9fbd73505fc69 - - default default] Added segment 3e7b0212-fb5d-412e-aab3-f7e028fe9101 of type vxlan for network 7124ce9e-0182-49d0-9859-63ae76b3c76c [pid: 8|app: 0|req: 977/1956] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:39:26 2026] POST /v2.0/networks => generated 631 bytes in 109 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: 978/1957] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:26 2026] GET /v2.0/ports?device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => 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: 980/1958] 10.0.0.181 () {34 vars in 664 bytes} [Fri May 8 20:39:26 2026] POST /v2.0/ports => generated 743 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:39:27.210 8 INFO neutron.db.segments_db [None req-91040468-dd67-4e61-9737-933a1dd18dd3 c372a2d76efc45c291d67c19302f5deb 627f945fc3c74994a5b9fbd73505fc69 - - default default] Added segment 4ab801bc-8259-418b-9a66-2fc50989172b of type vxlan for network 47a3dea2-f6c3-4043-81a6-43ca4478da5d [pid: 8|app: 0|req: 979/1959] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:39:27 2026] POST /v2.0/networks => generated 632 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 981/1960] 10.0.0.181 () {34 vars in 664 bytes} [Fri May 8 20:39:27 2026] POST /v2.0/ports => generated 743 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1961] 10.0.0.181 () {34 vars in 747 bytes} [Fri May 8 20:39:27 2026] PUT /v2.0/ports/6e64a990-1abf-4562-b661-16380c6e6501/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 982/1962] 10.0.0.181 () {34 vars in 747 bytes} [Fri May 8 20:39:27 2026] PUT /v2.0/ports/217b1d6c-49e9-477b-82d3-9865dc400eb4/tags => generated 25 bytes in 67 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: 981/1963] 10.0.0.181 () {34 vars in 747 bytes} [Fri May 8 20:39:27 2026] PUT /v2.0/ports/4f8ca69a-d073-4621-ad36-04b56b685e27/tags => generated 34 bytes in 74 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: 983/1964] 10.0.0.181 () {34 vars in 747 bytes} [Fri May 8 20:39:27 2026] PUT /v2.0/ports/8290c6fc-4139-4043-97a9-9362aab4901a/tags => generated 19 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 982/1965] 10.0.0.181 () {32 vars in 660 bytes} [Fri May 8 20:39:27 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 142 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: 983/1966] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:28 2026] GET /v2.0/ports?device_id=2f2623f7-7896-4f1b-ab2d-8d5cc9464768 => 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: 984/1967] 10.0.0.181 () {32 vars in 674 bytes} [Fri May 8 20:39:28 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1968] 10.0.0.181 () {32 vars in 670 bytes} [Fri May 8 20:39:28 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1969] 10.0.0.181 () {32 vars in 682 bytes} [Fri May 8 20:39:28 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1970] 10.0.0.181 () {32 vars in 668 bytes} [Fri May 8 20:39:28 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1971] 10.0.0.181 () {32 vars in 682 bytes} [Fri May 8 20:39:28 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1972] 10.0.0.181 () {32 vars in 678 bytes} [Fri May 8 20:39:28 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1973] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:28 2026] GET /v2.0/security-groups?tenant_id=c2bf01c9e24b430f9fb0c050effc3939&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1974] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:28 2026] DELETE /v2.0/security-groups/e538f26b-c39d-49d9-8f7f-0a37e226a4e1 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1975] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:29 2026] DELETE /v2.0/security-groups/9da4a0b0-ee8e-423d-a7e4-85593188887d => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:39:29.292 7 INFO neutron.api.v2.resource [None req-828d6d92-a3c5-4afc-bef0-c53e7e48f269 4d0105d135394897b35c0462b616c113 647820eac5bc4373a4df7e5909d8daad - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 989/1976] 10.0.0.181 () {32 vars in 737 bytes} [Fri May 8 20:39:29 2026] GET /v2.0/security-groups/9da4a0b0-ee8e-423d-a7e4-85593188887d => 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: 988/1977] 10.0.0.181 () {32 vars in 690 bytes} [Fri May 8 20:39:28 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 476 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:39:29.391 7 INFO neutron_taas.services.taas.taas_plugin [None req-db53b27b-8a9d-43d4-97fe-4b835eb0d9ce 4d0105d135394897b35c0462b616c113 647820eac5bc4373a4df7e5909d8daad - - default default] TaaS: Handle Delete Port: dc2da93f-0215-48a2-8d5e-cfedf04a4836 2026-05-08 20:39:29.394 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db53b27b-8a9d-43d4-97fe-4b835eb0d9ce 4d0105d135394897b35c0462b616c113 647820eac5bc4373a4df7e5909d8daad - - default default] Tap Mirror: Handle Delete Port: dc2da93f-0215-48a2-8d5e-cfedf04a4836 2026-05-08 20:39:29.457 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc399d34-f5b9-4ce5-a3a9-a8f8bad85985 c372a2d76efc45c291d67c19302f5deb 627f945fc3c74994a5b9fbd73505fc69 - - default default] TaaS: Handle Delete Port: 6e64a990-1abf-4562-b661-16380c6e6501 2026-05-08 20:39:29.460 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc399d34-f5b9-4ce5-a3a9-a8f8bad85985 c372a2d76efc45c291d67c19302f5deb 627f945fc3c74994a5b9fbd73505fc69 - - default default] Tap Mirror: Handle Delete Port: 6e64a990-1abf-4562-b661-16380c6e6501 [pid: 8|app: 0|req: 989/1978] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:39:29 2026] DELETE /v2.0/ports/6e64a990-1abf-4562-b661-16380c6e6501 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1979] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:39:29 2026] DELETE /v2.0/floatingips/01bee543-4cf6-496d-b251-32796261d5f9 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:39:29.620 8 INFO neutron_taas.services.taas.taas_plugin [None req-de776444-a15a-48a5-8889-cb5a54bf3bf5 c372a2d76efc45c291d67c19302f5deb 627f945fc3c74994a5b9fbd73505fc69 - - default default] TaaS: Handle Delete Port: 217b1d6c-49e9-477b-82d3-9865dc400eb4 2026-05-08 20:39:29.623 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de776444-a15a-48a5-8889-cb5a54bf3bf5 c372a2d76efc45c291d67c19302f5deb 627f945fc3c74994a5b9fbd73505fc69 - - default default] Tap Mirror: Handle Delete Port: 217b1d6c-49e9-477b-82d3-9865dc400eb4 [pid: 7|app: 0|req: 991/1980] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:29 2026] DELETE /v2.0/security-groups/7572c1f4-4099-46b7-acc9-0e4ffd282e52 => 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: 990/1981] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:39:29 2026] DELETE /v2.0/ports/217b1d6c-49e9-477b-82d3-9865dc400eb4 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:39:29.807 8 INFO neutron_taas.services.taas.taas_plugin [None req-c790dce8-cc30-4fc9-9394-65b4b5da0bb0 c372a2d76efc45c291d67c19302f5deb 627f945fc3c74994a5b9fbd73505fc69 - - default default] TaaS: Handle Delete Port: 4f8ca69a-d073-4621-ad36-04b56b685e27 2026-05-08 20:39:29.810 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c790dce8-cc30-4fc9-9394-65b4b5da0bb0 c372a2d76efc45c291d67c19302f5deb 627f945fc3c74994a5b9fbd73505fc69 - - default default] Tap Mirror: Handle Delete Port: 4f8ca69a-d073-4621-ad36-04b56b685e27 [pid: 8|app: 0|req: 991/1982] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:39:29 2026] DELETE /v2.0/ports/4f8ca69a-d073-4621-ad36-04b56b685e27 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:39:30.000 8 INFO neutron_taas.services.taas.taas_plugin [None req-b129853c-9574-4177-b554-4744f656dba2 c372a2d76efc45c291d67c19302f5deb 627f945fc3c74994a5b9fbd73505fc69 - - default default] TaaS: Handle Delete Port: 8290c6fc-4139-4043-97a9-9362aab4901a 2026-05-08 20:39:30.003 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b129853c-9574-4177-b554-4744f656dba2 c372a2d76efc45c291d67c19302f5deb 627f945fc3c74994a5b9fbd73505fc69 - - default default] Tap Mirror: Handle Delete Port: 8290c6fc-4139-4043-97a9-9362aab4901a 2026-05-08 20:39:30.065 7 INFO neutron_taas.services.taas.taas_plugin [None req-76e1f4ea-425c-40f7-86a9-e55889f69521 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: b249a9f1-b6fa-4a6d-a57c-160549fa06c5 2026-05-08 20:39:30.068 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76e1f4ea-425c-40f7-86a9-e55889f69521 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: b249a9f1-b6fa-4a6d-a57c-160549fa06c5 [pid: 8|app: 0|req: 992/1983] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:39:29 2026] DELETE /v2.0/ports/8290c6fc-4139-4043-97a9-9362aab4901a => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:39:30.171 8 INFO neutron_taas.services.taas.taas_plugin [None req-41bbf6a6-b141-4b70-ab4f-af530ada0f7d c372a2d76efc45c291d67c19302f5deb 627f945fc3c74994a5b9fbd73505fc69 - - default default] TaaS: Handle Delete Port: be68141d-f594-4c78-af64-a06ea1e9dfa7 2026-05-08 20:39:30.175 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41bbf6a6-b141-4b70-ab4f-af530ada0f7d c372a2d76efc45c291d67c19302f5deb 627f945fc3c74994a5b9fbd73505fc69 - - default default] Tap Mirror: Handle Delete Port: be68141d-f594-4c78-af64-a06ea1e9dfa7 [pid: 8|app: 0|req: 993/1984] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:39:30 2026] DELETE /v2.0/ports/be68141d-f594-4c78-af64-a06ea1e9dfa7 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:39:30.387 8 INFO neutron.services.segments.plugin [-] Segment c5befa30-4f3a-472b-a1ec-3f95caa0d2cb resource provider aggregate not found 2026-05-08 20:39:30.391 8 INFO neutron.services.segments.plugin [-] Segment c5befa30-4f3a-472b-a1ec-3f95caa0d2cb resource provider aggregate not found [pid: 8|app: 0|req: 994/1985] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:39:30 2026] DELETE /v2.0/networks/a2f23d7a-1abd-4d52-baed-d0c037c4607e => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:39:30.408 8 INFO neutron.services.segments.plugin [-] Segment c5befa30-4f3a-472b-a1ec-3f95caa0d2cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5befa30-4f3a-472b-a1ec-3f95caa0d2cb found for delete ", "request_id": "req-24f9eb22-0db1-475b-af65-dab22dd9aa0c"}]} 2026-05-08 20:39:30.410 8 INFO neutron.services.segments.plugin [-] Segment c5befa30-4f3a-472b-a1ec-3f95caa0d2cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5befa30-4f3a-472b-a1ec-3f95caa0d2cb found for delete ", "request_id": "req-e010bf99-60a9-4562-98d8-8a60efe7ccfe"}]} [pid: 8|app: 0|req: 995/1986] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:39:30 2026] DELETE /v2.0/networks/685ea3e4-54ac-4686-9e85-2a83b98f114b => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1987] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:39:29 2026] PUT /v2.0/routers/85566948-98d1-488b-8aa6-f4fef6f81bb9/remove_router_interface => generated 309 bytes in 910 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1988] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:39:30 2026] DELETE /v2.0/networks/64210bd7-eb8b-4b7f-ba63-436d85f5a29f => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1989] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:39:30 2026] DELETE /v2.0/networks/7124ce9e-0182-49d0-9859-63ae76b3c76c => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:39:30.837 7 INFO neutron_taas.services.taas.taas_plugin [None req-79e500ed-90dd-4924-b32e-6a55ab7384c4 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: ecb26d94-584c-4265-be4f-38aae62adc85 2026-05-08 20:39:30.844 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79e500ed-90dd-4924-b32e-6a55ab7384c4 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: ecb26d94-584c-4265-be4f-38aae62adc85 [pid: 8|app: 0|req: 998/1990] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:39:30 2026] DELETE /v2.0/networks/47a3dea2-f6c3-4043-81a6-43ca4478da5d => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:39:31.120 7 INFO neutron_taas.services.taas.taas_plugin [None req-79e500ed-90dd-4924-b32e-6a55ab7384c4 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 4c72b1bf-c27a-4085-ac8c-421a858eb0d2 2026-05-08 20:39:31.123 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79e500ed-90dd-4924-b32e-6a55ab7384c4 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 4c72b1bf-c27a-4085-ac8c-421a858eb0d2 2026-05-08 20:39:31.498 7 INFO neutron.services.segments.plugin [-] Segment 746ac055-5020-4ecf-9162-ef4944a9f30f resource provider aggregate not found 2026-05-08 20:39:31.504 7 INFO neutron.services.segments.plugin [-] Segment 746ac055-5020-4ecf-9162-ef4944a9f30f resource provider aggregate not found 2026-05-08 20:39:31.522 7 INFO neutron.services.segments.plugin [-] Segment 746ac055-5020-4ecf-9162-ef4944a9f30f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 746ac055-5020-4ecf-9162-ef4944a9f30f found for delete ", "request_id": "req-c8267467-bf57-4143-b69c-0ab80268124b"}]} 2026-05-08 20:39:31.532 7 INFO neutron.services.segments.plugin [-] Segment 746ac055-5020-4ecf-9162-ef4944a9f30f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 746ac055-5020-4ecf-9162-ef4944a9f30f found for delete ", "request_id": "req-b16c5126-ff29-41d4-9f3d-e72cecf548c6"}]} 2026-05-08 20:39:31.537 7 INFO neutron.db.l3_hamode_db [None req-79e500ed-90dd-4924-b32e-6a55ab7384c4 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] HA network ada6e3d0-94e2-4d96-84d5-120390ef3171 was deleted as no HA routers are present in tenant 647820eac5bc4373a4df7e5909d8daad. [pid: 7|app: 0|req: 993/1993] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:39:30 2026] DELETE /v2.0/routers/85566948-98d1-488b-8aa6-f4fef6f81bb9 => generated 0 bytes in 921 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1994] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:39:31 2026] DELETE /v2.0/subnets/e11c20af-4646-4ce0-80f8-2703ea02a6c9 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:39:31.827 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a76bfdf-199e-43a9-b903-97de7b2351c6 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: fa82e7f7-d2ab-4885-ae54-3724f6a3e0be 2026-05-08 20:39:31.829 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a76bfdf-199e-43a9-b903-97de7b2351c6 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: fa82e7f7-d2ab-4885-ae54-3724f6a3e0be [pid: 8|app: 0|req: 1002/1995] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:31 2026] GET /v2.0/security-groups?tenant_id=e4142a99c4834a738568b568aa5a2bbd&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1996] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:39:31 2026] DELETE /v2.0/networks/7d331d7f-1a2f-457b-993c-30bdbf0c9a3d => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1997] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:31 2026] DELETE /v2.0/security-groups/06ffbbf1-23ce-4971-90f1-ac11b27f3691 => 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: 1004/1998] 10.0.0.129 () {30 vars in 650 bytes} [Fri May 8 20:39:32 2026] GET /v2.0/extensions => generated 21537 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1999] 10.0.0.129 () {30 vars in 724 bytes} [Fri May 8 20:39:32 2026] GET /v2.0/quotas/e4b01c83a81c4b8da7d5bac69de45f7b/details => generated 847 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:39:32.321 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e6d42b9-da50-42e2-9362-530789b8bc71 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 7d41f5cd-0714-4fcf-8c71-dda2e5a128f2 2026-05-08 20:39:32.324 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e6d42b9-da50-42e2-9362-530789b8bc71 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 7d41f5cd-0714-4fcf-8c71-dda2e5a128f2 [pid: 8|app: 0|req: 1006/2000] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:32 2026] GET /v2.0/security-groups?tenant_id=40d59c5c5b1743c1b853c7e4dea06a79&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:39:32.431 8 INFO neutron.services.segments.plugin [-] Segment 4387d4be-5c8d-4789-972e-90ddc11fe703 resource provider aggregate not found 2026-05-08 20:39:32.437 8 INFO neutron.services.segments.plugin [-] Segment 4387d4be-5c8d-4789-972e-90ddc11fe703 resource provider aggregate not found 2026-05-08 20:39:32.456 8 INFO neutron.services.segments.plugin [-] Segment 4387d4be-5c8d-4789-972e-90ddc11fe703 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4387d4be-5c8d-4789-972e-90ddc11fe703 found for delete ", "request_id": "req-e7b935f1-e5c3-4179-ac72-0fbf8f32b52f"}]} 2026-05-08 20:39:32.463 8 INFO neutron.services.segments.plugin [-] Segment 4387d4be-5c8d-4789-972e-90ddc11fe703 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4387d4be-5c8d-4789-972e-90ddc11fe703 found for delete ", "request_id": "req-73536a64-541a-4690-a557-b73b2f0b986c"}]} 2026-05-08 20:39:32.478 8 INFO neutron.services.segments.plugin [-] Segment 687d450c-589c-40fe-b3ee-e66dae2a9c38 resource provider aggregate not found 2026-05-08 20:39:32.482 8 INFO neutron.services.segments.plugin [-] Segment 687d450c-589c-40fe-b3ee-e66dae2a9c38 resource provider aggregate not found 2026-05-08 20:39:32.496 8 INFO neutron.services.segments.plugin [-] Segment 687d450c-589c-40fe-b3ee-e66dae2a9c38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 687d450c-589c-40fe-b3ee-e66dae2a9c38 found for delete ", "request_id": "req-e7d4f05e-cb63-4135-b6b7-98e7a74637c4"}]} [pid: 8|app: 0|req: 1007/2001] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:32 2026] DELETE /v2.0/security-groups/485e347e-98cc-4e55-8a8c-bb929a659eff => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:39:32.501 8 INFO neutron.services.segments.plugin [-] Segment 687d450c-589c-40fe-b3ee-e66dae2a9c38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 687d450c-589c-40fe-b3ee-e66dae2a9c38 found for delete ", "request_id": "req-978ac2a8-b2f0-459a-9e41-612b4244e7b8"}]} 2026-05-08 20:39:32.514 8 INFO neutron.services.segments.plugin [-] Segment 3e7b0212-fb5d-412e-aab3-f7e028fe9101 resource provider aggregate not found 2026-05-08 20:39:32.517 8 INFO neutron.services.segments.plugin [-] Segment 3e7b0212-fb5d-412e-aab3-f7e028fe9101 resource provider aggregate not found 2026-05-08 20:39:32.531 8 INFO neutron.services.segments.plugin [-] Segment 3e7b0212-fb5d-412e-aab3-f7e028fe9101 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e7b0212-fb5d-412e-aab3-f7e028fe9101 found for delete ", "request_id": "req-382ce3b7-085e-4876-a092-22251aed80da"}]} 2026-05-08 20:39:32.533 8 INFO neutron.services.segments.plugin [-] Segment 3e7b0212-fb5d-412e-aab3-f7e028fe9101 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e7b0212-fb5d-412e-aab3-f7e028fe9101 found for delete ", "request_id": "req-b4b59e70-bc68-447e-a381-61826c55a77d"}]} 2026-05-08 20:39:32.551 8 INFO neutron.services.segments.plugin [-] Segment 4ab801bc-8259-418b-9a66-2fc50989172b resource provider aggregate not found 2026-05-08 20:39:32.556 8 INFO neutron.services.segments.plugin [-] Segment 4ab801bc-8259-418b-9a66-2fc50989172b resource provider aggregate not found 2026-05-08 20:39:32.573 8 INFO neutron.services.segments.plugin [-] Segment 4ab801bc-8259-418b-9a66-2fc50989172b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ab801bc-8259-418b-9a66-2fc50989172b found for delete ", "request_id": "req-8e17a499-1a9b-4d18-9466-16ce7fbeb19b"}]} 2026-05-08 20:39:32.575 8 INFO neutron.services.segments.plugin [-] Segment 4ab801bc-8259-418b-9a66-2fc50989172b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ab801bc-8259-418b-9a66-2fc50989172b found for delete ", "request_id": "req-99f9126c-4f1e-4106-8a5a-71fc839952ec"}]} [pid: 8|app: 0|req: 1008/2002] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:32 2026] GET /v2.0/security-groups?tenant_id=627f945fc3c74994a5b9fbd73505fc69&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2003] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:32 2026] DELETE /v2.0/security-groups/8c834f8d-588e-48e9-9c82-640f78857f52 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2004] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:39:31 2026] PUT /v2.0/routers/f6fe054c-8767-4e66-b65a-712f1ff6c5c5/remove_router_interface => generated 309 bytes in 962 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:39:33.175 8 INFO neutron_taas.services.taas.taas_plugin [None req-bed7f059-ccd0-437c-82ed-709897035ced 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 75ef2390-9eb9-4c94-a32b-4af6fba0d74b 2026-05-08 20:39:33.178 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bed7f059-ccd0-437c-82ed-709897035ced 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 75ef2390-9eb9-4c94-a32b-4af6fba0d74b 2026-05-08 20:39:33.457 8 INFO neutron_taas.services.taas.taas_plugin [None req-bed7f059-ccd0-437c-82ed-709897035ced 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 70db8827-c86f-4283-9e48-296d8fd51342 2026-05-08 20:39:33.460 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bed7f059-ccd0-437c-82ed-709897035ced 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 70db8827-c86f-4283-9e48-296d8fd51342 2026-05-08 20:39:33.542 7 INFO neutron.services.segments.plugin [-] Segment c7a33887-9cb6-4599-9780-b671258a1c77 resource provider aggregate not found 2026-05-08 20:39:33.554 7 INFO neutron.services.segments.plugin [-] Segment c7a33887-9cb6-4599-9780-b671258a1c77 resource provider aggregate not found 2026-05-08 20:39:33.574 7 INFO neutron.services.segments.plugin [-] Segment c7a33887-9cb6-4599-9780-b671258a1c77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7a33887-9cb6-4599-9780-b671258a1c77 found for delete ", "request_id": "req-8d60181b-17b8-4559-bcff-ecb7c262b770"}]} 2026-05-08 20:39:33.575 7 INFO neutron.services.segments.plugin [-] Segment c7a33887-9cb6-4599-9780-b671258a1c77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7a33887-9cb6-4599-9780-b671258a1c77 found for delete ", "request_id": "req-5327198a-27b9-4184-aed8-88c20bce99ad"}]} 2026-05-08 20:39:33.872 8 INFO neutron.db.l3_hamode_db [None req-bed7f059-ccd0-437c-82ed-709897035ced 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] HA network bc5bbc2a-06aa-4524-9425-c2e2199a63b8 was deleted as no HA routers are present in tenant 48ad797b8a334e2ea3040aefb5d7aef6. [pid: 8|app: 0|req: 1010/2005] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:39:32 2026] DELETE /v2.0/routers/f6fe054c-8767-4e66-b65a-712f1ff6c5c5 => generated 0 bytes in 933 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2006] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:39:33 2026] DELETE /v2.0/subnets/528869ef-239f-4602-987c-9816b816e58c => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:39:34.162 8 INFO neutron_taas.services.taas.taas_plugin [None req-ffb1152f-1dc2-4672-9e86-e194c6a95bf4 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: ee91c0c2-0d04-4a90-817d-28ce3798d96c 2026-05-08 20:39:34.166 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffb1152f-1dc2-4672-9e86-e194c6a95bf4 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: ee91c0c2-0d04-4a90-817d-28ce3798d96c [pid: 8|app: 0|req: 1011/2007] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:39:34 2026] DELETE /v2.0/networks/545b8200-6c6f-4700-ad12-d8da47a2730e => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2008] 10.0.0.129 () {30 vars in 650 bytes} [Fri May 8 20:39:34 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: 1012/2009] 10.0.0.129 () {30 vars in 724 bytes} [Fri May 8 20:39:34 2026] GET /v2.0/quotas/e4b01c83a81c4b8da7d5bac69de45f7b/details => generated 847 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:39:34.591 8 INFO neutron.services.segments.plugin [-] Segment 74e59e9e-616d-4adb-b801-a668a71b05ec resource provider aggregate not found 2026-05-08 20:39:34.594 8 INFO neutron.services.segments.plugin [-] Segment 74e59e9e-616d-4adb-b801-a668a71b05ec resource provider aggregate not found 2026-05-08 20:39:34.604 8 INFO neutron.services.segments.plugin [-] Segment 74e59e9e-616d-4adb-b801-a668a71b05ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74e59e9e-616d-4adb-b801-a668a71b05ec found for delete ", "request_id": "req-b8b406f9-4531-4680-80dd-1485fd2b557d"}]} 2026-05-08 20:39:34.613 8 INFO neutron.services.segments.plugin [-] Segment 74e59e9e-616d-4adb-b801-a668a71b05ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74e59e9e-616d-4adb-b801-a668a71b05ec found for delete ", "request_id": "req-3fd38394-d547-4bdf-89bd-b09123890ad1"}]} 2026-05-08 20:39:34.616 8 INFO neutron.services.segments.plugin [-] Segment 5fc29dd5-5c14-41b2-a039-33e9f9c47aff resource provider aggregate not found 2026-05-08 20:39:34.629 8 INFO neutron.services.segments.plugin [-] Segment 5fc29dd5-5c14-41b2-a039-33e9f9c47aff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fc29dd5-5c14-41b2-a039-33e9f9c47aff found for delete ", "request_id": "req-21be3540-149c-425e-8568-22ee4292a88f"}]} 2026-05-08 20:39:34.632 8 INFO neutron.services.segments.plugin [-] Segment 5fc29dd5-5c14-41b2-a039-33e9f9c47aff resource provider aggregate not found 2026-05-08 20:39:34.656 8 INFO neutron.services.segments.plugin [-] Segment 5fc29dd5-5c14-41b2-a039-33e9f9c47aff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fc29dd5-5c14-41b2-a039-33e9f9c47aff found for delete ", "request_id": "req-e5e55f26-7561-4ce2-b07b-52f7faccae01"}]} [pid: 7|app: 0|req: 998/2010] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:34 2026] GET /v2.0/security-groups?tenant_id=647820eac5bc4373a4df7e5909d8daad&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: 1013/2011] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:35 2026] DELETE /v2.0/security-groups/a4b33e8b-6d96-4067-946f-9a44ccc8ef84 => 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: 999/2012] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:35 2026] GET /v2.0/security-groups?tenant_id=48ad797b8a334e2ea3040aefb5d7aef6&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2013] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:35 2026] DELETE /v2.0/security-groups/fdf411bb-99b9-484c-8db7-515bd7e905c2 => 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: 1000/2014] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:36 2026] GET /v2.0/security-groups?tenant_id=e4b01c83a81c4b8da7d5bac69de45f7b&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2015] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:36 2026] DELETE /v2.0/security-groups/fe41c472-7759-4f3c-bdbf-3aea715c4974 => 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: 1001/2016] 10.0.0.181 () {34 vars in 676 bytes} [Fri May 8 20:39:37 2026] POST /v2.0/subnetpools => generated 516 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2017] 10.0.0.181 () {34 vars in 676 bytes} [Fri May 8 20:39:37 2026] POST /v2.0/subnetpools => generated 516 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2018] 10.0.0.181 () {34 vars in 676 bytes} [Fri May 8 20:39:37 2026] POST /v2.0/subnetpools => generated 516 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2019] 10.0.0.181 () {34 vars in 676 bytes} [Fri May 8 20:39:37 2026] POST /v2.0/subnetpools => generated 516 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2020] 10.0.0.181 () {34 vars in 676 bytes} [Fri May 8 20:39:37 2026] POST /v2.0/subnetpools => generated 516 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2021] 10.0.0.181 () {34 vars in 759 bytes} [Fri May 8 20:39:37 2026] PUT /v2.0/subnetpools/8f564195-2e4b-4327-b03a-229efe2e9ee5/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2022] 10.0.0.181 () {34 vars in 759 bytes} [Fri May 8 20:39:37 2026] PUT /v2.0/subnetpools/4cef9318-9b02-4562-8e8f-f75a89cc04c8/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2023] 10.0.0.181 () {34 vars in 759 bytes} [Fri May 8 20:39:37 2026] PUT /v2.0/subnetpools/bc093aec-467c-4c8b-a8a7-231945a41635/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2024] 10.0.0.181 () {34 vars in 759 bytes} [Fri May 8 20:39:37 2026] PUT /v2.0/subnetpools/1547c2ac-aaa5-4a61-88c8-96b2c5979675/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2025] 10.0.0.181 () {32 vars in 672 bytes} [Fri May 8 20:39:37 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2026] 10.0.0.181 () {32 vars in 686 bytes} [Fri May 8 20:39:37 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2027] 10.0.0.181 () {32 vars in 682 bytes} [Fri May 8 20:39:38 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2028] 10.0.0.181 () {32 vars in 694 bytes} [Fri May 8 20:39:38 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2029] 10.0.0.181 () {32 vars in 680 bytes} [Fri May 8 20:39:38 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2030] 10.0.0.181 () {32 vars in 694 bytes} [Fri May 8 20:39:38 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2031] 10.0.0.181 () {32 vars in 690 bytes} [Fri May 8 20:39:38 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2032] 10.0.0.181 () {32 vars in 702 bytes} [Fri May 8 20:39:38 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2033] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:39:38 2026] DELETE /v2.0/subnetpools/8f564195-2e4b-4327-b03a-229efe2e9ee5 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2034] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:39:38 2026] DELETE /v2.0/subnetpools/4cef9318-9b02-4562-8e8f-f75a89cc04c8 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2035] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:39:38 2026] DELETE /v2.0/subnetpools/bc093aec-467c-4c8b-a8a7-231945a41635 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2036] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:39:38 2026] DELETE /v2.0/subnetpools/1547c2ac-aaa5-4a61-88c8-96b2c5979675 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2037] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:39:38 2026] DELETE /v2.0/subnetpools/ad392824-1c52-4a28-9bc5-9998a9974677 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2038] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:39 2026] GET /v2.0/security-groups?tenant_id=b7bbf373d9974ca589fc1b7dbc7ba81a&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2039] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:39 2026] DELETE /v2.0/security-groups/9156f6ca-dc4b-4ef6-9de6-ad72719531ce => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2040] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:39 2026] GET /v2.0/security-groups?tenant_id=7079672ba3904caeb57fcd92b4bfae88&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2041] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:39 2026] DELETE /v2.0/security-groups/93e452f2-170d-4c3c-81df-9f26c7144fbb => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:39:40.034 8 INFO neutron.db.segments_db [None req-1b3778ec-bd07-4441-bbb4-0083a4e3aacc 865258bcfc814615a18f99daa752c51f 779a2688440140d69609909ba8a957af - - default default] Added segment 2c27f514-b862-4a88-b75f-43ed3b920f08 of type vxlan for network 9a0f3e6b-189c-49cb-8b30-616f7f6b42d9 [pid: 8|app: 0|req: 1028/2042] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:39:39 2026] POST /v2.0/networks => generated 632 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:39:40.121 7 INFO neutron.db.segments_db [None req-e93fc1ee-732b-4b0c-9108-642f13ab3b9e 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Added segment 9d8f9311-7d3b-49a9-9fe7-340dbcae05f0 of type vxlan for network 64656f0e-27c3-4672-bf69-50718c6dae4e [pid: 7|app: 0|req: 1015/2043] 10.0.0.181 () {34 vars in 671 bytes} [Fri May 8 20:39:39 2026] POST /v2.0/networks => generated 632 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2044] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:40 2026] GET /v2.0/security-groups?tenant_id=2c697f91f3ea40d2b0d656992efa9e85&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:39:40.268 7 INFO neutron.db.segments_db [None req-745539a5-ee39-46b3-a105-980ce6b7ffe2 865258bcfc814615a18f99daa752c51f 779a2688440140d69609909ba8a957af - - default default] Added segment fecde0d9-29ef-4d02-8a3c-53ef0cef29c1 of type vxlan for network 3066046e-db13-4a1e-9881-1bd908e5b848 2026-05-08 20:39:40.274 8 INFO neutron.db.segments_db [None req-a35cc9ab-982e-496a-9ca1-6bdd7d2cd388 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Added segment e5540059-7b53-4ad5-b862-d9ef7e3895c8 of type vxlan for network b4c65edc-08ad-4174-a9a5-5049e71805ba [pid: 7|app: 0|req: 1016/2045] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:39:40 2026] POST /v2.0/networks => generated 631 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2046] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:40 2026] DELETE /v2.0/security-groups/6f6c6330-e313-45d2-8700-731755eb6cbf => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:39:40.505 7 INFO neutron.db.segments_db [None req-3ecb86c9-3e66-4d03-8698-d4fb15d67fb6 865258bcfc814615a18f99daa752c51f 779a2688440140d69609909ba8a957af - - default default] Added segment 3e9bdf0a-ad10-4ba4-a1fc-ba839d7f25e0 of type vxlan for network 3b912bf1-b3a0-4d7f-a4b8-bc6f052f04fa 2026-05-08 20:39:40.517 8 INFO neutron.db.l3_hamode_db [None req-a35cc9ab-982e-496a-9ca1-6bdd7d2cd388 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1018/2047] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:39:40 2026] POST /v2.0/networks => generated 631 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:39:40.674 7 INFO neutron.db.segments_db [None req-3c35bcd3-8150-46e9-bbcb-34f99647fc1c 865258bcfc814615a18f99daa752c51f 779a2688440140d69609909ba8a957af - - default default] Added segment 28f2f3a0-d8cd-49d2-b66f-6ba11e5a821d of type vxlan for network 19fd1063-8a15-4d64-b82d-0847eadb1401 [pid: 7|app: 0|req: 1019/2048] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:39:40 2026] POST /v2.0/networks => generated 632 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:39:40.854 7 INFO neutron.db.segments_db [None req-15200078-6d6e-433d-904b-0618fdf9c256 865258bcfc814615a18f99daa752c51f 779a2688440140d69609909ba8a957af - - default default] Added segment ae186bdf-0be4-4087-9fb3-6b9bd7d8b583 of type vxlan for network d1856c52-8804-45be-b294-364095076197 [pid: 7|app: 0|req: 1020/2049] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:39:40 2026] POST /v2.0/networks => generated 631 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2050] 10.0.0.181 () {34 vars in 753 bytes} [Fri May 8 20:39:40 2026] PUT /v2.0/networks/9a0f3e6b-189c-49cb-8b30-616f7f6b42d9/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2051] 10.0.0.181 () {34 vars in 753 bytes} [Fri May 8 20:39:40 2026] PUT /v2.0/networks/3066046e-db13-4a1e-9881-1bd908e5b848/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: 1023/2052] 10.0.0.181 () {34 vars in 753 bytes} [Fri May 8 20:39:41 2026] PUT /v2.0/networks/3b912bf1-b3a0-4d7f-a4b8-bc6f052f04fa/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: 1024/2053] 10.0.0.181 () {34 vars in 753 bytes} [Fri May 8 20:39:41 2026] PUT /v2.0/networks/19fd1063-8a15-4d64-b82d-0847eadb1401/tags => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2054] 10.0.0.181 () {32 vars in 666 bytes} [Fri May 8 20:39:41 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2055] 10.0.0.181 () {32 vars in 680 bytes} [Fri May 8 20:39:41 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:39:41.300 8 INFO neutron.db.l3_hamode_db [None req-a35cc9ab-982e-496a-9ca1-6bdd7d2cd388 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1027/2056] 10.0.0.181 () {32 vars in 676 bytes} [Fri May 8 20:39:41 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2057] 10.0.0.181 () {32 vars in 688 bytes} [Fri May 8 20:39:41 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2058] 10.0.0.181 () {32 vars in 674 bytes} [Fri May 8 20:39:41 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2059] 10.0.0.181 () {32 vars in 688 bytes} [Fri May 8 20:39:41 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2060] 10.0.0.181 () {32 vars in 684 bytes} [Fri May 8 20:39:41 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2061] 10.0.0.181 () {32 vars in 696 bytes} [Fri May 8 20:39:41 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:39:41.699 7 INFO neutron.services.segments.plugin [-] Segment 2c27f514-b862-4a88-b75f-43ed3b920f08 resource provider aggregate not found 2026-05-08 20:39:41.704 7 INFO neutron.services.segments.plugin [-] Segment 2c27f514-b862-4a88-b75f-43ed3b920f08 resource provider aggregate not found 2026-05-08 20:39:41.719 7 INFO neutron.services.segments.plugin [-] Segment 2c27f514-b862-4a88-b75f-43ed3b920f08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c27f514-b862-4a88-b75f-43ed3b920f08 found for delete ", "request_id": "req-103f9646-2da0-468b-8eba-c597e20774ec"}]} 2026-05-08 20:39:41.724 7 INFO neutron.services.segments.plugin [-] Segment 2c27f514-b862-4a88-b75f-43ed3b920f08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c27f514-b862-4a88-b75f-43ed3b920f08 found for delete ", "request_id": "req-425b282e-7cd8-4f77-b3c0-8d9de5e7d6a0"}]} [pid: 7|app: 0|req: 1033/2062] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:39:41 2026] DELETE /v2.0/networks/9a0f3e6b-189c-49cb-8b30-616f7f6b42d9 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2063] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:39:41 2026] DELETE /v2.0/networks/3066046e-db13-4a1e-9881-1bd908e5b848 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2064] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:39:41 2026] DELETE /v2.0/networks/3b912bf1-b3a0-4d7f-a4b8-bc6f052f04fa => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2065] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:39:41 2026] DELETE /v2.0/networks/19fd1063-8a15-4d64-b82d-0847eadb1401 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2066] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:39:40 2026] POST /v2.0/routers => generated 695 bytes in 1919 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2067] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:39:42 2026] DELETE /v2.0/networks/d1856c52-8804-45be-b294-364095076197 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2068] 10.0.0.181 () {32 vars in 776 bytes} [Fri May 8 20:39:42 2026] GET /v2.0/subnets?project_id=36b32b464c054870bb2890507f7d80d8&cidr=10.100.0.0%2F28 => generated 14 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2069] 10.0.0.181 () {32 vars in 694 bytes} [Fri May 8 20:39:42 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2070] 10.0.0.181 () {32 vars in 784 bytes} [Fri May 8 20:39:42 2026] GET /v2.0/subnets?network_id=8d24eec9-649a-49f7-acfe-d10c80b8a50d&cidr=10.100.0.0%2F28 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2071] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:39:42 2026] POST /v2.0/subnets => generated 656 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2072] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:42 2026] GET /v2.0/security-groups?tenant_id=779a2688440140d69609909ba8a957af&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2073] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:43 2026] DELETE /v2.0/security-groups/87dae745-b3b0-43bf-89e3-957514f6d8df => 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: 1042/2074] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:43 2026] GET /v2.0/security-groups?tenant_id=82476b0870f74f1084a9b6e7ca76a64d&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:39:43.741 7 INFO neutron.services.segments.plugin [-] Segment fecde0d9-29ef-4d02-8a3c-53ef0cef29c1 resource provider aggregate not found 2026-05-08 20:39:43.746 7 INFO neutron.services.segments.plugin [-] Segment fecde0d9-29ef-4d02-8a3c-53ef0cef29c1 resource provider aggregate not found [pid: 7|app: 0|req: 1043/2075] 10.0.0.181 () {34 vars in 676 bytes} [Fri May 8 20:39:43 2026] POST /v2.0/subnetpools => generated 516 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:39:43.800 7 INFO neutron.services.segments.plugin [-] Segment fecde0d9-29ef-4d02-8a3c-53ef0cef29c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fecde0d9-29ef-4d02-8a3c-53ef0cef29c1 found for delete ", "request_id": "req-0aa81f2b-7b7f-411d-ae43-d0d7f7b6d38b"}]} 2026-05-08 20:39:43.800 7 INFO neutron.services.segments.plugin [-] Segment fecde0d9-29ef-4d02-8a3c-53ef0cef29c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fecde0d9-29ef-4d02-8a3c-53ef0cef29c1 found for delete ", "request_id": "req-ba326b65-396d-4237-816a-b115c1fe790f"}]} 2026-05-08 20:39:43.834 7 INFO neutron.services.segments.plugin [-] Segment 3e9bdf0a-ad10-4ba4-a1fc-ba839d7f25e0 resource provider aggregate not found 2026-05-08 20:39:43.838 7 INFO neutron.services.segments.plugin [-] Segment 3e9bdf0a-ad10-4ba4-a1fc-ba839d7f25e0 resource provider aggregate not found 2026-05-08 20:39:43.862 7 INFO neutron.services.segments.plugin [-] Segment 3e9bdf0a-ad10-4ba4-a1fc-ba839d7f25e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e9bdf0a-ad10-4ba4-a1fc-ba839d7f25e0 found for delete ", "request_id": "req-829c2bb6-fe60-40ed-ac7c-e7b9f974ca0b"}]} 2026-05-08 20:39:43.866 7 INFO neutron.services.segments.plugin [-] Segment 3e9bdf0a-ad10-4ba4-a1fc-ba839d7f25e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e9bdf0a-ad10-4ba4-a1fc-ba839d7f25e0 found for delete ", "request_id": "req-4c8f0a04-6b34-422d-8dda-f4325469827e"}]} 2026-05-08 20:39:43.904 7 INFO neutron.services.segments.plugin [-] Segment 28f2f3a0-d8cd-49d2-b66f-6ba11e5a821d resource provider aggregate not found 2026-05-08 20:39:43.910 7 INFO neutron.services.segments.plugin [-] Segment 28f2f3a0-d8cd-49d2-b66f-6ba11e5a821d resource provider aggregate not found 2026-05-08 20:39:43.931 7 INFO neutron.services.segments.plugin [-] Segment 28f2f3a0-d8cd-49d2-b66f-6ba11e5a821d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28f2f3a0-d8cd-49d2-b66f-6ba11e5a821d found for delete ", "request_id": "req-71267036-e712-4aa5-a5ff-74d84b03d96a"}]} 2026-05-08 20:39:43.936 7 INFO neutron.services.segments.plugin [-] Segment 28f2f3a0-d8cd-49d2-b66f-6ba11e5a821d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28f2f3a0-d8cd-49d2-b66f-6ba11e5a821d found for delete ", "request_id": "req-c7f401c5-554c-4743-ba22-fab12a5c6c31"}]} 2026-05-08 20:39:43.951 7 INFO neutron.services.segments.plugin [-] Segment ae186bdf-0be4-4087-9fb3-6b9bd7d8b583 resource provider aggregate not found 2026-05-08 20:39:43.959 7 INFO neutron.services.segments.plugin [-] Segment ae186bdf-0be4-4087-9fb3-6b9bd7d8b583 resource provider aggregate not found 2026-05-08 20:39:43.977 7 INFO neutron.services.segments.plugin [-] Segment ae186bdf-0be4-4087-9fb3-6b9bd7d8b583 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae186bdf-0be4-4087-9fb3-6b9bd7d8b583 found for delete ", "request_id": "req-732a764d-fefe-47dd-aa29-0ff100a3cde1"}]} 2026-05-08 20:39:43.979 7 INFO neutron.services.segments.plugin [-] Segment ae186bdf-0be4-4087-9fb3-6b9bd7d8b583 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae186bdf-0be4-4087-9fb3-6b9bd7d8b583 found for delete ", "request_id": "req-d6e3c89a-704c-4684-992b-03c760ec4659"}]} [pid: 7|app: 0|req: 1044/2076] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:43 2026] DELETE /v2.0/security-groups/7ccc1977-0a48-4c55-a116-cb0200053d7e => generated 0 bytes in 198 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2077] 10.0.0.181 () {34 vars in 759 bytes} [Fri May 8 20:39:43 2026] PUT /v2.0/subnetpools/db09f9c6-be9f-4136-adf1-1813e89ce672/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2078] 10.0.0.181 () {32 vars in 739 bytes} [Fri May 8 20:39:44 2026] GET /v2.0/subnetpools/db09f9c6-be9f-4136-adf1-1813e89ce672/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2079] 10.0.0.181 () {34 vars in 770 bytes} [Fri May 8 20:39:44 2026] PUT /v2.0/subnetpools/db09f9c6-be9f-4136-adf1-1813e89ce672/tags/green => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2080] 10.0.0.181 () {32 vars in 739 bytes} [Fri May 8 20:39:44 2026] GET /v2.0/subnetpools/db09f9c6-be9f-4136-adf1-1813e89ce672/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2081] 10.0.0.181 () {34 vars in 783 bytes} [Fri May 8 20:39:42 2026] PUT /v2.0/routers/e711980f-c8bd-4f64-9bc8-934dc0411e2a/add_router_interface => generated 309 bytes in 1433 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2082] 10.0.0.181 () {34 vars in 766 bytes} [Fri May 8 20:39:44 2026] PUT /v2.0/subnetpools/db09f9c6-be9f-4136-adf1-1813e89ce672/tags/red => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2083] 10.0.0.181 () {32 vars in 649 bytes} [Fri May 8 20:39:44 2026] GET /v2.0/networks => generated 3606 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2084] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:44 2026] GET /v2.0/security-groups?tenant_id=ca8ac8645e5b434bbad2a88e1f88f2cf&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2085] 10.0.0.181 () {32 vars in 739 bytes} [Fri May 8 20:39:44 2026] GET /v2.0/subnetpools/db09f9c6-be9f-4136-adf1-1813e89ce672/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2086] 10.0.0.181 () {32 vars in 647 bytes} [Fri May 8 20:39:44 2026] GET /v2.0/subnets => generated 2594 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2087] 10.0.0.181 () {34 vars in 788 bytes} [Fri May 8 20:39:44 2026] PUT /v2.0/subnetpools/db09f9c6-be9f-4136-adf1-1813e89ce672/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2088] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:44 2026] DELETE /v2.0/security-groups/fac4c23e-7efd-4bdd-92a2-e33eda549770 => 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: 1038/2089] 10.0.0.181 () {32 vars in 739 bytes} [Fri May 8 20:39:44 2026] GET /v2.0/subnetpools/db09f9c6-be9f-4136-adf1-1813e89ce672/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2090] 10.0.0.181 () {32 vars in 647 bytes} [Fri May 8 20:39:44 2026] GET /v2.0/routers => generated 738 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2091] 10.0.0.181 () {34 vars in 759 bytes} [Fri May 8 20:39:44 2026] PUT /v2.0/subnetpools/db09f9c6-be9f-4136-adf1-1813e89ce672/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2092] 10.0.0.181 () {32 vars in 739 bytes} [Fri May 8 20:39:44 2026] GET /v2.0/subnetpools/db09f9c6-be9f-4136-adf1-1813e89ce672/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2093] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:39:44 2026] GET /v2.0/subnetpools/db09f9c6-be9f-4136-adf1-1813e89ce672/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:39:44.596 8 INFO neutron.api.v2.resource [None req-8e05be8c-7569-4169-9099-1de408925732 3138bf225e7e41198192a05302f71df0 b58d94814e8041a7b15673ae8b0ef444 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1041/2094] 10.0.0.181 () {32 vars in 751 bytes} [Fri May 8 20:39:44 2026] GET /v2.0/subnetpools/db09f9c6-be9f-4136-adf1-1813e89ce672/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2095] 10.0.0.181 () {34 vars in 685 bytes} [Fri May 8 20:39:44 2026] POST /v2.0/security-groups => generated 1675 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2096] 10.0.0.181 () {32 vars in 750 bytes} [Fri May 8 20:39:44 2026] DELETE /v2.0/subnetpools/db09f9c6-be9f-4136-adf1-1813e89ce672/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: 1043/2097] 10.0.0.181 () {32 vars in 739 bytes} [Fri May 8 20:39:44 2026] GET /v2.0/subnetpools/db09f9c6-be9f-4136-adf1-1813e89ce672/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:39:44.735 8 INFO neutron.api.v2.resource [None req-6859e73f-023f-427e-a803-05a9c009c03d 3138bf225e7e41198192a05302f71df0 b58d94814e8041a7b15673ae8b0ef444 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1044/2098] 10.0.0.181 () {32 vars in 754 bytes} [Fri May 8 20:39:44 2026] DELETE /v2.0/subnetpools/db09f9c6-be9f-4136-adf1-1813e89ce672/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2099] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:39:44 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: 1045/2100] 10.0.0.181 () {32 vars in 742 bytes} [Fri May 8 20:39:44 2026] DELETE /v2.0/subnetpools/db09f9c6-be9f-4136-adf1-1813e89ce672/tags => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2101] 10.0.0.181 () {32 vars in 739 bytes} [Fri May 8 20:39:44 2026] GET /v2.0/subnetpools/db09f9c6-be9f-4136-adf1-1813e89ce672/tags => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2102] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:39:44 2026] POST /v2.0/security-group-rules => generated 596 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2103] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:39:44 2026] DELETE /v2.0/subnetpools/db09f9c6-be9f-4136-adf1-1813e89ce672 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2104] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:39:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2105] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:39:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:39:45.215 7 INFO neutron.db.securitygroups_db [None req-63b1bad8-21eb-4097-b9e0-bc2ca3a83594 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Project 36b32b464c054870bb2890507f7d80d8 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: 1058/2106] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:39:45 2026] POST /v2.0/security-group-rules => generated 607 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:39:45.347 8 INFO neutron.db.securitygroups_db [None req-cf500bce-ab53-4e07-a70b-3021c2e3e00b 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Project 36b32b464c054870bb2890507f7d80d8 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: 1049/2107] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:39:45 2026] POST /v2.0/security-group-rules => generated 606 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2108] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:45 2026] GET /v2.0/security-groups?tenant_id=b58d94814e8041a7b15673ae8b0ef444&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2109] 10.0.0.181 () {32 vars in 649 bytes} [Fri May 8 20:39:45 2026] GET /v2.0/networks => generated 1297 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2110] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:45 2026] DELETE /v2.0/security-groups/13461466-3dd7-427d-8233-028a7acf2061 => 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: 1051/2111] 10.0.0.169 () {34 vars in 1100 bytes} [Fri May 8 20:39:46 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1155124600&fields=id&tenant_id=36b32b464c054870bb2890507f7d80d8 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2114] 10.0.0.169 () {34 vars in 982 bytes} [Fri May 8 20:39:46 2026] GET /v2.0/networks?id=64656f0e-27c3-4672-bf69-50718c6dae4e => generated 660 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2115] 10.0.0.169 () {34 vars in 965 bytes} [Fri May 8 20:39:46 2026] GET /v2.0/quotas/36b32b464c054870bb2890507f7d80d8 => 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: 1062/2116] 10.0.0.169 () {34 vars in 1002 bytes} [Fri May 8 20:39:46 2026] GET /v2.0/ports?tenant_id=36b32b464c054870bb2890507f7d80d8&fields=id => generated 103 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2117] 10.0.0.169 () {34 vars in 1008 bytes} [Fri May 8 20:39:46 2026] GET /v2.0/networks/64656f0e-27c3-4672-bf69-50718c6dae4e?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2118] 10.0.0.169 () {34 vars in 1108 bytes} [Fri May 8 20:39:46 2026] GET /v2.0/networks/64656f0e-27c3-4672-bf69-50718c6dae4e?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: 1063/2119] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:46 2026] GET /v2.0/security-groups?tenant_id=fc0f9cabda3e4f5da2f444a159325af1&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2120] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:46 2026] DELETE /v2.0/security-groups/d4b78147-92ee-4e88-ad9e-1b1328227825 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2121] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:46 2026] GET /v2.0/ports?device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2122] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:47 2026] GET /v2.0/ports?device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => 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: 1065/2123] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:48 2026] GET /v2.0/ports?device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => 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: 1059/2124] 10.0.0.181 () {34 vars in 684 bytes} [Fri May 8 20:39:49 2026] POST /v2.0/security-groups => generated 1601 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2125] 10.0.0.181 () {34 vars in 684 bytes} [Fri May 8 20:39:49 2026] POST /v2.0/security-groups => generated 1601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2126] 10.0.0.181 () {34 vars in 684 bytes} [Fri May 8 20:39:49 2026] POST /v2.0/security-groups => generated 1601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2127] 10.0.0.181 () {34 vars in 684 bytes} [Fri May 8 20:39:49 2026] POST /v2.0/security-groups => generated 1601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2128] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:49 2026] GET /v2.0/ports?device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => 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: 1061/2129] 10.0.0.181 () {34 vars in 684 bytes} [Fri May 8 20:39:49 2026] POST /v2.0/security-groups => generated 1601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2130] 10.0.0.181 () {34 vars in 767 bytes} [Fri May 8 20:39:49 2026] PUT /v2.0/security-groups/9f19df9a-759f-4ab9-af52-a2c26ac891b8/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2131] 10.0.0.181 () {34 vars in 767 bytes} [Fri May 8 20:39:49 2026] PUT /v2.0/security-groups/f95b876e-433c-403a-8e17-eea5167a40e8/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2132] 10.0.0.181 () {34 vars in 767 bytes} [Fri May 8 20:39:50 2026] PUT /v2.0/security-groups/1f4ef57f-2dc5-494f-8225-69882df3e984/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2133] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:49 2026] GET /v2.0/security-groups?tenant_id=3e7d52979162490d9effe4d26f05c48d&name=default => generated 2927 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2134] 10.0.0.181 () {34 vars in 767 bytes} [Fri May 8 20:39:50 2026] PUT /v2.0/security-groups/abf6e99e-e38a-4621-9e9c-0f71c0547da0/tags => 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: 1066/2135] 10.0.0.181 () {32 vars in 680 bytes} [Fri May 8 20:39:50 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2136] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:50 2026] DELETE /v2.0/security-groups/d63c0bf2-3f78-4ed8-bf25-05ae7d253983 => 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: 1067/2137] 10.0.0.181 () {32 vars in 694 bytes} [Fri May 8 20:39:50 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2138] 10.0.0.181 () {32 vars in 690 bytes} [Fri May 8 20:39:50 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2139] 10.0.0.181 () {32 vars in 702 bytes} [Fri May 8 20:39:50 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2140] 10.0.0.181 () {32 vars in 688 bytes} [Fri May 8 20:39:50 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2141] 10.0.0.181 () {32 vars in 702 bytes} [Fri May 8 20:39:50 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2142] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:50 2026] GET /v2.0/security-groups?tenant_id=7823d7a3090c41328c20f414c1b8c169&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2143] 10.0.0.181 () {32 vars in 698 bytes} [Fri May 8 20:39:50 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2144] 10.0.0.181 () {32 vars in 710 bytes} [Fri May 8 20:39:50 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2145] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:50 2026] DELETE /v2.0/security-groups/32161db0-a54f-4ea0-a2eb-93de5fe09662 => 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: 1076/2146] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:50 2026] DELETE /v2.0/security-groups/9f19df9a-759f-4ab9-af52-a2c26ac891b8 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2147] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:50 2026] DELETE /v2.0/security-groups/f95b876e-433c-403a-8e17-eea5167a40e8 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2148] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:39:50 2026] GET /v2.0/networks?id=64656f0e-27c3-4672-bf69-50718c6dae4e => generated 660 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2149] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:50 2026] DELETE /v2.0/security-groups/1f4ef57f-2dc5-494f-8225-69882df3e984 => 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: 1073/2150] 199.204.45.109 () {34 vars in 1050 bytes} [Fri May 8 20:39:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=36b32b464c054870bb2890507f7d80d8 => generated 181 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2151] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:50 2026] DELETE /v2.0/security-groups/abf6e99e-e38a-4621-9e9c-0f71c0547da0 => 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: 1079/2152] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:50 2026] GET /v2.0/ports?device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2153] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:50 2026] DELETE /v2.0/security-groups/3b7cb48b-7c02-4a0a-bf18-071df8931e36 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2154] 199.204.45.109 () {38 vars in 955 bytes} [Fri May 8 20:39:50 2026] POST /v2.0/ports => generated 958 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:39:51.129 7 WARNING keystonemiddleware.audit [None req-ab051225-609f-40ef-8838-59a5602eae78 0420514a2ef749b38dd76216a9d473df e0f305da7e7644a69f94de468b1f84a9 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1081/2155] 199.204.45.109 () {38 vars in 1028 bytes} [Fri May 8 20:39:51 2026] PUT /v2.0/ports/5f7e418b-5f11-47dd-aed7-ac5b286b4b15 => generated 1239 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:39:51.579 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cef7c763-d9b1-4741-93cd-824de14f0bbf'] response: {'name': 'network-changed', 'server_uuid': '7af37882-c6a6-4832-b16b-88b6014458e1', 'tag': '5f7e418b-5f11-47dd-aed7-ac5b286b4b15', '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: 1075/2156] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:51 2026] GET /v2.0/security-groups?tenant_id=e0f305da7e7644a69f94de468b1f84a9&name=default => generated 2925 bytes in 181 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: 1076/2157] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:51 2026] GET /v2.0/ports?device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2158] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:51 2026] DELETE /v2.0/security-groups/6355bddc-37fe-4b83-88db-f36bb44ead5f => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2159] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:39:52 2026] GET /v2.0/security-groups?id=35129167-ef5b-4696-ab5e-8e4babb253f8&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:39:52.090 7 WARNING keystonemiddleware.audit [None req-2afdfa1b-cadb-4025-bc30-df63247ba53f 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1083/2160] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:39:52 2026] GET /v2.0/ports?tenant_id=36b32b464c054870bb2890507f7d80d8&device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:39:52.134 7 WARNING keystonemiddleware.audit [req-bd191b1f-f93b-4a1a-95d4-4aee4a5ddd4f req-4ceeb33c-93ac-4f1c-b41e-2e89715d801c 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1084/2161] 199.204.45.109 () {34 vars in 1018 bytes} [Fri May 8 20:39:52 2026] GET /v2.0/networks?tenant_id=36b32b464c054870bb2890507f7d80d8&shared=False => generated 756 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:39:52.184 7 WARNING keystonemiddleware.audit [req-bd191b1f-f93b-4a1a-95d4-4aee4a5ddd4f req-cd43b56e-a24f-4203-9bce-aa6889ae36f3 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1085/2162] 199.204.45.109 () {34 vars in 930 bytes} [Fri May 8 20:39:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2163] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:52 2026] GET /v2.0/security-groups?tenant_id=cd79be84d496402a83a9f0a49b9813fe&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2164] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:52 2026] DELETE /v2.0/security-groups/74a8a239-e007-429e-9217-c238b82d2fbd => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2165] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:39:52 2026] GET /v2.0/security-groups?tenant_id=13ddf0630d3b4dc59d69b69b4354132f&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2166] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:39:52 2026] DELETE /v2.0/security-groups/20af7ad6-a40e-43c8-b34b-e2ae85764840 => 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: 1080/2167] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:53 2026] GET /v2.0/ports?device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2168] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:39:53 2026] GET /v2.0/security-groups?id=35129167-ef5b-4696-ab5e-8e4babb253f8&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:39:53.247 8 WARNING keystonemiddleware.audit [req-739e2ecd-7aa4-4f27-889d-318fca553367 req-04d18444-eb32-4e16-bcd1-8edf74af313c 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1081/2169] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:39:53 2026] GET /v2.0/ports?tenant_id=36b32b464c054870bb2890507f7d80d8&device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:39:53.307 7 WARNING keystonemiddleware.audit [req-739e2ecd-7aa4-4f27-889d-318fca553367 req-659ecce7-2f78-4508-92fd-b624324f4410 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1089/2170] 199.204.45.109 () {34 vars in 1060 bytes} [Fri May 8 20:39:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=5f7e418b-5f11-47dd-aed7-ac5b286b4b15 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:39:53.340 8 WARNING keystonemiddleware.audit [req-dc6b7259-e9fa-42f7-ada5-385c71e6285f req-df659196-077b-4d5d-b394-d92195c4da5f 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1082/2171] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:39:53 2026] GET /v2.0/subnets?id=20e2a74a-f01c-4689-b79c-f8455f34354b => generated 677 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:39:53.387 7 WARNING keystonemiddleware.audit [req-dc6b7259-e9fa-42f7-ada5-385c71e6285f req-324df49b-c5bd-4d0d-93cf-8389b5d8d67a 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1090/2172] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:39:53 2026] GET /v2.0/ports?network_id=64656f0e-27c3-4672-bf69-50718c6dae4e&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:39:53.445 8 WARNING keystonemiddleware.audit [req-dc6b7259-e9fa-42f7-ada5-385c71e6285f req-a9ea4f9b-6203-4d42-9c38-30caa2ab209c 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1083/2173] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:39:53 2026] GET /v2.0/networks/64656f0e-27c3-4672-bf69-50718c6dae4e?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:39:53.515 7 WARNING keystonemiddleware.audit [req-dc6b7259-e9fa-42f7-ada5-385c71e6285f req-76a42184-3cd0-4db9-9d9b-21934a2f13ed 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1091/2174] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:39:53 2026] GET /v2.0/networks/64656f0e-27c3-4672-bf69-50718c6dae4e?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: 1084/2175] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:54 2026] GET /v2.0/ports?device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2176] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:39:54 2026] GET /v2.0/security-groups?id=35129167-ef5b-4696-ab5e-8e4babb253f8&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: 1085/2177] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:55 2026] GET /v2.0/ports?device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2178] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:39:55 2026] GET /v2.0/security-groups?id=35129167-ef5b-4696-ab5e-8e4babb253f8&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: 1086/2179] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:56 2026] GET /v2.0/ports?device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2180] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:39:56 2026] GET /v2.0/security-groups?id=35129167-ef5b-4696-ab5e-8e4babb253f8&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:39:57.122 8 INFO neutron.db.segments_db [None req-99d93201-ec19-4906-8532-92156ee18221 c69ff6fb377f4704b34ce64dac67a21c ca965e6613d14a83a8ceb3b65b66e8a9 - - default default] Added segment a884dd92-2247-4692-aa32-d2775297fb93 of type vxlan for network 51b3f14a-66f4-46ef-b9c2-3cd04db8964b [pid: 8|app: 0|req: 1087/2181] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:39:56 2026] POST /v2.0/networks => generated 631 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2182] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:39:57 2026] POST /v2.0/subnets => generated 626 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:39:57.573 8 INFO neutron.db.segments_db [None req-ac41c31f-7fd7-4a00-ba55-d8382c6f5ba0 c69ff6fb377f4704b34ce64dac67a21c ca965e6613d14a83a8ceb3b65b66e8a9 - - default default] Added segment d27a6092-32dd-4ce5-8c78-b39e28ea8c47 of type vxlan for network c47a2057-f816-4f92-9941-932b9f6f1098 [pid: 8|app: 0|req: 1088/2183] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:39:57 2026] POST /v2.0/networks => generated 632 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2184] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:57 2026] GET /v2.0/ports?device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2185] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:39:57 2026] GET /v2.0/security-groups?id=35129167-ef5b-4696-ab5e-8e4babb253f8&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2186] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:39:57 2026] POST /v2.0/subnets => generated 629 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:39:58.021 8 INFO neutron.db.segments_db [None req-bfd65ff7-e478-4b9e-9d19-6020df0a1916 c69ff6fb377f4704b34ce64dac67a21c ca965e6613d14a83a8ceb3b65b66e8a9 - - default default] Added segment 9ee91c00-1b65-45c0-809b-874109c8aa94 of type vxlan for network 28a56260-fcfd-4f29-b367-bad94201ace7 [pid: 8|app: 0|req: 1091/2187] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:39:57 2026] POST /v2.0/networks => generated 632 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2188] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:39:58 2026] POST /v2.0/subnets => generated 629 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:39:58.431 8 INFO neutron.db.segments_db [None req-eeaea947-15ed-4ff1-8d8c-6f57b8348abf c69ff6fb377f4704b34ce64dac67a21c ca965e6613d14a83a8ceb3b65b66e8a9 - - default default] Added segment 5c365437-5598-4f85-8a8a-9bed8c304fae of type vxlan for network 4cd706a4-ac1d-4829-b9f9-288aa01fc701 [pid: 8|app: 0|req: 1092/2189] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:39:58 2026] POST /v2.0/networks => generated 630 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2190] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:39:58 2026] POST /v2.0/subnets => generated 629 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:39:58.908 8 INFO neutron.db.segments_db [None req-66987397-5f0e-400b-9049-ae4a15c13c63 c69ff6fb377f4704b34ce64dac67a21c ca965e6613d14a83a8ceb3b65b66e8a9 - - default default] Added segment f91cc471-5ca2-436b-801e-cc7de3743fa3 of type vxlan for network 648797fc-acfa-4527-b978-97f3131738f7 [pid: 8|app: 0|req: 1093/2191] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:39:58 2026] POST /v2.0/networks => generated 631 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2192] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:58 2026] GET /v2.0/ports?device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2193] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:39:59 2026] GET /v2.0/security-groups?id=35129167-ef5b-4696-ab5e-8e4babb253f8&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: 1095/2194] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:39:59 2026] GET /v2.0/ports?device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => 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: 1096/2195] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:39:59 2026] GET /v2.0/security-groups?id=35129167-ef5b-4696-ab5e-8e4babb253f8&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2196] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:39:59 2026] POST /v2.0/subnets => generated 629 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2197] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:39:59 2026] GET /v2.0/ports?device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => 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: 1101/2198] 10.0.0.181 () {34 vars in 751 bytes} [Fri May 8 20:39:59 2026] PUT /v2.0/subnets/1e5e4b27-1863-4d23-9d0a-8408a0a08cb1/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2199] 10.0.0.181 () {34 vars in 751 bytes} [Fri May 8 20:39:59 2026] PUT /v2.0/subnets/49fed796-feff-46c9-ab4a-f07e6be4a3d9/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: 1103/2200] 10.0.0.181 () {34 vars in 751 bytes} [Fri May 8 20:39:59 2026] PUT /v2.0/subnets/8a7675d0-9973-410c-b76f-47f134e6049d/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2201] 10.0.0.181 () {34 vars in 751 bytes} [Fri May 8 20:39:59 2026] PUT /v2.0/subnets/818f43fb-e4ca-4a3d-b104-451d09cc698e/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2202] 10.0.0.181 () {32 vars in 664 bytes} [Fri May 8 20:39:59 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2203] 10.0.0.181 () {32 vars in 678 bytes} [Fri May 8 20:39:59 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2204] 10.0.0.181 () {32 vars in 674 bytes} [Fri May 8 20:39:59 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2205] 10.0.0.181 () {32 vars in 686 bytes} [Fri May 8 20:39:59 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2206] 10.0.0.181 () {32 vars in 672 bytes} [Fri May 8 20:39:59 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2207] 10.0.0.181 () {32 vars in 686 bytes} [Fri May 8 20:39:59 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2208] 10.0.0.181 () {32 vars in 682 bytes} [Fri May 8 20:39:59 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2209] 10.0.0.181 () {32 vars in 694 bytes} [Fri May 8 20:39:59 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:39:59.960 8 INFO neutron.db.l3_db [None req-1c190765-d664-4c3c-a105-a30f9a5415ad 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Floating IP 74abd972-6ca1-4343-8b8d-4b4bc6643f54 associated. External IP: 10.96.250.219, port: 5f7e418b-5f11-47dd-aed7-ac5b286b4b15. [pid: 7|app: 0|req: 1113/2210] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:39:59 2026] DELETE /v2.0/subnets/1e5e4b27-1863-4d23-9d0a-8408a0a08cb1 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2211] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:39:59 2026] DELETE /v2.0/subnets/49fed796-feff-46c9-ab4a-f07e6be4a3d9 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2212] 10.0.0.181 () {34 vars in 677 bytes} [Fri May 8 20:39:59 2026] POST /v2.0/floatingips => generated 856 bytes in 1006 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2213] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:40:00 2026] DELETE /v2.0/subnets/8a7675d0-9973-410c-b76f-47f134e6049d => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:40:00.353 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6c6516b2-c25c-4811-81da-d1a974c5a2e9'] response: {'name': 'network-changed', 'server_uuid': '7af37882-c6a6-4832-b16b-88b6014458e1', 'tag': '5f7e418b-5f11-47dd-aed7-ac5b286b4b15', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1099/2214] 10.0.0.181 () {32 vars in 729 bytes} [Fri May 8 20:40:00 2026] GET /v2.0/floatingips/74abd972-6ca1-4343-8b8d-4b4bc6643f54 => generated 856 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2215] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:40:00 2026] DELETE /v2.0/subnets/818f43fb-e4ca-4a3d-b104-451d09cc698e => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2216] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:40:00 2026] DELETE /v2.0/subnets/bc8b2248-2f43-451b-971c-c3faf1864385 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:40:00.740 7 INFO neutron_taas.services.taas.taas_plugin [None req-3693d99f-fdc0-4ba4-b1db-59ea9598a336 c69ff6fb377f4704b34ce64dac67a21c ca965e6613d14a83a8ceb3b65b66e8a9 - - default default] TaaS: Handle Delete Port: 4ceac07b-3b1b-4110-9e93-9625d65131b3 2026-05-08 20:40:00.743 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3693d99f-fdc0-4ba4-b1db-59ea9598a336 c69ff6fb377f4704b34ce64dac67a21c ca965e6613d14a83a8ceb3b65b66e8a9 - - default default] Tap Mirror: Handle Delete Port: 4ceac07b-3b1b-4110-9e93-9625d65131b3 2026-05-08 20:40:00.867 8 WARNING keystonemiddleware.audit [None req-40eb2ff7-657b-437d-82bd-cb82bf92302f c69ff6fb377f4704b34ce64dac67a21c ca965e6613d14a83a8ceb3b65b66e8a9 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1101/2217] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:40:00 2026] GET /v2.0/ports?tenant_id=36b32b464c054870bb2890507f7d80d8&device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:40:00.910 7 INFO neutron.services.segments.plugin [-] Segment a884dd92-2247-4692-aa32-d2775297fb93 resource provider aggregate not found 2026-05-08 20:40:00.911 8 WARNING keystonemiddleware.audit [req-9fb21966-22fd-44ee-bd14-8b33d90c42c5 req-de0a745b-15be-4562-a1f2-256540541d39 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. 2026-05-08 20:40:00.919 7 INFO neutron.services.segments.plugin [-] Segment a884dd92-2247-4692-aa32-d2775297fb93 resource provider aggregate not found 2026-05-08 20:40:00.930 7 INFO neutron.services.segments.plugin [-] Segment a884dd92-2247-4692-aa32-d2775297fb93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a884dd92-2247-4692-aa32-d2775297fb93 found for delete ", "request_id": "req-ccc6bb28-1d7d-4266-a263-a2746527fe36"}]} [pid: 7|app: 0|req: 1117/2218] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:40:00 2026] DELETE /v2.0/networks/51b3f14a-66f4-46ef-b9c2-3cd04db8964b => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:40:00.943 7 INFO neutron.services.segments.plugin [-] Segment a884dd92-2247-4692-aa32-d2775297fb93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a884dd92-2247-4692-aa32-d2775297fb93 found for delete ", "request_id": "req-0994c8ea-8fa3-488d-9018-999b82759ea1"}]} [pid: 8|app: 0|req: 1102/2219] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:40:00 2026] GET /v2.0/networks?id=64656f0e-27c3-4672-bf69-50718c6dae4e => generated 756 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:40:00.954 8 WARNING keystonemiddleware.audit [req-9fb21966-22fd-44ee-bd14-8b33d90c42c5 req-685fc07f-fcb7-4cd5-9ebc-9111518f068b 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1103/2220] 199.204.45.109 () {34 vars in 1060 bytes} [Fri May 8 20:40:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=5f7e418b-5f11-47dd-aed7-ac5b286b4b15 => generated 859 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:40:01.000 8 WARNING keystonemiddleware.audit [req-9fb21966-22fd-44ee-bd14-8b33d90c42c5 req-d3be09e6-64a1-437f-a22d-9c1ed1a66653 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1104/2221] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:40:00 2026] GET /v2.0/subnets?id=20e2a74a-f01c-4689-b79c-f8455f34354b => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:40:01.030 8 WARNING keystonemiddleware.audit [req-9fb21966-22fd-44ee-bd14-8b33d90c42c5 req-03c272fb-651b-4cf6-8c8b-de2e47dbcec4 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1118/2222] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:40:00 2026] DELETE /v2.0/networks/c47a2057-f816-4f92-9941-932b9f6f1098 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2223] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:40:01 2026] GET /v2.0/ports?network_id=64656f0e-27c3-4672-bf69-50718c6dae4e&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:40:01.071 8 WARNING keystonemiddleware.audit [req-9fb21966-22fd-44ee-bd14-8b33d90c42c5 req-c538aaac-7673-47e8-852d-4fd7aad4cd04 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1108/2226] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:40:01 2026] GET /v2.0/networks/64656f0e-27c3-4672-bf69-50718c6dae4e?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:40:01.108 8 WARNING keystonemiddleware.audit [req-9fb21966-22fd-44ee-bd14-8b33d90c42c5 req-4fc4dccd-1d92-4c71-bfa8-6963aa4a1eac 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1109/2227] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:40:01 2026] GET /v2.0/networks/64656f0e-27c3-4672-bf69-50718c6dae4e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2228] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:40:01 2026] DELETE /v2.0/networks/28a56260-fcfd-4f29-b367-bad94201ace7 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:40:01.326 8 INFO neutron.services.segments.plugin [-] Segment 5c365437-5598-4f85-8a8a-9bed8c304fae resource provider aggregate not found [pid: 8|app: 0|req: 1110/2229] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:40:01 2026] DELETE /v2.0/networks/4cd706a4-ac1d-4829-b9f9-288aa01fc701 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:40:01.353 8 INFO neutron.services.segments.plugin [-] Segment 5c365437-5598-4f85-8a8a-9bed8c304fae resource provider aggregate not found 2026-05-08 20:40:01.359 8 INFO neutron.services.segments.plugin [-] Segment 5c365437-5598-4f85-8a8a-9bed8c304fae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c365437-5598-4f85-8a8a-9bed8c304fae found for delete ", "request_id": "req-9931795b-9e28-4d93-8885-e748d61ac7de"}]} 2026-05-08 20:40:01.373 8 INFO neutron.services.segments.plugin [-] Segment 5c365437-5598-4f85-8a8a-9bed8c304fae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c365437-5598-4f85-8a8a-9bed8c304fae found for delete ", "request_id": "req-a938ba7b-0a49-42f0-8092-1c59737ea60f"}]} [pid: 8|app: 0|req: 1111/2230] 10.0.0.181 () {32 vars in 729 bytes} [Fri May 8 20:40:01 2026] GET /v2.0/floatingips/74abd972-6ca1-4343-8b8d-4b4bc6643f54 => generated 856 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2231] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:40:01 2026] DELETE /v2.0/networks/648797fc-acfa-4527-b978-97f3131738f7 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2232] 10.0.0.181 () {32 vars in 729 bytes} [Fri May 8 20:40:02 2026] GET /v2.0/floatingips/74abd972-6ca1-4343-8b8d-4b4bc6643f54 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2233] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:40:02 2026] GET /v2.0/security-groups?tenant_id=a49f0ea8d3e244819c93b901c3b36224&name=default => generated 2929 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2234] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:40:02 2026] DELETE /v2.0/security-groups/e4306b52-be4c-4714-8e8d-b5e79bfa24a9 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:40:02.948 7 INFO neutron.services.segments.plugin [-] Segment d27a6092-32dd-4ce5-8c78-b39e28ea8c47 resource provider aggregate not found 2026-05-08 20:40:02.960 7 INFO neutron.services.segments.plugin [-] Segment d27a6092-32dd-4ce5-8c78-b39e28ea8c47 resource provider aggregate not found 2026-05-08 20:40:02.964 7 INFO neutron.services.segments.plugin [-] Segment d27a6092-32dd-4ce5-8c78-b39e28ea8c47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d27a6092-32dd-4ce5-8c78-b39e28ea8c47 found for delete ", "request_id": "req-584b4916-1e79-4e85-836d-c094d9f6882c"}]} [pid: 8|app: 0|req: 1113/2235] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:40:02 2026] GET /v2.0/security-groups?tenant_id=9ef5049da6a34c3bae64f0e155cc68a5&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:40:02.978 7 INFO neutron.services.segments.plugin [-] Segment d27a6092-32dd-4ce5-8c78-b39e28ea8c47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d27a6092-32dd-4ce5-8c78-b39e28ea8c47 found for delete ", "request_id": "req-c7628913-41c0-4516-8d21-3ffbd20e178c"}]} 2026-05-08 20:40:02.981 7 INFO neutron.services.segments.plugin [-] Segment 9ee91c00-1b65-45c0-809b-874109c8aa94 resource provider aggregate not found 2026-05-08 20:40:02.992 7 INFO neutron.services.segments.plugin [-] Segment 9ee91c00-1b65-45c0-809b-874109c8aa94 resource provider aggregate not found 2026-05-08 20:40:03.004 7 INFO neutron.services.segments.plugin [-] Segment 9ee91c00-1b65-45c0-809b-874109c8aa94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ee91c00-1b65-45c0-809b-874109c8aa94 found for delete ", "request_id": "req-d4f4f2f7-8f3a-4d48-a88d-7b1419474910"}]} 2026-05-08 20:40:03.011 7 INFO neutron.services.segments.plugin [-] Segment 9ee91c00-1b65-45c0-809b-874109c8aa94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ee91c00-1b65-45c0-809b-874109c8aa94 found for delete ", "request_id": "req-6c768738-ce03-4cc0-9e4b-1a3abada2be1"}]} 2026-05-08 20:40:03.031 7 INFO neutron.services.segments.plugin [-] Segment f91cc471-5ca2-436b-801e-cc7de3743fa3 resource provider aggregate not found 2026-05-08 20:40:03.031 7 INFO neutron.services.segments.plugin [-] Segment f91cc471-5ca2-436b-801e-cc7de3743fa3 resource provider aggregate not found 2026-05-08 20:40:03.052 7 INFO neutron.services.segments.plugin [-] Segment f91cc471-5ca2-436b-801e-cc7de3743fa3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f91cc471-5ca2-436b-801e-cc7de3743fa3 found for delete ", "request_id": "req-6aaabe49-83f6-45cf-af67-a97c68a51f88"}]} 2026-05-08 20:40:03.053 7 INFO neutron.services.segments.plugin [-] Segment f91cc471-5ca2-436b-801e-cc7de3743fa3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f91cc471-5ca2-436b-801e-cc7de3743fa3 found for delete ", "request_id": "req-077d8a26-442f-4496-a199-95baf856219c"}]} [pid: 7|app: 0|req: 1123/2236] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:40:02 2026] DELETE /v2.0/security-groups/383195c1-e995-47c4-8830-5f3793de6fc5 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2237] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:40:03 2026] GET /v2.0/security-groups?tenant_id=ca965e6613d14a83a8ceb3b65b66e8a9&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2238] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:40:03 2026] DELETE /v2.0/security-groups/eb3ff671-0f68-4f71-b50a-5915ce6afa58 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:40:06.800 8 INFO neutron.db.segments_db [None req-dbedbee6-8e06-4f76-853f-3a54ecd24c2c 5865769b246b45c68952e09c6ff5cb6a 57cbb7c4f8eb4b2caded76c1e5c6e6c1 - - default default] Added segment 93c312be-dc32-4ad9-8832-325d06bb57ff of type vxlan for network bbb7ecea-d186-40ea-8af1-e54327525db6 [pid: 8|app: 0|req: 1115/2239] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:40:06 2026] POST /v2.0/networks => generated 632 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2240] 10.0.0.181 () {34 vars in 753 bytes} [Fri May 8 20:40:06 2026] PUT /v2.0/networks/bbb7ecea-d186-40ea-8af1-e54327525db6/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2241] 10.0.0.181 () {32 vars in 733 bytes} [Fri May 8 20:40:06 2026] GET /v2.0/networks/bbb7ecea-d186-40ea-8af1-e54327525db6/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2242] 10.0.0.181 () {34 vars in 764 bytes} [Fri May 8 20:40:07 2026] PUT /v2.0/networks/bbb7ecea-d186-40ea-8af1-e54327525db6/tags/green => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2243] 10.0.0.181 () {32 vars in 733 bytes} [Fri May 8 20:40:07 2026] GET /v2.0/networks/bbb7ecea-d186-40ea-8af1-e54327525db6/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2244] 10.0.0.181 () {34 vars in 760 bytes} [Fri May 8 20:40:07 2026] PUT /v2.0/networks/bbb7ecea-d186-40ea-8af1-e54327525db6/tags/red => 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: 1118/2245] 10.0.0.181 () {32 vars in 733 bytes} [Fri May 8 20:40:07 2026] GET /v2.0/networks/bbb7ecea-d186-40ea-8af1-e54327525db6/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: 1128/2246] 10.0.0.181 () {34 vars in 782 bytes} [Fri May 8 20:40:07 2026] PUT /v2.0/networks/bbb7ecea-d186-40ea-8af1-e54327525db6/tags/black.or.white => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2247] 10.0.0.181 () {32 vars in 733 bytes} [Fri May 8 20:40:07 2026] GET /v2.0/networks/bbb7ecea-d186-40ea-8af1-e54327525db6/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2248] 10.0.0.181 () {34 vars in 753 bytes} [Fri May 8 20:40:07 2026] PUT /v2.0/networks/bbb7ecea-d186-40ea-8af1-e54327525db6/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2249] 10.0.0.181 () {32 vars in 733 bytes} [Fri May 8 20:40:07 2026] GET /v2.0/networks/bbb7ecea-d186-40ea-8af1-e54327525db6/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2250] 10.0.0.181 () {32 vars in 741 bytes} [Fri May 8 20:40:07 2026] GET /v2.0/networks/bbb7ecea-d186-40ea-8af1-e54327525db6/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:40:07.608 8 INFO neutron.api.v2.resource [None req-2315088e-2339-47ec-bf2f-e6578fa83f2a 5865769b246b45c68952e09c6ff5cb6a 57cbb7c4f8eb4b2caded76c1e5c6e6c1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1121/2251] 10.0.0.181 () {32 vars in 745 bytes} [Fri May 8 20:40:07 2026] GET /v2.0/networks/bbb7ecea-d186-40ea-8af1-e54327525db6/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: 1131/2252] 10.0.0.181 () {32 vars in 744 bytes} [Fri May 8 20:40:07 2026] DELETE /v2.0/networks/bbb7ecea-d186-40ea-8af1-e54327525db6/tags/red => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2253] 10.0.0.181 () {32 vars in 733 bytes} [Fri May 8 20:40:07 2026] GET /v2.0/networks/bbb7ecea-d186-40ea-8af1-e54327525db6/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:40:07.773 7 INFO neutron.api.v2.resource [None req-ba46c4ec-9696-46bd-babb-4db9bfd9073a 5865769b246b45c68952e09c6ff5cb6a 57cbb7c4f8eb4b2caded76c1e5c6e6c1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1132/2254] 10.0.0.181 () {32 vars in 748 bytes} [Fri May 8 20:40:07 2026] DELETE /v2.0/networks/bbb7ecea-d186-40ea-8af1-e54327525db6/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2255] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:40:07 2026] DELETE /v2.0/networks/bbb7ecea-d186-40ea-8af1-e54327525db6/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2256] 10.0.0.181 () {32 vars in 733 bytes} [Fri May 8 20:40:07 2026] GET /v2.0/networks/bbb7ecea-d186-40ea-8af1-e54327525db6/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:40:08.007 8 INFO neutron.services.segments.plugin [-] Segment 93c312be-dc32-4ad9-8832-325d06bb57ff resource provider aggregate not found 2026-05-08 20:40:08.010 8 INFO neutron.services.segments.plugin [-] Segment 93c312be-dc32-4ad9-8832-325d06bb57ff resource provider aggregate not found 2026-05-08 20:40:08.037 8 INFO neutron.services.segments.plugin [-] Segment 93c312be-dc32-4ad9-8832-325d06bb57ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93c312be-dc32-4ad9-8832-325d06bb57ff found for delete ", "request_id": "req-1093ae56-06c5-4540-a890-5f024525dea6"}]} 2026-05-08 20:40:08.038 8 INFO neutron.services.segments.plugin [-] Segment 93c312be-dc32-4ad9-8832-325d06bb57ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93c312be-dc32-4ad9-8832-325d06bb57ff found for delete ", "request_id": "req-39e5c204-d43f-4524-9d9d-5240ec4b8cbd"}]} [pid: 8|app: 0|req: 1124/2257] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:40:07 2026] DELETE /v2.0/networks/bbb7ecea-d186-40ea-8af1-e54327525db6 => 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: 1134/2258] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:40:08 2026] GET /v2.0/security-groups?tenant_id=57cbb7c4f8eb4b2caded76c1e5c6e6c1&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2259] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:40:08 2026] DELETE /v2.0/security-groups/22d2ccc1-3255-4397-9af9-f89621574115 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2260] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:40:09 2026] GET /v2.0/security-groups?tenant_id=344c69d1466941d49ddd76973b818e23&name=default => generated 2929 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2261] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:40:09 2026] DELETE /v2.0/security-groups/e68ced7d-b554-4660-9360-8a11f9bfd8ca => 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: 1136/2262] 10.0.0.204 () {34 vars in 990 bytes} [Fri May 8 20:40:09 2026] GET /v2.0/ports?device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2263] 10.0.0.204 () {34 vars in 1040 bytes} [Fri May 8 20:40:09 2026] GET /v2.0/security-groups?id=35129167-ef5b-4696-ab5e-8e4babb253f8&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2264] 10.0.0.181 () {34 vars in 678 bytes} [Fri May 8 20:40:12 2026] POST /v2.0/qos/policies => generated 359 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2265] 10.0.0.181 () {34 vars in 753 bytes} [Fri May 8 20:40:12 2026] PUT /v2.0/policies/130d5e92-6b43-41be-83f7-ef64448e60f6/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2266] 10.0.0.181 () {32 vars in 733 bytes} [Fri May 8 20:40:12 2026] GET /v2.0/policies/130d5e92-6b43-41be-83f7-ef64448e60f6/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2267] 10.0.0.181 () {34 vars in 764 bytes} [Fri May 8 20:40:12 2026] PUT /v2.0/policies/130d5e92-6b43-41be-83f7-ef64448e60f6/tags/green => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2268] 10.0.0.181 () {32 vars in 733 bytes} [Fri May 8 20:40:12 2026] GET /v2.0/policies/130d5e92-6b43-41be-83f7-ef64448e60f6/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: 1130/2269] 10.0.0.181 () {34 vars in 760 bytes} [Fri May 8 20:40:12 2026] PUT /v2.0/policies/130d5e92-6b43-41be-83f7-ef64448e60f6/tags/red => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2270] 10.0.0.181 () {32 vars in 733 bytes} [Fri May 8 20:40:12 2026] GET /v2.0/policies/130d5e92-6b43-41be-83f7-ef64448e60f6/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2271] 10.0.0.181 () {34 vars in 782 bytes} [Fri May 8 20:40:12 2026] PUT /v2.0/policies/130d5e92-6b43-41be-83f7-ef64448e60f6/tags/black.or.white => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2272] 10.0.0.181 () {32 vars in 733 bytes} [Fri May 8 20:40:12 2026] GET /v2.0/policies/130d5e92-6b43-41be-83f7-ef64448e60f6/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: 1132/2273] 10.0.0.181 () {34 vars in 753 bytes} [Fri May 8 20:40:12 2026] PUT /v2.0/policies/130d5e92-6b43-41be-83f7-ef64448e60f6/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2274] 10.0.0.181 () {32 vars in 733 bytes} [Fri May 8 20:40:12 2026] GET /v2.0/policies/130d5e92-6b43-41be-83f7-ef64448e60f6/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2275] 10.0.0.181 () {32 vars in 741 bytes} [Fri May 8 20:40:12 2026] GET /v2.0/policies/130d5e92-6b43-41be-83f7-ef64448e60f6/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:40:12.978 7 INFO neutron.api.v2.resource [None req-7e51a91b-8206-45f7-9041-339a6f25f4dc 16335cfc9504472697aa79cfd710c0a8 e79eb5ca7bfb44dba64b0148ace179a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1143/2276] 10.0.0.181 () {32 vars in 745 bytes} [Fri May 8 20:40:12 2026] GET /v2.0/policies/130d5e92-6b43-41be-83f7-ef64448e60f6/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: 1134/2277] 10.0.0.181 () {32 vars in 744 bytes} [Fri May 8 20:40:12 2026] DELETE /v2.0/policies/130d5e92-6b43-41be-83f7-ef64448e60f6/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: 1144/2278] 10.0.0.181 () {32 vars in 733 bytes} [Fri May 8 20:40:13 2026] GET /v2.0/policies/130d5e92-6b43-41be-83f7-ef64448e60f6/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:40:13.110 8 INFO neutron.api.v2.resource [None req-91cd8cee-7008-4219-89e4-72ee7568c566 16335cfc9504472697aa79cfd710c0a8 e79eb5ca7bfb44dba64b0148ace179a8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1135/2279] 10.0.0.181 () {32 vars in 748 bytes} [Fri May 8 20:40:13 2026] DELETE /v2.0/policies/130d5e92-6b43-41be-83f7-ef64448e60f6/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2280] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:40:13 2026] DELETE /v2.0/policies/130d5e92-6b43-41be-83f7-ef64448e60f6/tags => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2281] 10.0.0.181 () {32 vars in 733 bytes} [Fri May 8 20:40:13 2026] GET /v2.0/policies/130d5e92-6b43-41be-83f7-ef64448e60f6/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2282] 10.0.0.181 () {32 vars in 734 bytes} [Fri May 8 20:40:13 2026] DELETE /v2.0/qos/policies/130d5e92-6b43-41be-83f7-ef64448e60f6 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2283] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:40:13 2026] GET /v2.0/security-groups?tenant_id=682ee07c419f43fd95bdeaf8a563b623&name=default => generated 2929 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2284] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:40:14 2026] DELETE /v2.0/security-groups/75175c2e-1f44-49dd-9cd9-42ab4432eefd => 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: 1138/2285] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:40:14 2026] GET /v2.0/security-groups?tenant_id=e79eb5ca7bfb44dba64b0148ace179a8&name=default => generated 2929 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2286] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:40:14 2026] DELETE /v2.0/security-groups/c5172c20-d553-4d86-818f-c6fbe2452191 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:40:18.005 7 INFO neutron.db.segments_db [None req-b53f4421-d047-46cf-be99-17cd38602334 fca289f093a84a9ebbc58a3f2b9f5063 9ee4410943ed43e69dc06d95e3146f9c - - default default] Added segment afdfe623-76b3-4bae-b6e0-9f4613240a27 of type vxlan for network 95a4d4fe-d3ed-43be-aa13-06bafaa1e41a [pid: 7|app: 0|req: 1150/2289] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:40:17 2026] POST /v2.0/networks => generated 631 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2290] 10.0.0.181 () {34 vars in 664 bytes} [Fri May 8 20:40:18 2026] POST /v2.0/ports => generated 743 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2291] 10.0.0.181 () {34 vars in 666 bytes} [Fri May 8 20:40:18 2026] POST /v2.0/trunks => generated 407 bytes in 142 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: 1141/2292] 10.0.0.181 () {34 vars in 749 bytes} [Fri May 8 20:40:18 2026] PUT /v2.0/trunks/1b529a2b-253b-456b-984e-3046d3b995a1/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2293] 10.0.0.181 () {32 vars in 729 bytes} [Fri May 8 20:40:18 2026] GET /v2.0/trunks/1b529a2b-253b-456b-984e-3046d3b995a1/tags => generated 25 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2294] 10.0.0.181 () {34 vars in 760 bytes} [Fri May 8 20:40:18 2026] PUT /v2.0/trunks/1b529a2b-253b-456b-984e-3046d3b995a1/tags/green => generated 4 bytes in 26 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2295] 10.0.0.181 () {32 vars in 729 bytes} [Fri May 8 20:40:18 2026] GET /v2.0/trunks/1b529a2b-253b-456b-984e-3046d3b995a1/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2296] 10.0.0.181 () {34 vars in 756 bytes} [Fri May 8 20:40:18 2026] PUT /v2.0/trunks/1b529a2b-253b-456b-984e-3046d3b995a1/tags/red => generated 4 bytes in 18 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2297] 10.0.0.181 () {32 vars in 729 bytes} [Fri May 8 20:40:18 2026] GET /v2.0/trunks/1b529a2b-253b-456b-984e-3046d3b995a1/tags => generated 34 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2298] 10.0.0.181 () {34 vars in 778 bytes} [Fri May 8 20:40:18 2026] PUT /v2.0/trunks/1b529a2b-253b-456b-984e-3046d3b995a1/tags/black.or.white => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2299] 10.0.0.181 () {32 vars in 729 bytes} [Fri May 8 20:40:18 2026] GET /v2.0/trunks/1b529a2b-253b-456b-984e-3046d3b995a1/tags => generated 52 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2300] 10.0.0.181 () {34 vars in 749 bytes} [Fri May 8 20:40:18 2026] PUT /v2.0/trunks/1b529a2b-253b-456b-984e-3046d3b995a1/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2301] 10.0.0.181 () {32 vars in 729 bytes} [Fri May 8 20:40:18 2026] GET /v2.0/trunks/1b529a2b-253b-456b-984e-3046d3b995a1/tags => generated 37 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2302] 10.0.0.181 () {32 vars in 737 bytes} [Fri May 8 20:40:18 2026] GET /v2.0/trunks/1b529a2b-253b-456b-984e-3046d3b995a1/tags/red => generated 0 bytes in 17 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:40:18.856 7 INFO neutron.api.v2.resource [None req-0d75a7fe-8faf-4f76-9c82-e7c2614af754 fca289f093a84a9ebbc58a3f2b9f5063 9ee4410943ed43e69dc06d95e3146f9c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1157/2303] 10.0.0.181 () {32 vars in 741 bytes} [Fri May 8 20:40:18 2026] GET /v2.0/trunks/1b529a2b-253b-456b-984e-3046d3b995a1/tags/green => generated 99 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2304] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:40:18 2026] DELETE /v2.0/trunks/1b529a2b-253b-456b-984e-3046d3b995a1/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2305] 10.0.0.181 () {32 vars in 729 bytes} [Fri May 8 20:40:18 2026] GET /v2.0/trunks/1b529a2b-253b-456b-984e-3046d3b995a1/tags => generated 30 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:40:18.943 8 INFO neutron.api.v2.resource [None req-cbd27ee5-a6e8-4d65-8a9c-a0d16a58e4fc fca289f093a84a9ebbc58a3f2b9f5063 9ee4410943ed43e69dc06d95e3146f9c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1148/2306] 10.0.0.181 () {32 vars in 744 bytes} [Fri May 8 20:40:18 2026] DELETE /v2.0/trunks/1b529a2b-253b-456b-984e-3046d3b995a1/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2307] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:40:18 2026] DELETE /v2.0/trunks/1b529a2b-253b-456b-984e-3046d3b995a1/tags => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2308] 10.0.0.181 () {32 vars in 729 bytes} [Fri May 8 20:40:18 2026] GET /v2.0/trunks/1b529a2b-253b-456b-984e-3046d3b995a1/tags => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2309] 10.0.0.181 () {32 vars in 719 bytes} [Fri May 8 20:40:19 2026] GET /v2.0/trunks/1b529a2b-253b-456b-984e-3046d3b995a1 => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2310] 10.0.0.181 () {32 vars in 717 bytes} [Fri May 8 20:40:19 2026] GET /v2.0/ports/928e2f71-4ab7-4b9a-aa1c-e63d2ec56bc3 => generated 826 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2311] 10.0.0.181 () {32 vars in 722 bytes} [Fri May 8 20:40:19 2026] DELETE /v2.0/trunks/1b529a2b-253b-456b-984e-3046d3b995a1 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:40:19.252 8 INFO neutron_taas.services.taas.taas_plugin [None req-91401040-f463-4fa2-9d49-41a27e6d4ef5 fca289f093a84a9ebbc58a3f2b9f5063 9ee4410943ed43e69dc06d95e3146f9c - - default default] TaaS: Handle Delete Port: 928e2f71-4ab7-4b9a-aa1c-e63d2ec56bc3 2026-05-08 20:40:19.256 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91401040-f463-4fa2-9d49-41a27e6d4ef5 fca289f093a84a9ebbc58a3f2b9f5063 9ee4410943ed43e69dc06d95e3146f9c - - default default] Tap Mirror: Handle Delete Port: 928e2f71-4ab7-4b9a-aa1c-e63d2ec56bc3 [pid: 8|app: 0|req: 1151/2312] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:40:19 2026] DELETE /v2.0/ports/928e2f71-4ab7-4b9a-aa1c-e63d2ec56bc3 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:40:19.459 7 INFO neutron.services.segments.plugin [-] Segment afdfe623-76b3-4bae-b6e0-9f4613240a27 resource provider aggregate not found 2026-05-08 20:40:19.463 7 INFO neutron.services.segments.plugin [-] Segment afdfe623-76b3-4bae-b6e0-9f4613240a27 resource provider aggregate not found 2026-05-08 20:40:19.475 7 INFO neutron.services.segments.plugin [-] Segment afdfe623-76b3-4bae-b6e0-9f4613240a27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afdfe623-76b3-4bae-b6e0-9f4613240a27 found for delete ", "request_id": "req-fa4f856c-8db7-49f5-9a8d-ef87a2a371c0"}]} 2026-05-08 20:40:19.478 7 INFO neutron.services.segments.plugin [-] Segment afdfe623-76b3-4bae-b6e0-9f4613240a27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afdfe623-76b3-4bae-b6e0-9f4613240a27 found for delete ", "request_id": "req-ee784044-8d6f-4927-8d9e-af639d0fb7ae"}]} [pid: 7|app: 0|req: 1162/2313] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:40:19 2026] DELETE /v2.0/networks/95a4d4fe-d3ed-43be-aa13-06bafaa1e41a => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2314] 10.0.0.181 () {32 vars in 826 bytes} [Fri May 8 20:40:19 2026] GET /v2.0/ports?project_id=36b32b464c054870bb2890507f7d80d8&network_id=64656f0e-27c3-4672-bf69-50718c6dae4e => generated 3695 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2315] 10.0.0.181 () {32 vars in 742 bytes} [Fri May 8 20:40:20 2026] GET /v2.0/subnets?network_id=8d24eec9-649a-49f7-acfe-d10c80b8a50d => 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: 1153/2316] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:40:20 2026] GET /v2.0/security-groups?tenant_id=9ee4410943ed43e69dc06d95e3146f9c&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:40:20.286 7 INFO neutron.db.l3_db [None req-9779ef68-d79c-4e38-9c56-ee7255474dc7 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Floating IP 74abd972-6ca1-4343-8b8d-4b4bc6643f54 disassociated. External IP: 10.96.250.219, port: 5f7e418b-5f11-47dd-aed7-ac5b286b4b15. [pid: 8|app: 0|req: 1154/2317] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:40:20 2026] DELETE /v2.0/security-groups/ebf175ca-050e-41fc-bdd2-b8467656f1ed => 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: 1155/2318] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:40:20 2026] GET /v2.0/security-groups?tenant_id=d1cd4bba546e42c78e25c684651599dc&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2319] 10.0.0.181 () {34 vars in 749 bytes} [Fri May 8 20:40:20 2026] PUT /v2.0/floatingips/74abd972-6ca1-4343-8b8d-4b4bc6643f54 => generated 554 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2320] 10.0.0.181 () {32 vars in 729 bytes} [Fri May 8 20:40:20 2026] GET /v2.0/floatingips/74abd972-6ca1-4343-8b8d-4b4bc6643f54 => generated 554 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:40:20.630 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2559df36-d26c-4610-94e1-69f82e8d200c'] response: {'name': 'network-changed', 'server_uuid': '7af37882-c6a6-4832-b16b-88b6014458e1', 'tag': '5f7e418b-5f11-47dd-aed7-ac5b286b4b15', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1156/2321] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:40:20 2026] DELETE /v2.0/security-groups/711b4ea5-4fe4-4d6c-aaf3-098c5e8b2539 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:40:21.149 7 WARNING keystonemiddleware.audit [None req-a01cf78f-659a-4842-8495-b80a0b3b5baa 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1166/2322] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:40:21 2026] GET /v2.0/ports?tenant_id=36b32b464c054870bb2890507f7d80d8&device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:40:21.200 8 WARNING keystonemiddleware.audit [None req-949d86ec-e6a9-4b39-bc1c-3730f1ff52d5 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1157/2323] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:40:21 2026] GET /v2.0/networks?id=64656f0e-27c3-4672-bf69-50718c6dae4e => generated 756 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:40:21.265 7 WARNING keystonemiddleware.audit [req-5a928172-78f2-495c-a8c9-a5c915042ed3 req-777dccd6-8c1d-47cd-95c4-807b6fd11734 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1167/2324] 199.204.45.109 () {34 vars in 1060 bytes} [Fri May 8 20:40:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=5f7e418b-5f11-47dd-aed7-ac5b286b4b15 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:40:21.291 8 WARNING keystonemiddleware.audit [req-5a928172-78f2-495c-a8c9-a5c915042ed3 req-6fba42ab-e226-489c-96c4-e973282de2e0 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1158/2325] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:40:21 2026] GET /v2.0/subnets?id=20e2a74a-f01c-4689-b79c-f8455f34354b => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:40:21.325 7 WARNING keystonemiddleware.audit [req-5a928172-78f2-495c-a8c9-a5c915042ed3 req-a7dc44c3-d05a-42da-a87a-e8c8638202b4 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1168/2326] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:40:21 2026] GET /v2.0/ports?network_id=64656f0e-27c3-4672-bf69-50718c6dae4e&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:40:21.364 8 WARNING keystonemiddleware.audit [req-5a928172-78f2-495c-a8c9-a5c915042ed3 req-621bc5e6-eec5-4266-9768-1d81ba3853dd 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1159/2327] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:40:21 2026] GET /v2.0/networks/64656f0e-27c3-4672-bf69-50718c6dae4e?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:40:21.404 7 WARNING keystonemiddleware.audit [req-5a928172-78f2-495c-a8c9-a5c915042ed3 req-ca023d2a-01f4-46cb-8232-09c85bc45e60 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1169/2328] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:40:21 2026] GET /v2.0/networks/64656f0e-27c3-4672-bf69-50718c6dae4e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2329] 10.0.0.181 () {32 vars in 729 bytes} [Fri May 8 20:40:21 2026] GET /v2.0/floatingips/74abd972-6ca1-4343-8b8d-4b4bc6643f54 => generated 554 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2330] 10.0.0.181 () {32 vars in 729 bytes} [Fri May 8 20:40:22 2026] GET /v2.0/floatingips/74abd972-6ca1-4343-8b8d-4b4bc6643f54 => generated 552 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2331] 10.0.0.181 () {34 vars in 685 bytes} [Fri May 8 20:40:23 2026] POST /v2.0/security-groups => generated 1677 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2332] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:40:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2333] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:40:24 2026] POST /v2.0/security-group-rules => generated 596 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2334] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:40:24 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2335] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:40:24 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) 2026-05-08 20:40:24.474 7 INFO neutron.db.securitygroups_db [None req-1517f549-18e7-4d63-a274-139aae5cf895 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Project 36b32b464c054870bb2890507f7d80d8 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: 1173/2336] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:40:24 2026] POST /v2.0/security-group-rules => generated 607 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:40:24.634 8 INFO neutron.db.securitygroups_db [None req-b1657d49-44d3-4e1f-96ed-1b57bf255ce3 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Project 36b32b464c054870bb2890507f7d80d8 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: 1164/2337] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:40:24 2026] POST /v2.0/security-group-rules => generated 606 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2338] 10.0.0.181 () {32 vars in 649 bytes} [Fri May 8 20:40:25 2026] GET /v2.0/networks => generated 1297 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2339] 10.0.0.169 () {34 vars in 1100 bytes} [Fri May 8 20:40:25 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1611042656&fields=id&tenant_id=36b32b464c054870bb2890507f7d80d8 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2340] 10.0.0.169 () {34 vars in 982 bytes} [Fri May 8 20:40:25 2026] GET /v2.0/networks?id=64656f0e-27c3-4672-bf69-50718c6dae4e => generated 660 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2341] 10.0.0.169 () {34 vars in 965 bytes} [Fri May 8 20:40:25 2026] GET /v2.0/quotas/36b32b464c054870bb2890507f7d80d8 => 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: 1176/2342] 10.0.0.169 () {34 vars in 1002 bytes} [Fri May 8 20:40:25 2026] GET /v2.0/ports?tenant_id=36b32b464c054870bb2890507f7d80d8&fields=id => generated 149 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2343] 10.0.0.169 () {34 vars in 1008 bytes} [Fri May 8 20:40:25 2026] GET /v2.0/networks/64656f0e-27c3-4672-bf69-50718c6dae4e?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2344] 10.0.0.169 () {34 vars in 1108 bytes} [Fri May 8 20:40:25 2026] GET /v2.0/networks/64656f0e-27c3-4672-bf69-50718c6dae4e?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: 1168/2345] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:40:25 2026] GET /v2.0/ports?device_id=994837d0-f0e7-4b86-8efa-083575192274 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2346] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:40:26 2026] GET /v2.0/ports?device_id=994837d0-f0e7-4b86-8efa-083575192274 => 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: 1169/2347] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:40:28 2026] GET /v2.0/ports?device_id=994837d0-f0e7-4b86-8efa-083575192274 => 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: 1179/2348] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:40:29 2026] GET /v2.0/ports?device_id=994837d0-f0e7-4b86-8efa-083575192274 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:40:29.668 8 INFO neutron.db.segments_db [None req-fc81eeaa-8448-439c-93e5-f3527e4a4636 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Added segment 2c9a52aa-4c45-4e99-8dd8-7497215cc32f of type vxlan for network b8ae5332-58a1-41d6-8f29-02e14313cfc6 [pid: 8|app: 0|req: 1170/2349] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:40:29 2026] POST /v2.0/networks => generated 640 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2350] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:40:29 2026] POST /v2.0/subnets => generated 657 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2351] 10.0.0.181 () {32 vars in 722 bytes} [Fri May 8 20:40:30 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2352] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:40:30 2026] GET /v2.0/networks?id=64656f0e-27c3-4672-bf69-50718c6dae4e => generated 660 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2353] 199.204.45.109 () {34 vars in 1050 bytes} [Fri May 8 20:40:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=36b32b464c054870bb2890507f7d80d8 => generated 274 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2354] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:40:30 2026] POST /v2.0/subnets => generated 731 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2355] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:40:30 2026] GET /v2.0/ports?device_id=994837d0-f0e7-4b86-8efa-083575192274 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:40:30.386 7 INFO neutron.db.segments_db [None req-12ced0b2-8149-4f55-9bca-fed66629702e ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Added segment 82fc2719-5d68-472a-bdf3-d6c221947824 of type vxlan for network 983197db-ba4f-4288-89c4-a858cbab5ae2 [pid: 7|app: 0|req: 1183/2356] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:40:30 2026] POST /v2.0/networks => generated 637 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2357] 199.204.45.109 () {38 vars in 955 bytes} [Fri May 8 20:40:30 2026] POST /v2.0/ports => generated 958 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:40:30.548 8 WARNING keystonemiddleware.audit [req-515692d0-cf0b-42e8-9902-63441577b5da req-06902d77-e004-4322-983f-27e2030d5909 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1184/2358] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:40:30 2026] POST /v2.0/subnets => generated 656 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2359] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:40:30 2026] POST /v2.0/subnets => generated 724 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2360] 199.204.45.109 () {38 vars in 1028 bytes} [Fri May 8 20:40:30 2026] PUT /v2.0/ports/f1f05455-3d8d-4005-9812-594c0e91db5f => generated 1239 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:40:30.995 7 INFO neutron.db.segments_db [None req-ef2e224d-cb05-4892-84f0-6fbb5bb0f0ea ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Added segment 227222a1-f1eb-46f6-abb0-32d6f803574f of type vxlan for network 1ffb027d-ef6e-4128-b3fe-100dc991d940 2026-05-08 20:40:31.004 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-00ac673f-f984-484e-9602-fb3d7007286a'] response: {'name': 'network-changed', 'server_uuid': '994837d0-f0e7-4b86-8efa-083575192274', 'tag': 'f1f05455-3d8d-4005-9812-594c0e91db5f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1186/2363] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:40:30 2026] POST /v2.0/networks => generated 638 bytes in 149 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: 1178/2364] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:40:31 2026] POST /v2.0/subnets => generated 655 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2365] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:40:31 2026] GET /v2.0/ports?device_id=994837d0-f0e7-4b86-8efa-083575192274 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2366] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:40:31 2026] GET /v2.0/security-groups?id=a3b4089d-f566-4f33-b2c8-7ff827b5828b&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:40:31.520 8 WARNING keystonemiddleware.audit [req-3ce81ced-25e9-4013-9d87-637c178c8dea req-4f4616d1-f430-47cb-a764-1d93eb9e8172 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1181/2367] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:40:31 2026] GET /v2.0/ports?tenant_id=36b32b464c054870bb2890507f7d80d8&device_id=994837d0-f0e7-4b86-8efa-083575192274 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:40:31.566 8 WARNING keystonemiddleware.audit [req-0abf91bf-15f5-4e55-b1d7-aa2952b90bf3 req-a310e483-61f8-498c-891e-aab861572afa 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1187/2368] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:40:31 2026] POST /v2.0/subnets => generated 729 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2369] 199.204.45.109 () {34 vars in 1018 bytes} [Fri May 8 20:40:31 2026] GET /v2.0/networks?tenant_id=36b32b464c054870bb2890507f7d80d8&shared=False => generated 756 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:40:31.621 8 WARNING keystonemiddleware.audit [req-0abf91bf-15f5-4e55-b1d7-aa2952b90bf3 req-175a5f58-9132-49de-88fc-e718902d0e47 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. 2026-05-08 20:40:31.627 7 INFO neutron.db.segments_db [None req-861f125c-eef9-453c-a19e-551c89572204 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Added segment 633ef739-7809-4dd2-bdce-8fa01be93692 of type vxlan for network 1b796a98-f40c-4eff-9892-c570a1879b12 [pid: 8|app: 0|req: 1183/2370] 199.204.45.109 () {34 vars in 930 bytes} [Fri May 8 20:40:31 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:40:31.866 7 INFO neutron.db.l3_hamode_db [None req-861f125c-eef9-453c-a19e-551c89572204 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1184/2371] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:40:32 2026] GET /v2.0/ports?device_id=994837d0-f0e7-4b86-8efa-083575192274 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2372] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:40:32 2026] GET /v2.0/security-groups?id=a3b4089d-f566-4f33-b2c8-7ff827b5828b&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:40:32.606 7 INFO neutron.db.l3_hamode_db [None req-861f125c-eef9-453c-a19e-551c89572204 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 20:40:32.694 8 WARNING keystonemiddleware.audit [req-42062466-a70f-403e-ac6f-162f23dc4d08 req-3d6f48b7-e88e-4aa7-a141-a982990c1ae3 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1186/2373] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:40:32 2026] GET /v2.0/ports?tenant_id=36b32b464c054870bb2890507f7d80d8&device_id=994837d0-f0e7-4b86-8efa-083575192274 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:40:32.739 8 WARNING keystonemiddleware.audit [req-515692d0-cf0b-42e8-9902-63441577b5da req-c89d90bf-18ea-44f2-8e1c-ab8dac3311dc 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1187/2374] 199.204.45.109 () {34 vars in 1060 bytes} [Fri May 8 20:40:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f1f05455-3d8d-4005-9812-594c0e91db5f => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:40:32.767 8 WARNING keystonemiddleware.audit [req-515692d0-cf0b-42e8-9902-63441577b5da req-0cbe9f28-0432-4304-ad40-060be3db0152 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1188/2375] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:40:32 2026] GET /v2.0/subnets?id=20e2a74a-f01c-4689-b79c-f8455f34354b => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:40:32.800 8 WARNING keystonemiddleware.audit [req-515692d0-cf0b-42e8-9902-63441577b5da req-b839f5eb-08a5-4f89-b862-89f2088e159a 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1189/2376] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:40:32 2026] GET /v2.0/ports?network_id=64656f0e-27c3-4672-bf69-50718c6dae4e&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:40:32.853 8 WARNING keystonemiddleware.audit [req-515692d0-cf0b-42e8-9902-63441577b5da req-eaafda9c-f740-44f3-abd8-6a258e4080ee 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1190/2377] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:40:32 2026] GET /v2.0/networks/64656f0e-27c3-4672-bf69-50718c6dae4e?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:40:32.899 8 WARNING keystonemiddleware.audit [req-515692d0-cf0b-42e8-9902-63441577b5da req-a61f8034-e4fb-4ff6-8f1d-6080263d2c09 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1191/2378] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:40:32 2026] GET /v2.0/networks/64656f0e-27c3-4672-bf69-50718c6dae4e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2379] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:40:31 2026] POST /v2.0/routers => generated 685 bytes in 1914 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2380] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:40:33 2026] GET /v2.0/ports?device_id=994837d0-f0e7-4b86-8efa-083575192274 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2381] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:40:33 2026] GET /v2.0/security-groups?id=a3b4089d-f566-4f33-b2c8-7ff827b5828b&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: 1192/2382] 10.0.0.181 () {34 vars in 783 bytes} [Fri May 8 20:40:33 2026] PUT /v2.0/routers/2c5930b0-d609-4e8f-b008-b431015f6cc3/add_router_interface => generated 309 bytes in 1358 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2383] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:40:34 2026] GET /v2.0/ports?device_id=994837d0-f0e7-4b86-8efa-083575192274 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2384] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:40:34 2026] GET /v2.0/security-groups?id=a3b4089d-f566-4f33-b2c8-7ff827b5828b&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2385] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:40:35 2026] GET /v2.0/ports?device_id=994837d0-f0e7-4b86-8efa-083575192274 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2386] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:40:36 2026] GET /v2.0/security-groups?id=a3b4089d-f566-4f33-b2c8-7ff827b5828b&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2387] 10.0.0.181 () {34 vars in 783 bytes} [Fri May 8 20:40:34 2026] PUT /v2.0/routers/2c5930b0-d609-4e8f-b008-b431015f6cc3/add_router_interface => generated 309 bytes in 1335 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2388] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:40:37 2026] GET /v2.0/ports?device_id=994837d0-f0e7-4b86-8efa-083575192274 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2389] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:40:37 2026] GET /v2.0/security-groups?id=a3b4089d-f566-4f33-b2c8-7ff827b5828b&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2390] 10.0.0.181 () {34 vars in 783 bytes} [Fri May 8 20:40:36 2026] PUT /v2.0/routers/2c5930b0-d609-4e8f-b008-b431015f6cc3/add_router_interface => generated 309 bytes in 1527 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2391] 10.0.0.181 () {34 vars in 684 bytes} [Fri May 8 20:40:37 2026] POST /v2.0/security-groups => generated 1629 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2392] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:40:38 2026] GET /v2.0/ports?device_id=994837d0-f0e7-4b86-8efa-083575192274 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2393] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:40:38 2026] GET /v2.0/security-groups?id=a3b4089d-f566-4f33-b2c8-7ff827b5828b&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2394] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:40:38 2026] GET /v2.0/ports?device_id=994837d0-f0e7-4b86-8efa-083575192274 => 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: 1196/2395] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:40:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 600 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2396] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:40:38 2026] GET /v2.0/security-groups?id=a3b4089d-f566-4f33-b2c8-7ff827b5828b&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2397] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:40:38 2026] GET /v2.0/ports?device_id=994837d0-f0e7-4b86-8efa-083575192274 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2398] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:40:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2399] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:40:38 2026] POST /v2.0/security-group-rules => generated 599 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2400] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:40:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:40:38.953 8 INFO neutron.db.l3_db [None req-1737dbd9-443d-4436-bd51-b50c6444adf6 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Floating IP 74abd972-6ca1-4343-8b8d-4b4bc6643f54 associated. External IP: 10.96.250.219, port: f1f05455-3d8d-4005-9812-594c0e91db5f. [pid: 7|app: 0|req: 1200/2401] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:40:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2402] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:40:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2403] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:40:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2404] 10.0.0.181 () {34 vars in 749 bytes} [Fri May 8 20:40:38 2026] PUT /v2.0/floatingips/74abd972-6ca1-4343-8b8d-4b4bc6643f54 => generated 856 bytes in 701 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:40:39.347 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-640b1a5b-13de-44c8-9573-d1d3acab3415'] response: {'name': 'network-changed', 'server_uuid': '994837d0-f0e7-4b86-8efa-083575192274', 'tag': 'f1f05455-3d8d-4005-9812-594c0e91db5f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1203/2405] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:40:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2406] 10.0.0.181 () {32 vars in 729 bytes} [Fri May 8 20:40:39 2026] GET /v2.0/floatingips/74abd972-6ca1-4343-8b8d-4b4bc6643f54 => 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: 1204/2407] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:40:39 2026] POST /v2.0/security-group-rules => generated 599 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2408] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:40:39 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: 1205/2409] 10.0.0.181 () {34 vars in 695 bytes} [Fri May 8 20:40:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:40:39.881 8 WARNING keystonemiddleware.audit [None req-ea5675f5-7c43-4957-990d-3573767d6e4f ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1205/2410] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:40:39 2026] GET /v2.0/ports?tenant_id=36b32b464c054870bb2890507f7d80d8&device_id=994837d0-f0e7-4b86-8efa-083575192274 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:40:39.923 7 WARNING keystonemiddleware.audit [None req-b5019f8c-991d-424a-ba29-5505b3407aa0 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1206/2411] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:40:39 2026] GET /v2.0/networks?id=64656f0e-27c3-4672-bf69-50718c6dae4e => generated 756 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:40:39.975 8 WARNING keystonemiddleware.audit [req-fe4a04e4-69ed-491f-ac84-685e5f2dfe10 req-7ab9b2d7-01e7-4af5-9bd0-48763c7fb7bf 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1206/2412] 199.204.45.109 () {34 vars in 1060 bytes} [Fri May 8 20:40:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f1f05455-3d8d-4005-9812-594c0e91db5f => generated 859 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:40:40.043 7 WARNING keystonemiddleware.audit [req-fe4a04e4-69ed-491f-ac84-685e5f2dfe10 req-320915c6-614e-443b-a47b-560e9392b10b 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1207/2413] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:40:40 2026] GET /v2.0/subnets?id=20e2a74a-f01c-4689-b79c-f8455f34354b => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:40:40.083 7 WARNING keystonemiddleware.audit [req-fe4a04e4-69ed-491f-ac84-685e5f2dfe10 req-f8980e6d-8c12-4741-a6ba-b6741a1439de 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1207/2414] 10.0.0.169 () {34 vars in 1094 bytes} [Fri May 8 20:40:40 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-516600630&fields=id&tenant_id=f215da02fa2e429ab3bab63b17359d70 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2415] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:40:40 2026] GET /v2.0/ports?network_id=64656f0e-27c3-4672-bf69-50718c6dae4e&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:40:40.137 7 WARNING keystonemiddleware.audit [req-fe4a04e4-69ed-491f-ac84-685e5f2dfe10 req-c4db2333-cb02-4d93-8d50-6703adef795d 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1208/2416] 10.0.0.169 () {34 vars in 982 bytes} [Fri May 8 20:40:40 2026] GET /v2.0/networks?id=983197db-ba4f-4288-89c4-a858cbab5ae2 => generated 704 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2417] 10.0.0.169 () {34 vars in 965 bytes} [Fri May 8 20:40:40 2026] GET /v2.0/quotas/f215da02fa2e429ab3bab63b17359d70 => 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: 1209/2418] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:40:40 2026] GET /v2.0/networks/64656f0e-27c3-4672-bf69-50718c6dae4e?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:40:40.201 7 WARNING keystonemiddleware.audit [req-fe4a04e4-69ed-491f-ac84-685e5f2dfe10 req-eecd2753-6191-4d67-ae03-b6373b9fa650 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1210/2419] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:40:40 2026] GET /v2.0/networks/64656f0e-27c3-4672-bf69-50718c6dae4e?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: 1210/2420] 10.0.0.169 () {34 vars in 1002 bytes} [Fri May 8 20:40:40 2026] GET /v2.0/ports?tenant_id=f215da02fa2e429ab3bab63b17359d70&fields=id => generated 287 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2421] 10.0.0.169 () {34 vars in 1008 bytes} [Fri May 8 20:40:40 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2?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: 1211/2422] 10.0.0.181 () {32 vars in 729 bytes} [Fri May 8 20:40:40 2026] GET /v2.0/floatingips/74abd972-6ca1-4343-8b8d-4b4bc6643f54 => generated 856 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2423] 10.0.0.169 () {34 vars in 1108 bytes} [Fri May 8 20:40:40 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2?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: 1212/2424] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:40:40 2026] GET /v2.0/ports?device_id=fbb0c6a9-3125-4a5b-b212-2ad3be60ae8c => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2425] 10.0.0.181 () {32 vars in 729 bytes} [Fri May 8 20:40:41 2026] GET /v2.0/floatingips/74abd972-6ca1-4343-8b8d-4b4bc6643f54 => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2426] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:40:44 2026] GET /v2.0/networks?id=983197db-ba4f-4288-89c4-a858cbab5ae2 => generated 704 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2427] 199.204.45.109 () {34 vars in 1050 bytes} [Fri May 8 20:40:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f215da02fa2e429ab3bab63b17359d70 => generated 178 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2428] 199.204.45.109 () {38 vars in 955 bytes} [Fri May 8 20:40:45 2026] POST /v2.0/ports => generated 1183 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 20:40:45.513 7 WARNING keystonemiddleware.audit [req-f575937b-0929-44a0-b5e3-36de76d1cda2 req-92f2f019-5715-408e-9c98-41d61d2853b6 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1215/2429] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:40:45 2026] GET /v2.0/ports?device_id=fbb0c6a9-3125-4a5b-b212-2ad3be60ae8c => generated 1198 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2430] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:40:45 2026] GET /v2.0/security-groups?id=b7810412-82bb-40ce-afb6-d88c3ec738e3&fields=id&fields=name => generated 111 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2431] 199.204.45.109 () {38 vars in 1028 bytes} [Fri May 8 20:40:45 2026] PUT /v2.0/ports/bc454ba6-abd6-49db-8a56-f22b1dba80fa => generated 1464 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:40:45.989 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-81ea3c88-bd5e-4740-8b7e-037f2b2978a2'] response: {'name': 'network-changed', 'server_uuid': 'fbb0c6a9-3125-4a5b-b212-2ad3be60ae8c', 'tag': 'bc454ba6-abd6-49db-8a56-f22b1dba80fa', 'status': 'completed', 'code': 200} 2026-05-08 20:40:46.500 8 WARNING keystonemiddleware.audit [req-e08a1b54-0be0-4d51-bc01-ac5ea1d4eff1 req-204d9ca1-0614-42b2-8ba4-a0e203e29449 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1218/2434] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:40:46 2026] GET /v2.0/ports?tenant_id=f215da02fa2e429ab3bab63b17359d70&device_id=fbb0c6a9-3125-4a5b-b212-2ad3be60ae8c => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:40:46.544 7 WARNING keystonemiddleware.audit [req-f575937b-0929-44a0-b5e3-36de76d1cda2 req-d80aee2b-2c59-4dea-9765-616435a28eb0 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1217/2435] 199.204.45.109 () {34 vars in 1018 bytes} [Fri May 8 20:40:46 2026] GET /v2.0/networks?tenant_id=f215da02fa2e429ab3bab63b17359d70&shared=False => generated 2375 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:40:46.605 8 WARNING keystonemiddleware.audit [req-15585242-43d6-4b9a-a2b2-e6e4b851dbc3 req-fb630ab9-5a2b-4885-bb8c-f71ad9a4816b 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1219/2436] 199.204.45.109 () {34 vars in 930 bytes} [Fri May 8 20:40:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:40:47.665 7 WARNING keystonemiddleware.audit [req-15585242-43d6-4b9a-a2b2-e6e4b851dbc3 req-ba71da47-3d01-475f-b6a3-cc0bfd823628 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1218/2437] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:40:47 2026] GET /v2.0/ports?tenant_id=f215da02fa2e429ab3bab63b17359d70&device_id=fbb0c6a9-3125-4a5b-b212-2ad3be60ae8c => generated 1467 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:40:47.734 8 WARNING keystonemiddleware.audit [req-15585242-43d6-4b9a-a2b2-e6e4b851dbc3 req-1b76764e-ae2f-4749-8411-29b71bf0c93b 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1220/2438] 199.204.45.109 () {34 vars in 1058 bytes} [Fri May 8 20:40:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.173&port_id=bc454ba6-abd6-49db-8a56-f22b1dba80fa => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:40:47.769 7 WARNING keystonemiddleware.audit [req-f575937b-0929-44a0-b5e3-36de76d1cda2 req-b1abce5c-eff2-4638-b4e3-bb09f93c4bcd 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1219/2439] 199.204.45.109 () {34 vars in 1104 bytes} [Fri May 8 20:40:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A242&port_id=bc454ba6-abd6-49db-8a56-f22b1dba80fa => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:40:47.805 8 WARNING keystonemiddleware.audit [req-f575937b-0929-44a0-b5e3-36de76d1cda2 req-f9aec7aa-74a1-4e6d-b856-49e4769816f7 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1221/2440] 199.204.45.109 () {34 vars in 1064 bytes} [Fri May 8 20:40:47 2026] GET /v2.0/subnets?id=d51e7df7-4ffa-4c40-9dff-e57e415bc6fb&id=179b69f7-347f-43d5-93f3-36569bbe0ec2 => generated 1409 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:40:47.852 7 WARNING keystonemiddleware.audit [req-f575937b-0929-44a0-b5e3-36de76d1cda2 req-5162e172-7037-4f90-b9ae-0e5d377bce30 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1220/2441] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:40:47 2026] GET /v2.0/ports?network_id=983197db-ba4f-4288-89c4-a858cbab5ae2&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:40:47.899 8 WARNING keystonemiddleware.audit [req-f575937b-0929-44a0-b5e3-36de76d1cda2 req-57688a97-3621-4e2b-a29b-25e7722fafd4 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1222/2442] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:40:47 2026] GET /v2.0/ports?network_id=983197db-ba4f-4288-89c4-a858cbab5ae2&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:40:47.945 7 WARNING keystonemiddleware.audit [req-f575937b-0929-44a0-b5e3-36de76d1cda2 req-28581984-d543-44dd-a73b-954ceab3e932 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1221/2443] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:40:47 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:40:48.004 8 WARNING keystonemiddleware.audit [req-f575937b-0929-44a0-b5e3-36de76d1cda2 req-044d9637-f02d-445c-9b22-debd267c7ca6 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1223/2444] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:40:47 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2?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: 1222/2445] 10.0.0.204 () {34 vars in 990 bytes} [Fri May 8 20:40:49 2026] GET /v2.0/ports?device_id=994837d0-f0e7-4b86-8efa-083575192274 => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2446] 10.0.0.204 () {34 vars in 1040 bytes} [Fri May 8 20:40:50 2026] GET /v2.0/security-groups?id=a3b4089d-f566-4f33-b2c8-7ff827b5828b&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: 1223/2447] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:40:50 2026] GET /v2.0/ports?device_id=fbb0c6a9-3125-4a5b-b212-2ad3be60ae8c => generated 1200 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2448] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:40:50 2026] GET /v2.0/security-groups?id=b7810412-82bb-40ce-afb6-d88c3ec738e3&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2449] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:40:56 2026] GET /v2.0/ports?device_id=fbb0c6a9-3125-4a5b-b212-2ad3be60ae8c => generated 1200 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2450] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:40:56 2026] GET /v2.0/security-groups?id=b7810412-82bb-40ce-afb6-d88c3ec738e3&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2451] 10.0.0.181 () {32 vars in 818 bytes} [Fri May 8 20:40:56 2026] GET /v2.0/ports?network_id=983197db-ba4f-4288-89c4-a858cbab5ae2&mac_address=fa%3A16%3A3e%3Afe%3Abd%3A32 => generated 1200 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:40:56.963 8 INFO neutron.db.l3_db [None req-b06a10c9-ffae-45cb-ae33-0b37951d2d0a ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Floating IP 5f73caa3-4ff4-44a7-bafa-b99b9cc3536d associated. External IP: 10.96.250.216, port: bc454ba6-abd6-49db-8a56-f22b1dba80fa. [pid: 8|app: 0|req: 1227/2452] 10.0.0.181 () {34 vars in 677 bytes} [Fri May 8 20:40:56 2026] POST /v2.0/floatingips => generated 855 bytes in 1038 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:40:57.286 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4e6de98-b05f-4bea-a7f3-8feb93571f00'] response: {'name': 'network-changed', 'server_uuid': 'fbb0c6a9-3125-4a5b-b212-2ad3be60ae8c', 'tag': 'bc454ba6-abd6-49db-8a56-f22b1dba80fa', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1226/2453] 10.0.0.169 () {34 vars in 1094 bytes} [Fri May 8 20:40:57 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-516600630&fields=id&tenant_id=f215da02fa2e429ab3bab63b17359d70 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2454] 10.0.0.169 () {34 vars in 982 bytes} [Fri May 8 20:40:57 2026] GET /v2.0/networks?id=1ffb027d-ef6e-4128-b3fe-100dc991d940 => generated 705 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2455] 10.0.0.169 () {34 vars in 965 bytes} [Fri May 8 20:40:57 2026] GET /v2.0/quotas/f215da02fa2e429ab3bab63b17359d70 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2456] 10.0.0.169 () {34 vars in 1002 bytes} [Fri May 8 20:40:57 2026] GET /v2.0/ports?tenant_id=f215da02fa2e429ab3bab63b17359d70&fields=id => generated 333 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2457] 10.0.0.169 () {34 vars in 1008 bytes} [Fri May 8 20:40:57 2026] GET /v2.0/networks/1ffb027d-ef6e-4128-b3fe-100dc991d940?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: 1230/2458] 10.0.0.169 () {34 vars in 1108 bytes} [Fri May 8 20:40:57 2026] GET /v2.0/networks/1ffb027d-ef6e-4128-b3fe-100dc991d940?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:40:57.799 7 WARNING keystonemiddleware.audit [req-bda0a8cc-ba44-46ca-ba46-5301c6a60b2e req-f705611a-c5eb-4c12-9a68-379d5c4a9674 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1231/2459] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:40:57 2026] GET /v2.0/ports?device_id=8190f5f1-cc93-4d1f-870c-6fe9e5bf783d => 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: 1229/2460] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:40:57 2026] GET /v2.0/ports?tenant_id=f215da02fa2e429ab3bab63b17359d70&device_id=fbb0c6a9-3125-4a5b-b212-2ad3be60ae8c => generated 1469 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:40:57.847 8 WARNING keystonemiddleware.audit [req-7e94de84-68c8-41d2-a99c-7dcb33324631 req-f69d0a1e-05a8-4e4f-9aac-c6a848313b37 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1232/2461] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:40:57 2026] GET /v2.0/networks?id=983197db-ba4f-4288-89c4-a858cbab5ae2 => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:40:57.895 7 WARNING keystonemiddleware.audit [req-67f01b63-1289-447b-90d7-cc679e16d09c req-08977608-46a4-4874-bc11-db66d418ca99 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1230/2462] 199.204.45.109 () {34 vars in 1058 bytes} [Fri May 8 20:40:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.173&port_id=bc454ba6-abd6-49db-8a56-f22b1dba80fa => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:40:57.949 8 WARNING keystonemiddleware.audit [req-67f01b63-1289-447b-90d7-cc679e16d09c req-49e61b48-1621-449b-8f16-5983606e1dc9 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1233/2463] 199.204.45.109 () {34 vars in 1104 bytes} [Fri May 8 20:40:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A242&port_id=bc454ba6-abd6-49db-8a56-f22b1dba80fa => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:40:57.977 7 WARNING keystonemiddleware.audit [req-67f01b63-1289-447b-90d7-cc679e16d09c req-a630ab2b-369a-4d49-bfcc-cea98182382f 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1231/2464] 199.204.45.109 () {34 vars in 1064 bytes} [Fri May 8 20:40:57 2026] GET /v2.0/subnets?id=d51e7df7-4ffa-4c40-9dff-e57e415bc6fb&id=179b69f7-347f-43d5-93f3-36569bbe0ec2 => generated 1409 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:40:58.024 8 WARNING keystonemiddleware.audit [req-67f01b63-1289-447b-90d7-cc679e16d09c req-7c28707d-d87d-43e0-b868-5ce34b5b9263 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1234/2465] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:40:58 2026] GET /v2.0/ports?network_id=983197db-ba4f-4288-89c4-a858cbab5ae2&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:40:58.064 7 WARNING keystonemiddleware.audit [req-67f01b63-1289-447b-90d7-cc679e16d09c req-27f0dbeb-da2c-45d9-a998-2714a9601ee1 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1232/2466] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:40:58 2026] GET /v2.0/ports?network_id=983197db-ba4f-4288-89c4-a858cbab5ae2&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:40:58.111 8 WARNING keystonemiddleware.audit [req-67f01b63-1289-447b-90d7-cc679e16d09c req-1a7fb82e-aa2b-4221-b0db-e499d6b0aafd 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1235/2467] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:40:58 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:40:58.154 7 WARNING keystonemiddleware.audit [req-67f01b63-1289-447b-90d7-cc679e16d09c req-725dca5e-c041-44d2-8049-a21df40e478e 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1233/2468] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:40:58 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2?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: 1236/2469] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:40:59 2026] GET /v2.0/ports?device_id=994837d0-f0e7-4b86-8efa-083575192274 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2470] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:40:59 2026] GET /v2.0/security-groups?id=a3b4089d-f566-4f33-b2c8-7ff827b5828b&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: 1237/2471] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:41:00 2026] GET /v2.0/ports?device_id=994837d0-f0e7-4b86-8efa-083575192274 => 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: 1235/2472] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:41:00 2026] GET /v2.0/security-groups?id=a3b4089d-f566-4f33-b2c8-7ff827b5828b&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2475] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:41:01 2026] GET /v2.0/ports?device_id=994837d0-f0e7-4b86-8efa-083575192274 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2476] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:41:01 2026] GET /v2.0/security-groups?id=a3b4089d-f566-4f33-b2c8-7ff827b5828b&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2477] 199.204.45.109 () {34 vars in 994 bytes} [Fri May 8 20:41:01 2026] GET /v2.0/ports?device_id=994837d0-f0e7-4b86-8efa-083575192274 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:41:02.087 8 INFO neutron_taas.services.taas.taas_plugin [req-1b1ac769-18af-4789-a40e-a3b20ab93e40 req-129366a2-48f8-49a2-82c2-c0f4edeb663e 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] TaaS: Handle Delete Port: f1f05455-3d8d-4005-9812-594c0e91db5f 2026-05-08 20:41:02.090 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1b1ac769-18af-4789-a40e-a3b20ab93e40 req-129366a2-48f8-49a2-82c2-c0f4edeb663e 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Tap Mirror: Handle Delete Port: f1f05455-3d8d-4005-9812-594c0e91db5f [pid: 7|app: 0|req: 1239/2478] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:41:02 2026] GET /v2.0/networks?id=1ffb027d-ef6e-4128-b3fe-100dc991d940 => generated 705 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2479] 199.204.45.109 () {34 vars in 1050 bytes} [Fri May 8 20:41:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f215da02fa2e429ab3bab63b17359d70 => generated 178 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:41:02.223 8 INFO neutron.db.l3_db [req-1b1ac769-18af-4789-a40e-a3b20ab93e40 req-129366a2-48f8-49a2-82c2-c0f4edeb663e 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Floating IP 74abd972-6ca1-4343-8b8d-4b4bc6643f54 disassociated. External IP: 10.96.250.219, port: f1f05455-3d8d-4005-9812-594c0e91db5f. [pid: 7|app: 0|req: 1241/2480] 199.204.45.109 () {38 vars in 955 bytes} [Fri May 8 20:41:02 2026] POST /v2.0/ports => generated 1183 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2481] 199.204.45.109 () {36 vars in 997 bytes} [Fri May 8 20:41:01 2026] DELETE /v2.0/ports/f1f05455-3d8d-4005-9812-594c0e91db5f => generated 0 bytes in 597 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:41:02.601 7 WARNING keystonemiddleware.audit [req-bda0a8cc-ba44-46ca-ba46-5301c6a60b2e req-12d13a1a-8fab-44ec-89fd-a34676de0767 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 20:41:02.612 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a22bdc4c-69ef-4101-9728-16d0ef2390f8'] response: {'server_uuid': '994837d0-f0e7-4b86-8efa-083575192274', 'name': 'network-vif-deleted', 'tag': 'f1f05455-3d8d-4005-9812-594c0e91db5f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1241/2482] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:41:02 2026] GET /v2.0/ports?device_id=8190f5f1-cc93-4d1f-870c-6fe9e5bf783d => generated 1198 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2483] 199.204.45.109 () {38 vars in 1028 bytes} [Fri May 8 20:41:02 2026] PUT /v2.0/ports/4e9e7feb-8821-4b1b-8230-ee0e934d4865 => generated 1464 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2484] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:41:02 2026] GET /v2.0/security-groups?id=b7810412-82bb-40ce-afb6-d88c3ec738e3&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 20:41:03.047 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4dcc6502-65ca-4749-bfec-0141c7136061'] response: {'name': 'network-changed', 'server_uuid': '8190f5f1-cc93-4d1f-870c-6fe9e5bf783d', 'tag': '4e9e7feb-8821-4b1b-8230-ee0e934d4865', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1243/2485] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:41:03 2026] GET /v2.0/ports?device_id=994837d0-f0e7-4b86-8efa-083575192274 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:41:03.557 8 WARNING keystonemiddleware.audit [req-7e9f4f2d-a350-4f6c-bd35-3ba36488eaef req-7dbd6dca-1435-4787-b947-090fc541d36d ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1243/2486] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:41:03 2026] GET /v2.0/ports?tenant_id=f215da02fa2e429ab3bab63b17359d70&device_id=8190f5f1-cc93-4d1f-870c-6fe9e5bf783d => generated 1467 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:41:03.599 7 WARNING keystonemiddleware.audit [req-41d80bf3-2054-4116-97a5-c4ddcb8803b4 req-f6c6c0c1-ad0b-4c8f-a419-fb6a863c651f 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1244/2487] 199.204.45.109 () {34 vars in 1018 bytes} [Fri May 8 20:41:03 2026] GET /v2.0/networks?tenant_id=f215da02fa2e429ab3bab63b17359d70&shared=False => generated 2375 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:41:03.675 8 WARNING keystonemiddleware.audit [req-dfd33bd7-5c8f-4b3d-b3ef-ec2f233e5eab req-866c7199-a157-44c7-a64b-05a4c9caa3f3 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1244/2488] 199.204.45.109 () {34 vars in 930 bytes} [Fri May 8 20:41:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2489] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:41:04 2026] GET /v2.0/ports?device_id=994837d0-f0e7-4b86-8efa-083575192274 => 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: 1245/2490] 10.0.0.204 () {34 vars in 990 bytes} [Fri May 8 20:41:04 2026] GET /v2.0/ports?device_id=fbb0c6a9-3125-4a5b-b212-2ad3be60ae8c => generated 1469 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2491] 10.0.0.204 () {34 vars in 1040 bytes} [Fri May 8 20:41:04 2026] GET /v2.0/security-groups?id=b7810412-82bb-40ce-afb6-d88c3ec738e3&fields=id&fields=name => generated 111 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:41:04.743 8 WARNING keystonemiddleware.audit [req-f4195b0d-115f-4b3e-9486-fc829efb37ee req-8c2e7328-53c9-4ffb-a46b-9dd1f8e6b131 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1246/2492] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:41:04 2026] GET /v2.0/ports?tenant_id=f215da02fa2e429ab3bab63b17359d70&device_id=8190f5f1-cc93-4d1f-870c-6fe9e5bf783d => generated 1467 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:41:04.789 7 WARNING keystonemiddleware.audit [req-f4195b0d-115f-4b3e-9486-fc829efb37ee req-d8f00b28-388e-4c2d-a4e8-10aa8ac1e9ec 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1247/2493] 199.204.45.109 () {34 vars in 1056 bytes} [Fri May 8 20:41:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.16&port_id=4e9e7feb-8821-4b1b-8230-ee0e934d4865 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:41:04.822 8 WARNING keystonemiddleware.audit [req-bda0a8cc-ba44-46ca-ba46-5301c6a60b2e req-0a037ade-ef3d-487d-ac90-0b0059b50b44 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1247/2494] 199.204.45.109 () {34 vars in 1106 bytes} [Fri May 8 20:41:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A103&port_id=4e9e7feb-8821-4b1b-8230-ee0e934d4865 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:41:04.850 7 WARNING keystonemiddleware.audit [req-bda0a8cc-ba44-46ca-ba46-5301c6a60b2e req-a86b5735-bc4f-45ab-aff5-5b7831d70746 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1248/2495] 199.204.45.109 () {34 vars in 1064 bytes} [Fri May 8 20:41:04 2026] GET /v2.0/subnets?id=c1a2a475-7503-46ec-83a5-70bfa27a8e6c&id=5a279034-c61c-4484-9178-a8ccbac0793d => generated 1413 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:41:04.894 8 WARNING keystonemiddleware.audit [req-bda0a8cc-ba44-46ca-ba46-5301c6a60b2e req-93c08a6c-9d26-4274-b1f5-bb23377eb005 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1248/2496] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:41:04 2026] GET /v2.0/ports?network_id=1ffb027d-ef6e-4128-b3fe-100dc991d940&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:41:04.940 7 WARNING keystonemiddleware.audit [req-bda0a8cc-ba44-46ca-ba46-5301c6a60b2e req-42ed2da4-651b-4b4f-aaf2-bb3c53433cc4 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1249/2497] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:41:04 2026] GET /v2.0/ports?network_id=1ffb027d-ef6e-4128-b3fe-100dc991d940&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:41:04.990 8 WARNING keystonemiddleware.audit [req-bda0a8cc-ba44-46ca-ba46-5301c6a60b2e req-18f486c2-142a-44a5-bb0e-b34f6eb0463d 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1249/2498] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:41:04 2026] GET /v2.0/networks/1ffb027d-ef6e-4128-b3fe-100dc991d940?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:41:05.047 7 WARNING keystonemiddleware.audit [req-bda0a8cc-ba44-46ca-ba46-5301c6a60b2e req-5c300fac-d91d-4b71-bd9c-af08555df83b 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1250/2499] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:41:05 2026] GET /v2.0/networks/1ffb027d-ef6e-4128-b3fe-100dc991d940?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: 1250/2500] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:41:05 2026] GET /v2.0/ports?device_id=994837d0-f0e7-4b86-8efa-083575192274 => 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: 1251/2501] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:41:06 2026] DELETE /v2.0/security-groups/a3b4089d-f566-4f33-b2c8-7ff827b5828b => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:41:06.577 8 INFO neutron_taas.services.taas.taas_plugin [None req-197bd834-23b6-46c7-b485-260ffbe3a5ca 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] TaaS: Handle Delete Port: e7e6af83-43ba-45c5-a121-9e3e71bf5b9d 2026-05-08 20:41:06.580 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-197bd834-23b6-46c7-b485-260ffbe3a5ca 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Tap Mirror: Handle Delete Port: e7e6af83-43ba-45c5-a121-9e3e71bf5b9d [pid: 8|app: 0|req: 1251/2502] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:41:06 2026] DELETE /v2.0/floatingips/74abd972-6ca1-4343-8b8d-4b4bc6643f54 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2503] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:41:06 2026] GET /v2.0/ports?device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => 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: 1252/2504] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:41:06 2026] GET /v2.0/security-groups?id=35129167-ef5b-4696-ab5e-8e4babb253f8&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2505] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:41:07 2026] GET /v2.0/ports?device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2506] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:41:08 2026] GET /v2.0/security-groups?id=35129167-ef5b-4696-ab5e-8e4babb253f8&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: 1254/2507] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:41:08 2026] GET /v2.0/ports?device_id=8190f5f1-cc93-4d1f-870c-6fe9e5bf783d => generated 1198 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2508] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:41:08 2026] GET /v2.0/security-groups?id=b7810412-82bb-40ce-afb6-d88c3ec738e3&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2509] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:41:09 2026] GET /v2.0/ports?device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2510] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:41:09 2026] GET /v2.0/security-groups?id=35129167-ef5b-4696-ab5e-8e4babb253f8&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2511] 199.204.45.109 () {34 vars in 994 bytes} [Fri May 8 20:41:09 2026] GET /v2.0/ports?device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:41:09.482 8 INFO neutron_taas.services.taas.taas_plugin [req-e1a6c4ef-7fe4-4b05-8b2b-8dc5523ed6b2 req-bcfb9778-5c17-43a9-8d85-66ba3e4e2b5c 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] TaaS: Handle Delete Port: 5f7e418b-5f11-47dd-aed7-ac5b286b4b15 2026-05-08 20:41:09.487 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e1a6c4ef-7fe4-4b05-8b2b-8dc5523ed6b2 req-bcfb9778-5c17-43a9-8d85-66ba3e4e2b5c 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Tap Mirror: Handle Delete Port: 5f7e418b-5f11-47dd-aed7-ac5b286b4b15 [pid: 8|app: 0|req: 1256/2512] 199.204.45.109 () {36 vars in 997 bytes} [Fri May 8 20:41:09 2026] DELETE /v2.0/ports/5f7e418b-5f11-47dd-aed7-ac5b286b4b15 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:41:09.647 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee7237da-ee72-4f99-a3b6-483d4dfef8c8'] response: {'server_uuid': '7af37882-c6a6-4832-b16b-88b6014458e1', 'name': 'network-vif-deleted', 'tag': '5f7e418b-5f11-47dd-aed7-ac5b286b4b15', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1257/2513] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:41:10 2026] GET /v2.0/ports?device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => 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: 1257/2514] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:41:11 2026] GET /v2.0/ports?device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => 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: 1258/2515] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:41:12 2026] GET /v2.0/ports?device_id=7af37882-c6a6-4832-b16b-88b6014458e1 => 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: 1258/2516] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:41:13 2026] GET /v2.0/ports?device_id=8190f5f1-cc93-4d1f-870c-6fe9e5bf783d => generated 1200 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2517] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:41:13 2026] GET /v2.0/security-groups?id=b7810412-82bb-40ce-afb6-d88c3ec738e3&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2518] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:41:13 2026] DELETE /v2.0/security-groups/35129167-ef5b-4696-ab5e-8e4babb253f8 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2519] 10.0.0.181 () {32 vars in 818 bytes} [Fri May 8 20:41:13 2026] GET /v2.0/ports?network_id=1ffb027d-ef6e-4128-b3fe-100dc991d940&mac_address=fa%3A16%3A3e%3A3e%3A8f%3A1b => generated 1200 bytes in 507 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:41:14.086 7 INFO neutron_taas.services.taas.taas_plugin [None req-85acc1b7-d724-48fd-b7ff-1c4585eadea3 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] TaaS: Handle Delete Port: 0edbf5e3-1873-48d8-b225-8028a8b16f10 2026-05-08 20:41:14.089 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85acc1b7-d724-48fd-b7ff-1c4585eadea3 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Tap Mirror: Handle Delete Port: 0edbf5e3-1873-48d8-b225-8028a8b16f10 [pid: 7|app: 0|req: 1261/2520] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:41:13 2026] PUT /v2.0/routers/e711980f-c8bd-4f64-9bc8-934dc0411e2a/remove_router_interface => generated 309 bytes in 875 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:41:14.671 8 INFO neutron.db.l3_db [None req-b85d3628-3091-4fc1-91df-51c462ae624d ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Floating IP c90d7352-2c42-48e5-b00e-61d6f3e7cd38 associated. External IP: 10.96.250.215, port: 4e9e7feb-8821-4b1b-8230-ee0e934d4865. [pid: 7|app: 0|req: 1262/2521] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:41:14 2026] DELETE /v2.0/subnets/20e2a74a-f01c-4689-b79c-f8455f34354b => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:41:14.965 7 INFO neutron_taas.services.taas.taas_plugin [None req-cfb46ddd-e942-4bc9-b5ed-c79730d19a14 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] TaaS: Handle Delete Port: 3215a917-6f01-4c10-b817-be6ea7f8e92b 2026-05-08 20:41:14.968 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cfb46ddd-e942-4bc9-b5ed-c79730d19a14 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Tap Mirror: Handle Delete Port: 3215a917-6f01-4c10-b817-be6ea7f8e92b [pid: 8|app: 0|req: 1260/2522] 10.0.0.181 () {34 vars in 677 bytes} [Fri May 8 20:41:13 2026] POST /v2.0/floatingips => generated 854 bytes in 1079 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:41:15.025 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b5666c32-5182-4cbc-84df-fde7a9dbbaaf'] response: {'name': 'network-changed', 'server_uuid': '8190f5f1-cc93-4d1f-870c-6fe9e5bf783d', 'tag': '4e9e7feb-8821-4b1b-8230-ee0e934d4865', 'status': 'completed', 'code': 200} 2026-05-08 20:41:15.184 7 INFO neutron_taas.services.taas.taas_plugin [None req-cfb46ddd-e942-4bc9-b5ed-c79730d19a14 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] TaaS: Handle Delete Port: ab3fcc02-5af1-4af3-b450-920190a7080a 2026-05-08 20:41:15.187 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cfb46ddd-e942-4bc9-b5ed-c79730d19a14 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Tap Mirror: Handle Delete Port: ab3fcc02-5af1-4af3-b450-920190a7080a 2026-05-08 20:41:15.550 8 WARNING keystonemiddleware.audit [None req-b85d3628-3091-4fc1-91df-51c462ae624d ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. 2026-05-08 20:41:15.557 7 INFO neutron.services.segments.plugin [-] Segment e5540059-7b53-4ad5-b862-d9ef7e3895c8 resource provider aggregate not found 2026-05-08 20:41:15.565 7 INFO neutron.services.segments.plugin [-] Segment e5540059-7b53-4ad5-b862-d9ef7e3895c8 resource provider aggregate not found 2026-05-08 20:41:15.582 7 INFO neutron.db.l3_hamode_db [None req-cfb46ddd-e942-4bc9-b5ed-c79730d19a14 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] HA network b4c65edc-08ad-4174-a9a5-5049e71805ba was deleted as no HA routers are present in tenant 36b32b464c054870bb2890507f7d80d8. [pid: 7|app: 0|req: 1263/2523] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:41:14 2026] DELETE /v2.0/routers/e711980f-c8bd-4f64-9bc8-934dc0411e2a => generated 0 bytes in 812 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:41:15.590 7 INFO neutron.services.segments.plugin [-] Segment e5540059-7b53-4ad5-b862-d9ef7e3895c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5540059-7b53-4ad5-b862-d9ef7e3895c8 found for delete ", "request_id": "req-d0d40983-fa66-4c95-86a2-e225d701710f"}]} [pid: 8|app: 0|req: 1261/2524] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:41:15 2026] GET /v2.0/ports?tenant_id=f215da02fa2e429ab3bab63b17359d70&device_id=8190f5f1-cc93-4d1f-870c-6fe9e5bf783d => generated 1469 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:41:15.595 7 INFO neutron.services.segments.plugin [-] Segment e5540059-7b53-4ad5-b862-d9ef7e3895c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5540059-7b53-4ad5-b862-d9ef7e3895c8 found for delete ", "request_id": "req-9d599a59-f243-4f6a-8ed9-c83f5dcf8df3"}]} 2026-05-08 20:41:15.603 8 WARNING keystonemiddleware.audit [req-180c8346-01c0-4626-b559-46c240dc4f74 req-9012cea3-529c-48d3-b7e2-956665d27278 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1262/2525] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:41:15 2026] GET /v2.0/networks?id=1ffb027d-ef6e-4128-b3fe-100dc991d940 => generated 800 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:41:15.687 8 WARNING keystonemiddleware.audit [req-180c8346-01c0-4626-b559-46c240dc4f74 req-7ecb0622-02ce-4e06-935c-517fd44fc4d6 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. 2026-05-08 20:41:15.697 7 INFO neutron_taas.services.taas.taas_plugin [None req-451bb1ec-2c7a-4627-b246-4de1e21aa205 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] TaaS: Handle Delete Port: 6a7d3b96-2c34-45c9-9311-acb93c113722 2026-05-08 20:41:15.699 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-451bb1ec-2c7a-4627-b246-4de1e21aa205 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Tap Mirror: Handle Delete Port: 6a7d3b96-2c34-45c9-9311-acb93c113722 [pid: 8|app: 0|req: 1263/2526] 199.204.45.109 () {34 vars in 1056 bytes} [Fri May 8 20:41:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.16&port_id=4e9e7feb-8821-4b1b-8230-ee0e934d4865 => generated 857 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:41:15.725 8 WARNING keystonemiddleware.audit [req-180c8346-01c0-4626-b559-46c240dc4f74 req-18816aa7-e531-434f-ac31-9bda825ec1ac 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1264/2527] 199.204.45.109 () {34 vars in 1106 bytes} [Fri May 8 20:41:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A103&port_id=4e9e7feb-8821-4b1b-8230-ee0e934d4865 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-08 20:41:15.760 8 WARNING keystonemiddleware.audit [req-180c8346-01c0-4626-b559-46c240dc4f74 req-f2b57467-2080-4323-a2d7-a02cdb24f31a 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1265/2528] 199.204.45.109 () {34 vars in 1064 bytes} [Fri May 8 20:41:15 2026] GET /v2.0/subnets?id=c1a2a475-7503-46ec-83a5-70bfa27a8e6c&id=5a279034-c61c-4484-9178-a8ccbac0793d => generated 1413 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:41:15.798 8 WARNING keystonemiddleware.audit [req-180c8346-01c0-4626-b559-46c240dc4f74 req-f6488dd4-37d0-4048-a3f2-b586bf8459b3 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1266/2529] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:41:15 2026] GET /v2.0/ports?network_id=1ffb027d-ef6e-4128-b3fe-100dc991d940&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:41:15.844 8 WARNING keystonemiddleware.audit [req-180c8346-01c0-4626-b559-46c240dc4f74 req-7b79e6d1-ab9c-4ea0-8cac-5d0e489f149d 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 8|app: 0|req: 1267/2530] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:41:15 2026] GET /v2.0/ports?network_id=1ffb027d-ef6e-4128-b3fe-100dc991d940&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:41:15.884 8 WARNING keystonemiddleware.audit [req-180c8346-01c0-4626-b559-46c240dc4f74 req-31885002-4679-456b-b476-55273afcc076 0f845ee833ca4ecca0f4559759a0552a 65161715c56f4858aed28431bf88ba00 - - 81ce331219e14325a799721bcd814fff 81ce331219e14325a799721bcd814fff] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1264/2531] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:41:15 2026] DELETE /v2.0/networks/64656f0e-27c3-4672-bf69-50718c6dae4e => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2532] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:41:15 2026] GET /v2.0/networks/1ffb027d-ef6e-4128-b3fe-100dc991d940?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:41:15.935 7 WARNING keystonemiddleware.audit [None req-451bb1ec-2c7a-4627-b246-4de1e21aa205 526320980b8945ac996fa3a5946849da 36b32b464c054870bb2890507f7d80d8 - - default default] Skipping service tempest-service-312884789 as it have no endpoints. [pid: 7|app: 0|req: 1265/2533] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:41:15 2026] GET /v2.0/networks/1ffb027d-ef6e-4128-b3fe-100dc991d940?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: 1270/2536] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:41:16 2026] GET /v2.0/security-groups?tenant_id=36b32b464c054870bb2890507f7d80d8&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2537] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:41:16 2026] DELETE /v2.0/security-groups/23680454-a87a-4bc6-9842-5f60f8d3613a => 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: 1271/2538] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:41:16 2026] GET /v2.0/security-groups?tenant_id=5bafe8636a62490f86c9d1d31c4fdd21&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2539] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:41:17 2026] DELETE /v2.0/security-groups/341df1ae-3282-4575-b443-6a38c53c801e => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:41:17.619 7 INFO neutron.services.segments.plugin [-] Segment 9d8f9311-7d3b-49a9-9fe7-340dbcae05f0 resource provider aggregate not found 2026-05-08 20:41:17.622 7 INFO neutron.services.segments.plugin [-] Segment 9d8f9311-7d3b-49a9-9fe7-340dbcae05f0 resource provider aggregate not found 2026-05-08 20:41:17.648 7 INFO neutron.services.segments.plugin [-] Segment 9d8f9311-7d3b-49a9-9fe7-340dbcae05f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d8f9311-7d3b-49a9-9fe7-340dbcae05f0 found for delete ", "request_id": "req-e1f5c4b7-943a-4215-abfd-9fccef8fb92a"}]} 2026-05-08 20:41:17.649 7 INFO neutron.services.segments.plugin [-] Segment 9d8f9311-7d3b-49a9-9fe7-340dbcae05f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d8f9311-7d3b-49a9-9fe7-340dbcae05f0 found for delete ", "request_id": "req-2fdf7604-a79d-4147-97c1-37577685a64a"}]} [pid: 7|app: 0|req: 1269/2540] 10.0.0.204 () {34 vars in 990 bytes} [Fri May 8 20:41:21 2026] GET /v2.0/ports?device_id=8190f5f1-cc93-4d1f-870c-6fe9e5bf783d => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2541] 10.0.0.204 () {34 vars in 1040 bytes} [Fri May 8 20:41:21 2026] GET /v2.0/security-groups?id=b7810412-82bb-40ce-afb6-d88c3ec738e3&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:41:21.360 8 INFO neutron.db.segments_db [None req-5dafeccc-5422-4584-a49d-940b80207238 a2dc275cb5794c9ebf8cc99063254f31 9b84c31ba61a4ac7be4e011a7d7ecd7b - - default default] Added segment 05af538a-748d-4f82-981c-0bf9db1ed742 of type vxlan for network c4f83a44-55ee-4b7a-b8b8-f450e29fe9ca [pid: 8|app: 0|req: 1272/2542] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:41:21 2026] POST /v2.0/networks => generated 727 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2543] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:41:21 2026] POST /v2.0/subnets => generated 644 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:41:21.622 8 WARNING neutron.api.v2.base [None req-c0a7330e-c4b7-4696-8630-1c326e2d6f6a a2dc275cb5794c9ebf8cc99063254f31 9b84c31ba61a4ac7be4e011a7d7ecd7b - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-05-08 20:41:21.623 8 INFO neutron.api.v2.resource [None req-c0a7330e-c4b7-4696-8630-1c326e2d6f6a a2dc275cb5794c9ebf8cc99063254f31 9b84c31ba61a4ac7be4e011a7d7ecd7b - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1273/2544] 10.0.0.181 () {34 vars in 681 bytes} [Fri May 8 20:41:21 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-08 20:41:21.819 7 INFO neutron.services.segments.plugin [-] Segment 05af538a-748d-4f82-981c-0bf9db1ed742 resource provider aggregate not found 2026-05-08 20:41:21.829 7 INFO neutron.services.segments.plugin [-] Segment 05af538a-748d-4f82-981c-0bf9db1ed742 resource provider aggregate not found 2026-05-08 20:41:21.837 7 INFO neutron.services.segments.plugin [-] Segment 05af538a-748d-4f82-981c-0bf9db1ed742 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05af538a-748d-4f82-981c-0bf9db1ed742 found for delete ", "request_id": "req-5007bfd8-8efd-4f8b-bc6c-07d3c62d1b54"}]} 2026-05-08 20:41:21.849 7 INFO neutron.services.segments.plugin [-] Segment 05af538a-748d-4f82-981c-0bf9db1ed742 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05af538a-748d-4f82-981c-0bf9db1ed742 found for delete ", "request_id": "req-6456ab21-afd8-4bfd-9410-5f6fe4343eab"}]} [pid: 7|app: 0|req: 1272/2545] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:41:21 2026] DELETE /v2.0/networks/c4f83a44-55ee-4b7a-b8b8-f450e29fe9ca => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:41:21.911 8 INFO neutron.db.segments_db [None req-2c0a6738-9b7a-42d9-bcfe-1deadec5a207 a2dc275cb5794c9ebf8cc99063254f31 9b84c31ba61a4ac7be4e011a7d7ecd7b - - default default] Added segment afef71e1-0543-44db-8a39-c0a03e1b1ffe of type vxlan for network d0e71410-bfa7-41a0-b7fc-19b7c31e6991 [pid: 8|app: 0|req: 1274/2546] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:41:21 2026] POST /v2.0/networks => generated 727 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2547] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:41:21 2026] POST /v2.0/subnets => generated 647 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 20:41:22.180 8 WARNING neutron.api.v2.base [None req-322547bb-f901-4e00-9b98-454b8036d00d a2dc275cb5794c9ebf8cc99063254f31 9b84c31ba61a4ac7be4e011a7d7ecd7b - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-05-08 20:41:22.181 8 INFO neutron.api.v2.resource [None req-322547bb-f901-4e00-9b98-454b8036d00d a2dc275cb5794c9ebf8cc99063254f31 9b84c31ba61a4ac7be4e011a7d7ecd7b - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1275/2548] 10.0.0.181 () {34 vars in 681 bytes} [Fri May 8 20:41:22 2026] POST /v2.0/rbac-policies => generated 547 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2549] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:41:22 2026] DELETE /v2.0/networks/d0e71410-bfa7-41a0-b7fc-19b7c31e6991 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:41:22.436 8 INFO neutron.db.segments_db [None req-d209934c-af43-49e3-aec3-862e87c49f30 a2dc275cb5794c9ebf8cc99063254f31 9b84c31ba61a4ac7be4e011a7d7ecd7b - - default default] Added segment 9e58efc0-ec10-48e0-b167-0c252e7f9f1b of type vxlan for network 84592be4-176a-4471-82cf-22738c31606a [pid: 8|app: 0|req: 1276/2550] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:41:22 2026] POST /v2.0/networks => generated 727 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2551] 10.0.0.181 () {34 vars in 669 bytes} [Fri May 8 20:41:22 2026] POST /v2.0/subnets => generated 647 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2552] 10.0.0.181 () {34 vars in 681 bytes} [Fri May 8 20:41:22 2026] POST /v2.0/rbac-policies => generated 324 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2553] 10.0.0.181 () {32 vars in 723 bytes} [Fri May 8 20:41:23 2026] GET /v2.0/networks/84592be4-176a-4471-82cf-22738c31606a => generated 655 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:41:23.823 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a7371147-9607-4f5d-9e71-43b854515579 df44942efdd94fcaaa7a5a0d533c0ec1 a543e182740e4e9b88bcc1aef4eadb5f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1278/2554] 10.0.0.181 () {32 vars in 723 bytes} [Fri May 8 20:41:23 2026] GET /v2.0/networks/84592be4-176a-4471-82cf-22738c31606a => generated 138 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:41:23.871 7 INFO neutron.services.segments.plugin [-] Segment afef71e1-0543-44db-8a39-c0a03e1b1ffe resource provider aggregate not found 2026-05-08 20:41:23.885 7 INFO neutron.services.segments.plugin [-] Segment afef71e1-0543-44db-8a39-c0a03e1b1ffe resource provider aggregate not found 2026-05-08 20:41:23.893 7 INFO neutron.services.segments.plugin [-] Segment afef71e1-0543-44db-8a39-c0a03e1b1ffe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afef71e1-0543-44db-8a39-c0a03e1b1ffe found for delete ", "request_id": "req-50759112-214a-4997-9e8d-a4d7d0c166e1"}]} 2026-05-08 20:41:23.905 7 INFO neutron.services.segments.plugin [-] Segment afef71e1-0543-44db-8a39-c0a03e1b1ffe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afef71e1-0543-44db-8a39-c0a03e1b1ffe found for delete ", "request_id": "req-85f19b12-d71c-4eb0-9f14-73c02ab0d7e4"}]} 2026-05-08 20:41:23.972 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f76f3f8-004b-437a-8fb3-d2b9ac91e949 a2dc275cb5794c9ebf8cc99063254f31 9b84c31ba61a4ac7be4e011a7d7ecd7b - - default default] TaaS: Handle Delete Port: 0bb22de3-497d-43c1-8ade-6dc0380a7769 2026-05-08 20:41:23.974 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f76f3f8-004b-437a-8fb3-d2b9ac91e949 a2dc275cb5794c9ebf8cc99063254f31 9b84c31ba61a4ac7be4e011a7d7ecd7b - - default default] Tap Mirror: Handle Delete Port: 0bb22de3-497d-43c1-8ade-6dc0380a7769 [pid: 7|app: 0|req: 1277/2555] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:41:23 2026] DELETE /v2.0/networks/84592be4-176a-4471-82cf-22738c31606a => generated 0 bytes in 467 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:41:24.316 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1a6a37b6-a948-4169-8850-c5a10747e251 a2dc275cb5794c9ebf8cc99063254f31 9b84c31ba61a4ac7be4e011a7d7ecd7b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1279/2556] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:41:24 2026] DELETE /v2.0/subnets/34e9e18a-07c7-4b90-9228-ba1b5e42a5f8 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:41:24.333 7 INFO neutron.pecan_wsgi.hooks.translation [None req-36dea1ff-a97b-4197-8cfe-21d518aaa469 a2dc275cb5794c9ebf8cc99063254f31 9b84c31ba61a4ac7be4e011a7d7ecd7b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1278/2557] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:41:24 2026] DELETE /v2.0/subnets/de5c8619-95b3-4011-8929-690522705042 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:41:24.352 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7a48232d-22a7-426b-8c00-da35c0515df7 a2dc275cb5794c9ebf8cc99063254f31 9b84c31ba61a4ac7be4e011a7d7ecd7b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1280/2558] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:41:24 2026] DELETE /v2.0/subnets/4169174b-359a-4b0f-9b9b-4f0b432aa4ab => 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: 1279/2559] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:41:25 2026] GET /v2.0/security-groups?tenant_id=6f8934d878734d51a9a683e230a0e101&name=default => generated 2929 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2560] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:41:25 2026] DELETE /v2.0/security-groups/3d84fe2b-ee2b-4e62-a7c8-ef2f1d5f2342 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2561] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:41:25 2026] GET /v2.0/security-groups?tenant_id=9b84c31ba61a4ac7be4e011a7d7ecd7b&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2562] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:41:25 2026] DELETE /v2.0/security-groups/567bb86e-e0f4-4108-bfe4-aebe81808b1f => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:41:25.908 7 INFO neutron.services.segments.plugin [-] Segment 9e58efc0-ec10-48e0-b167-0c252e7f9f1b resource provider aggregate not found 2026-05-08 20:41:25.923 7 INFO neutron.services.segments.plugin [-] Segment 9e58efc0-ec10-48e0-b167-0c252e7f9f1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e58efc0-ec10-48e0-b167-0c252e7f9f1b found for delete ", "request_id": "req-7dcf0940-133d-441c-82bf-db3d282d9ce4"}]} 2026-05-08 20:41:25.924 7 INFO neutron.services.segments.plugin [-] Segment 9e58efc0-ec10-48e0-b167-0c252e7f9f1b resource provider aggregate not found 2026-05-08 20:41:25.940 7 INFO neutron.services.segments.plugin [-] Segment 9e58efc0-ec10-48e0-b167-0c252e7f9f1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e58efc0-ec10-48e0-b167-0c252e7f9f1b found for delete ", "request_id": "req-f7d7759c-c00d-47a9-af12-acf0589b2089"}]} [pid: 7|app: 0|req: 1281/2563] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:41:25 2026] GET /v2.0/security-groups?tenant_id=a543e182740e4e9b88bcc1aef4eadb5f&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2564] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:41:26 2026] DELETE /v2.0/security-groups/8a5c404d-1218-4f79-9b2d-6a9850f9b609 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2565] 10.0.0.181 () {34 vars in 678 bytes} [Fri May 8 20:41:29 2026] POST /v2.0/qos/policies => generated 359 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2566] 10.0.0.181 () {34 vars in 678 bytes} [Fri May 8 20:41:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2567] 10.0.0.181 () {34 vars in 678 bytes} [Fri May 8 20:41:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2568] 10.0.0.181 () {34 vars in 678 bytes} [Fri May 8 20:41:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2569] 10.0.0.181 () {34 vars in 678 bytes} [Fri May 8 20:41:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2570] 10.0.0.181 () {34 vars in 753 bytes} [Fri May 8 20:41:30 2026] PUT /v2.0/policies/f4a96dd5-cf06-4a3c-89c1-c8c00693ca7e/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2571] 10.0.0.181 () {34 vars in 753 bytes} [Fri May 8 20:41:30 2026] PUT /v2.0/policies/646ad388-7707-4cfb-851d-fa8010a47af7/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2572] 10.0.0.181 () {34 vars in 753 bytes} [Fri May 8 20:41:30 2026] PUT /v2.0/policies/5765ce7c-2203-45a2-8115-9c9597ffa704/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2573] 10.0.0.181 () {34 vars in 753 bytes} [Fri May 8 20:41:30 2026] PUT /v2.0/policies/5f2c6a42-69fd-4f91-b329-fd83bfb50bc0/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2574] 10.0.0.181 () {32 vars in 674 bytes} [Fri May 8 20:41:30 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2575] 10.0.0.181 () {32 vars in 688 bytes} [Fri May 8 20:41:30 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2578] 10.0.0.181 () {32 vars in 684 bytes} [Fri May 8 20:41:31 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2579] 10.0.0.181 () {32 vars in 696 bytes} [Fri May 8 20:41:31 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2580] 10.0.0.181 () {32 vars in 682 bytes} [Fri May 8 20:41:31 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2581] 10.0.0.181 () {32 vars in 696 bytes} [Fri May 8 20:41:31 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2582] 10.0.0.181 () {32 vars in 692 bytes} [Fri May 8 20:41:31 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2583] 10.0.0.181 () {32 vars in 704 bytes} [Fri May 8 20:41:31 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2584] 10.0.0.181 () {32 vars in 734 bytes} [Fri May 8 20:41:31 2026] DELETE /v2.0/qos/policies/f4a96dd5-cf06-4a3c-89c1-c8c00693ca7e => 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: 1293/2585] 10.0.0.181 () {32 vars in 734 bytes} [Fri May 8 20:41:31 2026] DELETE /v2.0/qos/policies/646ad388-7707-4cfb-851d-fa8010a47af7 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2586] 10.0.0.181 () {32 vars in 734 bytes} [Fri May 8 20:41:31 2026] DELETE /v2.0/qos/policies/5765ce7c-2203-45a2-8115-9c9597ffa704 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2587] 10.0.0.181 () {32 vars in 734 bytes} [Fri May 8 20:41:31 2026] DELETE /v2.0/qos/policies/5f2c6a42-69fd-4f91-b329-fd83bfb50bc0 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2588] 10.0.0.181 () {32 vars in 734 bytes} [Fri May 8 20:41:31 2026] DELETE /v2.0/qos/policies/f303faa5-8eb0-46c6-9215-132ea1fe4cdd => 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: 1295/2589] 10.0.0.181 () {32 vars in 721 bytes} [Fri May 8 20:41:31 2026] GET /v2.0/subnets/883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2590] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:41:32 2026] GET /v2.0/security-groups?tenant_id=51f3f6df37fa42ceb32e44b6ea55ce56&name=default => generated 2929 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2591] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:41:32 2026] DELETE /v2.0/security-groups/2294eed2-b527-4a7e-ab09-85d81c8846e6 => 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: 1296/2592] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:41:32 2026] GET /v2.0/security-groups?tenant_id=604e8a50a35e4cca8b6ab330139c4d7f&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2593] 10.0.0.176 () {30 vars in 690 bytes} [Fri May 8 20:41:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2594] 10.0.0.176 () {30 vars in 692 bytes} [Fri May 8 20:41:33 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: 1299/2595] 10.0.0.176 () {30 vars in 668 bytes} [Fri May 8 20:41:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2596] 10.0.0.176 () {30 vars in 704 bytes} [Fri May 8 20:41:33 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: 1297/2597] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:41:33 2026] DELETE /v2.0/security-groups/e778ccf0-819c-4ea3-ba26-6d12b908d3c5 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2598] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:41:33 2026] GET /v2.0/security-groups?tenant_id=e6aba9bff76b47a68790355807e1f197&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2599] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:41:33 2026] DELETE /v2.0/security-groups/84fa12f0-5950-47c6-a0f0-6167cc176bf2 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2600] 10.0.0.176 () {28 vars in 439 bytes} [Fri May 8 20:41:33 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2601] 10.0.0.176 () {30 vars in 728 bytes} [Fri May 8 20:41:33 2026] GET /v2.0/subnets/883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 657 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2602] 10.0.0.176 () {30 vars in 690 bytes} [Fri May 8 20:41:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2603] 10.0.0.176 () {30 vars in 692 bytes} [Fri May 8 20:41:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2604] 10.0.0.176 () {30 vars in 668 bytes} [Fri May 8 20:41:33 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: 1301/2605] 10.0.0.176 () {30 vars in 704 bytes} [Fri May 8 20:41:33 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: 1305/2606] 10.0.0.176 () {30 vars in 728 bytes} [Fri May 8 20:41:33 2026] GET /v2.0/subnets/883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2607] 10.0.0.176 () {30 vars in 690 bytes} [Fri May 8 20:41:33 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: 1306/2608] 10.0.0.176 () {30 vars in 692 bytes} [Fri May 8 20:41:33 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: 1303/2609] 10.0.0.176 () {30 vars in 668 bytes} [Fri May 8 20:41:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2610] 10.0.0.176 () {30 vars in 704 bytes} [Fri May 8 20:41:34 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: 1304/2611] 10.0.0.176 () {30 vars in 730 bytes} [Fri May 8 20:41:34 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6 => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2612] 10.0.0.176 () {30 vars in 682 bytes} [Fri May 8 20:41:34 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2613] 10.0.0.176 () {34 vars in 704 bytes} [Fri May 8 20:41:34 2026] POST /v2.0/ports => generated 1132 bytes in 368 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: 1306/2614] 199.204.45.109 () {30 vars in 703 bytes} [Fri May 8 20:41:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2615] 199.204.45.109 () {30 vars in 705 bytes} [Fri May 8 20:41: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: 8|app: 0|req: 1308/2616] 199.204.45.109 () {30 vars in 681 bytes} [Fri May 8 20:41:37 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: 1309/2617] 199.204.45.109 () {30 vars in 717 bytes} [Fri May 8 20:41:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2618] 10.0.0.181 () {34 vars in 676 bytes} [Fri May 8 20:41:36 2026] POST /v2.0/floatingips => generated 552 bytes in 647 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2619] 199.204.45.109 () {30 vars in 737 bytes} [Fri May 8 20:41:37 2026] GET /v2.0/ports/cbbca352-5ddb-420b-8377-3aaf5c8462a8 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2620] 10.0.0.181 () {34 vars in 759 bytes} [Fri May 8 20:41:37 2026] PUT /v2.0/floatingips/56150534-1558-448a-af9c-da62522125ef/tags => generated 25 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2621] 10.0.0.181 () {32 vars in 739 bytes} [Fri May 8 20:41:37 2026] GET /v2.0/floatingips/56150534-1558-448a-af9c-da62522125ef/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2622] 10.0.0.181 () {34 vars in 770 bytes} [Fri May 8 20:41:37 2026] PUT /v2.0/floatingips/56150534-1558-448a-af9c-da62522125ef/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2623] 10.0.0.181 () {32 vars in 739 bytes} [Fri May 8 20:41:37 2026] GET /v2.0/floatingips/56150534-1558-448a-af9c-da62522125ef/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2624] 199.204.45.109 () {30 vars in 703 bytes} [Fri May 8 20:41:37 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: 1314/2625] 199.204.45.109 () {30 vars in 705 bytes} [Fri May 8 20:41:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2626] 199.204.45.109 () {30 vars in 681 bytes} [Fri May 8 20:41:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2627] 10.0.0.181 () {34 vars in 766 bytes} [Fri May 8 20:41:37 2026] PUT /v2.0/floatingips/56150534-1558-448a-af9c-da62522125ef/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2628] 199.204.45.109 () {30 vars in 717 bytes} [Fri May 8 20:41:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:41:37.527 8 INFO neutron.api.v2.resource [None req-42fea90f-c073-4e95-902f-a30e7847a4b6 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1317/2629] 199.204.45.109 () {30 vars in 763 bytes} [Fri May 8 20:41:37 2026] GET /v2.0/security-groups/lb-7dd234ed-c18e-40ee-950c-e04bbce8ff4a => 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: 1313/2630] 10.0.0.181 () {32 vars in 739 bytes} [Fri May 8 20:41:37 2026] GET /v2.0/floatingips/56150534-1558-448a-af9c-da62522125ef/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2631] 199.204.45.109 () {30 vars in 785 bytes} [Fri May 8 20:41:37 2026] GET /v2.0/security-groups?name=lb-7dd234ed-c18e-40ee-950c-e04bbce8ff4a => generated 23 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2632] 10.0.0.181 () {34 vars in 788 bytes} [Fri May 8 20:41:37 2026] PUT /v2.0/floatingips/56150534-1558-448a-af9c-da62522125ef/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2633] 10.0.0.181 () {32 vars in 739 bytes} [Fri May 8 20:41:37 2026] GET /v2.0/floatingips/56150534-1558-448a-af9c-da62522125ef/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2634] 199.204.45.109 () {34 vars in 736 bytes} [Fri May 8 20:41:37 2026] POST /v2.0/security-groups => generated 1638 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2635] 10.0.0.181 () {34 vars in 759 bytes} [Fri May 8 20:41:37 2026] PUT /v2.0/floatingips/56150534-1558-448a-af9c-da62522125ef/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2636] 199.204.45.109 () {30 vars in 815 bytes} [Fri May 8 20:41:37 2026] GET /v2.0/security-group-rules?security_group_id=b7febc7e-3a46-4ea2-a9cd-ed7c6de55138 => generated 1182 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2637] 10.0.0.181 () {32 vars in 739 bytes} [Fri May 8 20:41:37 2026] GET /v2.0/floatingips/56150534-1558-448a-af9c-da62522125ef/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2638] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:41:37 2026] GET /v2.0/floatingips/56150534-1558-448a-af9c-da62522125ef/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:41:37.815 7 INFO neutron.api.v2.resource [None req-7220d7d7-87b2-48cc-b1ec-f06247486d25 1a31bb86fe5e4e419532ba03f68a2dbd 8c0c60a2642447bd8bdcfb0ae81df7ee - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1319/2639] 10.0.0.181 () {32 vars in 751 bytes} [Fri May 8 20:41:37 2026] GET /v2.0/floatingips/56150534-1558-448a-af9c-da62522125ef/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2640] 10.0.0.181 () {32 vars in 750 bytes} [Fri May 8 20:41:37 2026] DELETE /v2.0/floatingips/56150534-1558-448a-af9c-da62522125ef/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2641] 10.0.0.181 () {32 vars in 739 bytes} [Fri May 8 20:41:37 2026] GET /v2.0/floatingips/56150534-1558-448a-af9c-da62522125ef/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2642] 199.204.45.109 () {34 vars in 789 bytes} [Fri May 8 20:41:37 2026] PUT /v2.0/ports/cbbca352-5ddb-420b-8377-3aaf5c8462a8 => generated 1132 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:41:37.954 7 INFO neutron.api.v2.resource [None req-a9fca0b3-0521-4f71-bdbe-0b2849891a13 1a31bb86fe5e4e419532ba03f68a2dbd 8c0c60a2642447bd8bdcfb0ae81df7ee - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1322/2643] 10.0.0.181 () {32 vars in 754 bytes} [Fri May 8 20:41:37 2026] DELETE /v2.0/floatingips/56150534-1558-448a-af9c-da62522125ef/tags/green => generated 99 bytes in 39 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: 1323/2644] 199.204.45.109 () {30 vars in 703 bytes} [Fri May 8 20:41:37 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: 1324/2645] 199.204.45.109 () {30 vars in 705 bytes} [Fri May 8 20:41:38 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2646] 10.0.0.181 () {32 vars in 742 bytes} [Fri May 8 20:41:37 2026] DELETE /v2.0/floatingips/56150534-1558-448a-af9c-da62522125ef/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2647] 199.204.45.109 () {30 vars in 681 bytes} [Fri May 8 20:41:38 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2648] 199.204.45.109 () {30 vars in 717 bytes} [Fri May 8 20:41:38 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: 1323/2649] 10.0.0.181 () {32 vars in 739 bytes} [Fri May 8 20:41:38 2026] GET /v2.0/floatingips/56150534-1558-448a-af9c-da62522125ef/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2650] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:41:38 2026] GET /v2.0/subnets/883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:41:38.178 8 INFO neutron_taas.services.taas.taas_plugin [None req-865e3a0c-0ca0-4b2f-a390-fdd9e783852f 1a31bb86fe5e4e419532ba03f68a2dbd 8c0c60a2642447bd8bdcfb0ae81df7ee - - default default] TaaS: Handle Delete Port: 4081c363-ddca-423e-bc90-d86b6285b17f 2026-05-08 20:41:38.181 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-865e3a0c-0ca0-4b2f-a390-fdd9e783852f 1a31bb86fe5e4e419532ba03f68a2dbd 8c0c60a2642447bd8bdcfb0ae81df7ee - - default default] Tap Mirror: Handle Delete Port: 4081c363-ddca-423e-bc90-d86b6285b17f [pid: 8|app: 0|req: 1324/2651] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:41:38 2026] DELETE /v2.0/floatingips/56150534-1558-448a-af9c-da62522125ef => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2652] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:41:38 2026] GET /v2.0/security-groups?tenant_id=8c0c60a2642447bd8bdcfb0ae81df7ee&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: 1325/2653] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:41:39 2026] DELETE /v2.0/security-groups/3ccef49e-6ac8-4272-bd3c-98287013debc => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2654] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:41:39 2026] GET /v2.0/security-groups?tenant_id=07fae8f2d1c6420fb6193145e4c6479a&name=default => generated 2929 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2655] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:41:39 2026] DELETE /v2.0/security-groups/b5b58570-8f79-4a2b-a1a3-a9ed9c47a041 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:41:42.651 7 INFO neutron.db.segments_db [None req-f846bff7-ce2f-4638-a719-28ed3c1564eb 7292cbea3e8247af8b918a5b66a073c3 1f98ca3cf2fe463f873bb9e2ed03b5a7 - - default default] Added segment 9dc867a9-524b-499f-af62-809fede93945 of type vxlan for network 208c08ab-7c1c-4b3f-b5d4-6d0eb0099d3d [pid: 7|app: 0|req: 1330/2656] 10.0.0.181 () {34 vars in 670 bytes} [Fri May 8 20:41:42 2026] POST /v2.0/networks => generated 631 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2657] 10.0.0.181 () {34 vars in 664 bytes} [Fri May 8 20:41:42 2026] POST /v2.0/ports => generated 743 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2658] 10.0.0.181 () {34 vars in 747 bytes} [Fri May 8 20:41:43 2026] PUT /v2.0/ports/de6abece-0ce1-45d4-adf5-bf20dcca7e3e/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: 8|app: 0|req: 1328/2659] 10.0.0.181 () {32 vars in 727 bytes} [Fri May 8 20:41:43 2026] GET /v2.0/ports/de6abece-0ce1-45d4-adf5-bf20dcca7e3e/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1332/2660] 10.0.0.181 () {34 vars in 758 bytes} [Fri May 8 20:41:43 2026] PUT /v2.0/ports/de6abece-0ce1-45d4-adf5-bf20dcca7e3e/tags/green => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1329/2661] 10.0.0.181 () {32 vars in 727 bytes} [Fri May 8 20:41:43 2026] GET /v2.0/ports/de6abece-0ce1-45d4-adf5-bf20dcca7e3e/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1333/2662] 10.0.0.181 () {34 vars in 754 bytes} [Fri May 8 20:41:43 2026] PUT /v2.0/ports/de6abece-0ce1-45d4-adf5-bf20dcca7e3e/tags/red => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1330/2663] 10.0.0.181 () {32 vars in 727 bytes} [Fri May 8 20:41:43 2026] GET /v2.0/ports/de6abece-0ce1-45d4-adf5-bf20dcca7e3e/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1334/2664] 10.0.0.181 () {34 vars in 776 bytes} [Fri May 8 20:41:43 2026] PUT /v2.0/ports/de6abece-0ce1-45d4-adf5-bf20dcca7e3e/tags/black.or.white => generated 4 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1331/2665] 10.0.0.181 () {32 vars in 727 bytes} [Fri May 8 20:41:43 2026] GET /v2.0/ports/de6abece-0ce1-45d4-adf5-bf20dcca7e3e/tags => generated 52 bytes in 56 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: 1335/2666] 10.0.0.181 () {34 vars in 747 bytes} [Fri May 8 20:41:43 2026] PUT /v2.0/ports/de6abece-0ce1-45d4-adf5-bf20dcca7e3e/tags => generated 37 bytes in 63 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: 1332/2667] 10.0.0.181 () {32 vars in 727 bytes} [Fri May 8 20:41:43 2026] GET /v2.0/ports/de6abece-0ce1-45d4-adf5-bf20dcca7e3e/tags => generated 37 bytes in 50 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: 1336/2668] 10.0.0.181 () {32 vars in 735 bytes} [Fri May 8 20:41:43 2026] GET /v2.0/ports/de6abece-0ce1-45d4-adf5-bf20dcca7e3e/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 20:41:43.879 8 INFO neutron.api.v2.resource [None req-d7964669-3ba5-4b15-918f-3f33bd587326 7292cbea3e8247af8b918a5b66a073c3 1f98ca3cf2fe463f873bb9e2ed03b5a7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1333/2669] 10.0.0.181 () {32 vars in 739 bytes} [Fri May 8 20:41:43 2026] GET /v2.0/ports/de6abece-0ce1-45d4-adf5-bf20dcca7e3e/tags/green => generated 99 bytes in 54 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: 1337/2670] 10.0.0.181 () {32 vars in 738 bytes} [Fri May 8 20:41:43 2026] DELETE /v2.0/ports/de6abece-0ce1-45d4-adf5-bf20dcca7e3e/tags/red => generated 0 bytes in 67 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: 1334/2671] 10.0.0.181 () {32 vars in 727 bytes} [Fri May 8 20:41:43 2026] GET /v2.0/ports/de6abece-0ce1-45d4-adf5-bf20dcca7e3e/tags => generated 30 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 20:41:44.060 7 INFO neutron.api.v2.resource [None req-20bc3e48-488e-403a-89d4-84672a6dfe7c 7292cbea3e8247af8b918a5b66a073c3 1f98ca3cf2fe463f873bb9e2ed03b5a7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1338/2672] 10.0.0.181 () {32 vars in 742 bytes} [Fri May 8 20:41:44 2026] DELETE /v2.0/ports/de6abece-0ce1-45d4-adf5-bf20dcca7e3e/tags/green => generated 99 bytes in 48 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: 1335/2673] 10.0.0.181 () {32 vars in 730 bytes} [Fri May 8 20:41:44 2026] DELETE /v2.0/ports/de6abece-0ce1-45d4-adf5-bf20dcca7e3e/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: 7|app: 0|req: 1339/2674] 10.0.0.181 () {32 vars in 727 bytes} [Fri May 8 20:41:44 2026] GET /v2.0/ports/de6abece-0ce1-45d4-adf5-bf20dcca7e3e/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 20:41:44.303 8 INFO neutron_taas.services.taas.taas_plugin [None req-57370b55-bb78-4fc7-a397-c891d089dae7 7292cbea3e8247af8b918a5b66a073c3 1f98ca3cf2fe463f873bb9e2ed03b5a7 - - default default] TaaS: Handle Delete Port: de6abece-0ce1-45d4-adf5-bf20dcca7e3e 2026-05-08 20:41:44.307 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57370b55-bb78-4fc7-a397-c891d089dae7 7292cbea3e8247af8b918a5b66a073c3 1f98ca3cf2fe463f873bb9e2ed03b5a7 - - default default] Tap Mirror: Handle Delete Port: de6abece-0ce1-45d4-adf5-bf20dcca7e3e [pid: 8|app: 0|req: 1336/2675] 10.0.0.181 () {32 vars in 720 bytes} [Fri May 8 20:41:44 2026] DELETE /v2.0/ports/de6abece-0ce1-45d4-adf5-bf20dcca7e3e => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1340/2676] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:41:44 2026] DELETE /v2.0/networks/208c08ab-7c1c-4b3f-b5d4-6d0eb0099d3d => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:41:44.595 7 INFO neutron.services.segments.plugin [-] Segment 9dc867a9-524b-499f-af62-809fede93945 resource provider aggregate not found 2026-05-08 20:41:44.601 7 INFO neutron.services.segments.plugin [-] Segment 9dc867a9-524b-499f-af62-809fede93945 resource provider aggregate not found 2026-05-08 20:41:44.617 7 INFO neutron.services.segments.plugin [-] Segment 9dc867a9-524b-499f-af62-809fede93945 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dc867a9-524b-499f-af62-809fede93945 found for delete ", "request_id": "req-5767eeee-b0df-429a-aad0-61823d8e8669"}]} 2026-05-08 20:41:44.620 7 INFO neutron.services.segments.plugin [-] Segment 9dc867a9-524b-499f-af62-809fede93945 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dc867a9-524b-499f-af62-809fede93945 found for delete ", "request_id": "req-6252c3d3-ffec-4a9e-be07-b3cbcb74f908"}]} [pid: 8|app: 0|req: 1337/2677] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:41:45 2026] GET /v2.0/security-groups?tenant_id=6a0f3bea7aab492da4866445d17f0069&name=default => generated 2929 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2678] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:41:45 2026] DELETE /v2.0/security-groups/2b4d4226-7070-4d9f-b97c-1c35a85f720e => 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: 1338/2679] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:41:45 2026] GET /v2.0/security-groups?tenant_id=1f98ca3cf2fe463f873bb9e2ed03b5a7&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2680] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:41:45 2026] DELETE /v2.0/security-groups/8ef4bbfc-1006-466b-9b65-c106d637c1f5 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2681] 10.0.0.169 () {34 vars in 1016 bytes} [Fri May 8 20:41:45 2026] GET /v2.0/security-groups?id=c76076eb-3377-4f66-8107-2fcc317ea480&fields=id => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2682] 10.0.0.169 () {34 vars in 982 bytes} [Fri May 8 20:41:45 2026] GET /v2.0/networks?id=323c3123-2d04-4c96-a6d9-ab5fd62e9c79 => generated 735 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2683] 10.0.0.169 () {34 vars in 965 bytes} [Fri May 8 20:41:45 2026] GET /v2.0/quotas/395e2d43ff4c4a3b838b2b8d7aebd775 => generated 291 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2686] 10.0.0.169 () {34 vars in 1002 bytes} [Fri May 8 20:41:46 2026] GET /v2.0/ports?tenant_id=395e2d43ff4c4a3b838b2b8d7aebd775&fields=id => generated 149 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2687] 10.0.0.169 () {34 vars in 1008 bytes} [Fri May 8 20:41:46 2026] GET /v2.0/networks/323c3123-2d04-4c96-a6d9-ab5fd62e9c79?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: 1345/2688] 10.0.0.169 () {34 vars in 1108 bytes} [Fri May 8 20:41:46 2026] GET /v2.0/networks/323c3123-2d04-4c96-a6d9-ab5fd62e9c79?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: 1344/2689] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:41:46 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 12 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2690] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:41:47 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:41:48.997 8 INFO neutron.db.segments_db [None req-752454c7-38ac-47f0-b81a-3d0d81b0c1e0 14adad1a0aac43a9ad87591520d5c009 ea92b358bf4648778199e3560469938b - - default default] Added segment 9fdcd252-5561-42b1-a519-348117e0b226 of type vxlan for network 97e62471-ba9d-42b1-a76b-d2d661446215 2026-05-08 20:41:49.237 8 INFO neutron.db.l3_hamode_db [None req-752454c7-38ac-47f0-b81a-3d0d81b0c1e0 14adad1a0aac43a9ad87591520d5c009 ea92b358bf4648778199e3560469938b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 20:41:49.336 8 INFO neutron.db.l3_hamode_db [None req-752454c7-38ac-47f0-b81a-3d0d81b0c1e0 14adad1a0aac43a9ad87591520d5c009 ea92b358bf4648778199e3560469938b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1347/2691] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:41:49 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2692] 10.0.0.181 () {34 vars in 668 bytes} [Fri May 8 20:41:48 2026] POST /v2.0/routers => generated 474 bytes in 1067 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2693] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:41:49 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => 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: 1346/2694] 10.0.0.181 () {34 vars in 751 bytes} [Fri May 8 20:41:49 2026] PUT /v2.0/routers/266bb964-5211-449a-b6ff-a90f2adb7111/tags => generated 25 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2695] 10.0.0.181 () {32 vars in 731 bytes} [Fri May 8 20:41:49 2026] GET /v2.0/routers/266bb964-5211-449a-b6ff-a90f2adb7111/tags => generated 25 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2696] 10.0.0.181 () {34 vars in 762 bytes} [Fri May 8 20:41:50 2026] PUT /v2.0/routers/266bb964-5211-449a-b6ff-a90f2adb7111/tags/green => generated 4 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2697] 10.0.0.181 () {32 vars in 731 bytes} [Fri May 8 20:41:50 2026] GET /v2.0/routers/266bb964-5211-449a-b6ff-a90f2adb7111/tags => generated 34 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2698] 10.0.0.181 () {34 vars in 758 bytes} [Fri May 8 20:41:50 2026] PUT /v2.0/routers/266bb964-5211-449a-b6ff-a90f2adb7111/tags/red => generated 4 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2699] 10.0.0.181 () {32 vars in 731 bytes} [Fri May 8 20:41:50 2026] GET /v2.0/routers/266bb964-5211-449a-b6ff-a90f2adb7111/tags => generated 34 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2700] 10.0.0.181 () {34 vars in 780 bytes} [Fri May 8 20:41:50 2026] PUT /v2.0/routers/266bb964-5211-449a-b6ff-a90f2adb7111/tags/black.or.white => generated 4 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2701] 10.0.0.181 () {32 vars in 731 bytes} [Fri May 8 20:41:50 2026] GET /v2.0/routers/266bb964-5211-449a-b6ff-a90f2adb7111/tags => generated 52 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2702] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:41:50 2026] GET /v2.0/networks?id=323c3123-2d04-4c96-a6d9-ab5fd62e9c79 => generated 735 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2703] 199.204.45.109 () {34 vars in 1050 bytes} [Fri May 8 20:41:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=395e2d43ff4c4a3b838b2b8d7aebd775 => generated 343 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2704] 10.0.0.181 () {34 vars in 751 bytes} [Fri May 8 20:41:50 2026] PUT /v2.0/routers/266bb964-5211-449a-b6ff-a90f2adb7111/tags => generated 37 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2705] 10.0.0.181 () {32 vars in 731 bytes} [Fri May 8 20:41:50 2026] GET /v2.0/routers/266bb964-5211-449a-b6ff-a90f2adb7111/tags => generated 37 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2706] 10.0.0.181 () {32 vars in 739 bytes} [Fri May 8 20:41:51 2026] GET /v2.0/routers/266bb964-5211-449a-b6ff-a90f2adb7111/tags/red => 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: 1354/2707] 199.204.45.109 () {38 vars in 955 bytes} [Fri May 8 20:41:50 2026] POST /v2.0/ports => generated 1082 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 20:41:51.252 8 INFO neutron.api.v2.resource [None req-bd3b2445-33e8-4e15-b5b8-e6d16f5cff57 14adad1a0aac43a9ad87591520d5c009 ea92b358bf4648778199e3560469938b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1354/2708] 10.0.0.181 () {32 vars in 743 bytes} [Fri May 8 20:41:51 2026] GET /v2.0/routers/266bb964-5211-449a-b6ff-a90f2adb7111/tags/green => generated 99 bytes in 93 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: 1355/2709] 10.0.0.181 () {32 vars in 742 bytes} [Fri May 8 20:41:51 2026] DELETE /v2.0/routers/266bb964-5211-449a-b6ff-a90f2adb7111/tags/red => 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: 1356/2710] 10.0.0.181 () {32 vars in 731 bytes} [Fri May 8 20:41:51 2026] GET /v2.0/routers/266bb964-5211-449a-b6ff-a90f2adb7111/tags => generated 30 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:41:51.566 8 INFO neutron.api.v2.resource [None req-751ea32f-8f93-49a2-b323-831d0a34d285 14adad1a0aac43a9ad87591520d5c009 ea92b358bf4648778199e3560469938b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1357/2711] 10.0.0.181 () {32 vars in 746 bytes} [Fri May 8 20:41:51 2026] DELETE /v2.0/routers/266bb964-5211-449a-b6ff-a90f2adb7111/tags/green => generated 99 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2712] 10.0.0.181 () {32 vars in 734 bytes} [Fri May 8 20:41:51 2026] DELETE /v2.0/routers/266bb964-5211-449a-b6ff-a90f2adb7111/tags => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2713] 199.204.45.109 () {38 vars in 1028 bytes} [Fri May 8 20:41:51 2026] PUT /v2.0/ports/1e49f399-351e-4311-9748-8254bba02bee => generated 1243 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2714] 10.0.0.181 () {32 vars in 731 bytes} [Fri May 8 20:41:51 2026] GET /v2.0/routers/266bb964-5211-449a-b6ff-a90f2adb7111/tags => generated 12 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 20:41:51.806 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8abc5fd1-1474-4dcd-aa06-e0ff4cc886f8'] response: {'name': 'network-changed', 'server_uuid': '055ca13e-1116-44cc-9089-17c5c1f034f4', 'tag': '1e49f399-351e-4311-9748-8254bba02bee', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1356/2715] 10.0.0.181 () {32 vars in 721 bytes} [Fri May 8 20:41:51 2026] GET /v2.0/routers/266bb964-5211-449a-b6ff-a90f2adb7111 => generated 480 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2716] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:41:52 2026] GET /v2.0/ports?tenant_id=395e2d43ff4c4a3b838b2b8d7aebd775&device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 1246 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2717] 199.204.45.109 () {34 vars in 1018 bytes} [Fri May 8 20:41:52 2026] GET /v2.0/networks?tenant_id=395e2d43ff4c4a3b838b2b8d7aebd775&shared=False => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2718] 10.0.0.181 () {34 vars in 742 bytes} [Fri May 8 20:41:51 2026] PUT /v2.0/routers/266bb964-5211-449a-b6ff-a90f2adb7111 => generated 480 bytes in 600 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2719] 10.0.0.181 () {32 vars in 736 bytes} [Fri May 8 20:41:52 2026] GET /v2.0/ports?device_id=266bb964-5211-449a-b6ff-a90f2adb7111 => 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: 1359/2720] 199.204.45.109 () {34 vars in 930 bytes} [Fri May 8 20:41:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:41:52.620 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e28e00a-f75f-4a77-bff4-411f96cdfbfe 14adad1a0aac43a9ad87591520d5c009 ea92b358bf4648778199e3560469938b - - default default] TaaS: Handle Delete Port: 315a75c3-a1d7-4a03-a220-51def015325a 2026-05-08 20:41:52.623 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e28e00a-f75f-4a77-bff4-411f96cdfbfe 14adad1a0aac43a9ad87591520d5c009 ea92b358bf4648778199e3560469938b - - default default] Tap Mirror: Handle Delete Port: 315a75c3-a1d7-4a03-a220-51def015325a [pid: 7|app: 0|req: 1360/2721] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:41:52 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2722] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:41:52 2026] GET /v2.0/security-groups?id=c76076eb-3377-4f66-8107-2fcc317ea480&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2723] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:41:52 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:41:52.989 8 INFO neutron.db.l3_hamode_db [None req-2e28e00a-f75f-4a77-bff4-411f96cdfbfe 14adad1a0aac43a9ad87591520d5c009 ea92b358bf4648778199e3560469938b - - default default] HA network 97e62471-ba9d-42b1-a76b-d2d661446215 was deleted as no HA routers are present in tenant ea92b358bf4648778199e3560469938b. [pid: 8|app: 0|req: 1362/2724] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:41:52 2026] DELETE /v2.0/routers/266bb964-5211-449a-b6ff-a90f2adb7111 => generated 0 bytes in 545 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:41:53.104 8 INFO neutron.services.segments.plugin [-] Segment 9fdcd252-5561-42b1-a519-348117e0b226 resource provider aggregate not found 2026-05-08 20:41:53.105 8 INFO neutron.services.segments.plugin [-] Segment 9fdcd252-5561-42b1-a519-348117e0b226 resource provider aggregate not found 2026-05-08 20:41:53.128 8 INFO neutron.services.segments.plugin [-] Segment 9fdcd252-5561-42b1-a519-348117e0b226 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fdcd252-5561-42b1-a519-348117e0b226 found for delete ", "request_id": "req-32f1cd48-fae4-4891-96a0-ce77bcdded83"}]} 2026-05-08 20:41:53.130 8 INFO neutron.services.segments.plugin [-] Segment 9fdcd252-5561-42b1-a519-348117e0b226 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fdcd252-5561-42b1-a519-348117e0b226 found for delete ", "request_id": "req-8d5f0f3f-cd70-41dc-a3ec-cd47aee55bf7"}]} [pid: 7|app: 0|req: 1363/2725] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:41:53 2026] GET /v2.0/ports?tenant_id=395e2d43ff4c4a3b838b2b8d7aebd775&device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 1246 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2726] 199.204.45.109 () {34 vars in 1062 bytes} [Fri May 8 20:41:53 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.226&port_id=1e49f399-351e-4311-9748-8254bba02bee => 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: 1364/2727] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:41:53 2026] GET /v2.0/subnets?id=019f67b1-95ee-4260-9dc1-6df737cbc975 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2728] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:41:53 2026] GET /v2.0/ports?network_id=323c3123-2d04-4c96-a6d9-ab5fd62e9c79&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: 1365/2729] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:41:53 2026] GET /v2.0/networks/323c3123-2d04-4c96-a6d9-ab5fd62e9c79?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: 1366/2730] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:41:53 2026] GET /v2.0/networks/323c3123-2d04-4c96-a6d9-ab5fd62e9c79?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: 1365/2731] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:41:53 2026] GET /v2.0/security-groups?tenant_id=3c260e59ccd04ce09278d6039e45aca1&name=default => generated 2929 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2732] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:41:53 2026] DELETE /v2.0/security-groups/2a9f85d6-79d8-45d3-95e7-df0d35ac6aeb => 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: 1366/2733] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:41:54 2026] GET /v2.0/security-groups?tenant_id=ea92b358bf4648778199e3560469938b&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: 1368/2734] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:41:54 2026] DELETE /v2.0/security-groups/28f8d597-835e-4ed7-87e0-c41ff501f402 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2735] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:41:55 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2736] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:41:55 2026] GET /v2.0/security-groups?id=c76076eb-3377-4f66-8107-2fcc317ea480&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2737] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:41:55 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2738] 199.204.45.109 () {34 vars in 994 bytes} [Fri May 8 20:41:57 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2739] 199.204.45.109 () {34 vars in 1044 bytes} [Fri May 8 20:41:57 2026] GET /v2.0/security-groups?id=c76076eb-3377-4f66-8107-2fcc317ea480&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2740] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:41:58 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2741] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:41:58 2026] GET /v2.0/security-groups?id=c76076eb-3377-4f66-8107-2fcc317ea480&fields=id&fields=name => generated 96 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2742] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:41:58 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 1248 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2745] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:42:01 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2746] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:42:01 2026] GET /v2.0/security-groups?id=c76076eb-3377-4f66-8107-2fcc317ea480&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2747] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:42:01 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 1248 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2752] 199.204.45.109 () {30 vars in 703 bytes} [Fri May 8 20:42:36 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: 1378/2753] 199.204.45.109 () {30 vars in 705 bytes} [Fri May 8 20:42:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2754] 199.204.45.109 () {30 vars in 681 bytes} [Fri May 8 20:42:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2755] 199.204.45.109 () {30 vars in 717 bytes} [Fri May 8 20:42:36 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: 1377/2756] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:42:36 2026] GET /v2.0/subnets/883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2757] 199.204.45.109 () {30 vars in 769 bytes} [Fri May 8 20:42:36 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2758] 199.204.45.109 () {34 vars in 717 bytes} [Fri May 8 20:42:36 2026] POST /v2.0/ports => generated 1059 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2759] 10.0.0.169 () {34 vars in 971 bytes} [Fri May 8 20:42:37 2026] GET /v2.0/ports/2a86ec8f-3b75-4722-a0dc-4d494388b911 => generated 1059 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2760] 10.0.0.169 () {34 vars in 907 bytes} [Fri May 8 20:42:37 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2761] 199.204.45.109 () {34 vars in 1262 bytes} [Fri May 8 20:42:38 2026] GET /v2.0/ports/2a86ec8f-3b75-4722-a0dc-4d494388b911?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: 7|app: 0|req: 1380/2762] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:42:38 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6?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: 1383/2763] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:42:38 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2764] 199.204.45.109 () {34 vars in 975 bytes} [Fri May 8 20:42:39 2026] GET /v2.0/ports/2a86ec8f-3b75-4722-a0dc-4d494388b911 => generated 1059 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2765] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:42:39 2026] GET /v2.0/networks?id=b8ae5332-58a1-41d6-8f29-02e14313cfc6 => generated 803 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2766] 199.204.45.109 () {38 vars in 1028 bytes} [Fri May 8 20:42:39 2026] PUT /v2.0/ports/2a86ec8f-3b75-4722-a0dc-4d494388b911 => generated 1249 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:42:39.636 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-023db5e6-3d65-43a8-9640-c875cdcde760'] response: {'name': 'network-changed', 'server_uuid': '055ca13e-1116-44cc-9089-17c5c1f034f4', 'tag': '2a86ec8f-3b75-4722-a0dc-4d494388b911', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1385/2767] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:42:40 2026] GET /v2.0/ports?tenant_id=395e2d43ff4c4a3b838b2b8d7aebd775&device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 2489 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2768] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:42:40 2026] GET /v2.0/networks?id=b8ae5332-58a1-41d6-8f29-02e14313cfc6 => generated 803 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2769] 199.204.45.109 () {34 vars in 1058 bytes} [Fri May 8 20:42:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.166&port_id=2a86ec8f-3b75-4722-a0dc-4d494388b911 => 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: 1384/2770] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:42:40 2026] GET /v2.0/subnets?id=883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2771] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:42:40 2026] GET /v2.0/ports?network_id=b8ae5332-58a1-41d6-8f29-02e14313cfc6&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2772] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:42:40 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6?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: 1388/2773] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:42:40 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6?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: 1386/2774] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:42:41 2026] GET /v2.0/ports?tenant_id=395e2d43ff4c4a3b838b2b8d7aebd775&device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 2489 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2775] 199.204.45.109 () {34 vars in 1062 bytes} [Fri May 8 20:42:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.226&port_id=1e49f399-351e-4311-9748-8254bba02bee => 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: 1387/2776] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:42:41 2026] GET /v2.0/subnets?id=019f67b1-95ee-4260-9dc1-6df737cbc975 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2777] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:42:41 2026] GET /v2.0/ports?network_id=323c3123-2d04-4c96-a6d9-ab5fd62e9c79&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2778] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:42:41 2026] GET /v2.0/networks/323c3123-2d04-4c96-a6d9-ab5fd62e9c79?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: 1391/2779] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:42:41 2026] GET /v2.0/networks/323c3123-2d04-4c96-a6d9-ab5fd62e9c79?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2780] 199.204.45.109 () {34 vars in 1058 bytes} [Fri May 8 20:42:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.166&port_id=2a86ec8f-3b75-4722-a0dc-4d494388b911 => 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: 1392/2781] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:42:41 2026] GET /v2.0/subnets?id=883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2782] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:42:41 2026] GET /v2.0/ports?network_id=b8ae5332-58a1-41d6-8f29-02e14313cfc6&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: 1393/2783] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:42:41 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2784] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:42:41 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6?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: 1394/2785] 10.0.0.169 () {34 vars in 971 bytes} [Fri May 8 20:42:45 2026] GET /v2.0/ports/2a86ec8f-3b75-4722-a0dc-4d494388b911 => generated 1251 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2788] 199.204.45.109 () {34 vars in 789 bytes} [Fri May 8 20:42:45 2026] PUT /v2.0/ports/2a86ec8f-3b75-4722-a0dc-4d494388b911 => generated 1276 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:42:46.217 8 INFO neutron.api.v2.resource [None req-66178a18-eab8-4482-9813-797b75ef1525 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1397/2789] 199.204.45.109 () {30 vars in 763 bytes} [Fri May 8 20:42:46 2026] GET /v2.0/security-groups/lb-7dd234ed-c18e-40ee-950c-e04bbce8ff4a => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:42:46.228 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c44c1c20-ee78-4bfa-9d22-900de9cf8755'] response: {'name': 'network-changed', 'server_uuid': '055ca13e-1116-44cc-9089-17c5c1f034f4', 'tag': '2a86ec8f-3b75-4722-a0dc-4d494388b911', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1393/2790] 199.204.45.109 () {30 vars in 785 bytes} [Fri May 8 20:42:46 2026] GET /v2.0/security-groups?name=lb-7dd234ed-c18e-40ee-950c-e04bbce8ff4a => generated 1639 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2791] 199.204.45.109 () {34 vars in 789 bytes} [Fri May 8 20:42:46 2026] PUT /v2.0/ports/2a86ec8f-3b75-4722-a0dc-4d494388b911 => generated 1314 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:42:46.617 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-02d6fc1d-7e4d-4771-b5f3-a3cb535375dd'] response: {'name': 'network-changed', 'server_uuid': '055ca13e-1116-44cc-9089-17c5c1f034f4', 'tag': '2a86ec8f-3b75-4722-a0dc-4d494388b911', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1394/2792] 199.204.45.109 () {30 vars in 703 bytes} [Fri May 8 20:42:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1399/2793] 199.204.45.109 () {30 vars in 705 bytes} [Fri May 8 20:42:46 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: 1400/2794] 199.204.45.109 () {30 vars in 681 bytes} [Fri May 8 20:42:46 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: 1401/2795] 199.204.45.109 () {30 vars in 717 bytes} [Fri May 8 20:42:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2796] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:42:46 2026] GET /v2.0/ports?tenant_id=395e2d43ff4c4a3b838b2b8d7aebd775&device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => 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: 1402/2797] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:42:46 2026] GET /v2.0/subnets/883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2798] 199.204.45.109 () {30 vars in 737 bytes} [Fri May 8 20:42:46 2026] GET /v2.0/ports/cbbca352-5ddb-420b-8377-3aaf5c8462a8 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2799] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:42:46 2026] GET /v2.0/networks?id=b8ae5332-58a1-41d6-8f29-02e14313cfc6 => generated 803 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2800] 199.204.45.109 () {30 vars in 737 bytes} [Fri May 8 20:42:46 2026] GET /v2.0/ports/2a86ec8f-3b75-4722-a0dc-4d494388b911 => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2801] 199.204.45.109 () {34 vars in 1058 bytes} [Fri May 8 20:42:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.166&port_id=2a86ec8f-3b75-4722-a0dc-4d494388b911 => 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: 1405/2802] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:42:46 2026] GET /v2.0/subnets?id=883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2803] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:42:46 2026] GET /v2.0/subnets/883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2804] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:42:46 2026] GET /v2.0/ports?network_id=b8ae5332-58a1-41d6-8f29-02e14313cfc6&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: 1399/2805] 199.204.45.109 () {30 vars in 743 bytes} [Fri May 8 20:42:46 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6 => 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: 1407/2806] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:42:46 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2807] 199.204.45.109 () {30 vars in 737 bytes} [Fri May 8 20:42:46 2026] GET /v2.0/ports/cbbca352-5ddb-420b-8377-3aaf5c8462a8 => 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: 1408/2808] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:42:46 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6?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: 1401/2809] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:42:47 2026] GET /v2.0/subnets/883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2810] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:42:48 2026] GET /v2.0/ports?tenant_id=395e2d43ff4c4a3b838b2b8d7aebd775&device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 2590 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2811] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:42:48 2026] GET /v2.0/networks?id=b8ae5332-58a1-41d6-8f29-02e14313cfc6 => generated 803 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2812] 199.204.45.109 () {34 vars in 1058 bytes} [Fri May 8 20:42:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.166&port_id=2a86ec8f-3b75-4722-a0dc-4d494388b911 => 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: 1403/2813] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:42:48 2026] GET /v2.0/subnets?id=883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2814] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:42:48 2026] GET /v2.0/ports?network_id=b8ae5332-58a1-41d6-8f29-02e14313cfc6&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: 1404/2815] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:42:48 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2816] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:42:48 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:42:55.613 7 INFO neutron.db.l3_db [None req-b96035d4-953e-4a6e-ac5d-f0f77bc840d1 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Floating IP c5b0399f-fdbc-452e-9e59-2cda867e8b43 associated. External IP: 10.96.250.219, port: cbbca352-5ddb-420b-8377-3aaf5c8462a8. [pid: 7|app: 0|req: 1405/2817] 10.0.0.181 () {34 vars in 677 bytes} [Fri May 8 20:42:54 2026] POST /v2.0/floatingips => generated 899 bytes in 1020 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2818] 199.204.45.109 () {30 vars in 703 bytes} [Fri May 8 20:43:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2819] 199.204.45.109 () {30 vars in 705 bytes} [Fri May 8 20:43:00 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: 1414/2820] 199.204.45.109 () {30 vars in 681 bytes} [Fri May 8 20:43:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2821] 199.204.45.109 () {30 vars in 717 bytes} [Fri May 8 20:43:00 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-08 20:43:01.001 8 INFO neutron.api.v2.resource [None req-225875e5-539c-4f72-81ec-c38025922e21 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1415/2822] 199.204.45.109 () {30 vars in 763 bytes} [Fri May 8 20:43:00 2026] GET /v2.0/security-groups/lb-7dd234ed-c18e-40ee-950c-e04bbce8ff4a => 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: 1408/2823] 199.204.45.109 () {30 vars in 785 bytes} [Fri May 8 20:43:01 2026] GET /v2.0/security-groups?name=lb-7dd234ed-c18e-40ee-950c-e04bbce8ff4a => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2826] 199.204.45.109 () {30 vars in 815 bytes} [Fri May 8 20:43:01 2026] GET /v2.0/security-group-rules?security_group_id=b7febc7e-3a46-4ea2-a9cd-ed7c6de55138 => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2827] 199.204.45.109 () {34 vars in 747 bytes} [Fri May 8 20:43:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2828] 199.204.45.109 () {34 vars in 747 bytes} [Fri May 8 20:43:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2829] 10.0.0.176 () {30 vars in 690 bytes} [Fri May 8 20:43:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2830] 10.0.0.176 () {30 vars in 692 bytes} [Fri May 8 20:43:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2831] 10.0.0.176 () {30 vars in 668 bytes} [Fri May 8 20:43:12 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: 1419/2832] 10.0.0.176 () {30 vars in 704 bytes} [Fri May 8 20:43:12 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: 1414/2833] 10.0.0.176 () {28 vars in 439 bytes} [Fri May 8 20:43:13 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2834] 10.0.0.176 () {30 vars in 728 bytes} [Fri May 8 20:43:13 2026] GET /v2.0/subnets/d51e7df7-4ffa-4c40-9dff-e57e415bc6fb => generated 656 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2835] 199.204.45.109 () {30 vars in 703 bytes} [Fri May 8 20:43:14 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: 1421/2836] 199.204.45.109 () {30 vars in 705 bytes} [Fri May 8 20:43:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2837] 199.204.45.109 () {30 vars in 681 bytes} [Fri May 8 20:43:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2838] 199.204.45.109 () {30 vars in 717 bytes} [Fri May 8 20:43:14 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: 1417/2839] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:43:14 2026] GET /v2.0/subnets/d51e7df7-4ffa-4c40-9dff-e57e415bc6fb => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2840] 199.204.45.109 () {30 vars in 769 bytes} [Fri May 8 20:43:14 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2841] 199.204.45.109 () {30 vars in 703 bytes} [Fri May 8 20:43:14 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: 1424/2842] 199.204.45.109 () {30 vars in 705 bytes} [Fri May 8 20:43:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2843] 199.204.45.109 () {30 vars in 681 bytes} [Fri May 8 20:43:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2844] 199.204.45.109 () {30 vars in 717 bytes} [Fri May 8 20:43:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2845] 199.204.45.109 () {34 vars in 717 bytes} [Fri May 8 20:43:14 2026] POST /v2.0/ports => generated 1328 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2846] 10.0.0.169 () {34 vars in 971 bytes} [Fri May 8 20:43:15 2026] GET /v2.0/ports/cd1ee6c7-1025-4d43-8e9f-cf19667c3977 => generated 1328 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1422/2849] 199.204.45.109 () {34 vars in 1262 bytes} [Fri May 8 20:43:16 2026] GET /v2.0/ports/cd1ee6c7-1025-4d43-8e9f-cf19667c3977?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2850] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:43:16 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2?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: 1423/2851] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:43:16 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2852] 199.204.45.109 () {34 vars in 975 bytes} [Fri May 8 20:43:17 2026] GET /v2.0/ports/cd1ee6c7-1025-4d43-8e9f-cf19667c3977 => generated 1328 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2853] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:43:17 2026] GET /v2.0/networks?id=983197db-ba4f-4288-89c4-a858cbab5ae2 => generated 800 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2854] 199.204.45.109 () {38 vars in 1028 bytes} [Fri May 8 20:43:17 2026] PUT /v2.0/ports/cd1ee6c7-1025-4d43-8e9f-cf19667c3977 => generated 1518 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:43:17.894 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-83e36f65-f8da-4d4b-9451-7b280e782294'] response: {'name': 'network-changed', 'server_uuid': '055ca13e-1116-44cc-9089-17c5c1f034f4', 'tag': 'cd1ee6c7-1025-4d43-8e9f-cf19667c3977', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1425/2855] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:43:18 2026] GET /v2.0/ports?tenant_id=395e2d43ff4c4a3b838b2b8d7aebd775&device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 4100 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1431/2856] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:43:18 2026] GET /v2.0/networks?id=983197db-ba4f-4288-89c4-a858cbab5ae2 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2857] 199.204.45.109 () {34 vars in 1058 bytes} [Fri May 8 20:43:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.121&port_id=cd1ee6c7-1025-4d43-8e9f-cf19667c3977 => 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: 1432/2858] 199.204.45.109 () {34 vars in 1104 bytes} [Fri May 8 20:43:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3a1&port_id=cd1ee6c7-1025-4d43-8e9f-cf19667c3977 => 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: 1427/2859] 199.204.45.109 () {34 vars in 1064 bytes} [Fri May 8 20:43:18 2026] GET /v2.0/subnets?id=d51e7df7-4ffa-4c40-9dff-e57e415bc6fb&id=179b69f7-347f-43d5-93f3-36569bbe0ec2 => generated 1409 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2860] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:43:18 2026] GET /v2.0/ports?network_id=983197db-ba4f-4288-89c4-a858cbab5ae2&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2861] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:43:18 2026] GET /v2.0/ports?network_id=983197db-ba4f-4288-89c4-a858cbab5ae2&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2862] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:43:18 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2?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: 1429/2863] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:43:18 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2?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: 1435/2864] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:43:19 2026] GET /v2.0/ports?tenant_id=395e2d43ff4c4a3b838b2b8d7aebd775&device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 4100 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2865] 199.204.45.109 () {34 vars in 1062 bytes} [Fri May 8 20:43:19 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.226&port_id=1e49f399-351e-4311-9748-8254bba02bee => 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: 1436/2866] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:43:19 2026] GET /v2.0/subnets?id=019f67b1-95ee-4260-9dc1-6df737cbc975 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2867] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:43:19 2026] GET /v2.0/ports?network_id=323c3123-2d04-4c96-a6d9-ab5fd62e9c79&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2868] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:43:19 2026] GET /v2.0/networks/323c3123-2d04-4c96-a6d9-ab5fd62e9c79?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2869] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:43:20 2026] GET /v2.0/networks/323c3123-2d04-4c96-a6d9-ab5fd62e9c79?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2870] 199.204.45.109 () {34 vars in 1058 bytes} [Fri May 8 20:43:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.166&port_id=2a86ec8f-3b75-4722-a0dc-4d494388b911 => 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: 1433/2871] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:43:20 2026] GET /v2.0/subnets?id=883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2872] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:43:20 2026] GET /v2.0/ports?network_id=b8ae5332-58a1-41d6-8f29-02e14313cfc6&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: 1434/2873] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:43:20 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2874] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:43:20 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2875] 199.204.45.109 () {34 vars in 1058 bytes} [Fri May 8 20:43:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.121&port_id=cd1ee6c7-1025-4d43-8e9f-cf19667c3977 => 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: 1441/2876] 199.204.45.109 () {34 vars in 1104 bytes} [Fri May 8 20:43:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3a1&port_id=cd1ee6c7-1025-4d43-8e9f-cf19667c3977 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2877] 199.204.45.109 () {34 vars in 1064 bytes} [Fri May 8 20:43:20 2026] GET /v2.0/subnets?id=d51e7df7-4ffa-4c40-9dff-e57e415bc6fb&id=179b69f7-347f-43d5-93f3-36569bbe0ec2 => generated 1409 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2878] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:43:20 2026] GET /v2.0/ports?network_id=983197db-ba4f-4288-89c4-a858cbab5ae2&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: 1437/2879] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:43:20 2026] GET /v2.0/ports?network_id=983197db-ba4f-4288-89c4-a858cbab5ae2&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2880] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:43:20 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2?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: 1438/2881] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:43:20 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2?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: 1444/2882] 10.0.0.169 () {34 vars in 971 bytes} [Fri May 8 20:43:24 2026] GET /v2.0/ports/cd1ee6c7-1025-4d43-8e9f-cf19667c3977 => generated 1520 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2883] 199.204.45.109 () {30 vars in 743 bytes} [Fri May 8 20:43:24 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2 => generated 797 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2884] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:43:24 2026] GET /v2.0/subnets/d51e7df7-4ffa-4c40-9dff-e57e415bc6fb => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2885] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:43:24 2026] GET /v2.0/subnets/179b69f7-347f-43d5-93f3-36569bbe0ec2 => generated 742 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2886] 199.204.45.109 () {30 vars in 703 bytes} [Fri May 8 20:43:24 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: 1441/2887] 199.204.45.109 () {30 vars in 705 bytes} [Fri May 8 20:43:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2888] 199.204.45.109 () {30 vars in 681 bytes} [Fri May 8 20:43:24 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: 1442/2889] 199.204.45.109 () {30 vars in 717 bytes} [Fri May 8 20:43:24 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: 1448/2890] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:43:25 2026] GET /v2.0/subnets/883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2891] 199.204.45.109 () {30 vars in 737 bytes} [Fri May 8 20:43:25 2026] GET /v2.0/ports/cbbca352-5ddb-420b-8377-3aaf5c8462a8 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2892] 199.204.45.109 () {30 vars in 737 bytes} [Fri May 8 20:43:25 2026] GET /v2.0/ports/2a86ec8f-3b75-4722-a0dc-4d494388b911 => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2893] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:43:25 2026] GET /v2.0/subnets/883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2894] 199.204.45.109 () {30 vars in 743 bytes} [Fri May 8 20:43:25 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2895] 199.204.45.109 () {30 vars in 737 bytes} [Fri May 8 20:43:25 2026] GET /v2.0/ports/cbbca352-5ddb-420b-8377-3aaf5c8462a8 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2896] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:43:25 2026] GET /v2.0/subnets/883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2897] 10.0.0.176 () {30 vars in 690 bytes} [Fri May 8 20:43:28 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: 1452/2898] 10.0.0.176 () {30 vars in 692 bytes} [Fri May 8 20:43:28 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: 1447/2899] 10.0.0.176 () {30 vars in 668 bytes} [Fri May 8 20:43:28 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: 1453/2900] 10.0.0.176 () {30 vars in 704 bytes} [Fri May 8 20:43:28 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: 1448/2901] 10.0.0.176 () {28 vars in 439 bytes} [Fri May 8 20:43:29 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2902] 10.0.0.176 () {30 vars in 728 bytes} [Fri May 8 20:43:29 2026] GET /v2.0/subnets/5a279034-c61c-4484-9178-a8ccbac0793d => generated 655 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2903] 199.204.45.109 () {30 vars in 703 bytes} [Fri May 8 20:43:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2904] 199.204.45.109 () {30 vars in 705 bytes} [Fri May 8 20:43:30 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: 1450/2905] 199.204.45.109 () {30 vars in 681 bytes} [Fri May 8 20:43:30 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: 1456/2906] 199.204.45.109 () {30 vars in 717 bytes} [Fri May 8 20:43:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2907] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:43:30 2026] GET /v2.0/subnets/d51e7df7-4ffa-4c40-9dff-e57e415bc6fb => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2908] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:43:30 2026] GET /v2.0/subnets/5a279034-c61c-4484-9178-a8ccbac0793d => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2909] 199.204.45.109 () {30 vars in 769 bytes} [Fri May 8 20:43:30 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 4102 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2910] 199.204.45.109 () {30 vars in 703 bytes} [Fri May 8 20:43:30 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: 1453/2911] 199.204.45.109 () {30 vars in 705 bytes} [Fri May 8 20:43:30 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: 1459/2912] 199.204.45.109 () {30 vars in 681 bytes} [Fri May 8 20:43:30 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: 1454/2913] 199.204.45.109 () {30 vars in 717 bytes} [Fri May 8 20:43:30 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: 1460/2914] 199.204.45.109 () {34 vars in 717 bytes} [Fri May 8 20:43:30 2026] POST /v2.0/ports => generated 1328 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2915] 10.0.0.169 () {34 vars in 971 bytes} [Fri May 8 20:43:30 2026] GET /v2.0/ports/1d3e8f9e-51f5-4aad-8ed5-34210b677753 => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1461/2916] 10.0.0.169 () {34 vars in 907 bytes} [Fri May 8 20:43:30 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2919] 199.204.45.109 () {34 vars in 1262 bytes} [Fri May 8 20:43:31 2026] GET /v2.0/ports/1d3e8f9e-51f5-4aad-8ed5-34210b677753?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2920] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:43:31 2026] GET /v2.0/networks/1ffb027d-ef6e-4128-b3fe-100dc991d940?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2921] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:43:31 2026] GET /v2.0/networks/1ffb027d-ef6e-4128-b3fe-100dc991d940?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: 1464/2922] 199.204.45.109 () {34 vars in 975 bytes} [Fri May 8 20:43:32 2026] GET /v2.0/ports/1d3e8f9e-51f5-4aad-8ed5-34210b677753 => generated 1328 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2923] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:43:32 2026] GET /v2.0/networks?id=1ffb027d-ef6e-4128-b3fe-100dc991d940 => 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: 1465/2924] 199.204.45.109 () {38 vars in 1028 bytes} [Fri May 8 20:43:32 2026] PUT /v2.0/ports/1d3e8f9e-51f5-4aad-8ed5-34210b677753 => generated 1518 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:43:33.065 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-627681d7-ecb4-4079-b397-537d4c6505a2'] response: {'name': 'network-changed', 'server_uuid': '055ca13e-1116-44cc-9089-17c5c1f034f4', 'tag': '1d3e8f9e-51f5-4aad-8ed5-34210b677753', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1460/2925] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:43:33 2026] GET /v2.0/ports?tenant_id=395e2d43ff4c4a3b838b2b8d7aebd775&device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 5612 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1466/2926] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:43:33 2026] GET /v2.0/networks?id=1ffb027d-ef6e-4128-b3fe-100dc991d940 => 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: 1461/2927] 199.204.45.109 () {34 vars in 1056 bytes} [Fri May 8 20:43:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.77&port_id=1d3e8f9e-51f5-4aad-8ed5-34210b677753 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2928] 199.204.45.109 () {34 vars in 1106 bytes} [Fri May 8 20:43:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A34f&port_id=1d3e8f9e-51f5-4aad-8ed5-34210b677753 => 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: 1462/2929] 199.204.45.109 () {34 vars in 1064 bytes} [Fri May 8 20:43:33 2026] GET /v2.0/subnets?id=c1a2a475-7503-46ec-83a5-70bfa27a8e6c&id=5a279034-c61c-4484-9178-a8ccbac0793d => generated 1413 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2930] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:43:33 2026] GET /v2.0/ports?network_id=1ffb027d-ef6e-4128-b3fe-100dc991d940&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: 1463/2931] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:43:33 2026] GET /v2.0/ports?network_id=1ffb027d-ef6e-4128-b3fe-100dc991d940&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: 1469/2932] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:43:33 2026] GET /v2.0/networks/1ffb027d-ef6e-4128-b3fe-100dc991d940?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: 1464/2933] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:43:33 2026] GET /v2.0/networks/1ffb027d-ef6e-4128-b3fe-100dc991d940?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2934] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:43:34 2026] GET /v2.0/ports?tenant_id=395e2d43ff4c4a3b838b2b8d7aebd775&device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 5612 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2935] 199.204.45.109 () {34 vars in 1062 bytes} [Fri May 8 20:43:35 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.226&port_id=1e49f399-351e-4311-9748-8254bba02bee => 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: 1471/2936] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:43:35 2026] GET /v2.0/subnets?id=019f67b1-95ee-4260-9dc1-6df737cbc975 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2937] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:43:35 2026] GET /v2.0/ports?network_id=323c3123-2d04-4c96-a6d9-ab5fd62e9c79&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2938] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:43:35 2026] GET /v2.0/networks/323c3123-2d04-4c96-a6d9-ab5fd62e9c79?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2939] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:43:35 2026] GET /v2.0/networks/323c3123-2d04-4c96-a6d9-ab5fd62e9c79?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2940] 199.204.45.109 () {34 vars in 1058 bytes} [Fri May 8 20:43:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.166&port_id=2a86ec8f-3b75-4722-a0dc-4d494388b911 => 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: 1468/2941] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:43:35 2026] GET /v2.0/subnets?id=883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2942] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:43:35 2026] GET /v2.0/ports?network_id=b8ae5332-58a1-41d6-8f29-02e14313cfc6&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2943] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:43:35 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2944] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:43:35 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2945] 199.204.45.109 () {34 vars in 1058 bytes} [Fri May 8 20:43:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.121&port_id=cd1ee6c7-1025-4d43-8e9f-cf19667c3977 => 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: 1476/2946] 199.204.45.109 () {34 vars in 1104 bytes} [Fri May 8 20:43:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3a1&port_id=cd1ee6c7-1025-4d43-8e9f-cf19667c3977 => 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: 1471/2947] 199.204.45.109 () {34 vars in 1064 bytes} [Fri May 8 20:43:35 2026] GET /v2.0/subnets?id=d51e7df7-4ffa-4c40-9dff-e57e415bc6fb&id=179b69f7-347f-43d5-93f3-36569bbe0ec2 => generated 1409 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2948] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:43:35 2026] GET /v2.0/ports?network_id=983197db-ba4f-4288-89c4-a858cbab5ae2&device_owner=network%3Adhcp => generated 1457 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2949] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:43:35 2026] GET /v2.0/ports?network_id=983197db-ba4f-4288-89c4-a858cbab5ae2&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2950] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:43:35 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2?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: 1473/2951] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:43:35 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2?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: 1479/2952] 199.204.45.109 () {34 vars in 1056 bytes} [Fri May 8 20:43:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.77&port_id=1d3e8f9e-51f5-4aad-8ed5-34210b677753 => 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: 1474/2953] 199.204.45.109 () {34 vars in 1106 bytes} [Fri May 8 20:43:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A34f&port_id=1d3e8f9e-51f5-4aad-8ed5-34210b677753 => 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: 1480/2954] 199.204.45.109 () {34 vars in 1064 bytes} [Fri May 8 20:43:35 2026] GET /v2.0/subnets?id=c1a2a475-7503-46ec-83a5-70bfa27a8e6c&id=5a279034-c61c-4484-9178-a8ccbac0793d => generated 1413 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2955] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:43:35 2026] GET /v2.0/ports?network_id=1ffb027d-ef6e-4128-b3fe-100dc991d940&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: 1481/2956] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:43:35 2026] GET /v2.0/ports?network_id=1ffb027d-ef6e-4128-b3fe-100dc991d940&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2957] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:43:35 2026] GET /v2.0/networks/1ffb027d-ef6e-4128-b3fe-100dc991d940?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2958] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:43:35 2026] GET /v2.0/networks/1ffb027d-ef6e-4128-b3fe-100dc991d940?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: 1477/2959] 10.0.0.169 () {34 vars in 971 bytes} [Fri May 8 20:43:39 2026] GET /v2.0/ports/1d3e8f9e-51f5-4aad-8ed5-34210b677753 => generated 1520 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2960] 199.204.45.109 () {30 vars in 743 bytes} [Fri May 8 20:43:39 2026] GET /v2.0/networks/1ffb027d-ef6e-4128-b3fe-100dc991d940 => generated 797 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2961] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:43:39 2026] GET /v2.0/subnets/5a279034-c61c-4484-9178-a8ccbac0793d => generated 673 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2962] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:43:40 2026] GET /v2.0/subnets/c1a2a475-7503-46ec-83a5-70bfa27a8e6c => generated 747 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2963] 199.204.45.109 () {30 vars in 737 bytes} [Fri May 8 20:43:40 2026] GET /v2.0/ports/cd1ee6c7-1025-4d43-8e9f-cf19667c3977 => generated 1520 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2964] 199.204.45.109 () {34 vars in 790 bytes} [Fri May 8 20:43:40 2026] PUT /v2.0/ports/cd1ee6c7-1025-4d43-8e9f-cf19667c3977 => generated 1255 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:43:40.495 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-681a8c9a-0bf5-49b6-8713-f66858108498'] response: {'name': 'network-changed', 'server_uuid': '055ca13e-1116-44cc-9089-17c5c1f034f4', 'tag': 'cd1ee6c7-1025-4d43-8e9f-cf19667c3977', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1480/2965] 199.204.45.109 () {30 vars in 743 bytes} [Fri May 8 20:43:40 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2 => 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: 1486/2966] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:43:40 2026] GET /v2.0/subnets/d51e7df7-4ffa-4c40-9dff-e57e415bc6fb => generated 674 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2967] 199.204.45.109 () {30 vars in 703 bytes} [Fri May 8 20:43:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2968] 199.204.45.109 () {30 vars in 705 bytes} [Fri May 8 20:43:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2969] 199.204.45.109 () {30 vars in 681 bytes} [Fri May 8 20:43:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2970] 199.204.45.109 () {30 vars in 717 bytes} [Fri May 8 20:43:40 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: 1483/2971] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:43:40 2026] GET /v2.0/subnets/883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2972] 199.204.45.109 () {30 vars in 737 bytes} [Fri May 8 20:43:40 2026] GET /v2.0/ports/cbbca352-5ddb-420b-8377-3aaf5c8462a8 => 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: 1484/2973] 199.204.45.109 () {30 vars in 737 bytes} [Fri May 8 20:43:40 2026] GET /v2.0/ports/2a86ec8f-3b75-4722-a0dc-4d494388b911 => generated 1350 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2974] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:43:40 2026] GET /v2.0/subnets/883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2975] 199.204.45.109 () {30 vars in 743 bytes} [Fri May 8 20:43:40 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2976] 199.204.45.109 () {30 vars in 737 bytes} [Fri May 8 20:43:40 2026] GET /v2.0/ports/cbbca352-5ddb-420b-8377-3aaf5c8462a8 => 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: 1486/2977] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:43:40 2026] GET /v2.0/subnets/883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2978] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:43:41 2026] GET /v2.0/ports?tenant_id=395e2d43ff4c4a3b838b2b8d7aebd775&device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 5385 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2979] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:43:41 2026] GET /v2.0/networks?id=983197db-ba4f-4288-89c4-a858cbab5ae2 => generated 800 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2980] 199.204.45.109 () {34 vars in 1058 bytes} [Fri May 8 20:43:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.121&port_id=cd1ee6c7-1025-4d43-8e9f-cf19667c3977 => 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: 1488/2981] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:43:41 2026] GET /v2.0/subnets?id=d51e7df7-4ffa-4c40-9dff-e57e415bc6fb => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2982] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:43:41 2026] GET /v2.0/ports?network_id=983197db-ba4f-4288-89c4-a858cbab5ae2&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: 1489/2983] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:43:41 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2984] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:43:41 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2?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: 1491/2987] 199.204.45.109 () {30 vars in 703 bytes} [Fri May 8 20:43:54 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: 1497/2988] 199.204.45.109 () {30 vars in 705 bytes} [Fri May 8 20:43:54 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: 1492/2989] 199.204.45.109 () {30 vars in 681 bytes} [Fri May 8 20:43:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2990] 199.204.45.109 () {30 vars in 717 bytes} [Fri May 8 20:43:54 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: 1493/2991] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:43:54 2026] GET /v2.0/subnets/d51e7df7-4ffa-4c40-9dff-e57e415bc6fb => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2992] 199.204.45.109 () {30 vars in 769 bytes} [Fri May 8 20:43:54 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 5385 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2993] 199.204.45.109 () {30 vars in 703 bytes} [Fri May 8 20:43:54 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: 1500/2994] 199.204.45.109 () {30 vars in 705 bytes} [Fri May 8 20:43:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2995] 199.204.45.109 () {30 vars in 681 bytes} [Fri May 8 20:43:54 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: 1501/2996] 199.204.45.109 () {30 vars in 717 bytes} [Fri May 8 20:43:54 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: 1496/2997] 199.204.45.109 () {30 vars in 737 bytes} [Fri May 8 20:43:54 2026] GET /v2.0/ports/1d3e8f9e-51f5-4aad-8ed5-34210b677753 => generated 1520 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2998] 199.204.45.109 () {34 vars in 790 bytes} [Fri May 8 20:43:54 2026] PUT /v2.0/ports/1d3e8f9e-51f5-4aad-8ed5-34210b677753 => generated 1311 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:43:54.934 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b0f3a14a-47d2-47dd-87b9-0c231cae962a'] response: {'name': 'network-changed', 'server_uuid': '055ca13e-1116-44cc-9089-17c5c1f034f4', 'tag': '1d3e8f9e-51f5-4aad-8ed5-34210b677753', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1497/2999] 199.204.45.109 () {30 vars in 743 bytes} [Fri May 8 20:43:54 2026] GET /v2.0/networks/1ffb027d-ef6e-4128-b3fe-100dc991d940 => generated 797 bytes in 43 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: 1503/3000] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:43:54 2026] GET /v2.0/subnets/c1a2a475-7503-46ec-83a5-70bfa27a8e6c => generated 747 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3001] 199.204.45.109 () {30 vars in 737 bytes} [Fri May 8 20:43:54 2026] GET /v2.0/ports/1d3e8f9e-51f5-4aad-8ed5-34210b677753 => generated 1347 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3002] 199.204.45.109 () {34 vars in 789 bytes} [Fri May 8 20:43:55 2026] PUT /v2.0/ports/1d3e8f9e-51f5-4aad-8ed5-34210b677753 => generated 1080 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3003] 199.204.45.109 () {30 vars in 743 bytes} [Fri May 8 20:43:55 2026] GET /v2.0/networks/1ffb027d-ef6e-4128-b3fe-100dc991d940 => generated 797 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1505/3004] 199.204.45.109 () {30 vars in 769 bytes} [Fri May 8 20:43:55 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 4981 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3005] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:43:55 2026] GET /v2.0/ports?tenant_id=395e2d43ff4c4a3b838b2b8d7aebd775&device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 4981 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3006] 199.204.45.109 () {30 vars in 769 bytes} [Fri May 8 20:43:55 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 4981 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3007] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:43:55 2026] GET /v2.0/networks?id=1ffb027d-ef6e-4128-b3fe-100dc991d940 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3008] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:43:55 2026] GET /v2.0/networks/1ffb027d-ef6e-4128-b3fe-100dc991d940?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3009] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:43:55 2026] GET /v2.0/networks/1ffb027d-ef6e-4128-b3fe-100dc991d940?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3010] 199.204.45.109 () {30 vars in 769 bytes} [Fri May 8 20:43:56 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 4981 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:43:56.969 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf81918a-2477-4765-8dd0-dea20cea98ad'] response: {'name': 'network-changed', 'server_uuid': '055ca13e-1116-44cc-9089-17c5c1f034f4', 'tag': '1d3e8f9e-51f5-4aad-8ed5-34210b677753', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1503/3011] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:43:57 2026] GET /v2.0/ports?tenant_id=395e2d43ff4c4a3b838b2b8d7aebd775&device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 4981 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3012] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:43:57 2026] GET /v2.0/networks?id=1ffb027d-ef6e-4128-b3fe-100dc991d940 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3013] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:43:57 2026] GET /v2.0/networks/1ffb027d-ef6e-4128-b3fe-100dc991d940?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: 1510/3014] 199.204.45.109 () {30 vars in 769 bytes} [Fri May 8 20:43:57 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => 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: 1505/3015] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:43:57 2026] GET /v2.0/networks/1ffb027d-ef6e-4128-b3fe-100dc991d940?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3016] 199.204.45.109 () {34 vars in 975 bytes} [Fri May 8 20:43:57 2026] GET /v2.0/ports/1d3e8f9e-51f5-4aad-8ed5-34210b677753 => generated 1116 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3017] 199.204.45.109 () {34 vars in 1060 bytes} [Fri May 8 20:43:57 2026] GET /v2.0/ports/1d3e8f9e-51f5-4aad-8ed5-34210b677753?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3018] 199.204.45.109 () {34 vars in 1016 bytes} [Fri May 8 20:43:57 2026] GET /v2.0/networks/1ffb027d-ef6e-4128-b3fe-100dc991d940?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3019] 199.204.45.109 () {38 vars in 1028 bytes} [Fri May 8 20:43:57 2026] PUT /v2.0/ports/1d3e8f9e-51f5-4aad-8ed5-34210b677753 => generated 917 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3020] 199.204.45.109 () {30 vars in 769 bytes} [Fri May 8 20:43:58 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 3873 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 20:43:58.827 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f07ec3f-6cc6-47fb-9d79-0c7ae18b1322 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 1d3e8f9e-51f5-4aad-8ed5-34210b677753 2026-05-08 20:43:58.830 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f07ec3f-6cc6-47fb-9d79-0c7ae18b1322 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 1d3e8f9e-51f5-4aad-8ed5-34210b677753 [pid: 7|app: 0|req: 1508/3021] 199.204.45.109 () {32 vars in 759 bytes} [Fri May 8 20:43:58 2026] DELETE /v2.0/ports/1d3e8f9e-51f5-4aad-8ed5-34210b677753 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3022] 199.204.45.109 () {30 vars in 703 bytes} [Fri May 8 20:43:59 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: 1509/3023] 199.204.45.109 () {30 vars in 705 bytes} [Fri May 8 20:43:59 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: 1515/3024] 199.204.45.109 () {30 vars in 681 bytes} [Fri May 8 20:43:59 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: 1510/3025] 199.204.45.109 () {30 vars in 717 bytes} [Fri May 8 20:43:59 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: 1516/3026] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:43:59 2026] GET /v2.0/subnets/883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3027] 199.204.45.109 () {30 vars in 737 bytes} [Fri May 8 20:43:59 2026] GET /v2.0/ports/cbbca352-5ddb-420b-8377-3aaf5c8462a8 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3028] 199.204.45.109 () {30 vars in 737 bytes} [Fri May 8 20:43:59 2026] GET /v2.0/ports/2a86ec8f-3b75-4722-a0dc-4d494388b911 => generated 1350 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3029] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:43:59 2026] GET /v2.0/subnets/883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3030] 199.204.45.109 () {30 vars in 743 bytes} [Fri May 8 20:43:59 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3031] 199.204.45.109 () {30 vars in 737 bytes} [Fri May 8 20:43:59 2026] GET /v2.0/ports/cbbca352-5ddb-420b-8377-3aaf5c8462a8 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3032] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:43:59 2026] GET /v2.0/subnets/883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3033] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:43:59 2026] GET /v2.0/ports?tenant_id=395e2d43ff4c4a3b838b2b8d7aebd775&device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 3873 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3034] 199.204.45.109 () {34 vars in 1226 bytes} [Fri May 8 20:43:59 2026] GET /v2.0/networks?id=323c3123-2d04-4c96-a6d9-ab5fd62e9c79&id=b8ae5332-58a1-41d6-8f29-02e14313cfc6&id=983197db-ba4f-4288-89c4-a858cbab5ae2&id=1ffb027d-ef6e-4128-b3fe-100dc991d940 => generated 3096 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3035] 199.204.45.109 () {34 vars in 1062 bytes} [Fri May 8 20:43:59 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.226&port_id=1e49f399-351e-4311-9748-8254bba02bee => 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: 1521/3036] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:43:59 2026] GET /v2.0/subnets?id=019f67b1-95ee-4260-9dc1-6df737cbc975 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3037] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:43:59 2026] GET /v2.0/ports?network_id=323c3123-2d04-4c96-a6d9-ab5fd62e9c79&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: 1522/3038] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:43:59 2026] GET /v2.0/networks/323c3123-2d04-4c96-a6d9-ab5fd62e9c79?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3039] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:43:59 2026] GET /v2.0/networks/323c3123-2d04-4c96-a6d9-ab5fd62e9c79?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: 1523/3040] 199.204.45.109 () {34 vars in 1058 bytes} [Fri May 8 20:43:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.166&port_id=2a86ec8f-3b75-4722-a0dc-4d494388b911 => 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: 1518/3041] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:43:59 2026] GET /v2.0/subnets?id=883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3042] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:43:59 2026] GET /v2.0/ports?network_id=b8ae5332-58a1-41d6-8f29-02e14313cfc6&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3043] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:44:00 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6?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: 1525/3044] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:44:00 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6?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: 1520/3045] 199.204.45.109 () {34 vars in 1058 bytes} [Fri May 8 20:44:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.121&port_id=cd1ee6c7-1025-4d43-8e9f-cf19667c3977 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3046] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:44:00 2026] GET /v2.0/subnets?id=d51e7df7-4ffa-4c40-9dff-e57e415bc6fb => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3047] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:44:00 2026] GET /v2.0/ports?network_id=983197db-ba4f-4288-89c4-a858cbab5ae2&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3048] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:44:00 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3049] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:44:00 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3052] 199.204.45.109 () {30 vars in 703 bytes} [Fri May 8 20:44: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: 1524/3053] 199.204.45.109 () {30 vars in 705 bytes} [Fri May 8 20:44:04 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: 1530/3054] 199.204.45.109 () {30 vars in 681 bytes} [Fri May 8 20:44:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3055] 199.204.45.109 () {30 vars in 717 bytes} [Fri May 8 20:44: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: 1531/3056] 199.204.45.109 () {30 vars in 769 bytes} [Fri May 8 20:44:04 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 3873 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3057] 199.204.45.109 () {30 vars in 703 bytes} [Fri May 8 20:44:04 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: 1532/3058] 199.204.45.109 () {30 vars in 705 bytes} [Fri May 8 20:44:04 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: 1527/3059] 199.204.45.109 () {30 vars in 681 bytes} [Fri May 8 20:44:04 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: 1533/3060] 199.204.45.109 () {30 vars in 717 bytes} [Fri May 8 20:44:04 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: 1528/3061] 199.204.45.109 () {30 vars in 737 bytes} [Fri May 8 20:44:04 2026] GET /v2.0/ports/cd1ee6c7-1025-4d43-8e9f-cf19667c3977 => generated 1291 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3062] 199.204.45.109 () {34 vars in 789 bytes} [Fri May 8 20:44:04 2026] PUT /v2.0/ports/cd1ee6c7-1025-4d43-8e9f-cf19667c3977 => generated 1080 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:44:04.950 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc1c077d-2197-47b9-9c3a-60e76d537c8a'] response: {'name': 'network-changed', 'server_uuid': '055ca13e-1116-44cc-9089-17c5c1f034f4', 'tag': 'cd1ee6c7-1025-4d43-8e9f-cf19667c3977', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1529/3063] 199.204.45.109 () {30 vars in 743 bytes} [Fri May 8 20:44:04 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2 => generated 797 bytes in 51 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: 1535/3064] 199.204.45.109 () {30 vars in 769 bytes} [Fri May 8 20:44:04 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 3698 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3065] 199.204.45.109 () {30 vars in 769 bytes} [Fri May 8 20:44:05 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 3698 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3066] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:44:05 2026] GET /v2.0/ports?tenant_id=395e2d43ff4c4a3b838b2b8d7aebd775&device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 3698 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3067] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:44:05 2026] GET /v2.0/networks?id=983197db-ba4f-4288-89c4-a858cbab5ae2 => 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: 1537/3068] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:44:05 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2?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: 1532/3069] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:44:05 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2?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: 1538/3070] 199.204.45.109 () {30 vars in 769 bytes} [Fri May 8 20:44:06 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 3698 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3071] 199.204.45.109 () {34 vars in 975 bytes} [Fri May 8 20:44:07 2026] GET /v2.0/ports/cd1ee6c7-1025-4d43-8e9f-cf19667c3977 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3072] 199.204.45.109 () {34 vars in 1060 bytes} [Fri May 8 20:44:07 2026] GET /v2.0/ports/cd1ee6c7-1025-4d43-8e9f-cf19667c3977?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3073] 199.204.45.109 () {34 vars in 1016 bytes} [Fri May 8 20:44:07 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3074] 199.204.45.109 () {30 vars in 769 bytes} [Fri May 8 20:44:07 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 3698 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3075] 199.204.45.109 () {38 vars in 1028 bytes} [Fri May 8 20:44:07 2026] PUT /v2.0/ports/cd1ee6c7-1025-4d43-8e9f-cf19667c3977 => generated 917 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3076] 199.204.45.109 () {30 vars in 769 bytes} [Fri May 8 20:44:08 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 2590 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-08 20:44:08.429 7 INFO neutron_taas.services.taas.taas_plugin [None req-79da0e2d-fec5-4ce6-91f8-ae444a3a1985 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: cd1ee6c7-1025-4d43-8e9f-cf19667c3977 2026-05-08 20:44:08.432 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79da0e2d-fec5-4ce6-91f8-ae444a3a1985 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: cd1ee6c7-1025-4d43-8e9f-cf19667c3977 [pid: 7|app: 0|req: 1536/3077] 199.204.45.109 () {32 vars in 759 bytes} [Fri May 8 20:44:08 2026] DELETE /v2.0/ports/cd1ee6c7-1025-4d43-8e9f-cf19667c3977 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3078] 199.204.45.109 () {30 vars in 703 bytes} [Fri May 8 20:44:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3079] 199.204.45.109 () {30 vars in 705 bytes} [Fri May 8 20:44:08 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: 1543/3080] 199.204.45.109 () {30 vars in 681 bytes} [Fri May 8 20:44:08 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: 1538/3081] 199.204.45.109 () {30 vars in 717 bytes} [Fri May 8 20:44:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3082] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:44:08 2026] GET /v2.0/subnets/883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3083] 199.204.45.109 () {30 vars in 737 bytes} [Fri May 8 20:44:08 2026] GET /v2.0/ports/cbbca352-5ddb-420b-8377-3aaf5c8462a8 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3084] 199.204.45.109 () {30 vars in 737 bytes} [Fri May 8 20:44:08 2026] GET /v2.0/ports/2a86ec8f-3b75-4722-a0dc-4d494388b911 => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3085] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:44:08 2026] GET /v2.0/subnets/883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3086] 199.204.45.109 () {30 vars in 743 bytes} [Fri May 8 20:44:08 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3087] 199.204.45.109 () {30 vars in 737 bytes} [Fri May 8 20:44:08 2026] GET /v2.0/ports/cbbca352-5ddb-420b-8377-3aaf5c8462a8 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3088] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:44:08 2026] GET /v2.0/ports?tenant_id=395e2d43ff4c4a3b838b2b8d7aebd775&device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3089] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:44:08 2026] GET /v2.0/subnets/883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 675 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3090] 199.204.45.109 () {34 vars in 1146 bytes} [Fri May 8 20:44:09 2026] GET /v2.0/networks?id=323c3123-2d04-4c96-a6d9-ab5fd62e9c79&id=b8ae5332-58a1-41d6-8f29-02e14313cfc6&id=983197db-ba4f-4288-89c4-a858cbab5ae2 => generated 2310 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3091] 199.204.45.109 () {34 vars in 1062 bytes} [Fri May 8 20:44:09 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.226&port_id=1e49f399-351e-4311-9748-8254bba02bee => 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: 1549/3092] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:44:09 2026] GET /v2.0/subnets?id=019f67b1-95ee-4260-9dc1-6df737cbc975 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3093] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:44:09 2026] GET /v2.0/ports?network_id=323c3123-2d04-4c96-a6d9-ab5fd62e9c79&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3094] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:44:09 2026] GET /v2.0/networks/323c3123-2d04-4c96-a6d9-ab5fd62e9c79?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: 1545/3095] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:44:09 2026] GET /v2.0/networks/323c3123-2d04-4c96-a6d9-ab5fd62e9c79?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3096] 199.204.45.109 () {34 vars in 1058 bytes} [Fri May 8 20:44:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.166&port_id=2a86ec8f-3b75-4722-a0dc-4d494388b911 => 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: 1546/3097] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:44:09 2026] GET /v2.0/subnets?id=883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3098] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:44:09 2026] GET /v2.0/ports?network_id=b8ae5332-58a1-41d6-8f29-02e14313cfc6&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3099] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:44:09 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6?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: 1553/3100] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:44:09 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6?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: 1555/3103] 199.204.45.109 () {30 vars in 703 bytes} [Fri May 8 20:44:20 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: 1549/3104] 199.204.45.109 () {30 vars in 705 bytes} [Fri May 8 20:44:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3105] 199.204.45.109 () {30 vars in 681 bytes} [Fri May 8 20:44:20 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: 1550/3106] 199.204.45.109 () {30 vars in 717 bytes} [Fri May 8 20:44:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:44:20.465 8 INFO neutron.api.v2.resource [None req-e3af48a2-049e-411c-be7b-5ae71ef0ea4d 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1557/3107] 199.204.45.109 () {30 vars in 763 bytes} [Fri May 8 20:44:20 2026] GET /v2.0/security-groups/lb-7dd234ed-c18e-40ee-950c-e04bbce8ff4a => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3108] 199.204.45.109 () {30 vars in 785 bytes} [Fri May 8 20:44:20 2026] GET /v2.0/security-groups?name=lb-7dd234ed-c18e-40ee-950c-e04bbce8ff4a => generated 2865 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3109] 199.204.45.109 () {30 vars in 815 bytes} [Fri May 8 20:44:20 2026] GET /v2.0/security-group-rules?security_group_id=b7febc7e-3a46-4ea2-a9cd-ed7c6de55138 => 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: 1552/3110] 199.204.45.109 () {32 vars in 789 bytes} [Fri May 8 20:44:20 2026] DELETE /v2.0/security-group-rules/3f4febf6-4002-4c80-8127-3794ef182ab9 => 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: 1559/3111] 199.204.45.109 () {32 vars in 789 bytes} [Fri May 8 20:44:20 2026] DELETE /v2.0/security-group-rules/e394c898-f0da-4247-8081-1fb93f38a762 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:44:24.442 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca08bbd1-94da-4abb-967d-11558a941e38 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] TaaS: Handle Delete Port: 9be5cf19-9f71-4e5d-b11b-4bc555ed7b5b 2026-05-08 20:44:24.444 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca08bbd1-94da-4abb-967d-11558a941e38 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Tap Mirror: Handle Delete Port: 9be5cf19-9f71-4e5d-b11b-4bc555ed7b5b 2026-05-08 20:44:24.671 7 INFO neutron.db.l3_db [None req-ca08bbd1-94da-4abb-967d-11558a941e38 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Floating IP c5b0399f-fdbc-452e-9e59-2cda867e8b43 disassociated (deleted). External IP: 10.96.250.219, port: cbbca352-5ddb-420b-8377-3aaf5c8462a8. [pid: 7|app: 0|req: 1553/3112] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:44:24 2026] DELETE /v2.0/floatingips/c5b0399f-fdbc-452e-9e59-2cda867e8b43 => generated 0 bytes in 672 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:44:25.005 8 INFO neutron.api.v2.resource [None req-09f8d199-52cc-4151-9a33-53349332cef1 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1560/3113] 10.0.0.181 () {32 vars in 729 bytes} [Fri May 8 20:44:24 2026] GET /v2.0/floatingips/c5b0399f-fdbc-452e-9e59-2cda867e8b43 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3114] 199.204.45.109 () {30 vars in 703 bytes} [Fri May 8 20:44:25 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: 1561/3115] 199.204.45.109 () {30 vars in 705 bytes} [Fri May 8 20:44:25 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: 1555/3116] 199.204.45.109 () {30 vars in 681 bytes} [Fri May 8 20:44:25 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: 1562/3117] 199.204.45.109 () {30 vars in 717 bytes} [Fri May 8 20:44:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:44:25.838 7 INFO neutron.api.v2.resource [None req-b94d17d0-99d6-4fd9-9f12-f97e3636f859 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1556/3118] 199.204.45.109 () {30 vars in 763 bytes} [Fri May 8 20:44:25 2026] GET /v2.0/security-groups/lb-7dd234ed-c18e-40ee-950c-e04bbce8ff4a => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3119] 199.204.45.109 () {30 vars in 785 bytes} [Fri May 8 20:44:25 2026] GET /v2.0/security-groups?name=lb-7dd234ed-c18e-40ee-950c-e04bbce8ff4a => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3120] 199.204.45.109 () {30 vars in 815 bytes} [Fri May 8 20:44:25 2026] GET /v2.0/security-group-rules?security_group_id=b7febc7e-3a46-4ea2-a9cd-ed7c6de55138 => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3121] 199.204.45.109 () {30 vars in 703 bytes} [Fri May 8 20:44:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3122] 199.204.45.109 () {30 vars in 705 bytes} [Fri May 8 20:44:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3123] 199.204.45.109 () {30 vars in 681 bytes} [Fri May 8 20:44:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3124] 199.204.45.109 () {30 vars in 717 bytes} [Fri May 8 20:44:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3125] 199.204.45.109 () {30 vars in 741 bytes} [Fri May 8 20:44:26 2026] GET /v2.0/subnets/883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3126] 199.204.45.109 () {30 vars in 769 bytes} [Fri May 8 20:44:26 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 2590 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3127] 199.204.45.109 () {30 vars in 769 bytes} [Fri May 8 20:44:26 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 2590 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3128] 199.204.45.109 () {30 vars in 769 bytes} [Fri May 8 20:44:26 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 2590 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3129] 199.204.45.109 () {30 vars in 769 bytes} [Fri May 8 20:44:27 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 2590 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3130] 199.204.45.109 () {34 vars in 975 bytes} [Fri May 8 20:44:28 2026] GET /v2.0/ports/2a86ec8f-3b75-4722-a0dc-4d494388b911 => 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: 1569/3131] 199.204.45.109 () {34 vars in 1060 bytes} [Fri May 8 20:44:28 2026] GET /v2.0/ports/2a86ec8f-3b75-4722-a0dc-4d494388b911?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3132] 199.204.45.109 () {30 vars in 769 bytes} [Fri May 8 20:44:28 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => 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: 1570/3133] 199.204.45.109 () {34 vars in 1016 bytes} [Fri May 8 20:44:28 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6?fields=dns_domain => generated 29 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3134] 199.204.45.109 () {38 vars in 1028 bytes} [Fri May 8 20:44:28 2026] PUT /v2.0/ports/2a86ec8f-3b75-4722-a0dc-4d494388b911 => generated 1151 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3135] 199.204.45.109 () {30 vars in 769 bytes} [Fri May 8 20:44:29 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 1248 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1565/3136] 199.204.45.109 () {34 vars in 789 bytes} [Fri May 8 20:44:29 2026] PUT /v2.0/ports/2a86ec8f-3b75-4722-a0dc-4d494388b911 => generated 1090 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3137] 199.204.45.109 () {30 vars in 737 bytes} [Fri May 8 20:44:29 2026] GET /v2.0/ports/2a86ec8f-3b75-4722-a0dc-4d494388b911 => generated 1090 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, ' 2026-05-08 20:44:29.913 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab97d834-1069-494e-9fa2-f58ede9413fe 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 2a86ec8f-3b75-4722-a0dc-4d494388b911 2026-05-08 20:44:29.916 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab97d834-1069-494e-9fa2-f58ede9413fe 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 2a86ec8f-3b75-4722-a0dc-4d494388b911 [pid: 7|app: 0|req: 1566/3138] 199.204.45.109 () {32 vars in 759 bytes} [Fri May 8 20:44:29 2026] DELETE /v2.0/ports/2a86ec8f-3b75-4722-a0dc-4d494388b911 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3139] 199.204.45.109 () {30 vars in 703 bytes} [Fri May 8 20:44:30 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: 1567/3140] 199.204.45.109 () {30 vars in 705 bytes} [Fri May 8 20:44:30 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: 1574/3141] 199.204.45.109 () {30 vars in 681 bytes} [Fri May 8 20:44:30 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: 1568/3142] 199.204.45.109 () {30 vars in 717 bytes} [Fri May 8 20:44:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:44:30.202 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5b244f26-698b-4b80-aff2-39fa5d1f8964 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1575/3143] 199.204.45.109 () {32 vars in 759 bytes} [Fri May 8 20:44:30 2026] DELETE /v2.0/ports/2a86ec8f-3b75-4722-a0dc-4d494388b911 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3144] 199.204.45.109 () {30 vars in 737 bytes} [Fri May 8 20:44:30 2026] GET /v2.0/ports/cbbca352-5ddb-420b-8377-3aaf5c8462a8 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:44:30.264 8 INFO neutron.api.v2.resource [None req-43d4b534-9b5a-44da-9da4-de3da654d10e 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1576/3145] 199.204.45.109 () {30 vars in 763 bytes} [Fri May 8 20:44:30 2026] GET /v2.0/security-groups/lb-7dd234ed-c18e-40ee-950c-e04bbce8ff4a => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3146] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:44:30 2026] GET /v2.0/ports?tenant_id=395e2d43ff4c4a3b838b2b8d7aebd775&device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3147] 199.204.45.109 () {30 vars in 785 bytes} [Fri May 8 20:44:30 2026] GET /v2.0/security-groups?name=lb-7dd234ed-c18e-40ee-950c-e04bbce8ff4a => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3148] 199.204.45.109 () {30 vars in 737 bytes} [Fri May 8 20:44:30 2026] GET /v2.0/ports/cbbca352-5ddb-420b-8377-3aaf5c8462a8 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3149] 199.204.45.109 () {34 vars in 1066 bytes} [Fri May 8 20:44:30 2026] GET /v2.0/networks?id=323c3123-2d04-4c96-a6d9-ab5fd62e9c79&id=b8ae5332-58a1-41d6-8f29-02e14313cfc6 => generated 1524 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3150] 199.204.45.109 () {34 vars in 1062 bytes} [Fri May 8 20:44:30 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.226&port_id=1e49f399-351e-4311-9748-8254bba02bee => 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: 1573/3151] 199.204.45.109 () {34 vars in 984 bytes} [Fri May 8 20:44:30 2026] GET /v2.0/subnets?id=019f67b1-95ee-4260-9dc1-6df737cbc975 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3152] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:44:30 2026] GET /v2.0/ports?network_id=323c3123-2d04-4c96-a6d9-ab5fd62e9c79&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3153] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:44:30 2026] GET /v2.0/networks/323c3123-2d04-4c96-a6d9-ab5fd62e9c79?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3154] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:44:30 2026] GET /v2.0/networks/323c3123-2d04-4c96-a6d9-ab5fd62e9c79?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: 1579/3155] 199.204.45.109 () {34 vars in 789 bytes} [Fri May 8 20:44:30 2026] PUT /v2.0/ports/cbbca352-5ddb-420b-8377-3aaf5c8462a8 => generated 1094 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3156] 199.204.45.109 () {32 vars in 779 bytes} [Fri May 8 20:44:30 2026] DELETE /v2.0/security-groups/b7febc7e-3a46-4ea2-a9cd-ed7c6de55138 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:44:30.794 8 INFO neutron_taas.services.taas.taas_plugin [None req-a728e22e-7d4b-4e34-98a5-fe57b4823f0c 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: cbbca352-5ddb-420b-8377-3aaf5c8462a8 2026-05-08 20:44:30.800 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a728e22e-7d4b-4e34-98a5-fe57b4823f0c 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: cbbca352-5ddb-420b-8377-3aaf5c8462a8 [pid: 8|app: 0|req: 1580/3157] 199.204.45.109 () {32 vars in 759 bytes} [Fri May 8 20:44:30 2026] DELETE /v2.0/ports/cbbca352-5ddb-420b-8377-3aaf5c8462a8 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3160] 199.204.45.109 () {34 vars in 994 bytes} [Fri May 8 20:44:33 2026] GET /v2.0/ports?device_id=055ca13e-1116-44cc-9089-17c5c1f034f4 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:44:33.948 7 INFO neutron_taas.services.taas.taas_plugin [req-be6ec798-9c0b-4384-bbcb-244104efebac req-2be28b10-b70a-4d2b-abe1-d3dc7a4e914e 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] TaaS: Handle Delete Port: 1e49f399-351e-4311-9748-8254bba02bee 2026-05-08 20:44:33.951 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-be6ec798-9c0b-4384-bbcb-244104efebac req-2be28b10-b70a-4d2b-abe1-d3dc7a4e914e 991ebf80fd174736bef125ebf5c309b7 395e2d43ff4c4a3b838b2b8d7aebd775 - - default default] Tap Mirror: Handle Delete Port: 1e49f399-351e-4311-9748-8254bba02bee [pid: 7|app: 0|req: 1579/3161] 199.204.45.109 () {36 vars in 997 bytes} [Fri May 8 20:44:33 2026] DELETE /v2.0/ports/1e49f399-351e-4311-9748-8254bba02bee => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:44:34.123 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-478c9cad-4ab0-482f-a078-8dea8129edd6'] response: {'server_uuid': '055ca13e-1116-44cc-9089-17c5c1f034f4', 'name': 'network-vif-deleted', 'tag': '1e49f399-351e-4311-9748-8254bba02bee', 'status': 'completed', 'code': 200} 2026-05-08 20:44:35.388 8 INFO neutron_taas.services.taas.taas_plugin [None req-d895c370-e5b3-4276-88c8-bb88d433af46 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] TaaS: Handle Delete Port: 33527312-26f0-4373-ac46-589c768102a9 2026-05-08 20:44:35.392 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d895c370-e5b3-4276-88c8-bb88d433af46 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Tap Mirror: Handle Delete Port: 33527312-26f0-4373-ac46-589c768102a9 2026-05-08 20:44:35.581 8 INFO neutron.db.l3_db [None req-d895c370-e5b3-4276-88c8-bb88d433af46 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Floating IP c90d7352-2c42-48e5-b00e-61d6f3e7cd38 disassociated (deleted). External IP: 10.96.250.215, port: 4e9e7feb-8821-4b1b-8230-ee0e934d4865. [pid: 8|app: 0|req: 1583/3162] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:44:35 2026] DELETE /v2.0/floatingips/c90d7352-2c42-48e5-b00e-61d6f3e7cd38 => generated 0 bytes in 638 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:44:35.865 7 INFO neutron.api.v2.resource [None req-4bec9aef-d652-4d45-aeca-b19882609794 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1580/3163] 10.0.0.181 () {32 vars in 729 bytes} [Fri May 8 20:44:35 2026] GET /v2.0/floatingips/c90d7352-2c42-48e5-b00e-61d6f3e7cd38 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:44:35.878 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-41f6be01-8f76-4d0f-acb2-973ce80a44f0'] response: {'name': 'network-changed', 'server_uuid': '8190f5f1-cc93-4d1f-870c-6fe9e5bf783d', 'tag': '4e9e7feb-8821-4b1b-8230-ee0e934d4865', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1584/3164] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:44:36 2026] GET /v2.0/ports?device_id=8190f5f1-cc93-4d1f-870c-6fe9e5bf783d => generated 1200 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3165] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:44:36 2026] GET /v2.0/security-groups?id=b7810412-82bb-40ce-afb6-d88c3ec738e3&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3166] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:44:36 2026] GET /v2.0/ports?tenant_id=f215da02fa2e429ab3bab63b17359d70&device_id=8190f5f1-cc93-4d1f-870c-6fe9e5bf783d => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3167] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:44:36 2026] GET /v2.0/networks?id=1ffb027d-ef6e-4128-b3fe-100dc991d940 => 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: 1586/3168] 199.204.45.109 () {34 vars in 1056 bytes} [Fri May 8 20:44:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.16&port_id=4e9e7feb-8821-4b1b-8230-ee0e934d4865 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3169] 199.204.45.109 () {34 vars in 1106 bytes} [Fri May 8 20:44:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A103&port_id=4e9e7feb-8821-4b1b-8230-ee0e934d4865 => 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: 1587/3170] 199.204.45.109 () {34 vars in 1064 bytes} [Fri May 8 20:44:36 2026] GET /v2.0/subnets?id=c1a2a475-7503-46ec-83a5-70bfa27a8e6c&id=5a279034-c61c-4484-9178-a8ccbac0793d => generated 1413 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3171] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:44:36 2026] GET /v2.0/ports?network_id=1ffb027d-ef6e-4128-b3fe-100dc991d940&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: 1588/3172] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:44:36 2026] GET /v2.0/ports?network_id=1ffb027d-ef6e-4128-b3fe-100dc991d940&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3173] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:44:36 2026] GET /v2.0/networks/1ffb027d-ef6e-4128-b3fe-100dc991d940?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: 1589/3174] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:44:36 2026] GET /v2.0/networks/1ffb027d-ef6e-4128-b3fe-100dc991d940?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: 1586/3175] 199.204.45.109 () {34 vars in 994 bytes} [Fri May 8 20:44:38 2026] GET /v2.0/ports?device_id=8190f5f1-cc93-4d1f-870c-6fe9e5bf783d => generated 1200 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:44:38.546 8 INFO neutron_taas.services.taas.taas_plugin [req-8f170ace-232f-4b41-b39a-8a2c44b8f58a req-d73548d4-e96a-4766-b72f-df5ef6df2ac0 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] TaaS: Handle Delete Port: 4e9e7feb-8821-4b1b-8230-ee0e934d4865 2026-05-08 20:44:38.548 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8f170ace-232f-4b41-b39a-8a2c44b8f58a req-d73548d4-e96a-4766-b72f-df5ef6df2ac0 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Tap Mirror: Handle Delete Port: 4e9e7feb-8821-4b1b-8230-ee0e934d4865 [pid: 8|app: 0|req: 1590/3176] 199.204.45.109 () {36 vars in 997 bytes} [Fri May 8 20:44:38 2026] DELETE /v2.0/ports/4e9e7feb-8821-4b1b-8230-ee0e934d4865 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:44:38.725 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab064fd4-378e-4cad-be90-bdd9ac1da6f7'] response: {'server_uuid': '8190f5f1-cc93-4d1f-870c-6fe9e5bf783d', 'name': 'network-vif-deleted', 'tag': '4e9e7feb-8821-4b1b-8230-ee0e934d4865', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1587/3177] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:44:41 2026] GET /v2.0/ports?device_id=8190f5f1-cc93-4d1f-870c-6fe9e5bf783d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 20:44:46.447 8 INFO neutron_taas.services.taas.taas_plugin [None req-f9dc3836-9f79-4a5b-8f4f-6dad50f8acfb ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] TaaS: Handle Delete Port: 0efe7370-971d-4065-944b-4ee0802d2cc4 2026-05-08 20:44:46.450 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9dc3836-9f79-4a5b-8f4f-6dad50f8acfb ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Tap Mirror: Handle Delete Port: 0efe7370-971d-4065-944b-4ee0802d2cc4 2026-05-08 20:44:46.619 8 INFO neutron.db.l3_db [None req-f9dc3836-9f79-4a5b-8f4f-6dad50f8acfb ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Floating IP 5f73caa3-4ff4-44a7-bafa-b99b9cc3536d disassociated (deleted). External IP: 10.96.250.216, port: bc454ba6-abd6-49db-8a56-f22b1dba80fa. [pid: 8|app: 0|req: 1592/3180] 10.0.0.181 () {32 vars in 732 bytes} [Fri May 8 20:44:46 2026] DELETE /v2.0/floatingips/5f73caa3-4ff4-44a7-bafa-b99b9cc3536d => generated 0 bytes in 603 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:44:46.930 7 INFO neutron.api.v2.resource [None req-0788842b-1172-4060-a343-64aebee6b5bd ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1589/3181] 10.0.0.181 () {32 vars in 729 bytes} [Fri May 8 20:44:46 2026] GET /v2.0/floatingips/5f73caa3-4ff4-44a7-bafa-b99b9cc3536d => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:44:46.945 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5d2d5154-7cc9-4e69-9b9e-4c1bdc855263'] response: {'name': 'network-changed', 'server_uuid': 'fbb0c6a9-3125-4a5b-b212-2ad3be60ae8c', 'tag': 'bc454ba6-abd6-49db-8a56-f22b1dba80fa', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1593/3182] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:44:47 2026] GET /v2.0/ports?device_id=fbb0c6a9-3125-4a5b-b212-2ad3be60ae8c => generated 1200 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3183] 10.0.0.169 () {34 vars in 1040 bytes} [Fri May 8 20:44:47 2026] GET /v2.0/security-groups?id=b7810412-82bb-40ce-afb6-d88c3ec738e3&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3184] 199.204.45.109 () {34 vars in 1080 bytes} [Fri May 8 20:44:47 2026] GET /v2.0/ports?tenant_id=f215da02fa2e429ab3bab63b17359d70&device_id=fbb0c6a9-3125-4a5b-b212-2ad3be60ae8c => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3185] 199.204.45.109 () {34 vars in 986 bytes} [Fri May 8 20:44:47 2026] GET /v2.0/networks?id=983197db-ba4f-4288-89c4-a858cbab5ae2 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3186] 199.204.45.109 () {34 vars in 1058 bytes} [Fri May 8 20:44:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.173&port_id=bc454ba6-abd6-49db-8a56-f22b1dba80fa => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3187] 199.204.45.109 () {34 vars in 1104 bytes} [Fri May 8 20:44:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A242&port_id=bc454ba6-abd6-49db-8a56-f22b1dba80fa => 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: 1596/3188] 199.204.45.109 () {34 vars in 1064 bytes} [Fri May 8 20:44:47 2026] GET /v2.0/subnets?id=d51e7df7-4ffa-4c40-9dff-e57e415bc6fb&id=179b69f7-347f-43d5-93f3-36569bbe0ec2 => generated 1409 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3189] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:44:47 2026] GET /v2.0/ports?network_id=983197db-ba4f-4288-89c4-a858cbab5ae2&device_owner=network%3Adhcp => generated 1457 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3190] 199.204.45.109 () {34 vars in 1052 bytes} [Fri May 8 20:44:47 2026] GET /v2.0/ports?network_id=983197db-ba4f-4288-89c4-a858cbab5ae2&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3191] 199.204.45.109 () {34 vars in 1012 bytes} [Fri May 8 20:44:47 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2?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: 1598/3192] 199.204.45.109 () {34 vars in 1112 bytes} [Fri May 8 20:44:47 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3193] 199.204.45.109 () {34 vars in 994 bytes} [Fri May 8 20:44:49 2026] GET /v2.0/ports?device_id=fbb0c6a9-3125-4a5b-b212-2ad3be60ae8c => generated 1200 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 20:44:49.670 8 INFO neutron_taas.services.taas.taas_plugin [req-7d4249cb-3c9f-43a3-afd5-a2396a487cd7 req-d7eac316-aa5c-4753-9c44-8e78701c004c ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] TaaS: Handle Delete Port: bc454ba6-abd6-49db-8a56-f22b1dba80fa 2026-05-08 20:44:49.674 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7d4249cb-3c9f-43a3-afd5-a2396a487cd7 req-d7eac316-aa5c-4753-9c44-8e78701c004c ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Tap Mirror: Handle Delete Port: bc454ba6-abd6-49db-8a56-f22b1dba80fa [pid: 8|app: 0|req: 1599/3194] 199.204.45.109 () {36 vars in 997 bytes} [Fri May 8 20:44:49 2026] DELETE /v2.0/ports/bc454ba6-abd6-49db-8a56-f22b1dba80fa => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:44:49.858 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e9d5bf0-3525-47d8-a1cf-1c8dfbd714e4'] response: {'server_uuid': 'fbb0c6a9-3125-4a5b-b212-2ad3be60ae8c', 'name': 'network-vif-deleted', 'tag': 'bc454ba6-abd6-49db-8a56-f22b1dba80fa', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1596/3195] 10.0.0.169 () {34 vars in 990 bytes} [Fri May 8 20:44:52 2026] GET /v2.0/ports?device_id=fbb0c6a9-3125-4a5b-b212-2ad3be60ae8c => 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: 1600/3196] 10.0.0.181 () {32 vars in 750 bytes} [Fri May 8 20:44:57 2026] DELETE /v2.0/security-group-rules/bb72c24c-91e0-41e8-8596-aed6a2d8a1eb => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:44:57.421 7 INFO neutron.api.v2.resource [None req-901748ee-b813-4067-b6b8-1060431dba5a ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1597/3197] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:44:57 2026] GET /v2.0/security-group-rules/bb72c24c-91e0-41e8-8596-aed6a2d8a1eb => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3198] 10.0.0.181 () {32 vars in 750 bytes} [Fri May 8 20:44:57 2026] DELETE /v2.0/security-group-rules/35364027-90b4-432c-b2c7-2f1a8c540a65 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:44:57.511 7 INFO neutron.api.v2.resource [None req-be3a598e-b639-4f33-ae73-5852037d5672 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1598/3199] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:44:57 2026] GET /v2.0/security-group-rules/35364027-90b4-432c-b2c7-2f1a8c540a65 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3200] 10.0.0.181 () {32 vars in 750 bytes} [Fri May 8 20:44:57 2026] DELETE /v2.0/security-group-rules/6c717811-8bfb-4362-bb87-120a759b96ad => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:44:57.598 7 INFO neutron.api.v2.resource [None req-b8cef52b-4f82-4384-8459-6455bc689bf6 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1599/3201] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:44:57 2026] GET /v2.0/security-group-rules/6c717811-8bfb-4362-bb87-120a759b96ad => 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: 1603/3202] 10.0.0.181 () {32 vars in 750 bytes} [Fri May 8 20:44:57 2026] DELETE /v2.0/security-group-rules/7a256060-68fe-47fd-8e08-cf0e4d371383 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:44:57.682 7 INFO neutron.api.v2.resource [None req-a0bfad14-f632-4fa7-ba30-46e195931a5d ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1600/3203] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:44:57 2026] GET /v2.0/security-group-rules/7a256060-68fe-47fd-8e08-cf0e4d371383 => 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: 1604/3204] 10.0.0.181 () {32 vars in 750 bytes} [Fri May 8 20:44:57 2026] DELETE /v2.0/security-group-rules/7a862a99-725f-45dc-af17-c7fa6808df1a => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:44:57.770 7 INFO neutron.api.v2.resource [None req-070c6559-fd79-479a-9f8f-2efb3958a555 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1601/3205] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:44:57 2026] GET /v2.0/security-group-rules/7a862a99-725f-45dc-af17-c7fa6808df1a => 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: 1605/3206] 10.0.0.181 () {32 vars in 750 bytes} [Fri May 8 20:44:57 2026] DELETE /v2.0/security-group-rules/2187e603-18f8-4365-afe0-9d752846226c => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:44:57.850 7 INFO neutron.api.v2.resource [None req-902d83c9-59fa-4328-9389-2aa1ed8dfacd ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1602/3207] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:44:57 2026] GET /v2.0/security-group-rules/2187e603-18f8-4365-afe0-9d752846226c => 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: 1606/3208] 10.0.0.181 () {32 vars in 750 bytes} [Fri May 8 20:44:57 2026] DELETE /v2.0/security-group-rules/bc94b7d7-a4dc-40d0-b9b8-cc69c2ecc75b => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:44:57.928 7 INFO neutron.api.v2.resource [None req-7bc31c80-da81-4325-b7e5-322535a51e87 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1603/3209] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:44:57 2026] GET /v2.0/security-group-rules/bc94b7d7-a4dc-40d0-b9b8-cc69c2ecc75b => 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: 1607/3210] 10.0.0.181 () {32 vars in 750 bytes} [Fri May 8 20:44:57 2026] DELETE /v2.0/security-group-rules/a444ee67-5f90-45f7-bd0e-71c946072ba9 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:44:58.015 7 INFO neutron.api.v2.resource [None req-8af6bb3c-b4ee-4de9-bf63-cd924e015e28 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1604/3211] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:44:58 2026] GET /v2.0/security-group-rules/a444ee67-5f90-45f7-bd0e-71c946072ba9 => 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: 1608/3212] 10.0.0.181 () {32 vars in 750 bytes} [Fri May 8 20:44:58 2026] DELETE /v2.0/security-group-rules/764a2d86-03ee-48fc-808f-30ab1082eea4 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:44:58.087 7 INFO neutron.api.v2.resource [None req-68fe590d-8f05-48b3-abba-5b62ab6ceff6 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1605/3213] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:44:58 2026] GET /v2.0/security-group-rules/764a2d86-03ee-48fc-808f-30ab1082eea4 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3214] 10.0.0.181 () {32 vars in 750 bytes} [Fri May 8 20:44:58 2026] DELETE /v2.0/security-group-rules/4c72f949-3981-4414-849f-08318a448b5e => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:44:58.169 7 INFO neutron.api.v2.resource [None req-05ed0306-2cee-42b1-812e-3cadb906c08b ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1606/3215] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:44:58 2026] GET /v2.0/security-group-rules/4c72f949-3981-4414-849f-08318a448b5e => 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: 1610/3216] 10.0.0.181 () {32 vars in 750 bytes} [Fri May 8 20:44:58 2026] DELETE /v2.0/security-group-rules/1ed9e90b-0f61-44f6-b515-afbdd2f724bd => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:44:58.249 7 INFO neutron.api.v2.resource [None req-c9d5fbe8-c389-45ff-8417-0cf46ecc66d0 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1607/3217] 10.0.0.181 () {32 vars in 747 bytes} [Fri May 8 20:44:58 2026] GET /v2.0/security-group-rules/1ed9e90b-0f61-44f6-b515-afbdd2f724bd => 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: 1611/3218] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:44:58 2026] DELETE /v2.0/security-groups/b7810412-82bb-40ce-afb6-d88c3ec738e3 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:44:58.356 7 INFO neutron.api.v2.resource [None req-418dc9a6-0fa4-4a2c-8785-6a9142a1d521 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1608/3219] 10.0.0.181 () {32 vars in 737 bytes} [Fri May 8 20:44:58 2026] GET /v2.0/security-groups/b7810412-82bb-40ce-afb6-d88c3ec738e3 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:44:58.785 8 INFO neutron_taas.services.taas.taas_plugin [None req-48fc90e8-1537-494d-9ca4-c83c5a638092 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] TaaS: Handle Delete Port: 9752cdb7-3bc4-4893-9e93-d5519e5c8958 2026-05-08 20:44:58.787 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48fc90e8-1537-494d-9ca4-c83c5a638092 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Tap Mirror: Handle Delete Port: 9752cdb7-3bc4-4893-9e93-d5519e5c8958 [pid: 8|app: 0|req: 1612/3220] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:44:58 2026] PUT /v2.0/routers/2c5930b0-d609-4e8f-b008-b431015f6cc3/remove_router_interface => generated 309 bytes in 914 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:44:59.478 7 INFO neutron.api.v2.resource [None req-f11beddf-fe97-403e-95aa-e374a918fc77 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1609/3221] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:44:59 2026] PUT /v2.0/routers/2c5930b0-d609-4e8f-b008-b431015f6cc3/remove_router_interface => generated 198 bytes in 155 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:44:59.835 8 INFO neutron_taas.services.taas.taas_plugin [None req-619d6b6b-c69c-499b-adcc-e286c14eed72 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] TaaS: Handle Delete Port: d19a58c8-c356-40ee-afd6-291e3f62f474 2026-05-08 20:44:59.839 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-619d6b6b-c69c-499b-adcc-e286c14eed72 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Tap Mirror: Handle Delete Port: d19a58c8-c356-40ee-afd6-291e3f62f474 [pid: 8|app: 0|req: 1613/3222] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:44:59 2026] PUT /v2.0/routers/2c5930b0-d609-4e8f-b008-b431015f6cc3/remove_router_interface => generated 309 bytes in 951 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:45:00.618 7 INFO neutron.api.v2.resource [None req-4f866abf-cc25-4740-94c8-6d13c863c055 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1610/3223] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:45:00 2026] PUT /v2.0/routers/2c5930b0-d609-4e8f-b008-b431015f6cc3/remove_router_interface => generated 198 bytes in 175 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:45:01.482 8 INFO neutron_taas.services.taas.taas_plugin [None req-c2099140-83f9-4bbb-994d-fbb9e0001fe5 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] TaaS: Handle Delete Port: b1a502eb-55f3-4076-889d-6eb66ab8f936 2026-05-08 20:45:01.485 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2099140-83f9-4bbb-994d-fbb9e0001fe5 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Tap Mirror: Handle Delete Port: b1a502eb-55f3-4076-889d-6eb66ab8f936 [pid: 8|app: 0|req: 1614/3226] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:45:00 2026] PUT /v2.0/routers/2c5930b0-d609-4e8f-b008-b431015f6cc3/remove_router_interface => generated 309 bytes in 1451 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 20:45:02.208 7 INFO neutron.api.v2.resource [None req-a23b7c8a-3c37-42df-972b-ed8be36662c7 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1613/3227] 10.0.0.181 () {34 vars in 789 bytes} [Fri May 8 20:45:02 2026] PUT /v2.0/routers/2c5930b0-d609-4e8f-b008-b431015f6cc3/remove_router_interface => generated 198 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:45:02.424 8 INFO neutron_taas.services.taas.taas_plugin [None req-00f60aed-d02f-43d0-99a4-bbca55a17a88 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] TaaS: Handle Delete Port: fda2caa9-d237-4ddb-93a8-9d2d634f4a0a 2026-05-08 20:45:02.427 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00f60aed-d02f-43d0-99a4-bbca55a17a88 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Tap Mirror: Handle Delete Port: fda2caa9-d237-4ddb-93a8-9d2d634f4a0a 2026-05-08 20:45:02.697 8 INFO neutron_taas.services.taas.taas_plugin [None req-00f60aed-d02f-43d0-99a4-bbca55a17a88 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] TaaS: Handle Delete Port: 8c05d63a-e331-44d7-bdd5-3e85133d6717 2026-05-08 20:45:02.699 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00f60aed-d02f-43d0-99a4-bbca55a17a88 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Tap Mirror: Handle Delete Port: 8c05d63a-e331-44d7-bdd5-3e85133d6717 2026-05-08 20:45:03.034 8 INFO neutron.services.segments.plugin [-] Segment 633ef739-7809-4dd2-bdce-8fa01be93692 resource provider aggregate not found 2026-05-08 20:45:03.035 8 INFO neutron.services.segments.plugin [-] Segment 633ef739-7809-4dd2-bdce-8fa01be93692 resource provider aggregate not found 2026-05-08 20:45:03.056 8 INFO neutron.db.l3_hamode_db [None req-00f60aed-d02f-43d0-99a4-bbca55a17a88 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] HA network 1b796a98-f40c-4eff-9892-c570a1879b12 was deleted as no HA routers are present in tenant f215da02fa2e429ab3bab63b17359d70. 2026-05-08 20:45:03.057 8 INFO neutron.services.segments.plugin [-] Segment 633ef739-7809-4dd2-bdce-8fa01be93692 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 633ef739-7809-4dd2-bdce-8fa01be93692 found for delete ", "request_id": "req-ef4575d9-9747-4de6-a056-878e484ef2c5"}]} 2026-05-08 20:45:03.061 8 INFO neutron.services.segments.plugin [-] Segment 633ef739-7809-4dd2-bdce-8fa01be93692 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 633ef739-7809-4dd2-bdce-8fa01be93692 found for delete ", "request_id": "req-39b02260-3368-483b-bb1f-372738a17744"}]} [pid: 8|app: 0|req: 1615/3228] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:45:02 2026] DELETE /v2.0/routers/2c5930b0-d609-4e8f-b008-b431015f6cc3 => generated 0 bytes in 849 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 20:45:03.086 7 INFO neutron.api.v2.resource [None req-9348c72c-8ad7-42c6-b5a2-d40dbba6b1e6 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1614/3229] 10.0.0.181 () {32 vars in 721 bytes} [Fri May 8 20:45:03 2026] GET /v2.0/routers/2c5930b0-d609-4e8f-b008-b431015f6cc3 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3230] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:45:03 2026] DELETE /v2.0/subnets/c1a2a475-7503-46ec-83a5-70bfa27a8e6c => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:45:03.273 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7823d290-fa00-4318-8d32-6eec417e6cc5 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1615/3231] 10.0.0.181 () {32 vars in 721 bytes} [Fri May 8 20:45:03 2026] GET /v2.0/subnets/c1a2a475-7503-46ec-83a5-70bfa27a8e6c => 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: 1617/3232] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:45:03 2026] DELETE /v2.0/subnets/5a279034-c61c-4484-9178-a8ccbac0793d => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:45:03.447 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a3c84f88-4827-4209-ac2a-ab5387068b8a ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1616/3233] 10.0.0.181 () {32 vars in 721 bytes} [Fri May 8 20:45:03 2026] GET /v2.0/subnets/5a279034-c61c-4484-9178-a8ccbac0793d => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:45:03.541 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d54a7d5-9280-4c3d-8c68-daf6f137c778 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] TaaS: Handle Delete Port: 6faa0121-5eb4-41ae-9500-3320a4654c03 2026-05-08 20:45:03.545 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d54a7d5-9280-4c3d-8c68-daf6f137c778 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Tap Mirror: Handle Delete Port: 6faa0121-5eb4-41ae-9500-3320a4654c03 [pid: 8|app: 0|req: 1618/3234] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:45:03 2026] DELETE /v2.0/networks/1ffb027d-ef6e-4128-b3fe-100dc991d940 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:45:03.756 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ce4e32b9-b19c-473f-add6-2d48d78d0916 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1617/3235] 10.0.0.181 () {32 vars in 723 bytes} [Fri May 8 20:45:03 2026] GET /v2.0/networks/1ffb027d-ef6e-4128-b3fe-100dc991d940 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3236] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:45:03 2026] DELETE /v2.0/subnets/179b69f7-347f-43d5-93f3-36569bbe0ec2 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:45:03.959 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b4a16a88-c239-445e-a9c0-ce4639a211e7 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1618/3237] 10.0.0.181 () {32 vars in 721 bytes} [Fri May 8 20:45:03 2026] GET /v2.0/subnets/179b69f7-347f-43d5-93f3-36569bbe0ec2 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3238] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:45:03 2026] DELETE /v2.0/subnets/d51e7df7-4ffa-4c40-9dff-e57e415bc6fb => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:45:04.155 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ff21edc9-29a1-448f-817a-b6f8141247a4 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1619/3239] 10.0.0.181 () {32 vars in 721 bytes} [Fri May 8 20:45:04 2026] GET /v2.0/subnets/d51e7df7-4ffa-4c40-9dff-e57e415bc6fb => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:45:04.278 8 INFO neutron_taas.services.taas.taas_plugin [None req-67c017f3-7eb9-4193-ad54-5de31c0a1cec ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] TaaS: Handle Delete Port: 3f64a2a7-1e31-4d62-9c82-21dde2f338fd 2026-05-08 20:45:04.281 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67c017f3-7eb9-4193-ad54-5de31c0a1cec ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Tap Mirror: Handle Delete Port: 3f64a2a7-1e31-4d62-9c82-21dde2f338fd [pid: 8|app: 0|req: 1621/3240] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:45:04 2026] DELETE /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:45:04.501 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9662fc40-31bc-4443-81dd-f13782ea5539 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1620/3241] 10.0.0.181 () {32 vars in 723 bytes} [Fri May 8 20:45:04 2026] GET /v2.0/networks/983197db-ba4f-4288-89c4-a858cbab5ae2 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3242] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:45:04 2026] DELETE /v2.0/subnets/91953cf8-b7ed-42f8-ad51-1995afd95a3d => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:45:04.701 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4fa302c2-4a18-431e-acb5-11da3b987473 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1621/3243] 10.0.0.181 () {32 vars in 721 bytes} [Fri May 8 20:45:04 2026] GET /v2.0/subnets/91953cf8-b7ed-42f8-ad51-1995afd95a3d => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3244] 10.0.0.181 () {32 vars in 724 bytes} [Fri May 8 20:45:04 2026] DELETE /v2.0/subnets/883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:45:04.932 7 INFO neutron.pecan_wsgi.hooks.translation [None req-528104b5-62f5-4bfa-bdb4-fcc21aa03150 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1622/3245] 10.0.0.181 () {32 vars in 721 bytes} [Fri May 8 20:45:04 2026] GET /v2.0/subnets/883380fd-bb6a-430d-8d4e-7d4838ea80f1 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:45:05.029 8 INFO neutron_taas.services.taas.taas_plugin [None req-84951c20-33b8-4d1e-8fa0-e10173df0894 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] TaaS: Handle Delete Port: bbaf104b-307c-4041-95ed-295d6f1d6353 2026-05-08 20:45:05.031 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84951c20-33b8-4d1e-8fa0-e10173df0894 ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] Tap Mirror: Handle Delete Port: bbaf104b-307c-4041-95ed-295d6f1d6353 2026-05-08 20:45:05.083 8 INFO neutron.services.segments.plugin [-] Segment 227222a1-f1eb-46f6-abb0-32d6f803574f resource provider aggregate not found 2026-05-08 20:45:05.084 8 INFO neutron.services.segments.plugin [-] Segment 227222a1-f1eb-46f6-abb0-32d6f803574f resource provider aggregate not found 2026-05-08 20:45:05.110 8 INFO neutron.services.segments.plugin [-] Segment 227222a1-f1eb-46f6-abb0-32d6f803574f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 227222a1-f1eb-46f6-abb0-32d6f803574f found for delete ", "request_id": "req-dc68eeb5-21bd-43e4-af98-2ae40abc0ee2"}]} 2026-05-08 20:45:05.112 8 INFO neutron.services.segments.plugin [-] Segment 227222a1-f1eb-46f6-abb0-32d6f803574f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 227222a1-f1eb-46f6-abb0-32d6f803574f found for delete ", "request_id": "req-e71c09fb-8d01-4f18-b77c-7d0141bd5a9f"}]} 2026-05-08 20:45:05.127 8 INFO neutron.services.segments.plugin [-] Segment 82fc2719-5d68-472a-bdf3-d6c221947824 resource provider aggregate not found 2026-05-08 20:45:05.132 8 INFO neutron.services.segments.plugin [-] Segment 82fc2719-5d68-472a-bdf3-d6c221947824 resource provider aggregate not found 2026-05-08 20:45:05.151 8 INFO neutron.services.segments.plugin [-] Segment 82fc2719-5d68-472a-bdf3-d6c221947824 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82fc2719-5d68-472a-bdf3-d6c221947824 found for delete ", "request_id": "req-b35f511e-aaa4-4b84-8f01-f37d3b4498d0"}]} 2026-05-08 20:45:05.170 8 INFO neutron.services.segments.plugin [-] Segment 82fc2719-5d68-472a-bdf3-d6c221947824 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82fc2719-5d68-472a-bdf3-d6c221947824 found for delete ", "request_id": "req-0e5c604e-6b0f-4720-bdaa-51de5368d831"}]} [pid: 8|app: 0|req: 1624/3246] 10.0.0.181 () {32 vars in 726 bytes} [Fri May 8 20:45:04 2026] DELETE /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 20:45:05.305 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f3ff4966-503b-4b9e-8633-a200bd9838bd ebd308d2bb8842e7b3ce5c5c2825b810 f215da02fa2e429ab3bab63b17359d70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1623/3247] 10.0.0.181 () {32 vars in 723 bytes} [Fri May 8 20:45:05 2026] GET /v2.0/networks/b8ae5332-58a1-41d6-8f29-02e14313cfc6 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 20:45:07.176 8 INFO neutron.services.segments.plugin [-] Segment 2c9a52aa-4c45-4e99-8dd8-7497215cc32f resource provider aggregate not found 2026-05-08 20:45:07.192 8 INFO neutron.services.segments.plugin [-] Segment 2c9a52aa-4c45-4e99-8dd8-7497215cc32f resource provider aggregate not found 2026-05-08 20:45:07.197 8 INFO neutron.services.segments.plugin [-] Segment 2c9a52aa-4c45-4e99-8dd8-7497215cc32f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c9a52aa-4c45-4e99-8dd8-7497215cc32f found for delete ", "request_id": "req-761c978e-02e3-4844-9b81-a7fabd087baf"}]} 2026-05-08 20:45:07.208 8 INFO neutron.services.segments.plugin [-] Segment 2c9a52aa-4c45-4e99-8dd8-7497215cc32f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c9a52aa-4c45-4e99-8dd8-7497215cc32f found for delete ", "request_id": "req-86fd63f7-96ae-4f95-9086-0762043b61d8"}]} [pid: 8|app: 0|req: 1625/3248] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:45:07 2026] GET /v2.0/security-groups?tenant_id=25f95ec955014410bb236563ec57c65e&name=default => generated 2929 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3249] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:45:07 2026] DELETE /v2.0/security-groups/03845397-bb45-4e71-b571-21e308c007a6 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3250] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:45:07 2026] GET /v2.0/security-groups?tenant_id=9aab74f2e14542a28e308c4cd7c19b8d&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3251] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:45:07 2026] DELETE /v2.0/security-groups/e3b33d79-727f-4ddb-bd09-940bbd57d270 => 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: 1627/3252] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:45:08 2026] GET /v2.0/security-groups?tenant_id=eab1dc5df073482f97d4afcfdf65860b&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3253] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:45:08 2026] DELETE /v2.0/security-groups/fe51bbea-8b0e-456b-918b-010e71ad5e47 => 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: 1628/3254] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:45:08 2026] GET /v2.0/security-groups?tenant_id=f215da02fa2e429ab3bab63b17359d70&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3255] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:45:08 2026] DELETE /v2.0/security-groups/4ba6b015-5ccd-4e04-86dc-3e090ca56672 => 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: 1629/3256] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:45:08 2026] GET /v2.0/security-groups?tenant_id=0b99017ee4984de78d63bfd333fa3246&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3257] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:45:08 2026] DELETE /v2.0/security-groups/c6d4a99a-988a-40c5-9fca-8c4bc640177e => 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: 1630/3258] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:45:09 2026] GET /v2.0/security-groups?tenant_id=635da6f8b114456481e673844a5ba787&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3259] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:45:09 2026] DELETE /v2.0/security-groups/e4a70a88-259b-4b55-b5ee-580a559c7e21 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3260] 10.0.0.181 () {32 vars in 774 bytes} [Fri May 8 20:45:09 2026] GET /v2.0/security-groups?tenant_id=4dd0be1a3d924982b1e08e196afad60f&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3261] 10.0.0.181 () {32 vars in 740 bytes} [Fri May 8 20:45:09 2026] DELETE /v2.0/security-groups/aa58d525-a58d-4d57-9b8d-0aac1a0a6d35 => 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: 1632/3262] 10.0.0.181 () {32 vars in 649 bytes} [Fri May 8 20:45:12 2026] GET /v2.0/networks => generated 2168 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3263] 10.0.0.181 () {32 vars in 655 bytes} [Fri May 8 20:45:13 2026] GET /v2.0/floatingips => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3264] 10.0.0.181 () {32 vars in 647 bytes} [Fri May 8 20:45:13 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3265] 10.0.0.181 () {32 vars in 643 bytes} [Fri May 8 20:45:13 2026] GET /v2.0/ports => generated 4725 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3266] 10.0.0.181 () {32 vars in 647 bytes} [Fri May 8 20:45:13 2026] GET /v2.0/subnets => generated 1308 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3267] 10.0.0.181 () {32 vars in 649 bytes} [Fri May 8 20:45:13 2026] GET /v2.0/networks => generated 2168 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3268] 10.0.0.181 () {32 vars in 663 bytes} [Fri May 8 20:45:13 2026] GET /v2.0/security-groups => generated 17401 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3269] 10.0.0.181 () {32 vars in 655 bytes} [Fri May 8 20:45:13 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)