+ 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 [Wed Jul 1 08:03:18 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:39 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-76f987f884-84pfx machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f71005b8668 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-07-01 08:03:22.294 8 INFO neutron.common.config [-] Logging enabled! 2026-07-01 08:03:22.294 8 INFO neutron.common.config [-] uwsgi version 26.0.4.dev33 2026-07-01 08:03:22.367 7 INFO neutron.common.config [-] Logging enabled! 2026-07-01 08:03:22.367 7 INFO neutron.common.config [-] uwsgi version 26.0.4.dev33 2026-07-01 08:03:23.381 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-01 08:03:23.524 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-01 08:03:24.747 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-01 08:03:24.750 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-01 08:03:24.754 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-01 08:03:24.755 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-01 08:03:24.755 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-01 08:03:24.755 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-01 08:03:24.755 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 08:03:24.763 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 08:03:24.763 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 08:03:24.763 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-01 08:03:24.785 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-01 08:03:24.786 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-01 08:03:24.786 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-01 08:03:24.829 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-01 08:03:24.830 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-01 08:03:24.830 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-01 08:03:24.830 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-01 08:03:24.919 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-01 08:03:24.922 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-01 08:03:24.926 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-01 08:03:24.927 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-01 08:03:24.927 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-01 08:03:24.927 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-01 08:03:24.927 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 08:03:24.934 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 08:03:24.935 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 08:03:24.935 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-01 08:03:24.956 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-01 08:03:24.957 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-01 08:03:24.957 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-01 08:03:25.001 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-01 08:03:25.001 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-01 08:03:25.001 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-01 08:03:25.002 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-01 08:03:25.121 8 INFO neutron.plugins.ml2.managers [None req-8e3c44b4-9ad9-4ddd-bb7e-fea89cbb6ff3 - - - - - -] Initializing driver for type 'vlan' 2026-07-01 08:03:25.281 7 INFO neutron.plugins.ml2.managers [None req-42d19e72-9974-4cf0-a585-b32af19aff5b - - - - - -] Initializing driver for type 'vlan' 2026-07-01 08:03:25.437 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-8e3c44b4-9ad9-4ddd-bb7e-fea89cbb6ff3 - - - - - -] VlanTypeDriver initialization complete 2026-07-01 08:03:25.437 8 INFO neutron.plugins.ml2.managers [None req-8e3c44b4-9ad9-4ddd-bb7e-fea89cbb6ff3 - - - - - -] Initializing driver for type 'vxlan' 2026-07-01 08:03:25.437 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-8e3c44b4-9ad9-4ddd-bb7e-fea89cbb6ff3 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-01 08:03:25.450 8 INFO neutron.plugins.ml2.managers [None req-8e3c44b4-9ad9-4ddd-bb7e-fea89cbb6ff3 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-01 08:03:25.450 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-8e3c44b4-9ad9-4ddd-bb7e-fea89cbb6ff3 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-01 08:03:25.450 8 INFO neutron.plugins.ml2.managers [None req-8e3c44b4-9ad9-4ddd-bb7e-fea89cbb6ff3 - - - - - -] Initializing extension driver 'port_security' 2026-07-01 08:03:25.450 8 INFO neutron.plugins.ml2.extensions.port_security [None req-8e3c44b4-9ad9-4ddd-bb7e-fea89cbb6ff3 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-01 08:03:25.450 8 INFO neutron.plugins.ml2.managers [None req-8e3c44b4-9ad9-4ddd-bb7e-fea89cbb6ff3 - - - - - -] Initializing extension driver 'qos' 2026-07-01 08:03:25.450 8 INFO neutron.plugins.ml2.managers [None req-8e3c44b4-9ad9-4ddd-bb7e-fea89cbb6ff3 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-01 08:03:25.451 8 INFO neutron.plugins.ml2.managers [None req-8e3c44b4-9ad9-4ddd-bb7e-fea89cbb6ff3 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-01 08:03:25.466 8 INFO neutron.quota [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded quota_driver: . 2026-07-01 08:03:25.466 8 INFO neutron.plugins.ml2.plugin [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Modular L2 Plugin initialization complete 2026-07-01 08:03:25.466 8 INFO neutron.plugins.ml2.managers [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-01 08:03:25.466 8 INFO neutron.plugins.ml2.managers [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-01 08:03:25.467 8 INFO neutron.plugins.ml2.managers [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-01 08:03:25.467 8 INFO neutron.extensions.vlantransparent [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Disabled vlantransparent extension. 2026-07-01 08:03:25.467 8 INFO neutron.extensions.qinq [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Disabled VLAN QinQ extension. 2026-07-01 08:03:25.467 8 INFO neutron.manager [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loading Plugin: qos 2026-07-01 08:03:25.480 8 INFO neutron.manager [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loading Plugin: router 2026-07-01 08:03:25.526 8 INFO neutron.services.service_base [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-01 08:03:25.526 8 INFO neutron.manager [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loading Plugin: segments 2026-07-01 08:03:25.560 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-42d19e72-9974-4cf0-a585-b32af19aff5b - - - - - -] VlanTypeDriver initialization complete 2026-07-01 08:03:25.561 7 INFO neutron.plugins.ml2.managers [None req-42d19e72-9974-4cf0-a585-b32af19aff5b - - - - - -] Initializing driver for type 'vxlan' 2026-07-01 08:03:25.561 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-42d19e72-9974-4cf0-a585-b32af19aff5b - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-01 08:03:25.573 7 INFO neutron.plugins.ml2.managers [None req-42d19e72-9974-4cf0-a585-b32af19aff5b - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-01 08:03:25.573 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-42d19e72-9974-4cf0-a585-b32af19aff5b - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-01 08:03:25.574 7 INFO neutron.plugins.ml2.managers [None req-42d19e72-9974-4cf0-a585-b32af19aff5b - - - - - -] Initializing extension driver 'port_security' 2026-07-01 08:03:25.574 7 INFO neutron.plugins.ml2.extensions.port_security [None req-42d19e72-9974-4cf0-a585-b32af19aff5b - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-01 08:03:25.574 7 INFO neutron.plugins.ml2.managers [None req-42d19e72-9974-4cf0-a585-b32af19aff5b - - - - - -] Initializing extension driver 'qos' 2026-07-01 08:03:25.574 7 INFO neutron.plugins.ml2.managers [None req-42d19e72-9974-4cf0-a585-b32af19aff5b - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-01 08:03:25.574 7 INFO neutron.plugins.ml2.managers [None req-42d19e72-9974-4cf0-a585-b32af19aff5b - - - - - -] Initializing mechanism driver 'l2population' 2026-07-01 08:03:25.590 7 INFO neutron.quota [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded quota_driver: . 2026-07-01 08:03:25.591 7 INFO neutron.plugins.ml2.plugin [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Modular L2 Plugin initialization complete 2026-07-01 08:03:25.591 7 INFO neutron.plugins.ml2.managers [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-01 08:03:25.591 7 INFO neutron.plugins.ml2.managers [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-01 08:03:25.591 7 INFO neutron.plugins.ml2.managers [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-01 08:03:25.591 7 INFO neutron.extensions.vlantransparent [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Disabled vlantransparent extension. 2026-07-01 08:03:25.591 7 INFO neutron.extensions.qinq [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Disabled VLAN QinQ extension. 2026-07-01 08:03:25.592 7 INFO neutron.manager [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loading Plugin: qos 2026-07-01 08:03:25.605 7 INFO neutron.manager [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loading Plugin: router 2026-07-01 08:03:25.621 8 INFO neutron.manager [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loading Plugin: trunk 2026-07-01 08:03:25.638 8 INFO neutron.manager [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loading Plugin: vpnaas 2026-07-01 08:03:25.649 7 INFO neutron.services.service_base [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-01 08:03:25.650 7 INFO neutron.manager [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loading Plugin: segments 2026-07-01 08:03:25.682 8 WARNING stevedore.named [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-01 08:03:25.682 8 WARNING stevedore.named [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-01 08:03:25.741 7 INFO neutron.manager [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loading Plugin: trunk 2026-07-01 08:03:25.754 7 INFO neutron.manager [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loading Plugin: vpnaas 2026-07-01 08:03:25.760 8 INFO neutron_vpnaas.services.vpn.plugin [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-01 08:03:25.760 8 INFO neutron.common.utils [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-01 08:03:25.760 8 INFO neutron.manager [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loading Plugin: taas 2026-07-01 08:03:25.788 8 WARNING stevedore.named [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-01 08:03:25.794 7 WARNING stevedore.named [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-01 08:03:25.794 7 WARNING stevedore.named [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-01 08:03:25.820 8 INFO neutron_taas.services.taas.taas_plugin [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-01 08:03:25.821 8 INFO neutron.manager [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loading Plugin: tapmirror 2026-07-01 08:03:25.834 8 WARNING stevedore.named [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-01 08:03:25.850 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-01 08:03:25.851 8 INFO neutron.manager [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loading Plugin: auto_allocate 2026-07-01 08:03:25.858 8 INFO neutron.manager [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loading Plugin: tag 2026-07-01 08:03:25.861 7 INFO neutron_vpnaas.services.vpn.plugin [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-01 08:03:25.861 7 INFO neutron.common.utils [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-01 08:03:25.861 7 INFO neutron.manager [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loading Plugin: taas 2026-07-01 08:03:25.871 8 INFO neutron.manager [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loading Plugin: timestamp 2026-07-01 08:03:25.875 8 INFO neutron.manager [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loading Plugin: network_ip_availability 2026-07-01 08:03:25.880 8 INFO neutron.manager [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loading Plugin: flavors 2026-07-01 08:03:25.884 8 INFO neutron.manager [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loading Plugin: revisions 2026-07-01 08:03:25.884 7 WARNING stevedore.named [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-01 08:03:25.887 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Initializing extension manager. 2026-07-01 08:03:25.889 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: address-group 2026-07-01 08:03:25.890 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: address-scope 2026-07-01 08:03:25.890 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-01 08:03:25.891 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: agent 2026-07-01 08:03:25.892 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: agent-resources-synced 2026-07-01 08:03:25.893 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-01 08:03:25.894 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-01 08:03:25.894 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: availability_zone 2026-07-01 08:03:25.895 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: availability_zone_filter 2026-07-01 08:03:25.895 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-01 08:03:25.896 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: default-subnetpools 2026-07-01 08:03:25.898 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-01 08:03:25.899 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: dns-integration 2026-07-01 08:03:25.899 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: dns-domain-ports 2026-07-01 08:03:25.900 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-01 08:03:25.900 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: dvr 2026-07-01 08:03:25.901 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-01 08:03:25.901 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: empty-string-filtering 2026-07-01 08:03:25.902 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-01 08:03:25.902 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-01 08:03:25.903 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: external-net 2026-07-01 08:03:25.903 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-01 08:03:25.904 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: extraroute 2026-07-01 08:03:25.904 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: extraroute-atomic 2026-07-01 08:03:25.905 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-01 08:03:25.905 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-01 08:03:25.907 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-01 08:03:25.907 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-01 08:03:25.908 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: fip-port-details 2026-07-01 08:03:25.908 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: flavors 2026-07-01 08:03:25.909 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-01 08:03:25.910 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: floatingip-pools 2026-07-01 08:03:25.911 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: ip_allocation 2026-07-01 08:03:25.911 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-01 08:03:25.912 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: l2_adjacency 2026-07-01 08:03:25.913 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: router 2026-07-01 08:03:25.915 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-01 08:03:25.915 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-01 08:03:25.916 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-01 08:03:25.916 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: ext-gw-mode 2026-07-01 08:03:25.917 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: l3-ha 2026-07-01 08:03:25.917 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-01 08:03:25.918 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-01 08:03:25.918 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: l3-flavors 2026-07-01 08:03:25.919 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-01 08:03:25.920 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-01 08:03:25.922 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-01 08:03:25.923 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-01 08:03:25.924 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-01 08:03:25.925 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-01 08:03:25.926 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-01 08:03:25.926 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: multi-provider 2026-07-01 08:03:25.927 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: net-mtu 2026-07-01 08:03:25.928 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: net-mtu-writable 2026-07-01 08:03:25.928 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: network_availability_zone 2026-07-01 08:03:25.929 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: network_ha 2026-07-01 08:03:25.930 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: network-ip-availability 2026-07-01 08:03:25.931 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-01 08:03:25.932 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: pagination 2026-07-01 08:03:25.932 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: port-device-profile 2026-07-01 08:03:25.933 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-01 08:03:25.933 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-01 08:03:25.933 7 INFO neutron_taas.services.taas.taas_plugin [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-01 08:03:25.934 7 INFO neutron.manager [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loading Plugin: tapmirror 2026-07-01 08:03:25.934 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-01 08:03:25.934 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: port-mac-override 2026-07-01 08:03:25.935 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-01 08:03:25.935 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-01 08:03:25.936 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-01 08:03:25.936 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: port-resource-request 2026-07-01 08:03:25.937 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-01 08:03:25.937 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-01 08:03:25.938 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: binding 2026-07-01 08:03:25.939 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: binding-extended 2026-07-01 08:03:25.939 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: port-security 2026-07-01 08:03:25.940 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: project-id 2026-07-01 08:03:25.940 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: provider 2026-07-01 08:03:25.941 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-01 08:03:25.943 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: qos 2026-07-01 08:03:25.944 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-01 08:03:25.944 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-01 08:03:25.945 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: qos-default 2026-07-01 08:03:25.945 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: qos-fip 2026-07-01 08:03:25.946 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-01 08:03:25.946 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-01 08:03:25.947 7 WARNING stevedore.named [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-01 08:03:25.947 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-01 08:03:25.948 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-01 08:03:25.948 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-01 08:03:25.949 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: qos-pps 2026-07-01 08:03:25.949 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-01 08:03:25.950 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-01 08:03:25.951 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: qos-rules-alias 2026-07-01 08:03:25.951 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: quota-check-limit 2026-07-01 08:03:25.952 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-01 08:03:25.954 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: quotas 2026-07-01 08:03:25.955 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: quota_details 2026-07-01 08:03:25.956 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: rbac-policies 2026-07-01 08:03:25.957 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: rbac-address-group 2026-07-01 08:03:25.957 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: rbac-address-scope 2026-07-01 08:03:25.958 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: rbac-security-groups 2026-07-01 08:03:25.958 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-01 08:03:25.959 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: revision-if-match 2026-07-01 08:03:25.960 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-01 08:03:25.960 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: router_availability_zone 2026-07-01 08:03:25.961 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-01 08:03:25.964 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-01 08:03:25.965 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-01 08:03:25.965 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-01 08:03:25.966 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-01 08:03:25.965 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-01 08:03:25.966 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-01 08:03:25.966 7 INFO neutron.manager [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loading Plugin: auto_allocate 2026-07-01 08:03:25.967 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-01 08:03:25.971 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: security-group 2026-07-01 08:03:25.973 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: segment 2026-07-01 08:03:25.973 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-01 08:03:25.974 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: service-type 2026-07-01 08:03:25.975 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: sorting 2026-07-01 08:03:25.975 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: standard-attr-segment 2026-07-01 08:03:25.976 7 INFO neutron.manager [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loading Plugin: tag 2026-07-01 08:03:25.976 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: standard-attr-description 2026-07-01 08:03:25.977 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: stateful-security-group 2026-07-01 08:03:25.977 8 WARNING neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-01 08:03:25.978 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-01 08:03:25.978 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: subnet-external-network 2026-07-01 08:03:25.979 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: subnet_onboard 2026-07-01 08:03:25.980 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-01 08:03:25.980 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: subnet-service-types 2026-07-01 08:03:25.981 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: subnet_allocation 2026-07-01 08:03:25.981 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-01 08:03:25.982 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: tag-creation 2026-07-01 08:03:25.983 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-01 08:03:25.985 7 INFO neutron.manager [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loading Plugin: timestamp 2026-07-01 08:03:25.987 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: standard-attr-tag 2026-07-01 08:03:25.987 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-01 08:03:25.988 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: trunk 2026-07-01 08:03:25.988 7 INFO neutron.manager [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loading Plugin: network_ip_availability 2026-07-01 08:03:25.988 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: trunk-details 2026-07-01 08:03:25.989 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-01 08:03:25.990 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-01 08:03:25.990 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-01 08:03:25.991 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-01 08:03:25.992 7 INFO neutron.manager [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loading Plugin: flavors 2026-07-01 08:03:25.993 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-01 08:03:25.994 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-01 08:03:25.994 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: vpn-flavors 2026-07-01 08:03:25.996 7 INFO neutron.manager [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loading Plugin: revisions 2026-07-01 08:03:25.996 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: vpnaas 2026-07-01 08:03:25.998 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: taas 2026-07-01 08:03:25.999 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: tap-mirror 2026-07-01 08:03:25.999 8 INFO neutron.api.extensions [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-01 08:03:25.999 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Initializing extension manager. 2026-07-01 08:03:26.001 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: address-group 2026-07-01 08:03:26.002 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-01 08:03:26.002 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: address-scope 2026-07-01 08:03:26.002 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-01 08:03:26.002 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 08:03:26.002 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-01 08:03:26.002 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-01 08:03:26.003 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: agent 2026-07-01 08:03:26.004 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: agent-resources-synced 2026-07-01 08:03:26.005 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-01 08:03:26.005 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-01 08:03:26.006 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-01 08:03:26.006 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-01 08:03:26.006 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: availability_zone 2026-07-01 08:03:26.007 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: availability_zone_filter 2026-07-01 08:03:26.008 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-01 08:03:26.008 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: default-subnetpools 2026-07-01 08:03:26.010 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-01 08:03:26.010 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: dns-integration 2026-07-01 08:03:26.010 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-01 08:03:26.011 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: dns-domain-ports 2026-07-01 08:03:26.011 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-01 08:03:26.011 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-01 08:03:26.011 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-01 08:03:26.012 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: dvr 2026-07-01 08:03:26.012 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 08:03:26.013 8 WARNING neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] subnetpool is already registered 2026-07-01 08:03:26.013 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 08:03:26.013 8 WARNING neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] subnetpool is already registered 2026-07-01 08:03:26.013 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-01 08:03:26.013 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-01 08:03:26.014 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: empty-string-filtering 2026-07-01 08:03:26.014 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 08:03:26.014 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-01 08:03:26.014 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 08:03:26.015 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-01 08:03:26.015 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-01 08:03:26.015 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-01 08:03:26.015 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: external-net 2026-07-01 08:03:26.015 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-01 08:03:26.016 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-01 08:03:26.016 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 08:03:26.016 8 WARNING neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] ipsecpolicy is already registered 2026-07-01 08:03:26.016 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: extraroute 2026-07-01 08:03:26.016 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 08:03:26.017 8 WARNING neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] ikepolicy is already registered 2026-07-01 08:03:26.017 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: extraroute-atomic 2026-07-01 08:03:26.017 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-01 08:03:26.018 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-01 08:03:26.018 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-01 08:03:26.019 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-01 08:03:26.020 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: fip-port-details 2026-07-01 08:03:26.020 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: flavors 2026-07-01 08:03:26.021 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-01 08:03:26.021 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-01 08:03:26.021 8 WARNING neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] router is already registered 2026-07-01 08:03:26.022 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-01 08:03:26.022 8 WARNING neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] floatingip is already registered 2026-07-01 08:03:26.022 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: floatingip-pools 2026-07-01 08:03:26.023 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: ip_allocation 2026-07-01 08:03:26.023 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-01 08:03:26.024 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: l2_adjacency 2026-07-01 08:03:26.025 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: router 2026-07-01 08:03:26.026 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-01 08:03:26.026 8 WARNING neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] rbac_policy is already registered 2026-07-01 08:03:26.026 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-01 08:03:26.027 8 WARNING neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] security_group is already registered 2026-07-01 08:03:26.027 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-01 08:03:26.027 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-01 08:03:26.027 8 WARNING neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] security_group_rule is already registered 2026-07-01 08:03:26.027 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-01 08:03:26.028 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 08:03:26.028 8 WARNING neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] subnetpool is already registered 2026-07-01 08:03:26.028 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-01 08:03:26.028 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 08:03:26.028 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: ext-gw-mode 2026-07-01 08:03:26.029 8 WARNING neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] subnetpool is already registered 2026-07-01 08:03:26.029 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-01 08:03:26.029 8 WARNING neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] trunk is already registered 2026-07-01 08:03:26.029 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: l3-ha 2026-07-01 08:03:26.029 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 08:03:26.030 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-01 08:03:26.030 8 WARNING neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] ikepolicy is already registered 2026-07-01 08:03:26.030 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 08:03:26.030 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-01 08:03:26.030 8 WARNING neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] ipsecpolicy is already registered 2026-07-01 08:03:26.030 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-01 08:03:26.031 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: l3-flavors 2026-07-01 08:03:26.031 8 WARNING neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] endpoint_group is already registered 2026-07-01 08:03:26.031 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-01 08:03:26.031 8 WARNING neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] vpnservice is already registered 2026-07-01 08:03:26.031 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-01 08:03:26.032 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-01 08:03:26.032 8 WARNING neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] ipsec_site_connection is already registered 2026-07-01 08:03:26.032 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-01 08:03:26.032 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 08:03:26.032 8 WARNING neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] ipsecpolicy is already registered 2026-07-01 08:03:26.032 8 INFO neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 08:03:26.033 8 WARNING neutron.quota.resource_registry [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] ikepolicy is already registered 2026-07-01 08:03:26.034 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-01 08:03:26.035 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-01 08:03:26.036 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-01 08:03:26.038 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-01 08:03:26.038 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-01 08:03:26.039 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: multi-provider 2026-07-01 08:03:26.039 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: net-mtu 2026-07-01 08:03:26.040 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: net-mtu-writable 2026-07-01 08:03:26.040 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: network_availability_zone 2026-07-01 08:03:26.041 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: network_ha 2026-07-01 08:03:26.042 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: network-ip-availability 2026-07-01 08:03:26.043 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-01 08:03:26.043 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: pagination 2026-07-01 08:03:26.044 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: port-device-profile 2026-07-01 08:03:26.044 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-01 08:03:26.045 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-01 08:03:26.045 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-01 08:03:26.046 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: port-mac-override 2026-07-01 08:03:26.047 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-01 08:03:26.047 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-01 08:03:26.048 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-01 08:03:26.048 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: port-resource-request 2026-07-01 08:03:26.049 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-01 08:03:26.049 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-01 08:03:26.050 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: binding 2026-07-01 08:03:26.051 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: binding-extended 2026-07-01 08:03:26.051 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: port-security 2026-07-01 08:03:26.052 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: project-id 2026-07-01 08:03:26.052 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: provider 2026-07-01 08:03:26.053 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-01 08:03:26.055 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: qos 2026-07-01 08:03:26.056 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-01 08:03:26.056 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-01 08:03:26.057 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: qos-default 2026-07-01 08:03:26.057 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: qos-fip 2026-07-01 08:03:26.058 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-01 08:03:26.058 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-01 08:03:26.059 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-01 08:03:26.059 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-01 08:03:26.060 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-01 08:03:26.061 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: qos-pps 2026-07-01 08:03:26.061 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-01 08:03:26.062 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-01 08:03:26.062 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: qos-rules-alias 2026-07-01 08:03:26.063 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: quota-check-limit 2026-07-01 08:03:26.064 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-01 08:03:26.066 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: quotas 2026-07-01 08:03:26.068 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: quota_details 2026-07-01 08:03:26.069 8 WARNING keystonemiddleware._common.config [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-01 08:03:26.070 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: rbac-policies 2026-07-01 08:03:26.070 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: rbac-address-group 2026-07-01 08:03:26.071 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: rbac-address-scope 2026-07-01 08:03:26.071 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: rbac-security-groups 2026-07-01 08:03:26.072 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-01 08:03:26.073 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: revision-if-match 2026-07-01 08:03:26.073 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-01 08:03:26.074 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: router_availability_zone 2026-07-01 08:03:26.074 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-01 08:03:26.076 8 WARNING oslo_config.cfg [None req-877dca94-f2ba-431d-8388-574840aa5274 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-07-01 08:03:26.076 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-01 08:03:26.077 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-01 08:03:26.078 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: port-security-groups-filtering WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f71005b8668 pid: 8 (default app) 2026-07-01 08:03:26.078 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-01 08:03:26.079 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-01 08:03:26.079 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-01 08:03:26.084 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: security-group 2026-07-01 08:03:26.085 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: segment 2026-07-01 08:03:26.086 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-01 08:03:26.086 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: service-type 2026-07-01 08:03:26.087 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: sorting 2026-07-01 08:03:26.087 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: standard-attr-segment 2026-07-01 08:03:26.088 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: standard-attr-description 2026-07-01 08:03:26.089 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: stateful-security-group 2026-07-01 08:03:26.089 7 WARNING neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-01 08:03:26.090 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-01 08:03:26.090 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: subnet-external-network 2026-07-01 08:03:26.091 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: subnet_onboard 2026-07-01 08:03:26.091 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-01 08:03:26.092 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: subnet-service-types 2026-07-01 08:03:26.093 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: subnet_allocation 2026-07-01 08:03:26.093 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-01 08:03:26.094 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: tag-creation 2026-07-01 08:03:26.094 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-01 08:03:26.098 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: standard-attr-tag 2026-07-01 08:03:26.099 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-01 08:03:26.100 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: trunk 2026-07-01 08:03:26.100 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: trunk-details 2026-07-01 08:03:26.101 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-01 08:03:26.101 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-01 08:03:26.102 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-01 08:03:26.102 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-01 08:03:26.104 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-01 08:03:26.105 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-01 08:03:26.106 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: vpn-flavors 2026-07-01 08:03:26.108 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: vpnaas 2026-07-01 08:03:26.109 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: taas 2026-07-01 08:03:26.110 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: tap-mirror 2026-07-01 08:03:26.111 7 INFO neutron.api.extensions [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-01 08:03:26.114 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-01 08:03:26.114 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-01 08:03:26.114 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 08:03:26.114 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-01 08:03:26.118 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-01 08:03:26.118 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-01 08:03:26.123 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-01 08:03:26.124 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-01 08:03:26.124 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-01 08:03:26.125 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 08:03:26.125 7 WARNING neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] subnetpool is already registered 2026-07-01 08:03:26.126 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 08:03:26.126 7 WARNING neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] subnetpool is already registered 2026-07-01 08:03:26.127 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-01 08:03:26.127 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 08:03:26.127 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 08:03:26.128 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-01 08:03:26.128 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-01 08:03:26.129 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-01 08:03:26.129 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 08:03:26.129 7 WARNING neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] ipsecpolicy is already registered 2026-07-01 08:03:26.130 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 08:03:26.130 7 WARNING neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] ikepolicy is already registered 2026-07-01 08:03:26.135 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-01 08:03:26.135 7 WARNING neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] router is already registered 2026-07-01 08:03:26.135 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-01 08:03:26.135 7 WARNING neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] floatingip is already registered 2026-07-01 08:03:26.139 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-01 08:03:26.139 7 WARNING neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] rbac_policy is already registered 2026-07-01 08:03:26.140 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-01 08:03:26.140 7 WARNING neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] security_group is already registered 2026-07-01 08:03:26.140 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-01 08:03:26.140 7 WARNING neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] security_group_rule is already registered 2026-07-01 08:03:26.141 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 08:03:26.141 7 WARNING neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] subnetpool is already registered 2026-07-01 08:03:26.142 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 08:03:26.142 7 WARNING neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] subnetpool is already registered 2026-07-01 08:03:26.142 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-01 08:03:26.143 7 WARNING neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] trunk is already registered 2026-07-01 08:03:26.143 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 08:03:26.143 7 WARNING neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] ikepolicy is already registered 2026-07-01 08:03:26.144 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 08:03:26.144 7 WARNING neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] ipsecpolicy is already registered 2026-07-01 08:03:26.144 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-01 08:03:26.144 7 WARNING neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] endpoint_group is already registered 2026-07-01 08:03:26.145 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-01 08:03:26.145 7 WARNING neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] vpnservice is already registered 2026-07-01 08:03:26.145 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-01 08:03:26.145 7 WARNING neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] ipsec_site_connection is already registered 2026-07-01 08:03:26.146 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 08:03:26.146 7 WARNING neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] ipsecpolicy is already registered 2026-07-01 08:03:26.146 7 INFO neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 08:03:26.146 7 WARNING neutron.quota.resource_registry [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] ikepolicy is already registered 2026-07-01 08:03:26.184 7 WARNING keystonemiddleware._common.config [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-01 08:03:26.190 7 WARNING oslo_config.cfg [None req-a411fde3-37e7-47a9-b408-60c654a65800 - - - - - -] 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 0x7f71005b8668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 08:03:30.792 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f56b1e3f-7a3e-4314-8dbd-8d65b7b8ccd1 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.53 () {44 vars in 923 bytes} [Wed Jul 1 08:03:29 2026] GET /v2.0/networks/public => generated 108 bytes in 835 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.204.45.53 () {44 vars in 945 bytes} [Wed Jul 1 08:03:30 2026] GET /v2.0/networks?name=public => generated 15 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:03:31.559 8 WARNING neutron.services.revisions.revision_plugin [None req-63ffc9ec-016c-4ebf-950a-85263d6aa3b7 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Could not find related network for resource to bump revision. 2026-07-01 08:03:31.583 8 INFO neutron.db.segments_db [None req-63ffc9ec-016c-4ebf-950a-85263d6aa3b7 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment 3b7a52ed-bc05-47c2-8303-1a6dd8dec8c2 of type flat for network e1ae4f1c-4cef-4017-8acf-8adb9917504b 2026-07-01 08:03:31.645 8 INFO neutron.pecan_wsgi.hooks.translation [None req-63ffc9ec-016c-4ebf-950a-85263d6aa3b7 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.204.45.53 () {48 vars in 963 bytes} [Wed Jul 1 08:03:31 2026] POST /v2.0/networks => generated 124 bytes in 504 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:03:37.531 8 INFO neutron.pecan_wsgi.hooks.translation [None req-25ae0030-5132-4fd7-b352-82e64cc2e2c4 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.53 () {44 vars in 923 bytes} [Wed Jul 1 08:03:37 2026] GET /v2.0/networks/public => generated 108 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.53 () {44 vars in 945 bytes} [Wed Jul 1 08:03:37 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:03:37.614 8 WARNING neutron.services.revisions.revision_plugin [None req-382639f1-da0a-4eb5-9d8b-74f04d71f250 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Could not find related network for resource to bump revision. 2026-07-01 08:03:37.629 8 INFO neutron.db.segments_db [None req-382639f1-da0a-4eb5-9d8b-74f04d71f250 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment 147bfcd8-f44e-45c6-bc06-b30c8de397f8 of type flat for network 77bf11f2-73df-4493-97a5-e6cd5531ff2f 2026-07-01 08:03:37.654 8 INFO neutron.pecan_wsgi.hooks.translation [None req-382639f1-da0a-4eb5-9d8b-74f04d71f250 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.53 () {48 vars in 963 bytes} [Wed Jul 1 08:03:37 2026] POST /v2.0/networks => generated 124 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:03:43.845 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9a537bb9-899b-4b76-bb22-19c0290ab1f9 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.204.45.53 () {44 vars in 923 bytes} [Wed Jul 1 08:03:43 2026] GET /v2.0/networks/public => generated 108 bytes in 364 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.204.45.53 () {44 vars in 945 bytes} [Wed Jul 1 08:03:43 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-07-01 08:03:44.098 7 WARNING neutron.services.revisions.revision_plugin [None req-c22df942-4e7e-4105-911b-c1ec2eb209d5 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Could not find related network for resource to bump revision. 2026-07-01 08:03:44.121 7 INFO neutron.db.segments_db [None req-c22df942-4e7e-4105-911b-c1ec2eb209d5 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment 9ed598fc-ba88-4932-920d-ad1ca6728b70 of type flat for network 253731cc-cfdd-4042-8747-fd8559c2f70c 2026-07-01 08:03:44.167 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c22df942-4e7e-4105-911b-c1ec2eb209d5 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.204.45.53 () {48 vars in 963 bytes} [Wed Jul 1 08:03:43 2026] POST /v2.0/networks => generated 124 bytes in 301 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:03:50.036 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f57aca17-095e-454d-81f8-7e9b121982d9 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/13] 199.204.45.53 () {44 vars in 923 bytes} [Wed Jul 1 08:03:50 2026] GET /v2.0/networks/public => generated 108 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/14] 199.204.45.53 () {44 vars in 945 bytes} [Wed Jul 1 08:03:50 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:03:50.115 8 WARNING neutron.services.revisions.revision_plugin [None req-9e500232-5f0f-477e-97b0-cc09a69bff9b e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Could not find related network for resource to bump revision. 2026-07-01 08:03:50.132 8 INFO neutron.db.segments_db [None req-9e500232-5f0f-477e-97b0-cc09a69bff9b e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment c93d98dd-b273-42e3-89b8-7bf0ba5ee3a8 of type flat for network b9b26534-da59-4adf-895e-80a09606c115 2026-07-01 08:03:50.157 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9e500232-5f0f-477e-97b0-cc09a69bff9b e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/15] 199.204.45.53 () {48 vars in 963 bytes} [Wed Jul 1 08:03:50 2026] POST /v2.0/networks => generated 124 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:03:56.046 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3cb76c72-6daf-4297-8a4a-fbbab79c52a2 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.53 () {44 vars in 923 bytes} [Wed Jul 1 08:03:56 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: 8/18] 199.204.45.53 () {44 vars in 945 bytes} [Wed Jul 1 08:03:56 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:03:56.115 8 WARNING neutron.services.revisions.revision_plugin [None req-a4daff75-5800-46fc-987d-99b5c3954a19 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Could not find related network for resource to bump revision. 2026-07-01 08:03:56.137 8 INFO neutron.db.segments_db [None req-a4daff75-5800-46fc-987d-99b5c3954a19 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment 20461f52-8cc3-4bd9-ab79-13c9c5eb46da of type flat for network be8353f6-2016-4ea8-b37d-9c3066a7c0de 2026-07-01 08:03:56.163 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a4daff75-5800-46fc-987d-99b5c3954a19 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.53 () {48 vars in 963 bytes} [Wed Jul 1 08:03:56 2026] POST /v2.0/networks => generated 124 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:04:02.008 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cde73106-494d-44e8-8c6f-4dfff0c1fa1f e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.204.45.53 () {44 vars in 923 bytes} [Wed Jul 1 08:04:01 2026] GET /v2.0/networks/public => generated 108 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/21] 199.204.45.53 () {44 vars in 945 bytes} [Wed Jul 1 08:04:02 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:04:02.071 7 WARNING neutron.services.revisions.revision_plugin [None req-017575ef-3216-45e2-a38c-493ac90d51cd e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Could not find related network for resource to bump revision. 2026-07-01 08:04:02.088 7 INFO neutron.db.segments_db [None req-017575ef-3216-45e2-a38c-493ac90d51cd e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment f90f89a4-909e-4f5c-adb7-428d9790596a of type flat for network 63b80a73-bc94-441c-a0fe-d2f4fb727c15 2026-07-01 08:04:02.111 7 INFO neutron.pecan_wsgi.hooks.translation [None req-017575ef-3216-45e2-a38c-493ac90d51cd e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/22] 199.204.45.53 () {48 vars in 963 bytes} [Wed Jul 1 08:04:02 2026] POST /v2.0/networks => generated 124 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:04:07.998 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8b481408-fb52-4caa-884f-4c0a8b56398b e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.204.45.53 () {44 vars in 923 bytes} [Wed Jul 1 08:04:07 2026] GET /v2.0/networks/public => generated 108 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.204.45.53 () {44 vars in 945 bytes} [Wed Jul 1 08:04:08 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:04:08.074 7 WARNING neutron.services.revisions.revision_plugin [None req-e36b9794-b5b7-463a-a2a8-0580ff025b53 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Could not find related network for resource to bump revision. 2026-07-01 08:04:08.091 7 INFO neutron.db.segments_db [None req-e36b9794-b5b7-463a-a2a8-0580ff025b53 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment 0a3219b9-302a-4015-a78c-fe4a81897fa9 of type flat for network 97dcbd31-661b-4af7-85c2-d9e96017363f [pid: 7|app: 0|req: 12/26] 199.204.45.53 () {48 vars in 963 bytes} [Wed Jul 1 08:04:08 2026] POST /v2.0/networks => generated 706 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:04:09.241 8 INFO neutron.pecan_wsgi.hooks.translation [None req-84e72d70-1dd2-43e6-8c5e-d7963badc08f e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/27] 199.204.45.53 () {44 vars in 923 bytes} [Wed Jul 1 08:04:09 2026] GET /v2.0/networks/public => generated 108 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.204.45.53 () {44 vars in 945 bytes} [Wed Jul 1 08:04:09 2026] GET /v2.0/networks?name=public => generated 709 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:04:09.315 8 INFO neutron.pecan_wsgi.hooks.translation [None req-32199416-a48b-46d7-93bc-f3e5d12c2ecb e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 16/29] 199.204.45.53 () {44 vars in 1030 bytes} [Wed Jul 1 08:04:09 2026] GET /v2.0/subnets/public-subnet?network_id=97dcbd31-661b-4af7-85c2-d9e96017363f => generated 113 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/30] 199.204.45.53 () {44 vars in 1053 bytes} [Wed Jul 1 08:04:09 2026] GET /v2.0/subnets?name=public-subnet&network_id=97dcbd31-661b-4af7-85c2-d9e96017363f => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 17/31] 199.204.45.53 () {48 vars in 961 bytes} [Wed Jul 1 08:04:09 2026] POST /v2.0/subnets => generated 664 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:08:53.100 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f492a6ae-ed14-41f8-a132-20f93ade5efb e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/70] 199.204.45.53 () {44 vars in 933 bytes} [Wed Jul 1 08:08:53 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/71] 199.204.45.53 () {44 vars in 955 bytes} [Wed Jul 1 08:08:53 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:08:53.168 8 INFO neutron.db.segments_db [None req-3bb5c0da-a549-456e-a4c0-865a26124994 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment afaabd88-4e00-4131-a3f3-f37eecff6adb of type vxlan for network 44836d81-209e-464f-a169-484c1280dcb1 [pid: 8|app: 0|req: 38/72] 199.204.45.53 () {48 vars in 962 bytes} [Wed Jul 1 08:08:53 2026] POST /v2.0/networks => generated 707 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:08:54.195 7 INFO neutron.pecan_wsgi.hooks.translation [None req-869a0385-63b2-4378-9bcf-9255c357aadb e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/73] 199.204.45.53 () {44 vars in 933 bytes} [Wed Jul 1 08:08:54 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/74] 199.204.45.53 () {44 vars in 955 bytes} [Wed Jul 1 08:08:54 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:08:54.286 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4af56ade-702f-45ad-995d-60e3f90cd9af e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/75] 199.204.45.53 () {44 vars in 1032 bytes} [Wed Jul 1 08:08:54 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=44836d81-209e-464f-a169-484c1280dcb1 => generated 114 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/76] 199.204.45.53 () {44 vars in 1055 bytes} [Wed Jul 1 08:08:54 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=44836d81-209e-464f-a169-484c1280dcb1 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/77] 199.204.45.53 () {48 vars in 961 bytes} [Wed Jul 1 08:08:54 2026] POST /v2.0/subnets => generated 651 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:08:55.579 8 INFO neutron.api.v2.resource [None req-95d91f09-4d8b-4754-82e8-9bae34b9d4d4 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 41/78] 199.204.45.53 () {44 vars in 967 bytes} [Wed Jul 1 08:08:55 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 199.204.45.53 () {44 vars in 989 bytes} [Wed Jul 1 08:08:55 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 199.204.45.53 () {48 vars in 976 bytes} [Wed Jul 1 08:08:55 2026] POST /v2.0/security-groups => generated 1616 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:08:56 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => generated 1616 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:08:56 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/83] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:08:56 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => generated 1616 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 199.204.45.53 () {48 vars in 987 bytes} [Wed Jul 1 08:08:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/85] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:08:57 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => generated 2230 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/86] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:08:57 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/87] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:08:57 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => generated 2230 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 199.204.45.53 () {48 vars in 987 bytes} [Wed Jul 1 08:08:57 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: 7|app: 0|req: 43/89] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:08:58 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => generated 2846 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/90] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:08:58 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/91] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:08:58 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 199.204.45.53 () {48 vars in 987 bytes} [Wed Jul 1 08:08:58 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: 7|app: 0|req: 45/93] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:08:59 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => generated 3462 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:08:59 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/95] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:08:59 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/96] 199.204.45.53 () {48 vars in 987 bytes} [Wed Jul 1 08:09:00 2026] POST /v2.0/security-group-rules => generated 603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/97] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:09:00 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => generated 4078 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/98] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:09:01 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/99] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:09:01 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/100] 199.204.45.53 () {48 vars in 987 bytes} [Wed Jul 1 08:09:01 2026] POST /v2.0/security-group-rules => generated 603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/101] 199.204.45.53 () {44 vars in 983 bytes} [Wed Jul 1 08:09:02 2026] GET /v2.0/networks/44836d81-209e-464f-a169-484c1280dcb1 => generated 732 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:09:02.390 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ad062741-e29c-43ba-9161-02f243ed0321 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/102] 199.204.45.53 () {44 vars in 1072 bytes} [Wed Jul 1 08:09:02 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=44836d81-209e-464f-a169-484c1280dcb1 => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/103] 199.204.45.53 () {44 vars in 1095 bytes} [Wed Jul 1 08:09:02 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=44836d81-209e-464f-a169-484c1280dcb1 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/104] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:09:02 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => generated 4694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/105] 199.204.45.53 () {48 vars in 957 bytes} [Wed Jul 1 08:09:02 2026] POST /v2.0/ports => generated 1100 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 08:09:09.593 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9cc30c4e-5323-4578-b65b-74a691155120 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/108] 199.204.45.53 () {44 vars in 975 bytes} [Wed Jul 1 08:09:09 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/109] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:09:09 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/110] 199.204.45.53 () {48 vars in 1027 bytes} [Wed Jul 1 08:09:09 2026] PUT /v2.0/ports/4b5cf69d-7435-4c17-bf10-5eca13497d33 => generated 1249 bytes in 648 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/111] 199.204.45.53 () {44 vars in 916 bytes} [Wed Jul 1 08:09:11 2026] GET /v2.0/ports => generated 3730 bytes in 99 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-07-01 08:09:12.987 7 INFO neutron.api.v2.resource [None req-1e6a6670-2b52-42dd-853f-c0bb26556836 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/112] 199.204.45.53 () {44 vars in 955 bytes} [Wed Jul 1 08:09:12 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/113] 199.204.45.53 () {44 vars in 977 bytes} [Wed Jul 1 08:09:12 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/114] 199.204.45.53 () {48 vars in 976 bytes} [Wed Jul 1 08:09:13 2026] POST /v2.0/security-groups => generated 1610 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/115] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:09:14 2026] GET /v2.0/security-groups/1d3eb99d-9fd2-441d-9c04-859c726a929e => generated 1610 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/116] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:09:14 2026] GET /v2.0/security-groups/1d3eb99d-9fd2-441d-9c04-859c726a929e => generated 1610 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/117] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:09:14 2026] GET /v2.0/security-groups/1d3eb99d-9fd2-441d-9c04-859c726a929e => 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/118] 199.204.45.53 () {48 vars in 987 bytes} [Wed Jul 1 08:09:14 2026] POST /v2.0/security-group-rules => generated 623 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/119] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:09:15 2026] GET /v2.0/security-groups/1d3eb99d-9fd2-441d-9c04-859c726a929e => 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/120] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:09:15 2026] GET /v2.0/security-groups/1d3eb99d-9fd2-441d-9c04-859c726a929e => generated 2246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/121] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:09:15 2026] GET /v2.0/security-groups/1d3eb99d-9fd2-441d-9c04-859c726a929e => generated 2246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/122] 199.204.45.53 () {48 vars in 987 bytes} [Wed Jul 1 08:09:15 2026] POST /v2.0/security-group-rules => generated 627 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 67/131] 199.204.45.53 () {44 vars in 971 bytes} [Wed Jul 1 08:10:15 2026] GET /v2.0/quotas/075b41ad5db5452fac1a166ae5a6d627 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/132] 199.204.45.53 () {48 vars in 1023 bytes} [Wed Jul 1 08:10:16 2026] PUT /v2.0/quotas/075b41ad5db5452fac1a166ae5a6d627 => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 08:12:25.996 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6beea578-4840-4f9d-a305-3c0eab0eba7b e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/151] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:12:25 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 75/152] 199.204.45.53 () {30 vars in 762 bytes} [Wed Jul 1 08:12:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:12:27.735 8 INFO neutron.pecan_wsgi.hooks.translation [None req-02cfb035-e6a7-41ac-a1ca-1a07c32324c5 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 78/153] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:12:27 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 76/154] 199.204.45.53 () {30 vars in 762 bytes} [Wed Jul 1 08:12:27 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:18:27.637 7 INFO neutron.api.v2.resource [None req-24b0235f-793b-463f-b146-b9c241097ee8 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 101/203] 199.204.45.53 () {44 vars in 1070 bytes} [Wed Jul 1 08:18:27 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=3f4d39d0292742869b2312eaad0f4179 => generated 139 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/204] 199.204.45.53 () {44 vars in 1093 bytes} [Wed Jul 1 08:18:27 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=3f4d39d0292742869b2312eaad0f4179 => generated 23 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/205] 199.204.45.53 () {48 vars in 977 bytes} [Wed Jul 1 08:18:27 2026] POST /v2.0/security-groups => generated 1624 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/206] 199.204.45.53 () {44 vars in 1084 bytes} [Wed Jul 1 08:18:28 2026] GET /v2.0/security-groups/1f40c458-f998-4086-a79b-7f9e05248839?project_id=3f4d39d0292742869b2312eaad0f4179 => generated 1624 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/207] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:18:29 2026] GET /v2.0/security-groups/1f40c458-f998-4086-a79b-7f9e05248839 => 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: 105/208] 199.204.45.53 () {44 vars in 1084 bytes} [Wed Jul 1 08:18:29 2026] GET /v2.0/security-groups/1f40c458-f998-4086-a79b-7f9e05248839?project_id=3f4d39d0292742869b2312eaad0f4179 => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/209] 199.204.45.53 () {48 vars in 987 bytes} [Wed Jul 1 08:18:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/210] 199.204.45.53 () {44 vars in 1084 bytes} [Wed Jul 1 08:18:30 2026] GET /v2.0/security-groups/1f40c458-f998-4086-a79b-7f9e05248839?project_id=3f4d39d0292742869b2312eaad0f4179 => generated 2234 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/211] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:18:30 2026] GET /v2.0/security-groups/1f40c458-f998-4086-a79b-7f9e05248839 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/212] 199.204.45.53 () {44 vars in 1084 bytes} [Wed Jul 1 08:18:30 2026] GET /v2.0/security-groups/1f40c458-f998-4086-a79b-7f9e05248839?project_id=3f4d39d0292742869b2312eaad0f4179 => generated 2234 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/213] 199.204.45.53 () {48 vars in 987 bytes} [Wed Jul 1 08:18:30 2026] POST /v2.0/security-group-rules => generated 599 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/214] 199.204.45.53 () {44 vars in 1084 bytes} [Wed Jul 1 08:18:31 2026] GET /v2.0/security-groups/1f40c458-f998-4086-a79b-7f9e05248839?project_id=3f4d39d0292742869b2312eaad0f4179 => generated 2846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/215] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:18:31 2026] GET /v2.0/security-groups/1f40c458-f998-4086-a79b-7f9e05248839 => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/216] 199.204.45.53 () {44 vars in 1084 bytes} [Wed Jul 1 08:18:31 2026] GET /v2.0/security-groups/1f40c458-f998-4086-a79b-7f9e05248839?project_id=3f4d39d0292742869b2312eaad0f4179 => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/217] 199.204.45.53 () {48 vars in 987 bytes} [Wed Jul 1 08:18:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/218] 199.204.45.53 () {44 vars in 1084 bytes} [Wed Jul 1 08:18:32 2026] GET /v2.0/security-groups/1f40c458-f998-4086-a79b-7f9e05248839?project_id=3f4d39d0292742869b2312eaad0f4179 => generated 3460 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/219] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:18:32 2026] GET /v2.0/security-groups/1f40c458-f998-4086-a79b-7f9e05248839 => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/220] 199.204.45.53 () {44 vars in 1084 bytes} [Wed Jul 1 08:18:32 2026] GET /v2.0/security-groups/1f40c458-f998-4086-a79b-7f9e05248839?project_id=3f4d39d0292742869b2312eaad0f4179 => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/221] 199.204.45.53 () {48 vars in 987 bytes} [Wed Jul 1 08:18:32 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/240] 199.204.45.53 () {30 vars in 739 bytes} [Wed Jul 1 08:20:44 2026] GET /v2.0/networks?tenant_id=3f4d39d0292742869b2312eaad0f4179&shared=False => generated 15 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:20:44.256 7 INFO neutron.db.segments_db [None req-63360d58-542d-4569-9cf1-359fdf76e0be 3569548ece4c4e08878a79435ecb1ac8 3f4d39d0292742869b2312eaad0f4179 - - 6299595d20bf4826afe8e83428eb4f1f 6299595d20bf4826afe8e83428eb4f1f] Added segment 45b1e80f-ff77-4b15-afcd-85263eb59930 of type vxlan for network bd90577d-1d6e-434f-b716-881dcb1c8a2a [pid: 7|app: 0|req: 120/241] 199.204.45.53 () {34 vars in 681 bytes} [Wed Jul 1 08:20:44 2026] POST /v2.0/networks => generated 718 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/242] 199.204.45.53 () {30 vars in 721 bytes} [Wed Jul 1 08:20:44 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: 7|app: 0|req: 121/243] 199.204.45.53 () {30 vars in 632 bytes} [Wed Jul 1 08:20:44 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/244] 199.204.45.53 () {34 vars in 676 bytes} [Wed Jul 1 08:20:44 2026] POST /v2.0/ports => generated 999 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/245] 199.204.45.53 () {30 vars in 702 bytes} [Wed Jul 1 08:20:44 2026] GET /v2.0/networks/bd90577d-1d6e-434f-b716-881dcb1c8a2a => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/246] 199.204.45.53 () {30 vars in 721 bytes} [Wed Jul 1 08:20:46 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/247] 199.204.45.53 () {30 vars in 702 bytes} [Wed Jul 1 08:20:47 2026] GET /v2.0/networks/bd90577d-1d6e-434f-b716-881dcb1c8a2a => generated 705 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/250] 199.204.45.53 () {44 vars in 971 bytes} [Wed Jul 1 08:21:03 2026] GET /v2.0/quotas/3f4d39d0292742869b2312eaad0f4179 => 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: 125/251] 199.204.45.53 () {48 vars in 1023 bytes} [Wed Jul 1 08:21:04 2026] PUT /v2.0/quotas/3f4d39d0292742869b2312eaad0f4179 => generated 291 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:32:35.188 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3f815f05-2f59-4fd4-b597-db033a38282c e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 172/344] 199.204.45.53 () {44 vars in 923 bytes} [Wed Jul 1 08:32:35 2026] GET /v2.0/networks/public => generated 108 bytes in 134 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/345] 199.204.45.53 () {44 vars in 945 bytes} [Wed Jul 1 08:32:35 2026] GET /v2.0/networks?name=public => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:32:36.287 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5db6ab4b-3eb3-4434-a5d7-451ebde62433 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 173/346] 199.204.45.53 () {44 vars in 923 bytes} [Wed Jul 1 08:32:36 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/347] 199.204.45.53 () {44 vars in 945 bytes} [Wed Jul 1 08:32:36 2026] GET /v2.0/networks?name=public => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:32:36.360 7 INFO neutron.pecan_wsgi.hooks.translation [None req-df1b2e31-8458-4bda-ae46-48aae7a79a38 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 174/348] 199.204.45.53 () {44 vars in 1030 bytes} [Wed Jul 1 08:32:36 2026] GET /v2.0/subnets/public-subnet?network_id=97dcbd31-661b-4af7-85c2-d9e96017363f => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/349] 199.204.45.53 () {44 vars in 1053 bytes} [Wed Jul 1 08:32:36 2026] GET /v2.0/subnets?name=public-subnet&network_id=97dcbd31-661b-4af7-85c2-d9e96017363f => generated 667 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:33:03.597 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cdfe831d-b59d-470e-aab2-f9e0f2c77590 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 177/354] 199.204.45.53 () {44 vars in 933 bytes} [Wed Jul 1 08:33:03 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/355] 199.204.45.53 () {44 vars in 955 bytes} [Wed Jul 1 08:33:03 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:33:04.566 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a02e62ac-b5e5-433e-81bd-6697c920c195 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 178/356] 199.204.45.53 () {44 vars in 933 bytes} [Wed Jul 1 08:33:04 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/357] 199.204.45.53 () {44 vars in 955 bytes} [Wed Jul 1 08:33:04 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:33:04.635 7 INFO neutron.pecan_wsgi.hooks.translation [None req-482dcef9-6d6a-4925-8f6e-9b6f775de945 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/358] 199.204.45.53 () {44 vars in 1032 bytes} [Wed Jul 1 08:33:04 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=44836d81-209e-464f-a169-484c1280dcb1 => 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: 180/359] 199.204.45.53 () {44 vars in 1055 bytes} [Wed Jul 1 08:33:04 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=44836d81-209e-464f-a169-484c1280dcb1 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:33:05.783 7 INFO neutron.api.v2.resource [None req-3fe1f1ec-8346-41f1-a3a2-684fe4bff569 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/360] 199.204.45.53 () {44 vars in 967 bytes} [Wed Jul 1 08:33:05 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: 181/361] 199.204.45.53 () {44 vars in 989 bytes} [Wed Jul 1 08:33:05 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/362] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:33:06 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/363] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:33:07 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/364] 199.204.45.53 () {44 vars in 1007 bytes} [Wed Jul 1 08:33:07 2026] GET /v2.0/security-group-rules/abd308d5-e6ea-4603-9345-0f996c8c5e77 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/367] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:33:07 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => generated 4694 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/368] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:33:07 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/369] 199.204.45.53 () {44 vars in 1007 bytes} [Wed Jul 1 08:33:08 2026] GET /v2.0/security-group-rules/f2e32f9c-52a6-4a4f-aba3-a6718c0662ff => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/370] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:33:08 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/371] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:33:08 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => 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: 186/372] 199.204.45.53 () {44 vars in 1007 bytes} [Wed Jul 1 08:33:08 2026] GET /v2.0/security-group-rules/575893b9-abc0-4229-abc9-494d0dcf48c0 => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/373] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:33:09 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/374] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:33:09 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => 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: 188/375] 199.204.45.53 () {44 vars in 1007 bytes} [Wed Jul 1 08:33:09 2026] GET /v2.0/security-group-rules/66b9e105-0a26-418e-b38a-4d2ea0afe0c6 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/376] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:33:10 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => generated 4694 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/377] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:33:10 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/378] 199.204.45.53 () {44 vars in 1007 bytes} [Wed Jul 1 08:33:10 2026] GET /v2.0/security-group-rules/bb1154ab-90f0-4047-817b-857b65b7945b => 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: 190/379] 199.204.45.53 () {44 vars in 983 bytes} [Wed Jul 1 08:33:12 2026] GET /v2.0/networks/44836d81-209e-464f-a169-484c1280dcb1 => generated 732 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:33:12.154 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e99cc8b7-4a1f-4114-bb41-07a657e6e4e4 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/380] 199.204.45.53 () {44 vars in 1072 bytes} [Wed Jul 1 08:33:12 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=44836d81-209e-464f-a169-484c1280dcb1 => 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: 191/381] 199.204.45.53 () {44 vars in 1095 bytes} [Wed Jul 1 08:33:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=44836d81-209e-464f-a169-484c1280dcb1 => generated 1254 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/382] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:33:12 2026] GET /v2.0/security-groups/3d37d54e-c8ed-40f3-882f-c9881ccb4b86 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:33:19.718 8 INFO neutron.pecan_wsgi.hooks.translation [None req-32b108fb-8b34-405f-b33e-5d9e33098dc3 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 192/383] 199.204.45.53 () {44 vars in 975 bytes} [Wed Jul 1 08:33:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/384] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:33:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/385] 199.204.45.53 () {44 vars in 916 bytes} [Wed Jul 1 08:33:21 2026] GET /v2.0/ports => generated 4725 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:33:22.265 7 INFO neutron.api.v2.resource [None req-cc1c71de-d4fd-4434-b100-56bbf8a02c1a e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 193/386] 199.204.45.53 () {44 vars in 955 bytes} [Wed Jul 1 08:33:22 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/387] 199.204.45.53 () {44 vars in 977 bytes} [Wed Jul 1 08:33:22 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/390] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:33:23 2026] GET /v2.0/security-groups/1d3eb99d-9fd2-441d-9c04-859c726a929e => generated 2886 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/391] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:33:23 2026] GET /v2.0/security-groups/1d3eb99d-9fd2-441d-9c04-859c726a929e => generated 2886 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/392] 199.204.45.53 () {44 vars in 1007 bytes} [Wed Jul 1 08:33:23 2026] GET /v2.0/security-group-rules/a15a0370-df9a-408c-b29d-7a024b0c395a => generated 623 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/393] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:33:24 2026] GET /v2.0/security-groups/1d3eb99d-9fd2-441d-9c04-859c726a929e => generated 2886 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/394] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:33:24 2026] GET /v2.0/security-groups/1d3eb99d-9fd2-441d-9c04-859c726a929e => 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: 197/395] 199.204.45.53 () {44 vars in 1007 bytes} [Wed Jul 1 08:33:24 2026] GET /v2.0/security-group-rules/d0489734-1588-4356-bf60-b5d5ccaa1d07 => generated 627 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/396] 199.204.45.53 () {44 vars in 971 bytes} [Wed Jul 1 08:33:36 2026] GET /v2.0/quotas/075b41ad5db5452fac1a166ae5a6d627 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:34:29.049 7 INFO neutron.api.v2.resource [None req-a26e6f5b-b022-443b-b440-892e23de1d6a e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 202/405] 199.204.45.53 () {44 vars in 1070 bytes} [Wed Jul 1 08:34:29 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=3f4d39d0292742869b2312eaad0f4179 => generated 139 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/406] 199.204.45.53 () {44 vars in 1093 bytes} [Wed Jul 1 08:34:29 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=3f4d39d0292742869b2312eaad0f4179 => generated 4072 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/407] 199.204.45.53 () {44 vars in 1084 bytes} [Wed Jul 1 08:34:30 2026] GET /v2.0/security-groups/1f40c458-f998-4086-a79b-7f9e05248839?project_id=3f4d39d0292742869b2312eaad0f4179 => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/408] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:34:30 2026] GET /v2.0/security-groups/1f40c458-f998-4086-a79b-7f9e05248839 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/409] 199.204.45.53 () {44 vars in 1007 bytes} [Wed Jul 1 08:34:30 2026] GET /v2.0/security-group-rules/d0fe7f2d-48d6-4d92-b1e2-4d72f69fceb4 => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/410] 199.204.45.53 () {44 vars in 1084 bytes} [Wed Jul 1 08:34:31 2026] GET /v2.0/security-groups/1f40c458-f998-4086-a79b-7f9e05248839?project_id=3f4d39d0292742869b2312eaad0f4179 => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/411] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:34:31 2026] GET /v2.0/security-groups/1f40c458-f998-4086-a79b-7f9e05248839 => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/412] 199.204.45.53 () {44 vars in 1007 bytes} [Wed Jul 1 08:34:31 2026] GET /v2.0/security-group-rules/6c970288-a890-44cd-9cc9-e7f6a6e9fd3e => generated 599 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/413] 199.204.45.53 () {44 vars in 1084 bytes} [Wed Jul 1 08:34:32 2026] GET /v2.0/security-groups/1f40c458-f998-4086-a79b-7f9e05248839?project_id=3f4d39d0292742869b2312eaad0f4179 => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/414] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:34:32 2026] GET /v2.0/security-groups/1f40c458-f998-4086-a79b-7f9e05248839 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/415] 199.204.45.53 () {44 vars in 1007 bytes} [Wed Jul 1 08:34:32 2026] GET /v2.0/security-group-rules/6c6ee11f-cc3b-4db0-8f0f-72e7e973bdf4 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/416] 199.204.45.53 () {44 vars in 1084 bytes} [Wed Jul 1 08:34:33 2026] GET /v2.0/security-groups/1f40c458-f998-4086-a79b-7f9e05248839?project_id=3f4d39d0292742869b2312eaad0f4179 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/417] 199.204.45.53 () {44 vars in 997 bytes} [Wed Jul 1 08:34:33 2026] GET /v2.0/security-groups/1f40c458-f998-4086-a79b-7f9e05248839 => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/418] 199.204.45.53 () {44 vars in 1007 bytes} [Wed Jul 1 08:34:33 2026] GET /v2.0/security-group-rules/1c0377db-850e-41bd-8b73-8179a575d9d4 => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/421] 199.204.45.53 () {44 vars in 971 bytes} [Wed Jul 1 08:34:40 2026] GET /v2.0/quotas/3f4d39d0292742869b2312eaad0f4179 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/428] 199.204.45.53 () {44 vars in 945 bytes} [Wed Jul 1 08:35:29 2026] GET /v2.0/networks?name=public => generated 753 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/435] 10.0.0.228 () {32 vars in 649 bytes} [Wed Jul 1 08:36:07 2026] GET /v2.0/networks => generated 2168 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/436] 10.0.0.228 () {32 vars in 655 bytes} [Wed Jul 1 08:36:08 2026] GET /v2.0/floatingips => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/437] 10.0.0.228 () {32 vars in 647 bytes} [Wed Jul 1 08:36:08 2026] GET /v2.0/routers => generated 15 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/438] 10.0.0.228 () {32 vars in 643 bytes} [Wed Jul 1 08:36:08 2026] GET /v2.0/ports => generated 4725 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/439] 10.0.0.228 () {32 vars in 647 bytes} [Wed Jul 1 08:36:08 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/440] 10.0.0.228 () {32 vars in 649 bytes} [Wed Jul 1 08:36:08 2026] GET /v2.0/networks => generated 2168 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/441] 10.0.0.228 () {32 vars in 663 bytes} [Wed Jul 1 08:36:08 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/442] 10.0.0.228 () {32 vars in 655 bytes} [Wed Jul 1 08:36:08 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:36:19.725 8 INFO neutron.db.segments_db [None req-a16b851a-e6c4-4c52-be14-34796d0b8e70 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment 7469ced0-ec7f-4eef-9c92-74f0982b020b of type vxlan for network c1de0838-c210-44b0-badd-6215396a56bf 2026-07-01 08:36:19.771 7 INFO neutron.db.segments_db [None req-de7a92af-d154-4a7a-ab82-ce5563787b8c e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment 975fac65-b73a-49f9-8d39-381a922c2543 of type vxlan for network f46461d7-cb92-48f2-91c7-2e2c31cdaedc [pid: 8|app: 0|req: 223/443] 10.0.0.228 () {34 vars in 671 bytes} [Wed Jul 1 08:36:19 2026] POST /v2.0/networks => generated 743 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/444] 10.0.0.228 () {34 vars in 671 bytes} [Wed Jul 1 08:36:19 2026] POST /v2.0/networks => generated 744 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/445] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:36:19 2026] POST /v2.0/subnets => generated 690 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:36:20.077 8 INFO neutron.db.segments_db [None req-7ce68047-205c-45f2-8f36-2489e0c10382 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment cc332b75-5dd9-4117-bbac-f6471bd01050 of type vxlan for network 8e065b79-0e95-4797-8f12-2f9c9b9f8d71 [pid: 8|app: 0|req: 224/446] 10.0.0.228 () {34 vars in 671 bytes} [Wed Jul 1 08:36:19 2026] POST /v2.0/networks => generated 746 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/447] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:36:20 2026] POST /v2.0/subnets => generated 691 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:36:20.193 8 INFO neutron.db.segments_db [None req-fe6c16a2-1d1e-4752-b21a-df6499edc32f e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment fd8f0c9c-cf47-4325-8953-75301bf635ea of type vxlan for network 8ea1b905-1f92-4d59-b675-44b618b9b4f1 [pid: 7|app: 0|req: 224/448] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:36:20 2026] GET /v2.0/security-groups?tenant_id=1cdf7ad6045346a48ace2e15f5c04218&name=default => generated 2921 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:36:20.492 8 INFO neutron.db.l3_hamode_db [None req-fe6c16a2-1d1e-4752-b21a-df6499edc32f e01e9152d89049d2bbc86ba3b35b32de 369caf974c3e4877b83f4748cada6843 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 225/449] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:36:20 2026] POST /v2.0/subnets => generated 693 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:36:20.565 7 INFO neutron.db.segments_db [None req-db1def13-932a-4b43-8192-b0728445001a e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment c1857898-a175-4224-a64d-c0684a580987 of type vxlan for network 0a537981-0a32-43e3-ad36-0226e4c2eb24 2026-07-01 08:36:20.815 7 INFO neutron.db.l3_hamode_db [None req-db1def13-932a-4b43-8192-b0728445001a e01e9152d89049d2bbc86ba3b35b32de cf37798315fa4b9da7478537b8c96b43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 08:36:21.363 8 INFO neutron.db.l3_hamode_db [None req-fe6c16a2-1d1e-4752-b21a-df6499edc32f e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 08:36:21.583 7 INFO neutron.db.l3_hamode_db [None req-db1def13-932a-4b43-8192-b0728445001a e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 225/450] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:36:20 2026] POST /v2.0/routers => generated 730 bytes in 2457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/451] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:36:20 2026] POST /v2.0/routers => generated 731 bytes in 2145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/452] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:36:22 2026] DELETE /v2.0/security-groups/423c2625-5e5a-4d47-95d0-f26e0bbe5a3a => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:36:22.710 7 INFO neutron.db.segments_db [None req-8c1015eb-6351-4355-89c2-c9c89836b163 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment d6115b41-2c09-4442-9699-e2ae11a9fdc8 of type vxlan for network 7f505af9-da4c-4d60-945d-44cd8137fd49 2026-07-01 08:36:22.942 7 INFO neutron.db.l3_hamode_db [None req-8c1015eb-6351-4355-89c2-c9c89836b163 e01e9152d89049d2bbc86ba3b35b32de 11f33b2d91714f35a4d197a1f17f73c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 08:36:23.673 7 INFO neutron.db.l3_hamode_db [None req-8c1015eb-6351-4355-89c2-c9c89836b163 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 229/455] 10.0.0.228 () {34 vars in 783 bytes} [Wed Jul 1 08:36:22 2026] PUT /v2.0/routers/5fcb2a05-4c47-4101-9780-9a55812805c5/add_router_interface => generated 309 bytes in 1187 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/456] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:36:22 2026] POST /v2.0/routers => generated 733 bytes in 1925 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:36:24.832 7 INFO neutron.db.segments_db [None req-8e721441-8a8b-4809-8989-6d0c42460f87 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment bc6bccd1-1e95-4843-b2f2-d8e3b519b00f of type vxlan for network 8204937d-8d86-46b0-b823-b64d8c4dcb09 [pid: 7|app: 0|req: 228/457] 10.0.0.228 () {34 vars in 671 bytes} [Wed Jul 1 08:36:24 2026] POST /v2.0/networks => generated 749 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/458] 10.0.0.228 () {34 vars in 783 bytes} [Wed Jul 1 08:36:23 2026] PUT /v2.0/routers/e304bbfe-7341-43ce-a1d8-dcae8c882642/add_router_interface => generated 309 bytes in 1042 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/459] 10.0.0.228 () {34 vars in 685 bytes} [Wed Jul 1 08:36:24 2026] POST /v2.0/security-groups => generated 1659 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/460] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:36:25 2026] POST /v2.0/subnets => generated 696 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/461] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:36:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:36:25.391 8 INFO neutron.db.segments_db [None req-6b15e004-71a3-4cd8-9f73-f2705f5e13c6 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment 4e0b91a8-6b39-4135-bc3f-e614c06bec9f of type vxlan for network 20971644-74d8-4074-9976-d7fd7eb96bd6 2026-07-01 08:36:25.669 8 INFO neutron.db.l3_hamode_db [None req-6b15e004-71a3-4cd8-9f73-f2705f5e13c6 e01e9152d89049d2bbc86ba3b35b32de b6a45ec4597645e4bf87ae76e9a2e15f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 229/462] 10.0.0.228 () {34 vars in 783 bytes} [Wed Jul 1 08:36:24 2026] PUT /v2.0/routers/73da8b98-955f-4765-99c0-dcaa315c43a0/add_router_interface => generated 309 bytes in 1120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/463] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:36:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:36:26.273 8 INFO neutron.db.l3_hamode_db [None req-6b15e004-71a3-4cd8-9f73-f2705f5e13c6 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 231/464] 10.0.0.133 () {38 vars in 971 bytes} [Wed Jul 1 08:36:26 2026] POST /v2.0/security-groups => generated 1682 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/465] 10.0.0.228 () {34 vars in 676 bytes} [Wed Jul 1 08:36:26 2026] POST /v2.0/floatingips => generated 552 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/466] 10.0.0.133 () {38 vars in 971 bytes} [Wed Jul 1 08:36:26 2026] POST /v2.0/security-groups => generated 1681 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/467] 10.0.0.133 () {34 vars in 982 bytes} [Wed Jul 1 08:36:26 2026] GET /v2.0/networks?id=8e065b79-0e95-4797-8f12-2f9c9b9f8d71 => generated 678 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/468] 10.0.0.133 () {38 vars in 971 bytes} [Wed Jul 1 08:36:27 2026] POST /v2.0/security-groups => generated 1682 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/469] 10.0.0.133 () {34 vars in 965 bytes} [Wed Jul 1 08:36:27 2026] GET /v2.0/quotas/11f33b2d91714f35a4d197a1f17f73c8 => generated 292 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/470] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:36:25 2026] POST /v2.0/routers => generated 736 bytes in 2096 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/471] 10.0.0.133 () {34 vars in 1098 bytes} [Wed Jul 1 08:36:27 2026] GET /v2.0/security-groups?name=tempest-securitygroup--475642491&fields=id&tenant_id=369caf974c3e4877b83f4748cada6843 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/472] 10.0.0.133 () {34 vars in 1002 bytes} [Wed Jul 1 08:36:27 2026] GET /v2.0/ports?tenant_id=11f33b2d91714f35a4d197a1f17f73c8&fields=id => generated 103 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/473] 10.0.0.133 () {34 vars in 982 bytes} [Wed Jul 1 08:36:27 2026] GET /v2.0/networks?id=c1de0838-c210-44b0-badd-6215396a56bf => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/474] 10.0.0.133 () {34 vars in 965 bytes} [Wed Jul 1 08:36:27 2026] GET /v2.0/quotas/369caf974c3e4877b83f4748cada6843 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/475] 10.0.0.133 () {34 vars in 1002 bytes} [Wed Jul 1 08:36:27 2026] GET /v2.0/ports?tenant_id=369caf974c3e4877b83f4748cada6843&fields=id => generated 103 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/476] 10.0.0.133 () {34 vars in 907 bytes} [Wed Jul 1 08:36:27 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: 7|app: 0|req: 242/477] 10.0.0.133 () {34 vars in 1008 bytes} [Wed Jul 1 08:36:27 2026] GET /v2.0/networks/8e065b79-0e95-4797-8f12-2f9c9b9f8d71?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/478] 10.0.0.133 () {34 vars in 1108 bytes} [Wed Jul 1 08:36:27 2026] GET /v2.0/networks/8e065b79-0e95-4797-8f12-2f9c9b9f8d71?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: 244/479] 10.0.0.133 () {34 vars in 907 bytes} [Wed Jul 1 08:36:28 2026] GET /v2.0/extensions => generated 21537 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/480] 10.0.0.133 () {34 vars in 1008 bytes} [Wed Jul 1 08:36:28 2026] GET /v2.0/networks/c1de0838-c210-44b0-badd-6215396a56bf?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/481] 10.0.0.133 () {34 vars in 1108 bytes} [Wed Jul 1 08:36:28 2026] GET /v2.0/networks/c1de0838-c210-44b0-badd-6215396a56bf?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: 247/482] 10.0.0.133 () {34 vars in 1002 bytes} [Wed Jul 1 08:36:28 2026] GET /v2.0/security-groups?tenant_id=cf37798315fa4b9da7478537b8c96b43 => generated 7906 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/483] 10.0.0.133 () {34 vars in 991 bytes} [Wed Jul 1 08:36:28 2026] GET /v2.0/security-groups/8aa40c13-4e0d-48c7-9870-e27414aee630 => 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: 249/484] 10.0.0.133 () {34 vars in 991 bytes} [Wed Jul 1 08:36:28 2026] GET /v2.0/security-groups/8aa40c13-4e0d-48c7-9870-e27414aee630 => generated 2918 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/485] 10.0.0.133 () {34 vars in 991 bytes} [Wed Jul 1 08:36:28 2026] GET /v2.0/security-groups/ab1598e6-1624-48bb-9a7f-ab420aeeb1eb => generated 1682 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/486] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:28 2026] GET /v2.0/ports?device_id=97c11de6-f65b-4b41-817a-cf849512576c => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/487] 10.0.0.133 () {36 vars in 1013 bytes} [Wed Jul 1 08:36:28 2026] DELETE /v2.0/security-groups/ab1598e6-1624-48bb-9a7f-ab420aeeb1eb => 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: 253/488] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:28 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:36:28.574 7 INFO neutron.api.v2.resource [req-16b29cca-a3c7-4b42-b774-d97e30b3137d req-74aaff52-ca56-4698-a913-b81863d49936 e577cfa1e743452b9f938216624da90e cf37798315fa4b9da7478537b8c96b43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 254/489] 10.0.0.133 () {34 vars in 991 bytes} [Wed Jul 1 08:36:28 2026] GET /v2.0/security-groups/ab1598e6-1624-48bb-9a7f-ab420aeeb1eb => 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: 255/490] 10.0.0.133 () {34 vars in 991 bytes} [Wed Jul 1 08:36:28 2026] GET /v2.0/security-groups/b6df24e1-a498-45fe-8bc7-204e5fde5107 => generated 1681 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/491] 10.0.0.228 () {34 vars in 783 bytes} [Wed Jul 1 08:36:27 2026] PUT /v2.0/routers/3cb4c289-760c-49e3-b646-771478c9340a/add_router_interface => generated 309 bytes in 1202 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/492] 10.0.0.133 () {36 vars in 1013 bytes} [Wed Jul 1 08:36:28 2026] DELETE /v2.0/security-groups/b6df24e1-a498-45fe-8bc7-204e5fde5107 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:36:28.727 8 INFO neutron.api.v2.resource [req-64116b8d-2fbf-4a8b-8b4e-9d5c40782fb0 req-8c1383ca-91ac-44f9-925d-c579e2665512 e577cfa1e743452b9f938216624da90e cf37798315fa4b9da7478537b8c96b43 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 237/493] 10.0.0.133 () {34 vars in 991 bytes} [Wed Jul 1 08:36:28 2026] GET /v2.0/security-groups/b6df24e1-a498-45fe-8bc7-204e5fde5107 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/494] 10.0.0.133 () {34 vars in 991 bytes} [Wed Jul 1 08:36:28 2026] GET /v2.0/security-groups/7db9c895-5572-4a7b-9373-2975b01c8fe5 => generated 1682 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/495] 10.0.0.133 () {36 vars in 1013 bytes} [Wed Jul 1 08:36:28 2026] DELETE /v2.0/security-groups/7db9c895-5572-4a7b-9373-2975b01c8fe5 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:36:28.891 7 INFO neutron.api.v2.resource [req-cf8f18e3-a31d-4319-9e94-4521ac5d60c8 req-98fca9ee-c53d-4147-9d1e-2b8565c17f11 e577cfa1e743452b9f938216624da90e cf37798315fa4b9da7478537b8c96b43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 258/496] 10.0.0.133 () {34 vars in 991 bytes} [Wed Jul 1 08:36:28 2026] GET /v2.0/security-groups/7db9c895-5572-4a7b-9373-2975b01c8fe5 => 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: 239/497] 10.0.0.133 () {34 vars in 1002 bytes} [Wed Jul 1 08:36:28 2026] GET /v2.0/security-groups?tenant_id=cf37798315fa4b9da7478537b8c96b43 => generated 2921 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/498] 10.0.0.133 () {34 vars in 991 bytes} [Wed Jul 1 08:36:28 2026] GET /v2.0/security-groups/8aa40c13-4e0d-48c7-9870-e27414aee630 => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/499] 10.0.0.133 () {34 vars in 991 bytes} [Wed Jul 1 08:36:29 2026] GET /v2.0/security-groups/8aa40c13-4e0d-48c7-9870-e27414aee630 => generated 2918 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:36:29.107 7 INFO neutron.api.v2.resource [req-b6bb6dbd-adcf-4ff9-b131-b052bc8d3d08 req-f101faa7-42b0-4222-a47a-f8caba23cb44 e577cfa1e743452b9f938216624da90e cf37798315fa4b9da7478537b8c96b43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 260/500] 10.0.0.133 () {34 vars in 991 bytes} [Wed Jul 1 08:36:29 2026] GET /v2.0/security-groups/7db9c895-5572-4a7b-9373-2975b01c8fe5 => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:36:29.141 8 INFO neutron.api.v2.resource [req-2445a28b-248a-44d8-bc10-e7897788432d req-c0c44486-1b76-4e59-a985-16b719976ce2 e577cfa1e743452b9f938216624da90e cf37798315fa4b9da7478537b8c96b43 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 241/501] 10.0.0.133 () {34 vars in 991 bytes} [Wed Jul 1 08:36:29 2026] GET /v2.0/security-groups/b6df24e1-a498-45fe-8bc7-204e5fde5107 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:36:29.169 8 INFO neutron.api.v2.resource [req-e84b19de-9bfc-4572-b3d8-378bdfe60cb9 req-7fefefa1-92c1-484a-80a9-b2fb4cd1829e e577cfa1e743452b9f938216624da90e cf37798315fa4b9da7478537b8c96b43 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 242/502] 10.0.0.133 () {34 vars in 991 bytes} [Wed Jul 1 08:36:29 2026] GET /v2.0/security-groups/ab1598e6-1624-48bb-9a7f-ab420aeeb1eb => 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: 261/503] 10.0.0.133 () {38 vars in 971 bytes} [Wed Jul 1 08:36:29 2026] POST /v2.0/security-groups => generated 1686 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/504] 10.0.0.133 () {34 vars in 991 bytes} [Wed Jul 1 08:36:29 2026] GET /v2.0/security-groups/3584cc68-bfad-4f69-877f-07429e18e084 => 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: 263/505] 10.0.0.133 () {38 vars in 981 bytes} [Wed Jul 1 08:36:29 2026] POST /v2.0/security-group-rules => generated 614 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/506] 10.0.0.133 () {38 vars in 971 bytes} [Wed Jul 1 08:36:29 2026] POST /v2.0/security-groups => generated 1685 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/507] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:29 2026] GET /v2.0/ports?device_id=97c11de6-f65b-4b41-817a-cf849512576c => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:36:29.691 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd6446e4-4de6-4306-b5b0-1fcea4af2c20 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: 7fc0323e-8d4a-4871-a0dc-395fb971f939 2026-07-01 08:36:29.700 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd6446e4-4de6-4306-b5b0-1fcea4af2c20 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: 7fc0323e-8d4a-4871-a0dc-395fb971f939 [pid: 7|app: 0|req: 266/508] 10.0.0.133 () {34 vars in 991 bytes} [Wed Jul 1 08:36:29 2026] GET /v2.0/security-groups/d75e9c93-793c-438a-980a-c7d98e3f1123 => generated 1685 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/509] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:29 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => 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: 268/510] 10.0.0.133 () {38 vars in 981 bytes} [Wed Jul 1 08:36:29 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: 7|app: 0|req: 269/511] 10.0.0.133 () {34 vars in 991 bytes} [Wed Jul 1 08:36:29 2026] GET /v2.0/security-groups/d75e9c93-793c-438a-980a-c7d98e3f1123 => generated 2310 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/512] 10.0.0.133 () {38 vars in 981 bytes} [Wed Jul 1 08:36:29 2026] POST /v2.0/security-group-rules => generated 619 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/513] 10.0.0.133 () {34 vars in 991 bytes} [Wed Jul 1 08:36:30 2026] GET /v2.0/security-groups/d75e9c93-793c-438a-980a-c7d98e3f1123 => generated 2940 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/514] 10.0.0.133 () {34 vars in 1001 bytes} [Wed Jul 1 08:36:30 2026] GET /v2.0/security-group-rules/70becdb8-caee-403a-90f5-c236c026bf53 => generated 616 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/515] 10.0.0.133 () {34 vars in 991 bytes} [Wed Jul 1 08:36:30 2026] GET /v2.0/security-groups/d75e9c93-793c-438a-980a-c7d98e3f1123 => 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: 274/516] 10.0.0.133 () {36 vars in 1023 bytes} [Wed Jul 1 08:36:30 2026] DELETE /v2.0/security-group-rules/70becdb8-caee-403a-90f5-c236c026bf53 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/517] 10.0.0.133 () {34 vars in 991 bytes} [Wed Jul 1 08:36:30 2026] GET /v2.0/security-groups/d75e9c93-793c-438a-980a-c7d98e3f1123 => generated 2310 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/518] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:36:29 2026] PUT /v2.0/routers/e304bbfe-7341-43ce-a1d8-dcae8c882642/remove_router_interface => generated 309 bytes in 1139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/519] 10.0.0.133 () {36 vars in 1013 bytes} [Wed Jul 1 08:36:30 2026] DELETE /v2.0/security-groups/d75e9c93-793c-438a-980a-c7d98e3f1123 => 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: 277/520] 10.0.0.133 () {34 vars in 991 bytes} [Wed Jul 1 08:36:30 2026] GET /v2.0/security-groups/3584cc68-bfad-4f69-877f-07429e18e084 => generated 2311 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/521] 10.0.0.133 () {36 vars in 1013 bytes} [Wed Jul 1 08:36:30 2026] DELETE /v2.0/security-groups/3584cc68-bfad-4f69-877f-07429e18e084 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:36:30.514 8 INFO neutron_taas.services.taas.taas_plugin [None req-2defabee-48db-4daf-a74b-98afde1c3bd0 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: 18b80b42-d0ca-4de0-b0cf-0bbfe9522986 2026-07-01 08:36:30.516 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2defabee-48db-4daf-a74b-98afde1c3bd0 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: 18b80b42-d0ca-4de0-b0cf-0bbfe9522986 2026-07-01 08:36:30.801 8 INFO neutron_taas.services.taas.taas_plugin [None req-2defabee-48db-4daf-a74b-98afde1c3bd0 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: 9554bcb0-2fa3-4748-b612-5d792b4c09c8 2026-07-01 08:36:30.803 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2defabee-48db-4daf-a74b-98afde1c3bd0 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: 9554bcb0-2fa3-4748-b612-5d792b4c09c8 2026-07-01 08:36:30.896 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-2defabee-48db-4daf-a74b-98afde1c3bd0 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - 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-07-01 08:36:30.943 7 INFO neutron_taas.services.taas.taas_plugin [None req-c1bbf0dc-4f49-416f-bcc9-c7ab78fb0e5a e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: 4f0bc348-c00b-479b-914a-a314f075e75d 2026-07-01 08:36:30.949 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1bbf0dc-4f49-416f-bcc9-c7ab78fb0e5a e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: 4f0bc348-c00b-479b-914a-a314f075e75d 2026-07-01 08:36:31.261 8 INFO neutron.db.l3_hamode_db [None req-2defabee-48db-4daf-a74b-98afde1c3bd0 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] HA network 0a537981-0a32-43e3-ad36-0226e4c2eb24 was deleted as no HA routers are present in tenant cf37798315fa4b9da7478537b8c96b43. [pid: 8|app: 0|req: 244/522] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:36:30 2026] DELETE /v2.0/routers/e304bbfe-7341-43ce-a1d8-dcae8c882642 => generated 0 bytes in 945 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/523] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:31 2026] GET /v2.0/ports?device_id=97c11de6-f65b-4b41-817a-cf849512576c => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/524] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:31 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => 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: 279/525] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:36:30 2026] PUT /v2.0/routers/3cb4c289-760c-49e3-b646-771478c9340a/remove_router_interface => generated 309 bytes in 946 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/526] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:36:31 2026] DELETE /v2.0/subnets/12ab8eb1-7bb7-4b25-a0a8-342ba822eb2c => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:36:31.580 8 INFO neutron_taas.services.taas.taas_plugin [None req-66d4b5d2-f901-4297-811d-7947a951d253 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: 6bda8ab0-bd8a-4996-be32-407962fe069f 2026-07-01 08:36:31.582 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66d4b5d2-f901-4297-811d-7947a951d253 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: 6bda8ab0-bd8a-4996-be32-407962fe069f 2026-07-01 08:36:31.615 8 INFO neutron.services.segments.plugin [-] Segment c1857898-a175-4224-a64d-c0684a580987 resource provider aggregate not found 2026-07-01 08:36:31.625 8 INFO neutron.services.segments.plugin [-] Segment c1857898-a175-4224-a64d-c0684a580987 resource provider aggregate not found 2026-07-01 08:36:31.632 8 INFO neutron.services.segments.plugin [-] Segment c1857898-a175-4224-a64d-c0684a580987 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1857898-a175-4224-a64d-c0684a580987 found for delete ", "request_id": "req-2cdc0409-82ea-41d7-8360-6b26d82228c0"}]} 2026-07-01 08:36:31.646 8 INFO neutron.services.segments.plugin [-] Segment c1857898-a175-4224-a64d-c0684a580987 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1857898-a175-4224-a64d-c0684a580987 found for delete ", "request_id": "req-c577a114-90f2-4b57-9fcd-72239e87e745"}]} 2026-07-01 08:36:31.665 7 INFO neutron_taas.services.taas.taas_plugin [None req-41f91812-1544-440b-b9d2-ff8a42f09c47 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: 680a841b-69e0-4ae2-a2bb-95ca10d41631 2026-07-01 08:36:31.669 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41f91812-1544-440b-b9d2-ff8a42f09c47 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: 680a841b-69e0-4ae2-a2bb-95ca10d41631 [pid: 8|app: 0|req: 248/527] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:36:31 2026] DELETE /v2.0/networks/f46461d7-cb92-48f2-91c7-2e2c31cdaedc => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:36:31.867 7 INFO neutron_taas.services.taas.taas_plugin [None req-41f91812-1544-440b-b9d2-ff8a42f09c47 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: 9c4927c9-7bcd-4dfd-a8bf-c51dd18aba39 2026-07-01 08:36:31.871 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41f91812-1544-440b-b9d2-ff8a42f09c47 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: 9c4927c9-7bcd-4dfd-a8bf-c51dd18aba39 [pid: 8|app: 0|req: 249/528] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:36:31 2026] GET /v2.0/security-groups?tenant_id=cf37798315fa4b9da7478537b8c96b43&name=default => generated 2921 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:36:31.958 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-41f91812-1544-440b-b9d2-ff8a42f09c47 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2241, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 250/529] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:36:31 2026] DELETE /v2.0/security-groups/8aa40c13-4e0d-48c7-9870-e27414aee630 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:36:32.303 7 INFO neutron.db.l3_hamode_db [None req-41f91812-1544-440b-b9d2-ff8a42f09c47 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] HA network 20971644-74d8-4074-9976-d7fd7eb96bd6 was deleted as no HA routers are present in tenant b6a45ec4597645e4bf87ae76e9a2e15f. [pid: 7|app: 0|req: 280/530] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:36:31 2026] DELETE /v2.0/routers/3cb4c289-760c-49e3-b646-771478c9340a => generated 0 bytes in 835 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/531] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:32 2026] GET /v2.0/ports?device_id=97c11de6-f65b-4b41-817a-cf849512576c => 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: 251/532] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:36:32 2026] DELETE /v2.0/subnets/6ba534fe-a039-47cb-8b08-91a89e3fb0d7 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/533] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:32 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => 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: 282/534] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:36:32 2026] DELETE /v2.0/networks/8204937d-8d86-46b0-b823-b64d8c4dcb09 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/535] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:36:32 2026] GET /v2.0/security-groups?tenant_id=b6a45ec4597645e4bf87ae76e9a2e15f&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: 283/536] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:36:32 2026] DELETE /v2.0/security-groups/b4d328ca-429f-4a6a-8b03-5a6e2e587da1 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:36:32.856 7 INFO neutron.services.segments.plugin [-] Segment 4e0b91a8-6b39-4135-bc3f-e614c06bec9f resource provider aggregate not found 2026-07-01 08:36:32.856 7 INFO neutron.services.segments.plugin [-] Segment 4e0b91a8-6b39-4135-bc3f-e614c06bec9f resource provider aggregate not found 2026-07-01 08:36:32.878 7 INFO neutron.services.segments.plugin [-] Segment 4e0b91a8-6b39-4135-bc3f-e614c06bec9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e0b91a8-6b39-4135-bc3f-e614c06bec9f found for delete ", "request_id": "req-15515485-b860-44ba-b506-a997d0437fb0"}]} 2026-07-01 08:36:32.880 7 INFO neutron.services.segments.plugin [-] Segment 4e0b91a8-6b39-4135-bc3f-e614c06bec9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e0b91a8-6b39-4135-bc3f-e614c06bec9f found for delete ", "request_id": "req-0e80bec5-013f-4455-ac6c-86a5c220329b"}]} [pid: 8|app: 0|req: 254/537] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:36:32 2026] GET /v2.0/networks?id=8e065b79-0e95-4797-8f12-2f9c9b9f8d71 => generated 678 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/538] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:33 2026] GET /v2.0/ports?device_id=97c11de6-f65b-4b41-817a-cf849512576c => 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: 256/539] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:33 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:36:33.658 8 INFO neutron.services.segments.plugin [-] Segment 975fac65-b73a-49f9-8d39-381a922c2543 resource provider aggregate not found 2026-07-01 08:36:33.666 8 INFO neutron.services.segments.plugin [-] Segment 975fac65-b73a-49f9-8d39-381a922c2543 resource provider aggregate not found 2026-07-01 08:36:33.680 8 INFO neutron.services.segments.plugin [-] Segment 975fac65-b73a-49f9-8d39-381a922c2543 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 975fac65-b73a-49f9-8d39-381a922c2543 found for delete ", "request_id": "req-e3e1e99b-2061-4246-8062-dc56d5c7ccbb"}]} 2026-07-01 08:36:33.681 8 INFO neutron.services.segments.plugin [-] Segment 975fac65-b73a-49f9-8d39-381a922c2543 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 975fac65-b73a-49f9-8d39-381a922c2543 found for delete ", "request_id": "req-e42319f1-d614-4e29-9059-4b7c3a427801"}]} [pid: 7|app: 0|req: 284/540] 199.204.45.53 () {38 vars in 954 bytes} [Wed Jul 1 08:36:33 2026] POST /v2.0/ports => generated 958 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/541] 199.204.45.53 () {34 vars in 910 bytes} [Wed Jul 1 08:36:33 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-07-01 08:36:34.155 7 INFO neutron.db.segments_db [None req-4c5be354-14ee-4b0d-bec8-a5756ce1458f e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment c7bb86fb-4bf1-4db5-ae46-5029ea0b9c6a of type vxlan for network bf963b60-5885-4935-b209-70564111ea5a [pid: 7|app: 0|req: 285/542] 10.0.0.228 () {34 vars in 671 bytes} [Wed Jul 1 08:36:33 2026] POST /v2.0/networks => generated 748 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/543] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:36:34 2026] POST /v2.0/subnets => generated 695 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:36:34.508 7 INFO neutron.db.segments_db [None req-ec7a5a49-1786-42c9-b5b8-181f38e2471f e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment 9fb41b02-a9c5-4ef3-9daa-0f50413f53d4 of type vxlan for network 8255c252-58ce-4069-b223-d9cbb2c6b3ed [pid: 8|app: 0|req: 258/544] 199.204.45.53 () {38 vars in 1027 bytes} [Wed Jul 1 08:36:34 2026] PUT /v2.0/ports/4c2f173d-d943-461c-820a-357e58502b3c => generated 1239 bytes in 472 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: 259/545] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:34 2026] GET /v2.0/ports?device_id=97c11de6-f65b-4b41-817a-cf849512576c => generated 973 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/546] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:34 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => 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: 261/547] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:34 2026] GET /v2.0/security-groups?id=f10c6620-90e8-4f91-bd45-97e6d3b00112&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:36:34.803 7 INFO neutron.db.l3_hamode_db [None req-ec7a5a49-1786-42c9-b5b8-181f38e2471f e01e9152d89049d2bbc86ba3b35b32de 4f448049fa0c46b9b821d86bafa1e5c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 08:36:34.912 7 INFO neutron.services.segments.plugin [-] Segment bc6bccd1-1e95-4843-b2f2-d8e3b519b00f resource provider aggregate not found 2026-07-01 08:36:34.928 7 INFO neutron.services.segments.plugin [-] Segment bc6bccd1-1e95-4843-b2f2-d8e3b519b00f resource provider aggregate not found 2026-07-01 08:36:34.933 7 INFO neutron.services.segments.plugin [-] Segment bc6bccd1-1e95-4843-b2f2-d8e3b519b00f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc6bccd1-1e95-4843-b2f2-d8e3b519b00f found for delete ", "request_id": "req-d6d9c1c7-00be-4753-ad3d-42318f61b1d0"}]} 2026-07-01 08:36:34.956 7 INFO neutron.services.segments.plugin [-] Segment bc6bccd1-1e95-4843-b2f2-d8e3b519b00f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc6bccd1-1e95-4843-b2f2-d8e3b519b00f found for delete ", "request_id": "req-a8ec5f87-b7b1-4ba1-a5cc-6505f002b03b"}]} 2026-07-01 08:36:35.085 8 INFO neutron.db.segments_db [None req-e8c3e596-0436-4116-8964-64714591bd7c e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment d1b301ad-f218-49e8-9711-425180a555ce of type vxlan for network 04247cf3-fea5-4be6-8b4b-32a866982349 2026-07-01 08:36:35.142 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c34270e1-4aec-4cf2-b817-34a691a3668c'] response: {'name': 'network-changed', 'server_uuid': '97c11de6-f65b-4b41-817a-cf849512576c', 'tag': '4c2f173d-d943-461c-820a-357e58502b3c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 262/548] 10.0.0.228 () {34 vars in 671 bytes} [Wed Jul 1 08:36:34 2026] POST /v2.0/networks => generated 751 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/549] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:36:35 2026] GET /v2.0/networks?id=c1de0838-c210-44b0-badd-6215396a56bf => generated 675 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/550] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:36:35 2026] POST /v2.0/subnets => generated 698 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/551] 199.204.45.53 () {34 vars in 1049 bytes} [Wed Jul 1 08:36:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=369caf974c3e4877b83f4748cada6843 => generated 180 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:36:35.506 8 INFO neutron.db.segments_db [None req-a8c8a0cf-db5f-4aa6-8d2c-741570ccb96a e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment 6263829a-ca8e-49cd-9123-0cd6305300db of type vxlan for network 81ff5996-4232-49ee-8a6e-dacdb4f3be68 2026-07-01 08:36:35.656 7 INFO neutron.db.l3_hamode_db [None req-ec7a5a49-1786-42c9-b5b8-181f38e2471f e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 08:36:35.742 8 INFO neutron.db.l3_hamode_db [None req-a8c8a0cf-db5f-4aa6-8d2c-741570ccb96a e01e9152d89049d2bbc86ba3b35b32de 12702720718a48ab8b4b8c9073ccd347 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 08:36:36.545 8 INFO neutron.db.l3_hamode_db [None req-a8c8a0cf-db5f-4aa6-8d2c-741570ccb96a e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 287/552] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:36:34 2026] POST /v2.0/routers => generated 735 bytes in 2109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/553] 199.204.45.53 () {38 vars in 954 bytes} [Wed Jul 1 08:36:36 2026] POST /v2.0/ports => generated 958 bytes in 333 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: 289/554] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:36:36 2026] GET /v2.0/ports?tenant_id=11f33b2d91714f35a4d197a1f17f73c8&device_id=97c11de6-f65b-4b41-817a-cf849512576c => generated 1242 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/555] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:36 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => generated 961 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/556] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:37 2026] GET /v2.0/ports?device_id=97c11de6-f65b-4b41-817a-cf849512576c => generated 973 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/557] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:36:35 2026] POST /v2.0/routers => generated 738 bytes in 2020 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/558] 199.204.45.53 () {38 vars in 1027 bytes} [Wed Jul 1 08:36:37 2026] PUT /v2.0/ports/1309b80f-a144-4ad7-8a5c-b7734afd3238 => generated 1239 bytes in 677 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: 268/559] 199.204.45.53 () {34 vars in 1059 bytes} [Wed Jul 1 08:36:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=4c2f173d-d943-461c-820a-357e58502b3c => 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: 269/560] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:38 2026] GET /v2.0/security-groups?id=44c99b13-3b59-4c7c-866e-60b7dc8840bb&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/561] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:38 2026] GET /v2.0/security-groups?id=f10c6620-90e8-4f91-bd45-97e6d3b00112&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:36:38.331 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b2ab0973-b5f5-45fc-9c52-6fefc635fde5'] response: {'name': 'network-changed', 'server_uuid': '63c04ca7-c74d-471a-a01e-b5578628c760', 'tag': '1309b80f-a144-4ad7-8a5c-b7734afd3238', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 292/564] 10.0.0.228 () {34 vars in 783 bytes} [Wed Jul 1 08:36:37 2026] PUT /v2.0/routers/0db19f10-6e9e-4b44-b139-30504dfafae4/add_router_interface => generated 309 bytes in 1487 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/565] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:36:38 2026] GET /v2.0/subnets?id=05349268-4f79-469b-8947-794d5024a62a => generated 696 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/566] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:36:38 2026] GET /v2.0/ports?network_id=8e065b79-0e95-4797-8f12-2f9c9b9f8d71&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/567] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:36:38 2026] GET /v2.0/networks/8e065b79-0e95-4797-8f12-2f9c9b9f8d71?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: 296/568] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:36:38 2026] GET /v2.0/networks/8e065b79-0e95-4797-8f12-2f9c9b9f8d71?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: 297/569] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:36:38 2026] GET /v2.0/ports?tenant_id=369caf974c3e4877b83f4748cada6843&device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => generated 1242 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/570] 199.204.45.53 () {34 vars in 1017 bytes} [Wed Jul 1 08:36:38 2026] GET /v2.0/networks?tenant_id=369caf974c3e4877b83f4748cada6843&shared=False => generated 771 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/571] 199.204.45.53 () {34 vars in 929 bytes} [Wed Jul 1 08:36:38 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/572] 10.0.0.228 () {34 vars in 685 bytes} [Wed Jul 1 08:36:39 2026] POST /v2.0/security-groups => generated 1660 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/573] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:36:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/574] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:36:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/575] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:39 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/576] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:39 2026] GET /v2.0/ports?device_id=97c11de6-f65b-4b41-817a-cf849512576c => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/577] 10.0.0.228 () {34 vars in 783 bytes} [Wed Jul 1 08:36:38 2026] PUT /v2.0/routers/8da20640-6ef8-4ce5-81df-d738ada04165/add_router_interface => generated 309 bytes in 1311 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/578] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:39 2026] GET /v2.0/security-groups?id=44c99b13-3b59-4c7c-866e-60b7dc8840bb&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/579] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:39 2026] GET /v2.0/security-groups?id=f10c6620-90e8-4f91-bd45-97e6d3b00112&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/580] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:36:39 2026] GET /v2.0/ports?tenant_id=11f33b2d91714f35a4d197a1f17f73c8&device_id=97c11de6-f65b-4b41-817a-cf849512576c => generated 1242 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/581] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:36:39 2026] GET /v2.0/networks?id=8e065b79-0e95-4797-8f12-2f9c9b9f8d71 => generated 774 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/582] 199.204.45.53 () {34 vars in 1059 bytes} [Wed Jul 1 08:36:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=4c2f173d-d943-461c-820a-357e58502b3c => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/583] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:36:39 2026] GET /v2.0/subnets?id=05349268-4f79-469b-8947-794d5024a62a => generated 696 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/584] 10.0.0.228 () {34 vars in 676 bytes} [Wed Jul 1 08:36:39 2026] POST /v2.0/floatingips => generated 552 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/585] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:36:39 2026] GET /v2.0/ports?network_id=8e065b79-0e95-4797-8f12-2f9c9b9f8d71&device_owner=network%3Adhcp => generated 1244 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/586] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:36:40 2026] GET /v2.0/networks/8e065b79-0e95-4797-8f12-2f9c9b9f8d71?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/587] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:36:40 2026] GET /v2.0/ports?tenant_id=369caf974c3e4877b83f4748cada6843&device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => generated 1242 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/588] 199.204.45.53 () {34 vars in 1059 bytes} [Wed Jul 1 08:36:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1309b80f-a144-4ad7-8a5c-b7734afd3238 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/589] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:36:40 2026] GET /v2.0/networks/8e065b79-0e95-4797-8f12-2f9c9b9f8d71?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: 283/590] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:36:40 2026] GET /v2.0/subnets?id=1d370e98-c2d1-4df8-9dcc-4fe117059eb9 => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/591] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:36:40 2026] GET /v2.0/ports?network_id=c1de0838-c210-44b0-badd-6215396a56bf&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/592] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:36:40 2026] GET /v2.0/networks/c1de0838-c210-44b0-badd-6215396a56bf?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/593] 10.0.0.228 () {34 vars in 685 bytes} [Wed Jul 1 08:36:40 2026] POST /v2.0/security-groups => generated 1661 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/594] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:36:40 2026] GET /v2.0/networks/c1de0838-c210-44b0-badd-6215396a56bf?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: 309/595] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:36:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/596] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:36:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/597] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:40 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/598] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:40 2026] GET /v2.0/security-groups?id=44c99b13-3b59-4c7c-866e-60b7dc8840bb&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/599] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:40 2026] GET /v2.0/ports?device_id=97c11de6-f65b-4b41-817a-cf849512576c => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/600] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:40 2026] GET /v2.0/security-groups?id=f10c6620-90e8-4f91-bd45-97e6d3b00112&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/601] 10.0.0.228 () {34 vars in 676 bytes} [Wed Jul 1 08:36:40 2026] POST /v2.0/floatingips => generated 552 bytes in 579 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/602] 10.0.0.133 () {34 vars in 1100 bytes} [Wed Jul 1 08:36:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2046340953&fields=id&tenant_id=12702720718a48ab8b4b8c9073ccd347 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/603] 10.0.0.133 () {34 vars in 982 bytes} [Wed Jul 1 08:36:41 2026] GET /v2.0/networks?id=04247cf3-fea5-4be6-8b4b-32a866982349 => generated 683 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/604] 10.0.0.133 () {34 vars in 965 bytes} [Wed Jul 1 08:36:41 2026] GET /v2.0/quotas/12702720718a48ab8b4b8c9073ccd347 => 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: 316/605] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:41 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => 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: 317/606] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:41 2026] GET /v2.0/security-groups?id=44c99b13-3b59-4c7c-866e-60b7dc8840bb&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/607] 10.0.0.133 () {34 vars in 1002 bytes} [Wed Jul 1 08:36:41 2026] GET /v2.0/ports?tenant_id=12702720718a48ab8b4b8c9073ccd347&fields=id => generated 57 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/608] 10.0.0.133 () {34 vars in 1008 bytes} [Wed Jul 1 08:36:41 2026] GET /v2.0/networks/04247cf3-fea5-4be6-8b4b-32a866982349?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/609] 10.0.0.133 () {34 vars in 1108 bytes} [Wed Jul 1 08:36:41 2026] GET /v2.0/networks/04247cf3-fea5-4be6-8b4b-32a866982349?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: 291/610] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:41 2026] GET /v2.0/ports?device_id=97c11de6-f65b-4b41-817a-cf849512576c => generated 973 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/611] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:42 2026] GET /v2.0/security-groups?id=f10c6620-90e8-4f91-bd45-97e6d3b00112&fields=id&fields=name => generated 88 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/612] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:42 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => 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: 321/613] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:42 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/614] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:43 2026] GET /v2.0/security-groups?id=44c99b13-3b59-4c7c-866e-60b7dc8840bb&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: 322/615] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:43 2026] GET /v2.0/ports?device_id=97c11de6-f65b-4b41-817a-cf849512576c => 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: 294/616] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:43 2026] GET /v2.0/security-groups?id=f10c6620-90e8-4f91-bd45-97e6d3b00112&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/617] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:43 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/618] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:44 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/619] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:44 2026] GET /v2.0/security-groups?id=44c99b13-3b59-4c7c-866e-60b7dc8840bb&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/620] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:44 2026] GET /v2.0/ports?device_id=97c11de6-f65b-4b41-817a-cf849512576c => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/621] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:44 2026] GET /v2.0/security-groups?id=f10c6620-90e8-4f91-bd45-97e6d3b00112&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/622] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:44 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/623] 10.0.0.133 () {34 vars in 1100 bytes} [Wed Jul 1 08:36:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1093846386&fields=id&tenant_id=4f448049fa0c46b9b821d86bafa1e5c7 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/624] 10.0.0.133 () {34 vars in 982 bytes} [Wed Jul 1 08:36:44 2026] GET /v2.0/networks?id=bf963b60-5885-4935-b209-70564111ea5a => generated 680 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/625] 10.0.0.133 () {34 vars in 965 bytes} [Wed Jul 1 08:36:44 2026] GET /v2.0/quotas/4f448049fa0c46b9b821d86bafa1e5c7 => 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: 299/626] 10.0.0.133 () {34 vars in 1002 bytes} [Wed Jul 1 08:36:44 2026] GET /v2.0/ports?tenant_id=4f448049fa0c46b9b821d86bafa1e5c7&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/627] 10.0.0.133 () {34 vars in 1008 bytes} [Wed Jul 1 08:36:44 2026] GET /v2.0/networks/bf963b60-5885-4935-b209-70564111ea5a?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/628] 10.0.0.133 () {34 vars in 1108 bytes} [Wed Jul 1 08:36:45 2026] GET /v2.0/networks/bf963b60-5885-4935-b209-70564111ea5a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/629] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:45 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/630] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:45 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => 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: 301/631] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:45 2026] GET /v2.0/security-groups?id=44c99b13-3b59-4c7c-866e-60b7dc8840bb&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/632] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:45 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => 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: 302/633] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:45 2026] GET /v2.0/ports?device_id=97c11de6-f65b-4b41-817a-cf849512576c => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/634] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:45 2026] GET /v2.0/security-groups?id=f10c6620-90e8-4f91-bd45-97e6d3b00112&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/635] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:46 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => 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: 333/636] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:46 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => 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: 304/637] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:46 2026] GET /v2.0/security-groups?id=44c99b13-3b59-4c7c-866e-60b7dc8840bb&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/638] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:46 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => 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: 305/639] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:46 2026] GET /v2.0/ports?device_id=97c11de6-f65b-4b41-817a-cf849512576c => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/640] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:46 2026] GET /v2.0/security-groups?id=f10c6620-90e8-4f91-bd45-97e6d3b00112&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: 306/641] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:36:46 2026] GET /v2.0/networks?id=04247cf3-fea5-4be6-8b4b-32a866982349 => generated 683 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/642] 199.204.45.53 () {34 vars in 1049 bytes} [Wed Jul 1 08:36:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=12702720718a48ab8b4b8c9073ccd347 => generated 181 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/643] 199.204.45.53 () {38 vars in 954 bytes} [Wed Jul 1 08:36:46 2026] POST /v2.0/ports => generated 954 bytes in 451 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: 308/644] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:47 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => 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: 309/645] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:47 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => 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: 310/646] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:47 2026] GET /v2.0/security-groups?id=44c99b13-3b59-4c7c-866e-60b7dc8840bb&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/647] 199.204.45.53 () {38 vars in 1027 bytes} [Wed Jul 1 08:36:47 2026] PUT /v2.0/ports/a3f2de65-7669-4a48-ad9e-afa2772b21e2 => generated 1235 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/648] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:47 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 338/649] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:47 2026] GET /v2.0/security-groups?id=a26c6a78-87e8-420f-86af-4b210e6bdea1&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/650] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:47 2026] GET /v2.0/ports?device_id=97c11de6-f65b-4b41-817a-cf849512576c => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/651] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:47 2026] GET /v2.0/security-groups?id=f10c6620-90e8-4f91-bd45-97e6d3b00112&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:36:48.144 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b6343c1-df6d-4a71-8537-c12e283ee8c2'] response: {'name': 'network-changed', 'server_uuid': 'cd21456e-58fc-42c6-8d99-71f9f3cd55ab', 'tag': 'a3f2de65-7669-4a48-ad9e-afa2772b21e2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 340/652] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:48 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => 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: 313/653] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:36:48 2026] GET /v2.0/ports?tenant_id=12702720718a48ab8b4b8c9073ccd347&device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/654] 199.204.45.53 () {34 vars in 1017 bytes} [Wed Jul 1 08:36:48 2026] GET /v2.0/networks?tenant_id=12702720718a48ab8b4b8c9073ccd347&shared=False => generated 779 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/655] 199.204.45.53 () {34 vars in 929 bytes} [Wed Jul 1 08:36:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/656] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:48 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/657] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:48 2026] GET /v2.0/security-groups?id=44c99b13-3b59-4c7c-866e-60b7dc8840bb&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/658] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:48 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/659] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:48 2026] GET /v2.0/security-groups?id=a26c6a78-87e8-420f-86af-4b210e6bdea1&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: 316/660] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:49 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/661] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:49 2026] GET /v2.0/ports?device_id=97c11de6-f65b-4b41-817a-cf849512576c => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/662] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:49 2026] GET /v2.0/security-groups?id=f10c6620-90e8-4f91-bd45-97e6d3b00112&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-07-01 08:36:49.615 8 INFO neutron.db.l3_db [None req-6b240c74-bc27-460d-bcd6-363c30e911e6 084884acc96c432ca0ec89dbcbf455ba 369caf974c3e4877b83f4748cada6843 - - default default] Floating IP 1dd2c167-bfa0-4ac8-8405-a62fb45895cc associated. External IP: 10.96.250.209, port: 1309b80f-a144-4ad7-8a5c-b7734afd3238. [pid: 7|app: 0|req: 347/663] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:49 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => 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: 348/664] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:36:49 2026] GET /v2.0/ports?tenant_id=12702720718a48ab8b4b8c9073ccd347&device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 1238 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/665] 10.0.0.228 () {34 vars in 749 bytes} [Wed Jul 1 08:36:49 2026] PUT /v2.0/floatingips/1dd2c167-bfa0-4ac8-8405-a62fb45895cc => generated 856 bytes in 869 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/666] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:36:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=a3f2de65-7669-4a48-ad9e-afa2772b21e2 => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:36:50.003 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e293fb04-1a7b-48b3-aa68-4be189506660'] response: {'name': 'network-changed', 'server_uuid': '63c04ca7-c74d-471a-a01e-b5578628c760', 'tag': '1309b80f-a144-4ad7-8a5c-b7734afd3238', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 318/667] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:36:49 2026] GET /v2.0/subnets?id=c45dfbc1-e353-40ac-ae98-8b53005811c0 => generated 701 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/668] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:50 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/669] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:36:50 2026] GET /v2.0/ports?network_id=04247cf3-fea5-4be6-8b4b-32a866982349&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/670] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:50 2026] GET /v2.0/security-groups?id=44c99b13-3b59-4c7c-866e-60b7dc8840bb&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/671] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:36:50 2026] GET /v2.0/networks/04247cf3-fea5-4be6-8b4b-32a866982349?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/672] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:50 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 969 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/673] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:50 2026] GET /v2.0/security-groups?id=a26c6a78-87e8-420f-86af-4b210e6bdea1&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: 352/674] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:36:50 2026] GET /v2.0/networks/04247cf3-fea5-4be6-8b4b-32a866982349?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: 323/675] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:50 2026] GET /v2.0/ports?device_id=97c11de6-f65b-4b41-817a-cf849512576c => 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: 353/676] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:50 2026] GET /v2.0/security-groups?id=f10c6620-90e8-4f91-bd45-97e6d3b00112&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: 8|app: 0|req: 324/677] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:50 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/678] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:36:50 2026] GET /v2.0/ports?tenant_id=369caf974c3e4877b83f4748cada6843&device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => 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: 354/679] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:50 2026] GET /v2.0/security-groups?id=44c99b13-3b59-4c7c-866e-60b7dc8840bb&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/680] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:36:50 2026] GET /v2.0/networks?id=c1de0838-c210-44b0-badd-6215396a56bf => generated 771 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/681] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:50 2026] GET /v2.0/ports?device_id=97c11de6-f65b-4b41-817a-cf849512576c => 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: 355/682] 199.204.45.53 () {34 vars in 1059 bytes} [Wed Jul 1 08:36:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1309b80f-a144-4ad7-8a5c-b7734afd3238 => generated 859 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/683] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:50 2026] GET /v2.0/security-groups?id=f10c6620-90e8-4f91-bd45-97e6d3b00112&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/684] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:36:50 2026] GET /v2.0/subnets?id=1d370e98-c2d1-4df8-9dcc-4fe117059eb9 => generated 693 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/685] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:36:50 2026] GET /v2.0/ports?network_id=c1de0838-c210-44b0-badd-6215396a56bf&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/686] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:50 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => 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: 357/687] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:36:50 2026] GET /v2.0/networks/c1de0838-c210-44b0-badd-6215396a56bf?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/688] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:36:50 2026] GET /v2.0/networks/c1de0838-c210-44b0-badd-6215396a56bf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/689] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:51 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/690] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:51 2026] GET /v2.0/security-groups?id=a26c6a78-87e8-420f-86af-4b210e6bdea1&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: 359/691] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:51 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/692] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:51 2026] GET /v2.0/security-groups?id=44c99b13-3b59-4c7c-866e-60b7dc8840bb&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: 333/693] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:36:51 2026] GET /v2.0/networks?id=bf963b60-5885-4935-b209-70564111ea5a => generated 680 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/694] 199.204.45.53 () {34 vars in 1049 bytes} [Wed Jul 1 08:36:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4f448049fa0c46b9b821d86bafa1e5c7 => generated 181 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/695] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:51 2026] GET /v2.0/ports?device_id=97c11de6-f65b-4b41-817a-cf849512576c => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/696] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:51 2026] GET /v2.0/security-groups?id=f10c6620-90e8-4f91-bd45-97e6d3b00112&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: 364/697] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:51 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => 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: 334/698] 199.204.45.53 () {38 vars in 954 bytes} [Wed Jul 1 08:36:51 2026] POST /v2.0/ports => generated 954 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 335/699] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:52 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/702] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:52 2026] GET /v2.0/security-groups?id=a26c6a78-87e8-420f-86af-4b210e6bdea1&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: 365/703] 199.204.45.53 () {38 vars in 1027 bytes} [Wed Jul 1 08:36:52 2026] PUT /v2.0/ports/c1a7d72a-eaf6-4c95-b51f-8acbf8bde600 => generated 1235 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:36:52.730 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-027bf938-8f26-450b-9ae9-ac791f632fe6'] response: {'name': 'network-changed', 'server_uuid': 'b0cd583a-8340-4aa7-ae08-58e9464c7f70', 'tag': 'c1a7d72a-eaf6-4c95-b51f-8acbf8bde600', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 339/704] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:52 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => generated 975 bytes in 37 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: 366/705] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:52 2026] GET /v2.0/security-groups?id=44c99b13-3b59-4c7c-866e-60b7dc8840bb&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/706] 199.204.45.53 () {34 vars in 993 bytes} [Wed Jul 1 08:36:52 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/707] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:53 2026] GET /v2.0/ports?device_id=97c11de6-f65b-4b41-817a-cf849512576c => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/708] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:53 2026] GET /v2.0/security-groups?id=f10c6620-90e8-4f91-bd45-97e6d3b00112&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/709] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:53 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:36:53.202 8 INFO neutron_taas.services.taas.taas_plugin [req-ebcff3f9-266a-4df9-8361-ce189c6a103f req-720450b3-d521-4aa5-a22e-7ec7a9d4151b 084884acc96c432ca0ec89dbcbf455ba 369caf974c3e4877b83f4748cada6843 - - default default] TaaS: Handle Delete Port: 1309b80f-a144-4ad7-8a5c-b7734afd3238 2026-07-01 08:36:53.210 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ebcff3f9-266a-4df9-8361-ce189c6a103f req-720450b3-d521-4aa5-a22e-7ec7a9d4151b 084884acc96c432ca0ec89dbcbf455ba 369caf974c3e4877b83f4748cada6843 - - default default] Tap Mirror: Handle Delete Port: 1309b80f-a144-4ad7-8a5c-b7734afd3238 [pid: 7|app: 0|req: 370/710] 199.204.45.53 () {34 vars in 993 bytes} [Wed Jul 1 08:36:53 2026] GET /v2.0/ports?device_id=97c11de6-f65b-4b41-817a-cf849512576c => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/711] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:53 2026] GET /v2.0/security-groups?id=b58744fc-7596-4b25-9dfe-c1bfdd2748c0&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: 372/712] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:36:53 2026] GET /v2.0/ports?tenant_id=4f448049fa0c46b9b821d86bafa1e5c7&device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:36:53.403 8 INFO neutron.db.l3_db [req-ebcff3f9-266a-4df9-8361-ce189c6a103f req-720450b3-d521-4aa5-a22e-7ec7a9d4151b 084884acc96c432ca0ec89dbcbf455ba 369caf974c3e4877b83f4748cada6843 - - default default] Floating IP 1dd2c167-bfa0-4ac8-8405-a62fb45895cc disassociated. External IP: 10.96.250.209, port: 1309b80f-a144-4ad7-8a5c-b7734afd3238. 2026-07-01 08:36:53.482 7 INFO neutron_taas.services.taas.taas_plugin [req-7f5ecaf5-a7db-4e5a-830c-72e8df4ddb17 req-50f15005-326d-4654-9066-a37ed14135e8 ebff30fea32f4913aafa342f8824fb0f 11f33b2d91714f35a4d197a1f17f73c8 - - default default] TaaS: Handle Delete Port: 4c2f173d-d943-461c-820a-357e58502b3c 2026-07-01 08:36:53.488 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7f5ecaf5-a7db-4e5a-830c-72e8df4ddb17 req-50f15005-326d-4654-9066-a37ed14135e8 ebff30fea32f4913aafa342f8824fb0f 11f33b2d91714f35a4d197a1f17f73c8 - - default default] Tap Mirror: Handle Delete Port: 4c2f173d-d943-461c-820a-357e58502b3c [pid: 7|app: 0|req: 373/713] 199.204.45.53 () {36 vars in 996 bytes} [Wed Jul 1 08:36:53 2026] DELETE /v2.0/ports/4c2f173d-d943-461c-820a-357e58502b3c => generated 0 bytes in 364 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/714] 199.204.45.53 () {34 vars in 1017 bytes} [Wed Jul 1 08:36:53 2026] GET /v2.0/networks?tenant_id=4f448049fa0c46b9b821d86bafa1e5c7&shared=False => generated 776 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/715] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:53 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/716] 199.204.45.53 () {34 vars in 929 bytes} [Wed Jul 1 08:36:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/717] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:53 2026] GET /v2.0/security-groups?id=a26c6a78-87e8-420f-86af-4b210e6bdea1&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/718] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:53 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => 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: 341/719] 199.204.45.53 () {36 vars in 996 bytes} [Wed Jul 1 08:36:53 2026] DELETE /v2.0/ports/1309b80f-a144-4ad7-8a5c-b7734afd3238 => generated 0 bytes in 1072 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:36:54.160 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-da43cc02-d61f-4b44-a9bd-9492ee645499'] response: {'server_uuid': '63c04ca7-c74d-471a-a01e-b5578628c760', 'name': 'network-vif-deleted', 'tag': '1309b80f-a144-4ad7-8a5c-b7734afd3238', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 379/720] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:54 2026] GET /v2.0/ports?device_id=97c11de6-f65b-4b41-817a-cf849512576c => 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: 342/721] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:54 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => 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: 380/722] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:54 2026] GET /v2.0/security-groups?id=b58744fc-7596-4b25-9dfe-c1bfdd2748c0&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:36:54.779 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bfbeb804-cd2e-4bdf-be95-11b7663fe1ef'] response: {'server_uuid': '97c11de6-f65b-4b41-817a-cf849512576c', 'name': 'network-vif-deleted', 'tag': '4c2f173d-d943-461c-820a-357e58502b3c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 343/723] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:36:54 2026] GET /v2.0/ports?tenant_id=4f448049fa0c46b9b821d86bafa1e5c7&device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/724] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:36:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=c1a7d72a-eaf6-4c95-b51f-8acbf8bde600 => 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: 344/725] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:36:54 2026] GET /v2.0/subnets?id=ce7ec9c7-e861-46ff-94e3-f40e8f348964 => generated 698 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/726] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:54 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/727] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:54 2026] GET /v2.0/security-groups?id=a26c6a78-87e8-420f-86af-4b210e6bdea1&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: 345/728] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:36:54 2026] GET /v2.0/ports?network_id=bf963b60-5885-4935-b209-70564111ea5a&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/729] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:55 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => 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: 384/730] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:36:55 2026] GET /v2.0/networks/bf963b60-5885-4935-b209-70564111ea5a?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: 347/731] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:55 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/732] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:36:55 2026] GET /v2.0/networks/bf963b60-5885-4935-b209-70564111ea5a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/733] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:55 2026] GET /v2.0/ports?device_id=97c11de6-f65b-4b41-817a-cf849512576c => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:36:55.554 8 INFO neutron.db.l3_db [None req-b0cbf7bf-1ae4-41da-93e9-72ac28073686 f06b06f6587e45c49de7bff8b3a380fc 12702720718a48ab8b4b8c9073ccd347 - - default default] Floating IP b4d3b03a-b097-4791-9ea0-e701df875204 associated. External IP: 10.96.250.214, port: a3f2de65-7669-4a48-ad9e-afa2772b21e2. [pid: 7|app: 0|req: 387/734] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:55 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/735] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:55 2026] GET /v2.0/security-groups?id=b58744fc-7596-4b25-9dfe-c1bfdd2748c0&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/736] 10.0.0.228 () {34 vars in 749 bytes} [Wed Jul 1 08:36:55 2026] PUT /v2.0/floatingips/b4d3b03a-b097-4791-9ea0-e701df875204 => generated 855 bytes in 755 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/737] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:55 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/738] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:56 2026] GET /v2.0/security-groups?id=a26c6a78-87e8-420f-86af-4b210e6bdea1&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: 390/739] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:56 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:36:56.205 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6df118d-0825-40b6-a5ae-bf6a8312437d'] response: {'name': 'network-changed', 'server_uuid': 'cd21456e-58fc-42c6-8d99-71f9f3cd55ab', 'tag': 'a3f2de65-7669-4a48-ad9e-afa2772b21e2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 350/740] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:56 2026] GET /v2.0/ports?device_id=97c11de6-f65b-4b41-817a-cf849512576c => 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: 391/741] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:56 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => 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: 351/742] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:36:56 2026] GET /v2.0/ports?tenant_id=12702720718a48ab8b4b8c9073ccd347&device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/743] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:56 2026] GET /v2.0/security-groups?id=b58744fc-7596-4b25-9dfe-c1bfdd2748c0&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/744] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:36:56 2026] GET /v2.0/networks?id=04247cf3-fea5-4be6-8b4b-32a866982349 => generated 779 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/745] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:36:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=a3f2de65-7669-4a48-ad9e-afa2772b21e2 => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/746] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:36:56 2026] GET /v2.0/subnets?id=c45dfbc1-e353-40ac-ae98-8b53005811c0 => generated 701 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/747] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:36:56 2026] GET /v2.0/ports?network_id=04247cf3-fea5-4be6-8b4b-32a866982349&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/748] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:36:56 2026] GET /v2.0/networks/04247cf3-fea5-4be6-8b4b-32a866982349?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: 395/749] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:36:57 2026] GET /v2.0/networks/04247cf3-fea5-4be6-8b4b-32a866982349?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: 355/750] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:57 2026] GET /v2.0/ports?device_id=63c04ca7-c74d-471a-a01e-b5578628c760 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:36:57.847 7 INFO neutron_taas.services.taas.taas_plugin [None req-b484f40f-8704-436e-bbae-f60e094b6c92 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: 763d883a-4aa3-43eb-906f-42e7de3886f3 2026-07-01 08:36:57.850 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b484f40f-8704-436e-bbae-f60e094b6c92 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: 763d883a-4aa3-43eb-906f-42e7de3886f3 [pid: 8|app: 0|req: 356/751] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:57 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/752] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:57 2026] GET /v2.0/security-groups?id=b58744fc-7596-4b25-9dfe-c1bfdd2748c0&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: 396/753] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:36:57 2026] PUT /v2.0/routers/73da8b98-955f-4765-99c0-dcaa315c43a0/remove_router_interface => generated 309 bytes in 805 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/754] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:36:58 2026] DELETE /v2.0/security-groups/44c99b13-3b59-4c7c-866e-60b7dc8840bb => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:36:58.482 7 INFO neutron.api.v2.resource [None req-5ecbdf21-5ae2-4189-83be-054ef5ae1809 084884acc96c432ca0ec89dbcbf455ba 369caf974c3e4877b83f4748cada6843 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 398/755] 10.0.0.228 () {32 vars in 737 bytes} [Wed Jul 1 08:36:58 2026] GET /v2.0/security-groups/44c99b13-3b59-4c7c-866e-60b7dc8840bb => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:36:58.501 8 INFO neutron_taas.services.taas.taas_plugin [None req-6575ca57-4bb9-438f-b3aa-46ce0081cf47 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: 30d0f91e-724a-402d-97c1-b9a748a46f94 2026-07-01 08:36:58.505 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6575ca57-4bb9-438f-b3aa-46ce0081cf47 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: 30d0f91e-724a-402d-97c1-b9a748a46f94 2026-07-01 08:36:58.649 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb017770-48fc-41d1-9673-e23f6a4e420f 084884acc96c432ca0ec89dbcbf455ba 369caf974c3e4877b83f4748cada6843 - - default default] TaaS: Handle Delete Port: 1013c7ff-ae33-426c-982b-414ee1e9083a 2026-07-01 08:36:58.653 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb017770-48fc-41d1-9673-e23f6a4e420f 084884acc96c432ca0ec89dbcbf455ba 369caf974c3e4877b83f4748cada6843 - - default default] Tap Mirror: Handle Delete Port: 1013c7ff-ae33-426c-982b-414ee1e9083a 2026-07-01 08:36:58.717 8 INFO neutron_taas.services.taas.taas_plugin [None req-6575ca57-4bb9-438f-b3aa-46ce0081cf47 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: f367b477-59bb-4488-94c0-eb6297fc23e7 2026-07-01 08:36:58.720 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6575ca57-4bb9-438f-b3aa-46ce0081cf47 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: f367b477-59bb-4488-94c0-eb6297fc23e7 [pid: 7|app: 0|req: 399/756] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:36:58 2026] DELETE /v2.0/floatingips/1dd2c167-bfa0-4ac8-8405-a62fb45895cc => generated 0 bytes in 349 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:36:59.012 8 INFO neutron.services.segments.plugin [-] Segment d6115b41-2c09-4442-9699-e2ae11a9fdc8 resource provider aggregate not found 2026-07-01 08:36:59.026 8 INFO neutron.services.segments.plugin [-] Segment d6115b41-2c09-4442-9699-e2ae11a9fdc8 resource provider aggregate not found 2026-07-01 08:36:59.033 8 INFO neutron.services.segments.plugin [-] Segment d6115b41-2c09-4442-9699-e2ae11a9fdc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6115b41-2c09-4442-9699-e2ae11a9fdc8 found for delete ", "request_id": "req-d6299db5-170d-4bb6-b00d-27092324a849"}]} 2026-07-01 08:36:59.044 8 INFO neutron.db.l3_hamode_db [None req-6575ca57-4bb9-438f-b3aa-46ce0081cf47 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] HA network 7f505af9-da4c-4d60-945d-44cd8137fd49 was deleted as no HA routers are present in tenant 11f33b2d91714f35a4d197a1f17f73c8. 2026-07-01 08:36:59.047 8 INFO neutron.services.segments.plugin [-] Segment d6115b41-2c09-4442-9699-e2ae11a9fdc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6115b41-2c09-4442-9699-e2ae11a9fdc8 found for delete ", "request_id": "req-5ec3f0d9-4336-479f-b5db-1c032b0a3efb"}]} [pid: 8|app: 0|req: 358/757] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:36:58 2026] DELETE /v2.0/routers/73da8b98-955f-4765-99c0-dcaa315c43a0 => generated 0 bytes in 742 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/758] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:36:59 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/759] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:36:59 2026] DELETE /v2.0/subnets/05349268-4f79-469b-8947-794d5024a62a => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/760] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:36:59 2026] GET /v2.0/security-groups?id=b58744fc-7596-4b25-9dfe-c1bfdd2748c0&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:36:59.254 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3cc020c-08b6-4fb4-bf16-531298ab7ea3 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: 8247b1bf-0e65-4a27-86e1-543246796a7c 2026-07-01 08:36:59.261 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3cc020c-08b6-4fb4-bf16-531298ab7ea3 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: 8247b1bf-0e65-4a27-86e1-543246796a7c 2026-07-01 08:36:59.353 8 INFO neutron_taas.services.taas.taas_plugin [None req-e176287e-583d-4d9c-a988-53d15d1b2c19 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: c20b1d1f-bc78-49fb-b49b-fff1f0499355 2026-07-01 08:36:59.355 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e176287e-583d-4d9c-a988-53d15d1b2c19 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: c20b1d1f-bc78-49fb-b49b-fff1f0499355 [pid: 8|app: 0|req: 362/761] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:36:59 2026] DELETE /v2.0/networks/8e065b79-0e95-4797-8f12-2f9c9b9f8d71 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/762] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:36:59 2026] GET /v2.0/security-groups?tenant_id=11f33b2d91714f35a4d197a1f17f73c8&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/763] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:36:58 2026] PUT /v2.0/routers/5fcb2a05-4c47-4101-9780-9a55812805c5/remove_router_interface => generated 309 bytes in 943 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/764] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:36:59 2026] DELETE /v2.0/security-groups/f10c6620-90e8-4f91-bd45-97e6d3b00112 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:37:00.000 7 INFO neutron_taas.services.taas.taas_plugin [None req-4dee84f0-87e9-4ff0-b400-ffb80de2064a e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: fd471f43-ee30-431d-8a92-a2e4786c60bf 2026-07-01 08:37:00.003 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4dee84f0-87e9-4ff0-b400-ffb80de2064a e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: fd471f43-ee30-431d-8a92-a2e4786c60bf 2026-07-01 08:37:00.244 7 INFO neutron_taas.services.taas.taas_plugin [None req-4dee84f0-87e9-4ff0-b400-ffb80de2064a e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: 26b55b4b-09e4-4c9f-a332-e77949df6861 2026-07-01 08:37:00.246 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4dee84f0-87e9-4ff0-b400-ffb80de2064a e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: 26b55b4b-09e4-4c9f-a332-e77949df6861 [pid: 8|app: 0|req: 365/765] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:00 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => 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: 366/766] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:00 2026] GET /v2.0/security-groups?id=b58744fc-7596-4b25-9dfe-c1bfdd2748c0&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-07-01 08:37:00.626 7 INFO neutron.services.segments.plugin [-] Segment fd8f0c9c-cf47-4325-8953-75301bf635ea resource provider aggregate not found 2026-07-01 08:37:00.631 7 INFO neutron.services.segments.plugin [-] Segment fd8f0c9c-cf47-4325-8953-75301bf635ea resource provider aggregate not found 2026-07-01 08:37:00.643 7 INFO neutron.services.segments.plugin [-] Segment fd8f0c9c-cf47-4325-8953-75301bf635ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd8f0c9c-cf47-4325-8953-75301bf635ea found for delete ", "request_id": "req-a8f71c85-a0d0-4570-9e2f-b576038c73f0"}]} 2026-07-01 08:37:00.646 7 INFO neutron.services.segments.plugin [-] Segment fd8f0c9c-cf47-4325-8953-75301bf635ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd8f0c9c-cf47-4325-8953-75301bf635ea found for delete ", "request_id": "req-e97daacb-76a2-436b-bd6c-b96a1cb3a6cf"}]} 2026-07-01 08:37:00.665 7 INFO neutron.db.l3_hamode_db [None req-4dee84f0-87e9-4ff0-b400-ffb80de2064a e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] HA network 8ea1b905-1f92-4d59-b675-44b618b9b4f1 was deleted as no HA routers are present in tenant 369caf974c3e4877b83f4748cada6843. [pid: 7|app: 0|req: 401/767] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:36:59 2026] DELETE /v2.0/routers/5fcb2a05-4c47-4101-9780-9a55812805c5 => generated 0 bytes in 879 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/768] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:37:00 2026] DELETE /v2.0/subnets/1d370e98-c2d1-4df8-9dcc-4fe117059eb9 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:37:00.988 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d522781-2cc2-46ab-8932-a4c73bb149e2 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: 1e6373ad-0e14-4b6d-8090-01f7924336fa 2026-07-01 08:37:00.992 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d522781-2cc2-46ab-8932-a4c73bb149e2 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: 1e6373ad-0e14-4b6d-8090-01f7924336fa 2026-07-01 08:37:01.057 8 INFO neutron.services.segments.plugin [-] Segment cc332b75-5dd9-4117-bbac-f6471bd01050 resource provider aggregate not found 2026-07-01 08:37:01.073 8 INFO neutron.services.segments.plugin [-] Segment cc332b75-5dd9-4117-bbac-f6471bd01050 resource provider aggregate not found 2026-07-01 08:37:01.081 8 INFO neutron.services.segments.plugin [-] Segment cc332b75-5dd9-4117-bbac-f6471bd01050 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc332b75-5dd9-4117-bbac-f6471bd01050 found for delete ", "request_id": "req-b408565f-62d4-4714-a0eb-6a80c8c7c266"}]} 2026-07-01 08:37:01.094 8 INFO neutron.services.segments.plugin [-] Segment cc332b75-5dd9-4117-bbac-f6471bd01050 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc332b75-5dd9-4117-bbac-f6471bd01050 found for delete ", "request_id": "req-7ae008e7-9086-49fb-8199-ab25e42f923b"}]} [pid: 7|app: 0|req: 402/769] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:37:00 2026] DELETE /v2.0/networks/c1de0838-c210-44b0-badd-6215396a56bf => generated 0 bytes in 447 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/770] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:01 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/771] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:37:01 2026] GET /v2.0/security-groups?tenant_id=369caf974c3e4877b83f4748cada6843&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/772] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:01 2026] GET /v2.0/security-groups?id=b58744fc-7596-4b25-9dfe-c1bfdd2748c0&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: 404/773] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:37:01 2026] DELETE /v2.0/security-groups/b883ffff-6980-4c9d-a015-8da7e0e5bc81 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/774] 10.0.0.228 () {32 vars in 653 bytes} [Wed Jul 1 08:37:01 2026] GET /v2.0/extensions => generated 21537 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/775] 10.0.0.228 () {32 vars in 681 bytes} [Wed Jul 1 08:37:01 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/776] 10.0.0.228 () {32 vars in 681 bytes} [Wed Jul 1 08:37:01 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/777] 10.0.0.228 () {32 vars in 729 bytes} [Wed Jul 1 08:37:01 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/778] 10.0.0.228 () {32 vars in 665 bytes} [Wed Jul 1 08:37:01 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/779] 10.0.0.228 () {32 vars in 699 bytes} [Wed Jul 1 08:37:01 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/780] 10.0.0.228 () {32 vars in 697 bytes} [Wed Jul 1 08:37:01 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: 408/781] 10.0.0.228 () {32 vars in 701 bytes} [Wed Jul 1 08:37:01 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/782] 10.0.0.228 () {32 vars in 689 bytes} [Wed Jul 1 08:37:01 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/783] 10.0.0.228 () {32 vars in 703 bytes} [Wed Jul 1 08:37:01 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/784] 10.0.0.228 () {32 vars in 693 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/785] 10.0.0.228 () {32 vars in 695 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/786] 10.0.0.228 () {32 vars in 685 bytes} [Wed Jul 1 08:37:02 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: 411/787] 10.0.0.228 () {32 vars in 687 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/788] 10.0.0.228 () {32 vars in 661 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/789] 10.0.0.228 () {32 vars in 699 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/790] 10.0.0.228 () {32 vars in 679 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/791] 10.0.0.228 () {32 vars in 683 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/792] 10.0.0.228 () {32 vars in 675 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/793] 10.0.0.228 () {32 vars in 689 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/794] 10.0.0.228 () {32 vars in 723 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/795] 10.0.0.228 () {32 vars in 687 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/796] 10.0.0.228 () {32 vars in 669 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/797] 10.0.0.228 () {32 vars in 687 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/798] 10.0.0.228 () {32 vars in 681 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/799] 10.0.0.228 () {32 vars in 699 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/800] 10.0.0.228 () {32 vars in 679 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/801] 10.0.0.228 () {32 vars in 667 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/802] 10.0.0.228 () {32 vars in 677 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/803] 10.0.0.228 () {32 vars in 665 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/804] 10.0.0.228 () {32 vars in 675 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/805] 10.0.0.228 () {32 vars in 713 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/806] 10.0.0.228 () {32 vars in 691 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/807] 10.0.0.228 () {32 vars in 683 bytes} [Wed Jul 1 08:37:02 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: 387/808] 10.0.0.228 () {32 vars in 669 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/809] 10.0.0.228 () {32 vars in 687 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/810] 10.0.0.228 () {32 vars in 705 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/811] 10.0.0.228 () {32 vars in 675 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/812] 10.0.0.228 () {32 vars in 701 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/813] 10.0.0.228 () {32 vars in 675 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/814] 10.0.0.228 () {32 vars in 693 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/815] 10.0.0.228 () {32 vars in 689 bytes} [Wed Jul 1 08:37:02 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: 391/816] 10.0.0.228 () {32 vars in 709 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/817] 10.0.0.228 () {32 vars in 705 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/818] 10.0.0.228 () {32 vars in 719 bytes} [Wed Jul 1 08:37:02 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: 7|app: 0|req: 427/819] 10.0.0.228 () {32 vars in 697 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/820] 10.0.0.228 () {32 vars in 711 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/821] 10.0.0.228 () {32 vars in 669 bytes} [Wed Jul 1 08:37:02 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: 394/822] 10.0.0.228 () {32 vars in 687 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/823] 10.0.0.228 () {32 vars in 681 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/824] 10.0.0.228 () {32 vars in 675 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/825] 10.0.0.228 () {32 vars in 671 bytes} [Wed Jul 1 08:37:02 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: 396/826] 10.0.0.228 () {32 vars in 661 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/827] 10.0.0.228 () {32 vars in 699 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/828] 10.0.0.228 () {32 vars in 699 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => 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: 432/829] 10.0.0.228 () {32 vars in 677 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/830] 10.0.0.228 () {32 vars in 669 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/831] 10.0.0.228 () {32 vars in 683 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/832] 10.0.0.228 () {32 vars in 701 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/833] 10.0.0.228 () {32 vars in 685 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/834] 10.0.0.228 () {32 vars in 707 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/835] 10.0.0.228 () {32 vars in 669 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/836] 10.0.0.228 () {32 vars in 697 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/837] 10.0.0.228 () {32 vars in 695 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/838] 10.0.0.228 () {32 vars in 685 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/839] 10.0.0.228 () {32 vars in 689 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/840] 10.0.0.228 () {32 vars in 705 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/841] 10.0.0.228 () {32 vars in 667 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/842] 10.0.0.228 () {32 vars in 681 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/843] 10.0.0.228 () {32 vars in 681 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/844] 10.0.0.228 () {32 vars in 691 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/845] 10.0.0.228 () {32 vars in 691 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/846] 10.0.0.228 () {32 vars in 695 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/847] 10.0.0.228 () {32 vars in 685 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:37:02.683 7 INFO neutron.services.segments.plugin [-] Segment 7469ced0-ec7f-4eef-9c92-74f0982b020b resource provider aggregate not found [pid: 7|app: 0|req: 443/848] 10.0.0.228 () {32 vars in 689 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:37:02.683 7 INFO neutron.services.segments.plugin [-] Segment 7469ced0-ec7f-4eef-9c92-74f0982b020b resource provider aggregate not found [pid: 8|app: 0|req: 406/849] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => 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: 444/850] 10.0.0.228 () {32 vars in 701 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/851] 10.0.0.228 () {32 vars in 703 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:37:02.713 7 INFO neutron.services.segments.plugin [-] Segment 7469ced0-ec7f-4eef-9c92-74f0982b020b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7469ced0-ec7f-4eef-9c92-74f0982b020b found for delete ", "request_id": "req-e849f953-c632-4120-bc1b-fa8af04c17ac"}]} 2026-07-01 08:37:02.714 7 INFO neutron.services.segments.plugin [-] Segment 7469ced0-ec7f-4eef-9c92-74f0982b020b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7469ced0-ec7f-4eef-9c92-74f0982b020b found for delete ", "request_id": "req-9e930240-a5ba-4f9d-abff-03ab5d3c03bf"}]} [pid: 7|app: 0|req: 446/852] 10.0.0.228 () {32 vars in 713 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/853] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/security-groups?id=b58744fc-7596-4b25-9dfe-c1bfdd2748c0&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/854] 10.0.0.228 () {32 vars in 717 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/855] 10.0.0.228 () {32 vars in 715 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/856] 10.0.0.228 () {32 vars in 727 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/857] 10.0.0.228 () {32 vars in 741 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/858] 10.0.0.228 () {32 vars in 719 bytes} [Wed Jul 1 08:37:02 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: 8|app: 0|req: 410/859] 10.0.0.228 () {32 vars in 683 bytes} [Wed Jul 1 08:37:02 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: 450/860] 10.0.0.228 () {32 vars in 669 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/segment => generated 145 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/861] 10.0.0.228 () {32 vars in 719 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/862] 10.0.0.228 () {32 vars in 679 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/863] 10.0.0.228 () {32 vars in 669 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/864] 10.0.0.228 () {32 vars in 697 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/865] 10.0.0.228 () {32 vars in 705 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/866] 10.0.0.228 () {32 vars in 701 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/867] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/868] 10.0.0.228 () {32 vars in 701 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/869] 10.0.0.228 () {32 vars in 683 bytes} [Wed Jul 1 08:37:02 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: 7|app: 0|req: 457/870] 10.0.0.228 () {32 vars in 705 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/871] 10.0.0.228 () {32 vars in 695 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/872] 10.0.0.228 () {32 vars in 689 bytes} [Wed Jul 1 08:37:02 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: 7|app: 0|req: 460/873] 10.0.0.228 () {32 vars in 697 bytes} [Wed Jul 1 08:37:02 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: 461/874] 10.0.0.228 () {32 vars in 679 bytes} [Wed Jul 1 08:37:02 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: 462/875] 10.0.0.228 () {32 vars in 689 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/876] 10.0.0.228 () {32 vars in 701 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/877] 10.0.0.228 () {32 vars in 665 bytes} [Wed Jul 1 08:37:02 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: 465/878] 10.0.0.228 () {32 vars in 681 bytes} [Wed Jul 1 08:37:02 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: 466/879] 10.0.0.228 () {32 vars in 677 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/880] 10.0.0.228 () {32 vars in 693 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/881] 10.0.0.228 () {32 vars in 677 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/882] 10.0.0.228 () {32 vars in 667 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/883] 10.0.0.228 () {32 vars in 663 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/884] 10.0.0.228 () {32 vars in 675 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/885] 10.0.0.228 () {32 vars in 687 bytes} [Wed Jul 1 08:37:02 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:37:03.207 8 INFO neutron.db.l3_db [None req-2f00282d-f0be-4f52-ba51-80cb10ba9302 532efe82fea44224887b46d9332bec48 4f448049fa0c46b9b821d86bafa1e5c7 - - default default] Floating IP 78dc4edd-dde8-4a3a-966c-98ab6e7a2e38 associated. External IP: 10.96.250.219, port: c1a7d72a-eaf6-4c95-b51f-8acbf8bde600. [pid: 8|app: 0|req: 414/886] 10.0.0.228 () {34 vars in 749 bytes} [Wed Jul 1 08:37:02 2026] PUT /v2.0/floatingips/78dc4edd-dde8-4a3a-966c-98ab6e7a2e38 => generated 855 bytes in 716 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:37:03.604 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-287f8134-6e81-449e-95da-bcd5ceaeda15'] response: {'name': 'network-changed', 'server_uuid': 'b0cd583a-8340-4aa7-ae08-58e9464c7f70', 'tag': 'c1a7d72a-eaf6-4c95-b51f-8acbf8bde600', 'status': 'completed', 'code': 200} 2026-07-01 08:37:03.876 8 INFO neutron.db.segments_db [None req-8209dd95-a3e4-46a3-903d-da41d978018c e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment 08561b17-13bb-406a-9bb9-346a19c60715 of type vxlan for network 4fb9f487-14d9-4c70-9705-1dff164bd60a [pid: 7|app: 0|req: 473/887] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:37:03 2026] GET /v2.0/security-groups?tenant_id=c89829d4d7f2487bb6a3e15b09ce3fe1&name=default => generated 2925 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/888] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:03 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/889] 10.0.0.228 () {34 vars in 671 bytes} [Wed Jul 1 08:37:03 2026] POST /v2.0/networks => generated 743 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/890] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:03 2026] GET /v2.0/security-groups?id=b58744fc-7596-4b25-9dfe-c1bfdd2748c0&fields=id&fields=name => generated 114 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/891] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:37:03 2026] DELETE /v2.0/security-groups/3c4eba7f-bcd8-4a7a-99cd-88263811e857 => 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: 476/892] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:37:04 2026] GET /v2.0/ports?tenant_id=4f448049fa0c46b9b821d86bafa1e5c7&device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/893] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:37:04 2026] GET /v2.0/networks?id=bf963b60-5885-4935-b209-70564111ea5a => generated 776 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/894] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:37:04 2026] POST /v2.0/subnets => generated 691 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/895] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:37:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=c1a7d72a-eaf6-4c95-b51f-8acbf8bde600 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/896] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:37:04 2026] GET /v2.0/subnets?id=ce7ec9c7-e861-46ff-94e3-f40e8f348964 => generated 698 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:37:04.412 8 INFO neutron.db.segments_db [None req-b84741af-e181-4ec8-9cd4-80a914a57079 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment b90306c0-123d-45f2-ad61-89a9662e867c of type vxlan for network c9890c66-5789-4e45-91bf-3c4496b0baa6 [pid: 7|app: 0|req: 480/897] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:37:04 2026] GET /v2.0/ports?network_id=bf963b60-5885-4935-b209-70564111ea5a&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/898] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:04 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/899] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:37:04 2026] GET /v2.0/networks/bf963b60-5885-4935-b209-70564111ea5a?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/900] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:04 2026] GET /v2.0/security-groups?id=b58744fc-7596-4b25-9dfe-c1bfdd2748c0&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/901] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:37:04 2026] GET /v2.0/networks/bf963b60-5885-4935-b209-70564111ea5a?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) 2026-07-01 08:37:04.694 8 INFO neutron.db.l3_hamode_db [None req-b84741af-e181-4ec8-9cd4-80a914a57079 e01e9152d89049d2bbc86ba3b35b32de 79e2724f94c5459dabeedafd627f3703 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 08:37:05.465 8 INFO neutron.db.l3_hamode_db [None req-b84741af-e181-4ec8-9cd4-80a914a57079 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 485/902] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:05 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/903] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:05 2026] GET /v2.0/security-groups?id=b58744fc-7596-4b25-9dfe-c1bfdd2748c0&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: 418/904] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:37:04 2026] POST /v2.0/routers => generated 731 bytes in 2031 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:37:06.383 7 INFO neutron.db.segments_db [None req-afd68049-0608-43da-924a-a638f7f9d8be 952ec0e9d549483786ff7ee31b424490 763b100178024e70b4e7338add69aa6d - - default default] Added segment 95cd475f-affc-42e9-93a1-7579b863312f of type vxlan for network 68c60fb1-0608-402c-957a-e2e1c9a62971 2026-07-01 08:37:06.478 7 INFO neutron.db.segments_db [None req-afd68049-0608-43da-924a-a638f7f9d8be 952ec0e9d549483786ff7ee31b424490 763b100178024e70b4e7338add69aa6d - - default default] Added segment 28e118a4-de98-4ea3-8075-8dd69ad45ac3 of type vxlan for network c44de186-5b1f-4120-8628-3649f4705aa9 [pid: 7|app: 0|req: 487/905] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:37:06 2026] POST /v2.0/networks => generated 1245 bytes in 581 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/906] 10.0.0.228 () {32 vars in 649 bytes} [Wed Jul 1 08:37:06 2026] GET /v2.0/networks => generated 1844 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:37:06.771 7 INFO neutron.services.segments.plugin [-] Segment 95cd475f-affc-42e9-93a1-7579b863312f resource provider aggregate not found 2026-07-01 08:37:06.784 7 INFO neutron.services.segments.plugin [-] Segment 95cd475f-affc-42e9-93a1-7579b863312f resource provider aggregate not found 2026-07-01 08:37:06.798 7 INFO neutron.services.segments.plugin [-] Segment 95cd475f-affc-42e9-93a1-7579b863312f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95cd475f-affc-42e9-93a1-7579b863312f found for delete ", "request_id": "req-5f373d63-5a44-4e83-8c9d-793849a7d277"}]} [pid: 7|app: 0|req: 489/907] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:37:06 2026] DELETE /v2.0/networks/68c60fb1-0608-402c-957a-e2e1c9a62971 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:37:06.810 7 INFO neutron.services.segments.plugin [-] Segment 95cd475f-affc-42e9-93a1-7579b863312f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95cd475f-affc-42e9-93a1-7579b863312f found for delete ", "request_id": "req-d9dd3b8c-c825-4396-96df-583e63dc79c1"}]} [pid: 7|app: 0|req: 490/908] 10.0.0.55 () {34 vars in 989 bytes} [Wed Jul 1 08:37:06 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 1240 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/909] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:06 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => 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: 492/910] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:37:07 2026] DELETE /v2.0/networks/c44de186-5b1f-4120-8628-3649f4705aa9 => 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: 493/911] 199.204.45.53 () {34 vars in 993 bytes} [Wed Jul 1 08:37:07 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => 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: 494/912] 10.0.0.55 () {34 vars in 1039 bytes} [Wed Jul 1 08:37:07 2026] GET /v2.0/security-groups?id=a26c6a78-87e8-420f-86af-4b210e6bdea1&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/913] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:07 2026] GET /v2.0/security-groups?id=b58744fc-7596-4b25-9dfe-c1bfdd2748c0&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: 496/914] 10.0.0.228 () {32 vars in 649 bytes} [Wed Jul 1 08:37:07 2026] GET /v2.0/networks => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:37:07.466 7 INFO neutron_taas.services.taas.taas_plugin [req-2dfafaf9-ee04-4949-b236-c1ddb1d77775 req-1c52847b-a11d-4d0a-af84-304816860f78 532efe82fea44224887b46d9332bec48 4f448049fa0c46b9b821d86bafa1e5c7 - - default default] TaaS: Handle Delete Port: c1a7d72a-eaf6-4c95-b51f-8acbf8bde600 2026-07-01 08:37:07.469 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2dfafaf9-ee04-4949-b236-c1ddb1d77775 req-1c52847b-a11d-4d0a-af84-304816860f78 532efe82fea44224887b46d9332bec48 4f448049fa0c46b9b821d86bafa1e5c7 - - default default] Tap Mirror: Handle Delete Port: c1a7d72a-eaf6-4c95-b51f-8acbf8bde600 2026-07-01 08:37:07.647 7 INFO neutron.db.l3_db [req-2dfafaf9-ee04-4949-b236-c1ddb1d77775 req-1c52847b-a11d-4d0a-af84-304816860f78 532efe82fea44224887b46d9332bec48 4f448049fa0c46b9b821d86bafa1e5c7 - - default default] Floating IP 78dc4edd-dde8-4a3a-966c-98ab6e7a2e38 disassociated. External IP: 10.96.250.219, port: c1a7d72a-eaf6-4c95-b51f-8acbf8bde600. [pid: 8|app: 0|req: 419/915] 10.0.0.228 () {34 vars in 783 bytes} [Wed Jul 1 08:37:06 2026] PUT /v2.0/routers/a1634904-0398-4963-a234-6ea6caf3783c/add_router_interface => generated 309 bytes in 1276 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:37:07.711 8 INFO neutron.db.segments_db [None req-90447920-16d5-4e2b-a9fa-2043e481b61b 952ec0e9d549483786ff7ee31b424490 763b100178024e70b4e7338add69aa6d - - default default] Added segment 2afa618e-9586-4a67-951d-cbbe60908a49 of type vxlan for network 165ba307-1620-4cf2-b8be-33059fd2e77a [pid: 8|app: 0|req: 420/916] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:37:07 2026] POST /v2.0/networks => generated 653 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:37:07.888 8 INFO neutron.db.segments_db [None req-a88fc596-f2f0-4b04-aa26-e951ae8183bf 952ec0e9d549483786ff7ee31b424490 763b100178024e70b4e7338add69aa6d - - default default] Added segment 9b2a5fc4-edf2-4717-9a01-ea106d33bc6c of type vxlan for network c269d03a-55b8-4ab1-943a-1a3674e0039b [pid: 8|app: 0|req: 423/919] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:37:07 2026] POST /v2.0/networks => generated 654 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/920] 199.204.45.53 () {36 vars in 996 bytes} [Wed Jul 1 08:37:07 2026] DELETE /v2.0/ports/c1a7d72a-eaf6-4c95-b51f-8acbf8bde600 => generated 0 bytes in 606 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:37:08.017 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bea3fb48-291a-48ae-90fb-c4fa037f0540'] response: {'server_uuid': 'b0cd583a-8340-4aa7-ae08-58e9464c7f70', 'name': 'network-vif-deleted', 'tag': 'c1a7d72a-eaf6-4c95-b51f-8acbf8bde600', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 498/921] 10.0.0.228 () {34 vars in 685 bytes} [Wed Jul 1 08:37:08 2026] POST /v2.0/security-groups => generated 1660 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/922] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:37:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/923] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:08 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => 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: 424/924] 10.0.0.228 () {34 vars in 665 bytes} [Wed Jul 1 08:37:07 2026] POST /v2.0/ports => generated 1505 bytes in 648 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/925] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:37:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 425/926] 10.0.0.228 () {32 vars in 643 bytes} [Wed Jul 1 08:37:08 2026] GET /v2.0/ports => generated 1505 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:37:08.777 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb1782bc-59ac-4a77-9e4c-a06d014525aa 952ec0e9d549483786ff7ee31b424490 763b100178024e70b4e7338add69aa6d - - default default] TaaS: Handle Delete Port: 325158d5-2cc6-4473-825c-187c0a497a71 2026-07-01 08:37:08.781 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb1782bc-59ac-4a77-9e4c-a06d014525aa 952ec0e9d549483786ff7ee31b424490 763b100178024e70b4e7338add69aa6d - - default default] Tap Mirror: Handle Delete Port: 325158d5-2cc6-4473-825c-187c0a497a71 2026-07-01 08:37:08.820 7 INFO neutron.services.segments.plugin [-] Segment 28e118a4-de98-4ea3-8075-8dd69ad45ac3 resource provider aggregate not found 2026-07-01 08:37:08.849 7 INFO neutron.services.segments.plugin [-] Segment 28e118a4-de98-4ea3-8075-8dd69ad45ac3 resource provider aggregate not found 2026-07-01 08:37:08.849 7 INFO neutron.services.segments.plugin [-] Segment 28e118a4-de98-4ea3-8075-8dd69ad45ac3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28e118a4-de98-4ea3-8075-8dd69ad45ac3 found for delete ", "request_id": "req-3b379fef-4ffd-489a-8695-1c6a78223f80"}]} 2026-07-01 08:37:08.870 7 INFO neutron.services.segments.plugin [-] Segment 28e118a4-de98-4ea3-8075-8dd69ad45ac3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28e118a4-de98-4ea3-8075-8dd69ad45ac3 found for delete ", "request_id": "req-4f29ae62-2210-4cf4-b638-47fffb59c103"}]} [pid: 8|app: 0|req: 426/927] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:37:08 2026] DELETE /v2.0/ports/325158d5-2cc6-4473-825c-187c0a497a71 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:37:08.993 8 INFO neutron_taas.services.taas.taas_plugin [None req-3882b2ee-e2c3-47b1-b3ea-7055a76c5e96 952ec0e9d549483786ff7ee31b424490 763b100178024e70b4e7338add69aa6d - - default default] TaaS: Handle Delete Port: 93a03d73-488b-43be-8f30-47935847ba76 2026-07-01 08:37:08.996 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3882b2ee-e2c3-47b1-b3ea-7055a76c5e96 952ec0e9d549483786ff7ee31b424490 763b100178024e70b4e7338add69aa6d - - default default] Tap Mirror: Handle Delete Port: 93a03d73-488b-43be-8f30-47935847ba76 [pid: 8|app: 0|req: 427/928] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:37:08 2026] DELETE /v2.0/ports/93a03d73-488b-43be-8f30-47935847ba76 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/929] 10.0.0.228 () {32 vars in 643 bytes} [Wed Jul 1 08:37:09 2026] GET /v2.0/ports => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:37:09.155 8 INFO neutron.db.segments_db [None req-55e0e970-35e6-4c8f-9e8e-dc2717576cb9 952ec0e9d549483786ff7ee31b424490 763b100178024e70b4e7338add69aa6d - - default default] Added segment 5bf01318-1a59-4c02-ba3a-36e5ac28384c of type vxlan for network 1fe20233-1796-44a0-b300-07984132d150 [pid: 7|app: 0|req: 502/930] 10.0.0.228 () {34 vars in 676 bytes} [Wed Jul 1 08:37:08 2026] POST /v2.0/floatingips => generated 552 bytes in 551 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/931] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:37:09 2026] POST /v2.0/networks => generated 654 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:37:09.326 7 INFO neutron.db.segments_db [None req-8b772eef-6b05-4ce2-a256-0c8c06c8e039 952ec0e9d549483786ff7ee31b424490 763b100178024e70b4e7338add69aa6d - - default default] Added segment b198e6df-6b1e-42b8-8235-04876b8a51c7 of type vxlan for network f6404aa9-fbef-404a-a9ac-116f7e8fb74f [pid: 7|app: 0|req: 503/932] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:37:09 2026] POST /v2.0/networks => generated 654 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/933] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:09 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => 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: 504/934] 10.0.0.133 () {34 vars in 1100 bytes} [Wed Jul 1 08:37:09 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1359191965&fields=id&tenant_id=79e2724f94c5459dabeedafd627f3703 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/935] 10.0.0.133 () {34 vars in 982 bytes} [Wed Jul 1 08:37:09 2026] GET /v2.0/networks?id=4fb9f487-14d9-4c70-9705-1dff164bd60a => generated 676 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/936] 10.0.0.133 () {34 vars in 965 bytes} [Wed Jul 1 08:37:09 2026] GET /v2.0/quotas/79e2724f94c5459dabeedafd627f3703 => 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: 432/937] 10.0.0.133 () {34 vars in 1002 bytes} [Wed Jul 1 08:37:09 2026] GET /v2.0/ports?tenant_id=79e2724f94c5459dabeedafd627f3703&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/938] 10.0.0.133 () {34 vars in 1008 bytes} [Wed Jul 1 08:37:09 2026] GET /v2.0/networks/4fb9f487-14d9-4c70-9705-1dff164bd60a?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/939] 10.0.0.133 () {34 vars in 1108 bytes} [Wed Jul 1 08:37:09 2026] GET /v2.0/networks/4fb9f487-14d9-4c70-9705-1dff164bd60a?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: 435/940] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:10 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/941] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:10 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => 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: 506/942] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:37:09 2026] POST /v2.0/subnets => generated 1324 bytes in 874 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/943] 10.0.0.228 () {32 vars in 647 bytes} [Wed Jul 1 08:37:10 2026] GET /v2.0/subnets => generated 1960 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/944] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:37:10 2026] DELETE /v2.0/subnets/24150b96-a51d-4bf3-b8fc-073e208c1053 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/945] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:37:10 2026] DELETE /v2.0/subnets/ec3ccb2b-27b3-4167-8edf-fb577bcc959f => 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: 508/946] 10.0.0.228 () {32 vars in 647 bytes} [Wed Jul 1 08:37:11 2026] GET /v2.0/subnets => generated 649 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/947] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:11 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:37:11.330 8 INFO neutron.services.segments.plugin [-] Segment b198e6df-6b1e-42b8-8235-04876b8a51c7 resource provider aggregate not found 2026-07-01 08:37:11.334 8 INFO neutron.services.segments.plugin [-] Segment b198e6df-6b1e-42b8-8235-04876b8a51c7 resource provider aggregate not found 2026-07-01 08:37:11.358 8 INFO neutron.services.segments.plugin [-] Segment b198e6df-6b1e-42b8-8235-04876b8a51c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b198e6df-6b1e-42b8-8235-04876b8a51c7 found for delete ", "request_id": "req-f41c99a1-d01f-4c5e-8734-c02c4d211ae1"}]} 2026-07-01 08:37:11.360 8 INFO neutron.services.segments.plugin [-] Segment b198e6df-6b1e-42b8-8235-04876b8a51c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b198e6df-6b1e-42b8-8235-04876b8a51c7 found for delete ", "request_id": "req-d050889c-065c-4066-b0bb-71d012df9b12"}]} [pid: 8|app: 0|req: 439/948] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:37:11 2026] DELETE /v2.0/networks/f6404aa9-fbef-404a-a9ac-116f7e8fb74f => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:37:11.496 7 INFO neutron.services.segments.plugin [-] Segment 5bf01318-1a59-4c02-ba3a-36e5ac28384c resource provider aggregate not found 2026-07-01 08:37:11.498 7 INFO neutron.services.segments.plugin [-] Segment 5bf01318-1a59-4c02-ba3a-36e5ac28384c resource provider aggregate not found 2026-07-01 08:37:11.533 7 INFO neutron.services.segments.plugin [-] Segment 5bf01318-1a59-4c02-ba3a-36e5ac28384c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bf01318-1a59-4c02-ba3a-36e5ac28384c found for delete ", "request_id": "req-05b1a01b-dc8f-4261-8f8a-5d97c990e4a1"}]} 2026-07-01 08:37:11.536 7 INFO neutron.services.segments.plugin [-] Segment 5bf01318-1a59-4c02-ba3a-36e5ac28384c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bf01318-1a59-4c02-ba3a-36e5ac28384c found for delete ", "request_id": "req-b9684ae3-4cd4-47ed-b9e8-9f665319dce2"}]} [pid: 7|app: 0|req: 510/949] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:37:11 2026] DELETE /v2.0/networks/1fe20233-1796-44a0-b300-07984132d150 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/950] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:37:11 2026] DELETE /v2.0/networks/c269d03a-55b8-4ab1-943a-1a3674e0039b => 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: 441/951] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:11 2026] GET /v2.0/ports?device_id=b0cd583a-8340-4aa7-ae08-58e9464c7f70 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/952] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:37:11 2026] DELETE /v2.0/networks/165ba307-1620-4cf2-b8be-33059fd2e77a => 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: 442/953] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:12 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => 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: 512/954] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:37:12 2026] GET /v2.0/security-groups?tenant_id=763b100178024e70b4e7338add69aa6d&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/955] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:37:12 2026] DELETE /v2.0/security-groups/c62d0edb-d881-40f5-9121-0ccf5903ea83 => 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: 513/956] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:37:12 2026] DELETE /v2.0/security-groups/b58744fc-7596-4b25-9dfe-c1bfdd2748c0 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:37:13.038 8 INFO neutron.api.v2.resource [None req-5d0b40a6-17cb-451a-901b-11b105906d8e 532efe82fea44224887b46d9332bec48 4f448049fa0c46b9b821d86bafa1e5c7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 444/957] 10.0.0.228 () {32 vars in 737 bytes} [Wed Jul 1 08:37:13 2026] GET /v2.0/security-groups/b58744fc-7596-4b25-9dfe-c1bfdd2748c0 => generated 146 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:37:13.166 7 INFO neutron_taas.services.taas.taas_plugin [None req-c7a84d7d-6291-46e9-9a35-60e96a2e97a8 532efe82fea44224887b46d9332bec48 4f448049fa0c46b9b821d86bafa1e5c7 - - default default] TaaS: Handle Delete Port: 3a153bd6-485a-4e64-a9a1-4f27b6b7ca6a 2026-07-01 08:37:13.169 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7a84d7d-6291-46e9-9a35-60e96a2e97a8 532efe82fea44224887b46d9332bec48 4f448049fa0c46b9b821d86bafa1e5c7 - - default default] Tap Mirror: Handle Delete Port: 3a153bd6-485a-4e64-a9a1-4f27b6b7ca6a [pid: 7|app: 0|req: 514/958] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:37:13 2026] DELETE /v2.0/floatingips/78dc4edd-dde8-4a3a-966c-98ab6e7a2e38 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:37:13.399 8 INFO neutron.services.segments.plugin [-] Segment 9b2a5fc4-edf2-4717-9a01-ea106d33bc6c resource provider aggregate not found 2026-07-01 08:37:13.418 8 INFO neutron.services.segments.plugin [-] Segment 9b2a5fc4-edf2-4717-9a01-ea106d33bc6c resource provider aggregate not found [pid: 7|app: 0|req: 515/959] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:13 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:37:13.439 8 INFO neutron.services.segments.plugin [-] Segment 9b2a5fc4-edf2-4717-9a01-ea106d33bc6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b2a5fc4-edf2-4717-9a01-ea106d33bc6c found for delete ", "request_id": "req-fedf60ed-0b57-4055-95f9-43fae8948eec"}]} 2026-07-01 08:37:13.441 8 INFO neutron.services.segments.plugin [-] Segment 9b2a5fc4-edf2-4717-9a01-ea106d33bc6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b2a5fc4-edf2-4717-9a01-ea106d33bc6c found for delete ", "request_id": "req-060c84aa-e027-4af7-80e8-c653dd6b8f03"}]} 2026-07-01 08:37:13.557 7 INFO neutron.services.segments.plugin [-] Segment 2afa618e-9586-4a67-951d-cbbe60908a49 resource provider aggregate not found 2026-07-01 08:37:13.562 7 INFO neutron.services.segments.plugin [-] Segment 2afa618e-9586-4a67-951d-cbbe60908a49 resource provider aggregate not found 2026-07-01 08:37:13.576 7 INFO neutron.services.segments.plugin [-] Segment 2afa618e-9586-4a67-951d-cbbe60908a49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2afa618e-9586-4a67-951d-cbbe60908a49 found for delete ", "request_id": "req-0763f56b-a6a5-419b-9e81-290f411675d8"}]} 2026-07-01 08:37:13.578 7 INFO neutron.services.segments.plugin [-] Segment 2afa618e-9586-4a67-951d-cbbe60908a49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2afa618e-9586-4a67-951d-cbbe60908a49 found for delete ", "request_id": "req-f8715183-e8a7-4ef9-bdaa-99881468f44a"}]} 2026-07-01 08:37:13.810 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc48b175-5535-4a2a-bc8f-c3d1bc47c7f6 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: bdf21dae-012a-4c42-869b-6af5ad9dd1a9 2026-07-01 08:37:13.813 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc48b175-5535-4a2a-bc8f-c3d1bc47c7f6 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: bdf21dae-012a-4c42-869b-6af5ad9dd1a9 [pid: 8|app: 0|req: 445/960] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:37:13 2026] PUT /v2.0/routers/0db19f10-6e9e-4b44-b139-30504dfafae4/remove_router_interface => generated 309 bytes in 1092 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/961] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:37:14 2026] GET /v2.0/networks?id=4fb9f487-14d9-4c70-9705-1dff164bd60a => generated 676 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:37:14.723 8 INFO neutron_taas.services.taas.taas_plugin [None req-da5b1be8-a954-41db-92c5-fc586893ae68 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: d4efbcfb-8cc6-4eec-a29b-c4f811828054 2026-07-01 08:37:14.725 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da5b1be8-a954-41db-92c5-fc586893ae68 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: d4efbcfb-8cc6-4eec-a29b-c4f811828054 [pid: 7|app: 0|req: 516/962] 10.0.0.228 () {34 vars in 684 bytes} [Wed Jul 1 08:37:14 2026] POST /v2.0/security-groups => generated 1624 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/963] 199.204.45.53 () {34 vars in 1049 bytes} [Wed Jul 1 08:37:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=79e2724f94c5459dabeedafd627f3703 => generated 181 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/964] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:14 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => 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: 519/965] 10.0.0.228 () {32 vars in 663 bytes} [Wed Jul 1 08:37:14 2026] GET /v2.0/security-groups => generated 4529 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:37:15.004 8 INFO neutron_taas.services.taas.taas_plugin [None req-da5b1be8-a954-41db-92c5-fc586893ae68 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: 5aca63a2-f54a-4bb7-b564-506587e5aaf2 2026-07-01 08:37:15.006 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da5b1be8-a954-41db-92c5-fc586893ae68 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: 5aca63a2-f54a-4bb7-b564-506587e5aaf2 [pid: 7|app: 0|req: 520/966] 199.204.45.53 () {38 vars in 954 bytes} [Wed Jul 1 08:37:14 2026] POST /v2.0/ports => generated 954 bytes in 288 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: 521/967] 10.0.0.228 () {34 vars in 758 bytes} [Wed Jul 1 08:37:15 2026] PUT /v2.0/security-groups/784feec9-c708-4593-a8ca-dc75e3b2c880 => generated 1662 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:37:15.377 8 INFO neutron.db.l3_hamode_db [None req-da5b1be8-a954-41db-92c5-fc586893ae68 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] HA network 8255c252-58ce-4069-b223-d9cbb2c6b3ed was deleted as no HA routers are present in tenant 4f448049fa0c46b9b821d86bafa1e5c7. [pid: 8|app: 0|req: 447/968] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:37:14 2026] DELETE /v2.0/routers/0db19f10-6e9e-4b44-b139-30504dfafae4 => generated 0 bytes in 891 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/969] 10.0.0.228 () {32 vars in 737 bytes} [Wed Jul 1 08:37:15 2026] GET /v2.0/security-groups/784feec9-c708-4593-a8ca-dc75e3b2c880 => generated 1662 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:37:15.458 8 INFO neutron.services.segments.plugin [-] Segment 9fb41b02-a9c5-4ef3-9daa-0f50413f53d4 resource provider aggregate not found 2026-07-01 08:37:15.464 8 INFO neutron.services.segments.plugin [-] Segment 9fb41b02-a9c5-4ef3-9daa-0f50413f53d4 resource provider aggregate not found 2026-07-01 08:37:15.470 8 INFO neutron.services.segments.plugin [-] Segment 9fb41b02-a9c5-4ef3-9daa-0f50413f53d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fb41b02-a9c5-4ef3-9daa-0f50413f53d4 found for delete ", "request_id": "req-818534af-f654-46e2-9b15-80349ac85333"}]} 2026-07-01 08:37:15.488 8 INFO neutron.services.segments.plugin [-] Segment 9fb41b02-a9c5-4ef3-9daa-0f50413f53d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fb41b02-a9c5-4ef3-9daa-0f50413f53d4 found for delete ", "request_id": "req-2ed19132-1345-41b2-93c9-dedcc345f5a7"}]} [pid: 8|app: 0|req: 449/970] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:37:15 2026] DELETE /v2.0/subnets/ce7ec9c7-e861-46ff-94e3-f40e8f348964 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/971] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:37:15 2026] DELETE /v2.0/security-groups/784feec9-c708-4593-a8ca-dc75e3b2c880 => 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: 522/972] 199.204.45.53 () {38 vars in 1027 bytes} [Wed Jul 1 08:37:15 2026] PUT /v2.0/ports/d40b3dfb-ff00-4526-a46f-90b57db2c32f => generated 1235 bytes in 454 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: 523/973] 10.0.0.228 () {32 vars in 663 bytes} [Wed Jul 1 08:37:15 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:37:15.749 8 INFO neutron_taas.services.taas.taas_plugin [None req-0399f41d-3760-434e-8ff4-2c3702d74e6e e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: fe046614-1316-4617-a666-be1f0010afbd 2026-07-01 08:37:15.752 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f849eb9-cc1f-484e-a940-accefd9835bd'] response: {'name': 'network-changed', 'server_uuid': '13c9b1e9-fd7e-4c32-a2d6-24e4617f586d', 'tag': 'd40b3dfb-ff00-4526-a46f-90b57db2c32f', 'status': 'completed', 'code': 200} 2026-07-01 08:37:15.752 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0399f41d-3760-434e-8ff4-2c3702d74e6e e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: fe046614-1316-4617-a666-be1f0010afbd 2026-07-01 08:37:15.759 7 INFO neutron.api.v2.resource [None req-4fad3831-27a1-466d-a2c1-b74e9b1c2858 e281cf7746a54d7c97ceca4f41a3623c 06b783a7bd324306a8826f478189670d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 524/974] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:37:15 2026] DELETE /v2.0/security-groups/784feec9-c708-4593-a8ca-dc75e3b2c880 => 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: 525/975] 10.0.0.228 () {34 vars in 684 bytes} [Wed Jul 1 08:37:15 2026] POST /v2.0/security-groups => generated 1624 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/976] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:37:15 2026] DELETE /v2.0/networks/bf963b60-5885-4935-b209-70564111ea5a => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/977] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:37:15 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: 527/978] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:37:15 2026] GET /v2.0/security-group-rules/9128c88d-a390-49bc-9c3b-86a6197d9274 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/979] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:15 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/980] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:16 2026] GET /v2.0/security-groups?id=695f84e5-e145-4f2e-a6f0-8c71673b07cb&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: 528/981] 10.0.0.228 () {32 vars in 673 bytes} [Wed Jul 1 08:37:16 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/982] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:37:16 2026] GET /v2.0/security-groups?tenant_id=4f448049fa0c46b9b821d86bafa1e5c7&name=default => generated 2925 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/983] 10.0.0.228 () {32 vars in 750 bytes} [Wed Jul 1 08:37:16 2026] DELETE /v2.0/security-group-rules/9128c88d-a390-49bc-9c3b-86a6197d9274 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/984] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:37:16 2026] DELETE /v2.0/security-groups/4bce3f77-3693-41fa-807d-6fbade4e0467 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/985] 10.0.0.228 () {32 vars in 673 bytes} [Wed Jul 1 08:37:16 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/986] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:37:16 2026] GET /v2.0/ports?tenant_id=79e2724f94c5459dabeedafd627f3703&device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => 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: 457/987] 199.204.45.53 () {34 vars in 1017 bytes} [Wed Jul 1 08:37:16 2026] GET /v2.0/networks?tenant_id=79e2724f94c5459dabeedafd627f3703&shared=False => generated 771 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/988] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:37:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/989] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:37:16 2026] GET /v2.0/security-group-rules/6c4837ff-624f-4cfb-ab81-2d208985e40b => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/990] 199.204.45.53 () {34 vars in 929 bytes} [Wed Jul 1 08:37:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/991] 10.0.0.228 () {32 vars in 673 bytes} [Wed Jul 1 08:37:16 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/992] 10.0.0.228 () {32 vars in 750 bytes} [Wed Jul 1 08:37:16 2026] DELETE /v2.0/security-group-rules/6c4837ff-624f-4cfb-ab81-2d208985e40b => 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: 534/993] 10.0.0.228 () {32 vars in 673 bytes} [Wed Jul 1 08:37:16 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/994] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:37:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/995] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:37:16 2026] GET /v2.0/security-group-rules/9813ff65-d93d-465f-8276-5b5a2f673d81 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/996] 10.0.0.228 () {32 vars in 673 bytes} [Wed Jul 1 08:37:16 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/997] 10.0.0.228 () {32 vars in 750 bytes} [Wed Jul 1 08:37:16 2026] DELETE /v2.0/security-group-rules/9813ff65-d93d-465f-8276-5b5a2f673d81 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/998] 10.0.0.228 () {32 vars in 673 bytes} [Wed Jul 1 08:37:16 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/999] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:37:16 2026] DELETE /v2.0/security-groups/5cfee868-65df-409e-95c0-c9baa404412f => 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: 463/1000] 10.0.0.228 () {32 vars in 663 bytes} [Wed Jul 1 08:37:16 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1001] 10.0.0.228 () {32 vars in 663 bytes} [Wed Jul 1 08:37:16 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/1002] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:17 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1003] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:17 2026] GET /v2.0/security-groups?id=695f84e5-e145-4f2e-a6f0-8c71673b07cb&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/1004] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:37:17 2026] GET /v2.0/ports?tenant_id=79e2724f94c5459dabeedafd627f3703&device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:37:17.487 8 INFO neutron.services.segments.plugin [-] Segment c7bb86fb-4bf1-4db5-ae46-5029ea0b9c6a resource provider aggregate not found 2026-07-01 08:37:17.506 8 INFO neutron.services.segments.plugin [-] Segment c7bb86fb-4bf1-4db5-ae46-5029ea0b9c6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7bb86fb-4bf1-4db5-ae46-5029ea0b9c6a found for delete ", "request_id": "req-ab176884-0283-4690-88ea-7bde30277e29"}]} [pid: 7|app: 0|req: 540/1005] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:37:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=d40b3dfb-ff00-4526-a46f-90b57db2c32f => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:37:17.509 8 INFO neutron.services.segments.plugin [-] Segment c7bb86fb-4bf1-4db5-ae46-5029ea0b9c6a resource provider aggregate not found 2026-07-01 08:37:17.544 8 INFO neutron.services.segments.plugin [-] Segment c7bb86fb-4bf1-4db5-ae46-5029ea0b9c6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7bb86fb-4bf1-4db5-ae46-5029ea0b9c6a found for delete ", "request_id": "req-a641b779-6987-4d07-8c0f-ac38b53580a2"}]} [pid: 7|app: 0|req: 541/1006] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:37:17 2026] GET /v2.0/subnets?id=4cdcc5af-6a12-46c8-a0bb-8e8dae654d3e => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1007] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:37:17 2026] GET /v2.0/ports?network_id=4fb9f487-14d9-4c70-9705-1dff164bd60a&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: 543/1008] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:37:17 2026] GET /v2.0/networks/4fb9f487-14d9-4c70-9705-1dff164bd60a?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/1009] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:37:17 2026] GET /v2.0/security-groups?tenant_id=06b783a7bd324306a8826f478189670d&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: 544/1010] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:37:17 2026] GET /v2.0/networks/4fb9f487-14d9-4c70-9705-1dff164bd60a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/1011] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:37:17 2026] DELETE /v2.0/security-groups/a6c4beda-53ff-48e7-894a-2fe874041118 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/1012] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:18 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/1013] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:18 2026] GET /v2.0/security-groups?id=695f84e5-e145-4f2e-a6f0-8c71673b07cb&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-07-01 08:37:18.346 7 INFO neutron.db.segments_db [None req-461dccaa-16f6-45e4-a695-898d527bb838 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment 366cff2e-9afa-4641-8bca-1a050af754a6 of type vxlan for network 0c7d5718-7f6c-4d24-b9ed-a3082bf121cf [pid: 7|app: 0|req: 545/1014] 10.0.0.228 () {34 vars in 671 bytes} [Wed Jul 1 08:37:18 2026] POST /v2.0/networks => generated 736 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/1015] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:37:18 2026] POST /v2.0/subnets => generated 684 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:37:18.651 7 INFO neutron.db.segments_db [None req-c93d120f-61ac-4a89-a370-02d3716b1c42 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment 34049b3d-3486-476d-98be-3ef305526b1a of type vxlan for network cdbc0450-314a-4382-88b0-0ea30fcc3d3e 2026-07-01 08:37:18.930 7 INFO neutron.db.l3_hamode_db [None req-c93d120f-61ac-4a89-a370-02d3716b1c42 e01e9152d89049d2bbc86ba3b35b32de 9fd1819fd6084874b6be5150adf3c60a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 471/1016] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:19 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/1017] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:19 2026] GET /v2.0/security-groups?id=695f84e5-e145-4f2e-a6f0-8c71673b07cb&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:37:19.630 7 INFO neutron.db.l3_hamode_db [None req-c93d120f-61ac-4a89-a370-02d3716b1c42 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 546/1018] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:37:18 2026] POST /v2.0/routers => generated 724 bytes in 1937 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/1019] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:20 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/1020] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:20 2026] GET /v2.0/security-groups?id=695f84e5-e145-4f2e-a6f0-8c71673b07cb&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: 475/1021] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:37:21 2026] GET /v2.0/security-groups?tenant_id=4ac7630b6ad54847bfb697c812833b66&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/1022] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:37:21 2026] DELETE /v2.0/security-groups/592f4a25-8d1a-453d-86ad-19b5693b7a7f => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/1023] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:21 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => 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: 478/1024] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:21 2026] GET /v2.0/security-groups?id=695f84e5-e145-4f2e-a6f0-8c71673b07cb&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1025] 10.0.0.228 () {34 vars in 783 bytes} [Wed Jul 1 08:37:20 2026] PUT /v2.0/routers/433beb2b-4cf0-4410-884f-65276329bb1f/add_router_interface => generated 309 bytes in 1405 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/1028] 10.0.0.228 () {34 vars in 685 bytes} [Wed Jul 1 08:37:22 2026] POST /v2.0/security-groups => generated 1660 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/1029] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:22 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/1030] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:22 2026] GET /v2.0/security-groups?id=695f84e5-e145-4f2e-a6f0-8c71673b07cb&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: 549/1031] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:37:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1032] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:37:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1033] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:23 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:37:23.779 8 INFO neutron.db.l3_db [None req-dc580271-0dee-4471-b392-aed7bb94189f 5511dac3d4bb4184b5d9d782a86ca839 79e2724f94c5459dabeedafd627f3703 - - default default] Floating IP 91e8d351-e713-45bc-89dd-df5f24f8649b associated. External IP: 10.96.250.201, port: d40b3dfb-ff00-4526-a46f-90b57db2c32f. [pid: 7|app: 0|req: 550/1034] 10.0.0.228 () {34 vars in 676 bytes} [Wed Jul 1 08:37:23 2026] POST /v2.0/floatingips => generated 552 bytes in 650 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/1035] 10.0.0.228 () {34 vars in 749 bytes} [Wed Jul 1 08:37:23 2026] PUT /v2.0/floatingips/91e8d351-e713-45bc-89dd-df5f24f8649b => generated 855 bytes in 757 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:37:24.146 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1bd8b91-8ff4-44ae-8ee7-7249324275fc'] response: {'name': 'network-changed', 'server_uuid': '13c9b1e9-fd7e-4c32-a2d6-24e4617f586d', 'tag': 'd40b3dfb-ff00-4526-a46f-90b57db2c32f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 551/1036] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:37:23 2026] GET /v2.0/security-groups?tenant_id=b6fdf3f9158d4393b40fcc50dab2006a&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1037] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:37:24 2026] DELETE /v2.0/security-groups/11b8c861-2ccf-49a0-b134-2d740a285e85 => 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: 552/1038] 10.0.0.133 () {34 vars in 1098 bytes} [Wed Jul 1 08:37:24 2026] GET /v2.0/security-groups?name=tempest-securitygroup--400213235&fields=id&tenant_id=9fd1819fd6084874b6be5150adf3c60a => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1039] 10.0.0.133 () {34 vars in 982 bytes} [Wed Jul 1 08:37:24 2026] GET /v2.0/networks?id=0c7d5718-7f6c-4d24-b9ed-a3082bf121cf => generated 669 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1040] 10.0.0.133 () {34 vars in 965 bytes} [Wed Jul 1 08:37:24 2026] GET /v2.0/quotas/9fd1819fd6084874b6be5150adf3c60a => 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: 553/1041] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:24 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1042] 10.0.0.133 () {34 vars in 1002 bytes} [Wed Jul 1 08:37:24 2026] GET /v2.0/ports?tenant_id=9fd1819fd6084874b6be5150adf3c60a&fields=id => generated 103 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1043] 10.0.0.133 () {34 vars in 971 bytes} [Wed Jul 1 08:37:24 2026] GET /v2.0/ports/a3f2de65-7669-4a48-ad9e-afa2772b21e2 => generated 968 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1044] 10.0.0.133 () {34 vars in 1008 bytes} [Wed Jul 1 08:37:24 2026] GET /v2.0/networks/0c7d5718-7f6c-4d24-b9ed-a3082bf121cf?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1045] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:37:24 2026] GET /v2.0/ports?tenant_id=79e2724f94c5459dabeedafd627f3703&device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1046] 10.0.0.133 () {34 vars in 1108 bytes} [Wed Jul 1 08:37:24 2026] GET /v2.0/networks/0c7d5718-7f6c-4d24-b9ed-a3082bf121cf?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: 492/1047] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:37:24 2026] GET /v2.0/networks?id=4fb9f487-14d9-4c70-9705-1dff164bd60a => generated 771 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1048] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:37:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=d40b3dfb-ff00-4526-a46f-90b57db2c32f => generated 858 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1049] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:37:24 2026] GET /v2.0/subnets?id=4cdcc5af-6a12-46c8-a0bb-8e8dae654d3e => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1050] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:24 2026] GET /v2.0/ports?device_id=ae4e51dd-a710-4f87-aa27-80ae5dbce7e6 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1051] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:37:24 2026] GET /v2.0/ports?network_id=4fb9f487-14d9-4c70-9705-1dff164bd60a&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1052] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:37:24 2026] GET /v2.0/networks/4fb9f487-14d9-4c70-9705-1dff164bd60a?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: 558/1053] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:37:24 2026] GET /v2.0/networks/4fb9f487-14d9-4c70-9705-1dff164bd60a?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: 496/1054] 199.204.45.53 () {34 vars in 999 bytes} [Wed Jul 1 08:37:25 2026] GET /v2.0/subnets?network_id=04247cf3-fea5-4be6-8b4b-32a866982349 => generated 683 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1055] 199.204.45.53 () {34 vars in 1145 bytes} [Wed Jul 1 08:37:25 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab&device_owner=compute%3Anova&network_id=04247cf3-fea5-4be6-8b4b-32a866982349 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1056] 199.204.45.53 () {38 vars in 1027 bytes} [Wed Jul 1 08:37:25 2026] PUT /v2.0/ports/a3f2de65-7669-4a48-ad9e-afa2772b21e2 => generated 1145 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1057] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:25 2026] GET /v2.0/ports?device_id=ae4e51dd-a710-4f87-aa27-80ae5dbce7e6 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:37:26.196 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae1b8155-06fa-41a4-939e-906dc75d9157'] response: {'name': 'network-changed', 'server_uuid': 'cd21456e-58fc-42c6-8d99-71f9f3cd55ab', 'tag': 'a3f2de65-7669-4a48-ad9e-afa2772b21e2', '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: 498/1058] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:37:26 2026] GET /v2.0/ports?tenant_id=12702720718a48ab8b4b8c9073ccd347&device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 1417 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1059] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:37:26 2026] GET /v2.0/networks?id=04247cf3-fea5-4be6-8b4b-32a866982349 => generated 779 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1060] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:37:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=a3f2de65-7669-4a48-ad9e-afa2772b21e2 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1061] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:37:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=a3f2de65-7669-4a48-ad9e-afa2772b21e2 => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1062] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:37:26 2026] GET /v2.0/subnets?id=c45dfbc1-e353-40ac-ae98-8b53005811c0 => generated 701 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1063] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:37:26 2026] GET /v2.0/ports?network_id=04247cf3-fea5-4be6-8b4b-32a866982349&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1064] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:37:26 2026] GET /v2.0/networks/04247cf3-fea5-4be6-8b4b-32a866982349?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: 564/1065] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:37:26 2026] GET /v2.0/networks/04247cf3-fea5-4be6-8b4b-32a866982349?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: 502/1066] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:26 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 1148 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1067] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:26 2026] GET /v2.0/security-groups?id=a26c6a78-87e8-420f-86af-4b210e6bdea1&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1068] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:27 2026] GET /v2.0/ports?device_id=ae4e51dd-a710-4f87-aa27-80ae5dbce7e6 => 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: 566/1069] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:37:27 2026] GET /v2.0/ports?tenant_id=12702720718a48ab8b4b8c9073ccd347&device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 1417 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1070] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:37:27 2026] GET /v2.0/networks?id=04247cf3-fea5-4be6-8b4b-32a866982349 => generated 779 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1071] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:37:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=a3f2de65-7669-4a48-ad9e-afa2772b21e2 => 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: 505/1072] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:37:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=a3f2de65-7669-4a48-ad9e-afa2772b21e2 => generated 860 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1073] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:37:27 2026] GET /v2.0/subnets?id=c45dfbc1-e353-40ac-ae98-8b53005811c0 => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1074] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:37:27 2026] GET /v2.0/ports?network_id=04247cf3-fea5-4be6-8b4b-32a866982349&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: 569/1075] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:37:28 2026] GET /v2.0/networks/04247cf3-fea5-4be6-8b4b-32a866982349?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1076] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:37:28 2026] GET /v2.0/networks/04247cf3-fea5-4be6-8b4b-32a866982349?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: 570/1077] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:28 2026] GET /v2.0/ports?device_id=ae4e51dd-a710-4f87-aa27-80ae5dbce7e6 => 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: 508/1078] 199.204.45.53 () {34 vars in 1117 bytes} [Wed Jul 1 08:37:28 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.5 => generated 1148 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1079] 199.204.45.53 () {38 vars in 1027 bytes} [Wed Jul 1 08:37:28 2026] PUT /v2.0/ports/a3f2de65-7669-4a48-ad9e-afa2772b21e2 => generated 968 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:37:29.088 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-40eb9f87-c26b-486b-8cb8-470ca0c9a578'] response: {'name': 'network-changed', 'server_uuid': 'cd21456e-58fc-42c6-8d99-71f9f3cd55ab', 'tag': 'a3f2de65-7669-4a48-ad9e-afa2772b21e2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 509/1080] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:37:29 2026] GET /v2.0/networks?id=0c7d5718-7f6c-4d24-b9ed-a3082bf121cf => generated 669 bytes in 57 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: 572/1081] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:29 2026] GET /v2.0/ports?device_id=ae4e51dd-a710-4f87-aa27-80ae5dbce7e6 => 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: 510/1082] 199.204.45.53 () {34 vars in 1049 bytes} [Wed Jul 1 08:37:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9fd1819fd6084874b6be5150adf3c60a => generated 180 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1083] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:37:29 2026] GET /v2.0/ports?tenant_id=12702720718a48ab8b4b8c9073ccd347&device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1084] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:37:29 2026] GET /v2.0/networks?id=04247cf3-fea5-4be6-8b4b-32a866982349 => generated 779 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1085] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:37:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=a3f2de65-7669-4a48-ad9e-afa2772b21e2 => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1086] 199.204.45.53 () {38 vars in 954 bytes} [Wed Jul 1 08:37:29 2026] POST /v2.0/ports => generated 958 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 514/1087] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:37:29 2026] GET /v2.0/subnets?id=c45dfbc1-e353-40ac-ae98-8b53005811c0 => generated 701 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1088] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:37:29 2026] GET /v2.0/ports?network_id=04247cf3-fea5-4be6-8b4b-32a866982349&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1089] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:37:29 2026] GET /v2.0/networks/04247cf3-fea5-4be6-8b4b-32a866982349?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: 517/1090] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:37:29 2026] GET /v2.0/networks/04247cf3-fea5-4be6-8b4b-32a866982349?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: 574/1091] 199.204.45.53 () {38 vars in 1027 bytes} [Wed Jul 1 08:37:29 2026] PUT /v2.0/ports/9b9065f7-a4db-41c2-9911-c62524cf4714 => generated 1239 bytes in 396 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: 518/1092] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:30 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1093] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:30 2026] GET /v2.0/ports?device_id=ae4e51dd-a710-4f87-aa27-80ae5dbce7e6 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1094] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:30 2026] GET /v2.0/security-groups?id=a26c6a78-87e8-420f-86af-4b210e6bdea1&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: 576/1095] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:30 2026] GET /v2.0/security-groups?id=e5b1f097-66a8-41c6-8058-ef5b5145aeda&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1096] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:37:30 2026] GET /v2.0/ports?tenant_id=12702720718a48ab8b4b8c9073ccd347&device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1097] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:37:30 2026] GET /v2.0/networks?id=04247cf3-fea5-4be6-8b4b-32a866982349 => generated 779 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1098] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:37:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=a3f2de65-7669-4a48-ad9e-afa2772b21e2 => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1099] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:37:31 2026] GET /v2.0/subnets?id=c45dfbc1-e353-40ac-ae98-8b53005811c0 => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1100] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:37:31 2026] GET /v2.0/ports?network_id=04247cf3-fea5-4be6-8b4b-32a866982349&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-07-01 08:37:31.122 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a9408171-a792-45e3-9ed4-d0a34cb60b91'] response: {'name': 'network-changed', 'server_uuid': 'ae4e51dd-a710-4f87-aa27-80ae5dbce7e6', 'tag': '9b9065f7-a4db-41c2-9911-c62524cf4714', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 523/1101] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:37:31 2026] GET /v2.0/networks/04247cf3-fea5-4be6-8b4b-32a866982349?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1102] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:37:31 2026] GET /v2.0/ports?tenant_id=9fd1819fd6084874b6be5150adf3c60a&device_id=ae4e51dd-a710-4f87-aa27-80ae5dbce7e6 => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1103] 199.204.45.53 () {34 vars in 1059 bytes} [Wed Jul 1 08:37:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=9b9065f7-a4db-41c2-9911-c62524cf4714 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1104] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:37:31 2026] GET /v2.0/networks/04247cf3-fea5-4be6-8b4b-32a866982349?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: 581/1105] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:37:31 2026] GET /v2.0/subnets?id=c6571c55-b058-48eb-b794-7e6361fa6bca => generated 687 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1106] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:37:31 2026] GET /v2.0/ports?network_id=0c7d5718-7f6c-4d24-b9ed-a3082bf121cf&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1107] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:37:31 2026] GET /v2.0/networks/0c7d5718-7f6c-4d24-b9ed-a3082bf121cf?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1108] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:37:31 2026] GET /v2.0/networks/0c7d5718-7f6c-4d24-b9ed-a3082bf121cf?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: 527/1109] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:31 2026] GET /v2.0/ports?device_id=ae4e51dd-a710-4f87-aa27-80ae5dbce7e6 => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1110] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:31 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1111] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:31 2026] GET /v2.0/security-groups?id=e5b1f097-66a8-41c6-8058-ef5b5145aeda&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1112] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:31 2026] GET /v2.0/security-groups?id=a26c6a78-87e8-420f-86af-4b210e6bdea1&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: 529/1113] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:37:32 2026] GET /v2.0/ports?tenant_id=9fd1819fd6084874b6be5150adf3c60a&device_id=ae4e51dd-a710-4f87-aa27-80ae5dbce7e6 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1114] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:37:32 2026] GET /v2.0/networks?id=0c7d5718-7f6c-4d24-b9ed-a3082bf121cf => generated 764 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1115] 199.204.45.53 () {34 vars in 1059 bytes} [Wed Jul 1 08:37:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=9b9065f7-a4db-41c2-9911-c62524cf4714 => 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: 586/1116] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:37:32 2026] GET /v2.0/subnets?id=c6571c55-b058-48eb-b794-7e6361fa6bca => generated 687 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1117] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:37:32 2026] GET /v2.0/ports?network_id=0c7d5718-7f6c-4d24-b9ed-a3082bf121cf&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1118] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:32 2026] GET /v2.0/ports?device_id=ae4e51dd-a710-4f87-aa27-80ae5dbce7e6 => 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: 532/1119] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:32 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1120] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:37:32 2026] GET /v2.0/networks/0c7d5718-7f6c-4d24-b9ed-a3082bf121cf?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1121] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:32 2026] GET /v2.0/security-groups?id=e5b1f097-66a8-41c6-8058-ef5b5145aeda&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1122] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:32 2026] GET /v2.0/security-groups?id=a26c6a78-87e8-420f-86af-4b210e6bdea1&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1123] 199.204.45.53 () {34 vars in 993 bytes} [Wed Jul 1 08:37:32 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1124] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:37:32 2026] GET /v2.0/networks/0c7d5718-7f6c-4d24-b9ed-a3082bf121cf?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-07-01 08:37:32.869 7 INFO neutron_taas.services.taas.taas_plugin [req-9e549dd6-8f08-4945-a3ef-774566f9c435 req-0fc6c2d3-4ce9-4274-a627-d0d2eb27680f f06b06f6587e45c49de7bff8b3a380fc 12702720718a48ab8b4b8c9073ccd347 - - default default] TaaS: Handle Delete Port: a3f2de65-7669-4a48-ad9e-afa2772b21e2 2026-07-01 08:37:32.874 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9e549dd6-8f08-4945-a3ef-774566f9c435 req-0fc6c2d3-4ce9-4274-a627-d0d2eb27680f f06b06f6587e45c49de7bff8b3a380fc 12702720718a48ab8b4b8c9073ccd347 - - default default] Tap Mirror: Handle Delete Port: a3f2de65-7669-4a48-ad9e-afa2772b21e2 2026-07-01 08:37:32.981 7 INFO neutron.db.l3_db [req-9e549dd6-8f08-4945-a3ef-774566f9c435 req-0fc6c2d3-4ce9-4274-a627-d0d2eb27680f f06b06f6587e45c49de7bff8b3a380fc 12702720718a48ab8b4b8c9073ccd347 - - default default] Floating IP b4d3b03a-b097-4791-9ea0-e701df875204 disassociated. External IP: 10.96.250.214, port: a3f2de65-7669-4a48-ad9e-afa2772b21e2. [pid: 7|app: 0|req: 590/1125] 199.204.45.53 () {36 vars in 996 bytes} [Wed Jul 1 08:37:32 2026] DELETE /v2.0/ports/a3f2de65-7669-4a48-ad9e-afa2772b21e2 => generated 0 bytes in 592 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:37:33.385 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e201b70-62c2-41db-84bd-0b266134f891'] response: {'server_uuid': 'cd21456e-58fc-42c6-8d99-71f9f3cd55ab', 'name': 'network-vif-deleted', 'tag': 'a3f2de65-7669-4a48-ad9e-afa2772b21e2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 536/1126] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:33 2026] GET /v2.0/ports?device_id=ae4e51dd-a710-4f87-aa27-80ae5dbce7e6 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1127] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:33 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1128] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:33 2026] GET /v2.0/security-groups?id=e5b1f097-66a8-41c6-8058-ef5b5145aeda&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1129] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:37:34 2026] GET /v2.0/security-groups?tenant_id=319822cfc60c40869f7117d45d24cee7&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1130] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:34 2026] GET /v2.0/ports?device_id=ae4e51dd-a710-4f87-aa27-80ae5dbce7e6 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1131] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:37:34 2026] DELETE /v2.0/security-groups/d4f56d81-5c2c-438f-a1da-f511bb28d370 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1132] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:35 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => 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: 539/1133] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:35 2026] GET /v2.0/security-groups?id=e5b1f097-66a8-41c6-8058-ef5b5145aeda&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1134] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:36 2026] GET /v2.0/ports?device_id=cd21456e-58fc-42c6-8d99-71f9f3cd55ab => 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: 540/1135] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:36 2026] GET /v2.0/ports?device_id=ae4e51dd-a710-4f87-aa27-80ae5dbce7e6 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1136] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:36 2026] GET /v2.0/security-groups?id=e5b1f097-66a8-41c6-8058-ef5b5145aeda&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:37:37.062 8 INFO neutron.db.segments_db [None req-b473f2d9-c8f2-4815-a209-5e6bd6f0250d e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment 183195e3-5314-4db6-b850-e3f4cafe5d3f of type vxlan for network 9a67d2b4-fa17-4507-9f4e-f87cda3a0a06 [pid: 8|app: 0|req: 541/1137] 10.0.0.228 () {34 vars in 671 bytes} [Wed Jul 1 08:37:36 2026] POST /v2.0/networks => generated 741 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1138] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:37:37 2026] DELETE /v2.0/security-groups/a26c6a78-87e8-420f-86af-4b210e6bdea1 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1139] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:37:37 2026] POST /v2.0/subnets => generated 688 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:37:37.421 7 INFO neutron.api.v2.resource [None req-cfb54096-d947-40f7-b966-c3010137f996 f06b06f6587e45c49de7bff8b3a380fc 12702720718a48ab8b4b8c9073ccd347 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 598/1140] 10.0.0.228 () {32 vars in 737 bytes} [Wed Jul 1 08:37:37 2026] GET /v2.0/security-groups/a26c6a78-87e8-420f-86af-4b210e6bdea1 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:37:37.473 7 INFO neutron.db.segments_db [None req-ab3048a3-370e-4dfc-b6ec-2182480f482d e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment 7d9d1db9-1d68-45c4-bcbe-567cb9f564d5 of type vxlan for network 542e9537-6e0b-423c-a5cc-d3b98440af07 2026-07-01 08:37:37.720 7 INFO neutron.db.l3_hamode_db [None req-ab3048a3-370e-4dfc-b6ec-2182480f482d e01e9152d89049d2bbc86ba3b35b32de 3b8a82be7b864a1aa00fec160643176c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 543/1141] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:37 2026] GET /v2.0/ports?device_id=ae4e51dd-a710-4f87-aa27-80ae5dbce7e6 => generated 975 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:37:37.915 8 INFO neutron_taas.services.taas.taas_plugin [None req-df507b4d-1672-44e9-95bd-84406cbfe8f1 f06b06f6587e45c49de7bff8b3a380fc 12702720718a48ab8b4b8c9073ccd347 - - default default] TaaS: Handle Delete Port: 0d7494f0-e273-402b-991e-18bdd5ea3e0a 2026-07-01 08:37:37.920 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df507b4d-1672-44e9-95bd-84406cbfe8f1 f06b06f6587e45c49de7bff8b3a380fc 12702720718a48ab8b4b8c9073ccd347 - - default default] Tap Mirror: Handle Delete Port: 0d7494f0-e273-402b-991e-18bdd5ea3e0a [pid: 8|app: 0|req: 544/1142] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:37:37 2026] DELETE /v2.0/floatingips/b4d3b03a-b097-4791-9ea0-e701df875204 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1145] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:38 2026] GET /v2.0/security-groups?id=e5b1f097-66a8-41c6-8058-ef5b5145aeda&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1146] 10.0.0.55 () {34 vars in 989 bytes} [Wed Jul 1 08:37:38 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 1240 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1147] 10.0.0.55 () {34 vars in 1039 bytes} [Wed Jul 1 08:37:38 2026] GET /v2.0/security-groups?id=695f84e5-e145-4f2e-a6f0-8c71673b07cb&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:37:38.506 7 INFO neutron.db.l3_hamode_db [None req-ab3048a3-370e-4dfc-b6ec-2182480f482d e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 08:37:38.585 8 INFO neutron_taas.services.taas.taas_plugin [None req-5cd57ca9-d9a7-4b80-a67e-cb001dbddd18 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: dffe43f3-e6d7-47f9-9acd-07726f6a800d 2026-07-01 08:37:38.588 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cd57ca9-d9a7-4b80-a67e-cb001dbddd18 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: dffe43f3-e6d7-47f9-9acd-07726f6a800d [pid: 8|app: 0|req: 550/1148] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:37:38 2026] PUT /v2.0/routers/8da20640-6ef8-4ce5-81df-d738ada04165/remove_router_interface => generated 309 bytes in 894 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1149] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:39 2026] GET /v2.0/ports?device_id=ae4e51dd-a710-4f87-aa27-80ae5dbce7e6 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:37:39.393 8 INFO neutron_taas.services.taas.taas_plugin [None req-d26df850-feab-4e99-9bde-2e0d3b171d6b e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: 58abc5c1-57c1-490d-9ddd-3a49a914ef45 2026-07-01 08:37:39.396 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d26df850-feab-4e99-9bde-2e0d3b171d6b e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: 58abc5c1-57c1-490d-9ddd-3a49a914ef45 [pid: 7|app: 0|req: 599/1150] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:37:37 2026] POST /v2.0/routers => generated 728 bytes in 2011 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:37:39.681 8 INFO neutron_taas.services.taas.taas_plugin [None req-d26df850-feab-4e99-9bde-2e0d3b171d6b e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: 59cfc61e-2687-4438-a745-8ea6f794e00d 2026-07-01 08:37:39.683 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d26df850-feab-4e99-9bde-2e0d3b171d6b e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: 59cfc61e-2687-4438-a745-8ea6f794e00d 2026-07-01 08:37:39.840 7 INFO neutron.db.l3_db [None req-c29780f3-cddd-40ff-a114-66b6a91ba214 38eefc47bb5c4afa8eae7015792c33d5 9fd1819fd6084874b6be5150adf3c60a - - default default] Floating IP 699e133e-556e-45c6-aca6-24d3c7b691fa associated. External IP: 10.96.250.210, port: 9b9065f7-a4db-41c2-9911-c62524cf4714. 2026-07-01 08:37:40.033 8 INFO neutron.services.segments.plugin [-] Segment 6263829a-ca8e-49cd-9123-0cd6305300db resource provider aggregate not found 2026-07-01 08:37:40.040 8 INFO neutron.services.segments.plugin [-] Segment 6263829a-ca8e-49cd-9123-0cd6305300db resource provider aggregate not found 2026-07-01 08:37:40.058 8 INFO neutron.services.segments.plugin [-] Segment 6263829a-ca8e-49cd-9123-0cd6305300db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6263829a-ca8e-49cd-9123-0cd6305300db found for delete ", "request_id": "req-9759fbdf-db46-4177-bcc7-b28fd48772a2"}]} 2026-07-01 08:37:40.060 8 INFO neutron.services.segments.plugin [-] Segment 6263829a-ca8e-49cd-9123-0cd6305300db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6263829a-ca8e-49cd-9123-0cd6305300db found for delete ", "request_id": "req-cf8eba91-76cd-4aeb-81e1-6d444c0353ab"}]} 2026-07-01 08:37:40.071 8 INFO neutron.db.l3_hamode_db [None req-d26df850-feab-4e99-9bde-2e0d3b171d6b e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] HA network 81ff5996-4232-49ee-8a6e-dacdb4f3be68 was deleted as no HA routers are present in tenant 12702720718a48ab8b4b8c9073ccd347. [pid: 8|app: 0|req: 552/1151] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:37:39 2026] DELETE /v2.0/routers/8da20640-6ef8-4ce5-81df-d738ada04165 => generated 0 bytes in 905 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1152] 10.0.0.228 () {34 vars in 749 bytes} [Wed Jul 1 08:37:39 2026] PUT /v2.0/floatingips/699e133e-556e-45c6-aca6-24d3c7b691fa => generated 856 bytes in 703 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:37:40.187 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-95452265-024f-46f8-9e95-8218183848e6'] response: {'name': 'network-changed', 'server_uuid': 'ae4e51dd-a710-4f87-aa27-80ae5dbce7e6', 'tag': '9b9065f7-a4db-41c2-9911-c62524cf4714', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 601/1153] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:37:40 2026] DELETE /v2.0/subnets/c45dfbc1-e353-40ac-ae98-8b53005811c0 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1154] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:40 2026] GET /v2.0/ports?device_id=ae4e51dd-a710-4f87-aa27-80ae5dbce7e6 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:37:40.487 7 INFO neutron_taas.services.taas.taas_plugin [None req-a76bb8c2-a01e-44fb-b2fe-256a72e368f4 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: c3f153e3-2701-49f7-a906-6a736aae8dd3 2026-07-01 08:37:40.491 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a76bb8c2-a01e-44fb-b2fe-256a72e368f4 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: c3f153e3-2701-49f7-a906-6a736aae8dd3 2026-07-01 08:37:40.651 7 INFO neutron.services.segments.plugin [-] Segment d1b301ad-f218-49e8-9711-425180a555ce resource provider aggregate not found 2026-07-01 08:37:40.658 7 INFO neutron.services.segments.plugin [-] Segment d1b301ad-f218-49e8-9711-425180a555ce resource provider aggregate not found 2026-07-01 08:37:40.674 7 INFO neutron.services.segments.plugin [-] Segment d1b301ad-f218-49e8-9711-425180a555ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1b301ad-f218-49e8-9711-425180a555ce found for delete ", "request_id": "req-c25c5c48-908d-461a-83bb-5e4d284fbbcd"}]} 2026-07-01 08:37:40.676 7 INFO neutron.services.segments.plugin [-] Segment d1b301ad-f218-49e8-9711-425180a555ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1b301ad-f218-49e8-9711-425180a555ce found for delete ", "request_id": "req-69f0c7c2-508c-495a-9d64-7d2c71ce56da"}]} [pid: 7|app: 0|req: 603/1155] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:37:40 2026] DELETE /v2.0/networks/04247cf3-fea5-4be6-8b4b-32a866982349 => 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: 604/1156] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:40 2026] GET /v2.0/security-groups?id=e5b1f097-66a8-41c6-8058-ef5b5145aeda&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1157] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:37:40 2026] GET /v2.0/ports?tenant_id=9fd1819fd6084874b6be5150adf3c60a&device_id=ae4e51dd-a710-4f87-aa27-80ae5dbce7e6 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1158] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:37:40 2026] GET /v2.0/networks?id=0c7d5718-7f6c-4d24-b9ed-a3082bf121cf => generated 764 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1159] 199.204.45.53 () {34 vars in 1059 bytes} [Wed Jul 1 08:37:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=9b9065f7-a4db-41c2-9911-c62524cf4714 => generated 859 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1160] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:37:40 2026] GET /v2.0/security-groups?tenant_id=12702720718a48ab8b4b8c9073ccd347&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1161] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:37:40 2026] GET /v2.0/subnets?id=c6571c55-b058-48eb-b794-7e6361fa6bca => generated 687 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1162] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:37:40 2026] DELETE /v2.0/security-groups/c8b1ea98-85f7-4921-b401-e98a915dd1a2 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1163] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:37:40 2026] GET /v2.0/ports?network_id=0c7d5718-7f6c-4d24-b9ed-a3082bf121cf&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1164] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:41 2026] GET /v2.0/ports?device_id=ae4e51dd-a710-4f87-aa27-80ae5dbce7e6 => 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: 613/1165] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:37:41 2026] GET /v2.0/networks/0c7d5718-7f6c-4d24-b9ed-a3082bf121cf?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1166] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:41 2026] GET /v2.0/security-groups?id=e5b1f097-66a8-41c6-8058-ef5b5145aeda&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1167] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:37:41 2026] GET /v2.0/networks/0c7d5718-7f6c-4d24-b9ed-a3082bf121cf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1168] 10.0.0.228 () {34 vars in 783 bytes} [Wed Jul 1 08:37:40 2026] PUT /v2.0/routers/511f9068-5fb8-496e-984c-ca729d454577/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: 616/1169] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:42 2026] GET /v2.0/ports?device_id=ae4e51dd-a710-4f87-aa27-80ae5dbce7e6 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1170] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:42 2026] GET /v2.0/security-groups?id=e5b1f097-66a8-41c6-8058-ef5b5145aeda&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:37:42.515 7 INFO neutron.db.segments_db [None req-fd74d732-111e-40bb-9bbb-c0a997ddf583 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment 2447a5ae-16ab-4e7f-97b2-666c8fc4923e of type vxlan for network 972d2586-3af0-449b-9709-feb727b61999 [pid: 7|app: 0|req: 617/1171] 10.0.0.228 () {34 vars in 671 bytes} [Wed Jul 1 08:37:42 2026] POST /v2.0/networks => generated 740 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1172] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:37:42 2026] POST /v2.0/subnets => generated 687 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:37:42.865 7 INFO neutron.db.segments_db [None req-75b7399a-94d1-45f2-8c77-4775933ebcc2 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment 9b645261-dad0-4089-b453-eaa17d7e9cf7 of type vxlan for network 699eabaa-94d3-4ca1-9baf-334ca857c541 2026-07-01 08:37:43.098 7 INFO neutron.db.l3_hamode_db [None req-75b7399a-94d1-45f2-8c77-4775933ebcc2 e01e9152d89049d2bbc86ba3b35b32de 82ee565d9e1d48ac999655d2535926cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 556/1173] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:43 2026] GET /v2.0/ports?device_id=ae4e51dd-a710-4f87-aa27-80ae5dbce7e6 => 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: 557/1174] 199.204.45.53 () {34 vars in 993 bytes} [Wed Jul 1 08:37:43 2026] GET /v2.0/ports?device_id=ae4e51dd-a710-4f87-aa27-80ae5dbce7e6 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1175] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:43 2026] GET /v2.0/security-groups?id=e5b1f097-66a8-41c6-8058-ef5b5145aeda&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-07-01 08:37:43.623 8 INFO neutron_taas.services.taas.taas_plugin [req-c1556944-be93-4487-9ff1-6e5a1f04ce5d req-f6e9b382-74d0-4f56-bd40-29f52a86bbb4 38eefc47bb5c4afa8eae7015792c33d5 9fd1819fd6084874b6be5150adf3c60a - - default default] TaaS: Handle Delete Port: 9b9065f7-a4db-41c2-9911-c62524cf4714 2026-07-01 08:37:43.626 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c1556944-be93-4487-9ff1-6e5a1f04ce5d req-f6e9b382-74d0-4f56-bd40-29f52a86bbb4 38eefc47bb5c4afa8eae7015792c33d5 9fd1819fd6084874b6be5150adf3c60a - - default default] Tap Mirror: Handle Delete Port: 9b9065f7-a4db-41c2-9911-c62524cf4714 2026-07-01 08:37:43.739 8 INFO neutron.db.l3_db [req-c1556944-be93-4487-9ff1-6e5a1f04ce5d req-f6e9b382-74d0-4f56-bd40-29f52a86bbb4 38eefc47bb5c4afa8eae7015792c33d5 9fd1819fd6084874b6be5150adf3c60a - - default default] Floating IP 699e133e-556e-45c6-aca6-24d3c7b691fa disassociated. External IP: 10.96.250.210, port: 9b9065f7-a4db-41c2-9911-c62524cf4714. [pid: 8|app: 0|req: 559/1176] 199.204.45.53 () {36 vars in 996 bytes} [Wed Jul 1 08:37:43 2026] DELETE /v2.0/ports/9b9065f7-a4db-41c2-9911-c62524cf4714 => generated 0 bytes in 579 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:37:44.118 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6af9a0b3-3f68-464d-bbfd-9dd049637187'] response: {'server_uuid': 'ae4e51dd-a710-4f87-aa27-80ae5dbce7e6', 'name': 'network-vif-deleted', 'tag': '9b9065f7-a4db-41c2-9911-c62524cf4714', 'status': 'completed', 'code': 200} 2026-07-01 08:37:44.282 7 INFO neutron.db.l3_hamode_db [None req-75b7399a-94d1-45f2-8c77-4775933ebcc2 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 560/1177] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:44 2026] GET /v2.0/ports?device_id=ae4e51dd-a710-4f87-aa27-80ae5dbce7e6 => 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: 618/1178] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:37:42 2026] POST /v2.0/routers => generated 727 bytes in 2349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1179] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:45 2026] GET /v2.0/ports?device_id=ae4e51dd-a710-4f87-aa27-80ae5dbce7e6 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1180] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:37:46 2026] GET /v2.0/security-groups?tenant_id=c4d243a032db4eb5a27b557853626ddf&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1181] 10.0.0.228 () {34 vars in 783 bytes} [Wed Jul 1 08:37:45 2026] PUT /v2.0/routers/5aa9f47e-5d0c-443d-9544-7da20011ca43/add_router_interface => generated 309 bytes in 1364 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1182] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:37:46 2026] DELETE /v2.0/security-groups/8911851a-b5a9-4756-b865-37ee1d07544e => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1183] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:46 2026] GET /v2.0/ports?device_id=ae4e51dd-a710-4f87-aa27-80ae5dbce7e6 => 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: 562/1184] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:37:46 2026] GET /v2.0/security-groups?tenant_id=afdee582d42942879919d9fb106ab964&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1185] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:37:46 2026] DELETE /v2.0/security-groups/8ae97dfa-6a1a-494d-8698-1c85f82f5dd6 => 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: 563/1186] 10.0.0.228 () {34 vars in 685 bytes} [Wed Jul 1 08:37:47 2026] POST /v2.0/security-groups => generated 1669 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1187] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:37:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1188] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:37:47 2026] POST /v2.0/security-group-rules => generated 596 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1189] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:37:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1190] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:47 2026] GET /v2.0/ports?device_id=ae4e51dd-a710-4f87-aa27-80ae5dbce7e6 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1191] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:37:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:37:48.084 8 INFO neutron.db.securitygroups_db [None req-56977fe3-5e23-43c4-8e39-1fd217e66054 3aac2136ac004bf68bdf61f8f0938514 3b8a82be7b864a1aa00fec160643176c - - default default] Project 3b8a82be7b864a1aa00fec160643176c 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: 566/1192] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:37:48 2026] POST /v2.0/security-group-rules => generated 607 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:37:48.218 7 INFO neutron.db.securitygroups_db [None req-8e3032f4-20a6-477e-b969-e6fc3d0ae649 3aac2136ac004bf68bdf61f8f0938514 3b8a82be7b864a1aa00fec160643176c - - default default] Project 3b8a82be7b864a1aa00fec160643176c 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: 627/1193] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:37:48 2026] POST /v2.0/security-group-rules => generated 606 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1194] 10.0.0.228 () {34 vars in 685 bytes} [Wed Jul 1 08:37:48 2026] POST /v2.0/security-groups => generated 1660 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1195] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:37:48 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: 568/1196] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:37:49 2026] DELETE /v2.0/security-groups/e5b1f097-66a8-41c6-8058-ef5b5145aeda => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:37:49.126 8 INFO neutron.api.v2.resource [None req-9ecb9e5c-5db8-4800-8346-8087fafd32c8 38eefc47bb5c4afa8eae7015792c33d5 9fd1819fd6084874b6be5150adf3c60a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 569/1197] 10.0.0.228 () {32 vars in 737 bytes} [Wed Jul 1 08:37:49 2026] GET /v2.0/security-groups/e5b1f097-66a8-41c6-8058-ef5b5145aeda => 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: 629/1198] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:37:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:37:49.254 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3b50093-293e-4810-a54c-2cc74c34b3b0 38eefc47bb5c4afa8eae7015792c33d5 9fd1819fd6084874b6be5150adf3c60a - - default default] TaaS: Handle Delete Port: c3e56166-38a2-481c-9362-cc55bbedd2e4 2026-07-01 08:37:49.258 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3b50093-293e-4810-a54c-2cc74c34b3b0 38eefc47bb5c4afa8eae7015792c33d5 9fd1819fd6084874b6be5150adf3c60a - - default default] Tap Mirror: Handle Delete Port: c3e56166-38a2-481c-9362-cc55bbedd2e4 [pid: 8|app: 0|req: 570/1199] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:37:49 2026] DELETE /v2.0/floatingips/699e133e-556e-45c6-aca6-24d3c7b691fa => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1200] 10.0.0.228 () {34 vars in 676 bytes} [Wed Jul 1 08:37:49 2026] POST /v2.0/floatingips => generated 552 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:37:49.791 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3aa895f-48d2-48bb-aac6-d3ec16c79774 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: d3583982-4d65-41e4-9f9c-bf245eee84ad [pid: 7|app: 0|req: 631/1201] 10.0.0.133 () {34 vars in 1098 bytes} [Wed Jul 1 08:37:49 2026] GET /v2.0/security-groups?name=tempest-securitygroup--734749393&fields=id&tenant_id=3b8a82be7b864a1aa00fec160643176c => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:37:49.796 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3aa895f-48d2-48bb-aac6-d3ec16c79774 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: d3583982-4d65-41e4-9f9c-bf245eee84ad [pid: 7|app: 0|req: 632/1202] 10.0.0.133 () {34 vars in 1094 bytes} [Wed Jul 1 08:37:49 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1384035&fields=id&tenant_id=3b8a82be7b864a1aa00fec160643176c => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1203] 10.0.0.133 () {34 vars in 982 bytes} [Wed Jul 1 08:37:49 2026] GET /v2.0/networks?id=9a67d2b4-fa17-4507-9f4e-f87cda3a0a06 => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1204] 10.0.0.133 () {34 vars in 965 bytes} [Wed Jul 1 08:37:49 2026] GET /v2.0/quotas/3b8a82be7b864a1aa00fec160643176c => 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: 635/1205] 10.0.0.133 () {34 vars in 1002 bytes} [Wed Jul 1 08:37:49 2026] GET /v2.0/ports?tenant_id=3b8a82be7b864a1aa00fec160643176c&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1206] 10.0.0.133 () {34 vars in 1008 bytes} [Wed Jul 1 08:37:49 2026] GET /v2.0/networks/9a67d2b4-fa17-4507-9f4e-f87cda3a0a06?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: 637/1207] 10.0.0.133 () {34 vars in 1108 bytes} [Wed Jul 1 08:37:50 2026] GET /v2.0/networks/9a67d2b4-fa17-4507-9f4e-f87cda3a0a06?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: 638/1208] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:50 2026] GET /v2.0/ports?device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => 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: 571/1209] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:37:49 2026] PUT /v2.0/routers/433beb2b-4cf0-4410-884f-65276329bb1f/remove_router_interface => generated 309 bytes in 1063 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:37:50.675 7 INFO neutron_taas.services.taas.taas_plugin [None req-6bc13d86-373e-4955-955c-c173d2e5e0e7 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: ac0409dc-c2fd-4e80-9110-2ffa642fad56 2026-07-01 08:37:50.678 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bc13d86-373e-4955-955c-c173d2e5e0e7 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: ac0409dc-c2fd-4e80-9110-2ffa642fad56 2026-07-01 08:37:50.912 7 INFO neutron_taas.services.taas.taas_plugin [None req-6bc13d86-373e-4955-955c-c173d2e5e0e7 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: 3f8e038a-c9e3-4c90-8f1e-03a09d89f2f0 2026-07-01 08:37:50.914 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bc13d86-373e-4955-955c-c173d2e5e0e7 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: 3f8e038a-c9e3-4c90-8f1e-03a09d89f2f0 2026-07-01 08:37:51.331 7 INFO neutron.services.segments.plugin [-] Segment 34049b3d-3486-476d-98be-3ef305526b1a resource provider aggregate not found 2026-07-01 08:37:51.338 7 INFO neutron.services.segments.plugin [-] Segment 34049b3d-3486-476d-98be-3ef305526b1a resource provider aggregate not found [pid: 8|app: 0|req: 572/1210] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:51 2026] GET /v2.0/ports?device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:37:51.362 7 INFO neutron.services.segments.plugin [-] Segment 34049b3d-3486-476d-98be-3ef305526b1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34049b3d-3486-476d-98be-3ef305526b1a found for delete ", "request_id": "req-3441c25f-782f-4e9d-88e0-7faac68417ac"}]} 2026-07-01 08:37:51.363 7 INFO neutron.services.segments.plugin [-] Segment 34049b3d-3486-476d-98be-3ef305526b1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34049b3d-3486-476d-98be-3ef305526b1a found for delete ", "request_id": "req-1d8748a6-0e1b-4ad1-96e2-ba62bdc99423"}]} 2026-07-01 08:37:51.372 7 INFO neutron.db.l3_hamode_db [None req-6bc13d86-373e-4955-955c-c173d2e5e0e7 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] HA network cdbc0450-314a-4382-88b0-0ea30fcc3d3e was deleted as no HA routers are present in tenant 9fd1819fd6084874b6be5150adf3c60a. [pid: 7|app: 0|req: 639/1211] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:37:50 2026] DELETE /v2.0/routers/433beb2b-4cf0-4410-884f-65276329bb1f => generated 0 bytes in 885 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1212] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:37:51 2026] DELETE /v2.0/subnets/c6571c55-b058-48eb-b794-7e6361fa6bca => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:37:51.656 7 INFO neutron_taas.services.taas.taas_plugin [None req-126a3992-b9ef-4f82-bd47-8160b0fd6c5a e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: 22000677-637a-48cc-b0da-be4ae9ccd3fa 2026-07-01 08:37:51.659 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-126a3992-b9ef-4f82-bd47-8160b0fd6c5a e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: 22000677-637a-48cc-b0da-be4ae9ccd3fa [pid: 7|app: 0|req: 640/1213] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:37:51 2026] DELETE /v2.0/networks/0c7d5718-7f6c-4d24-b9ed-a3082bf121cf => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1214] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:37:52 2026] GET /v2.0/security-groups?tenant_id=9fd1819fd6084874b6be5150adf3c60a&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: 641/1215] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:37:52 2026] DELETE /v2.0/security-groups/fba1b0b7-dab3-444d-b277-cbf839892957 => 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: 575/1216] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:52 2026] GET /v2.0/ports?device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => 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: 577/1219] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:52 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1220] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:53 2026] GET /v2.0/security-groups?id=695f84e5-e145-4f2e-a6f0-8c71673b07cb&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1221] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:53 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1222] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:53 2026] GET /v2.0/security-groups?id=695f84e5-e145-4f2e-a6f0-8c71673b07cb&fields=id&fields=name => generated 114 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:37:53.388 7 INFO neutron.services.segments.plugin [-] Segment 366cff2e-9afa-4641-8bca-1a050af754a6 resource provider aggregate not found 2026-07-01 08:37:53.392 7 INFO neutron.services.segments.plugin [-] Segment 366cff2e-9afa-4641-8bca-1a050af754a6 resource provider aggregate not found 2026-07-01 08:37:53.407 7 INFO neutron.services.segments.plugin [-] Segment 366cff2e-9afa-4641-8bca-1a050af754a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 366cff2e-9afa-4641-8bca-1a050af754a6 found for delete ", "request_id": "req-56675fbe-c249-4959-8732-501cb5615d29"}]} 2026-07-01 08:37:53.413 7 INFO neutron.services.segments.plugin [-] Segment 366cff2e-9afa-4641-8bca-1a050af754a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 366cff2e-9afa-4641-8bca-1a050af754a6 found for delete ", "request_id": "req-fc6a6076-afda-4550-aea6-0e757ec57e7b"}]} [pid: 8|app: 0|req: 579/1223] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:53 2026] GET /v2.0/ports?device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => 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: 645/1224] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:53 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => 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: 580/1225] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:53 2026] GET /v2.0/security-groups?id=695f84e5-e145-4f2e-a6f0-8c71673b07cb&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: 646/1226] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:37:54 2026] GET /v2.0/security-groups?tenant_id=3bb9ca04abb14677b776c6bff0a05f35&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1227] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:37:54 2026] GET /v2.0/networks?id=9a67d2b4-fa17-4507-9f4e-f87cda3a0a06 => generated 673 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1228] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:54 2026] GET /v2.0/ports?device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => 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: 581/1229] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:37:54 2026] DELETE /v2.0/security-groups/60af82fc-3bdd-46d2-bdd0-11261dfb8d3c => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1230] 199.204.45.53 () {34 vars in 1049 bytes} [Wed Jul 1 08:37:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3b8a82be7b864a1aa00fec160643176c => generated 270 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1231] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:54 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1232] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:37:54 2026] GET /v2.0/security-groups?tenant_id=469e9919a24349abbe4913f1982a1332&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1233] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:54 2026] GET /v2.0/security-groups?id=695f84e5-e145-4f2e-a6f0-8c71673b07cb&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: 653/1234] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:37:54 2026] DELETE /v2.0/security-groups/7c4e3417-827f-43ad-85cb-fce90454efaa => 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: 654/1235] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:37:55 2026] GET /v2.0/ports?tenant_id=79e2724f94c5459dabeedafd627f3703&device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1236] 199.204.45.53 () {38 vars in 954 bytes} [Wed Jul 1 08:37:54 2026] POST /v2.0/ports => generated 997 bytes in 463 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: 655/1237] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:37:55 2026] GET /v2.0/networks?id=4fb9f487-14d9-4c70-9705-1dff164bd60a => generated 771 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1238] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:37:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=d40b3dfb-ff00-4526-a46f-90b57db2c32f => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1239] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:37:55 2026] GET /v2.0/subnets?id=4cdcc5af-6a12-46c8-a0bb-8e8dae654d3e => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1240] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:37:55 2026] GET /v2.0/ports?network_id=4fb9f487-14d9-4c70-9705-1dff164bd60a&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1241] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:37:55 2026] GET /v2.0/networks/4fb9f487-14d9-4c70-9705-1dff164bd60a?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: 660/1242] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:37:55 2026] GET /v2.0/networks/4fb9f487-14d9-4c70-9705-1dff164bd60a?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: 583/1243] 199.204.45.53 () {38 vars in 1027 bytes} [Wed Jul 1 08:37:55 2026] PUT /v2.0/ports/f1d92736-bf3f-4e0e-9c50-0d726d66b8c3 => generated 1278 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:37:55.630 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-86a85c0c-b476-4a10-b8ed-6b4f758ff25d'] response: {'name': 'network-changed', 'server_uuid': 'f69ea90d-6c37-415f-959e-4d5f77d7b0bc', 'tag': 'f1d92736-bf3f-4e0e-9c50-0d726d66b8c3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 661/1244] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:55 2026] GET /v2.0/ports?device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => generated 1012 bytes in 73 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: 584/1245] 10.0.0.133 () {34 vars in 1120 bytes} [Wed Jul 1 08:37:55 2026] GET /v2.0/security-groups?id=bbf99563-d930-4531-be23-2edbca38bf44&id=3ab61a7d-037a-4024-bb8d-c9dabf18a61e&fields=id&fields=name => generated 203 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1246] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:56 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => 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: 585/1247] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:56 2026] GET /v2.0/security-groups?id=695f84e5-e145-4f2e-a6f0-8c71673b07cb&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: 663/1248] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:37:56 2026] GET /v2.0/ports?tenant_id=3b8a82be7b864a1aa00fec160643176c&device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => generated 1281 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1249] 199.204.45.53 () {34 vars in 1017 bytes} [Wed Jul 1 08:37:56 2026] GET /v2.0/networks?tenant_id=3b8a82be7b864a1aa00fec160643176c&shared=False => generated 769 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1250] 199.204.45.53 () {34 vars in 929 bytes} [Wed Jul 1 08:37:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1251] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:56 2026] GET /v2.0/ports?device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => generated 1012 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1252] 10.0.0.133 () {34 vars in 1120 bytes} [Wed Jul 1 08:37:56 2026] GET /v2.0/security-groups?id=bbf99563-d930-4531-be23-2edbca38bf44&id=3ab61a7d-037a-4024-bb8d-c9dabf18a61e&fields=id&fields=name => generated 203 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1253] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:37:56 2026] GET /v2.0/security-groups?tenant_id=f17e86e72f284a34b34411e8d92b2780&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: 588/1254] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:57 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1255] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:57 2026] GET /v2.0/security-groups?id=695f84e5-e145-4f2e-a6f0-8c71673b07cb&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: 667/1256] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:37:57 2026] DELETE /v2.0/security-groups/abbf9794-69f2-4f0b-9fc8-93daad697726 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1257] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:37:57 2026] GET /v2.0/ports?tenant_id=3b8a82be7b864a1aa00fec160643176c&device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => generated 1281 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1258] 199.204.45.53 () {34 vars in 1059 bytes} [Wed Jul 1 08:37:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=f1d92736-bf3f-4e0e-9c50-0d726d66b8c3 => 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: 592/1259] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:37:57 2026] GET /v2.0/subnets?id=89798ae0-d0b2-4812-8264-75f1b0031db9 => generated 691 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1260] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:37:57 2026] GET /v2.0/ports?network_id=9a67d2b4-fa17-4507-9f4e-f87cda3a0a06&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1261] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:37:57 2026] GET /v2.0/security-groups?tenant_id=69a11d7ed2f647b8a87f6f3fdb239c0e&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1262] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:37:57 2026] GET /v2.0/networks/9a67d2b4-fa17-4507-9f4e-f87cda3a0a06?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: 595/1263] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:37:57 2026] GET /v2.0/networks/9a67d2b4-fa17-4507-9f4e-f87cda3a0a06?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: 669/1264] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:37:57 2026] DELETE /v2.0/security-groups/ddc48208-9c85-4311-aa50-cb0ea44a071f => 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: 596/1265] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:58 2026] GET /v2.0/ports?device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => generated 1012 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1266] 10.0.0.133 () {34 vars in 1120 bytes} [Wed Jul 1 08:37:58 2026] GET /v2.0/security-groups?id=bbf99563-d930-4531-be23-2edbca38bf44&id=3ab61a7d-037a-4024-bb8d-c9dabf18a61e&fields=id&fields=name => generated 203 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1267] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:58 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1268] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:58 2026] GET /v2.0/security-groups?id=695f84e5-e145-4f2e-a6f0-8c71673b07cb&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: 672/1269] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:59 2026] GET /v2.0/ports?device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => generated 1012 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1270] 10.0.0.133 () {34 vars in 1120 bytes} [Wed Jul 1 08:37:59 2026] GET /v2.0/security-groups?id=bbf99563-d930-4531-be23-2edbca38bf44&id=3ab61a7d-037a-4024-bb8d-c9dabf18a61e&fields=id&fields=name => generated 203 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1271] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:37:59 2026] GET /v2.0/security-groups?tenant_id=1184434fd5b643d29053aeb9b83106a9&name=default => generated 2925 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1272] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:37:59 2026] DELETE /v2.0/security-groups/6da13f08-dd40-40c8-86bb-7d4694154cc3 => 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: 599/1273] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:37:59 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1274] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:37:59 2026] GET /v2.0/security-groups?id=695f84e5-e145-4f2e-a6f0-8c71673b07cb&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: 600/1275] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:37:59 2026] GET /v2.0/security-groups?tenant_id=f67d0fc474bd4984b3c61e62b863d806&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1276] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:37:59 2026] DELETE /v2.0/security-groups/5892cf84-20d0-4b28-9d11-b7ba4afbddc0 => 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: 601/1277] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:00 2026] GET /v2.0/ports?device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => generated 1014 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1278] 10.0.0.133 () {34 vars in 1120 bytes} [Wed Jul 1 08:38:00 2026] GET /v2.0/security-groups?id=bbf99563-d930-4531-be23-2edbca38bf44&id=3ab61a7d-037a-4024-bb8d-c9dabf18a61e&fields=id&fields=name => generated 203 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1279] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:00 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1280] 199.204.45.53 () {34 vars in 993 bytes} [Wed Jul 1 08:38:00 2026] GET /v2.0/ports?device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => generated 1283 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1281] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:38:00 2026] GET /v2.0/security-groups?id=695f84e5-e145-4f2e-a6f0-8c71673b07cb&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1282] 199.204.45.53 () {34 vars in 1123 bytes} [Wed Jul 1 08:38:00 2026] GET /v2.0/security-groups?id=bbf99563-d930-4531-be23-2edbca38bf44&id=3ab61a7d-037a-4024-bb8d-c9dabf18a61e&fields=id&fields=name => generated 203 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1283] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:01 2026] GET /v2.0/ports?device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => generated 1014 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1284] 10.0.0.133 () {34 vars in 1120 bytes} [Wed Jul 1 08:38:01 2026] GET /v2.0/security-groups?id=bbf99563-d930-4531-be23-2edbca38bf44&id=3ab61a7d-037a-4024-bb8d-c9dabf18a61e&fields=id&fields=name => generated 203 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1285] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:01 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1286] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:38:01 2026] GET /v2.0/security-groups?id=695f84e5-e145-4f2e-a6f0-8c71673b07cb&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: 606/1287] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:02 2026] GET /v2.0/ports?device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => generated 1014 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1288] 10.0.0.133 () {34 vars in 1120 bytes} [Wed Jul 1 08:38:02 2026] GET /v2.0/security-groups?id=bbf99563-d930-4531-be23-2edbca38bf44&id=3ab61a7d-037a-4024-bb8d-c9dabf18a61e&fields=id&fields=name => generated 203 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1289] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:02 2026] GET /v2.0/ports?device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => generated 1014 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1290] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:03 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1291] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:38:03 2026] GET /v2.0/security-groups?id=695f84e5-e145-4f2e-a6f0-8c71673b07cb&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:38:03.349 7 INFO neutron.db.l3_db [None req-c0cca3ed-9e26-4fa8-ad84-446a1bcb2811 3aac2136ac004bf68bdf61f8f0938514 3b8a82be7b864a1aa00fec160643176c - - default default] Floating IP 59e1c95f-9e8e-4bcc-ba58-0eb84f091d50 associated. External IP: 10.96.250.206, port: f1d92736-bf3f-4e0e-9c50-0d726d66b8c3. [pid: 7|app: 0|req: 683/1292] 10.0.0.228 () {34 vars in 749 bytes} [Wed Jul 1 08:38:02 2026] PUT /v2.0/floatingips/59e1c95f-9e8e-4bcc-ba58-0eb84f091d50 => generated 856 bytes in 732 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:38:03.721 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-21ef199d-f31a-4e9e-9951-aa08278e0dec'] response: {'name': 'network-changed', 'server_uuid': 'f69ea90d-6c37-415f-959e-4d5f77d7b0bc', 'tag': 'f1d92736-bf3f-4e0e-9c50-0d726d66b8c3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 610/1293] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:03 2026] GET /v2.0/security-groups?tenant_id=a09597d55ec3421caa457b7776614fe4&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1294] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:03 2026] DELETE /v2.0/security-groups/302224f3-3848-4235-9cea-e8b913a47c72 => 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: 685/1295] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:04 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1296] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:38:04 2026] GET /v2.0/ports?tenant_id=3b8a82be7b864a1aa00fec160643176c&device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => generated 1283 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1297] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:04 2026] GET /v2.0/security-groups?tenant_id=0112941c6b684a0288cdbc0a7b68624f&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1298] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:38:04 2026] GET /v2.0/security-groups?id=695f84e5-e145-4f2e-a6f0-8c71673b07cb&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: 612/1299] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:38:04 2026] GET /v2.0/networks?id=9a67d2b4-fa17-4507-9f4e-f87cda3a0a06 => generated 769 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1300] 199.204.45.53 () {34 vars in 1059 bytes} [Wed Jul 1 08:38:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=f1d92736-bf3f-4e0e-9c50-0d726d66b8c3 => generated 859 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1301] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:38:04 2026] GET /v2.0/subnets?id=89798ae0-d0b2-4812-8264-75f1b0031db9 => generated 691 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1302] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:38:04 2026] GET /v2.0/ports?network_id=9a67d2b4-fa17-4507-9f4e-f87cda3a0a06&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1303] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:04 2026] DELETE /v2.0/security-groups/53899d45-5f67-4d94-881d-f0799ceb61ab => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1304] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:38:04 2026] GET /v2.0/networks/9a67d2b4-fa17-4507-9f4e-f87cda3a0a06?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: 689/1305] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:38:04 2026] GET /v2.0/networks/9a67d2b4-fa17-4507-9f4e-f87cda3a0a06?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: 617/1306] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:06 2026] GET /v2.0/security-groups?tenant_id=cb31a21cdd9c4a7ca19a1092c783e76d&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1307] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:07 2026] DELETE /v2.0/security-groups/9a9dbeec-8aa2-4a1b-a944-e5a5763bed18 => 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: 692/1310] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:07 2026] GET /v2.0/security-groups?tenant_id=60dd4163d7704bcda4dae25a06794d7f&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1311] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:07 2026] DELETE /v2.0/security-groups/a7e1ec37-2a0f-4da5-9f8c-7d32072cd8ff => 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: 693/1312] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:08 2026] GET /v2.0/security-groups?tenant_id=667d89140f9b4752bbf2bbe43c959c22&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1313] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:08 2026] DELETE /v2.0/security-groups/c06577fe-e217-4cf8-9682-600ef8018b11 => 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: 694/1314] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:08 2026] GET /v2.0/security-groups?tenant_id=52ae5aff39c545eaad542c9740bfe3e6&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1315] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:09 2026] DELETE /v2.0/security-groups/3a27b6a3-32e2-4f57-8234-332ee8944b56 => 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: 695/1316] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:11 2026] GET /v2.0/security-groups?tenant_id=094f7fa51be64830b294864ff361824c&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: 622/1317] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:11 2026] DELETE /v2.0/security-groups/90bd7b4b-40c9-453e-92b6-e267a9af7ed3 => 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: 696/1318] 10.0.0.55 () {34 vars in 989 bytes} [Wed Jul 1 08:38:12 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1319] 10.0.0.55 () {34 vars in 1039 bytes} [Wed Jul 1 08:38:12 2026] GET /v2.0/security-groups?id=695f84e5-e145-4f2e-a6f0-8c71673b07cb&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1320] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:12 2026] GET /v2.0/ports?device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => generated 1014 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1321] 10.0.0.133 () {34 vars in 1120 bytes} [Wed Jul 1 08:38:12 2026] GET /v2.0/security-groups?id=bbf99563-d930-4531-be23-2edbca38bf44&id=3ab61a7d-037a-4024-bb8d-c9dabf18a61e&fields=id&fields=name => generated 203 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1322] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:38:12 2026] GET /v2.0/ports?device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => generated 1283 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1323] 10.0.0.228 () {32 vars in 858 bytes} [Wed Jul 1 08:38:13 2026] GET /v2.0/floatingips?floating_network_id=97dcbd31-661b-4af7-85c2-d9e96017363f&port_id=f1d92736-bf3f-4e0e-9c50-0d726d66b8c3 => generated 861 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1324] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:13 2026] GET /v2.0/security-groups?tenant_id=fa6139e67181496da63e04236de71142&name=default => generated 2925 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1325] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:13 2026] DELETE /v2.0/security-groups/2d3ff9e9-c9ab-4b09-9ee3-4e948b295c61 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:38:14.122 7 INFO neutron.db.segments_db [None req-4fa2e2e8-d024-47b8-9069-282a9ef1ecde ec8af86d51ce493cb2e05b9cb76c40d5 62af8f981b144eef9878086c5f94bdf7 - - default default] Added segment 66a863d4-ace7-43ee-93f8-fef464723848 of type vxlan for network d522ce1d-ab54-4da7-be41-4e412ba2f760 [pid: 8|app: 0|req: 627/1326] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:14 2026] GET /v2.0/security-groups?tenant_id=b7a30d9fd28748ec83a3306f20f99e7f&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1327] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:38:13 2026] POST /v2.0/networks => generated 647 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1328] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:14 2026] DELETE /v2.0/security-groups/7b37adec-4dc7-4fad-aaa3-511b858e4207 => 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: 701/1329] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:38:14 2026] POST /v2.0/subnets => generated 673 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1330] 10.0.0.55 () {34 vars in 989 bytes} [Wed Jul 1 08:38:14 2026] GET /v2.0/ports?device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => generated 1283 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1331] 10.0.0.55 () {34 vars in 1119 bytes} [Wed Jul 1 08:38:14 2026] GET /v2.0/security-groups?id=bbf99563-d930-4531-be23-2edbca38bf44&id=3ab61a7d-037a-4024-bb8d-c9dabf18a61e&fields=id&fields=name => generated 203 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:38:14.969 7 INFO neutron.db.segments_db [None req-90ea15b9-148e-4cf8-9274-4a8ebe8dce2d ec8af86d51ce493cb2e05b9cb76c40d5 62af8f981b144eef9878086c5f94bdf7 - - default default] Added segment eeee5989-33e9-4dcc-91db-d771beb2dc3f of type vxlan for network 0cc89680-ff5e-4903-bf5b-9004b7df9b3e [pid: 7|app: 0|req: 702/1332] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:38:14 2026] POST /v2.0/networks => generated 648 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1333] 10.0.0.228 () {34 vars in 743 bytes} [Wed Jul 1 08:38:15 2026] PUT /v2.0/networks/0cc89680-ff5e-4903-bf5b-9004b7df9b3e => generated 592 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1334] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:38:15 2026] POST /v2.0/subnets => generated 646 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1335] 10.0.0.228 () {34 vars in 741 bytes} [Wed Jul 1 08:38:15 2026] PUT /v2.0/subnets/c7e8af28-9736-45a4-8125-d7e2351c539c => generated 656 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:38:15.735 7 INFO neutron.services.segments.plugin [-] Segment eeee5989-33e9-4dcc-91db-d771beb2dc3f resource provider aggregate not found 2026-07-01 08:38:15.756 7 INFO neutron.services.segments.plugin [-] Segment eeee5989-33e9-4dcc-91db-d771beb2dc3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eeee5989-33e9-4dcc-91db-d771beb2dc3f found for delete ", "request_id": "req-298dcc18-410c-4320-9579-88936da0d0d6"}]} 2026-07-01 08:38:15.762 7 INFO neutron.services.segments.plugin [-] Segment eeee5989-33e9-4dcc-91db-d771beb2dc3f resource provider aggregate not found [pid: 7|app: 0|req: 704/1336] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:15 2026] DELETE /v2.0/networks/0cc89680-ff5e-4903-bf5b-9004b7df9b3e => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:38:15.786 7 INFO neutron.services.segments.plugin [-] Segment eeee5989-33e9-4dcc-91db-d771beb2dc3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eeee5989-33e9-4dcc-91db-d771beb2dc3f found for delete ", "request_id": "req-8fd4a9c3-c95a-4f6f-b9ef-eb513ffaa38e"}]} 2026-07-01 08:38:15.804 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9c3bba54-2b56-4a66-81ae-08f25b91406a ec8af86d51ce493cb2e05b9cb76c40d5 62af8f981b144eef9878086c5f94bdf7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 633/1337] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:15 2026] DELETE /v2.0/networks/0cc89680-ff5e-4903-bf5b-9004b7df9b3e => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1338] 10.0.0.228 () {32 vars in 694 bytes} [Wed Jul 1 08:38:15 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1339] 10.0.0.228 () {32 vars in 742 bytes} [Wed Jul 1 08:38:15 2026] GET /v2.0/subnets?network_id=97dcbd31-661b-4af7-85c2-d9e96017363f => 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: 706/1340] 10.0.0.228 () {32 vars in 653 bytes} [Wed Jul 1 08:38:15 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1341] 10.0.0.228 () {32 vars in 649 bytes} [Wed Jul 1 08:38:15 2026] GET /v2.0/networks => generated 1312 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1342] 10.0.0.228 () {32 vars in 647 bytes} [Wed Jul 1 08:38:15 2026] GET /v2.0/subnets => generated 1312 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1343] 10.0.0.228 () {32 vars in 723 bytes} [Wed Jul 1 08:38:16 2026] GET /v2.0/networks/d522ce1d-ab54-4da7-be41-4e412ba2f760 => generated 672 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1344] 10.0.0.228 () {32 vars in 721 bytes} [Wed Jul 1 08:38:16 2026] GET /v2.0/subnets/17d62be3-e4d0-4723-b025-706e4ef7dace => generated 673 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:38:16.136 8 INFO neutron.pecan_wsgi.hooks.translation [None req-56f9be12-4509-4552-887b-f58426119d70 ec8af86d51ce493cb2e05b9cb76c40d5 62af8f981b144eef9878086c5f94bdf7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 637/1345] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:38:16 2026] DELETE /v2.0/subnets/c7e8af28-9736-45a4-8125-d7e2351c539c => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:38:16.152 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6d661723-c612-4d42-9650-510b877c3fab ec8af86d51ce493cb2e05b9cb76c40d5 62af8f981b144eef9878086c5f94bdf7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 709/1346] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:16 2026] DELETE /v2.0/networks/0cc89680-ff5e-4903-bf5b-9004b7df9b3e => 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: 638/1347] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:38:16 2026] DELETE /v2.0/subnets/17d62be3-e4d0-4723-b025-706e4ef7dace => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:38:16.444 7 INFO neutron_taas.services.taas.taas_plugin [None req-63705d96-f2b9-4bc2-8c89-c72e43c54063 ec8af86d51ce493cb2e05b9cb76c40d5 62af8f981b144eef9878086c5f94bdf7 - - default default] TaaS: Handle Delete Port: 993b6d34-77fa-4790-a2e5-043f83ded8b0 2026-07-01 08:38:16.447 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63705d96-f2b9-4bc2-8c89-c72e43c54063 ec8af86d51ce493cb2e05b9cb76c40d5 62af8f981b144eef9878086c5f94bdf7 - - default default] Tap Mirror: Handle Delete Port: 993b6d34-77fa-4790-a2e5-043f83ded8b0 [pid: 7|app: 0|req: 710/1348] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:16 2026] DELETE /v2.0/networks/d522ce1d-ab54-4da7-be41-4e412ba2f760 => 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: 639/1349] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:16 2026] GET /v2.0/security-groups?tenant_id=a17fe9ce2d434c1da4cf82d1b9111ac8&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: 711/1350] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:16 2026] DELETE /v2.0/security-groups/04d50760-38cd-4bd8-8325-92bf1ca775d0 => 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: 640/1351] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:17 2026] GET /v2.0/security-groups?tenant_id=62af8f981b144eef9878086c5f94bdf7&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1352] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:17 2026] DELETE /v2.0/security-groups/1b657d91-8e8e-468a-b3e7-d682fae58995 => 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: 641/1353] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:17 2026] GET /v2.0/ports?device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => generated 1014 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1354] 10.0.0.133 () {34 vars in 1120 bytes} [Wed Jul 1 08:38:17 2026] GET /v2.0/security-groups?id=bbf99563-d930-4531-be23-2edbca38bf44&id=3ab61a7d-037a-4024-bb8d-c9dabf18a61e&fields=id&fields=name => generated 203 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:38:17.770 7 INFO neutron.services.segments.plugin [-] Segment 66a863d4-ace7-43ee-93f8-fef464723848 resource provider aggregate not found 2026-07-01 08:38:17.792 7 INFO neutron.services.segments.plugin [-] Segment 66a863d4-ace7-43ee-93f8-fef464723848 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66a863d4-ace7-43ee-93f8-fef464723848 found for delete ", "request_id": "req-8e7ccfe5-276e-4200-9dd8-3a4d1b9d20e0"}]} 2026-07-01 08:38:17.803 7 INFO neutron.services.segments.plugin [-] Segment 66a863d4-ace7-43ee-93f8-fef464723848 resource provider aggregate not found 2026-07-01 08:38:17.818 7 INFO neutron.services.segments.plugin [-] Segment 66a863d4-ace7-43ee-93f8-fef464723848 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66a863d4-ace7-43ee-93f8-fef464723848 found for delete ", "request_id": "req-39dc965b-d5c2-4652-8a3c-c3311096a552"}]} [pid: 8|app: 0|req: 642/1355] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:18 2026] GET /v2.0/ports?device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => generated 1014 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1356] 10.0.0.133 () {34 vars in 1120 bytes} [Wed Jul 1 08:38:18 2026] GET /v2.0/security-groups?id=bbf99563-d930-4531-be23-2edbca38bf44&id=3ab61a7d-037a-4024-bb8d-c9dabf18a61e&fields=id&fields=name => generated 203 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1357] 10.0.0.228 () {32 vars in 623 bytes} [Wed Jul 1 08:38:19 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-07-01 08:38:19.116 8 INFO neutron.db.segments_db [None req-b2e2a1c5-760a-438c-ab8a-54657420de0a 2bd4814fd5914bafa37334a427b233a9 7defec4397c74aa68efcaa36fa232428 - - default default] Added segment f653d27b-9548-4899-bb47-0a85db60a54d of type vxlan for network 4cd4bd77-67bd-429e-88ed-5d01a3f8f1fe [pid: 7|app: 0|req: 716/1358] 10.0.0.228 () {32 vars in 633 bytes} [Wed Jul 1 08:38:19 2026] GET /v2.0/ => generated 632 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1359] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:38:18 2026] POST /v2.0/networks => generated 650 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1360] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:38:19 2026] POST /v2.0/subnets => generated 627 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:38:19.482 8 INFO neutron.db.segments_db [None req-bb5d7a8c-bcfb-43fd-955c-8b5ee67b98ce 2bd4814fd5914bafa37334a427b233a9 7defec4397c74aa68efcaa36fa232428 - - default default] Added segment 780e8ee8-2505-44bf-8f33-2aaf327eadb4 of type vxlan for network 798512f7-b2e1-4227-af0c-936705a4917d 2026-07-01 08:38:19.731 8 INFO neutron.db.l3_hamode_db [None req-bb5d7a8c-bcfb-43fd-955c-8b5ee67b98ce 2bd4814fd5914bafa37334a427b233a9 7defec4397c74aa68efcaa36fa232428 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 718/1361] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:19 2026] GET /v2.0/security-groups?tenant_id=ab8c98edf1f7410e85a3dc3ff6657d8f&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1362] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:19 2026] GET /v2.0/ports?device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => generated 1012 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1363] 199.204.45.53 () {34 vars in 993 bytes} [Wed Jul 1 08:38:20 2026] GET /v2.0/ports?device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => generated 1012 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1364] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:20 2026] DELETE /v2.0/security-groups/6acaa7cd-594b-444c-a517-8d06aeaf2bad => 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: 722/1365] 10.0.0.133 () {34 vars in 1120 bytes} [Wed Jul 1 08:38:20 2026] GET /v2.0/security-groups?id=bbf99563-d930-4531-be23-2edbca38bf44&id=3ab61a7d-037a-4024-bb8d-c9dabf18a61e&fields=id&fields=name => generated 203 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:38:20.334 7 INFO neutron_taas.services.taas.taas_plugin [req-cb371b71-43ad-43a5-b71a-38dff2809ada req-e45ad264-d7f5-4c57-b4e7-ee01cdb108c8 3aac2136ac004bf68bdf61f8f0938514 3b8a82be7b864a1aa00fec160643176c - - default default] TaaS: Handle Delete Port: f1d92736-bf3f-4e0e-9c50-0d726d66b8c3 2026-07-01 08:38:20.336 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cb371b71-43ad-43a5-b71a-38dff2809ada req-e45ad264-d7f5-4c57-b4e7-ee01cdb108c8 3aac2136ac004bf68bdf61f8f0938514 3b8a82be7b864a1aa00fec160643176c - - default default] Tap Mirror: Handle Delete Port: f1d92736-bf3f-4e0e-9c50-0d726d66b8c3 2026-07-01 08:38:20.465 7 INFO neutron.db.l3_db [req-cb371b71-43ad-43a5-b71a-38dff2809ada req-e45ad264-d7f5-4c57-b4e7-ee01cdb108c8 3aac2136ac004bf68bdf61f8f0938514 3b8a82be7b864a1aa00fec160643176c - - default default] Floating IP 59e1c95f-9e8e-4bcc-ba58-0eb84f091d50 disassociated. External IP: 10.96.250.206, port: f1d92736-bf3f-4e0e-9c50-0d726d66b8c3. 2026-07-01 08:38:20.504 8 INFO neutron.db.l3_hamode_db [None req-bb5d7a8c-bcfb-43fd-955c-8b5ee67b98ce 2bd4814fd5914bafa37334a427b233a9 7defec4397c74aa68efcaa36fa232428 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 723/1366] 199.204.45.53 () {36 vars in 996 bytes} [Wed Jul 1 08:38:20 2026] DELETE /v2.0/ports/f1d92736-bf3f-4e0e-9c50-0d726d66b8c3 => generated 0 bytes in 608 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:38:20.858 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-af219325-c38a-4ecf-b45a-45f84717c192'] response: {'server_uuid': 'f69ea90d-6c37-415f-959e-4d5f77d7b0bc', 'name': 'network-vif-deleted', 'tag': 'f1d92736-bf3f-4e0e-9c50-0d726d66b8c3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 724/1367] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:21 2026] GET /v2.0/ports?device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => 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: 644/1368] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:38:19 2026] POST /v2.0/routers => generated 695 bytes in 1907 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1369] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:22 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1370] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:22 2026] GET /v2.0/ports?device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1371] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:38:22 2026] GET /v2.0/security-groups?id=695f84e5-e145-4f2e-a6f0-8c71673b07cb&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: 725/1374] 10.0.0.228 () {34 vars in 783 bytes} [Wed Jul 1 08:38:21 2026] PUT /v2.0/routers/a9157b4d-10a3-4ea4-a2e3-544265acd62a/add_router_interface => generated 309 bytes in 1351 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1375] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:22 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1376] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:38:22 2026] GET /v2.0/security-groups?id=695f84e5-e145-4f2e-a6f0-8c71673b07cb&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: 650/1377] 10.0.0.228 () {34 vars in 665 bytes} [Wed Jul 1 08:38:22 2026] POST /v2.0/ports => generated 955 bytes in 439 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: 651/1378] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:23 2026] GET /v2.0/ports?device_id=f69ea90d-6c37-415f-959e-4d5f77d7b0bc => 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: 728/1379] 10.0.0.228 () {34 vars in 665 bytes} [Wed Jul 1 08:38:23 2026] POST /v2.0/ports => generated 955 bytes in 443 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: 729/1380] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:23 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => 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: 730/1381] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:38:23 2026] GET /v2.0/security-groups?id=695f84e5-e145-4f2e-a6f0-8c71673b07cb&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-07-01 08:38:24.408 8 INFO neutron.db.l3_db [None req-7351b4fc-7ea3-496d-8e94-de13c588152f 2bd4814fd5914bafa37334a427b233a9 7defec4397c74aa68efcaa36fa232428 - - default default] Floating IP 50f22b8f-7ab9-4779-851a-502e4a39878a associated. External IP: 10.96.250.220, port: 06cf92e0-4417-4ba6-9e94-0e5f911567e2. [pid: 7|app: 0|req: 731/1382] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:24 2026] GET /v2.0/security-groups?tenant_id=9ecd596dcd4949fb95870e9e8fd2f415&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1383] 10.0.0.228 () {34 vars in 677 bytes} [Wed Jul 1 08:38:23 2026] POST /v2.0/floatingips => generated 842 bytes in 1119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1384] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:24 2026] DELETE /v2.0/security-groups/bbf99563-d930-4531-be23-2edbca38bf44 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1385] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:24 2026] DELETE /v2.0/security-groups/dd769704-4441-4f62-ad60-d5ddcc68d046 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:38:24.813 8 INFO neutron.api.v2.resource [None req-274ece08-d6a4-4207-92d6-4e8fa6f5eace 3aac2136ac004bf68bdf61f8f0938514 3b8a82be7b864a1aa00fec160643176c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 654/1386] 10.0.0.228 () {32 vars in 737 bytes} [Wed Jul 1 08:38:24 2026] GET /v2.0/security-groups/bbf99563-d930-4531-be23-2edbca38bf44 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:38:24.889 7 INFO neutron.db.l3_db [None req-25185875-e0ea-487c-9916-45191bb74cc9 2bd4814fd5914bafa37334a427b233a9 7defec4397c74aa68efcaa36fa232428 - - default default] Floating IP 50f22b8f-7ab9-4779-851a-502e4a39878a disassociated. External IP: 10.96.250.220, port: 06cf92e0-4417-4ba6-9e94-0e5f911567e2. 2026-07-01 08:38:24.914 8 INFO neutron_taas.services.taas.taas_plugin [None req-a965498d-2d01-40a9-9661-456fc468bac4 3aac2136ac004bf68bdf61f8f0938514 3b8a82be7b864a1aa00fec160643176c - - default default] TaaS: Handle Delete Port: e92e32fe-f93f-42a7-891b-ea391780bcaa 2026-07-01 08:38:24.917 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a965498d-2d01-40a9-9661-456fc468bac4 3aac2136ac004bf68bdf61f8f0938514 3b8a82be7b864a1aa00fec160643176c - - default default] Tap Mirror: Handle Delete Port: e92e32fe-f93f-42a7-891b-ea391780bcaa [pid: 8|app: 0|req: 655/1387] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:38:24 2026] DELETE /v2.0/floatingips/59e1c95f-9e8e-4bcc-ba58-0eb84f091d50 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1388] 10.0.0.228 () {34 vars in 749 bytes} [Wed Jul 1 08:38:24 2026] PUT /v2.0/floatingips/50f22b8f-7ab9-4779-851a-502e4a39878a => generated 552 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1389] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:25 2026] GET /v2.0/security-groups?tenant_id=2a90d9d6e6c0487ab5693159e1598f7f&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1390] 199.204.45.53 () {34 vars in 993 bytes} [Wed Jul 1 08:38:25 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1391] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:25 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:38:25.331 8 INFO neutron_taas.services.taas.taas_plugin [None req-861c91d2-e3ea-4bab-ac5f-8dda87e39e20 2bd4814fd5914bafa37334a427b233a9 7defec4397c74aa68efcaa36fa232428 - - default default] TaaS: Handle Delete Port: 250a1969-d749-4e5d-a66c-f5731ea1e3d1 2026-07-01 08:38:25.336 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-861c91d2-e3ea-4bab-ac5f-8dda87e39e20 2bd4814fd5914bafa37334a427b233a9 7defec4397c74aa68efcaa36fa232428 - - default default] Tap Mirror: Handle Delete Port: 250a1969-d749-4e5d-a66c-f5731ea1e3d1 [pid: 7|app: 0|req: 735/1392] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:25 2026] DELETE /v2.0/security-groups/3ab61a7d-037a-4024-bb8d-c9dabf18a61e => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1393] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:25 2026] DELETE /v2.0/security-groups/5fa6d906-f5fb-4b12-aa72-fd8a2d153f38 => 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: 658/1394] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:38:25 2026] DELETE /v2.0/floatingips/50f22b8f-7ab9-4779-851a-502e4a39878a => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1395] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:38:25 2026] GET /v2.0/security-groups?id=695f84e5-e145-4f2e-a6f0-8c71673b07cb&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-07-01 08:38:25.539 7 INFO neutron_taas.services.taas.taas_plugin [req-2451f965-a4e8-415a-a551-0e2dfc084734 req-baeba919-146c-4124-97bf-262a3856142d 5511dac3d4bb4184b5d9d782a86ca839 79e2724f94c5459dabeedafd627f3703 - - default default] TaaS: Handle Delete Port: d40b3dfb-ff00-4526-a46f-90b57db2c32f 2026-07-01 08:38:25.542 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2451f965-a4e8-415a-a551-0e2dfc084734 req-baeba919-146c-4124-97bf-262a3856142d 5511dac3d4bb4184b5d9d782a86ca839 79e2724f94c5459dabeedafd627f3703 - - default default] Tap Mirror: Handle Delete Port: d40b3dfb-ff00-4526-a46f-90b57db2c32f 2026-07-01 08:38:25.662 7 INFO neutron.db.l3_db [req-2451f965-a4e8-415a-a551-0e2dfc084734 req-baeba919-146c-4124-97bf-262a3856142d 5511dac3d4bb4184b5d9d782a86ca839 79e2724f94c5459dabeedafd627f3703 - - default default] Floating IP 91e8d351-e713-45bc-89dd-df5f24f8649b disassociated. External IP: 10.96.250.201, port: d40b3dfb-ff00-4526-a46f-90b57db2c32f. 2026-07-01 08:38:25.926 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e8b015c-76fc-4029-b43f-11259e540012 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: e39e4b20-20f7-485a-a5ec-dc58fed61346 2026-07-01 08:38:25.928 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e8b015c-76fc-4029-b43f-11259e540012 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: e39e4b20-20f7-485a-a5ec-dc58fed61346 [pid: 7|app: 0|req: 737/1396] 199.204.45.53 () {36 vars in 996 bytes} [Wed Jul 1 08:38:25 2026] DELETE /v2.0/ports/d40b3dfb-ff00-4526-a46f-90b57db2c32f => generated 0 bytes in 544 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:38:26.018 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7fb2f13f-d748-40dd-988b-49cd1149a218'] response: {'server_uuid': '13c9b1e9-fd7e-4c32-a2d6-24e4617f586d', 'name': 'network-vif-deleted', 'tag': 'd40b3dfb-ff00-4526-a46f-90b57db2c32f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 660/1397] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:38:25 2026] PUT /v2.0/routers/511f9068-5fb8-496e-984c-ca729d454577/remove_router_interface => generated 309 bytes in 1031 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:38:26.752 7 INFO neutron.db.l3_db [None req-f59f5a82-e279-4e4a-b247-1485ecdb28d2 2bd4814fd5914bafa37334a427b233a9 7defec4397c74aa68efcaa36fa232428 - - default default] Floating IP 8455a700-48c0-4980-b0c7-367c28dcaf8d associated. External IP: 10.96.250.206, port: b0b362f7-1b0e-493b-a1c0-25d7ab21e580. 2026-07-01 08:38:26.760 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e967f86-e5c8-42c8-8368-20dec82681e8 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: a8450d8d-c5d0-4346-9fbb-5706bf499094 2026-07-01 08:38:26.763 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e967f86-e5c8-42c8-8368-20dec82681e8 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: a8450d8d-c5d0-4346-9fbb-5706bf499094 [pid: 7|app: 0|req: 738/1398] 10.0.0.228 () {34 vars in 677 bytes} [Wed Jul 1 08:38:25 2026] POST /v2.0/floatingips => generated 842 bytes in 1086 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:38:27.063 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e967f86-e5c8-42c8-8368-20dec82681e8 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: b2c00e7c-9dd0-4602-9700-3d5ba27cff87 2026-07-01 08:38:27.066 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e967f86-e5c8-42c8-8368-20dec82681e8 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: b2c00e7c-9dd0-4602-9700-3d5ba27cff87 [pid: 7|app: 0|req: 739/1399] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:27 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => 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: 740/1400] 10.0.0.228 () {32 vars in 729 bytes} [Wed Jul 1 08:38:27 2026] GET /v2.0/floatingips/8455a700-48c0-4980-b0c7-367c28dcaf8d => generated 842 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1401] 10.0.0.228 () {32 vars in 655 bytes} [Wed Jul 1 08:38:27 2026] GET /v2.0/floatingips => generated 845 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:38:27.442 8 INFO neutron.services.segments.plugin [-] Segment 7d9d1db9-1d68-45c4-bcbe-567cb9f564d5 resource provider aggregate not found 2026-07-01 08:38:27.447 8 INFO neutron.services.segments.plugin [-] Segment 7d9d1db9-1d68-45c4-bcbe-567cb9f564d5 resource provider aggregate not found 2026-07-01 08:38:27.454 8 INFO neutron.services.segments.plugin [-] Segment 7d9d1db9-1d68-45c4-bcbe-567cb9f564d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d9d1db9-1d68-45c4-bcbe-567cb9f564d5 found for delete ", "request_id": "req-724a7828-dca9-4fe9-b774-f9b04739cbf1"}]} 2026-07-01 08:38:27.467 8 INFO neutron.services.segments.plugin [-] Segment 7d9d1db9-1d68-45c4-bcbe-567cb9f564d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d9d1db9-1d68-45c4-bcbe-567cb9f564d5 found for delete ", "request_id": "req-20ef4cac-3936-4c2f-9136-9af188455e7c"}]} 2026-07-01 08:38:27.471 8 INFO neutron.db.l3_hamode_db [None req-5e967f86-e5c8-42c8-8368-20dec82681e8 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] HA network 542e9537-6e0b-423c-a5cc-d3b98440af07 was deleted as no HA routers are present in tenant 3b8a82be7b864a1aa00fec160643176c. [pid: 8|app: 0|req: 661/1402] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:38:26 2026] DELETE /v2.0/routers/511f9068-5fb8-496e-984c-ca729d454577 => generated 0 bytes in 908 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:38:27.596 7 INFO neutron.db.segments_db [None req-fd373f26-601f-405a-a27e-af3c05bd6436 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment 97ed6e97-2e2e-4586-84f9-b37a6463da30 of type vxlan for network 9ceab972-1e91-4aee-83d9-a858e3a677e8 [pid: 7|app: 0|req: 742/1403] 10.0.0.228 () {34 vars in 671 bytes} [Wed Jul 1 08:38:27 2026] POST /v2.0/networks => generated 741 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:38:27.792 8 INFO neutron.db.l3_db [None req-3a02562b-7f1a-4833-9572-2adc449a4f4f 2bd4814fd5914bafa37334a427b233a9 7defec4397c74aa68efcaa36fa232428 - - default default] Floating IP 8455a700-48c0-4980-b0c7-367c28dcaf8d associated. External IP: 10.96.250.206, port: b0b362f7-1b0e-493b-a1c0-25d7ab21e580. [pid: 7|app: 0|req: 743/1404] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:38:27 2026] DELETE /v2.0/subnets/89798ae0-d0b2-4812-8264-75f1b0031db9 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1405] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:38:27 2026] POST /v2.0/subnets => generated 688 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:38:28.065 7 INFO neutron_taas.services.taas.taas_plugin [None req-d832b174-5034-495a-b861-2ed7172e061b e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: 24aa4201-37f9-4118-a9b2-4387666ecdf0 2026-07-01 08:38:28.069 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d832b174-5034-495a-b861-2ed7172e061b e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: 24aa4201-37f9-4118-a9b2-4387666ecdf0 2026-07-01 08:38:28.259 7 INFO neutron.services.segments.plugin [-] Segment 183195e3-5314-4db6-b850-e3f4cafe5d3f resource provider aggregate not found 2026-07-01 08:38:28.268 7 INFO neutron.services.segments.plugin [-] Segment 183195e3-5314-4db6-b850-e3f4cafe5d3f resource provider aggregate not found [pid: 7|app: 0|req: 745/1406] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:27 2026] DELETE /v2.0/networks/9a67d2b4-fa17-4507-9f4e-f87cda3a0a06 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:38:28.290 7 INFO neutron.services.segments.plugin [-] Segment 183195e3-5314-4db6-b850-e3f4cafe5d3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 183195e3-5314-4db6-b850-e3f4cafe5d3f found for delete ", "request_id": "req-54433ac3-58d5-4ecc-a381-6b10690f6440"}]} 2026-07-01 08:38:28.295 7 INFO neutron.services.segments.plugin [-] Segment 183195e3-5314-4db6-b850-e3f4cafe5d3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 183195e3-5314-4db6-b850-e3f4cafe5d3f found for delete ", "request_id": "req-8c330592-d72f-45eb-9537-2b9e9ca56e3c"}]} 2026-07-01 08:38:28.348 7 INFO neutron.db.segments_db [None req-b3e1e4d3-f6f7-4c61-8170-05823cacdc94 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Added segment d7ea6ae3-4930-4f79-81d6-c945e95e1c5a of type vxlan for network 12ccae2e-f304-40c5-be75-6645602b90df 2026-07-01 08:38:28.597 7 INFO neutron.db.l3_hamode_db [None req-b3e1e4d3-f6f7-4c61-8170-05823cacdc94 e01e9152d89049d2bbc86ba3b35b32de 67ad0f2815cc43d5a264ae0f009cb872 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 662/1407] 10.0.0.228 () {34 vars in 749 bytes} [Wed Jul 1 08:38:27 2026] PUT /v2.0/floatingips/8455a700-48c0-4980-b0c7-367c28dcaf8d => generated 842 bytes in 1256 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1408] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:28 2026] GET /v2.0/ports?device_id=13c9b1e9-fd7e-4c32-a2d6-24e4617f586d => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:38:29.061 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d25a5ef-de4f-4c3c-b9d1-b03f79c4c2b4 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: ff1b3ed6-614d-42f2-9a9b-50a489598cae 2026-07-01 08:38:29.063 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d25a5ef-de4f-4c3c-b9d1-b03f79c4c2b4 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: ff1b3ed6-614d-42f2-9a9b-50a489598cae 2026-07-01 08:38:29.165 7 INFO neutron.db.l3_hamode_db [None req-b3e1e4d3-f6f7-4c61-8170-05823cacdc94 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 664/1409] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:38:28 2026] PUT /v2.0/routers/5aa9f47e-5d0c-443d-9544-7da20011ca43/remove_router_interface => generated 309 bytes in 862 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:38:29.704 8 INFO neutron.db.l3_db [None req-20ceba8f-0fe9-46e4-9e1a-9356d8e10f62 2bd4814fd5914bafa37334a427b233a9 7defec4397c74aa68efcaa36fa232428 - - default default] Floating IP 8455a700-48c0-4980-b0c7-367c28dcaf8d disassociated. External IP: 10.96.250.206, port: 06cf92e0-4417-4ba6-9e94-0e5f911567e2. [pid: 7|app: 0|req: 746/1410] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:38:28 2026] POST /v2.0/routers => generated 728 bytes in 1659 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1411] 10.0.0.228 () {34 vars in 749 bytes} [Wed Jul 1 08:38:29 2026] PUT /v2.0/floatingips/8455a700-48c0-4980-b0c7-367c28dcaf8d => generated 552 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1412] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:30 2026] DELETE /v2.0/security-groups/695f84e5-e145-4f2e-a6f0-8c71673b07cb => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:38:30.154 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ecf3f96-48fa-4769-9978-e804672e47d7 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: d4ed37f6-1b77-4fde-ac60-b8c570580c79 2026-07-01 08:38:30.157 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ecf3f96-48fa-4769-9978-e804672e47d7 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: d4ed37f6-1b77-4fde-ac60-b8c570580c79 2026-07-01 08:38:30.437 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ecf3f96-48fa-4769-9978-e804672e47d7 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: 142e4d25-9ac4-4845-a519-9514eaf11621 2026-07-01 08:38:30.440 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ecf3f96-48fa-4769-9978-e804672e47d7 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: 142e4d25-9ac4-4845-a519-9514eaf11621 2026-07-01 08:38:30.794 7 INFO neutron.services.segments.plugin [-] Segment 9b645261-dad0-4089-b453-eaa17d7e9cf7 resource provider aggregate not found 2026-07-01 08:38:30.798 7 INFO neutron.services.segments.plugin [-] Segment 9b645261-dad0-4089-b453-eaa17d7e9cf7 resource provider aggregate not found 2026-07-01 08:38:30.812 7 INFO neutron.services.segments.plugin [-] Segment 9b645261-dad0-4089-b453-eaa17d7e9cf7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b645261-dad0-4089-b453-eaa17d7e9cf7 found for delete ", "request_id": "req-416f55bd-9c2c-4a55-8998-6de51a73d190"}]} 2026-07-01 08:38:30.822 7 INFO neutron.db.l3_hamode_db [None req-3ecf3f96-48fa-4769-9978-e804672e47d7 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] HA network 699eabaa-94d3-4ca1-9baf-334ca857c541 was deleted as no HA routers are present in tenant 82ee565d9e1d48ac999655d2535926cd. 2026-07-01 08:38:30.823 7 INFO neutron.services.segments.plugin [-] Segment 9b645261-dad0-4089-b453-eaa17d7e9cf7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b645261-dad0-4089-b453-eaa17d7e9cf7 found for delete ", "request_id": "req-b606a258-e73e-4e8d-87c2-27365e02dba2"}]} [pid: 7|app: 0|req: 747/1413] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:38:29 2026] DELETE /v2.0/routers/5aa9f47e-5d0c-443d-9544-7da20011ca43 => generated 0 bytes in 882 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1414] 10.0.0.228 () {34 vars in 783 bytes} [Wed Jul 1 08:38:30 2026] PUT /v2.0/routers/ca0c414e-aac0-43a9-87bb-acf065038cb6/add_router_interface => generated 309 bytes in 1131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:38:31.255 8 INFO neutron.api.v2.resource [None req-ea9330d3-4656-46b5-af8d-9dd271960df7 5511dac3d4bb4184b5d9d782a86ca839 79e2724f94c5459dabeedafd627f3703 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 668/1415] 10.0.0.228 () {32 vars in 737 bytes} [Wed Jul 1 08:38:31 2026] GET /v2.0/security-groups/695f84e5-e145-4f2e-a6f0-8c71673b07cb => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1416] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:38:31 2026] DELETE /v2.0/subnets/d9fbb4c8-6620-4214-b1e6-171acc5a1117 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:38:31.517 8 INFO neutron_taas.services.taas.taas_plugin [None req-6aafc85f-0290-4fea-af9e-3b8ec1fef2ec 5511dac3d4bb4184b5d9d782a86ca839 79e2724f94c5459dabeedafd627f3703 - - default default] TaaS: Handle Delete Port: 97326325-5eec-48af-9e18-590854e33565 2026-07-01 08:38:31.520 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6aafc85f-0290-4fea-af9e-3b8ec1fef2ec 5511dac3d4bb4184b5d9d782a86ca839 79e2724f94c5459dabeedafd627f3703 - - default default] Tap Mirror: Handle Delete Port: 97326325-5eec-48af-9e18-590854e33565 [pid: 8|app: 0|req: 670/1417] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:38:31 2026] DELETE /v2.0/floatingips/91e8d351-e713-45bc-89dd-df5f24f8649b => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:38:31.699 7 INFO neutron_taas.services.taas.taas_plugin [None req-7f7838a0-07a2-4f1f-974e-19208ae7bb10 2bd4814fd5914bafa37334a427b233a9 7defec4397c74aa68efcaa36fa232428 - - default default] TaaS: Handle Delete Port: 9e9e4763-77fd-45dd-b5b0-2102eee0966b 2026-07-01 08:38:31.704 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f7838a0-07a2-4f1f-974e-19208ae7bb10 2bd4814fd5914bafa37334a427b233a9 7defec4397c74aa68efcaa36fa232428 - - default default] Tap Mirror: Handle Delete Port: 9e9e4763-77fd-45dd-b5b0-2102eee0966b 2026-07-01 08:38:31.789 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2355caf-80d1-4224-8301-bbc1ce9f460d e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: ab1a3ba1-40b4-4359-9ede-d2c4ce7f98e3 2026-07-01 08:38:31.792 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2355caf-80d1-4224-8301-bbc1ce9f460d e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: ab1a3ba1-40b4-4359-9ede-d2c4ce7f98e3 [pid: 7|app: 0|req: 748/1418] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:38:30 2026] DELETE /v2.0/floatingips/8455a700-48c0-4980-b0c7-367c28dcaf8d => generated 0 bytes in 1075 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:38:31.994 8 INFO neutron.services.segments.plugin [-] Segment 2447a5ae-16ab-4e7f-97b2-666c8fc4923e resource provider aggregate not found 2026-07-01 08:38:32.005 8 INFO neutron.services.segments.plugin [-] Segment 2447a5ae-16ab-4e7f-97b2-666c8fc4923e resource provider aggregate not found 2026-07-01 08:38:32.022 8 INFO neutron.services.segments.plugin [-] Segment 2447a5ae-16ab-4e7f-97b2-666c8fc4923e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2447a5ae-16ab-4e7f-97b2-666c8fc4923e found for delete ", "request_id": "req-db2c57cb-6f33-48a3-bfea-9205170797cd"}]} 2026-07-01 08:38:32.025 8 INFO neutron.services.segments.plugin [-] Segment 2447a5ae-16ab-4e7f-97b2-666c8fc4923e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2447a5ae-16ab-4e7f-97b2-666c8fc4923e found for delete ", "request_id": "req-7164baba-1035-4a4b-94bc-231c67a83f62"}]} [pid: 8|app: 0|req: 671/1419] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:31 2026] DELETE /v2.0/networks/972d2586-3af0-449b-9709-feb727b61999 => generated 0 bytes in 367 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:38:32.083 8 INFO neutron.api.v2.resource [None req-04b3152a-60ba-4ac9-b711-0c9823041106 2bd4814fd5914bafa37334a427b233a9 7defec4397c74aa68efcaa36fa232428 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 672/1420] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:38:32 2026] DELETE /v2.0/floatingips/8455a700-48c0-4980-b0c7-367c28dcaf8d => generated 144 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:38:32.251 8 INFO neutron_taas.services.taas.taas_plugin [None req-51bfbd81-fc2b-4d1f-b7b2-ef7814bf3fa6 2bd4814fd5914bafa37334a427b233a9 7defec4397c74aa68efcaa36fa232428 - - default default] TaaS: Handle Delete Port: 06cf92e0-4417-4ba6-9e94-0e5f911567e2 2026-07-01 08:38:32.257 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51bfbd81-fc2b-4d1f-b7b2-ef7814bf3fa6 2bd4814fd5914bafa37334a427b233a9 7defec4397c74aa68efcaa36fa232428 - - default default] Tap Mirror: Handle Delete Port: 06cf92e0-4417-4ba6-9e94-0e5f911567e2 2026-07-01 08:38:32.352 7 INFO neutron_taas.services.taas.taas_plugin [None req-41bfec9f-e744-4dab-b368-3b755fd399fa e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: 39f23eba-7a46-4df1-a04c-62b893ea8249 2026-07-01 08:38:32.355 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41bfec9f-e744-4dab-b368-3b755fd399fa e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: 39f23eba-7a46-4df1-a04c-62b893ea8249 [pid: 8|app: 0|req: 673/1421] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:38:32 2026] DELETE /v2.0/ports/06cf92e0-4417-4ba6-9e94-0e5f911567e2 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1422] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:32 2026] GET /v2.0/security-groups?tenant_id=82ee565d9e1d48ac999655d2535926cd&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:38:32.539 8 INFO neutron_taas.services.taas.taas_plugin [None req-76f31eba-5e1d-4b3b-8785-1e7ec47c9b36 2bd4814fd5914bafa37334a427b233a9 7defec4397c74aa68efcaa36fa232428 - - default default] TaaS: Handle Delete Port: b0b362f7-1b0e-493b-a1c0-25d7ab21e580 2026-07-01 08:38:32.543 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76f31eba-5e1d-4b3b-8785-1e7ec47c9b36 2bd4814fd5914bafa37334a427b233a9 7defec4397c74aa68efcaa36fa232428 - - default default] Tap Mirror: Handle Delete Port: b0b362f7-1b0e-493b-a1c0-25d7ab21e580 [pid: 8|app: 0|req: 675/1423] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:38:32 2026] DELETE /v2.0/ports/b0b362f7-1b0e-493b-a1c0-25d7ab21e580 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1424] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:32 2026] DELETE /v2.0/security-groups/c1333cad-75ed-45aa-8daa-dcf6d3ca33ab => 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: 677/1425] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:38:32 2026] GET /v2.0/ports?device_id=a9157b4d-10a3-4ea4-a2e3-544265acd62a => generated 958 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1426] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:38:31 2026] PUT /v2.0/routers/a1634904-0398-4963-a234-6ea6caf3783c/remove_router_interface => generated 309 bytes in 1075 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:38:33.218 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6be9765-afbd-45dc-a62d-fd6096635009 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: eaa36586-a9c3-4cc6-b14d-e90c15cc35c0 2026-07-01 08:38:33.222 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6be9765-afbd-45dc-a62d-fd6096635009 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: eaa36586-a9c3-4cc6-b14d-e90c15cc35c0 2026-07-01 08:38:33.356 8 INFO neutron_taas.services.taas.taas_plugin [None req-c2f9935d-1b2b-441b-829e-f0916fa5d0a6 2bd4814fd5914bafa37334a427b233a9 7defec4397c74aa68efcaa36fa232428 - - default default] TaaS: Handle Delete Port: 2a34e600-6826-42ea-8845-3490b0f35d35 2026-07-01 08:38:33.359 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2f9935d-1b2b-441b-829e-f0916fa5d0a6 2bd4814fd5914bafa37334a427b233a9 7defec4397c74aa68efcaa36fa232428 - - default default] Tap Mirror: Handle Delete Port: 2a34e600-6826-42ea-8845-3490b0f35d35 2026-07-01 08:38:33.567 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6be9765-afbd-45dc-a62d-fd6096635009 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: c27b91ac-8abf-4cff-9609-c2dce77aa598 2026-07-01 08:38:33.570 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6be9765-afbd-45dc-a62d-fd6096635009 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: c27b91ac-8abf-4cff-9609-c2dce77aa598 [pid: 8|app: 0|req: 678/1427] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:38:32 2026] PUT /v2.0/routers/a9157b4d-10a3-4ea4-a2e3-544265acd62a/remove_router_interface => generated 309 bytes in 1012 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1428] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:33 2026] GET /v2.0/security-groups?tenant_id=3b8a82be7b864a1aa00fec160643176c&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:38:33.934 7 INFO neutron.services.segments.plugin [-] Segment b90306c0-123d-45f2-ad61-89a9662e867c resource provider aggregate not found 2026-07-01 08:38:33.939 7 INFO neutron.services.segments.plugin [-] Segment b90306c0-123d-45f2-ad61-89a9662e867c resource provider aggregate not found 2026-07-01 08:38:33.954 7 INFO neutron.services.segments.plugin [-] Segment b90306c0-123d-45f2-ad61-89a9662e867c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b90306c0-123d-45f2-ad61-89a9662e867c found for delete ", "request_id": "req-871678f4-ebce-4c67-b5ae-b824bc2f018a"}]} 2026-07-01 08:38:33.956 7 INFO neutron.services.segments.plugin [-] Segment b90306c0-123d-45f2-ad61-89a9662e867c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b90306c0-123d-45f2-ad61-89a9662e867c found for delete ", "request_id": "req-dca90c4b-4bc2-4afa-9e38-2893183df1fb"}]} [pid: 8|app: 0|req: 680/1429] 10.0.0.133 () {34 vars in 982 bytes} [Wed Jul 1 08:38:33 2026] GET /v2.0/networks?id=9ceab972-1e91-4aee-83d9-a858e3a677e8 => generated 673 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:38:34.011 7 INFO neutron.db.l3_hamode_db [None req-e6be9765-afbd-45dc-a62d-fd6096635009 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] HA network c9890c66-5789-4e45-91bf-3c4496b0baa6 was deleted as no HA routers are present in tenant 79e2724f94c5459dabeedafd627f3703. [pid: 7|app: 0|req: 750/1430] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:38:32 2026] DELETE /v2.0/routers/a1634904-0398-4963-a234-6ea6caf3783c => generated 0 bytes in 1039 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1431] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:34 2026] DELETE /v2.0/security-groups/e8ff7146-63f5-4e56-a7ab-5e2596045b08 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1432] 10.0.0.133 () {34 vars in 965 bytes} [Wed Jul 1 08:38:34 2026] GET /v2.0/quotas/67ad0f2815cc43d5a264ae0f009cb872 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:38:34.206 8 INFO neutron_taas.services.taas.taas_plugin [None req-09958a87-05c8-4a19-b13c-8508632de8ef 2bd4814fd5914bafa37334a427b233a9 7defec4397c74aa68efcaa36fa232428 - - default default] TaaS: Handle Delete Port: b9c99571-bc69-4ad3-bdb3-14f84b4c35a8 2026-07-01 08:38:34.210 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09958a87-05c8-4a19-b13c-8508632de8ef 2bd4814fd5914bafa37334a427b233a9 7defec4397c74aa68efcaa36fa232428 - - default default] Tap Mirror: Handle Delete Port: b9c99571-bc69-4ad3-bdb3-14f84b4c35a8 [pid: 7|app: 0|req: 753/1433] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:38:34 2026] DELETE /v2.0/subnets/4cdcc5af-6a12-46c8-a0bb-8e8dae654d3e => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1434] 10.0.0.133 () {34 vars in 1002 bytes} [Wed Jul 1 08:38:34 2026] GET /v2.0/ports?tenant_id=67ad0f2815cc43d5a264ae0f009cb872&fields=id => generated 103 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:38:34.470 8 INFO neutron_taas.services.taas.taas_plugin [None req-09958a87-05c8-4a19-b13c-8508632de8ef 2bd4814fd5914bafa37334a427b233a9 7defec4397c74aa68efcaa36fa232428 - - default default] TaaS: Handle Delete Port: af91f30e-a7b8-4801-86da-d454458e1350 2026-07-01 08:38:34.473 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09958a87-05c8-4a19-b13c-8508632de8ef 2bd4814fd5914bafa37334a427b233a9 7defec4397c74aa68efcaa36fa232428 - - default default] Tap Mirror: Handle Delete Port: af91f30e-a7b8-4801-86da-d454458e1350 2026-07-01 08:38:34.506 7 INFO neutron_taas.services.taas.taas_plugin [None req-813995bd-e82d-47c6-a5b6-999b25396ad3 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: 95c674e4-3641-4218-afda-c5b17ad1eabf 2026-07-01 08:38:34.509 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-813995bd-e82d-47c6-a5b6-999b25396ad3 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: 95c674e4-3641-4218-afda-c5b17ad1eabf [pid: 7|app: 0|req: 755/1435] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:34 2026] DELETE /v2.0/networks/4fb9f487-14d9-4c70-9705-1dff164bd60a => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1436] 10.0.0.133 () {34 vars in 1008 bytes} [Wed Jul 1 08:38:34 2026] GET /v2.0/networks/9ceab972-1e91-4aee-83d9-a858e3a677e8?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1437] 10.0.0.133 () {34 vars in 1108 bytes} [Wed Jul 1 08:38:34 2026] GET /v2.0/networks/9ceab972-1e91-4aee-83d9-a858e3a677e8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:38:34.805 8 INFO neutron.services.segments.plugin [-] Segment 780e8ee8-2505-44bf-8f33-2aaf327eadb4 resource provider aggregate not found 2026-07-01 08:38:34.811 8 INFO neutron.services.segments.plugin [-] Segment 780e8ee8-2505-44bf-8f33-2aaf327eadb4 resource provider aggregate not found 2026-07-01 08:38:34.829 8 INFO neutron.services.segments.plugin [-] Segment 780e8ee8-2505-44bf-8f33-2aaf327eadb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 780e8ee8-2505-44bf-8f33-2aaf327eadb4 found for delete ", "request_id": "req-7a1bc970-e60e-4288-bf31-1f6b804430ef"}]} 2026-07-01 08:38:34.830 8 INFO neutron.db.l3_hamode_db [None req-09958a87-05c8-4a19-b13c-8508632de8ef 2bd4814fd5914bafa37334a427b233a9 7defec4397c74aa68efcaa36fa232428 - - default default] HA network 798512f7-b2e1-4227-af0c-936705a4917d was deleted as no HA routers are present in tenant 7defec4397c74aa68efcaa36fa232428. 2026-07-01 08:38:34.831 8 INFO neutron.services.segments.plugin [-] Segment 780e8ee8-2505-44bf-8f33-2aaf327eadb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 780e8ee8-2505-44bf-8f33-2aaf327eadb4 found for delete ", "request_id": "req-199d06cd-a78b-40d5-85c0-2d66623fbb4b"}]} [pid: 8|app: 0|req: 681/1438] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:38:34 2026] DELETE /v2.0/routers/a9157b4d-10a3-4ea4-a2e3-544265acd62a => generated 0 bytes in 838 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1439] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:34 2026] GET /v2.0/security-groups?tenant_id=79e2724f94c5459dabeedafd627f3703&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1440] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:34 2026] GET /v2.0/ports?device_id=28cd87d6-8c77-4b57-92be-476e2a9669f9 => 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: 758/1441] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:38:34 2026] DELETE /v2.0/subnets/ace15ed7-82b2-454f-a911-9ee6b35a0c46 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1442] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:34 2026] DELETE /v2.0/security-groups/be1343cf-54ad-4fa9-bf5b-0d9909c319e1 => 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: 759/1443] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:34 2026] DELETE /v2.0/networks/4cd4bd77-67bd-429e-88ed-5d01a3f8f1fe => 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: 685/1444] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:35 2026] GET /v2.0/security-groups?tenant_id=7defec4397c74aa68efcaa36fa232428&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1445] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:35 2026] DELETE /v2.0/security-groups/9c840ee2-5b75-429f-8748-13347dc555b7 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:38:35.973 7 INFO neutron.services.segments.plugin [-] Segment 08561b17-13bb-406a-9bb9-346a19c60715 resource provider aggregate not found 2026-07-01 08:38:35.979 7 INFO neutron.services.segments.plugin [-] Segment 08561b17-13bb-406a-9bb9-346a19c60715 resource provider aggregate not found 2026-07-01 08:38:35.994 7 INFO neutron.services.segments.plugin [-] Segment 08561b17-13bb-406a-9bb9-346a19c60715 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08561b17-13bb-406a-9bb9-346a19c60715 found for delete ", "request_id": "req-5ae4cdad-8d9e-4969-b6ce-2e843755e8a3"}]} 2026-07-01 08:38:36.006 7 INFO neutron.services.segments.plugin [-] Segment 08561b17-13bb-406a-9bb9-346a19c60715 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08561b17-13bb-406a-9bb9-346a19c60715 found for delete ", "request_id": "req-1e9dee21-4d1a-4788-871d-f7df648a57b1"}]} 2026-07-01 08:38:36.016 7 INFO neutron.services.segments.plugin [-] Segment f653d27b-9548-4899-bb47-0a85db60a54d resource provider aggregate not found 2026-07-01 08:38:36.032 7 INFO neutron.services.segments.plugin [-] Segment f653d27b-9548-4899-bb47-0a85db60a54d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f653d27b-9548-4899-bb47-0a85db60a54d found for delete ", "request_id": "req-74e24ee7-f4d6-4148-956d-4945a922c5c2"}]} [pid: 8|app: 0|req: 686/1446] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:36 2026] GET /v2.0/ports?device_id=28cd87d6-8c77-4b57-92be-476e2a9669f9 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:38:36.040 7 INFO neutron.services.segments.plugin [-] Segment f653d27b-9548-4899-bb47-0a85db60a54d resource provider aggregate not found 2026-07-01 08:38:36.061 7 INFO neutron.services.segments.plugin [-] Segment f653d27b-9548-4899-bb47-0a85db60a54d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f653d27b-9548-4899-bb47-0a85db60a54d found for delete ", "request_id": "req-c2ae93c2-0286-4eea-9f83-adb3b52c1061"}]} [pid: 7|app: 0|req: 761/1447] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:37 2026] GET /v2.0/ports?device_id=28cd87d6-8c77-4b57-92be-476e2a9669f9 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:38:38.059 7 INFO neutron.db.segments_db [None req-9ffade74-eaee-4719-84f3-28aad71a9137 330440db4c0a4a6695cffac8759a7478 442a0e2ff00646d79a0ed602a2100e1f - - default default] Added segment 3d39f338-57a4-4e6c-ac0f-80c58ef30699 of type vxlan for network a0cccd50-9257-4e79-aee4-c4ce62959973 [pid: 7|app: 0|req: 763/1450] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:38:37 2026] POST /v2.0/networks => generated 645 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1451] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:37 2026] GET /v2.0/security-groups?tenant_id=6b61595d6eab4e1eab3d285cd14ed662&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1452] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:38 2026] GET /v2.0/ports?device_id=28cd87d6-8c77-4b57-92be-476e2a9669f9 => 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: 690/1453] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:38 2026] DELETE /v2.0/security-groups/fd705b00-9f77-4c18-93ab-1aa8d5e4c730 => 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: 764/1454] 10.0.0.228 () {34 vars in 665 bytes} [Wed Jul 1 08:38:38 2026] POST /v2.0/ports => generated 774 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:38:38.605 8 INFO neutron.db.segments_db [None req-43e69e3a-a79f-48c4-90fe-a8b7ea57ec5f 330440db4c0a4a6695cffac8759a7478 442a0e2ff00646d79a0ed602a2100e1f - - default default] Added segment fee2e4f6-e2e4-4b65-a855-e6b1b36bf1e4 of type vxlan for network f7ea0dfd-e86c-4728-8efc-afe317c94777 [pid: 8|app: 0|req: 691/1455] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:38:38 2026] POST /v2.0/networks => generated 632 bytes in 175 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-07-01 08:38:38.921 7 INFO neutron.db.segments_db [None req-0222b3a5-18dc-4e4e-b29e-c5b0f3eadc62 1f52e01b6a50412fa8341d65eff2fc4c 1ad129ca464c4cf8a6ddeaae00f0debe - - default default] Added segment abd2efc8-568a-4c1c-be87-0396453062f2 of type vxlan for network d75c143b-64a4-40b1-8a7e-61ccc3b76406 [pid: 8|app: 0|req: 692/1456] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:38:38 2026] POST /v2.0/subnets => generated 626 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1457] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:38:38 2026] POST /v2.0/networks => generated 631 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:38:39.089 7 INFO neutron.db.segments_db [None req-10b03129-dad7-48bb-be4f-ac0a74bda44f 1f52e01b6a50412fa8341d65eff2fc4c 1ad129ca464c4cf8a6ddeaae00f0debe - - default default] Added segment d9a19a07-5603-4894-a8c8-74f09cd2ad81 of type vxlan for network 7375ea25-64fb-4106-a6be-efb125b4b17f [pid: 7|app: 0|req: 766/1458] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:38:39 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: 767/1459] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:38:39 2026] GET /v2.0/networks?id=9ceab972-1e91-4aee-83d9-a858e3a677e8 => generated 673 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:38:39.311 7 INFO neutron.db.segments_db [None req-8c0b3107-1262-47c6-98a9-fb0b42476b74 1f52e01b6a50412fa8341d65eff2fc4c 1ad129ca464c4cf8a6ddeaae00f0debe - - default default] Added segment 115a24df-781e-4f56-b279-9bc7a44e8df2 of type vxlan for network 63fe0cda-dd64-4a24-83b5-0616a5aa0e70 [pid: 8|app: 0|req: 693/1460] 10.0.0.228 () {34 vars in 665 bytes} [Wed Jul 1 08:38:38 2026] POST /v2.0/ports => generated 949 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1461] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:38:39 2026] POST /v2.0/networks => generated 631 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 769/1462] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:39 2026] GET /v2.0/ports?device_id=28cd87d6-8c77-4b57-92be-476e2a9669f9 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:38:39.521 7 INFO neutron_taas.services.taas.taas_plugin [None req-8e21ab9f-1a2b-48db-b44b-21325969472e 330440db4c0a4a6695cffac8759a7478 442a0e2ff00646d79a0ed602a2100e1f - - default default] TaaS: Handle Delete Port: e548750e-c55d-42d5-84dc-93bf7cf0301c 2026-07-01 08:38:39.524 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e21ab9f-1a2b-48db-b44b-21325969472e 330440db4c0a4a6695cffac8759a7478 442a0e2ff00646d79a0ed602a2100e1f - - default default] Tap Mirror: Handle Delete Port: e548750e-c55d-42d5-84dc-93bf7cf0301c [pid: 7|app: 0|req: 770/1463] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:38:39 2026] DELETE /v2.0/ports/e548750e-c55d-42d5-84dc-93bf7cf0301c => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:38:39.705 7 INFO neutron.db.segments_db [None req-c55f4f14-43ab-46e0-aca2-5ec1f6144128 1f52e01b6a50412fa8341d65eff2fc4c 1ad129ca464c4cf8a6ddeaae00f0debe - - default default] Added segment 13bd5f9f-f5d2-46df-b309-d17d52d64948 of type vxlan for network 2c0c47bf-9f59-4c58-9873-dde739271af3 [pid: 8|app: 0|req: 694/1464] 199.204.45.53 () {38 vars in 954 bytes} [Wed Jul 1 08:38:39 2026] POST /v2.0/ports => generated 954 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 08:38:39.767 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2c1ac1d0-07b7-4f54-a5a5-4d79bb52464f 330440db4c0a4a6695cffac8759a7478 442a0e2ff00646d79a0ed602a2100e1f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 695/1465] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:38:39 2026] DELETE /v2.0/ports/e548750e-c55d-42d5-84dc-93bf7cf0301c => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1466] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:38:39 2026] POST /v2.0/networks => generated 632 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:38:39.809 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fd393ae0-5d68-43c6-838c-a98a1345b7c7 330440db4c0a4a6695cffac8759a7478 442a0e2ff00646d79a0ed602a2100e1f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 772/1467] 10.0.0.228 () {32 vars in 717 bytes} [Wed Jul 1 08:38:39 2026] GET /v2.0/ports/e548750e-c55d-42d5-84dc-93bf7cf0301c => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:38:39.857 7 INFO neutron.db.segments_db [None req-08edb07f-23da-42bc-9bf4-8e852623904d 1f52e01b6a50412fa8341d65eff2fc4c 1ad129ca464c4cf8a6ddeaae00f0debe - - default default] Added segment 215e4fe1-d926-416e-adc7-df1420d1504a of type vxlan for network 72485155-ce8c-4cfc-a4b4-db66996e47cf [pid: 7|app: 0|req: 773/1468] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:38:39 2026] POST /v2.0/networks => generated 631 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1469] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:38:39 2026] DELETE /v2.0/subnets/1dd26d6a-2f83-411e-acc2-d8bb48aa41eb => 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: 775/1470] 10.0.0.228 () {34 vars in 753 bytes} [Wed Jul 1 08:38:40 2026] PUT /v2.0/networks/d75c143b-64a4-40b1-8a7e-61ccc3b76406/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1471] 199.204.45.53 () {38 vars in 1027 bytes} [Wed Jul 1 08:38:39 2026] PUT /v2.0/ports/5786cc46-cf5d-404d-90a4-afb7ca2eb84d => generated 1235 bytes in 422 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-07-01 08:38:40.242 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f7e223be-e11d-4a59-abdf-59893d4a2442'] response: {'name': 'network-changed', 'server_uuid': '28cd87d6-8c77-4b57-92be-476e2a9669f9', 'tag': '5786cc46-cf5d-404d-90a4-afb7ca2eb84d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 697/1472] 10.0.0.228 () {34 vars in 753 bytes} [Wed Jul 1 08:38:40 2026] PUT /v2.0/networks/7375ea25-64fb-4106-a6be-efb125b4b17f/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:38:40.269 7 INFO neutron.services.segments.plugin [-] Segment fee2e4f6-e2e4-4b65-a855-e6b1b36bf1e4 resource provider aggregate not found 2026-07-01 08:38:40.273 7 INFO neutron.services.segments.plugin [-] Segment fee2e4f6-e2e4-4b65-a855-e6b1b36bf1e4 resource provider aggregate not found 2026-07-01 08:38:40.288 7 INFO neutron.services.segments.plugin [-] Segment fee2e4f6-e2e4-4b65-a855-e6b1b36bf1e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fee2e4f6-e2e4-4b65-a855-e6b1b36bf1e4 found for delete ", "request_id": "req-3f12c422-3cb2-4517-a65e-71beea39a401"}]} 2026-07-01 08:38:40.292 7 INFO neutron.services.segments.plugin [-] Segment fee2e4f6-e2e4-4b65-a855-e6b1b36bf1e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fee2e4f6-e2e4-4b65-a855-e6b1b36bf1e4 found for delete ", "request_id": "req-98dbf6e9-d6b6-49fb-b1d2-d35e7b7f8e18"}]} [pid: 7|app: 0|req: 776/1473] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:40 2026] DELETE /v2.0/networks/f7ea0dfd-e86c-4728-8efc-afe317c94777 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1474] 10.0.0.228 () {34 vars in 753 bytes} [Wed Jul 1 08:38:40 2026] PUT /v2.0/networks/63fe0cda-dd64-4a24-83b5-0616a5aa0e70/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:38:40.364 7 INFO neutron.db.segments_db [None req-3db13da1-6f7e-45e8-a9bb-d4b8f7d9fcbc 330440db4c0a4a6695cffac8759a7478 442a0e2ff00646d79a0ed602a2100e1f - - default default] Added segment 58fddb78-2829-4804-9684-014970f86a7f of type vxlan for network 945f2d29-f1a3-4659-88eb-863e7467dd8e [pid: 8|app: 0|req: 699/1475] 10.0.0.228 () {34 vars in 753 bytes} [Wed Jul 1 08:38:40 2026] PUT /v2.0/networks/2c0c47bf-9f59-4c58-9873-dde739271af3/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1476] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:38:40 2026] POST /v2.0/networks => generated 631 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1477] 10.0.0.228 () {32 vars in 666 bytes} [Wed Jul 1 08:38:40 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1478] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:40 2026] GET /v2.0/ports?device_id=28cd87d6-8c77-4b57-92be-476e2a9669f9 => 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: 779/1479] 10.0.0.228 () {32 vars in 680 bytes} [Wed Jul 1 08:38:40 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1480] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:38:40 2026] GET /v2.0/security-groups?id=42996dac-08de-4f18-b874-8b58093c2a02&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: 781/1481] 10.0.0.228 () {32 vars in 676 bytes} [Wed Jul 1 08:38:40 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1482] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:38:40 2026] POST /v2.0/subnets => generated 626 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1483] 10.0.0.228 () {32 vars in 688 bytes} [Wed Jul 1 08:38:40 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1484] 10.0.0.228 () {32 vars in 674 bytes} [Wed Jul 1 08:38:40 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1485] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:38:40 2026] GET /v2.0/ports?tenant_id=67ad0f2815cc43d5a264ae0f009cb872&device_id=28cd87d6-8c77-4b57-92be-476e2a9669f9 => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1486] 10.0.0.228 () {32 vars in 688 bytes} [Wed Jul 1 08:38:40 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1487] 199.204.45.53 () {34 vars in 1017 bytes} [Wed Jul 1 08:38:40 2026] GET /v2.0/networks?tenant_id=67ad0f2815cc43d5a264ae0f009cb872&shared=False => generated 769 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1488] 10.0.0.228 () {34 vars in 665 bytes} [Wed Jul 1 08:38:40 2026] POST /v2.0/ports => generated 912 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1489] 199.204.45.53 () {34 vars in 929 bytes} [Wed Jul 1 08:38:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1490] 10.0.0.228 () {32 vars in 684 bytes} [Wed Jul 1 08:38:40 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1491] 10.0.0.228 () {32 vars in 696 bytes} [Wed Jul 1 08:38:41 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:38:41.100 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d4f52f0-06f1-423f-876b-6de641e353f4 330440db4c0a4a6695cffac8759a7478 442a0e2ff00646d79a0ed602a2100e1f - - default default] TaaS: Handle Delete Port: c48c4d5e-7c76-421a-918a-e0c564646d96 2026-07-01 08:38:41.103 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d4f52f0-06f1-423f-876b-6de641e353f4 330440db4c0a4a6695cffac8759a7478 442a0e2ff00646d79a0ed602a2100e1f - - default default] Tap Mirror: Handle Delete Port: c48c4d5e-7c76-421a-918a-e0c564646d96 [pid: 7|app: 0|req: 789/1492] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:41 2026] DELETE /v2.0/networks/d75c143b-64a4-40b1-8a7e-61ccc3b76406 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1493] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:38:41 2026] DELETE /v2.0/ports/c48c4d5e-7c76-421a-918a-e0c564646d96 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:38:41.326 8 INFO neutron.pecan_wsgi.hooks.translation [None req-03c5fd01-3304-47c9-b188-a19c3d55ce49 330440db4c0a4a6695cffac8759a7478 442a0e2ff00646d79a0ed602a2100e1f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 705/1494] 10.0.0.228 () {32 vars in 717 bytes} [Wed Jul 1 08:38:41 2026] GET /v2.0/ports/c48c4d5e-7c76-421a-918a-e0c564646d96 => generated 132 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1495] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:41 2026] DELETE /v2.0/networks/7375ea25-64fb-4106-a6be-efb125b4b17f => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1496] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:38:41 2026] DELETE /v2.0/subnets/ed4402fb-77d4-4dec-b6cc-ea014bf54b24 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:38:41.528 8 INFO neutron.services.segments.plugin [-] Segment 58fddb78-2829-4804-9684-014970f86a7f resource provider aggregate not found 2026-07-01 08:38:41.545 8 INFO neutron.services.segments.plugin [-] Segment 58fddb78-2829-4804-9684-014970f86a7f resource provider aggregate not found [pid: 7|app: 0|req: 791/1497] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:41 2026] DELETE /v2.0/networks/63fe0cda-dd64-4a24-83b5-0616a5aa0e70 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:38:41.551 8 INFO neutron.services.segments.plugin [-] Segment 58fddb78-2829-4804-9684-014970f86a7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58fddb78-2829-4804-9684-014970f86a7f found for delete ", "request_id": "req-0aa154f1-802e-4e49-8753-59c328aa9a5d"}]} [pid: 8|app: 0|req: 707/1498] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:41 2026] DELETE /v2.0/networks/945f2d29-f1a3-4659-88eb-863e7467dd8e => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:38:41.570 8 INFO neutron.services.segments.plugin [-] Segment 58fddb78-2829-4804-9684-014970f86a7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58fddb78-2829-4804-9684-014970f86a7f found for delete ", "request_id": "req-75ba3cdf-6e57-4455-8f0a-fd5783bee2ff"}]} [pid: 7|app: 0|req: 792/1499] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:41 2026] DELETE /v2.0/networks/2c0c47bf-9f59-4c58-9873-dde739271af3 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1500] 10.0.0.228 () {34 vars in 665 bytes} [Wed Jul 1 08:38:41 2026] POST /v2.0/ports => generated 774 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 709/1501] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:41 2026] GET /v2.0/ports?device_id=28cd87d6-8c77-4b57-92be-476e2a9669f9 => generated 969 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1502] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:41 2026] DELETE /v2.0/networks/72485155-ce8c-4cfc-a4b4-db66996e47cf => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1503] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:38:41 2026] GET /v2.0/security-groups?id=42996dac-08de-4f18-b874-8b58093c2a02&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1504] 10.0.0.228 () {34 vars in 737 bytes} [Wed Jul 1 08:38:41 2026] PUT /v2.0/ports/d0ac4f77-be44-4339-bb10-ff556dc69ab1 => generated 752 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:38:41.969 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a00930f-0953-44be-827d-a830dafc1260 330440db4c0a4a6695cffac8759a7478 442a0e2ff00646d79a0ed602a2100e1f - - default default] TaaS: Handle Delete Port: d0ac4f77-be44-4339-bb10-ff556dc69ab1 2026-07-01 08:38:41.971 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a00930f-0953-44be-827d-a830dafc1260 330440db4c0a4a6695cffac8759a7478 442a0e2ff00646d79a0ed602a2100e1f - - default default] Tap Mirror: Handle Delete Port: d0ac4f77-be44-4339-bb10-ff556dc69ab1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 795/1505] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:38:41 2026] DELETE /v2.0/ports/d0ac4f77-be44-4339-bb10-ff556dc69ab1 => 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: 711/1506] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:38:42 2026] GET /v2.0/ports?tenant_id=67ad0f2815cc43d5a264ae0f009cb872&device_id=28cd87d6-8c77-4b57-92be-476e2a9669f9 => generated 1238 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1507] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:38:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=5786cc46-cf5d-404d-90a4-afb7ca2eb84d => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1508] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:38:42 2026] GET /v2.0/subnets?id=cd534616-ea6d-48fa-9e86-d9afd77fd689 => generated 691 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1509] 10.0.0.228 () {32 vars in 643 bytes} [Wed Jul 1 08:38:42 2026] GET /v2.0/ports => generated 777 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:38:42.134 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4c93e694-f0c9-4d7e-800e-cb63768b85a5 330440db4c0a4a6695cffac8759a7478 442a0e2ff00646d79a0ed602a2100e1f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 797/1510] 10.0.0.228 () {32 vars in 717 bytes} [Wed Jul 1 08:38:42 2026] GET /v2.0/ports/d0ac4f77-be44-4339-bb10-ff556dc69ab1 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1511] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:38:42 2026] GET /v2.0/ports?network_id=9ceab972-1e91-4aee-83d9-a858e3a677e8&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1512] 10.0.0.228 () {32 vars in 643 bytes} [Wed Jul 1 08:38:42 2026] GET /v2.0/ports => generated 777 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1513] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:38:42 2026] GET /v2.0/networks/9ceab972-1e91-4aee-83d9-a858e3a677e8?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1514] 10.0.0.228 () {32 vars in 717 bytes} [Wed Jul 1 08:38:42 2026] GET /v2.0/ports/76c37428-927e-4e09-a421-4048d0663107 => generated 774 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:38:42.257 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4c14db51-6233-4afe-affd-f38595224234 330440db4c0a4a6695cffac8759a7478 442a0e2ff00646d79a0ed602a2100e1f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 716/1515] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:38:42 2026] GET /v2.0/networks/9ceab972-1e91-4aee-83d9-a858e3a677e8?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: 800/1516] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:38:42 2026] DELETE /v2.0/ports/c48c4d5e-7c76-421a-918a-e0c564646d96 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:38:42.289 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e569e505-63ad-4e68-b9fe-c82748d6fe89 330440db4c0a4a6695cffac8759a7478 442a0e2ff00646d79a0ed602a2100e1f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 717/1517] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:38:42 2026] DELETE /v2.0/subnets/ed4402fb-77d4-4dec-b6cc-ea014bf54b24 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:38:42.323 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f03c940a-6325-4547-9a45-287b2d1578c5 330440db4c0a4a6695cffac8759a7478 442a0e2ff00646d79a0ed602a2100e1f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 801/1518] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:38:42 2026] DELETE /v2.0/subnets/1dd26d6a-2f83-411e-acc2-d8bb48aa41eb => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:38:42.328 7 INFO neutron.services.segments.plugin [-] Segment abd2efc8-568a-4c1c-be87-0396453062f2 resource provider aggregate not found 2026-07-01 08:38:42.333 7 INFO neutron.services.segments.plugin [-] Segment abd2efc8-568a-4c1c-be87-0396453062f2 resource provider aggregate not found 2026-07-01 08:38:42.349 7 INFO neutron.services.segments.plugin [-] Segment abd2efc8-568a-4c1c-be87-0396453062f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abd2efc8-568a-4c1c-be87-0396453062f2 found for delete ", "request_id": "req-b4971588-a809-4225-9878-f8e6bc47b49d"}]} 2026-07-01 08:38:42.353 7 INFO neutron.services.segments.plugin [-] Segment abd2efc8-568a-4c1c-be87-0396453062f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abd2efc8-568a-4c1c-be87-0396453062f2 found for delete ", "request_id": "req-bbb1f190-7737-4da5-8460-147b1e2aaa93"}]} 2026-07-01 08:38:42.374 7 INFO neutron.services.segments.plugin [-] Segment d9a19a07-5603-4894-a8c8-74f09cd2ad81 resource provider aggregate not found 2026-07-01 08:38:42.385 7 INFO neutron.services.segments.plugin [-] Segment d9a19a07-5603-4894-a8c8-74f09cd2ad81 resource provider aggregate not found 2026-07-01 08:38:42.396 7 INFO neutron.services.segments.plugin [-] Segment d9a19a07-5603-4894-a8c8-74f09cd2ad81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9a19a07-5603-4894-a8c8-74f09cd2ad81 found for delete ", "request_id": "req-e6ad34ba-ceed-4f5f-adbe-a83171c7dccd"}]} 2026-07-01 08:38:42.401 7 INFO neutron.services.segments.plugin [-] Segment d9a19a07-5603-4894-a8c8-74f09cd2ad81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9a19a07-5603-4894-a8c8-74f09cd2ad81 found for delete ", "request_id": "req-051fcd74-1441-436f-b5b8-1c3f9d6ab03f"}]} 2026-07-01 08:38:42.417 7 INFO neutron.services.segments.plugin [-] Segment 115a24df-781e-4f56-b279-9bc7a44e8df2 resource provider aggregate not found 2026-07-01 08:38:42.419 7 INFO neutron.services.segments.plugin [-] Segment 115a24df-781e-4f56-b279-9bc7a44e8df2 resource provider aggregate not found 2026-07-01 08:38:42.425 8 INFO neutron_taas.services.taas.taas_plugin [None req-624a9a59-4b94-4231-84c5-c7ccd84d8d62 330440db4c0a4a6695cffac8759a7478 442a0e2ff00646d79a0ed602a2100e1f - - default default] TaaS: Handle Delete Port: 76c37428-927e-4e09-a421-4048d0663107 2026-07-01 08:38:42.429 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-624a9a59-4b94-4231-84c5-c7ccd84d8d62 330440db4c0a4a6695cffac8759a7478 442a0e2ff00646d79a0ed602a2100e1f - - default default] Tap Mirror: Handle Delete Port: 76c37428-927e-4e09-a421-4048d0663107 2026-07-01 08:38:42.433 7 INFO neutron.services.segments.plugin [-] Segment 115a24df-781e-4f56-b279-9bc7a44e8df2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 115a24df-781e-4f56-b279-9bc7a44e8df2 found for delete ", "request_id": "req-73c4c4b7-406e-4101-805c-c9c599e442d3"}]} 2026-07-01 08:38:42.439 7 INFO neutron.services.segments.plugin [-] Segment 115a24df-781e-4f56-b279-9bc7a44e8df2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 115a24df-781e-4f56-b279-9bc7a44e8df2 found for delete ", "request_id": "req-b3f6ed75-a836-4c10-84a4-f9c99d207bf7"}]} 2026-07-01 08:38:42.452 7 INFO neutron.services.segments.plugin [-] Segment 13bd5f9f-f5d2-46df-b309-d17d52d64948 resource provider aggregate not found 2026-07-01 08:38:42.464 7 INFO neutron.services.segments.plugin [-] Segment 13bd5f9f-f5d2-46df-b309-d17d52d64948 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13bd5f9f-f5d2-46df-b309-d17d52d64948 found for delete ", "request_id": "req-87bc542c-fb17-4cc1-b7e5-711a32a53015"}]} 2026-07-01 08:38:42.468 7 INFO neutron.services.segments.plugin [-] Segment 13bd5f9f-f5d2-46df-b309-d17d52d64948 resource provider aggregate not found 2026-07-01 08:38:42.481 7 INFO neutron.services.segments.plugin [-] Segment 215e4fe1-d926-416e-adc7-df1420d1504a resource provider aggregate not found 2026-07-01 08:38:42.485 7 INFO neutron.services.segments.plugin [-] Segment 13bd5f9f-f5d2-46df-b309-d17d52d64948 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13bd5f9f-f5d2-46df-b309-d17d52d64948 found for delete ", "request_id": "req-25dbedda-c5e2-46dc-a728-3ba5d25a8d83"}]} 2026-07-01 08:38:42.498 7 INFO neutron.services.segments.plugin [-] Segment 215e4fe1-d926-416e-adc7-df1420d1504a resource provider aggregate not found 2026-07-01 08:38:42.506 7 INFO neutron.services.segments.plugin [-] Segment 215e4fe1-d926-416e-adc7-df1420d1504a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 215e4fe1-d926-416e-adc7-df1420d1504a found for delete ", "request_id": "req-bede614e-5ac0-4328-9323-99d00c49bab6"}]} 2026-07-01 08:38:42.513 7 INFO neutron.services.segments.plugin [-] Segment 215e4fe1-d926-416e-adc7-df1420d1504a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 215e4fe1-d926-416e-adc7-df1420d1504a found for delete ", "request_id": "req-f62652a6-99ae-4d17-a25f-0fbe06b4ee2c"}]} [pid: 8|app: 0|req: 718/1519] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:38:42 2026] DELETE /v2.0/ports/76c37428-927e-4e09-a421-4048d0663107 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1520] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:42 2026] DELETE /v2.0/networks/a0cccd50-9257-4e79-aee4-c4ce62959973 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1521] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:42 2026] GET /v2.0/security-groups?tenant_id=129113ccc8a944f69a759c33a8e8a2b8&name=default => generated 2925 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1522] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:42 2026] DELETE /v2.0/security-groups/773c74b4-af4c-4c24-9402-65b4a94081e0 => 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: 720/1523] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:42 2026] GET /v2.0/security-groups?tenant_id=68b6d95a0fed4d8eb63915708357c7d0&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1524] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:42 2026] DELETE /v2.0/security-groups/0b6352a6-84f9-4f44-a76f-445e478acbe6 => 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: 721/1525] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:42 2026] GET /v2.0/ports?device_id=28cd87d6-8c77-4b57-92be-476e2a9669f9 => 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: 722/1526] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:38:43 2026] GET /v2.0/security-groups?id=42996dac-08de-4f18-b874-8b58093c2a02&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1527] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:43 2026] GET /v2.0/security-groups?tenant_id=6fabce5c42694bea80fefcfc78bc4dc9&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1528] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:43 2026] GET /v2.0/security-groups?tenant_id=442a0e2ff00646d79a0ed602a2100e1f&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1529] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:43 2026] DELETE /v2.0/security-groups/6fb806ca-f64d-45ed-ab36-e29efdfe336f => 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: 807/1530] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:43 2026] DELETE /v2.0/security-groups/6d47e59c-2927-4222-b1a8-85ca6a6f9101 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1531] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:43 2026] GET /v2.0/security-groups?tenant_id=70bcb0f78ea5428b8345df4e3b2f19f3&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: 808/1532] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:43 2026] DELETE /v2.0/security-groups/3150fc39-bc3f-4bd2-aa9b-13b2d1a9cdce => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:38:43.588 8 INFO neutron.services.segments.plugin [-] Segment 3d39f338-57a4-4e6c-ac0f-80c58ef30699 resource provider aggregate not found 2026-07-01 08:38:43.595 8 INFO neutron.services.segments.plugin [-] Segment 3d39f338-57a4-4e6c-ac0f-80c58ef30699 resource provider aggregate not found 2026-07-01 08:38:43.607 8 INFO neutron.services.segments.plugin [-] Segment 3d39f338-57a4-4e6c-ac0f-80c58ef30699 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d39f338-57a4-4e6c-ac0f-80c58ef30699 found for delete ", "request_id": "req-bb5e9492-bb7a-4e6b-8fda-dcab8e03c7fe"}]} 2026-07-01 08:38:43.613 8 INFO neutron.services.segments.plugin [-] Segment 3d39f338-57a4-4e6c-ac0f-80c58ef30699 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d39f338-57a4-4e6c-ac0f-80c58ef30699 found for delete ", "request_id": "req-0b1b5e40-b48a-418b-aaea-a98abc7a1f42"}]} [pid: 8|app: 0|req: 725/1533] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:43 2026] GET /v2.0/security-groups?tenant_id=1ad129ca464c4cf8a6ddeaae00f0debe&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: 809/1534] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:43 2026] DELETE /v2.0/security-groups/74731df0-f952-423c-975b-8c7251d3019a => 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: 726/1535] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:44 2026] GET /v2.0/ports?device_id=28cd87d6-8c77-4b57-92be-476e2a9669f9 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1536] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:38:44 2026] GET /v2.0/security-groups?id=42996dac-08de-4f18-b874-8b58093c2a02&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1537] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:45 2026] GET /v2.0/ports?device_id=28cd87d6-8c77-4b57-92be-476e2a9669f9 => 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: 812/1538] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:38:45 2026] GET /v2.0/security-groups?id=42996dac-08de-4f18-b874-8b58093c2a02&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-07-01 08:38:45.466 8 INFO neutron.db.segments_db [None req-a4831fce-479a-4219-bf73-7573b7bff5b7 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Added segment bddd5ff8-775e-4a9d-813d-f595ef41ba91 of type vxlan for network 46effded-c635-44d6-bbd4-85c7cd446a24 [pid: 8|app: 0|req: 727/1539] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:38:45 2026] POST /v2.0/networks => generated 634 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:38:45.627 7 INFO neutron.db.segments_db [None req-f3365445-9fa5-418a-8067-eaa7125708af 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Added segment 0b18658b-1e89-44f6-9dab-a67f7fcb5540 of type vxlan for network f3acda96-d765-438a-b0df-5abd2e5d38d6 [pid: 7|app: 0|req: 813/1540] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:38:45 2026] POST /v2.0/networks => generated 634 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1541] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:38:45 2026] POST /v2.0/subnets => generated 646 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1542] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:45 2026] GET /v2.0/security-groups?tenant_id=7489e314811142d4b16c5bd77a93e535&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1543] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:46 2026] DELETE /v2.0/security-groups/62f5cb0d-3540-49a1-a2f9-77aeee6a8857 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1544] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:38:46 2026] POST /v2.0/subnets => generated 655 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:38:46.297 7 INFO neutron.db.segments_db [None req-d5b805d2-f1a6-48ae-9554-a1842dc39eaa 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Added segment 83f55be1-8d0f-402b-93f5-c456a69715ba of type vxlan for network 54973da4-1336-4124-afcd-90b6624245f3 2026-07-01 08:38:46.518 7 INFO neutron.db.l3_hamode_db [None req-d5b805d2-f1a6-48ae-9554-a1842dc39eaa 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 730/1545] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:46 2026] GET /v2.0/ports?device_id=28cd87d6-8c77-4b57-92be-476e2a9669f9 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1546] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:38:46 2026] GET /v2.0/security-groups?id=42996dac-08de-4f18-b874-8b58093c2a02&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-07-01 08:38:46.638 7 INFO neutron.db.l3_hamode_db [None req-d5b805d2-f1a6-48ae-9554-a1842dc39eaa 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 816/1547] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:38:46 2026] POST /v2.0/routers => generated 510 bytes in 940 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1548] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:47 2026] GET /v2.0/ports?device_id=28cd87d6-8c77-4b57-92be-476e2a9669f9 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1549] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:38:47 2026] GET /v2.0/security-groups?id=42996dac-08de-4f18-b874-8b58093c2a02&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-07-01 08:38:48.499 7 INFO neutron.db.segments_db [None req-98a6b5bf-4ce7-4c9e-aad8-5c15182baf45 573ff8f8f6aa4df4a173256dc46a30e4 b7860c9172104e95bd09ddbb9054da0a - - default default] Added segment c4146783-b1f7-4f29-a934-bcb3e217444f of type vxlan for network 522c07f8-5f4d-4303-90a8-eeb6c0b24e36 [pid: 8|app: 0|req: 732/1550] 10.0.0.228 () {34 vars in 783 bytes} [Wed Jul 1 08:38:47 2026] PUT /v2.0/routers/5eef496b-6d63-425e-814b-090bcdce980b/add_router_interface => generated 309 bytes in 1321 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1551] 10.0.0.228 () {32 vars in 717 bytes} [Wed Jul 1 08:38:48 2026] GET /v2.0/ports/d2f1a2f8-e73c-477d-8131-938bece6b663 => generated 959 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1552] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:38:48 2026] POST /v2.0/networks => generated 632 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1553] 10.0.0.228 () {34 vars in 664 bytes} [Wed Jul 1 08:38:48 2026] POST /v2.0/ports => generated 743 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 821/1554] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:48 2026] GET /v2.0/ports?device_id=28cd87d6-8c77-4b57-92be-476e2a9669f9 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:38:48.950 7 INFO neutron.db.segments_db [None req-8f115079-29e2-4afe-8203-13b35b321169 573ff8f8f6aa4df4a173256dc46a30e4 b7860c9172104e95bd09ddbb9054da0a - - default default] Added segment 5bacae0b-b908-4ad0-8e3e-fdd5612b2142 of type vxlan for network e596222a-25b6-4f0b-aeb6-cf2a33e1e5ed [pid: 7|app: 0|req: 822/1555] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:38:48 2026] POST /v2.0/networks => generated 631 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1556] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:38:49 2026] GET /v2.0/security-groups?id=42996dac-08de-4f18-b874-8b58093c2a02&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1557] 10.0.0.228 () {34 vars in 664 bytes} [Wed Jul 1 08:38:49 2026] POST /v2.0/ports => generated 743 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-07-01 08:38:49.432 7 INFO neutron.db.segments_db [None req-59f3b07e-4798-4014-b538-af95ca53172e 573ff8f8f6aa4df4a173256dc46a30e4 b7860c9172104e95bd09ddbb9054da0a - - default default] Added segment 9821950a-5973-446c-a29c-edf8118dfb6e of type vxlan for network 14aae0e6-9e37-47d9-8ab3-f564be4418ce [pid: 7|app: 0|req: 825/1558] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:38:49 2026] POST /v2.0/networks => generated 632 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1559] 10.0.0.228 () {34 vars in 783 bytes} [Wed Jul 1 08:38:48 2026] PUT /v2.0/routers/5eef496b-6d63-425e-814b-090bcdce980b/add_router_interface => generated 309 bytes in 1128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1560] 10.0.0.228 () {32 vars in 717 bytes} [Wed Jul 1 08:38:49 2026] GET /v2.0/ports/889abc6f-88f4-43cc-a442-15b5e1b7a8f3 => generated 967 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1561] 10.0.0.228 () {34 vars in 664 bytes} [Wed Jul 1 08:38:49 2026] POST /v2.0/ports => generated 743 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 08:38:49.964 7 INFO neutron.db.segments_db [None req-0d219cb4-0e1e-4de3-a514-a00dab69ae18 573ff8f8f6aa4df4a173256dc46a30e4 b7860c9172104e95bd09ddbb9054da0a - - default default] Added segment 72c7f155-45da-45f3-a1f4-e979fab97c5b of type vxlan for network b0c43bd5-b3bc-413e-b4da-77f2d696a998 [pid: 7|app: 0|req: 827/1562] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:38:49 2026] POST /v2.0/networks => generated 631 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:38:50.194 8 INFO neutron_taas.services.taas.taas_plugin [None req-19c81f4a-4fa9-4316-9e75-ab0d521cf383 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] TaaS: Handle Delete Port: 889abc6f-88f4-43cc-a442-15b5e1b7a8f3 2026-07-01 08:38:50.198 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19c81f4a-4fa9-4316-9e75-ab0d521cf383 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Tap Mirror: Handle Delete Port: 889abc6f-88f4-43cc-a442-15b5e1b7a8f3 [pid: 7|app: 0|req: 828/1563] 10.0.0.228 () {34 vars in 664 bytes} [Wed Jul 1 08:38:50 2026] POST /v2.0/ports => generated 743 bytes in 354 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-07-01 08:38:50.467 7 INFO neutron.db.segments_db [None req-9555c65b-c495-4d08-a167-39fd3e604254 573ff8f8f6aa4df4a173256dc46a30e4 b7860c9172104e95bd09ddbb9054da0a - - default default] Added segment 3543bdb1-a7f0-4c92-ba11-f2c641344c8c of type vxlan for network c25d8199-db75-4d85-aa08-9d8c81a71d2d [pid: 7|app: 0|req: 829/1564] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:38:50 2026] POST /v2.0/networks => generated 631 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1565] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:50 2026] GET /v2.0/ports?device_id=28cd87d6-8c77-4b57-92be-476e2a9669f9 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1566] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:38:49 2026] PUT /v2.0/routers/5eef496b-6d63-425e-814b-090bcdce980b/remove_router_interface => generated 309 bytes in 867 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1567] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:38:50 2026] GET /v2.0/security-groups?id=42996dac-08de-4f18-b874-8b58093c2a02&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1568] 10.0.0.228 () {34 vars in 664 bytes} [Wed Jul 1 08:38:50 2026] POST /v2.0/ports => generated 743 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 08:38:51.056 8 INFO neutron_taas.services.taas.taas_plugin [None req-e140997e-9455-4ed8-a816-c7ee11d0a437 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] TaaS: Handle Delete Port: d2f1a2f8-e73c-477d-8131-938bece6b663 [pid: 7|app: 0|req: 832/1569] 10.0.0.228 () {34 vars in 747 bytes} [Wed Jul 1 08:38:50 2026] PUT /v2.0/ports/d3945171-a01c-4524-a07a-61ef16386bf1/tags => generated 17 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:38:51.059 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e140997e-9455-4ed8-a816-c7ee11d0a437 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Tap Mirror: Handle Delete Port: d2f1a2f8-e73c-477d-8131-938bece6b663 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 833/1570] 10.0.0.228 () {34 vars in 747 bytes} [Wed Jul 1 08:38:51 2026] PUT /v2.0/ports/2a25ba52-634c-4e7b-8712-3d9f16dd13aa/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 834/1571] 10.0.0.228 () {34 vars in 747 bytes} [Wed Jul 1 08:38:51 2026] PUT /v2.0/ports/444e7794-6bd6-4d4d-86a5-2788532a65c9/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 835/1572] 10.0.0.228 () {34 vars in 747 bytes} [Wed Jul 1 08:38:51 2026] PUT /v2.0/ports/a83eb417-dc33-47d0-8006-de02ef280ef8/tags => generated 19 bytes in 92 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: 836/1573] 10.0.0.228 () {32 vars in 660 bytes} [Wed Jul 1 08:38:51 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1574] 10.0.0.228 () {32 vars in 674 bytes} [Wed Jul 1 08:38:51 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1575] 10.0.0.228 () {32 vars in 670 bytes} [Wed Jul 1 08:38:51 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: 8|app: 0|req: 738/1576] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:38:50 2026] PUT /v2.0/routers/5eef496b-6d63-425e-814b-090bcdce980b/remove_router_interface => generated 309 bytes in 861 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1577] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:38:51 2026] GET /v2.0/ports?device_id=5eef496b-6d63-425e-814b-090bcdce980b => 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: 839/1578] 10.0.0.228 () {32 vars in 682 bytes} [Wed Jul 1 08:38:51 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1579] 10.0.0.228 () {32 vars in 668 bytes} [Wed Jul 1 08:38:51 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:38:51.747 8 INFO neutron_taas.services.taas.taas_plugin [None req-6df388a1-18f7-429c-bb1a-203fef1bb38a 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] TaaS: Handle Delete Port: b58be0c4-f3f9-4ffa-ba20-25292d61715f 2026-07-01 08:38:51.750 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6df388a1-18f7-429c-bb1a-203fef1bb38a 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Tap Mirror: Handle Delete Port: b58be0c4-f3f9-4ffa-ba20-25292d61715f [pid: 7|app: 0|req: 841/1580] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:51 2026] GET /v2.0/security-groups?tenant_id=2f861520a9554f599bb2d64e26cdbf92&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: 842/1581] 10.0.0.228 () {32 vars in 682 bytes} [Wed Jul 1 08:38:51 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1582] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:51 2026] GET /v2.0/ports?device_id=28cd87d6-8c77-4b57-92be-476e2a9669f9 => generated 971 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1583] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:51 2026] DELETE /v2.0/security-groups/ed59f7fa-8ff8-4afd-a5a3-f36d4cceec4c => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1584] 10.0.0.228 () {32 vars in 678 bytes} [Wed Jul 1 08:38:51 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1585] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:38:52 2026] GET /v2.0/security-groups?id=42996dac-08de-4f18-b874-8b58093c2a02&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:38:52.073 8 INFO neutron.services.segments.plugin [-] Segment 83f55be1-8d0f-402b-93f5-c456a69715ba resource provider aggregate not found 2026-07-01 08:38:52.082 8 INFO neutron.services.segments.plugin [-] Segment 83f55be1-8d0f-402b-93f5-c456a69715ba resource provider aggregate not found 2026-07-01 08:38:52.090 8 INFO neutron.services.segments.plugin [-] Segment 83f55be1-8d0f-402b-93f5-c456a69715ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83f55be1-8d0f-402b-93f5-c456a69715ba found for delete ", "request_id": "req-0d493d59-0de4-4a6c-b3b5-b537471ec37b"}]} 2026-07-01 08:38:52.099 8 INFO neutron.services.segments.plugin [-] Segment 83f55be1-8d0f-402b-93f5-c456a69715ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83f55be1-8d0f-402b-93f5-c456a69715ba found for delete ", "request_id": "req-b1514d3f-0c52-4559-af02-48b99c458bf6"}]} [pid: 7|app: 0|req: 847/1586] 10.0.0.228 () {32 vars in 690 bytes} [Wed Jul 1 08:38:52 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:38:52.105 8 INFO neutron.db.l3_hamode_db [None req-6df388a1-18f7-429c-bb1a-203fef1bb38a 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] HA network 54973da4-1336-4124-afcd-90b6624245f3 was deleted as no HA routers are present in tenant 8ca5011c856041c6b688684af104e379. [pid: 8|app: 0|req: 740/1587] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:38:51 2026] DELETE /v2.0/routers/5eef496b-6d63-425e-814b-090bcdce980b => generated 0 bytes in 540 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:38:52.185 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ecae906-a2e2-409e-917f-7e90227bd26a 573ff8f8f6aa4df4a173256dc46a30e4 b7860c9172104e95bd09ddbb9054da0a - - default default] TaaS: Handle Delete Port: d3945171-a01c-4524-a07a-61ef16386bf1 2026-07-01 08:38:52.187 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ecae906-a2e2-409e-917f-7e90227bd26a 573ff8f8f6aa4df4a173256dc46a30e4 b7860c9172104e95bd09ddbb9054da0a - - default default] Tap Mirror: Handle Delete Port: d3945171-a01c-4524-a07a-61ef16386bf1 [pid: 8|app: 0|req: 741/1588] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:38:52 2026] DELETE /v2.0/subnets/ba169ffb-e9a0-44e7-b9ed-a7a8c091e6fe => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1589] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:38:52 2026] DELETE /v2.0/ports/d3945171-a01c-4524-a07a-61ef16386bf1 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:38:52.402 7 INFO neutron_taas.services.taas.taas_plugin [None req-747113a9-a23c-4af9-900a-094a8c362edd 573ff8f8f6aa4df4a173256dc46a30e4 b7860c9172104e95bd09ddbb9054da0a - - default default] TaaS: Handle Delete Port: 2a25ba52-634c-4e7b-8712-3d9f16dd13aa 2026-07-01 08:38:52.404 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-747113a9-a23c-4af9-900a-094a8c362edd 573ff8f8f6aa4df4a173256dc46a30e4 b7860c9172104e95bd09ddbb9054da0a - - default default] Tap Mirror: Handle Delete Port: 2a25ba52-634c-4e7b-8712-3d9f16dd13aa [pid: 8|app: 0|req: 742/1590] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:38:52 2026] DELETE /v2.0/subnets/65adf9b2-60cb-4d82-af08-0ef17cdc72cc => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1593] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:38:52 2026] DELETE /v2.0/ports/2a25ba52-634c-4e7b-8712-3d9f16dd13aa => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:38:52.578 8 INFO neutron_taas.services.taas.taas_plugin [None req-209837dc-2271-47e8-b36a-054d1176a609 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] TaaS: Handle Delete Port: a504a68d-0c45-40fc-bd51-0120fa8ae41d 2026-07-01 08:38:52.581 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-209837dc-2271-47e8-b36a-054d1176a609 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Tap Mirror: Handle Delete Port: a504a68d-0c45-40fc-bd51-0120fa8ae41d 2026-07-01 08:38:52.613 7 INFO neutron_taas.services.taas.taas_plugin [None req-c1f75a28-6386-419b-83d6-7f8e0e871b67 573ff8f8f6aa4df4a173256dc46a30e4 b7860c9172104e95bd09ddbb9054da0a - - default default] TaaS: Handle Delete Port: 444e7794-6bd6-4d4d-86a5-2788532a65c9 2026-07-01 08:38:52.616 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1f75a28-6386-419b-83d6-7f8e0e871b67 573ff8f8f6aa4df4a173256dc46a30e4 b7860c9172104e95bd09ddbb9054da0a - - default default] Tap Mirror: Handle Delete Port: 444e7794-6bd6-4d4d-86a5-2788532a65c9 [pid: 7|app: 0|req: 850/1594] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:38:52 2026] DELETE /v2.0/ports/444e7794-6bd6-4d4d-86a5-2788532a65c9 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1595] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:52 2026] DELETE /v2.0/networks/f3acda96-d765-438a-b0df-5abd2e5d38d6 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:38:52.816 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ef56d3a-78ef-4644-8a89-f1c5d2f7a232 573ff8f8f6aa4df4a173256dc46a30e4 b7860c9172104e95bd09ddbb9054da0a - - default default] TaaS: Handle Delete Port: a83eb417-dc33-47d0-8006-de02ef280ef8 2026-07-01 08:38:52.819 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ef56d3a-78ef-4644-8a89-f1c5d2f7a232 573ff8f8f6aa4df4a173256dc46a30e4 b7860c9172104e95bd09ddbb9054da0a - - default default] Tap Mirror: Handle Delete Port: a83eb417-dc33-47d0-8006-de02ef280ef8 2026-07-01 08:38:52.882 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c2e311d-c88d-40ed-bb3c-43598d286713 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] TaaS: Handle Delete Port: 6a98eecc-f799-4e28-bbe9-e9be4173c390 2026-07-01 08:38:52.885 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c2e311d-c88d-40ed-bb3c-43598d286713 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Tap Mirror: Handle Delete Port: 6a98eecc-f799-4e28-bbe9-e9be4173c390 [pid: 7|app: 0|req: 851/1596] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:38:52 2026] DELETE /v2.0/ports/a83eb417-dc33-47d0-8006-de02ef280ef8 => 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: 852/1597] 199.204.45.53 () {34 vars in 993 bytes} [Wed Jul 1 08:38:52 2026] GET /v2.0/ports?device_id=28cd87d6-8c77-4b57-92be-476e2a9669f9 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1598] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:52 2026] DELETE /v2.0/networks/46effded-c635-44d6-bbd4-85c7cd446a24 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:38:53.060 7 INFO neutron_taas.services.taas.taas_plugin [None req-23c3ec08-c85a-4533-9503-a47588795278 573ff8f8f6aa4df4a173256dc46a30e4 b7860c9172104e95bd09ddbb9054da0a - - default default] TaaS: Handle Delete Port: b37c375a-4c5b-4de9-adb3-44e6b7f84bd5 2026-07-01 08:38:53.068 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23c3ec08-c85a-4533-9503-a47588795278 573ff8f8f6aa4df4a173256dc46a30e4 b7860c9172104e95bd09ddbb9054da0a - - default default] Tap Mirror: Handle Delete Port: b37c375a-4c5b-4de9-adb3-44e6b7f84bd5 [pid: 7|app: 0|req: 853/1599] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:38:52 2026] DELETE /v2.0/ports/b37c375a-4c5b-4de9-adb3-44e6b7f84bd5 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:38:53.177 8 INFO neutron_taas.services.taas.taas_plugin [req-afe6baf3-5163-4f3f-acbe-70a8baa3423c req-93e50e8b-c94d-4ea1-9752-caad3988e2ba b6a3a52259ea476d8959b597cc44d802 67ad0f2815cc43d5a264ae0f009cb872 - - default default] TaaS: Handle Delete Port: 5786cc46-cf5d-404d-90a4-afb7ca2eb84d 2026-07-01 08:38:53.180 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-afe6baf3-5163-4f3f-acbe-70a8baa3423c req-93e50e8b-c94d-4ea1-9752-caad3988e2ba b6a3a52259ea476d8959b597cc44d802 67ad0f2815cc43d5a264ae0f009cb872 - - default default] Tap Mirror: Handle Delete Port: 5786cc46-cf5d-404d-90a4-afb7ca2eb84d 2026-07-01 08:38:53.208 7 INFO neutron.db.segments_db [None req-e51943d0-7cab-422f-890d-0b93c6b2a9c1 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Added segment f34aed7d-9358-4664-99ff-a2fadc14f54e of type vxlan for network 35925893-4943-4c93-960f-47938d25e7ab [pid: 7|app: 0|req: 854/1600] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:38:53 2026] POST /v2.0/networks => generated 634 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1601] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:53 2026] GET /v2.0/ports?device_id=28cd87d6-8c77-4b57-92be-476e2a9669f9 => 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: 747/1602] 199.204.45.53 () {36 vars in 996 bytes} [Wed Jul 1 08:38:53 2026] DELETE /v2.0/ports/5786cc46-cf5d-404d-90a4-afb7ca2eb84d => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:38:53.388 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-adcc02fc-d783-46d5-9258-e041c9b55c05'] response: {'server_uuid': '28cd87d6-8c77-4b57-92be-476e2a9669f9', 'name': 'network-vif-deleted', 'tag': '5786cc46-cf5d-404d-90a4-afb7ca2eb84d', 'status': 'completed', 'code': 200} 2026-07-01 08:38:53.446 7 INFO neutron.services.segments.plugin [-] Segment c4146783-b1f7-4f29-a934-bcb3e217444f resource provider aggregate not found 2026-07-01 08:38:53.449 7 INFO neutron.services.segments.plugin [-] Segment c4146783-b1f7-4f29-a934-bcb3e217444f resource provider aggregate not found 2026-07-01 08:38:53.461 7 INFO neutron.services.segments.plugin [-] Segment c4146783-b1f7-4f29-a934-bcb3e217444f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4146783-b1f7-4f29-a934-bcb3e217444f found for delete ", "request_id": "req-64d31346-9f71-4dc9-8877-94c39dff6ff6"}]} 2026-07-01 08:38:53.466 7 INFO neutron.services.segments.plugin [-] Segment c4146783-b1f7-4f29-a934-bcb3e217444f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4146783-b1f7-4f29-a934-bcb3e217444f found for delete ", "request_id": "req-efd741b2-4a33-4be8-93bb-f75c343c9720"}]} [pid: 7|app: 0|req: 856/1603] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:53 2026] DELETE /v2.0/networks/522c07f8-5f4d-4303-90a8-eeb6c0b24e36 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1604] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:38:53 2026] POST /v2.0/subnets => generated 646 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:38:53.633 8 INFO neutron.db.segments_db [None req-b919c123-671d-4fda-8c26-76899ca7cc77 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Added segment 2b000643-e410-4f69-a333-70447212906f of type vxlan for network 8b5455a2-69ea-40f9-9544-9220c22fe0b4 [pid: 7|app: 0|req: 857/1605] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:53 2026] DELETE /v2.0/networks/e596222a-25b6-4f0b-aeb6-cf2a33e1e5ed => 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: 858/1606] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:53 2026] DELETE /v2.0/networks/14aae0e6-9e37-47d9-8ab3-f564be4418ce => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:38:53.863 8 INFO neutron.db.l3_hamode_db [None req-b919c123-671d-4fda-8c26-76899ca7cc77 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 08:38:53.992 8 INFO neutron.db.l3_hamode_db [None req-b919c123-671d-4fda-8c26-76899ca7cc77 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 08:38:54.112 8 INFO neutron.services.segments.plugin [-] Segment 0b18658b-1e89-44f6-9dab-a67f7fcb5540 resource provider aggregate not found 2026-07-01 08:38:54.122 8 INFO neutron.services.segments.plugin [-] Segment 0b18658b-1e89-44f6-9dab-a67f7fcb5540 resource provider aggregate not found 2026-07-01 08:38:54.131 7 INFO neutron.db.segments_db [None req-9cbfc63d-be19-4c19-a431-0b92ca1547ca e9a12a9f819244388334b82a7da22e7f 528fe630a34542fe81d6e5aae50844ae - - default default] Added segment 430c5f95-4935-423f-82c7-5aa89d5c975e of type vxlan for network 9bb335f1-804f-4198-8a8d-d8090c19bd30 2026-07-01 08:38:54.139 8 INFO neutron.services.segments.plugin [-] Segment 0b18658b-1e89-44f6-9dab-a67f7fcb5540 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b18658b-1e89-44f6-9dab-a67f7fcb5540 found for delete ", "request_id": "req-b1fbb03c-5213-43c8-8ad4-3094c22a8877"}]} 2026-07-01 08:38:54.145 8 INFO neutron.services.segments.plugin [-] Segment 0b18658b-1e89-44f6-9dab-a67f7fcb5540 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b18658b-1e89-44f6-9dab-a67f7fcb5540 found for delete ", "request_id": "req-14480600-f603-43f4-ae85-63a4ae7922c7"}]} 2026-07-01 08:38:54.163 8 INFO neutron.services.segments.plugin [-] Segment bddd5ff8-775e-4a9d-813d-f595ef41ba91 resource provider aggregate not found 2026-07-01 08:38:54.167 8 INFO neutron.services.segments.plugin [-] Segment bddd5ff8-775e-4a9d-813d-f595ef41ba91 resource provider aggregate not found 2026-07-01 08:38:54.191 8 INFO neutron.services.segments.plugin [-] Segment bddd5ff8-775e-4a9d-813d-f595ef41ba91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bddd5ff8-775e-4a9d-813d-f595ef41ba91 found for delete ", "request_id": "req-9092b17e-6319-49c6-9c88-a4470a3cf9de"}]} 2026-07-01 08:38:54.191 8 INFO neutron.services.segments.plugin [-] Segment bddd5ff8-775e-4a9d-813d-f595ef41ba91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bddd5ff8-775e-4a9d-813d-f595ef41ba91 found for delete ", "request_id": "req-cc75cb62-ac01-4249-a2d4-dec43c18f327"}]} 2026-07-01 08:38:54.195 7 INFO neutron.db.segments_db [None req-9cbfc63d-be19-4c19-a431-0b92ca1547ca e9a12a9f819244388334b82a7da22e7f 528fe630a34542fe81d6e5aae50844ae - - default default] Added segment 5b2d0d98-c140-4560-aa76-44245dd7ee3b of type vxlan for network ce26d7a9-3866-46f0-b98d-abe49f3aad47 [pid: 7|app: 0|req: 859/1607] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:38:53 2026] POST /v2.0/networks => generated 1245 bytes in 564 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1608] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:54 2026] DELETE /v2.0/networks/b0c43bd5-b3bc-413e-b4da-77f2d696a998 => 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: 861/1609] 10.0.0.228 () {32 vars in 649 bytes} [Wed Jul 1 08:38:54 2026] GET /v2.0/networks => generated 1844 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1610] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:54 2026] GET /v2.0/ports?device_id=28cd87d6-8c77-4b57-92be-476e2a9669f9 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1611] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:54 2026] DELETE /v2.0/networks/c25d8199-db75-4d85-aa08-9d8c81a71d2d => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1612] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:38:53 2026] POST /v2.0/routers => generated 509 bytes in 1051 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1613] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:54 2026] DELETE /v2.0/networks/9bb335f1-804f-4198-8a8d-d8090c19bd30 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1614] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:54 2026] DELETE /v2.0/networks/ce26d7a9-3866-46f0-b98d-abe49f3aad47 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1615] 10.0.0.228 () {32 vars in 649 bytes} [Wed Jul 1 08:38:54 2026] GET /v2.0/networks => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1616] 10.0.0.228 () {34 vars in 665 bytes} [Wed Jul 1 08:38:54 2026] POST /v2.0/ports => generated 963 bytes in 326 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-07-01 08:38:54.986 7 INFO neutron.db.segments_db [None req-2fb36058-f3c0-41e1-99ae-399d5f1eb7ba e9a12a9f819244388334b82a7da22e7f 528fe630a34542fe81d6e5aae50844ae - - default default] Added segment 2aa4cbd5-3734-4d7b-a1f0-e1af71f8cf97 of type vxlan for network c166c849-b13d-4b9d-9e81-63f5a6ec40b9 [pid: 7|app: 0|req: 867/1617] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:38:54 2026] POST /v2.0/networks => generated 649 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:38:55.123 7 INFO neutron.db.segments_db [None req-f1f25b3d-2a6c-4573-8274-2dd7223b6970 e9a12a9f819244388334b82a7da22e7f 528fe630a34542fe81d6e5aae50844ae - - default default] Added segment d2aa9735-49e7-4c54-894f-638350338efc of type vxlan for network c0bd3e51-7b6e-4c8b-9f22-a4c2788f2ebc [pid: 7|app: 0|req: 868/1618] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:38:55 2026] POST /v2.0/networks => generated 650 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:38:55.492 7 INFO neutron.services.segments.plugin [-] Segment 5bacae0b-b908-4ad0-8e3e-fdd5612b2142 resource provider aggregate not found 2026-07-01 08:38:55.501 7 INFO neutron.services.segments.plugin [-] Segment 5bacae0b-b908-4ad0-8e3e-fdd5612b2142 resource provider aggregate not found 2026-07-01 08:38:55.521 7 INFO neutron.services.segments.plugin [-] Segment 5bacae0b-b908-4ad0-8e3e-fdd5612b2142 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bacae0b-b908-4ad0-8e3e-fdd5612b2142 found for delete ", "request_id": "req-d1de7b5b-33d2-4438-aec1-8c4a91e2fbef"}]} 2026-07-01 08:38:55.526 7 INFO neutron.services.segments.plugin [-] Segment 5bacae0b-b908-4ad0-8e3e-fdd5612b2142 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bacae0b-b908-4ad0-8e3e-fdd5612b2142 found for delete ", "request_id": "req-9c8d429e-e950-425d-94a0-34922ef2fced"}]} 2026-07-01 08:38:55.541 7 INFO neutron.services.segments.plugin [-] Segment 9821950a-5973-446c-a29c-edf8118dfb6e resource provider aggregate not found 2026-07-01 08:38:55.552 7 INFO neutron.services.segments.plugin [-] Segment 9821950a-5973-446c-a29c-edf8118dfb6e resource provider aggregate not found 2026-07-01 08:38:55.567 7 INFO neutron.services.segments.plugin [-] Segment 9821950a-5973-446c-a29c-edf8118dfb6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9821950a-5973-446c-a29c-edf8118dfb6e found for delete ", "request_id": "req-c67c03c7-84cb-44b0-86c6-b68e5ab76cb1"}]} 2026-07-01 08:38:55.571 7 INFO neutron.services.segments.plugin [-] Segment 9821950a-5973-446c-a29c-edf8118dfb6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9821950a-5973-446c-a29c-edf8118dfb6e found for delete ", "request_id": "req-655241c8-be5b-4225-8bb9-bf7b19e2e5fa"}]} 2026-07-01 08:38:55.589 7 INFO neutron.services.segments.plugin [-] Segment 72c7f155-45da-45f3-a1f4-e979fab97c5b resource provider aggregate not found 2026-07-01 08:38:55.600 7 INFO neutron.services.segments.plugin [-] Segment 72c7f155-45da-45f3-a1f4-e979fab97c5b resource provider aggregate not found 2026-07-01 08:38:55.606 7 INFO neutron.services.segments.plugin [-] Segment 72c7f155-45da-45f3-a1f4-e979fab97c5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72c7f155-45da-45f3-a1f4-e979fab97c5b found for delete ", "request_id": "req-27ea122e-346c-4b31-a936-039479f73ef9"}]} 2026-07-01 08:38:55.622 7 INFO neutron.services.segments.plugin [-] Segment 72c7f155-45da-45f3-a1f4-e979fab97c5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72c7f155-45da-45f3-a1f4-e979fab97c5b found for delete ", "request_id": "req-c050b854-adf8-4e0c-a4ef-d73d63ac0613"}]} 2026-07-01 08:38:55.634 7 INFO neutron.services.segments.plugin [-] Segment 3543bdb1-a7f0-4c92-ba11-f2c641344c8c resource provider aggregate not found 2026-07-01 08:38:55.649 7 INFO neutron.services.segments.plugin [-] Segment 3543bdb1-a7f0-4c92-ba11-f2c641344c8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3543bdb1-a7f0-4c92-ba11-f2c641344c8c found for delete ", "request_id": "req-8da5669f-54c7-45c1-86f2-335add0250aa"}]} 2026-07-01 08:38:55.660 7 INFO neutron.services.segments.plugin [-] Segment 3543bdb1-a7f0-4c92-ba11-f2c641344c8c resource provider aggregate not found 2026-07-01 08:38:55.666 7 INFO neutron.services.segments.plugin [-] Segment 430c5f95-4935-423f-82c7-5aa89d5c975e resource provider aggregate not found 2026-07-01 08:38:55.685 7 INFO neutron.services.segments.plugin [-] Segment 3543bdb1-a7f0-4c92-ba11-f2c641344c8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3543bdb1-a7f0-4c92-ba11-f2c641344c8c found for delete ", "request_id": "req-f9653a64-91bd-4d35-abed-27b2fb5cf734"}]} 2026-07-01 08:38:55.686 7 INFO neutron.services.segments.plugin [-] Segment 430c5f95-4935-423f-82c7-5aa89d5c975e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 430c5f95-4935-423f-82c7-5aa89d5c975e found for delete ", "request_id": "req-3617c05d-fc1d-4eba-acc0-c47ac0275422"}]} 2026-07-01 08:38:55.712 7 INFO neutron.services.segments.plugin [-] Segment 430c5f95-4935-423f-82c7-5aa89d5c975e resource provider aggregate not found 2026-07-01 08:38:55.714 7 INFO neutron.services.segments.plugin [-] Segment 5b2d0d98-c140-4560-aa76-44245dd7ee3b resource provider aggregate not found 2026-07-01 08:38:55.731 7 INFO neutron.services.segments.plugin [-] Segment 5b2d0d98-c140-4560-aa76-44245dd7ee3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b2d0d98-c140-4560-aa76-44245dd7ee3b found for delete ", "request_id": "req-2f420eb7-e439-47ad-b0a2-f1d89ecf5e96"}]} 2026-07-01 08:38:55.735 7 INFO neutron.services.segments.plugin [-] Segment 430c5f95-4935-423f-82c7-5aa89d5c975e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 430c5f95-4935-423f-82c7-5aa89d5c975e found for delete ", "request_id": "req-5f388ea3-0556-4017-bd0a-0eda6fddcf40"}]} 2026-07-01 08:38:55.751 7 INFO neutron.services.segments.plugin [-] Segment 5b2d0d98-c140-4560-aa76-44245dd7ee3b resource provider aggregate not found 2026-07-01 08:38:55.773 7 INFO neutron.services.segments.plugin [-] Segment 5b2d0d98-c140-4560-aa76-44245dd7ee3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b2d0d98-c140-4560-aa76-44245dd7ee3b found for delete ", "request_id": "req-3580a06d-a723-4c07-9019-680866e562fa"}]} [pid: 7|app: 0|req: 869/1619] 10.0.0.228 () {34 vars in 665 bytes} [Wed Jul 1 08:38:55 2026] POST /v2.0/ports => generated 1506 bytes in 720 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1620] 10.0.0.228 () {34 vars in 783 bytes} [Wed Jul 1 08:38:54 2026] PUT /v2.0/routers/4469c33b-bd6a-469d-9c91-31bea2fc7f1b/add_router_interface => generated 309 bytes in 996 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: 752/1621] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:38:55 2026] GET /v2.0/ports?device_id=28cd87d6-8c77-4b57-92be-476e2a9669f9 => 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: 753/1622] 10.0.0.228 () {32 vars in 643 bytes} [Wed Jul 1 08:38:56 2026] GET /v2.0/ports => generated 1506 bytes in 76 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: 754/1623] 10.0.0.228 () {32 vars in 717 bytes} [Wed Jul 1 08:38:56 2026] GET /v2.0/ports/cf7aae63-cec5-445b-bb2a-ed74f2b15700 => generated 1037 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1624] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:55 2026] GET /v2.0/security-groups?tenant_id=05ec793b8b9b46e09cab491a671060a7&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:38:56.225 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3f8ad03-295e-4273-803f-3e70248c4d14 e9a12a9f819244388334b82a7da22e7f 528fe630a34542fe81d6e5aae50844ae - - default default] TaaS: Handle Delete Port: a917b769-5709-45bf-9b4e-06b8ae2c9c67 2026-07-01 08:38:56.229 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3f8ad03-295e-4273-803f-3e70248c4d14 e9a12a9f819244388334b82a7da22e7f 528fe630a34542fe81d6e5aae50844ae - - default default] Tap Mirror: Handle Delete Port: a917b769-5709-45bf-9b4e-06b8ae2c9c67 [pid: 8|app: 0|req: 755/1625] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:38:56 2026] DELETE /v2.0/ports/a917b769-5709-45bf-9b4e-06b8ae2c9c67 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1626] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:56 2026] DELETE /v2.0/security-groups/050b1635-573f-4209-93ab-5c91cc90ec0b => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:38:56.483 8 INFO neutron_taas.services.taas.taas_plugin [None req-5afb174d-41a7-4fbe-b3a8-05a21daa31c0 e9a12a9f819244388334b82a7da22e7f 528fe630a34542fe81d6e5aae50844ae - - default default] TaaS: Handle Delete Port: 047336e9-3291-4087-8e9c-900351d4e6b7 2026-07-01 08:38:56.486 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5afb174d-41a7-4fbe-b3a8-05a21daa31c0 e9a12a9f819244388334b82a7da22e7f 528fe630a34542fe81d6e5aae50844ae - - default default] Tap Mirror: Handle Delete Port: 047336e9-3291-4087-8e9c-900351d4e6b7 2026-07-01 08:38:56.540 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea38a61b-14e2-4df8-b50a-f60410eb3b69 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] TaaS: Handle Delete Port: cf7aae63-cec5-445b-bb2a-ed74f2b15700 2026-07-01 08:38:56.543 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea38a61b-14e2-4df8-b50a-f60410eb3b69 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Tap Mirror: Handle Delete Port: cf7aae63-cec5-445b-bb2a-ed74f2b15700 [pid: 8|app: 0|req: 757/1627] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:38:56 2026] DELETE /v2.0/ports/047336e9-3291-4087-8e9c-900351d4e6b7 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1628] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:56 2026] GET /v2.0/security-groups?tenant_id=b7860c9172104e95bd09ddbb9054da0a&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1629] 10.0.0.228 () {32 vars in 643 bytes} [Wed Jul 1 08:38:56 2026] GET /v2.0/ports => 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: 760/1630] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:56 2026] DELETE /v2.0/security-groups/a2eb21f1-5485-45e0-8d0f-14e02c5be0be => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:38:56.748 8 INFO neutron.db.segments_db [None req-b70a224a-2e46-40ac-a376-2f3752585ec8 e9a12a9f819244388334b82a7da22e7f 528fe630a34542fe81d6e5aae50844ae - - default default] Added segment e880cd32-79e3-4c1a-ac7c-c58d2e242212 of type vxlan for network d00a61e7-bab3-41d8-ba05-b051c4d341c2 [pid: 8|app: 0|req: 761/1631] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:38:56 2026] POST /v2.0/networks => generated 649 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1632] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:56 2026] GET /v2.0/security-groups?tenant_id=37770bd614d54208b864ce615aec1272&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1633] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:38:56 2026] PUT /v2.0/routers/4469c33b-bd6a-469d-9c91-31bea2fc7f1b/remove_router_interface => generated 309 bytes in 724 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-07-01 08:38:56.982 8 INFO neutron.db.segments_db [None req-5cc4c377-84ac-4cbc-a5d1-529817e5752a e9a12a9f819244388334b82a7da22e7f 528fe630a34542fe81d6e5aae50844ae - - default default] Added segment edf2ba59-0cbc-42df-815b-64eab8625027 of type vxlan for network be055eff-dfb3-427e-ad6e-b0e8c34dc5ec [pid: 7|app: 0|req: 872/1634] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:56 2026] DELETE /v2.0/security-groups/50ee0c3f-7234-4b7c-ae9e-f94b380ba2df => 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: 763/1635] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:38:56 2026] POST /v2.0/networks => generated 650 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:38:57.119 7 INFO neutron.api.v2.resource [None req-f1c4889e-8dd8-4b51-8d25-fc30d6428361 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 873/1636] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:38:57 2026] PUT /v2.0/routers/4469c33b-bd6a-469d-9c91-31bea2fc7f1b/remove_router_interface => generated 197 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1637] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:38:57 2026] GET /v2.0/ports?device_id=4469c33b-bd6a-469d-9c91-31bea2fc7f1b => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:38:57.322 7 INFO neutron_taas.services.taas.taas_plugin [None req-eafd1407-c9e8-4183-ac16-3c55ac685ee7 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] TaaS: Handle Delete Port: eeffabba-2268-40ff-8905-ccf608c63916 2026-07-01 08:38:57.324 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eafd1407-c9e8-4183-ac16-3c55ac685ee7 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Tap Mirror: Handle Delete Port: eeffabba-2268-40ff-8905-ccf608c63916 [pid: 8|app: 0|req: 764/1638] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:38:57 2026] POST /v2.0/subnets => generated 1273 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1639] 10.0.0.228 () {32 vars in 647 bytes} [Wed Jul 1 08:38:57 2026] GET /v2.0/subnets => generated 1909 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:38:57.731 7 INFO neutron.db.l3_hamode_db [None req-eafd1407-c9e8-4183-ac16-3c55ac685ee7 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] HA network 8b5455a2-69ea-40f9-9544-9220c22fe0b4 was deleted as no HA routers are present in tenant 8ca5011c856041c6b688684af104e379. [pid: 8|app: 0|req: 766/1640] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:38:57 2026] DELETE /v2.0/subnets/cf9111f6-5153-40e5-8213-e06042d30053 => 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: 875/1641] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:38:57 2026] DELETE /v2.0/routers/4469c33b-bd6a-469d-9c91-31bea2fc7f1b => generated 0 bytes in 590 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:38:57.757 7 INFO neutron.services.segments.plugin [-] Segment 2b000643-e410-4f69-a333-70447212906f resource provider aggregate not found 2026-07-01 08:38:57.790 7 INFO neutron.services.segments.plugin [-] Segment 2b000643-e410-4f69-a333-70447212906f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b000643-e410-4f69-a333-70447212906f found for delete ", "request_id": "req-21b71364-0754-4af4-9e61-9bd100f57c34"}]} 2026-07-01 08:38:57.802 7 INFO neutron.services.segments.plugin [-] Segment 2b000643-e410-4f69-a333-70447212906f resource provider aggregate not found 2026-07-01 08:38:57.827 7 INFO neutron.services.segments.plugin [-] Segment 2b000643-e410-4f69-a333-70447212906f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b000643-e410-4f69-a333-70447212906f found for delete ", "request_id": "req-72d9174a-c7d1-4742-8348-2185dba40003"}]} [pid: 8|app: 0|req: 767/1642] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:38:57 2026] DELETE /v2.0/subnets/5a787f88-c150-458e-8b05-3c7c15ce7b4c => 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: 768/1643] 10.0.0.228 () {32 vars in 647 bytes} [Wed Jul 1 08:38:57 2026] GET /v2.0/subnets => generated 649 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1644] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:38:57 2026] DELETE /v2.0/subnets/0520cd9e-feb8-4a72-ab57-50a4e77fbe5e => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:38:58.021 8 INFO neutron.services.segments.plugin [-] Segment edf2ba59-0cbc-42df-815b-64eab8625027 resource provider aggregate not found 2026-07-01 08:38:58.027 8 INFO neutron.services.segments.plugin [-] Segment edf2ba59-0cbc-42df-815b-64eab8625027 resource provider aggregate not found [pid: 7|app: 0|req: 877/1645] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:57 2026] DELETE /v2.0/networks/35925893-4943-4c93-960f-47938d25e7ab => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:38:58.048 8 INFO neutron.services.segments.plugin [-] Segment edf2ba59-0cbc-42df-815b-64eab8625027 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edf2ba59-0cbc-42df-815b-64eab8625027 found for delete ", "request_id": "req-f84b345a-300a-402a-8c0e-19f0cdf13a25"}]} 2026-07-01 08:38:58.051 8 INFO neutron.services.segments.plugin [-] Segment edf2ba59-0cbc-42df-815b-64eab8625027 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edf2ba59-0cbc-42df-815b-64eab8625027 found for delete ", "request_id": "req-2210f2fc-231e-4b8c-8484-280f1687851d"}]} [pid: 8|app: 0|req: 769/1646] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:57 2026] DELETE /v2.0/networks/be055eff-dfb3-427e-ad6e-b0e8c34dc5ec => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:38:58.099 7 INFO neutron.db.segments_db [None req-e24b87d9-77f3-4b3b-9932-6e835a283dd1 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Added segment aa9a0400-c3ab-498f-bb9b-7ac46657d1a1 of type vxlan for network 88266bc8-4a8a-4994-b32a-d2d560c467d0 [pid: 7|app: 0|req: 878/1647] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:38:58 2026] POST /v2.0/networks => generated 633 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1648] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:58 2026] DELETE /v2.0/networks/d00a61e7-bab3-41d8-ba05-b051c4d341c2 => 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: 771/1649] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:58 2026] DELETE /v2.0/networks/c0bd3e51-7b6e-4c8b-9f22-a4c2788f2ebc => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1650] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:38:58 2026] POST /v2.0/subnets => generated 646 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1651] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:38:58 2026] DELETE /v2.0/networks/c166c849-b13d-4b9d-9e81-63f5a6ec40b9 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:38:58.655 7 INFO neutron.db.segments_db [None req-f643dfe3-1d3e-4849-a3c5-33db703366e9 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Added segment 02dfc131-d067-482d-8633-eeea9738f078 of type vxlan for network 94690000-eb7c-48f6-b006-2c3e7fc92744 2026-07-01 08:38:58.725 8 INFO neutron_taas.services.taas.taas_plugin [None req-e910f810-4205-455c-9875-e02f4780e133 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: 35fed694-67fc-418a-8bec-a2e7db46e2dc 2026-07-01 08:38:58.728 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e910f810-4205-455c-9875-e02f4780e133 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: 35fed694-67fc-418a-8bec-a2e7db46e2dc 2026-07-01 08:38:58.857 7 INFO neutron.db.l3_hamode_db [None req-f643dfe3-1d3e-4849-a3c5-33db703366e9 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 08:38:58.971 7 INFO neutron.db.l3_hamode_db [None req-f643dfe3-1d3e-4849-a3c5-33db703366e9 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 772/1652] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:38:58 2026] PUT /v2.0/routers/ca0c414e-aac0-43a9-87bb-acf065038cb6/remove_router_interface => generated 309 bytes in 971 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1653] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:38:59 2026] GET /v2.0/security-groups?tenant_id=528fe630a34542fe81d6e5aae50844ae&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1654] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:38:58 2026] POST /v2.0/routers => generated 510 bytes in 1011 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1655] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:38:59 2026] DELETE /v2.0/security-groups/13fc9a55-c9ee-4453-9599-c82e9efd4934 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:38:59.812 7 INFO neutron.services.segments.plugin [-] Segment f34aed7d-9358-4664-99ff-a2fadc14f54e resource provider aggregate not found 2026-07-01 08:38:59.837 7 INFO neutron.services.segments.plugin [-] Segment f34aed7d-9358-4664-99ff-a2fadc14f54e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f34aed7d-9358-4664-99ff-a2fadc14f54e found for delete ", "request_id": "req-4f88e413-a879-4602-a8ec-461666bac53b"}]} 2026-07-01 08:38:59.853 7 INFO neutron.services.segments.plugin [-] Segment f34aed7d-9358-4664-99ff-a2fadc14f54e resource provider aggregate not found 2026-07-01 08:38:59.860 7 INFO neutron.services.segments.plugin [-] Segment 2aa4cbd5-3734-4d7b-a1f0-e1af71f8cf97 resource provider aggregate not found 2026-07-01 08:38:59.871 7 INFO neutron.services.segments.plugin [-] Segment f34aed7d-9358-4664-99ff-a2fadc14f54e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f34aed7d-9358-4664-99ff-a2fadc14f54e found for delete ", "request_id": "req-b8cda735-97cf-45eb-aa74-77a565d90c25"}]} 2026-07-01 08:38:59.877 7 INFO neutron.services.segments.plugin [-] Segment 2aa4cbd5-3734-4d7b-a1f0-e1af71f8cf97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2aa4cbd5-3734-4d7b-a1f0-e1af71f8cf97 found for delete ", "request_id": "req-5acf913e-0b27-461d-858f-9ee0e5aec1f7"}]} 2026-07-01 08:38:59.888 7 INFO neutron.services.segments.plugin [-] Segment 2aa4cbd5-3734-4d7b-a1f0-e1af71f8cf97 resource provider aggregate not found 2026-07-01 08:38:59.913 7 INFO neutron.services.segments.plugin [-] Segment 2aa4cbd5-3734-4d7b-a1f0-e1af71f8cf97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2aa4cbd5-3734-4d7b-a1f0-e1af71f8cf97 found for delete ", "request_id": "req-99d7d0c6-f88c-4ff8-ad87-67b5860eb41a"}]} 2026-07-01 08:39:00.071 8 INFO neutron.services.segments.plugin [-] Segment e880cd32-79e3-4c1a-ac7c-c58d2e242212 resource provider aggregate not found 2026-07-01 08:39:00.077 8 INFO neutron.services.segments.plugin [-] Segment e880cd32-79e3-4c1a-ac7c-c58d2e242212 resource provider aggregate not found 2026-07-01 08:39:00.093 8 INFO neutron.services.segments.plugin [-] Segment e880cd32-79e3-4c1a-ac7c-c58d2e242212 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e880cd32-79e3-4c1a-ac7c-c58d2e242212 found for delete ", "request_id": "req-0765177c-a669-411c-9e22-d4a566fc5b17"}]} 2026-07-01 08:39:00.100 8 INFO neutron.services.segments.plugin [-] Segment e880cd32-79e3-4c1a-ac7c-c58d2e242212 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e880cd32-79e3-4c1a-ac7c-c58d2e242212 found for delete ", "request_id": "req-85c587fb-4702-4954-96c7-b60d7fba5a0d"}]} 2026-07-01 08:39:00.110 8 INFO neutron.services.segments.plugin [-] Segment d2aa9735-49e7-4c54-894f-638350338efc resource provider aggregate not found 2026-07-01 08:39:00.124 8 INFO neutron.services.segments.plugin [-] Segment d2aa9735-49e7-4c54-894f-638350338efc resource provider aggregate not found 2026-07-01 08:39:00.132 8 INFO neutron_taas.services.taas.taas_plugin [None req-811f0e90-aa6d-4cb1-a228-538671f0e510 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: e8747d84-e62e-4694-9d73-c301faef42ef 2026-07-01 08:39:00.133 8 INFO neutron.services.segments.plugin [-] Segment d2aa9735-49e7-4c54-894f-638350338efc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2aa9735-49e7-4c54-894f-638350338efc found for delete ", "request_id": "req-a624d77d-a9d2-4253-8b49-7c5270cad836"}]} 2026-07-01 08:39:00.136 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-811f0e90-aa6d-4cb1-a228-538671f0e510 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: e8747d84-e62e-4694-9d73-c301faef42ef 2026-07-01 08:39:00.147 8 INFO neutron.services.segments.plugin [-] Segment d2aa9735-49e7-4c54-894f-638350338efc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2aa9735-49e7-4c54-894f-638350338efc found for delete ", "request_id": "req-77947b5b-0b9a-4288-82cb-4da8488234fd"}]} 2026-07-01 08:39:00.413 8 INFO neutron_taas.services.taas.taas_plugin [None req-811f0e90-aa6d-4cb1-a228-538671f0e510 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: 1be61dbc-5871-4801-846e-a02411f1fe20 2026-07-01 08:39:00.416 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-811f0e90-aa6d-4cb1-a228-538671f0e510 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: 1be61dbc-5871-4801-846e-a02411f1fe20 2026-07-01 08:39:00.779 8 INFO neutron.db.l3_hamode_db [None req-811f0e90-aa6d-4cb1-a228-538671f0e510 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] HA network 12ccae2e-f304-40c5-be75-6645602b90df was deleted as no HA routers are present in tenant 67ad0f2815cc43d5a264ae0f009cb872. [pid: 7|app: 0|req: 883/1656] 10.0.0.228 () {34 vars in 783 bytes} [Wed Jul 1 08:38:59 2026] PUT /v2.0/routers/3930f1a3-4fae-4200-8bcd-50af61f30754/add_router_interface => generated 309 bytes in 1062 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1657] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:38:59 2026] DELETE /v2.0/routers/ca0c414e-aac0-43a9-87bb-acf065038cb6 => generated 0 bytes in 1271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1658] 10.0.0.228 () {32 vars in 717 bytes} [Wed Jul 1 08:39:00 2026] GET /v2.0/ports/0755852b-8402-4bc9-b34e-634c062e3998 => generated 959 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1659] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:00 2026] DELETE /v2.0/subnets/cd534616-ea6d-48fa-9e86-d9afd77fd689 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:39:01.337 8 INFO neutron_taas.services.taas.taas_plugin [None req-ddfadfdf-0dcd-4724-aad7-cf0008b0dc05 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] TaaS: Handle Delete Port: 0755852b-8402-4bc9-b34e-634c062e3998 2026-07-01 08:39:01.341 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddfadfdf-0dcd-4724-aad7-cf0008b0dc05 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Tap Mirror: Handle Delete Port: 0755852b-8402-4bc9-b34e-634c062e3998 [pid: 7|app: 0|req: 884/1660] 10.0.0.228 () {34 vars in 676 bytes} [Wed Jul 1 08:39:00 2026] POST /v2.0/floatingips => generated 552 bytes in 714 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:39:01.593 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b38957c-a7f0-4001-b133-e8ae6cdb0903 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: 2d0ac3a9-45f7-431f-864b-47e389d3453b 2026-07-01 08:39:01.597 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b38957c-a7f0-4001-b133-e8ae6cdb0903 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: 2d0ac3a9-45f7-431f-864b-47e389d3453b [pid: 8|app: 0|req: 777/1661] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:39:01 2026] PUT /v2.0/routers/3930f1a3-4fae-4200-8bcd-50af61f30754/remove_router_interface => generated 309 bytes in 733 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1662] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:01 2026] DELETE /v2.0/networks/9ceab972-1e91-4aee-83d9-a858e3a677e8 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1663] 10.0.0.228 () {34 vars in 759 bytes} [Wed Jul 1 08:39:01 2026] PUT /v2.0/floatingips/1f3be721-2e3c-4f2e-a146-a44ff43b2808/tags => generated 25 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1664] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:39:01 2026] GET /v2.0/ports?device_id=3930f1a3-4fae-4200-8bcd-50af61f30754 => 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: 780/1665] 10.0.0.228 () {32 vars in 739 bytes} [Wed Jul 1 08:39:01 2026] GET /v2.0/floatingips/1f3be721-2e3c-4f2e-a146-a44ff43b2808/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:01.900 7 INFO neutron.services.segments.plugin [-] Segment 97ed6e97-2e2e-4586-84f9-b37a6463da30 resource provider aggregate not found 2026-07-01 08:39:01.919 7 INFO neutron.services.segments.plugin [-] Segment 97ed6e97-2e2e-4586-84f9-b37a6463da30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97ed6e97-2e2e-4586-84f9-b37a6463da30 found for delete ", "request_id": "req-7493305d-dbf3-4bce-8ce7-27659fd553fc"}]} 2026-07-01 08:39:01.931 7 INFO neutron.services.segments.plugin [-] Segment 97ed6e97-2e2e-4586-84f9-b37a6463da30 resource provider aggregate not found 2026-07-01 08:39:01.950 7 INFO neutron.services.segments.plugin [-] Segment 97ed6e97-2e2e-4586-84f9-b37a6463da30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97ed6e97-2e2e-4586-84f9-b37a6463da30 found for delete ", "request_id": "req-cb216e88-49a2-4cea-9cd1-cee24e1a9e51"}]} 2026-07-01 08:39:02.034 7 INFO neutron.db.segments_db [None req-fcbc2849-fc42-4f45-b4a6-81e3e69065fc 3e7956c99bcb4cbbae013739ccea46e2 71920db4bdd14731867ce6226d7fbb8b - - default default] Added segment 2d443f0f-bf25-4adf-a021-bb7bfd808513 of type vxlan for network 17c6d646-01f7-4277-b6cc-ac9dada49471 2026-07-01 08:39:02.043 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b162f0e-2cea-4d3c-ae03-abf80ff22034 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] TaaS: Handle Delete Port: d0311d08-90e6-4dfa-8da3-1c3b4b0cd3e5 2026-07-01 08:39:02.046 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b162f0e-2cea-4d3c-ae03-abf80ff22034 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Tap Mirror: Handle Delete Port: d0311d08-90e6-4dfa-8da3-1c3b4b0cd3e5 [pid: 7|app: 0|req: 886/1666] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:01 2026] POST /v2.0/networks => generated 644 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:39:02.154 8 INFO neutron.services.segments.plugin [-] Segment d7ea6ae3-4930-4f79-81d6-c945e95e1c5a resource provider aggregate not found 2026-07-01 08:39:02.173 8 INFO neutron.services.segments.plugin [-] Segment d7ea6ae3-4930-4f79-81d6-c945e95e1c5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7ea6ae3-4930-4f79-81d6-c945e95e1c5a found for delete ", "request_id": "req-81b4516f-d55a-468d-8437-f37c0fb1261c"}]} 2026-07-01 08:39:02.173 8 INFO neutron.services.segments.plugin [-] Segment d7ea6ae3-4930-4f79-81d6-c945e95e1c5a resource provider aggregate not found 2026-07-01 08:39:02.200 8 INFO neutron.services.segments.plugin [-] Segment d7ea6ae3-4930-4f79-81d6-c945e95e1c5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7ea6ae3-4930-4f79-81d6-c945e95e1c5a found for delete ", "request_id": "req-f977a7fe-c457-43ae-a6f5-6f6f74de0714"}]} [pid: 7|app: 0|req: 887/1667] 10.0.0.228 () {34 vars in 770 bytes} [Wed Jul 1 08:39:02 2026] PUT /v2.0/floatingips/1f3be721-2e3c-4f2e-a146-a44ff43b2808/tags/green => generated 4 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1668] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:02 2026] GET /v2.0/security-groups?tenant_id=67ad0f2815cc43d5a264ae0f009cb872&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:39:02.391 8 INFO neutron.db.l3_hamode_db [None req-6b162f0e-2cea-4d3c-ae03-abf80ff22034 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] HA network 94690000-eb7c-48f6-b006-2c3e7fc92744 was deleted as no HA routers are present in tenant 8ca5011c856041c6b688684af104e379. [pid: 8|app: 0|req: 781/1669] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:01 2026] DELETE /v2.0/routers/3930f1a3-4fae-4200-8bcd-50af61f30754 => generated 0 bytes in 508 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1670] 10.0.0.228 () {32 vars in 739 bytes} [Wed Jul 1 08:39:02 2026] GET /v2.0/floatingips/1f3be721-2e3c-4f2e-a146-a44ff43b2808/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: 889/1671] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:39:02 2026] POST /v2.0/subnets => generated 641 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1672] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:02 2026] DELETE /v2.0/security-groups/42996dac-08de-4f18-b874-8b58093c2a02 => 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: 890/1673] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:02 2026] DELETE /v2.0/subnets/4c5d29b6-6ba6-4a6b-ba6a-a8343b63e39f => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1674] 10.0.0.228 () {34 vars in 766 bytes} [Wed Jul 1 08:39:02 2026] PUT /v2.0/floatingips/1f3be721-2e3c-4f2e-a146-a44ff43b2808/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1675] 10.0.0.228 () {32 vars in 739 bytes} [Wed Jul 1 08:39:02 2026] GET /v2.0/floatingips/1f3be721-2e3c-4f2e-a146-a44ff43b2808/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:02.653 7 INFO neutron.db.segments_db [None req-8c3d08a9-0c40-4991-a4bf-7a29d6788b68 3e7956c99bcb4cbbae013739ccea46e2 71920db4bdd14731867ce6226d7fbb8b - - default default] Added segment 08124165-16c8-44a3-a272-a05c7fab2bfd of type vxlan for network 69e082f3-97d7-4900-9188-b262480bffb2 [pid: 7|app: 0|req: 891/1676] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:02 2026] POST /v2.0/networks => generated 644 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1677] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:02 2026] DELETE /v2.0/networks/88266bc8-4a8a-4994-b32a-d2d560c467d0 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1678] 10.0.0.228 () {34 vars in 788 bytes} [Wed Jul 1 08:39:02 2026] PUT /v2.0/floatingips/1f3be721-2e3c-4f2e-a146-a44ff43b2808/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1679] 10.0.0.228 () {34 vars in 743 bytes} [Wed Jul 1 08:39:02 2026] PUT /v2.0/networks/69e082f3-97d7-4900-9188-b262480bffb2 => generated 592 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:39:02.863 7 INFO neutron.db.segments_db [None req-0e7bed60-1ea8-4d59-8122-3a312e706fb2 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Added segment 65e7acb8-c33e-4ab4-8d5e-3aa8e40ab10d of type vxlan for network 17508ba6-d5bb-4d5f-98ba-79c7297d5299 [pid: 8|app: 0|req: 788/1680] 10.0.0.228 () {32 vars in 739 bytes} [Wed Jul 1 08:39:02 2026] GET /v2.0/floatingips/1f3be721-2e3c-4f2e-a146-a44ff43b2808/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: 789/1681] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:39:02 2026] POST /v2.0/subnets => generated 626 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:39:03.094 7 INFO neutron.db.l3_hamode_db [None req-0e7bed60-1ea8-4d59-8122-3a312e706fb2 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 790/1682] 10.0.0.228 () {34 vars in 759 bytes} [Wed Jul 1 08:39:03 2026] PUT /v2.0/floatingips/1f3be721-2e3c-4f2e-a146-a44ff43b2808/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1683] 10.0.0.228 () {34 vars in 741 bytes} [Wed Jul 1 08:39:03 2026] PUT /v2.0/subnets/8a4dc1d7-caf6-4c99-9b3e-c4aec0523759 => generated 636 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1684] 10.0.0.228 () {32 vars in 739 bytes} [Wed Jul 1 08:39:03 2026] GET /v2.0/floatingips/1f3be721-2e3c-4f2e-a146-a44ff43b2808/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1685] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:03 2026] DELETE /v2.0/networks/69e082f3-97d7-4900-9188-b262480bffb2 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1686] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:39:03 2026] GET /v2.0/floatingips/1f3be721-2e3c-4f2e-a146-a44ff43b2808/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:39:03.529 8 INFO neutron.pecan_wsgi.hooks.translation [None req-858205e1-22c0-4d54-a86f-b06f2a2c8f38 3e7956c99bcb4cbbae013739ccea46e2 71920db4bdd14731867ce6226d7fbb8b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 795/1687] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:03 2026] DELETE /v2.0/networks/69e082f3-97d7-4900-9188-b262480bffb2 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:39:03.565 8 INFO neutron.api.v2.resource [None req-f6656ade-4f16-45d1-856d-30c72e95f92c 1d5785de8061486d8f04de5cd497cd13 3e98679c1ca14defb6c0ad77ec4d457f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 796/1688] 10.0.0.228 () {32 vars in 751 bytes} [Wed Jul 1 08:39:03 2026] GET /v2.0/floatingips/1f3be721-2e3c-4f2e-a146-a44ff43b2808/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1689] 10.0.0.228 () {32 vars in 694 bytes} [Wed Jul 1 08:39:03 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1690] 10.0.0.228 () {32 vars in 750 bytes} [Wed Jul 1 08:39:03 2026] DELETE /v2.0/floatingips/1f3be721-2e3c-4f2e-a146-a44ff43b2808/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1691] 10.0.0.228 () {32 vars in 742 bytes} [Wed Jul 1 08:39:03 2026] GET /v2.0/subnets?network_id=97dcbd31-661b-4af7-85c2-d9e96017363f => 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: 800/1692] 10.0.0.228 () {32 vars in 739 bytes} [Wed Jul 1 08:39:03 2026] GET /v2.0/floatingips/1f3be721-2e3c-4f2e-a146-a44ff43b2808/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1693] 10.0.0.228 () {32 vars in 653 bytes} [Wed Jul 1 08:39:03 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) 2026-07-01 08:39:03.785 8 INFO neutron.api.v2.resource [None req-e9ba580f-9d4b-4e5a-b92f-aba0a5d32309 1d5785de8061486d8f04de5cd497cd13 3e98679c1ca14defb6c0ad77ec4d457f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 802/1694] 10.0.0.228 () {32 vars in 754 bytes} [Wed Jul 1 08:39:03 2026] DELETE /v2.0/floatingips/1f3be721-2e3c-4f2e-a146-a44ff43b2808/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-07-01 08:39:03.821 7 INFO neutron.db.l3_hamode_db [None req-0e7bed60-1ea8-4d59-8122-3a312e706fb2 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 803/1695] 10.0.0.228 () {32 vars in 649 bytes} [Wed Jul 1 08:39:03 2026] GET /v2.0/networks => generated 1309 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1696] 10.0.0.228 () {32 vars in 742 bytes} [Wed Jul 1 08:39:03 2026] DELETE /v2.0/floatingips/1f3be721-2e3c-4f2e-a146-a44ff43b2808/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: 805/1697] 10.0.0.228 () {32 vars in 647 bytes} [Wed Jul 1 08:39:03 2026] GET /v2.0/subnets => generated 1280 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1698] 10.0.0.228 () {32 vars in 739 bytes} [Wed Jul 1 08:39:03 2026] GET /v2.0/floatingips/1f3be721-2e3c-4f2e-a146-a44ff43b2808/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1699] 10.0.0.228 () {32 vars in 723 bytes} [Wed Jul 1 08:39:03 2026] GET /v2.0/networks/17c6d646-01f7-4277-b6cc-ac9dada49471 => generated 669 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:39:04.137 8 INFO neutron_taas.services.taas.taas_plugin [None req-dbf74459-c7f4-4777-977d-d78edbecd794 1d5785de8061486d8f04de5cd497cd13 3e98679c1ca14defb6c0ad77ec4d457f - - default default] TaaS: Handle Delete Port: b14acfd8-b720-4fce-b9ab-7a6b7e1c5923 2026-07-01 08:39:04.141 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbf74459-c7f4-4777-977d-d78edbecd794 1d5785de8061486d8f04de5cd497cd13 3e98679c1ca14defb6c0ad77ec4d457f - - default default] Tap Mirror: Handle Delete Port: b14acfd8-b720-4fce-b9ab-7a6b7e1c5923 2026-07-01 08:39:04.198 8 INFO neutron.services.segments.plugin [-] Segment 02dfc131-d067-482d-8633-eeea9738f078 resource provider aggregate not found 2026-07-01 08:39:04.222 8 INFO neutron.services.segments.plugin [-] Segment 02dfc131-d067-482d-8633-eeea9738f078 resource provider aggregate not found 2026-07-01 08:39:04.227 8 INFO neutron.services.segments.plugin [-] Segment 02dfc131-d067-482d-8633-eeea9738f078 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02dfc131-d067-482d-8633-eeea9738f078 found for delete ", "request_id": "req-d3b98ca5-27e3-46f7-84c5-eabbd1067e62"}]} 2026-07-01 08:39:04.257 8 INFO neutron.services.segments.plugin [-] Segment aa9a0400-c3ab-498f-bb9b-7ac46657d1a1 resource provider aggregate not found 2026-07-01 08:39:04.265 8 INFO neutron.services.segments.plugin [-] Segment 02dfc131-d067-482d-8633-eeea9738f078 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02dfc131-d067-482d-8633-eeea9738f078 found for delete ", "request_id": "req-61158c7c-b2d5-49eb-af8a-787ca845372f"}]} 2026-07-01 08:39:04.285 8 INFO neutron.services.segments.plugin [-] Segment aa9a0400-c3ab-498f-bb9b-7ac46657d1a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa9a0400-c3ab-498f-bb9b-7ac46657d1a1 found for delete ", "request_id": "req-69b7f091-7929-43d4-835a-1210307fa833"}]} 2026-07-01 08:39:04.307 8 INFO neutron.services.segments.plugin [-] Segment aa9a0400-c3ab-498f-bb9b-7ac46657d1a1 resource provider aggregate not found 2026-07-01 08:39:04.315 8 INFO neutron.services.segments.plugin [-] Segment 08124165-16c8-44a3-a272-a05c7fab2bfd resource provider aggregate not found 2026-07-01 08:39:04.329 8 INFO neutron.services.segments.plugin [-] Segment 08124165-16c8-44a3-a272-a05c7fab2bfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08124165-16c8-44a3-a272-a05c7fab2bfd found for delete ", "request_id": "req-aa494ae5-0bed-4f4a-bf1e-53e113cc175e"}]} 2026-07-01 08:39:04.330 8 INFO neutron.services.segments.plugin [-] Segment aa9a0400-c3ab-498f-bb9b-7ac46657d1a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa9a0400-c3ab-498f-bb9b-7ac46657d1a1 found for delete ", "request_id": "req-ea63db30-0510-44fe-95c4-1f6a5c0b6b6f"}]} 2026-07-01 08:39:04.373 8 INFO neutron.services.segments.plugin [-] Segment 08124165-16c8-44a3-a272-a05c7fab2bfd resource provider aggregate not found 2026-07-01 08:39:04.396 8 INFO neutron.services.segments.plugin [-] Segment 08124165-16c8-44a3-a272-a05c7fab2bfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08124165-16c8-44a3-a272-a05c7fab2bfd found for delete ", "request_id": "req-a9a17ff1-bde9-4893-9fc5-675ecf67a960"}]} [pid: 8|app: 0|req: 808/1700] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:39:04 2026] DELETE /v2.0/floatingips/1f3be721-2e3c-4f2e-a146-a44ff43b2808 => generated 0 bytes in 377 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1701] 10.0.0.228 () {32 vars in 721 bytes} [Wed Jul 1 08:39:04 2026] GET /v2.0/subnets/8f444031-bc54-4b33-9acd-cb781756e3cd => generated 641 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:39:04.463 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f938abfc-2392-4d6e-9e0f-30e1901be813 3e7956c99bcb4cbbae013739ccea46e2 71920db4bdd14731867ce6226d7fbb8b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 810/1702] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:04 2026] DELETE /v2.0/subnets/8a4dc1d7-caf6-4c99-9b3e-c4aec0523759 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:39:04.479 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a7512e58-c1ae-4e21-b766-d45f49e7ffe8 3e7956c99bcb4cbbae013739ccea46e2 71920db4bdd14731867ce6226d7fbb8b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 811/1703] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:04 2026] DELETE /v2.0/networks/69e082f3-97d7-4900-9188-b262480bffb2 => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1704] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:04 2026] DELETE /v2.0/subnets/8f444031-bc54-4b33-9acd-cb781756e3cd => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1705] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:04 2026] DELETE /v2.0/networks/17c6d646-01f7-4277-b6cc-ac9dada49471 => 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: 893/1706] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:39:02 2026] POST /v2.0/routers => generated 691 bytes in 2507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1707] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:05 2026] GET /v2.0/security-groups?tenant_id=3e98679c1ca14defb6c0ad77ec4d457f&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1708] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:05 2026] GET /v2.0/security-groups?tenant_id=71920db4bdd14731867ce6226d7fbb8b&name=default => generated 2925 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1709] 10.0.0.228 () {32 vars in 721 bytes} [Wed Jul 1 08:39:05 2026] GET /v2.0/routers/29c94569-050e-4fbc-9ecd-36d66bdf2953 => generated 697 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1710] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:05 2026] DELETE /v2.0/security-groups/2333ea09-693f-42bf-a634-c11c6d1a5edf => 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: 816/1711] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:05 2026] DELETE /v2.0/security-groups/a8c29aed-6758-4887-adc0-524c4cf30643 => 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: 896/1712] 10.0.0.228 () {32 vars in 647 bytes} [Wed Jul 1 08:39:05 2026] GET /v2.0/routers => generated 700 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1713] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:05 2026] GET /v2.0/security-groups?tenant_id=23c5f71152dd4eda99e1f544019064a5&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1714] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:05 2026] DELETE /v2.0/security-groups/6fa029fa-507b-463e-b581-d978f8585b09 => 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: 817/1715] 10.0.0.228 () {34 vars in 741 bytes} [Wed Jul 1 08:39:05 2026] PUT /v2.0/routers/29c94569-050e-4fbc-9ecd-36d66bdf2953 => generated 704 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1716] 10.0.0.228 () {32 vars in 721 bytes} [Wed Jul 1 08:39:06 2026] GET /v2.0/routers/29c94569-050e-4fbc-9ecd-36d66bdf2953 => generated 704 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1717] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:39:06 2026] GET /v2.0/ports?device_id=29c94569-050e-4fbc-9ecd-36d66bdf2953 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:06.353 8 INFO neutron.services.segments.plugin [-] Segment 2d443f0f-bf25-4adf-a021-bb7bfd808513 resource provider aggregate not found 2026-07-01 08:39:06.367 7 INFO neutron_taas.services.taas.taas_plugin [None req-2129b54e-5eff-42ed-abea-8487b5e19485 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] TaaS: Handle Delete Port: 9c61ccad-a82b-43af-99bc-8454d9310f44 2026-07-01 08:39:06.371 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2129b54e-5eff-42ed-abea-8487b5e19485 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Tap Mirror: Handle Delete Port: 9c61ccad-a82b-43af-99bc-8454d9310f44 2026-07-01 08:39:06.372 8 INFO neutron.services.segments.plugin [-] Segment 2d443f0f-bf25-4adf-a021-bb7bfd808513 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d443f0f-bf25-4adf-a021-bb7bfd808513 found for delete ", "request_id": "req-68c3a981-e911-4b8e-a82b-d4ff122c3897"}]} 2026-07-01 08:39:06.414 8 INFO neutron.services.segments.plugin [-] Segment 2d443f0f-bf25-4adf-a021-bb7bfd808513 resource provider aggregate not found 2026-07-01 08:39:06.431 8 INFO neutron.services.segments.plugin [-] Segment 2d443f0f-bf25-4adf-a021-bb7bfd808513 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d443f0f-bf25-4adf-a021-bb7bfd808513 found for delete ", "request_id": "req-73bafbab-060f-4e1a-b960-969128cde18e"}]} 2026-07-01 08:39:06.627 7 INFO neutron_taas.services.taas.taas_plugin [None req-2129b54e-5eff-42ed-abea-8487b5e19485 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] TaaS: Handle Delete Port: 8d070c09-2b37-44f6-9cc0-b0ec87208cf3 2026-07-01 08:39:06.632 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2129b54e-5eff-42ed-abea-8487b5e19485 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] Tap Mirror: Handle Delete Port: 8d070c09-2b37-44f6-9cc0-b0ec87208cf3 2026-07-01 08:39:06.916 7 INFO neutron.services.segments.plugin [-] Segment 65e7acb8-c33e-4ab4-8d5e-3aa8e40ab10d resource provider aggregate not found 2026-07-01 08:39:06.920 7 INFO neutron.services.segments.plugin [-] Segment 65e7acb8-c33e-4ab4-8d5e-3aa8e40ab10d resource provider aggregate not found 2026-07-01 08:39:06.938 7 INFO neutron.services.segments.plugin [-] Segment 65e7acb8-c33e-4ab4-8d5e-3aa8e40ab10d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65e7acb8-c33e-4ab4-8d5e-3aa8e40ab10d found for delete ", "request_id": "req-4313cb76-4da5-4e9b-ae36-356d34cb2de8"}]} 2026-07-01 08:39:06.943 7 INFO neutron.services.segments.plugin [-] Segment 65e7acb8-c33e-4ab4-8d5e-3aa8e40ab10d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65e7acb8-c33e-4ab4-8d5e-3aa8e40ab10d found for delete ", "request_id": "req-4308ca55-a8a5-46f5-8874-56a56a31db0f"}]} 2026-07-01 08:39:06.944 7 INFO neutron.db.l3_hamode_db [None req-2129b54e-5eff-42ed-abea-8487b5e19485 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] HA network 17508ba6-d5bb-4d5f-98ba-79c7297d5299 was deleted as no HA routers are present in tenant 8ca5011c856041c6b688684af104e379. [pid: 7|app: 0|req: 900/1718] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:06 2026] DELETE /v2.0/routers/29c94569-050e-4fbc-9ecd-36d66bdf2953 => generated 0 bytes in 830 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1719] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:39:06 2026] GET /v2.0/ports?device_id=29c94569-050e-4fbc-9ecd-36d66bdf2953 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:07.004 7 INFO neutron.api.v2.resource [None req-6482b7a8-c3e8-4298-bce8-43a79d6155e0 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 901/1720] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:06 2026] DELETE /v2.0/routers/29c94569-050e-4fbc-9ecd-36d66bdf2953 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1721] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:39:07 2026] GET /v2.0/ports?device_id=3930f1a3-4fae-4200-8bcd-50af61f30754 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:07.049 8 INFO neutron.api.v2.resource [None req-7dbeaec2-0484-47b6-ac47-15a2ab97ea7f 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 821/1722] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:07 2026] DELETE /v2.0/routers/3930f1a3-4fae-4200-8bcd-50af61f30754 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:39:07.073 8 INFO neutron.pecan_wsgi.hooks.translation [None req-06e1ef9f-4ad2-4f9e-ac4a-c565e443f2dc 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 822/1723] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:07 2026] DELETE /v2.0/subnets/4c5d29b6-6ba6-4a6b-ba6a-a8343b63e39f => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1724] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:39:07 2026] GET /v2.0/ports?device_id=4469c33b-bd6a-469d-9c91-31bea2fc7f1b => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:07.124 8 INFO neutron.api.v2.resource [None req-01224814-8468-44f1-a374-164c3024f9f5 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 824/1725] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:07 2026] DELETE /v2.0/routers/4469c33b-bd6a-469d-9c91-31bea2fc7f1b => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:39:07.147 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5b3e88d6-a2fa-45c9-8736-d071de46074e 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 825/1726] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:07 2026] DELETE /v2.0/subnets/0520cd9e-feb8-4a72-ab57-50a4e77fbe5e => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1727] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:39:07 2026] GET /v2.0/ports?device_id=5eef496b-6d63-425e-814b-090bcdce980b => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:07.193 8 INFO neutron.api.v2.resource [None req-22e9d4dc-ec7f-4014-a1b0-391b436d5033 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 827/1728] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:07 2026] DELETE /v2.0/routers/5eef496b-6d63-425e-814b-090bcdce980b => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:39:07.214 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d3c1845-71ee-4476-9b66-9e1df91a9ebd 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 828/1729] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:07 2026] DELETE /v2.0/subnets/ba169ffb-e9a0-44e7-b9ed-a7a8c091e6fe => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:39:07.239 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fb9c0b0d-888a-4ac5-b107-9299b0b55dd1 0c080637ec2640c79199ef8919969105 8ca5011c856041c6b688684af104e379 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 829/1730] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:07 2026] DELETE /v2.0/subnets/65adf9b2-60cb-4d82-af08-0ef17cdc72cc => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:39:07.389 7 INFO neutron.db.segments_db [None req-27bdabaf-e70d-4add-8824-571b022ca202 4e2fb69339eb4de6844cfc314225f1e6 a952abb18d324b8bafede5cd598e2fc6 - - default default] Added segment 937f66a8-e5dc-4993-b193-caababed01ed of type vxlan for network eed3e102-c093-406b-a3f2-2426606f56a0 [pid: 7|app: 0|req: 902/1731] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:07 2026] POST /v2.0/networks => generated 726 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1734] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:39:07 2026] POST /v2.0/subnets => generated 644 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:39:07.739 7 WARNING neutron.api.v2.base [None req-06596deb-c413-4d5e-82ca-c8077b69edcb 4e2fb69339eb4de6844cfc314225f1e6 a952abb18d324b8bafede5cd598e2fc6 - - 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-07-01 08:39:07.740 7 INFO neutron.api.v2.resource [None req-06596deb-c413-4d5e-82ca-c8077b69edcb 4e2fb69339eb4de6844cfc314225f1e6 a952abb18d324b8bafede5cd598e2fc6 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 906/1735] 10.0.0.228 () {34 vars in 681 bytes} [Wed Jul 1 08:39:07 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-07-01 08:39:07.763 8 INFO neutron.db.segments_db [None req-479f7576-7b96-40f6-9ca0-c9e35fb85993 f39b2b171d13447a9d1189c60a6f8919 d54ce5ae3be4419386eb763359eee2ca - - default default] Added segment 52e1f614-6370-48cf-9180-55c1ff2bb38a of type vxlan for network 90de3f0e-a9fc-48fd-986b-d9a7366f35ff [pid: 8|app: 0|req: 830/1736] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:07 2026] POST /v2.0/networks => generated 649 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1737] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:07 2026] DELETE /v2.0/networks/eed3e102-c093-406b-a3f2-2426606f56a0 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1738] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:07 2026] GET /v2.0/security-groups?tenant_id=8ca5011c856041c6b688684af104e379&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:39:08.117 8 INFO neutron.db.segments_db [None req-e2d7db54-7034-4793-b269-bfa7195e1910 4e2fb69339eb4de6844cfc314225f1e6 a952abb18d324b8bafede5cd598e2fc6 - - default default] Added segment 2b8aa595-ea85-4d1d-b2ee-31f35bc382a1 of type vxlan for network 6090a8e8-f6f2-4fa8-89b8-0cc8aa97f5d9 [pid: 8|app: 0|req: 832/1739] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:08 2026] POST /v2.0/networks => generated 726 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1740] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:08 2026] DELETE /v2.0/security-groups/72d664a6-21e4-45a1-bffd-3762a8a0c226 => 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: 908/1741] 10.0.0.228 () {34 vars in 665 bytes} [Wed Jul 1 08:39:07 2026] POST /v2.0/ports => generated 778 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 08:39:08.406 7 INFO neutron.db.segments_db [None req-6cc31f6b-1c5e-4d41-bb6b-0b94fdd2ed28 f39b2b171d13447a9d1189c60a6f8919 d54ce5ae3be4419386eb763359eee2ca - - default default] Added segment 6e30a889-1f6c-4c4d-8a1d-a026125e9bbc of type vxlan for network 5f5f568d-8af6-4e7d-8c47-88058f4b29d2 [pid: 8|app: 0|req: 834/1742] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:39:08 2026] POST /v2.0/subnets => generated 647 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:39:08.491 8 WARNING neutron.api.v2.base [None req-3188cf20-f289-4960-9f1f-05490c53ab21 4e2fb69339eb4de6844cfc314225f1e6 a952abb18d324b8bafede5cd598e2fc6 - - 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-07-01 08:39:08.491 8 INFO neutron.api.v2.resource [None req-3188cf20-f289-4960-9f1f-05490c53ab21 4e2fb69339eb4de6844cfc314225f1e6 a952abb18d324b8bafede5cd598e2fc6 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 835/1743] 10.0.0.228 () {34 vars in 681 bytes} [Wed Jul 1 08:39:08 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1744] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:08 2026] POST /v2.0/networks => generated 636 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:39:08.673 8 INFO neutron.services.segments.plugin [-] Segment 2b8aa595-ea85-4d1d-b2ee-31f35bc382a1 resource provider aggregate not found 2026-07-01 08:39:08.678 8 INFO neutron.services.segments.plugin [-] Segment 2b8aa595-ea85-4d1d-b2ee-31f35bc382a1 resource provider aggregate not found 2026-07-01 08:39:08.693 8 INFO neutron.services.segments.plugin [-] Segment 2b8aa595-ea85-4d1d-b2ee-31f35bc382a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b8aa595-ea85-4d1d-b2ee-31f35bc382a1 found for delete ", "request_id": "req-f05a3081-21e0-49ee-9b02-f72a563e2acc"}]} 2026-07-01 08:39:08.697 8 INFO neutron.services.segments.plugin [-] Segment 2b8aa595-ea85-4d1d-b2ee-31f35bc382a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b8aa595-ea85-4d1d-b2ee-31f35bc382a1 found for delete ", "request_id": "req-fdd18eaa-f3d6-4bcd-8487-a865d8b9a13c"}]} [pid: 8|app: 0|req: 836/1745] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:08 2026] DELETE /v2.0/networks/6090a8e8-f6f2-4fa8-89b8-0cc8aa97f5d9 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1746] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:39:08 2026] POST /v2.0/subnets => generated 646 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:39:08.796 8 INFO neutron.db.segments_db [None req-ebc41e78-64a4-4dd5-b1eb-bf3cfc29643f 4e2fb69339eb4de6844cfc314225f1e6 a952abb18d324b8bafede5cd598e2fc6 - - default default] Added segment 167c7827-4c47-423c-ae8f-acebe0630594 of type vxlan for network 61d0ce1c-ac08-4561-be4f-d923ccfa18e1 [pid: 8|app: 0|req: 837/1747] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:08 2026] POST /v2.0/networks => generated 725 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:39:08.961 7 INFO neutron.services.segments.plugin [-] Segment 937f66a8-e5dc-4993-b193-caababed01ed resource provider aggregate not found 2026-07-01 08:39:08.973 7 INFO neutron.services.segments.plugin [-] Segment 937f66a8-e5dc-4993-b193-caababed01ed resource provider aggregate not found 2026-07-01 08:39:08.983 7 INFO neutron.services.segments.plugin [-] Segment 937f66a8-e5dc-4993-b193-caababed01ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 937f66a8-e5dc-4993-b193-caababed01ed found for delete ", "request_id": "req-9a1643de-300d-4248-99c1-7d6049ed626b"}]} 2026-07-01 08:39:08.992 7 INFO neutron.services.segments.plugin [-] Segment 937f66a8-e5dc-4993-b193-caababed01ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 937f66a8-e5dc-4993-b193-caababed01ed found for delete ", "request_id": "req-38aee9c8-8068-4b73-8d24-8e35324b23aa"}]} [pid: 8|app: 0|req: 838/1748] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:39:08 2026] POST /v2.0/subnets => generated 647 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1749] 10.0.0.228 () {34 vars in 665 bytes} [Wed Jul 1 08:39:08 2026] POST /v2.0/ports => generated 965 bytes in 384 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-07-01 08:39:09.301 7 INFO neutron_taas.services.taas.taas_plugin [None req-62f04a54-881d-47fc-8435-c225e018fd32 f39b2b171d13447a9d1189c60a6f8919 d54ce5ae3be4419386eb763359eee2ca - - default default] TaaS: Handle Delete Port: 626e2302-1ce3-46c1-90cb-7c6b5a07cda6 2026-07-01 08:39:09.304 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62f04a54-881d-47fc-8435-c225e018fd32 f39b2b171d13447a9d1189c60a6f8919 d54ce5ae3be4419386eb763359eee2ca - - default default] Tap Mirror: Handle Delete Port: 626e2302-1ce3-46c1-90cb-7c6b5a07cda6 [pid: 8|app: 0|req: 839/1750] 10.0.0.228 () {34 vars in 681 bytes} [Wed Jul 1 08:39:09 2026] POST /v2.0/rbac-policies => generated 324 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1751] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:39:09 2026] DELETE /v2.0/ports/626e2302-1ce3-46c1-90cb-7c6b5a07cda6 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:39:09.482 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d8b0a47a-df0e-4087-8917-6237ba5cb5fd f39b2b171d13447a9d1189c60a6f8919 d54ce5ae3be4419386eb763359eee2ca - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 913/1752] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:39:09 2026] DELETE /v2.0/ports/626e2302-1ce3-46c1-90cb-7c6b5a07cda6 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:39:09.514 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c7ce9d57-d2e5-4169-bf93-87012a25e6d3 f39b2b171d13447a9d1189c60a6f8919 d54ce5ae3be4419386eb763359eee2ca - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 914/1753] 10.0.0.228 () {32 vars in 717 bytes} [Wed Jul 1 08:39:09 2026] GET /v2.0/ports/626e2302-1ce3-46c1-90cb-7c6b5a07cda6 => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1754] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:09 2026] DELETE /v2.0/subnets/ec26913e-f596-4598-a468-c3010022ff3f => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:39:09.684 8 INFO neutron.db.segments_db [None req-6fdc8bac-e351-4b4f-8d2f-ebaa10ecf968 7ea78c98533d46d6b4f949023ea2ebec dda3432a34cf41abb2ddcb002adc5d5b - - default default] Added segment 6b2e6615-7456-4b07-acc4-3fe05b5ad5f4 of type vxlan for network ecd57818-2d49-4b5e-8fb6-4de412feed18 [pid: 8|app: 0|req: 840/1755] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:09 2026] POST /v2.0/networks => generated 632 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1756] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:09 2026] DELETE /v2.0/networks/5f5f568d-8af6-4e7d-8c47-88058f4b29d2 => 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: 917/1757] 10.0.0.228 () {34 vars in 753 bytes} [Wed Jul 1 08:39:09 2026] PUT /v2.0/networks/ecd57818-2d49-4b5e-8fb6-4de412feed18/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1758] 10.0.0.228 () {32 vars in 723 bytes} [Wed Jul 1 08:39:09 2026] GET /v2.0/networks/61d0ce1c-ac08-4561-be4f-d923ccfa18e1 => generated 654 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:39:09.958 7 INFO neutron.db.segments_db [None req-2d373a72-2381-4af3-90f3-058041fc6d73 f39b2b171d13447a9d1189c60a6f8919 d54ce5ae3be4419386eb763359eee2ca - - default default] Added segment 3cd2e1ed-ad73-406d-9372-fc562c9d4951 of type vxlan for network 6bbeb92a-a7c2-4cb8-afda-ffb553c4eb75 [pid: 8|app: 0|req: 842/1759] 10.0.0.228 () {32 vars in 733 bytes} [Wed Jul 1 08:39:09 2026] GET /v2.0/networks/ecd57818-2d49-4b5e-8fb6-4de412feed18/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1760] 10.0.0.228 () {34 vars in 764 bytes} [Wed Jul 1 08:39:09 2026] PUT /v2.0/networks/ecd57818-2d49-4b5e-8fb6-4de412feed18/tags/green => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1761] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:09 2026] POST /v2.0/networks => generated 635 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1762] 10.0.0.228 () {32 vars in 733 bytes} [Wed Jul 1 08:39:10 2026] GET /v2.0/networks/ecd57818-2d49-4b5e-8fb6-4de412feed18/tags => generated 34 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:10.254 8 INFO neutron.db.segments_db [None req-160879c4-bd2d-4fc8-9443-2920159ed568 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Added segment c4c2871b-be47-42ac-bb41-fa7d8224cc4a of type vxlan for network 28c69936-6d05-429d-abf9-891370daa440 [pid: 8|app: 0|req: 844/1763] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:10 2026] POST /v2.0/networks => generated 630 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1764] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:39:10 2026] POST /v2.0/subnets => generated 646 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:39:10.428 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9ec8872d-2065-440c-b03f-51cafe81fe7d b7458b76a57f41eb8600f7ce163edc06 4303c1ce298b4de39270fd72069ab3d2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 845/1765] 10.0.0.228 () {34 vars in 760 bytes} [Wed Jul 1 08:39:10 2026] PUT /v2.0/networks/ecd57818-2d49-4b5e-8fb6-4de412feed18/tags/red => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1766] 10.0.0.228 () {32 vars in 723 bytes} [Wed Jul 1 08:39:10 2026] GET /v2.0/networks/61d0ce1c-ac08-4561-be4f-d923ccfa18e1 => generated 138 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:39:10.480 8 INFO neutron.db.segments_db [None req-0d27813d-3a0d-4122-9d24-5597ec996ce9 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Added segment d448eed2-b3d7-4979-90e0-24e930e0463d of type vxlan for network ef2a6bd3-ce0d-4439-a1d0-4ad5bd5c3c44 [pid: 8|app: 0|req: 846/1767] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:10 2026] POST /v2.0/networks => generated 630 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1768] 10.0.0.228 () {32 vars in 733 bytes} [Wed Jul 1 08:39:10 2026] GET /v2.0/networks/ecd57818-2d49-4b5e-8fb6-4de412feed18/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1769] 10.0.0.228 () {34 vars in 665 bytes} [Wed Jul 1 08:39:10 2026] POST /v2.0/ports => generated 928 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:39:10.805 8 INFO neutron.services.segments.plugin [-] Segment 167c7827-4c47-423c-ae8f-acebe0630594 resource provider aggregate not found 2026-07-01 08:39:10.806 8 INFO neutron.services.segments.plugin [-] Segment 167c7827-4c47-423c-ae8f-acebe0630594 resource provider aggregate not found 2026-07-01 08:39:10.829 8 INFO neutron.services.segments.plugin [-] Segment 167c7827-4c47-423c-ae8f-acebe0630594 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 167c7827-4c47-423c-ae8f-acebe0630594 found for delete ", "request_id": "req-deac3de3-b99c-469d-962a-8a5c10556a45"}]} 2026-07-01 08:39:10.836 8 INFO neutron.services.segments.plugin [-] Segment 167c7827-4c47-423c-ae8f-acebe0630594 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 167c7827-4c47-423c-ae8f-acebe0630594 found for delete ", "request_id": "req-ff3ba726-4206-40d0-b1dc-6c1884e653d7"}]} [pid: 8|app: 0|req: 848/1770] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:10 2026] DELETE /v2.0/networks/61d0ce1c-ac08-4561-be4f-d923ccfa18e1 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1771] 10.0.0.228 () {34 vars in 782 bytes} [Wed Jul 1 08:39:10 2026] PUT /v2.0/networks/ecd57818-2d49-4b5e-8fb6-4de412feed18/tags/black.or.white => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1772] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:39:10 2026] POST /v2.0/subnets => generated 626 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:39:10.980 7 INFO neutron.pecan_wsgi.hooks.translation [None req-91c8a216-c943-4193-94c0-f628abeebad6 4e2fb69339eb4de6844cfc314225f1e6 a952abb18d324b8bafede5cd598e2fc6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 924/1773] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:10 2026] DELETE /v2.0/subnets/813d0f70-f28b-41d6-8b91-27d44cc35c25 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:39:11.004 7 INFO neutron.services.segments.plugin [-] Segment 6e30a889-1f6c-4c4d-8a1d-a026125e9bbc resource provider aggregate not found 2026-07-01 08:39:11.015 7 INFO neutron.services.segments.plugin [-] Segment 6e30a889-1f6c-4c4d-8a1d-a026125e9bbc resource provider aggregate not found 2026-07-01 08:39:11.026 7 INFO neutron.services.segments.plugin [-] Segment 6e30a889-1f6c-4c4d-8a1d-a026125e9bbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e30a889-1f6c-4c4d-8a1d-a026125e9bbc found for delete ", "request_id": "req-1dc274e1-58e4-44f6-ad49-8e422fb65c91"}]} 2026-07-01 08:39:11.033 7 INFO neutron.services.segments.plugin [-] Segment 6e30a889-1f6c-4c4d-8a1d-a026125e9bbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e30a889-1f6c-4c4d-8a1d-a026125e9bbc found for delete ", "request_id": "req-e1f1d80f-568f-4d22-9209-c8f13082bc9c"}]} 2026-07-01 08:39:11.033 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8108def-275c-46c7-8ce4-cca1f95c0c94 f39b2b171d13447a9d1189c60a6f8919 d54ce5ae3be4419386eb763359eee2ca - - default default] TaaS: Handle Delete Port: 9990184e-252f-458a-8767-aff0b6c206d2 2026-07-01 08:39:11.037 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8108def-275c-46c7-8ce4-cca1f95c0c94 f39b2b171d13447a9d1189c60a6f8919 d54ce5ae3be4419386eb763359eee2ca - - default default] Tap Mirror: Handle Delete Port: 9990184e-252f-458a-8767-aff0b6c206d2 [pid: 7|app: 0|req: 925/1774] 10.0.0.228 () {32 vars in 733 bytes} [Wed Jul 1 08:39:10 2026] GET /v2.0/networks/ecd57818-2d49-4b5e-8fb6-4de412feed18/tags => generated 52 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1775] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:39:10 2026] DELETE /v2.0/ports/9990184e-252f-458a-8767-aff0b6c206d2 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:39:11.155 8 INFO neutron.pecan_wsgi.hooks.translation [None req-515929cf-89c4-4c48-ac48-b469cccaa06f 4e2fb69339eb4de6844cfc314225f1e6 a952abb18d324b8bafede5cd598e2fc6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 851/1776] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:11 2026] DELETE /v2.0/subnets/b54f5855-56b7-4e36-bf03-06deffa8995a => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1777] 10.0.0.228 () {34 vars in 753 bytes} [Wed Jul 1 08:39:11 2026] PUT /v2.0/networks/ecd57818-2d49-4b5e-8fb6-4de412feed18/tags => generated 37 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:11.248 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fd26bd8c-8c2f-4a10-b2d3-16163a7cded6 f39b2b171d13447a9d1189c60a6f8919 d54ce5ae3be4419386eb763359eee2ca - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 853/1778] 10.0.0.228 () {32 vars in 717 bytes} [Wed Jul 1 08:39:11 2026] GET /v2.0/ports/9990184e-252f-458a-8767-aff0b6c206d2 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:39:11.264 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5f3f953d-80d0-4c24-b21c-f5b0ece56052 4e2fb69339eb4de6844cfc314225f1e6 a952abb18d324b8bafede5cd598e2fc6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 854/1779] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:11 2026] DELETE /v2.0/subnets/854f6f57-d8f8-45c7-b21c-ee91c7de3562 => 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: 926/1780] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:39:11 2026] POST /v2.0/subnets => generated 626 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1781] 10.0.0.228 () {32 vars in 733 bytes} [Wed Jul 1 08:39:11 2026] GET /v2.0/networks/ecd57818-2d49-4b5e-8fb6-4de412feed18/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:11.363 8 INFO neutron.db.segments_db [None req-1490d13d-e185-4e6d-948f-121acf7e3c18 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Added segment 337c11c3-6f21-49da-b337-a631f1982f4b of type vxlan for network f2bc6b11-43b5-4c37-985d-57cf6e069e64 [pid: 7|app: 0|req: 927/1782] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:11 2026] DELETE /v2.0/subnets/56394520-c7fa-417e-872a-d7ffe420bb4e => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1783] 10.0.0.228 () {32 vars in 741 bytes} [Wed Jul 1 08:39:11 2026] GET /v2.0/networks/ecd57818-2d49-4b5e-8fb6-4de412feed18/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1784] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:11 2026] DELETE /v2.0/networks/6bbeb92a-a7c2-4cb8-afda-ffb553c4eb75 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:39:11.615 7 INFO neutron.api.v2.resource [None req-c8cd17dc-6bec-48f3-8290-cf046f623ef4 7ea78c98533d46d6b4f949023ea2ebec dda3432a34cf41abb2ddcb002adc5d5b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 930/1785] 10.0.0.228 () {32 vars in 745 bytes} [Wed Jul 1 08:39:11 2026] GET /v2.0/networks/ecd57818-2d49-4b5e-8fb6-4de412feed18/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-07-01 08:39:11.626 8 INFO neutron.db.l3_hamode_db [None req-1490d13d-e185-4e6d-948f-121acf7e3c18 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 08:39:11.755 8 INFO neutron.db.l3_hamode_db [None req-1490d13d-e185-4e6d-948f-121acf7e3c18 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 931/1786] 10.0.0.228 () {34 vars in 665 bytes} [Wed Jul 1 08:39:11 2026] POST /v2.0/ports => generated 778 bytes in 252 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: 932/1787] 10.0.0.228 () {32 vars in 744 bytes} [Wed Jul 1 08:39:11 2026] DELETE /v2.0/networks/ecd57818-2d49-4b5e-8fb6-4de412feed18/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1788] 10.0.0.228 () {34 vars in 737 bytes} [Wed Jul 1 08:39:11 2026] PUT /v2.0/ports/2d5f645b-0084-41c0-907d-d755b4a621aa => generated 752 bytes in 161 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: 934/1789] 10.0.0.228 () {32 vars in 733 bytes} [Wed Jul 1 08:39:12 2026] GET /v2.0/networks/ecd57818-2d49-4b5e-8fb6-4de412feed18/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1790] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:39:11 2026] POST /v2.0/routers => generated 507 bytes in 1025 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1791] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:12 2026] GET /v2.0/security-groups?tenant_id=4303c1ce298b4de39270fd72069ab3d2&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:39:12.452 8 INFO neutron_taas.services.taas.taas_plugin [None req-83d728ec-25fc-45a9-8431-776783ef21a4 f39b2b171d13447a9d1189c60a6f8919 d54ce5ae3be4419386eb763359eee2ca - - default default] TaaS: Handle Delete Port: 2d5f645b-0084-41c0-907d-d755b4a621aa 2026-07-01 08:39:12.454 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83d728ec-25fc-45a9-8431-776783ef21a4 f39b2b171d13447a9d1189c60a6f8919 d54ce5ae3be4419386eb763359eee2ca - - default default] Tap Mirror: Handle Delete Port: 2d5f645b-0084-41c0-907d-d755b4a621aa 2026-07-01 08:39:12.476 7 INFO neutron.api.v2.resource [None req-e605fcf2-6926-4a17-93b1-890d0a43622b 7ea78c98533d46d6b4f949023ea2ebec dda3432a34cf41abb2ddcb002adc5d5b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 936/1792] 10.0.0.228 () {32 vars in 748 bytes} [Wed Jul 1 08:39:12 2026] DELETE /v2.0/networks/ecd57818-2d49-4b5e-8fb6-4de412feed18/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: 857/1793] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:39:12 2026] DELETE /v2.0/ports/2d5f645b-0084-41c0-907d-d755b4a621aa => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1794] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:12 2026] DELETE /v2.0/security-groups/58fda401-2cea-4977-aa53-ea4bbb2decbe => 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: 859/1795] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:39:12 2026] DELETE /v2.0/networks/ecd57818-2d49-4b5e-8fb6-4de412feed18/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1796] 10.0.0.228 () {32 vars in 643 bytes} [Wed Jul 1 08:39:12 2026] GET /v2.0/ports => generated 781 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1797] 10.0.0.228 () {32 vars in 733 bytes} [Wed Jul 1 08:39:12 2026] GET /v2.0/networks/ecd57818-2d49-4b5e-8fb6-4de412feed18/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1798] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:12 2026] GET /v2.0/security-groups?tenant_id=984e0bf0ba81446fb081d7977e85f784&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:39:12.869 8 INFO neutron.pecan_wsgi.hooks.translation [None req-be5070e4-a1a7-470e-8898-f470f6847b08 f39b2b171d13447a9d1189c60a6f8919 d54ce5ae3be4419386eb763359eee2ca - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 863/1799] 10.0.0.228 () {32 vars in 717 bytes} [Wed Jul 1 08:39:12 2026] GET /v2.0/ports/2d5f645b-0084-41c0-907d-d755b4a621aa => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:39:12.971 8 INFO neutron.services.segments.plugin [-] Segment 6b2e6615-7456-4b07-acc4-3fe05b5ad5f4 resource provider aggregate not found 2026-07-01 08:39:12.975 8 INFO neutron.services.segments.plugin [-] Segment 6b2e6615-7456-4b07-acc4-3fe05b5ad5f4 resource provider aggregate not found 2026-07-01 08:39:12.992 8 INFO neutron.services.segments.plugin [-] Segment 6b2e6615-7456-4b07-acc4-3fe05b5ad5f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b2e6615-7456-4b07-acc4-3fe05b5ad5f4 found for delete ", "request_id": "req-1c0c0a9e-7e50-4eb7-9481-f4cfe613fd15"}]} 2026-07-01 08:39:12.998 8 INFO neutron.services.segments.plugin [-] Segment 6b2e6615-7456-4b07-acc4-3fe05b5ad5f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b2e6615-7456-4b07-acc4-3fe05b5ad5f4 found for delete ", "request_id": "req-1080b1e3-2438-4b2d-80f9-8f01e3cb052d"}]} [pid: 8|app: 0|req: 864/1800] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:12 2026] DELETE /v2.0/networks/ecd57818-2d49-4b5e-8fb6-4de412feed18 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:39:13.047 7 INFO neutron.services.segments.plugin [-] Segment 3cd2e1ed-ad73-406d-9372-fc562c9d4951 resource provider aggregate not found 2026-07-01 08:39:13.052 7 INFO neutron.services.segments.plugin [-] Segment 3cd2e1ed-ad73-406d-9372-fc562c9d4951 resource provider aggregate not found 2026-07-01 08:39:13.063 7 INFO neutron.services.segments.plugin [-] Segment 3cd2e1ed-ad73-406d-9372-fc562c9d4951 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cd2e1ed-ad73-406d-9372-fc562c9d4951 found for delete ", "request_id": "req-80336e15-79b7-49e7-9f5f-531d890f80f7"}]} 2026-07-01 08:39:13.076 7 INFO neutron.services.segments.plugin [-] Segment 3cd2e1ed-ad73-406d-9372-fc562c9d4951 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cd2e1ed-ad73-406d-9372-fc562c9d4951 found for delete ", "request_id": "req-b169063b-96f1-44f2-82c0-7e56e6e46d79"}]} [pid: 8|app: 0|req: 865/1801] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:13 2026] DELETE /v2.0/security-groups/d9655230-6f3e-469f-ae6a-dea710b48a02 => 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: 866/1802] 10.0.0.228 () {32 vars in 643 bytes} [Wed Jul 1 08:39:13 2026] GET /v2.0/ports => generated 781 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1803] 10.0.0.228 () {32 vars in 717 bytes} [Wed Jul 1 08:39:13 2026] GET /v2.0/ports/5ae73954-c33f-468b-9618-53af7a054085 => generated 778 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:39:13.188 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d9964c07-eb74-4d02-8aec-5cd0fe111c15 f39b2b171d13447a9d1189c60a6f8919 d54ce5ae3be4419386eb763359eee2ca - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 868/1804] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:39:13 2026] DELETE /v2.0/ports/9990184e-252f-458a-8767-aff0b6c206d2 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1805] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:13 2026] GET /v2.0/security-groups?tenant_id=a952abb18d324b8bafede5cd598e2fc6&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:39:13.240 8 INFO neutron.pecan_wsgi.hooks.translation [None req-107ba62d-f1d2-427b-ac13-6c06c25f643f f39b2b171d13447a9d1189c60a6f8919 d54ce5ae3be4419386eb763359eee2ca - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 870/1806] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:13 2026] DELETE /v2.0/subnets/56394520-c7fa-417e-872a-d7ffe420bb4e => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1807] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:13 2026] DELETE /v2.0/security-groups/233967bd-97fe-4fa4-9eea-368b89aba60a => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:39:13.360 8 INFO neutron.pecan_wsgi.hooks.translation [None req-307e1acc-f944-491e-a039-04da2e0020ee f39b2b171d13447a9d1189c60a6f8919 d54ce5ae3be4419386eb763359eee2ca - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 872/1808] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:13 2026] DELETE /v2.0/subnets/ec26913e-f596-4598-a468-c3010022ff3f => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:39:13.457 8 INFO neutron_taas.services.taas.taas_plugin [None req-12f93546-ec9d-4a1e-a908-3f87518780c3 f39b2b171d13447a9d1189c60a6f8919 d54ce5ae3be4419386eb763359eee2ca - - default default] TaaS: Handle Delete Port: 5ae73954-c33f-468b-9618-53af7a054085 2026-07-01 08:39:13.459 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12f93546-ec9d-4a1e-a908-3f87518780c3 f39b2b171d13447a9d1189c60a6f8919 d54ce5ae3be4419386eb763359eee2ca - - default default] Tap Mirror: Handle Delete Port: 5ae73954-c33f-468b-9618-53af7a054085 [pid: 8|app: 0|req: 873/1809] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:39:13 2026] DELETE /v2.0/ports/5ae73954-c33f-468b-9618-53af7a054085 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1810] 10.0.0.228 () {34 vars in 783 bytes} [Wed Jul 1 08:39:12 2026] PUT /v2.0/routers/70550ab6-2255-43cb-936a-0e7985852d3f/add_router_interface => generated 309 bytes in 1171 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1812] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:13 2026] DELETE /v2.0/networks/90de3f0e-a9fc-48fd-986b-d9a7366f35ff => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1812] 10.0.0.228 () {32 vars in 717 bytes} [Wed Jul 1 08:39:13 2026] GET /v2.0/ports/7c3dea9a-7fe0-4f0c-9345-12daf9de1a80 => generated 955 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1813] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:13 2026] GET /v2.0/security-groups?tenant_id=dda3432a34cf41abb2ddcb002adc5d5b&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1814] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:13 2026] DELETE /v2.0/security-groups/3cb90286-8c37-452a-8d18-04dbba6d1c1e => 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: 877/1815] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:14 2026] GET /v2.0/security-groups?tenant_id=d54ce5ae3be4419386eb763359eee2ca&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1816] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:14 2026] GET /v2.0/security-groups?tenant_id=e58786f60a7341fa8d55694ff18a4f58&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1817] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:14 2026] DELETE /v2.0/security-groups/e6214199-7c13-4b78-bf71-aed98e434dc2 => 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: 880/1818] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:14 2026] DELETE /v2.0/security-groups/88b59e5f-ca12-453a-a5ff-ef4d82f5e372 => 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: 939/1819] 10.0.0.228 () {34 vars in 783 bytes} [Wed Jul 1 08:39:13 2026] PUT /v2.0/routers/70550ab6-2255-43cb-936a-0e7985852d3f/add_router_interface => generated 309 bytes in 1079 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1820] 10.0.0.228 () {32 vars in 717 bytes} [Wed Jul 1 08:39:14 2026] GET /v2.0/ports/e74f0981-aa8b-41b0-9ed7-e4d0828d1b74 => generated 955 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:39:15.013 8 INFO neutron.services.segments.plugin [-] Segment 52e1f614-6370-48cf-9180-55c1ff2bb38a resource provider aggregate not found 2026-07-01 08:39:15.018 8 INFO neutron.services.segments.plugin [-] Segment 52e1f614-6370-48cf-9180-55c1ff2bb38a resource provider aggregate not found 2026-07-01 08:39:15.031 8 INFO neutron.services.segments.plugin [-] Segment 52e1f614-6370-48cf-9180-55c1ff2bb38a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52e1f614-6370-48cf-9180-55c1ff2bb38a found for delete ", "request_id": "req-1e856ba6-fbe5-47e2-9e83-e2fe5666671c"}]} 2026-07-01 08:39:15.031 8 INFO neutron.services.segments.plugin [-] Segment 52e1f614-6370-48cf-9180-55c1ff2bb38a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52e1f614-6370-48cf-9180-55c1ff2bb38a found for delete ", "request_id": "req-b1610e81-1257-4fe8-99f2-19839756cd92"}]} 2026-07-01 08:39:15.140 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e8b3ee6-94a1-4be6-ad1d-7e97859774a2 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] TaaS: Handle Delete Port: e74f0981-aa8b-41b0-9ed7-e4d0828d1b74 2026-07-01 08:39:15.143 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e8b3ee6-94a1-4be6-ad1d-7e97859774a2 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Tap Mirror: Handle Delete Port: e74f0981-aa8b-41b0-9ed7-e4d0828d1b74 [pid: 7|app: 0|req: 940/1821] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:39:14 2026] PUT /v2.0/routers/70550ab6-2255-43cb-936a-0e7985852d3f/remove_router_interface => generated 309 bytes in 748 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:39:16.000 8 INFO neutron_taas.services.taas.taas_plugin [None req-b687d2ae-be3b-484a-9317-e42725b5b040 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] TaaS: Handle Delete Port: 7c3dea9a-7fe0-4f0c-9345-12daf9de1a80 2026-07-01 08:39:16.003 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b687d2ae-be3b-484a-9317-e42725b5b040 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Tap Mirror: Handle Delete Port: 7c3dea9a-7fe0-4f0c-9345-12daf9de1a80 [pid: 8|app: 0|req: 882/1822] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:39:15 2026] PUT /v2.0/routers/70550ab6-2255-43cb-936a-0e7985852d3f/remove_router_interface => generated 309 bytes in 861 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1823] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:39:16 2026] GET /v2.0/ports?device_id=70550ab6-2255-43cb-936a-0e7985852d3f => 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: 941/1824] 10.0.0.228 () {34 vars in 684 bytes} [Wed Jul 1 08:39:16 2026] POST /v2.0/security-groups => generated 1624 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1825] 10.0.0.228 () {32 vars in 663 bytes} [Wed Jul 1 08:39:16 2026] GET /v2.0/security-groups => generated 4529 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:39:16.684 8 INFO neutron_taas.services.taas.taas_plugin [None req-814e7caf-6011-47e9-b660-861830b6125c 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] TaaS: Handle Delete Port: 9497b4ea-3f26-4b72-89e4-e83caa3e4331 2026-07-01 08:39:16.686 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-814e7caf-6011-47e9-b660-861830b6125c 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Tap Mirror: Handle Delete Port: 9497b4ea-3f26-4b72-89e4-e83caa3e4331 [pid: 7|app: 0|req: 943/1826] 10.0.0.228 () {34 vars in 758 bytes} [Wed Jul 1 08:39:16 2026] PUT /v2.0/security-groups/0f71ae45-cc39-4382-913d-5c307ed5eb83 => generated 1662 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1827] 10.0.0.228 () {32 vars in 737 bytes} [Wed Jul 1 08:39:16 2026] GET /v2.0/security-groups/0f71ae45-cc39-4382-913d-5c307ed5eb83 => generated 1662 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1828] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:16 2026] DELETE /v2.0/security-groups/0f71ae45-cc39-4382-913d-5c307ed5eb83 => 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: 946/1829] 10.0.0.228 () {32 vars in 663 bytes} [Wed Jul 1 08:39:16 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:39:16.861 7 INFO neutron.api.v2.resource [None req-6cb70f7d-fa1a-4595-855e-4c03fe8498a2 cabaece836114655a6bbde639000b121 09edae711e9143a2b7c66211be3025d7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 947/1830] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:16 2026] DELETE /v2.0/security-groups/0f71ae45-cc39-4382-913d-5c307ed5eb83 => 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: 948/1831] 10.0.0.228 () {34 vars in 684 bytes} [Wed Jul 1 08:39:16 2026] POST /v2.0/security-groups => generated 1625 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-01 08:39:17.006 8 INFO neutron.db.l3_hamode_db [None req-814e7caf-6011-47e9-b660-861830b6125c 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] HA network f2bc6b11-43b5-4c37-985d-57cf6e069e64 was deleted as no HA routers are present in tenant 30f04b3016da43919a04dd642c1d3732. [pid: 8|app: 0|req: 884/1832] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:16 2026] DELETE /v2.0/routers/70550ab6-2255-43cb-936a-0e7985852d3f => generated 0 bytes in 496 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:39:17.054 8 INFO neutron.services.segments.plugin [-] Segment 337c11c3-6f21-49da-b337-a631f1982f4b resource provider aggregate not found 2026-07-01 08:39:17.059 8 INFO neutron.services.segments.plugin [-] Segment 337c11c3-6f21-49da-b337-a631f1982f4b resource provider aggregate not found [pid: 7|app: 0|req: 949/1833] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:39:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:39:17.081 8 INFO neutron.services.segments.plugin [-] Segment 337c11c3-6f21-49da-b337-a631f1982f4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 337c11c3-6f21-49da-b337-a631f1982f4b found for delete ", "request_id": "req-c2c52048-8b6a-4e60-ad65-b8376c5c796a"}]} 2026-07-01 08:39:17.084 8 INFO neutron.services.segments.plugin [-] Segment 337c11c3-6f21-49da-b337-a631f1982f4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 337c11c3-6f21-49da-b337-a631f1982f4b found for delete ", "request_id": "req-879ca677-adf1-4cf4-a5c6-9d11cf3ffabb"}]} [pid: 7|app: 0|req: 950/1834] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:39:17 2026] GET /v2.0/security-group-rules/257bb648-6f91-43d8-a4b3-44a746a1219d => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1835] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:17 2026] DELETE /v2.0/subnets/1fa7b16a-cf81-4752-b566-42109b8ce160 => 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: 951/1836] 10.0.0.228 () {32 vars in 673 bytes} [Wed Jul 1 08:39:17 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1837] 10.0.0.228 () {32 vars in 750 bytes} [Wed Jul 1 08:39:17 2026] DELETE /v2.0/security-group-rules/257bb648-6f91-43d8-a4b3-44a746a1219d => 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: 953/1838] 10.0.0.228 () {32 vars in 673 bytes} [Wed Jul 1 08:39:17 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1839] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:17 2026] DELETE /v2.0/subnets/5e499e13-d490-4127-a974-fb0ad45dfd18 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1840] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:39:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1841] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:39:17 2026] GET /v2.0/security-group-rules/150897fd-57b5-492b-804f-c526ac14995b => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1842] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:17 2026] DELETE /v2.0/networks/ef2a6bd3-ce0d-4439-a1d0-4ad5bd5c3c44 => 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: 956/1843] 10.0.0.228 () {32 vars in 673 bytes} [Wed Jul 1 08:39:17 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1844] 10.0.0.228 () {32 vars in 750 bytes} [Wed Jul 1 08:39:17 2026] DELETE /v2.0/security-group-rules/150897fd-57b5-492b-804f-c526ac14995b => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:39:17.581 8 INFO neutron_taas.services.taas.taas_plugin [None req-166f3f9c-e93a-425e-922e-f9c4eca1570a 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] TaaS: Handle Delete Port: b3cbab39-ff80-4916-a2e2-3dc5cc85d899 2026-07-01 08:39:17.583 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-166f3f9c-e93a-425e-922e-f9c4eca1570a 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Tap Mirror: Handle Delete Port: b3cbab39-ff80-4916-a2e2-3dc5cc85d899 2026-07-01 08:39:17.729 7 INFO neutron.db.segments_db [None req-f567cd96-90ec-42c3-be24-d8a80913ea1f 4049661bf37344738169669ad0bd9176 5316d77a501c4c31b8d80700892c8e91 - - default default] Added segment 9183fa00-5b09-4b62-a9f1-008a780eb8ee of type vxlan for network 8e266aa1-a2a0-48dd-8f07-f6f330472b00 [pid: 8|app: 0|req: 888/1845] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:17 2026] DELETE /v2.0/networks/28c69936-6d05-429d-abf9-891370daa440 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1846] 10.0.0.228 () {32 vars in 673 bytes} [Wed Jul 1 08:39:17 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:39:17.878 8 INFO neutron.db.segments_db [None req-3908a9f6-3e9c-4eee-82a7-41842b7cb4d9 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Added segment c3c2ce21-ef74-4170-9ecc-34d65e5a9402 of type vxlan for network cfdd955c-56c8-4913-8ab9-167c688ecd19 2026-07-01 08:39:17.911 7 INFO neutron.db.l3_hamode_db [None req-f567cd96-90ec-42c3-be24-d8a80913ea1f 4049661bf37344738169669ad0bd9176 5316d77a501c4c31b8d80700892c8e91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 890/1847] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:17 2026] POST /v2.0/networks => generated 630 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:39:17.986 8 INFO neutron.db.securitygroups_db [None req-3526bf58-2e8e-487f-95f5-8bc769a3ebf3 cabaece836114655a6bbde639000b121 09edae711e9143a2b7c66211be3025d7 - - default default] Project 09edae711e9143a2b7c66211be3025d7 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-07-01 08:39:18.000 7 INFO neutron.db.l3_hamode_db [None req-f567cd96-90ec-42c3-be24-d8a80913ea1f 4049661bf37344738169669ad0bd9176 5316d77a501c4c31b8d80700892c8e91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 891/1848] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:39:17 2026] POST /v2.0/security-group-rules => generated 607 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1849] 10.0.0.228 () {34 vars in 678 bytes} [Wed Jul 1 08:39:18 2026] POST /v2.0/qos/policies => generated 359 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1850] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:39:18 2026] POST /v2.0/subnets => generated 626 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1851] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:39:18 2026] GET /v2.0/security-group-rules/22fecf20-382e-4336-a082-b109926157be => generated 607 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1852] 10.0.0.228 () {34 vars in 753 bytes} [Wed Jul 1 08:39:18 2026] PUT /v2.0/policies/c2417a50-9663-45b8-96dc-1d9c615a9d9c/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:18.554 8 INFO neutron.db.segments_db [None req-32a02cca-5450-466d-9d3c-7b825772b8c3 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Added segment 16303c88-2a64-474f-9734-0781781d5bf2 of type vxlan for network 0b60a610-9c21-4f88-8ecc-4845eb5a86f1 [pid: 7|app: 0|req: 958/1853] 10.0.0.228 () {34 vars in 668 bytes} [Wed Jul 1 08:39:17 2026] POST /v2.0/routers => generated 474 bytes in 1058 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1854] 10.0.0.228 () {32 vars in 673 bytes} [Wed Jul 1 08:39:18 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1855] 10.0.0.228 () {32 vars in 733 bytes} [Wed Jul 1 08:39:18 2026] GET /v2.0/policies/c2417a50-9663-45b8-96dc-1d9c615a9d9c/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:18.763 7 INFO neutron.db.l3_hamode_db [None req-adcdb2b6-680a-45b0-90a3-c004edd90248 4049661bf37344738169669ad0bd9176 5316d77a501c4c31b8d80700892c8e91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 08:39:18.765 8 INFO neutron.db.l3_hamode_db [None req-32a02cca-5450-466d-9d3c-7b825772b8c3 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 08:39:18.865 8 INFO neutron.db.l3_hamode_db [None req-32a02cca-5450-466d-9d3c-7b825772b8c3 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 08:39:18.869 7 INFO neutron.db.l3_hamode_db [None req-adcdb2b6-680a-45b0-90a3-c004edd90248 4049661bf37344738169669ad0bd9176 5316d77a501c4c31b8d80700892c8e91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 08:39:19.106 8 INFO neutron.services.segments.plugin [-] Segment d448eed2-b3d7-4979-90e0-24e930e0463d resource provider aggregate not found 2026-07-01 08:39:19.112 8 INFO neutron.services.segments.plugin [-] Segment d448eed2-b3d7-4979-90e0-24e930e0463d resource provider aggregate not found 2026-07-01 08:39:19.132 8 INFO neutron.services.segments.plugin [-] Segment d448eed2-b3d7-4979-90e0-24e930e0463d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d448eed2-b3d7-4979-90e0-24e930e0463d found for delete ", "request_id": "req-cce9002a-ec52-4c50-ae5c-5aab493579df"}]} 2026-07-01 08:39:19.134 8 INFO neutron.services.segments.plugin [-] Segment d448eed2-b3d7-4979-90e0-24e930e0463d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d448eed2-b3d7-4979-90e0-24e930e0463d found for delete ", "request_id": "req-b26c0f3c-9c78-4548-a351-5de42bbfbb1d"}]} 2026-07-01 08:39:19.152 8 INFO neutron.services.segments.plugin [-] Segment c4c2871b-be47-42ac-bb41-fa7d8224cc4a resource provider aggregate not found 2026-07-01 08:39:19.152 8 INFO neutron.services.segments.plugin [-] Segment c4c2871b-be47-42ac-bb41-fa7d8224cc4a resource provider aggregate not found 2026-07-01 08:39:19.176 8 INFO neutron.services.segments.plugin [-] Segment c4c2871b-be47-42ac-bb41-fa7d8224cc4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4c2871b-be47-42ac-bb41-fa7d8224cc4a found for delete ", "request_id": "req-05f0f6c1-3e12-41ab-b241-57fa28c81d57"}]} 2026-07-01 08:39:19.176 8 INFO neutron.services.segments.plugin [-] Segment c4c2871b-be47-42ac-bb41-fa7d8224cc4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4c2871b-be47-42ac-bb41-fa7d8224cc4a found for delete ", "request_id": "req-1eadcb6b-6412-4cf4-b4cc-3077dc56c490"}]} [pid: 8|app: 0|req: 896/1856] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:39:18 2026] POST /v2.0/routers => generated 507 bytes in 921 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1857] 10.0.0.228 () {32 vars in 750 bytes} [Wed Jul 1 08:39:19 2026] DELETE /v2.0/security-group-rules/22fecf20-382e-4336-a082-b109926157be => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1858] 10.0.0.228 () {34 vars in 668 bytes} [Wed Jul 1 08:39:18 2026] POST /v2.0/routers => generated 474 bytes in 768 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1859] 10.0.0.228 () {34 vars in 764 bytes} [Wed Jul 1 08:39:19 2026] PUT /v2.0/policies/c2417a50-9663-45b8-96dc-1d9c615a9d9c/tags/green => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1860] 10.0.0.228 () {32 vars in 673 bytes} [Wed Jul 1 08:39:19 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:39:19.646 8 INFO neutron.db.l3_hamode_db [None req-71b77089-1521-426c-8b0d-49c35c47b465 4049661bf37344738169669ad0bd9176 5316d77a501c4c31b8d80700892c8e91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 08:39:19.777 8 INFO neutron.db.l3_hamode_db [None req-71b77089-1521-426c-8b0d-49c35c47b465 4049661bf37344738169669ad0bd9176 5316d77a501c4c31b8d80700892c8e91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 962/1861] 10.0.0.228 () {34 vars in 665 bytes} [Wed Jul 1 08:39:19 2026] POST /v2.0/ports => generated 948 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 963/1862] 10.0.0.228 () {32 vars in 733 bytes} [Wed Jul 1 08:39:19 2026] GET /v2.0/policies/c2417a50-9663-45b8-96dc-1d9c615a9d9c/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1863] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:19 2026] DELETE /v2.0/security-groups/4c007cd5-0675-4e0b-93ab-87e30ebab551 => 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: 900/1864] 10.0.0.228 () {34 vars in 668 bytes} [Wed Jul 1 08:39:19 2026] POST /v2.0/routers => generated 474 bytes in 799 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1865] 10.0.0.228 () {34 vars in 760 bytes} [Wed Jul 1 08:39:20 2026] PUT /v2.0/policies/c2417a50-9663-45b8-96dc-1d9c615a9d9c/tags/red => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1866] 10.0.0.228 () {32 vars in 663 bytes} [Wed Jul 1 08:39:20 2026] GET /v2.0/security-groups => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:39:20.513 8 INFO neutron.db.l3_hamode_db [None req-51d4f7b8-b6d2-4092-b588-fbf2bd3b3b41 4049661bf37344738169669ad0bd9176 5316d77a501c4c31b8d80700892c8e91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 08:39:20.633 8 INFO neutron.db.l3_hamode_db [None req-51d4f7b8-b6d2-4092-b588-fbf2bd3b3b41 4049661bf37344738169669ad0bd9176 5316d77a501c4c31b8d80700892c8e91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 965/1867] 10.0.0.228 () {34 vars in 783 bytes} [Wed Jul 1 08:39:19 2026] PUT /v2.0/routers/ebc26254-0fdd-476a-b621-0225ee6dacb8/add_router_interface => generated 309 bytes in 1089 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 966/1868] 10.0.0.228 () {32 vars in 733 bytes} [Wed Jul 1 08:39:21 2026] GET /v2.0/policies/c2417a50-9663-45b8-96dc-1d9c615a9d9c/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1869] 10.0.0.228 () {32 vars in 663 bytes} [Wed Jul 1 08:39:21 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1870] 10.0.0.228 () {32 vars in 717 bytes} [Wed Jul 1 08:39:21 2026] GET /v2.0/ports/5bb14ca5-96eb-412d-afca-c6776ab58882 => generated 1022 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1871] 10.0.0.228 () {34 vars in 782 bytes} [Wed Jul 1 08:39:21 2026] PUT /v2.0/policies/c2417a50-9663-45b8-96dc-1d9c615a9d9c/tags/black.or.white => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1872] 10.0.0.228 () {34 vars in 668 bytes} [Wed Jul 1 08:39:20 2026] POST /v2.0/routers => generated 474 bytes in 763 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1873] 10.0.0.228 () {32 vars in 733 bytes} [Wed Jul 1 08:39:21 2026] GET /v2.0/policies/c2417a50-9663-45b8-96dc-1d9c615a9d9c/tags => generated 52 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:21.344 8 INFO neutron.db.l3_hamode_db [None req-3334b8f5-a206-4db0-837a-5005f19cc57d 4049661bf37344738169669ad0bd9176 5316d77a501c4c31b8d80700892c8e91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 08:39:21.450 8 INFO neutron.db.l3_hamode_db [None req-3334b8f5-a206-4db0-837a-5005f19cc57d 4049661bf37344738169669ad0bd9176 5316d77a501c4c31b8d80700892c8e91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 08:39:21.564 7 INFO neutron_taas.services.taas.taas_plugin [None req-ebe139d0-79fa-4af1-b2d4-43a17ee711d2 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] TaaS: Handle Delete Port: 5bb14ca5-96eb-412d-afca-c6776ab58882 2026-07-01 08:39:21.569 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebe139d0-79fa-4af1-b2d4-43a17ee711d2 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Tap Mirror: Handle Delete Port: 5bb14ca5-96eb-412d-afca-c6776ab58882 [pid: 7|app: 0|req: 970/1874] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:39:21 2026] PUT /v2.0/routers/ebc26254-0fdd-476a-b621-0225ee6dacb8/remove_router_interface => generated 309 bytes in 763 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: 971/1875] 10.0.0.228 () {34 vars in 753 bytes} [Wed Jul 1 08:39:21 2026] PUT /v2.0/policies/c2417a50-9663-45b8-96dc-1d9c615a9d9c/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1876] 10.0.0.228 () {34 vars in 668 bytes} [Wed Jul 1 08:39:21 2026] POST /v2.0/routers => generated 474 bytes in 769 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1877] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:22 2026] GET /v2.0/security-groups?tenant_id=09edae711e9143a2b7c66211be3025d7&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1878] 10.0.0.228 () {32 vars in 733 bytes} [Wed Jul 1 08:39:22 2026] GET /v2.0/policies/c2417a50-9663-45b8-96dc-1d9c615a9d9c/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:22.176 8 INFO neutron.api.v2.resource [None req-f6dd331c-e378-4a82-95e9-dcc1759b8379 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 906/1879] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:39:22 2026] PUT /v2.0/routers/ebc26254-0fdd-476a-b621-0225ee6dacb8/remove_router_interface => generated 197 bytes in 131 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1880] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:22 2026] DELETE /v2.0/security-groups/d1209d40-efcc-483d-ae15-2e63a8f79bfb => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1881] 10.0.0.228 () {32 vars in 741 bytes} [Wed Jul 1 08:39:22 2026] GET /v2.0/policies/c2417a50-9663-45b8-96dc-1d9c615a9d9c/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1882] 10.0.0.228 () {34 vars in 751 bytes} [Wed Jul 1 08:39:22 2026] PUT /v2.0/routers/e17864c8-fda1-4254-b62c-af7f244f2f99/tags => generated 17 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1883] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:39:22 2026] GET /v2.0/ports?device_id=ebc26254-0fdd-476a-b621-0225ee6dacb8 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:22.356 7 INFO neutron.api.v2.resource [None req-231a89a0-5400-4005-acf8-cdcfbd3c35b3 7ceb68b8fb09432f9b5a77c8c8751f15 8880331941be45939f7cad05fd051e37 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 975/1884] 10.0.0.228 () {32 vars in 745 bytes} [Wed Jul 1 08:39:22 2026] GET /v2.0/policies/c2417a50-9663-45b8-96dc-1d9c615a9d9c/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1885] 10.0.0.228 () {34 vars in 751 bytes} [Wed Jul 1 08:39:22 2026] PUT /v2.0/routers/85165038-8fbe-4495-a96c-e1d2f894b29a/tags => generated 25 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1886] 10.0.0.228 () {32 vars in 744 bytes} [Wed Jul 1 08:39:22 2026] DELETE /v2.0/policies/c2417a50-9663-45b8-96dc-1d9c615a9d9c/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:39:22.527 7 INFO neutron_taas.services.taas.taas_plugin [None req-707211fc-dada-465a-9658-ee5ff13270ed 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] TaaS: Handle Delete Port: b1014262-572c-4e48-9796-3952588c2288 2026-07-01 08:39:22.530 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-707211fc-dada-465a-9658-ee5ff13270ed 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Tap Mirror: Handle Delete Port: b1014262-572c-4e48-9796-3952588c2288 [pid: 8|app: 0|req: 912/1887] 10.0.0.228 () {34 vars in 751 bytes} [Wed Jul 1 08:39:22 2026] PUT /v2.0/routers/45220a88-f8bc-460d-830b-682f40faea4e/tags => generated 34 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1890] 10.0.0.228 () {32 vars in 733 bytes} [Wed Jul 1 08:39:22 2026] GET /v2.0/policies/c2417a50-9663-45b8-96dc-1d9c615a9d9c/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:22.881 7 INFO neutron.services.segments.plugin [-] Segment 16303c88-2a64-474f-9734-0781781d5bf2 resource provider aggregate not found 2026-07-01 08:39:22.886 7 INFO neutron.services.segments.plugin [-] Segment 16303c88-2a64-474f-9734-0781781d5bf2 resource provider aggregate not found 2026-07-01 08:39:22.901 7 INFO neutron.services.segments.plugin [-] Segment 16303c88-2a64-474f-9734-0781781d5bf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16303c88-2a64-474f-9734-0781781d5bf2 found for delete ", "request_id": "req-b120c905-f5ea-48fb-a7b9-9d9057c69972"}]} 2026-07-01 08:39:22.907 7 INFO neutron.services.segments.plugin [-] Segment 16303c88-2a64-474f-9734-0781781d5bf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16303c88-2a64-474f-9734-0781781d5bf2 found for delete ", "request_id": "req-63b88bfa-ea55-4b65-bae5-f565c3a50ada"}]} 2026-07-01 08:39:22.908 7 INFO neutron.db.l3_hamode_db [None req-707211fc-dada-465a-9658-ee5ff13270ed 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] HA network 0b60a610-9c21-4f88-8ecc-4845eb5a86f1 was deleted as no HA routers are present in tenant 30f04b3016da43919a04dd642c1d3732. [pid: 7|app: 0|req: 976/1891] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:22 2026] DELETE /v2.0/routers/ebc26254-0fdd-476a-b621-0225ee6dacb8 => generated 0 bytes in 559 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:39:22.952 7 INFO neutron.api.v2.resource [None req-5a233a1a-e1a7-4f47-9338-2af141278af1 7ceb68b8fb09432f9b5a77c8c8751f15 8880331941be45939f7cad05fd051e37 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 977/1892] 10.0.0.228 () {32 vars in 748 bytes} [Wed Jul 1 08:39:22 2026] DELETE /v2.0/policies/c2417a50-9663-45b8-96dc-1d9c615a9d9c/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1893] 10.0.0.228 () {34 vars in 751 bytes} [Wed Jul 1 08:39:22 2026] PUT /v2.0/routers/5d7ce056-4d80-42dc-adf2-1848e6c92e2b/tags => generated 19 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1894] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:39:23 2026] DELETE /v2.0/policies/c2417a50-9663-45b8-96dc-1d9c615a9d9c/tags => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1895] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:22 2026] DELETE /v2.0/subnets/c7b50756-99c0-432b-8242-d02990a254d8 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1896] 10.0.0.228 () {32 vars in 664 bytes} [Wed Jul 1 08:39:23 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1897] 10.0.0.228 () {32 vars in 733 bytes} [Wed Jul 1 08:39:23 2026] GET /v2.0/policies/c2417a50-9663-45b8-96dc-1d9c615a9d9c/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:23.220 8 INFO neutron_taas.services.taas.taas_plugin [None req-860dc002-1bd0-4f79-b212-79696f4d7319 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] TaaS: Handle Delete Port: 31b1d3de-23d0-4199-9f32-22d20e7155cb 2026-07-01 08:39:23.224 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-860dc002-1bd0-4f79-b212-79696f4d7319 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Tap Mirror: Handle Delete Port: 31b1d3de-23d0-4199-9f32-22d20e7155cb [pid: 7|app: 0|req: 980/1898] 10.0.0.228 () {32 vars in 678 bytes} [Wed Jul 1 08:39:23 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1899] 10.0.0.228 () {32 vars in 734 bytes} [Wed Jul 1 08:39:23 2026] DELETE /v2.0/qos/policies/c2417a50-9663-45b8-96dc-1d9c615a9d9c => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:39:23.386 8 INFO neutron.services.segments.plugin [-] Segment c3c2ce21-ef74-4170-9ecc-34d65e5a9402 resource provider aggregate not found 2026-07-01 08:39:23.392 8 INFO neutron.services.segments.plugin [-] Segment c3c2ce21-ef74-4170-9ecc-34d65e5a9402 resource provider aggregate not found [pid: 7|app: 0|req: 982/1900] 10.0.0.228 () {32 vars in 674 bytes} [Wed Jul 1 08:39:23 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:39:23.412 8 INFO neutron.services.segments.plugin [-] Segment c3c2ce21-ef74-4170-9ecc-34d65e5a9402 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3c2ce21-ef74-4170-9ecc-34d65e5a9402 found for delete ", "request_id": "req-36e50869-1836-48d6-b20a-d1ece72059fb"}]} [pid: 8|app: 0|req: 919/1901] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:23 2026] DELETE /v2.0/networks/cfdd955c-56c8-4913-8ab9-167c688ecd19 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:39:23.421 8 INFO neutron.services.segments.plugin [-] Segment c3c2ce21-ef74-4170-9ecc-34d65e5a9402 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3c2ce21-ef74-4170-9ecc-34d65e5a9402 found for delete ", "request_id": "req-b72d9c53-98c5-45c4-b8df-9e6c4da37426"}]} [pid: 7|app: 0|req: 983/1902] 10.0.0.228 () {32 vars in 686 bytes} [Wed Jul 1 08:39:23 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:39:23.470 8 INFO neutron.db.segments_db [None req-a8358736-cf30-49a4-a992-c69f12c1fd06 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Added segment 4bd55e11-28b2-4f4f-8370-cf7b777fc4b9 of type vxlan for network 458b595f-b086-4f4b-ad69-7a25eb837834 [pid: 7|app: 0|req: 984/1903] 10.0.0.228 () {32 vars in 672 bytes} [Wed Jul 1 08:39:23 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1904] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:23 2026] POST /v2.0/networks => generated 630 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1905] 10.0.0.228 () {32 vars in 686 bytes} [Wed Jul 1 08:39:23 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1906] 10.0.0.228 () {32 vars in 682 bytes} [Wed Jul 1 08:39:23 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1907] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:39:23 2026] POST /v2.0/subnets => generated 626 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1908] 10.0.0.228 () {32 vars in 694 bytes} [Wed Jul 1 08:39:23 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:39:23.812 8 INFO neutron.db.segments_db [None req-b2324416-31d3-4b17-bdac-d27186178499 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Added segment 1dc8dd0a-ee1d-4b7c-8c96-4cd19f9bd9dc of type vxlan for network e0075dfe-aa06-4dea-8908-60929ebac7aa [pid: 7|app: 0|req: 988/1909] 10.0.0.228 () {32 vars in 721 bytes} [Wed Jul 1 08:39:23 2026] GET /v2.0/routers/e17864c8-fda1-4254-b62c-af7f244f2f99 => generated 485 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:39:24.037 8 INFO neutron.db.l3_hamode_db [None req-b2324416-31d3-4b17-bdac-d27186178499 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 08:39:24.133 8 INFO neutron.db.l3_hamode_db [None req-b2324416-31d3-4b17-bdac-d27186178499 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 922/1910] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:39:23 2026] POST /v2.0/routers => generated 507 bytes in 869 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1911] 10.0.0.228 () {34 vars in 742 bytes} [Wed Jul 1 08:39:23 2026] PUT /v2.0/routers/e17864c8-fda1-4254-b62c-af7f244f2f99 => generated 485 bytes in 887 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1912] 10.0.0.228 () {34 vars in 676 bytes} [Wed Jul 1 08:39:24 2026] POST /v2.0/subnetpools => generated 548 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1913] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:24 2026] GET /v2.0/security-groups?tenant_id=8880331941be45939f7cad05fd051e37&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1914] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:39:24 2026] GET /v2.0/ports?device_id=e17864c8-fda1-4254-b62c-af7f244f2f99 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1915] 10.0.0.228 () {32 vars in 729 bytes} [Wed Jul 1 08:39:24 2026] GET /v2.0/subnetpools/4bbb9594-1f65-43b9-a14e-207b924794e6 => generated 548 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1916] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:24 2026] DELETE /v2.0/security-groups/7cceaa11-8035-439a-99aa-c216df38a068 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:39:25.182 8 INFO neutron_taas.services.taas.taas_plugin [None req-17a12959-955c-43a0-b055-1a5b33dc2cdd 4049661bf37344738169669ad0bd9176 5316d77a501c4c31b8d80700892c8e91 - - default default] TaaS: Handle Delete Port: a718b311-6e9f-46f9-8095-f3b4c87c0229 2026-07-01 08:39:25.185 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17a12959-955c-43a0-b055-1a5b33dc2cdd 4049661bf37344738169669ad0bd9176 5316d77a501c4c31b8d80700892c8e91 - - default default] Tap Mirror: Handle Delete Port: a718b311-6e9f-46f9-8095-f3b4c87c0229 [pid: 8|app: 0|req: 927/1917] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:25 2026] DELETE /v2.0/routers/e17864c8-fda1-4254-b62c-af7f244f2f99 => 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: 928/1918] 10.0.0.228 () {34 vars in 749 bytes} [Wed Jul 1 08:39:25 2026] PUT /v2.0/subnetpools/4bbb9594-1f65-43b9-a14e-207b924794e6 => generated 501 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1919] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:25 2026] GET /v2.0/security-groups?tenant_id=6e55f2555bc84cb4a710cf76099efb84&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: 930/1920] 10.0.0.228 () {32 vars in 721 bytes} [Wed Jul 1 08:39:25 2026] GET /v2.0/routers/85165038-8fbe-4495-a96c-e1d2f894b29a => generated 493 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1921] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:39:25 2026] DELETE /v2.0/subnetpools/4bbb9594-1f65-43b9-a14e-207b924794e6 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1922] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:25 2026] DELETE /v2.0/security-groups/39956a1f-cbbc-4d29-9c21-0081fa016dc7 => 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: 991/1923] 10.0.0.228 () {34 vars in 783 bytes} [Wed Jul 1 08:39:24 2026] PUT /v2.0/routers/4b8240e8-8881-4f5d-923b-3b8d8310aec4/add_router_interface => generated 309 bytes in 1088 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:39:25.945 7 INFO neutron.api.v2.resource [None req-d25f36a0-4eb1-4252-aa83-9b62c5fd98e9 e0471ed5c1e24719bf9a8d2d476e2718 531fbbab1b534fbcbbf2b73ad12953e2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 992/1924] 10.0.0.228 () {32 vars in 729 bytes} [Wed Jul 1 08:39:25 2026] GET /v2.0/subnetpools/4bbb9594-1f65-43b9-a14e-207b924794e6 => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1925] 10.0.0.228 () {32 vars in 717 bytes} [Wed Jul 1 08:39:25 2026] GET /v2.0/ports/78aec52c-1ce6-44a9-a15b-0bc948e62a9f => generated 955 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:39:26.020 7 INFO neutron.api.v2.resource [None req-ffe818e0-0bd1-4942-abb8-41be38f97e5a e0471ed5c1e24719bf9a8d2d476e2718 531fbbab1b534fbcbbf2b73ad12953e2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 994/1926] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:39:26 2026] DELETE /v2.0/subnetpools/4bbb9594-1f65-43b9-a14e-207b924794e6 => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1927] 10.0.0.228 () {34 vars in 742 bytes} [Wed Jul 1 08:39:25 2026] PUT /v2.0/routers/85165038-8fbe-4495-a96c-e1d2f894b29a => generated 493 bytes in 517 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1928] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:39:26 2026] GET /v2.0/ports?device_id=85165038-8fbe-4495-a96c-e1d2f894b29a => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:26.319 7 INFO neutron_taas.services.taas.taas_plugin [None req-435aec52-704e-4be0-85ff-d1f5d826a56b 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] TaaS: Handle Delete Port: 78aec52c-1ce6-44a9-a15b-0bc948e62a9f 2026-07-01 08:39:26.322 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-435aec52-704e-4be0-85ff-d1f5d826a56b 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Tap Mirror: Handle Delete Port: 78aec52c-1ce6-44a9-a15b-0bc948e62a9f 2026-07-01 08:39:26.473 8 INFO neutron_taas.services.taas.taas_plugin [None req-382d180b-6cf2-45fb-bb7d-8425245aa57f 4049661bf37344738169669ad0bd9176 5316d77a501c4c31b8d80700892c8e91 - - default default] TaaS: Handle Delete Port: fd7d72fd-c312-4e69-817f-0c70f667c4ae 2026-07-01 08:39:26.476 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-382d180b-6cf2-45fb-bb7d-8425245aa57f 4049661bf37344738169669ad0bd9176 5316d77a501c4c31b8d80700892c8e91 - - default default] Tap Mirror: Handle Delete Port: fd7d72fd-c312-4e69-817f-0c70f667c4ae [pid: 7|app: 0|req: 995/1929] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:39:26 2026] PUT /v2.0/routers/4b8240e8-8881-4f5d-923b-3b8d8310aec4/remove_router_interface => generated 309 bytes in 649 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1930] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:26 2026] DELETE /v2.0/routers/85165038-8fbe-4495-a96c-e1d2f894b29a => generated 0 bytes in 363 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1931] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:39:26 2026] GET /v2.0/ports?device_id=4b8240e8-8881-4f5d-923b-3b8d8310aec4 => 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: 937/1932] 10.0.0.228 () {32 vars in 721 bytes} [Wed Jul 1 08:39:26 2026] GET /v2.0/routers/45220a88-f8bc-460d-830b-682f40faea4e => generated 502 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:39:26.888 8 INFO neutron_taas.services.taas.taas_plugin [None req-969669d5-0b14-4569-a653-da863860ec62 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] TaaS: Handle Delete Port: 90b4b195-ec61-49ee-a3a9-93f8a061a7ff 2026-07-01 08:39:26.890 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-969669d5-0b14-4569-a653-da863860ec62 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Tap Mirror: Handle Delete Port: 90b4b195-ec61-49ee-a3a9-93f8a061a7ff [pid: 7|app: 0|req: 996/1933] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:26 2026] GET /v2.0/security-groups?tenant_id=531fbbab1b534fbcbbf2b73ad12953e2&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:39:27.243 8 INFO neutron.services.segments.plugin [-] Segment 1dc8dd0a-ee1d-4b7c-8c96-4cd19f9bd9dc resource provider aggregate not found 2026-07-01 08:39:27.248 8 INFO neutron.services.segments.plugin [-] Segment 1dc8dd0a-ee1d-4b7c-8c96-4cd19f9bd9dc resource provider aggregate not found 2026-07-01 08:39:27.265 8 INFO neutron.services.segments.plugin [-] Segment 1dc8dd0a-ee1d-4b7c-8c96-4cd19f9bd9dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1dc8dd0a-ee1d-4b7c-8c96-4cd19f9bd9dc found for delete ", "request_id": "req-86b925c6-cf65-420e-8613-7283ff03b51c"}]} 2026-07-01 08:39:27.269 8 INFO neutron.services.segments.plugin [-] Segment 1dc8dd0a-ee1d-4b7c-8c96-4cd19f9bd9dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1dc8dd0a-ee1d-4b7c-8c96-4cd19f9bd9dc found for delete ", "request_id": "req-75be53ef-072e-4145-9b4d-23fd947030ce"}]} 2026-07-01 08:39:27.289 8 INFO neutron.db.l3_hamode_db [None req-969669d5-0b14-4569-a653-da863860ec62 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] HA network e0075dfe-aa06-4dea-8908-60929ebac7aa was deleted as no HA routers are present in tenant 30f04b3016da43919a04dd642c1d3732. [pid: 8|app: 0|req: 938/1934] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:26 2026] DELETE /v2.0/routers/4b8240e8-8881-4f5d-923b-3b8d8310aec4 => generated 0 bytes in 556 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1935] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:27 2026] DELETE /v2.0/security-groups/acc0f757-cb87-4065-b2a1-7a8a3a3e36b3 => 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: 997/1936] 10.0.0.228 () {34 vars in 742 bytes} [Wed Jul 1 08:39:26 2026] PUT /v2.0/routers/45220a88-f8bc-460d-830b-682f40faea4e => generated 502 bytes in 524 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1937] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:39:27 2026] GET /v2.0/ports?device_id=45220a88-f8bc-460d-830b-682f40faea4e => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1938] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:27 2026] DELETE /v2.0/subnets/cc77ba83-25cc-4818-94d3-05c16978c7d5 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:39:27.608 7 INFO neutron_taas.services.taas.taas_plugin [None req-c1056335-55fb-4789-84b1-7513745bf50a 4049661bf37344738169669ad0bd9176 5316d77a501c4c31b8d80700892c8e91 - - default default] TaaS: Handle Delete Port: c584a878-816d-45e7-b2cf-03d1604d277b 2026-07-01 08:39:27.611 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1056335-55fb-4789-84b1-7513745bf50a 4049661bf37344738169669ad0bd9176 5316d77a501c4c31b8d80700892c8e91 - - default default] Tap Mirror: Handle Delete Port: c584a878-816d-45e7-b2cf-03d1604d277b [pid: 8|app: 0|req: 941/1939] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:27 2026] DELETE /v2.0/networks/458b595f-b086-4f4b-ad69-7a25eb837834 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:39:27.710 8 INFO neutron.db.segments_db [None req-eae6ebec-f8a4-4474-85fd-3412444e6ae4 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Added segment 24c2b769-f034-4a2f-ac60-c6b5c2bcec68 of type vxlan for network 5e657159-05a3-42d1-ad43-9889bfb5746e [pid: 7|app: 0|req: 999/1940] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:27 2026] DELETE /v2.0/routers/45220a88-f8bc-460d-830b-682f40faea4e => generated 0 bytes in 352 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1941] 10.0.0.228 () {32 vars in 721 bytes} [Wed Jul 1 08:39:27 2026] GET /v2.0/routers/5d7ce056-4d80-42dc-adf2-1848e6c92e2b => generated 487 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:39:27.946 8 INFO neutron.db.l3_hamode_db [None req-eae6ebec-f8a4-4474-85fd-3412444e6ae4 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1001/1942] 10.0.0.228 () {34 vars in 742 bytes} [Wed Jul 1 08:39:27 2026] PUT /v2.0/routers/5d7ce056-4d80-42dc-adf2-1848e6c92e2b => generated 487 bytes in 533 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1943] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:39:28 2026] GET /v2.0/ports?device_id=5d7ce056-4d80-42dc-adf2-1848e6c92e2b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:28.611 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6ac6714-0750-46ee-8135-78a21d9581ac 4049661bf37344738169669ad0bd9176 5316d77a501c4c31b8d80700892c8e91 - - default default] TaaS: Handle Delete Port: 7624da6f-4cc9-479c-8fe7-d22bce51b9c9 2026-07-01 08:39:28.613 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6ac6714-0750-46ee-8135-78a21d9581ac 4049661bf37344738169669ad0bd9176 5316d77a501c4c31b8d80700892c8e91 - - default default] Tap Mirror: Handle Delete Port: 7624da6f-4cc9-479c-8fe7-d22bce51b9c9 2026-07-01 08:39:28.767 8 INFO neutron.db.l3_hamode_db [None req-eae6ebec-f8a4-4474-85fd-3412444e6ae4 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1003/1944] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:28 2026] DELETE /v2.0/routers/5d7ce056-4d80-42dc-adf2-1848e6c92e2b => generated 0 bytes in 368 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1945] 10.0.0.228 () {32 vars in 721 bytes} [Wed Jul 1 08:39:28 2026] GET /v2.0/routers/a77ebc23-67a6-4943-b6a4-2eba360de15c => generated 480 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:39:29.295 8 INFO neutron.services.segments.plugin [-] Segment 4bd55e11-28b2-4f4f-8370-cf7b777fc4b9 resource provider aggregate not found 2026-07-01 08:39:29.295 8 INFO neutron.services.segments.plugin [-] Segment 4bd55e11-28b2-4f4f-8370-cf7b777fc4b9 resource provider aggregate not found 2026-07-01 08:39:29.321 8 INFO neutron.services.segments.plugin [-] Segment 4bd55e11-28b2-4f4f-8370-cf7b777fc4b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bd55e11-28b2-4f4f-8370-cf7b777fc4b9 found for delete ", "request_id": "req-59bf2271-b1d6-4d01-9853-cd688659d807"}]} 2026-07-01 08:39:29.321 8 INFO neutron.services.segments.plugin [-] Segment 4bd55e11-28b2-4f4f-8370-cf7b777fc4b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bd55e11-28b2-4f4f-8370-cf7b777fc4b9 found for delete ", "request_id": "req-a44dd529-c7a3-42f3-b170-d9ceb2265897"}]} [pid: 7|app: 0|req: 1005/1946] 10.0.0.228 () {34 vars in 742 bytes} [Wed Jul 1 08:39:28 2026] PUT /v2.0/routers/a77ebc23-67a6-4943-b6a4-2eba360de15c => generated 480 bytes in 509 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1947] 10.0.0.228 () {34 vars in 676 bytes} [Wed Jul 1 08:39:29 2026] POST /v2.0/subnetpools => generated 516 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1948] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:39:27 2026] POST /v2.0/routers => generated 686 bytes in 1946 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1949] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:39:29 2026] GET /v2.0/ports?device_id=a77ebc23-67a6-4943-b6a4-2eba360de15c => 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: 943/1950] 10.0.0.228 () {34 vars in 759 bytes} [Wed Jul 1 08:39:29 2026] PUT /v2.0/subnetpools/b68514ac-6f0f-4ba6-9dc4-c01d59315365/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1951] 10.0.0.228 () {32 vars in 721 bytes} [Wed Jul 1 08:39:29 2026] GET /v2.0/routers/0aa21e0c-658e-4427-8377-d272e86b0107 => generated 692 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1952] 10.0.0.228 () {32 vars in 739 bytes} [Wed Jul 1 08:39:29 2026] GET /v2.0/subnetpools/b68514ac-6f0f-4ba6-9dc4-c01d59315365/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: 1010/1953] 10.0.0.228 () {32 vars in 647 bytes} [Wed Jul 1 08:39:29 2026] GET /v2.0/routers => generated 695 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:39:29.838 8 INFO neutron_taas.services.taas.taas_plugin [None req-a18f175e-7365-4eb3-bbab-c03a7e400a21 4049661bf37344738169669ad0bd9176 5316d77a501c4c31b8d80700892c8e91 - - default default] TaaS: Handle Delete Port: 5703f7b7-0963-4c46-8e62-0852934eff89 2026-07-01 08:39:29.842 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a18f175e-7365-4eb3-bbab-c03a7e400a21 4049661bf37344738169669ad0bd9176 5316d77a501c4c31b8d80700892c8e91 - - default default] Tap Mirror: Handle Delete Port: 5703f7b7-0963-4c46-8e62-0852934eff89 [pid: 7|app: 0|req: 1011/1954] 10.0.0.228 () {34 vars in 770 bytes} [Wed Jul 1 08:39:29 2026] PUT /v2.0/subnetpools/b68514ac-6f0f-4ba6-9dc4-c01d59315365/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-07-01 08:39:30.205 8 INFO neutron.db.l3_hamode_db [None req-a18f175e-7365-4eb3-bbab-c03a7e400a21 4049661bf37344738169669ad0bd9176 5316d77a501c4c31b8d80700892c8e91 - - default default] HA network 8e266aa1-a2a0-48dd-8f07-f6f330472b00 was deleted as no HA routers are present in tenant 5316d77a501c4c31b8d80700892c8e91. [pid: 8|app: 0|req: 944/1955] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:29 2026] DELETE /v2.0/routers/a77ebc23-67a6-4943-b6a4-2eba360de15c => generated 0 bytes in 558 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1956] 10.0.0.228 () {32 vars in 739 bytes} [Wed Jul 1 08:39:30 2026] GET /v2.0/subnetpools/b68514ac-6f0f-4ba6-9dc4-c01d59315365/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1957] 10.0.0.228 () {34 vars in 766 bytes} [Wed Jul 1 08:39:30 2026] PUT /v2.0/subnetpools/b68514ac-6f0f-4ba6-9dc4-c01d59315365/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1958] 10.0.0.228 () {34 vars in 741 bytes} [Wed Jul 1 08:39:29 2026] PUT /v2.0/routers/0aa21e0c-658e-4427-8377-d272e86b0107 => generated 699 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1959] 10.0.0.228 () {32 vars in 739 bytes} [Wed Jul 1 08:39:30 2026] GET /v2.0/subnetpools/b68514ac-6f0f-4ba6-9dc4-c01d59315365/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1960] 10.0.0.228 () {32 vars in 721 bytes} [Wed Jul 1 08:39:30 2026] GET /v2.0/routers/0aa21e0c-658e-4427-8377-d272e86b0107 => generated 699 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1961] 10.0.0.228 () {34 vars in 788 bytes} [Wed Jul 1 08:39:30 2026] PUT /v2.0/subnetpools/b68514ac-6f0f-4ba6-9dc4-c01d59315365/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1962] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:39:30 2026] GET /v2.0/ports?device_id=0aa21e0c-658e-4427-8377-d272e86b0107 => 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: 949/1963] 10.0.0.228 () {32 vars in 739 bytes} [Wed Jul 1 08:39:30 2026] GET /v2.0/subnetpools/b68514ac-6f0f-4ba6-9dc4-c01d59315365/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1964] 10.0.0.228 () {34 vars in 759 bytes} [Wed Jul 1 08:39:30 2026] PUT /v2.0/subnetpools/b68514ac-6f0f-4ba6-9dc4-c01d59315365/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1965] 10.0.0.228 () {32 vars in 739 bytes} [Wed Jul 1 08:39:30 2026] GET /v2.0/subnetpools/b68514ac-6f0f-4ba6-9dc4-c01d59315365/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: 952/1966] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:39:30 2026] GET /v2.0/subnetpools/b68514ac-6f0f-4ba6-9dc4-c01d59315365/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:39:30.601 8 INFO neutron.api.v2.resource [None req-3a3430e8-d169-43e8-b1af-248b249faa6b 0945c2912b0c473b98ef4e73bd3b5deb 54869d2fd7b24274ae1c470958f296ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 953/1967] 10.0.0.228 () {32 vars in 751 bytes} [Wed Jul 1 08:39:30 2026] GET /v2.0/subnetpools/b68514ac-6f0f-4ba6-9dc4-c01d59315365/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-07-01 08:39:30.649 7 INFO neutron_taas.services.taas.taas_plugin [None req-38c193cb-35ba-4767-a872-48b6bec45494 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] TaaS: Handle Delete Port: 4b1f3be3-a24c-4cb8-831d-006508449c46 2026-07-01 08:39:30.651 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38c193cb-35ba-4767-a872-48b6bec45494 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Tap Mirror: Handle Delete Port: 4b1f3be3-a24c-4cb8-831d-006508449c46 [pid: 8|app: 0|req: 954/1968] 10.0.0.228 () {32 vars in 750 bytes} [Wed Jul 1 08:39:30 2026] DELETE /v2.0/subnetpools/b68514ac-6f0f-4ba6-9dc4-c01d59315365/tags/red => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1969] 10.0.0.228 () {32 vars in 739 bytes} [Wed Jul 1 08:39:30 2026] GET /v2.0/subnetpools/b68514ac-6f0f-4ba6-9dc4-c01d59315365/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:30.742 8 INFO neutron.api.v2.resource [None req-836bebdc-a6d9-4020-af16-ee8d3868fde6 0945c2912b0c473b98ef4e73bd3b5deb 54869d2fd7b24274ae1c470958f296ee - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 956/1970] 10.0.0.228 () {32 vars in 754 bytes} [Wed Jul 1 08:39:30 2026] DELETE /v2.0/subnetpools/b68514ac-6f0f-4ba6-9dc4-c01d59315365/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1971] 10.0.0.228 () {32 vars in 742 bytes} [Wed Jul 1 08:39:30 2026] DELETE /v2.0/subnetpools/b68514ac-6f0f-4ba6-9dc4-c01d59315365/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: 958/1972] 10.0.0.228 () {32 vars in 739 bytes} [Wed Jul 1 08:39:30 2026] GET /v2.0/subnetpools/b68514ac-6f0f-4ba6-9dc4-c01d59315365/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:30.861 7 INFO neutron_taas.services.taas.taas_plugin [None req-38c193cb-35ba-4767-a872-48b6bec45494 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] TaaS: Handle Delete Port: b70a219d-03b5-43ad-8f72-e00af5ba62a2 2026-07-01 08:39:30.864 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38c193cb-35ba-4767-a872-48b6bec45494 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] Tap Mirror: Handle Delete Port: b70a219d-03b5-43ad-8f72-e00af5ba62a2 [pid: 8|app: 0|req: 959/1973] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:39:30 2026] DELETE /v2.0/subnetpools/b68514ac-6f0f-4ba6-9dc4-c01d59315365 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:39:31.235 7 INFO neutron.services.segments.plugin [-] Segment 24c2b769-f034-4a2f-ac60-c6b5c2bcec68 resource provider aggregate not found 2026-07-01 08:39:31.239 7 INFO neutron.services.segments.plugin [-] Segment 24c2b769-f034-4a2f-ac60-c6b5c2bcec68 resource provider aggregate not found 2026-07-01 08:39:31.263 7 INFO neutron.services.segments.plugin [-] Segment 24c2b769-f034-4a2f-ac60-c6b5c2bcec68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24c2b769-f034-4a2f-ac60-c6b5c2bcec68 found for delete ", "request_id": "req-8454fcb9-3adf-4d9b-812a-637d0771a90a"}]} 2026-07-01 08:39:31.265 7 INFO neutron.services.segments.plugin [-] Segment 24c2b769-f034-4a2f-ac60-c6b5c2bcec68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24c2b769-f034-4a2f-ac60-c6b5c2bcec68 found for delete ", "request_id": "req-98b5c9e9-070d-41fd-84df-492a44b778e9"}]} 2026-07-01 08:39:31.288 7 INFO neutron.db.l3_hamode_db [None req-38c193cb-35ba-4767-a872-48b6bec45494 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] HA network 5e657159-05a3-42d1-ad43-9889bfb5746e was deleted as no HA routers are present in tenant 30f04b3016da43919a04dd642c1d3732. [pid: 7|app: 0|req: 1015/1974] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:30 2026] DELETE /v2.0/routers/0aa21e0c-658e-4427-8377-d272e86b0107 => generated 0 bytes in 875 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1975] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:31 2026] GET /v2.0/security-groups?tenant_id=a5536dd6096b4311ad24c321e0067d69&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1976] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:39:31 2026] GET /v2.0/ports?device_id=0aa21e0c-658e-4427-8377-d272e86b0107 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:31.350 8 INFO neutron.services.segments.plugin [-] Segment 9183fa00-5b09-4b62-a9f1-008a780eb8ee resource provider aggregate not found 2026-07-01 08:39:31.360 7 INFO neutron.api.v2.resource [None req-9ef1bb87-2ce5-408a-bd8c-ab08d183bd1c 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] delete failed (client error): The resource could not be found. 2026-07-01 08:39:31.361 8 INFO neutron.services.segments.plugin [-] Segment 9183fa00-5b09-4b62-a9f1-008a780eb8ee resource provider aggregate not found [pid: 7|app: 0|req: 1017/1977] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:31 2026] DELETE /v2.0/routers/0aa21e0c-658e-4427-8377-d272e86b0107 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:39:31.372 8 INFO neutron.services.segments.plugin [-] Segment 9183fa00-5b09-4b62-a9f1-008a780eb8ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9183fa00-5b09-4b62-a9f1-008a780eb8ee found for delete ", "request_id": "req-a7110e3d-5d56-4874-a5fe-cb0cffabab65"}]} 2026-07-01 08:39:31.385 8 INFO neutron.services.segments.plugin [-] Segment 9183fa00-5b09-4b62-a9f1-008a780eb8ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9183fa00-5b09-4b62-a9f1-008a780eb8ee found for delete ", "request_id": "req-7f162de7-06c7-4dc0-a3a7-5b6921170c3f"}]} [pid: 7|app: 0|req: 1018/1978] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:39:31 2026] GET /v2.0/ports?device_id=4b8240e8-8881-4f5d-923b-3b8d8310aec4 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:31.415 7 INFO neutron.api.v2.resource [None req-35470744-fe7e-4603-a821-4050c45aaf49 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1019/1979] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:31 2026] DELETE /v2.0/routers/4b8240e8-8881-4f5d-923b-3b8d8310aec4 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1980] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:31 2026] DELETE /v2.0/security-groups/2fdd208d-ae5c-4471-9314-678efd113392 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:39:31.430 7 INFO neutron.pecan_wsgi.hooks.translation [None req-47a2992c-11e8-4c16-ba59-96f508560852 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1020/1981] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:31 2026] DELETE /v2.0/subnets/cc77ba83-25cc-4818-94d3-05c16978c7d5 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1982] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:39:31 2026] GET /v2.0/ports?device_id=ebc26254-0fdd-476a-b621-0225ee6dacb8 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:31.479 7 INFO neutron.api.v2.resource [None req-75e10f25-561d-4e61-8a37-cd1065807ee9 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1021/1983] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:31 2026] DELETE /v2.0/routers/ebc26254-0fdd-476a-b621-0225ee6dacb8 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:39:31.502 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8820c725-6092-4cdd-92fa-7047397128a8 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 963/1984] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:31 2026] DELETE /v2.0/subnets/c7b50756-99c0-432b-8242-d02990a254d8 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1985] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:39:31 2026] GET /v2.0/ports?device_id=70550ab6-2255-43cb-936a-0e7985852d3f => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:31.551 8 INFO neutron.api.v2.resource [None req-014236ca-d457-4ced-8784-34f97241958c 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 964/1986] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:31 2026] DELETE /v2.0/routers/70550ab6-2255-43cb-936a-0e7985852d3f => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:39:31.568 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d11a7e4c-8b6d-43df-ae71-e9253f9fa9b8 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 965/1987] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:31 2026] DELETE /v2.0/subnets/1fa7b16a-cf81-4752-b566-42109b8ce160 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:39:31.586 8 INFO neutron.pecan_wsgi.hooks.translation [None req-62e79792-f29e-4b47-8798-6dfe74e36495 1c6a7bb85a8f45308e00c8b2a9cec87f 30f04b3016da43919a04dd642c1d3732 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 966/1988] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:31 2026] DELETE /v2.0/subnets/5e499e13-d490-4127-a974-fb0ad45dfd18 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1989] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:31 2026] GET /v2.0/security-groups?tenant_id=5316d77a501c4c31b8d80700892c8e91&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: 968/1990] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:31 2026] DELETE /v2.0/security-groups/e9efbbd1-e439-4cd5-96bc-8591233b37ec => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1991] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:31 2026] GET /v2.0/security-groups?tenant_id=1559a70d00fc4b7d84e2d10666b126ee&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1992] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:31 2026] DELETE /v2.0/security-groups/9931c201-76c7-4361-a768-355d21bf8402 => 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: 1024/1993] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:31 2026] GET /v2.0/security-groups?tenant_id=5145bca22cf34b20ba33150b3bac128b&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1994] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:32 2026] GET /v2.0/security-groups?tenant_id=54869d2fd7b24274ae1c470958f296ee&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1995] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:32 2026] DELETE /v2.0/security-groups/a7d1614b-5a0a-4fa4-bc1b-151905c5c1b4 => 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: 1025/1996] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:32 2026] GET /v2.0/security-groups?tenant_id=30f04b3016da43919a04dd642c1d3732&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1997] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:32 2026] DELETE /v2.0/security-groups/b53fb72d-b3db-42a4-b343-b5957655f4cd => 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: 1026/1998] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:32 2026] DELETE /v2.0/security-groups/71fb933b-e664-4824-8972-68e899b0ef87 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1999] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:32 2026] GET /v2.0/security-groups?tenant_id=2b8aeddf280f41408d7991aefe3f9db6&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2000] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:32 2026] DELETE /v2.0/security-groups/46cf12dd-bb96-4cf7-935e-41cc83f1aa44 => 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: 974/2001] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:33 2026] GET /v2.0/security-groups?tenant_id=f83611e9a721478ba873cd9af4c6b54b&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: 1028/2002] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:33 2026] DELETE /v2.0/security-groups/7e2642d5-2f92-4dde-9cd3-4a515d59d131 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:39:36.037 8 INFO neutron.db.segments_db [None req-9d17c994-60d0-403d-af18-d3acc9575764 87f73c89dff64097849959e2f56b288c 0d76ba464f7948e389b186cd95555d25 - - default default] Added segment 96c95647-ddd6-461f-8626-c16a208271bd of type vxlan for network 656901ce-3866-4f73-be61-70f6a160e7ee [pid: 7|app: 0|req: 1029/2003] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:35 2026] GET /v2.0/security-groups?tenant_id=a0b1fff6a5804f7b9c40afa1d652736b&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2004] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:35 2026] POST /v2.0/networks => generated 632 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2005] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:36 2026] DELETE /v2.0/security-groups/6139d7f0-c352-45aa-b29c-5a8c5dc39315 => 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: 976/2006] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:39:36 2026] POST /v2.0/subnets => generated 626 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2007] 10.0.0.228 () {34 vars in 751 bytes} [Wed Jul 1 08:39:36 2026] PUT /v2.0/subnets/455df03a-62fd-4a0c-9cb7-65d50afddb43/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2008] 10.0.0.228 () {32 vars in 731 bytes} [Wed Jul 1 08:39:36 2026] GET /v2.0/subnets/455df03a-62fd-4a0c-9cb7-65d50afddb43/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2009] 10.0.0.228 () {34 vars in 762 bytes} [Wed Jul 1 08:39:36 2026] PUT /v2.0/subnets/455df03a-62fd-4a0c-9cb7-65d50afddb43/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2010] 10.0.0.228 () {32 vars in 731 bytes} [Wed Jul 1 08:39:36 2026] GET /v2.0/subnets/455df03a-62fd-4a0c-9cb7-65d50afddb43/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: 1035/2011] 10.0.0.228 () {34 vars in 758 bytes} [Wed Jul 1 08:39:36 2026] PUT /v2.0/subnets/455df03a-62fd-4a0c-9cb7-65d50afddb43/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2012] 10.0.0.228 () {32 vars in 731 bytes} [Wed Jul 1 08:39:36 2026] GET /v2.0/subnets/455df03a-62fd-4a0c-9cb7-65d50afddb43/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2013] 10.0.0.228 () {34 vars in 684 bytes} [Wed Jul 1 08:39:36 2026] POST /v2.0/security-groups => generated 1601 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2014] 10.0.0.228 () {34 vars in 780 bytes} [Wed Jul 1 08:39:36 2026] PUT /v2.0/subnets/455df03a-62fd-4a0c-9cb7-65d50afddb43/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2015] 10.0.0.228 () {32 vars in 731 bytes} [Wed Jul 1 08:39:36 2026] GET /v2.0/subnets/455df03a-62fd-4a0c-9cb7-65d50afddb43/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2016] 10.0.0.228 () {34 vars in 684 bytes} [Wed Jul 1 08:39:36 2026] POST /v2.0/security-groups => generated 1601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2017] 10.0.0.228 () {34 vars in 751 bytes} [Wed Jul 1 08:39:36 2026] PUT /v2.0/subnets/455df03a-62fd-4a0c-9cb7-65d50afddb43/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2018] 10.0.0.228 () {32 vars in 731 bytes} [Wed Jul 1 08:39:36 2026] GET /v2.0/subnets/455df03a-62fd-4a0c-9cb7-65d50afddb43/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2019] 10.0.0.228 () {34 vars in 684 bytes} [Wed Jul 1 08:39:36 2026] POST /v2.0/security-groups => generated 1601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2020] 10.0.0.228 () {32 vars in 739 bytes} [Wed Jul 1 08:39:37 2026] GET /v2.0/subnets/455df03a-62fd-4a0c-9cb7-65d50afddb43/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:39:37.101 7 INFO neutron.api.v2.resource [None req-59903bae-2482-4f85-9fc3-03ae5d724a4c 87f73c89dff64097849959e2f56b288c 0d76ba464f7948e389b186cd95555d25 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1042/2021] 10.0.0.228 () {32 vars in 743 bytes} [Wed Jul 1 08:39:37 2026] GET /v2.0/subnets/455df03a-62fd-4a0c-9cb7-65d50afddb43/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2022] 10.0.0.228 () {34 vars in 684 bytes} [Wed Jul 1 08:39:37 2026] POST /v2.0/security-groups => generated 1601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2023] 10.0.0.228 () {32 vars in 742 bytes} [Wed Jul 1 08:39:37 2026] DELETE /v2.0/subnets/455df03a-62fd-4a0c-9cb7-65d50afddb43/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2024] 10.0.0.228 () {34 vars in 684 bytes} [Wed Jul 1 08:39:37 2026] POST /v2.0/security-groups => generated 1601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2025] 10.0.0.228 () {32 vars in 731 bytes} [Wed Jul 1 08:39:37 2026] GET /v2.0/subnets/455df03a-62fd-4a0c-9cb7-65d50afddb43/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2026] 10.0.0.228 () {34 vars in 767 bytes} [Wed Jul 1 08:39:37 2026] PUT /v2.0/security-groups/c0f4b712-78ab-405e-9843-f30127f4aead/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2027] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:37 2026] GET /v2.0/security-groups?tenant_id=2e7d00dfb8f54c46860bc1dde36df5f7&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:39:37.441 8 INFO neutron.api.v2.resource [None req-8e381d9a-c4a7-4a3e-bfd2-f1828d69879e 87f73c89dff64097849959e2f56b288c 0d76ba464f7948e389b186cd95555d25 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 985/2028] 10.0.0.228 () {32 vars in 746 bytes} [Wed Jul 1 08:39:37 2026] DELETE /v2.0/subnets/455df03a-62fd-4a0c-9cb7-65d50afddb43/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2029] 10.0.0.228 () {34 vars in 767 bytes} [Wed Jul 1 08:39:37 2026] PUT /v2.0/security-groups/526c20dd-2eb5-43d4-8cea-a397498783c1/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2032] 10.0.0.228 () {32 vars in 734 bytes} [Wed Jul 1 08:39:37 2026] DELETE /v2.0/subnets/455df03a-62fd-4a0c-9cb7-65d50afddb43/tags => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2033] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:37 2026] DELETE /v2.0/security-groups/332ee71b-c751-4b30-8327-a24af5e13697 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2034] 10.0.0.228 () {34 vars in 767 bytes} [Wed Jul 1 08:39:37 2026] PUT /v2.0/security-groups/f9bb1f05-ec3e-4b00-bcc6-3fb79c6e6480/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2035] 10.0.0.228 () {32 vars in 731 bytes} [Wed Jul 1 08:39:37 2026] GET /v2.0/subnets/455df03a-62fd-4a0c-9cb7-65d50afddb43/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2036] 10.0.0.228 () {34 vars in 767 bytes} [Wed Jul 1 08:39:37 2026] PUT /v2.0/security-groups/4370e788-8c6f-458d-b0b0-e3a0c2c950dd/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2037] 10.0.0.228 () {32 vars in 680 bytes} [Wed Jul 1 08:39:37 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2038] 10.0.0.228 () {32 vars in 694 bytes} [Wed Jul 1 08:39:37 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2039] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:37 2026] DELETE /v2.0/subnets/455df03a-62fd-4a0c-9cb7-65d50afddb43 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2040] 10.0.0.228 () {32 vars in 690 bytes} [Wed Jul 1 08:39:37 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2041] 10.0.0.228 () {32 vars in 702 bytes} [Wed Jul 1 08:39:37 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2042] 10.0.0.228 () {32 vars in 688 bytes} [Wed Jul 1 08:39:37 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:39:37.795 8 INFO neutron_taas.services.taas.taas_plugin [None req-26cadf56-4515-4c89-9706-90f340210540 87f73c89dff64097849959e2f56b288c 0d76ba464f7948e389b186cd95555d25 - - default default] TaaS: Handle Delete Port: 5792a38a-8945-46e5-a73d-9fedeaf1b937 2026-07-01 08:39:37.797 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26cadf56-4515-4c89-9706-90f340210540 87f73c89dff64097849959e2f56b288c 0d76ba464f7948e389b186cd95555d25 - - default default] Tap Mirror: Handle Delete Port: 5792a38a-8945-46e5-a73d-9fedeaf1b937 [pid: 7|app: 0|req: 1055/2043] 10.0.0.228 () {32 vars in 702 bytes} [Wed Jul 1 08:39:37 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2044] 10.0.0.228 () {32 vars in 698 bytes} [Wed Jul 1 08:39:37 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2045] 10.0.0.228 () {32 vars in 710 bytes} [Wed Jul 1 08:39:37 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:39:38.022 8 INFO neutron.services.segments.plugin [-] Segment 96c95647-ddd6-461f-8626-c16a208271bd resource provider aggregate not found 2026-07-01 08:39:38.029 8 INFO neutron.services.segments.plugin [-] Segment 96c95647-ddd6-461f-8626-c16a208271bd resource provider aggregate not found 2026-07-01 08:39:38.051 8 INFO neutron.services.segments.plugin [-] Segment 96c95647-ddd6-461f-8626-c16a208271bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96c95647-ddd6-461f-8626-c16a208271bd found for delete ", "request_id": "req-90a49ef8-87bf-494e-b4a0-70e150b16603"}]} 2026-07-01 08:39:38.053 8 INFO neutron.services.segments.plugin [-] Segment 96c95647-ddd6-461f-8626-c16a208271bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96c95647-ddd6-461f-8626-c16a208271bd found for delete ", "request_id": "req-c6c0f442-1cdb-4e0d-8e45-1640a8070510"}]} [pid: 8|app: 0|req: 989/2046] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:37 2026] DELETE /v2.0/networks/656901ce-3866-4f73-be61-70f6a160e7ee => 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: 1058/2047] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:37 2026] DELETE /v2.0/security-groups/c0f4b712-78ab-405e-9843-f30127f4aead => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2048] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:38 2026] DELETE /v2.0/security-groups/526c20dd-2eb5-43d4-8cea-a397498783c1 => 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: 1059/2049] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:38 2026] DELETE /v2.0/security-groups/f9bb1f05-ec3e-4b00-bcc6-3fb79c6e6480 => 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: 991/2050] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:38 2026] DELETE /v2.0/security-groups/4370e788-8c6f-458d-b0b0-e3a0c2c950dd => 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: 1060/2051] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:38 2026] DELETE /v2.0/security-groups/5beb13b2-553c-4456-94c8-422c83616d5f => 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: 992/2052] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:38 2026] GET /v2.0/security-groups?tenant_id=0d76ba464f7948e389b186cd95555d25&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2053] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:38 2026] DELETE /v2.0/security-groups/d50e5262-7339-4764-85e3-668260a386c3 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2054] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:39 2026] GET /v2.0/security-groups?tenant_id=93ad54111e2f41ef9e0fd94ef8f6194c&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2055] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:39 2026] DELETE /v2.0/security-groups/b7619867-c6e9-4720-ae2e-3a8dfda1a322 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2056] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:39 2026] GET /v2.0/security-groups?tenant_id=5bfd59f071464862827c4aaa9e0e6ca0&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2057] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:39 2026] DELETE /v2.0/security-groups/5c980a2b-8f22-4f57-a18b-8712ce566d97 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2058] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:39 2026] GET /v2.0/security-groups?tenant_id=ee5bcf86159341a4b3978e37225e8450&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2059] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:39 2026] DELETE /v2.0/security-groups/ee396466-4fab-4fbe-a14c-8ae97c22e3cf => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2060] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:40 2026] GET /v2.0/security-groups?tenant_id=d78540b7da3d4cffa9a67ef902e31d50&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2061] 10.0.0.183 () {30 vars in 650 bytes} [Wed Jul 1 08:39:40 2026] GET /v2.0/extensions => generated 21537 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2062] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:40 2026] DELETE /v2.0/security-groups/1f3ce69b-21ed-4638-a28d-82803ee640ae => 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: 1065/2063] 10.0.0.183 () {30 vars in 724 bytes} [Wed Jul 1 08:39:40 2026] GET /v2.0/quotas/046af0964fe741a6a40e5c7bcf0b26e8/details => generated 847 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2064] 10.0.0.183 () {30 vars in 650 bytes} [Wed Jul 1 08:39:42 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: 1066/2065] 10.0.0.183 () {30 vars in 724 bytes} [Wed Jul 1 08:39:42 2026] GET /v2.0/quotas/046af0964fe741a6a40e5c7bcf0b26e8/details => generated 847 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:39:43.154 8 INFO neutron.db.segments_db [None req-854752da-ce39-40ef-ab5e-0ebffde30324 91a5432f464a464f8042e380720c3726 3bd8a7f5a9764cd5bbdd8992aa8943c7 - - default default] Added segment eea4621a-331f-4b63-a686-8c1c30e8ba9c of type vxlan for network 8923e045-c4fc-43e4-bf5c-4f0353005abc [pid: 8|app: 0|req: 1000/2066] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:42 2026] POST /v2.0/networks => generated 632 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2067] 10.0.0.228 () {34 vars in 664 bytes} [Wed Jul 1 08:39:43 2026] POST /v2.0/ports => generated 743 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2068] 10.0.0.228 () {34 vars in 666 bytes} [Wed Jul 1 08:39:43 2026] POST /v2.0/trunks => generated 407 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1068/2069] 10.0.0.228 () {34 vars in 749 bytes} [Wed Jul 1 08:39:43 2026] PUT /v2.0/trunks/05aa6b0e-a2fc-4463-9a65-14399fa75684/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2070] 10.0.0.228 () {32 vars in 729 bytes} [Wed Jul 1 08:39:43 2026] GET /v2.0/trunks/05aa6b0e-a2fc-4463-9a65-14399fa75684/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2071] 10.0.0.228 () {34 vars in 760 bytes} [Wed Jul 1 08:39:43 2026] PUT /v2.0/trunks/05aa6b0e-a2fc-4463-9a65-14399fa75684/tags/green => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2072] 10.0.0.228 () {32 vars in 729 bytes} [Wed Jul 1 08:39:43 2026] GET /v2.0/trunks/05aa6b0e-a2fc-4463-9a65-14399fa75684/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2073] 10.0.0.228 () {34 vars in 756 bytes} [Wed Jul 1 08:39:43 2026] PUT /v2.0/trunks/05aa6b0e-a2fc-4463-9a65-14399fa75684/tags/red => generated 4 bytes in 26 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2074] 10.0.0.228 () {32 vars in 729 bytes} [Wed Jul 1 08:39:44 2026] GET /v2.0/trunks/05aa6b0e-a2fc-4463-9a65-14399fa75684/tags => generated 34 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2075] 10.0.0.228 () {34 vars in 778 bytes} [Wed Jul 1 08:39:44 2026] PUT /v2.0/trunks/05aa6b0e-a2fc-4463-9a65-14399fa75684/tags/black.or.white => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2076] 10.0.0.228 () {32 vars in 729 bytes} [Wed Jul 1 08:39:44 2026] GET /v2.0/trunks/05aa6b0e-a2fc-4463-9a65-14399fa75684/tags => generated 52 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2077] 10.0.0.228 () {34 vars in 749 bytes} [Wed Jul 1 08:39:44 2026] PUT /v2.0/trunks/05aa6b0e-a2fc-4463-9a65-14399fa75684/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2078] 10.0.0.228 () {32 vars in 729 bytes} [Wed Jul 1 08:39:44 2026] GET /v2.0/trunks/05aa6b0e-a2fc-4463-9a65-14399fa75684/tags => generated 37 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2079] 10.0.0.228 () {32 vars in 737 bytes} [Wed Jul 1 08:39:44 2026] GET /v2.0/trunks/05aa6b0e-a2fc-4463-9a65-14399fa75684/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:39:44.253 8 INFO neutron.api.v2.resource [None req-2e088ad0-5fdb-4baf-b861-13aa8fba4602 91a5432f464a464f8042e380720c3726 3bd8a7f5a9764cd5bbdd8992aa8943c7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1007/2080] 10.0.0.228 () {32 vars in 741 bytes} [Wed Jul 1 08:39:44 2026] GET /v2.0/trunks/05aa6b0e-a2fc-4463-9a65-14399fa75684/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2081] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:44 2026] DELETE /v2.0/trunks/05aa6b0e-a2fc-4463-9a65-14399fa75684/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2082] 10.0.0.228 () {32 vars in 729 bytes} [Wed Jul 1 08:39:44 2026] GET /v2.0/trunks/05aa6b0e-a2fc-4463-9a65-14399fa75684/tags => generated 30 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:44.350 7 INFO neutron.api.v2.resource [None req-6aff66ca-2063-4a53-9691-25aead67ac39 91a5432f464a464f8042e380720c3726 3bd8a7f5a9764cd5bbdd8992aa8943c7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1075/2083] 10.0.0.228 () {32 vars in 744 bytes} [Wed Jul 1 08:39:44 2026] DELETE /v2.0/trunks/05aa6b0e-a2fc-4463-9a65-14399fa75684/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2084] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:39:44 2026] DELETE /v2.0/trunks/05aa6b0e-a2fc-4463-9a65-14399fa75684/tags => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2085] 10.0.0.228 () {32 vars in 729 bytes} [Wed Jul 1 08:39:44 2026] GET /v2.0/trunks/05aa6b0e-a2fc-4463-9a65-14399fa75684/tags => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2086] 10.0.0.228 () {32 vars in 719 bytes} [Wed Jul 1 08:39:44 2026] GET /v2.0/trunks/05aa6b0e-a2fc-4463-9a65-14399fa75684 => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2087] 10.0.0.228 () {32 vars in 717 bytes} [Wed Jul 1 08:39:44 2026] GET /v2.0/ports/e22fdaa4-69a4-4232-938a-f089e2af98e2 => generated 826 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2088] 10.0.0.228 () {32 vars in 722 bytes} [Wed Jul 1 08:39:44 2026] DELETE /v2.0/trunks/05aa6b0e-a2fc-4463-9a65-14399fa75684 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:39:44.733 7 INFO neutron_taas.services.taas.taas_plugin [None req-df29e4fa-dd4f-43bb-bce2-ba0eade1e0bc 91a5432f464a464f8042e380720c3726 3bd8a7f5a9764cd5bbdd8992aa8943c7 - - default default] TaaS: Handle Delete Port: e22fdaa4-69a4-4232-938a-f089e2af98e2 2026-07-01 08:39:44.736 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df29e4fa-dd4f-43bb-bce2-ba0eade1e0bc 91a5432f464a464f8042e380720c3726 3bd8a7f5a9764cd5bbdd8992aa8943c7 - - default default] Tap Mirror: Handle Delete Port: e22fdaa4-69a4-4232-938a-f089e2af98e2 [pid: 7|app: 0|req: 1078/2089] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:39:44 2026] DELETE /v2.0/ports/e22fdaa4-69a4-4232-938a-f089e2af98e2 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:39:44.945 7 INFO neutron.services.segments.plugin [-] Segment eea4621a-331f-4b63-a686-8c1c30e8ba9c resource provider aggregate not found 2026-07-01 08:39:44.953 7 INFO neutron.services.segments.plugin [-] Segment eea4621a-331f-4b63-a686-8c1c30e8ba9c resource provider aggregate not found 2026-07-01 08:39:44.966 7 INFO neutron.services.segments.plugin [-] Segment eea4621a-331f-4b63-a686-8c1c30e8ba9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eea4621a-331f-4b63-a686-8c1c30e8ba9c found for delete ", "request_id": "req-df5f807e-9cb1-40e5-a4e9-658f12d6b018"}]} 2026-07-01 08:39:44.968 7 INFO neutron.services.segments.plugin [-] Segment eea4621a-331f-4b63-a686-8c1c30e8ba9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eea4621a-331f-4b63-a686-8c1c30e8ba9c found for delete ", "request_id": "req-98114f31-a4b3-461e-a3ca-e0e5449d12d9"}]} [pid: 7|app: 0|req: 1079/2090] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:44 2026] DELETE /v2.0/networks/8923e045-c4fc-43e4-bf5c-4f0353005abc => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:39:45.061 8 INFO neutron.db.segments_db [None req-3ae60003-b025-48d3-ab64-a2f2f8fe93f7 c6fc1947de6048e0be4fed5b60f6c0bc 4dba1c49a216413eb88bf38bd1e4268b - - default default] Added segment fc5372c9-99da-45c2-a8d6-bc260e61627a of type vxlan for network 4d36bf7d-131c-4598-8ad1-90dcbbf2850a [pid: 7|app: 0|req: 1080/2091] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:44 2026] GET /v2.0/security-groups?tenant_id=046af0964fe741a6a40e5c7bcf0b26e8&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2092] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:44 2026] POST /v2.0/networks => generated 631 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2093] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:45 2026] DELETE /v2.0/security-groups/cad7bbaa-983a-4d30-91a9-5968d78c7708 => 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: 1013/2094] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:39:45 2026] POST /v2.0/subnets => generated 626 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:39:45.504 7 INFO neutron.db.segments_db [None req-085cc340-8fdc-419d-a11a-79740b617caf c6fc1947de6048e0be4fed5b60f6c0bc 4dba1c49a216413eb88bf38bd1e4268b - - default default] Added segment 80c9b874-ed9f-4267-b096-13d50306737c of type vxlan for network 5ce6f2b6-87b0-4d15-a78d-1401c0b75eaa [pid: 7|app: 0|req: 1082/2095] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:45 2026] POST /v2.0/networks => generated 632 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2096] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:39:45 2026] POST /v2.0/subnets => generated 629 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2097] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:45 2026] GET /v2.0/security-groups?tenant_id=dfb21ad94f964fafa00abf1acc874095&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:39:45.891 8 INFO neutron.db.segments_db [None req-504ecfc1-967d-4276-9b2d-dc110a1e4bdb c6fc1947de6048e0be4fed5b60f6c0bc 4dba1c49a216413eb88bf38bd1e4268b - - default default] Added segment 63e03191-7a5c-4b78-a33e-3fad11807b83 of type vxlan for network 1ff8d0e2-40a0-4869-b95b-cd71ed7faa56 [pid: 7|app: 0|req: 1084/2098] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:45 2026] DELETE /v2.0/security-groups/c22b7939-55ff-44f1-bb6f-6e2f672845cd => 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: 1015/2099] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:45 2026] POST /v2.0/networks => generated 632 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2100] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:46 2026] GET /v2.0/security-groups?tenant_id=3bd8a7f5a9764cd5bbdd8992aa8943c7&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: 1085/2101] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:39:45 2026] POST /v2.0/subnets => generated 629 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2102] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:46 2026] DELETE /v2.0/security-groups/69246a61-45ef-40b7-88d2-13948dc80101 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:39:46.282 7 INFO neutron.db.segments_db [None req-f393db07-db1b-46f4-be5f-544b3e3c79b1 c6fc1947de6048e0be4fed5b60f6c0bc 4dba1c49a216413eb88bf38bd1e4268b - - default default] Added segment d093ce11-20c4-4565-a9d0-52297424e229 of type vxlan for network 0fb299f3-bbc4-4c8c-93b1-ca9871ef3169 [pid: 7|app: 0|req: 1086/2103] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:46 2026] POST /v2.0/networks => generated 632 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2104] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:39:46 2026] POST /v2.0/subnets => generated 629 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:39:46.744 7 INFO neutron.db.segments_db [None req-8fac3d30-16fb-47bb-93d4-2a570b1da897 c6fc1947de6048e0be4fed5b60f6c0bc 4dba1c49a216413eb88bf38bd1e4268b - - default default] Added segment cd504827-b866-466c-9146-8171de18da7d of type vxlan for network 400bbd1b-fd1e-4678-877e-5bee61292119 [pid: 7|app: 0|req: 1087/2105] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:46 2026] POST /v2.0/networks => generated 631 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2106] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:39:46 2026] POST /v2.0/subnets => generated 629 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2107] 10.0.0.228 () {34 vars in 751 bytes} [Wed Jul 1 08:39:47 2026] PUT /v2.0/subnets/5f8c8cc0-d1c0-4403-a856-878752998440/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2108] 10.0.0.228 () {34 vars in 751 bytes} [Wed Jul 1 08:39:47 2026] PUT /v2.0/subnets/4087ac87-18b8-4eee-a593-508aaeb324aa/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2109] 10.0.0.228 () {34 vars in 751 bytes} [Wed Jul 1 08:39:47 2026] PUT /v2.0/subnets/dba15ef4-96da-49ad-bfd5-0b85442dd26a/tags => generated 34 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2110] 10.0.0.228 () {34 vars in 751 bytes} [Wed Jul 1 08:39:47 2026] PUT /v2.0/subnets/08de19e7-a0d8-4923-b00b-0e0e1828c6c0/tags => generated 19 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2111] 10.0.0.228 () {32 vars in 664 bytes} [Wed Jul 1 08:39:47 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2112] 10.0.0.228 () {32 vars in 678 bytes} [Wed Jul 1 08:39:47 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2113] 10.0.0.228 () {32 vars in 674 bytes} [Wed Jul 1 08:39:47 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2114] 10.0.0.228 () {32 vars in 686 bytes} [Wed Jul 1 08:39:47 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2115] 10.0.0.228 () {32 vars in 672 bytes} [Wed Jul 1 08:39:47 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2116] 10.0.0.228 () {32 vars in 686 bytes} [Wed Jul 1 08:39:47 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2117] 10.0.0.228 () {32 vars in 682 bytes} [Wed Jul 1 08:39:47 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2118] 10.0.0.228 () {32 vars in 694 bytes} [Wed Jul 1 08:39:47 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2119] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:47 2026] DELETE /v2.0/subnets/5f8c8cc0-d1c0-4403-a856-878752998440 => 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: 1026/2120] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:47 2026] DELETE /v2.0/subnets/4087ac87-18b8-4eee-a593-508aaeb324aa => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2121] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:48 2026] DELETE /v2.0/subnets/dba15ef4-96da-49ad-bfd5-0b85442dd26a => 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: 1096/2122] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:48 2026] DELETE /v2.0/subnets/08de19e7-a0d8-4923-b00b-0e0e1828c6c0 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2123] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:39:48 2026] DELETE /v2.0/subnets/0f55d6e4-a668-419e-b8b8-513bbebd3921 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:39:48.520 8 INFO neutron.db.segments_db [None req-24bf6c86-89e2-4c9d-b99a-198acce2bc0e 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] Added segment 2b08e3cc-5a02-4569-be2e-d0c7e598ee27 of type vxlan for network ba25647f-0ac0-4cf2-ba9f-83a18f04b431 2026-07-01 08:39:48.611 7 INFO neutron_taas.services.taas.taas_plugin [None req-80c95b35-ba68-46d9-be94-7f21a0dd61d0 c6fc1947de6048e0be4fed5b60f6c0bc 4dba1c49a216413eb88bf38bd1e4268b - - default default] TaaS: Handle Delete Port: c8149fcf-5378-456f-a4af-52ef7e4a8add 2026-07-01 08:39:48.613 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80c95b35-ba68-46d9-be94-7f21a0dd61d0 c6fc1947de6048e0be4fed5b60f6c0bc 4dba1c49a216413eb88bf38bd1e4268b - - default default] Tap Mirror: Handle Delete Port: c8149fcf-5378-456f-a4af-52ef7e4a8add [pid: 8|app: 0|req: 1027/2124] 10.0.0.228 () {34 vars in 671 bytes} [Wed Jul 1 08:39:48 2026] POST /v2.0/networks => generated 633 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:39:48.676 8 INFO neutron.db.segments_db [None req-dcd95df1-ecc0-47a6-b147-bd6a5f5883c8 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] Added segment 21432f97-a12a-4d0b-a18f-60567201c27e of type vxlan for network 68b1275a-8f53-4a38-9494-4c6308604897 2026-07-01 08:39:48.789 7 INFO neutron.services.segments.plugin [-] Segment fc5372c9-99da-45c2-a8d6-bc260e61627a resource provider aggregate not found 2026-07-01 08:39:48.800 7 INFO neutron.services.segments.plugin [-] Segment fc5372c9-99da-45c2-a8d6-bc260e61627a resource provider aggregate not found 2026-07-01 08:39:48.807 7 INFO neutron.services.segments.plugin [-] Segment fc5372c9-99da-45c2-a8d6-bc260e61627a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc5372c9-99da-45c2-a8d6-bc260e61627a found for delete ", "request_id": "req-4c288052-6b49-4357-8c1c-2968ff22caf6"}]} 2026-07-01 08:39:48.827 7 INFO neutron.services.segments.plugin [-] Segment fc5372c9-99da-45c2-a8d6-bc260e61627a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc5372c9-99da-45c2-a8d6-bc260e61627a found for delete ", "request_id": "req-ac28e901-5853-4d6c-bd6c-6764fe290581"}]} [pid: 7|app: 0|req: 1098/2125] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:48 2026] DELETE /v2.0/networks/4d36bf7d-131c-4598-8ad1-90dcbbf2850a => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:39:48.925 8 INFO neutron.db.l3_hamode_db [None req-dcd95df1-ecc0-47a6-b147-bd6a5f5883c8 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1099/2126] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:48 2026] DELETE /v2.0/networks/5ce6f2b6-87b0-4d15-a78d-1401c0b75eaa => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2127] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:49 2026] DELETE /v2.0/networks/1ff8d0e2-40a0-4869-b95b-cd71ed7faa56 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2128] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:49 2026] DELETE /v2.0/networks/0fb299f3-bbc4-4c8c-93b1-ca9871ef3169 => 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: 1102/2129] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:49 2026] DELETE /v2.0/networks/400bbd1b-fd1e-4678-877e-5bee61292119 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:39:49.634 8 INFO neutron.db.l3_hamode_db [None req-dcd95df1-ecc0-47a6-b147-bd6a5f5883c8 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 08:39:49.956 7 INFO neutron.db.segments_db [None req-51d60ccd-92de-4696-9eef-cd0c461d807c 01c108f22c5b42bb946a70a3e34535c5 eb8ecf2cf3c142cfb88896243eb26985 - - default default] Added segment 36faf168-ece5-432c-bc80-6df7c3b0e46b of type vxlan for network d3c24124-45fc-4ee0-8ab7-c81d5dcc53d4 [pid: 7|app: 0|req: 1103/2130] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:49 2026] POST /v2.0/networks => generated 632 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:39:50.157 7 INFO neutron.db.segments_db [None req-7074a805-4177-4dba-be6a-690b8e81ab5f 01c108f22c5b42bb946a70a3e34535c5 eb8ecf2cf3c142cfb88896243eb26985 - - default default] Added segment 788e1c98-e981-4ed0-8588-2887f4815270 of type vxlan for network bad0b96d-24a2-4a46-ba34-299d1c5ddd9c [pid: 7|app: 0|req: 1104/2131] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:50 2026] POST /v2.0/networks => generated 632 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2132] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:50 2026] GET /v2.0/security-groups?tenant_id=43f896adf7c44b7eb65b495d25b3b442&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2133] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:39:48 2026] POST /v2.0/routers => generated 695 bytes in 1894 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2134] 10.0.0.228 () {34 vars in 753 bytes} [Wed Jul 1 08:39:50 2026] PUT /v2.0/networks/d3c24124-45fc-4ee0-8ab7-c81d5dcc53d4/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2135] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:50 2026] DELETE /v2.0/security-groups/60561bf0-f08d-442a-bff1-a65e5e784426 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2136] 10.0.0.228 () {32 vars in 733 bytes} [Wed Jul 1 08:39:50 2026] GET /v2.0/networks/d3c24124-45fc-4ee0-8ab7-c81d5dcc53d4/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2137] 10.0.0.228 () {32 vars in 776 bytes} [Wed Jul 1 08:39:50 2026] GET /v2.0/subnets?project_id=90735529091143a5a3941a8db8fae2d4&cidr=10.100.0.0%2F28 => generated 14 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2138] 10.0.0.228 () {34 vars in 753 bytes} [Wed Jul 1 08:39:50 2026] PUT /v2.0/networks/bad0b96d-24a2-4a46-ba34-299d1c5ddd9c/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: 1108/2139] 10.0.0.228 () {32 vars in 694 bytes} [Wed Jul 1 08:39:50 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2140] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:50 2026] GET /v2.0/security-groups?tenant_id=4dba1c49a216413eb88bf38bd1e4268b&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2141] 10.0.0.228 () {32 vars in 784 bytes} [Wed Jul 1 08:39:50 2026] GET /v2.0/subnets?network_id=97dcbd31-661b-4af7-85c2-d9e96017363f&cidr=10.100.0.0%2F28 => generated 14 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2142] 10.0.0.228 () {32 vars in 733 bytes} [Wed Jul 1 08:39:50 2026] GET /v2.0/networks/bad0b96d-24a2-4a46-ba34-299d1c5ddd9c/tags => generated 17 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:50.831 7 INFO neutron.services.segments.plugin [-] Segment 80c9b874-ed9f-4267-b096-13d50306737c resource provider aggregate not found [pid: 7|app: 0|req: 1110/2143] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:50 2026] DELETE /v2.0/security-groups/29b649b6-3cbb-4205-9e0c-404264cdbf76 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:39:50.853 7 INFO neutron.services.segments.plugin [-] Segment 80c9b874-ed9f-4267-b096-13d50306737c resource provider aggregate not found 2026-07-01 08:39:50.856 7 INFO neutron.services.segments.plugin [-] Segment 80c9b874-ed9f-4267-b096-13d50306737c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80c9b874-ed9f-4267-b096-13d50306737c found for delete ", "request_id": "req-e8cdfea0-9f14-4d61-847f-ced81ae07233"}]} 2026-07-01 08:39:50.878 7 INFO neutron.services.segments.plugin [-] Segment 63e03191-7a5c-4b78-a33e-3fad11807b83 resource provider aggregate not found 2026-07-01 08:39:50.883 7 INFO neutron.services.segments.plugin [-] Segment 80c9b874-ed9f-4267-b096-13d50306737c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80c9b874-ed9f-4267-b096-13d50306737c found for delete ", "request_id": "req-ae34324f-c9d1-40f2-9c00-fb80ccbd1aa2"}]} 2026-07-01 08:39:50.899 7 INFO neutron.services.segments.plugin [-] Segment 63e03191-7a5c-4b78-a33e-3fad11807b83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63e03191-7a5c-4b78-a33e-3fad11807b83 found for delete ", "request_id": "req-832fb712-9273-4caa-a7f9-c09a5f9ffb60"}]} 2026-07-01 08:39:50.907 7 INFO neutron.services.segments.plugin [-] Segment 63e03191-7a5c-4b78-a33e-3fad11807b83 resource provider aggregate not found 2026-07-01 08:39:50.927 7 INFO neutron.services.segments.plugin [-] Segment 63e03191-7a5c-4b78-a33e-3fad11807b83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63e03191-7a5c-4b78-a33e-3fad11807b83 found for delete ", "request_id": "req-81df00d4-0e50-4cd2-8b5d-fcda5c5dd7e8"}]} 2026-07-01 08:39:50.927 7 INFO neutron.services.segments.plugin [-] Segment d093ce11-20c4-4565-a9d0-52297424e229 resource provider aggregate not found [pid: 7|app: 0|req: 1111/2144] 10.0.0.228 () {34 vars in 753 bytes} [Wed Jul 1 08:39:50 2026] PUT /v2.0/networks/bad0b96d-24a2-4a46-ba34-299d1c5ddd9c/tags => generated 12 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:50.955 7 INFO neutron.services.segments.plugin [-] Segment d093ce11-20c4-4565-a9d0-52297424e229 resource provider aggregate not found 2026-07-01 08:39:50.959 7 INFO neutron.services.segments.plugin [-] Segment d093ce11-20c4-4565-a9d0-52297424e229 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d093ce11-20c4-4565-a9d0-52297424e229 found for delete ", "request_id": "req-a9e7e58e-4fe8-48d0-abf4-e9c34e876f2e"}]} 2026-07-01 08:39:50.979 7 INFO neutron.services.segments.plugin [-] Segment cd504827-b866-466c-9146-8171de18da7d resource provider aggregate not found 2026-07-01 08:39:50.984 7 INFO neutron.services.segments.plugin [-] Segment d093ce11-20c4-4565-a9d0-52297424e229 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d093ce11-20c4-4565-a9d0-52297424e229 found for delete ", "request_id": "req-7410b52e-32f1-4e67-9290-b34bc9cd8875"}]} 2026-07-01 08:39:51.004 7 INFO neutron.services.segments.plugin [-] Segment cd504827-b866-466c-9146-8171de18da7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd504827-b866-466c-9146-8171de18da7d found for delete ", "request_id": "req-72eeee51-c194-4666-9df1-1fcab55a73eb"}]} 2026-07-01 08:39:51.006 7 INFO neutron.services.segments.plugin [-] Segment cd504827-b866-466c-9146-8171de18da7d resource provider aggregate not found [pid: 7|app: 0|req: 1112/2145] 10.0.0.228 () {32 vars in 733 bytes} [Wed Jul 1 08:39:50 2026] GET /v2.0/networks/bad0b96d-24a2-4a46-ba34-299d1c5ddd9c/tags => generated 12 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:51.022 7 INFO neutron.services.segments.plugin [-] Segment cd504827-b866-466c-9146-8171de18da7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd504827-b866-466c-9146-8171de18da7d found for delete ", "request_id": "req-5cc06357-f238-41ae-9d5d-004327404807"}]} [pid: 8|app: 0|req: 1034/2146] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:39:50 2026] POST /v2.0/subnets => generated 657 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2147] 10.0.0.228 () {32 vars in 733 bytes} [Wed Jul 1 08:39:51 2026] GET /v2.0/networks/d3c24124-45fc-4ee0-8ab7-c81d5dcc53d4/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2148] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:51 2026] GET /v2.0/security-groups?tenant_id=ffb39ce95e7043ca8c88c017ccee7ab1&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2149] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:51 2026] DELETE /v2.0/networks/d3c24124-45fc-4ee0-8ab7-c81d5dcc53d4 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2150] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:51 2026] DELETE /v2.0/security-groups/6f0bdff2-543f-4de2-85c6-a539af4ee614 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2151] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:39:51 2026] DELETE /v2.0/networks/bad0b96d-24a2-4a46-ba34-299d1c5ddd9c => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2152] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:51 2026] GET /v2.0/security-groups?tenant_id=95392b508f78408eb1927aa277dc0602&name=default => generated 2929 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2153] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:51 2026] DELETE /v2.0/security-groups/0b2bd1ea-9fd0-4c27-8b9f-0ec7eba796e0 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2154] 10.0.0.228 () {34 vars in 783 bytes} [Wed Jul 1 08:39:51 2026] PUT /v2.0/routers/0dbb1af7-2653-4424-b952-829b5de73032/add_router_interface => generated 309 bytes in 1262 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2155] 10.0.0.228 () {32 vars in 649 bytes} [Wed Jul 1 08:39:52 2026] GET /v2.0/networks => generated 3607 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2156] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:52 2026] GET /v2.0/security-groups?tenant_id=5ff33f11d4b9458aabad494a49b7c591&name=default => generated 2929 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2157] 10.0.0.228 () {32 vars in 647 bytes} [Wed Jul 1 08:39:52 2026] GET /v2.0/subnets => generated 2595 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2160] 10.0.0.228 () {32 vars in 647 bytes} [Wed Jul 1 08:39:52 2026] GET /v2.0/routers => generated 738 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2161] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:52 2026] DELETE /v2.0/security-groups/5e0dd709-788e-4e91-8536-4939c13d9944 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2162] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:39:52 2026] GET /v2.0/security-groups?tenant_id=eb8ecf2cf3c142cfb88896243eb26985&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2163] 10.0.0.228 () {34 vars in 685 bytes} [Wed Jul 1 08:39:52 2026] POST /v2.0/security-groups => generated 1677 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2164] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:39:52 2026] DELETE /v2.0/security-groups/80e0ca6c-5833-45d0-8371-cb5f62ed95e6 => 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: 1123/2165] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:39:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2166] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:39:52 2026] POST /v2.0/security-group-rules => generated 596 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:39:53.030 7 INFO neutron.services.segments.plugin [-] Segment 36faf168-ece5-432c-bc80-6df7c3b0e46b resource provider aggregate not found 2026-07-01 08:39:53.046 7 INFO neutron.services.segments.plugin [-] Segment 36faf168-ece5-432c-bc80-6df7c3b0e46b resource provider aggregate not found 2026-07-01 08:39:53.052 7 INFO neutron.services.segments.plugin [-] Segment 36faf168-ece5-432c-bc80-6df7c3b0e46b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36faf168-ece5-432c-bc80-6df7c3b0e46b found for delete ", "request_id": "req-d784d2d6-407c-4930-98b1-bc194d4ec984"}]} 2026-07-01 08:39:53.068 7 INFO neutron.services.segments.plugin [-] Segment 36faf168-ece5-432c-bc80-6df7c3b0e46b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36faf168-ece5-432c-bc80-6df7c3b0e46b found for delete ", "request_id": "req-33cfd438-dcf2-4a16-a68b-c015f8df4b26"}]} 2026-07-01 08:39:53.072 7 INFO neutron.services.segments.plugin [-] Segment 788e1c98-e981-4ed0-8588-2887f4815270 resource provider aggregate not found 2026-07-01 08:39:53.089 7 INFO neutron.services.segments.plugin [-] Segment 788e1c98-e981-4ed0-8588-2887f4815270 resource provider aggregate not found 2026-07-01 08:39:53.095 7 INFO neutron.services.segments.plugin [-] Segment 788e1c98-e981-4ed0-8588-2887f4815270 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 788e1c98-e981-4ed0-8588-2887f4815270 found for delete ", "request_id": "req-b13dee0b-8199-40fe-92ea-a2f10b50ec3a"}]} 2026-07-01 08:39:53.107 7 INFO neutron.services.segments.plugin [-] Segment 788e1c98-e981-4ed0-8588-2887f4815270 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 788e1c98-e981-4ed0-8588-2887f4815270 found for delete ", "request_id": "req-66550227-5f35-4ad3-967b-64cbd24ce213"}]} [pid: 7|app: 0|req: 1124/2167] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:39:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2168] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:39:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:39:53.341 7 INFO neutron.db.securitygroups_db [None req-502f79bf-45c5-4277-a20a-e43d74928525 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] Project 90735529091143a5a3941a8db8fae2d4 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: 1125/2169] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:39:53 2026] POST /v2.0/security-group-rules => generated 607 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:39:53.455 8 INFO neutron.db.securitygroups_db [None req-0d838243-0551-43f5-a151-f6f316aaf6e8 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] Project 90735529091143a5a3941a8db8fae2d4 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: 1045/2170] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:39:53 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: 1126/2171] 10.0.0.228 () {32 vars in 649 bytes} [Wed Jul 1 08:39:53 2026] GET /v2.0/networks => generated 1298 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2172] 10.0.0.133 () {34 vars in 1100 bytes} [Wed Jul 1 08:39:54 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1876037857&fields=id&tenant_id=90735529091143a5a3941a8db8fae2d4 => generated 69 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2173] 10.0.0.133 () {34 vars in 982 bytes} [Wed Jul 1 08:39:54 2026] GET /v2.0/networks?id=ba25647f-0ac0-4cf2-ba9f-83a18f04b431 => generated 661 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2174] 10.0.0.133 () {34 vars in 965 bytes} [Wed Jul 1 08:39:54 2026] GET /v2.0/quotas/90735529091143a5a3941a8db8fae2d4 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2175] 10.0.0.133 () {34 vars in 1002 bytes} [Wed Jul 1 08:39:54 2026] GET /v2.0/ports?tenant_id=90735529091143a5a3941a8db8fae2d4&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2176] 10.0.0.133 () {34 vars in 1008 bytes} [Wed Jul 1 08:39:54 2026] GET /v2.0/networks/ba25647f-0ac0-4cf2-ba9f-83a18f04b431?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: 1129/2177] 10.0.0.133 () {34 vars in 1108 bytes} [Wed Jul 1 08:39:54 2026] GET /v2.0/networks/ba25647f-0ac0-4cf2-ba9f-83a18f04b431?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: 1049/2178] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:39:54 2026] GET /v2.0/ports?device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => 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: 1130/2179] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:39:55 2026] GET /v2.0/ports?device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:56.131 8 INFO neutron.db.segments_db [None req-85cf4a6f-d1f5-43a4-a062-396c7a610dd0 c248d4e3f78c4d22a51e2a3cd0fbf02b 84c500d4a5f84fc9b2e4d89ff750ac2c - - default default] Added segment 558d7410-5274-48e7-9a61-21a6cb5b6fe3 of type vxlan for network a9ae0e11-64c4-4704-a3b5-b1e443c9a0ed [pid: 8|app: 0|req: 1050/2180] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:55 2026] POST /v2.0/networks => generated 632 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2181] 10.0.0.228 () {34 vars in 664 bytes} [Wed Jul 1 08:39:56 2026] POST /v2.0/ports => generated 743 bytes in 360 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: 1051/2182] 10.0.0.228 () {34 vars in 676 bytes} [Wed Jul 1 08:39:56 2026] POST /v2.0/floatingips => generated 552 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2183] 10.0.0.228 () {34 vars in 666 bytes} [Wed Jul 1 08:39:56 2026] POST /v2.0/trunks => generated 407 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2184] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:39:56 2026] GET /v2.0/ports?device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:39:56.898 7 INFO neutron.db.segments_db [None req-4676d731-bed8-4c76-9d93-0acca4cfc91e c248d4e3f78c4d22a51e2a3cd0fbf02b 84c500d4a5f84fc9b2e4d89ff750ac2c - - default default] Added segment df85abe5-ad70-4aae-990b-519830802571 of type vxlan for network a0d4069d-dd0c-438b-b697-997f5a34ffbb [pid: 7|app: 0|req: 1134/2185] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:56 2026] POST /v2.0/networks => generated 631 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2186] 10.0.0.228 () {34 vars in 676 bytes} [Wed Jul 1 08:39:56 2026] POST /v2.0/floatingips => generated 552 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2187] 10.0.0.228 () {34 vars in 664 bytes} [Wed Jul 1 08:39:56 2026] POST /v2.0/ports => generated 743 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, ' [pid: 7|app: 0|req: 1136/2188] 10.0.0.228 () {34 vars in 666 bytes} [Wed Jul 1 08:39:57 2026] POST /v2.0/trunks => generated 407 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:39:57.558 7 INFO neutron.db.segments_db [None req-2aeb6cb5-6b9d-405a-a308-ebf2e47421fc c248d4e3f78c4d22a51e2a3cd0fbf02b 84c500d4a5f84fc9b2e4d89ff750ac2c - - default default] Added segment e5defebb-e2a1-4696-8f2f-58bc7fad4fcd of type vxlan for network b2d2ab3a-b505-40ef-b1fe-025221cf091a [pid: 7|app: 0|req: 1137/2189] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:57 2026] POST /v2.0/networks => generated 631 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2190] 10.0.0.228 () {34 vars in 676 bytes} [Wed Jul 1 08:39:57 2026] POST /v2.0/floatingips => generated 552 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2191] 10.0.0.228 () {34 vars in 664 bytes} [Wed Jul 1 08:39:57 2026] POST /v2.0/ports => generated 743 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1139/2192] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:39:57 2026] GET /v2.0/ports?device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => 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: 1140/2193] 10.0.0.228 () {34 vars in 666 bytes} [Wed Jul 1 08:39:58 2026] POST /v2.0/trunks => generated 407 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2194] 10.0.0.228 () {34 vars in 676 bytes} [Wed Jul 1 08:39:57 2026] POST /v2.0/floatingips => generated 552 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:39:58.237 7 INFO neutron.db.segments_db [None req-284f186f-8b9a-4249-a3dd-6894a249177b c248d4e3f78c4d22a51e2a3cd0fbf02b 84c500d4a5f84fc9b2e4d89ff750ac2c - - default default] Added segment 641f8609-e036-4f00-9967-e3a12950118d of type vxlan for network 48d80d34-53ee-4866-af67-65c3c089017f [pid: 7|app: 0|req: 1141/2195] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:58 2026] POST /v2.0/networks => generated 631 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2196] 10.0.0.228 () {34 vars in 664 bytes} [Wed Jul 1 08:39:58 2026] POST /v2.0/ports => generated 743 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1143/2197] 10.0.0.228 () {34 vars in 666 bytes} [Wed Jul 1 08:39:58 2026] POST /v2.0/trunks => generated 407 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2198] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:39:58 2026] GET /v2.0/networks?id=ba25647f-0ac0-4cf2-ba9f-83a18f04b431 => generated 661 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:39:59.031 7 INFO neutron.db.segments_db [None req-4663e4c1-5d5b-4d48-9c83-d758c97d550e c248d4e3f78c4d22a51e2a3cd0fbf02b 84c500d4a5f84fc9b2e4d89ff750ac2c - - default default] Added segment 348795b6-1d4d-4507-865b-c779da590923 of type vxlan for network 1d6814de-3340-4c50-967a-4e550c4d36f8 [pid: 7|app: 0|req: 1145/2199] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:39:58 2026] POST /v2.0/networks => generated 629 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2200] 199.204.45.53 () {34 vars in 1049 bytes} [Wed Jul 1 08:39:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=90735529091143a5a3941a8db8fae2d4 => generated 181 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2201] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:39:59 2026] GET /v2.0/ports?device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => 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: 1055/2202] 10.0.0.228 () {34 vars in 676 bytes} [Wed Jul 1 08:39:58 2026] POST /v2.0/floatingips => generated 552 bytes in 1133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2203] 10.0.0.228 () {34 vars in 664 bytes} [Wed Jul 1 08:39:59 2026] POST /v2.0/ports => generated 743 bytes in 305 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: 1149/2204] 10.0.0.228 () {34 vars in 759 bytes} [Wed Jul 1 08:39:59 2026] PUT /v2.0/floatingips/43116785-8ecd-40b0-b2fe-e0b722eb60ac/tags => generated 17 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2205] 10.0.0.228 () {34 vars in 666 bytes} [Wed Jul 1 08:39:59 2026] POST /v2.0/trunks => generated 407 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2206] 199.204.45.53 () {38 vars in 954 bytes} [Wed Jul 1 08:39:59 2026] POST /v2.0/ports => generated 958 bytes in 381 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: 1151/2207] 10.0.0.228 () {34 vars in 759 bytes} [Wed Jul 1 08:39:59 2026] PUT /v2.0/floatingips/c8a1cf9b-bb7d-4fb2-af8e-8ad7e165f0ea/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: 1057/2208] 10.0.0.228 () {34 vars in 749 bytes} [Wed Jul 1 08:39:59 2026] PUT /v2.0/trunks/94b3fadf-8c68-4edf-9050-105a2ed253d8/tags => generated 17 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2209] 10.0.0.228 () {34 vars in 759 bytes} [Wed Jul 1 08:39:59 2026] PUT /v2.0/floatingips/4a05b23d-7a1b-4532-942e-8ebf1602768e/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2210] 10.0.0.228 () {34 vars in 749 bytes} [Wed Jul 1 08:39:59 2026] PUT /v2.0/trunks/5848e3e5-90f9-42e2-98f8-6d7693761c43/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2211] 10.0.0.228 () {34 vars in 759 bytes} [Wed Jul 1 08:39:59 2026] PUT /v2.0/floatingips/8c824553-cb18-4767-8ab9-7694df57a9de/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2212] 10.0.0.228 () {34 vars in 749 bytes} [Wed Jul 1 08:39:59 2026] PUT /v2.0/trunks/aeae7495-95fb-4cdf-b44d-ecca08ebeaa8/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2213] 10.0.0.228 () {32 vars in 672 bytes} [Wed Jul 1 08:39:59 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: 1063/2214] 10.0.0.228 () {34 vars in 749 bytes} [Wed Jul 1 08:39:59 2026] PUT /v2.0/trunks/db8fcd0b-547f-451f-ad8a-7621b816050e/tags => 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: 1064/2215] 10.0.0.228 () {32 vars in 686 bytes} [Wed Jul 1 08:39:59 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2216] 10.0.0.228 () {32 vars in 662 bytes} [Wed Jul 1 08:40:00 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2217] 10.0.0.228 () {32 vars in 682 bytes} [Wed Jul 1 08:40:00 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2218] 10.0.0.228 () {32 vars in 676 bytes} [Wed Jul 1 08:40:00 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2219] 10.0.0.228 () {32 vars in 694 bytes} [Wed Jul 1 08:40:00 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2220] 10.0.0.228 () {32 vars in 672 bytes} [Wed Jul 1 08:40:00 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2221] 199.204.45.53 () {38 vars in 1027 bytes} [Wed Jul 1 08:39:59 2026] PUT /v2.0/ports/6fd70674-979e-4568-905a-d0bfb8fd3b3d => generated 1239 bytes in 422 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: 1070/2222] 10.0.0.228 () {32 vars in 680 bytes} [Wed Jul 1 08:40:00 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2223] 10.0.0.228 () {32 vars in 684 bytes} [Wed Jul 1 08:40:00 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:40:00.190 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9642616d-27dd-4840-8e21-8cf0bb3fd822'] response: {'name': 'network-changed', 'server_uuid': 'cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a', 'tag': '6fd70674-979e-4568-905a-d0bfb8fd3b3d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1154/2224] 10.0.0.228 () {32 vars in 670 bytes} [Wed Jul 1 08:40:00 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: 1155/2225] 10.0.0.228 () {32 vars in 684 bytes} [Wed Jul 1 08:40:00 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2226] 10.0.0.228 () {32 vars in 694 bytes} [Wed Jul 1 08:40:00 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2227] 10.0.0.228 () {32 vars in 680 bytes} [Wed Jul 1 08:40:00 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2228] 10.0.0.228 () {32 vars in 690 bytes} [Wed Jul 1 08:40:00 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2229] 10.0.0.228 () {32 vars in 692 bytes} [Wed Jul 1 08:40:00 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2230] 10.0.0.228 () {32 vars in 702 bytes} [Wed Jul 1 08:40:00 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2231] 10.0.0.228 () {32 vars in 719 bytes} [Wed Jul 1 08:40:00 2026] GET /v2.0/trunks/94b3fadf-8c68-4edf-9050-105a2ed253d8 => generated 412 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:40:00.498 8 INFO neutron_taas.services.taas.taas_plugin [None req-f407ac8b-07e2-476a-8fe2-794a5b823a94 7fa4fd9b39b046c2944e3f7453aa0fae 0a6db25b0cc141d7a8869f7e0bdff635 - - default default] TaaS: Handle Delete Port: 92458501-f23c-40dc-abac-19a60c93ec99 2026-07-01 08:40:00.510 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f407ac8b-07e2-476a-8fe2-794a5b823a94 7fa4fd9b39b046c2944e3f7453aa0fae 0a6db25b0cc141d7a8869f7e0bdff635 - - default default] Tap Mirror: Handle Delete Port: 92458501-f23c-40dc-abac-19a60c93ec99 [pid: 8|app: 0|req: 1076/2232] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:40:00 2026] DELETE /v2.0/floatingips/43116785-8ecd-40b0-b2fe-e0b722eb60ac => generated 0 bytes in 336 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2233] 10.0.0.228 () {32 vars in 717 bytes} [Wed Jul 1 08:40:00 2026] GET /v2.0/ports/75fcde7f-40d5-40a3-b11c-88d43b3cde4d => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2234] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:40:00 2026] GET /v2.0/ports?device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => generated 973 bytes in 508 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2235] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:40:00 2026] GET /v2.0/ports?tenant_id=90735529091143a5a3941a8db8fae2d4&device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:40:00.869 8 INFO neutron_taas.services.taas.taas_plugin [None req-6fb2e62f-23a8-401c-86ac-2de9b98a55eb 7fa4fd9b39b046c2944e3f7453aa0fae 0a6db25b0cc141d7a8869f7e0bdff635 - - default default] TaaS: Handle Delete Port: 78169bd3-88aa-4fa2-a0fc-0b1a29efeda7 2026-07-01 08:40:00.872 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fb2e62f-23a8-401c-86ac-2de9b98a55eb 7fa4fd9b39b046c2944e3f7453aa0fae 0a6db25b0cc141d7a8869f7e0bdff635 - - default default] Tap Mirror: Handle Delete Port: 78169bd3-88aa-4fa2-a0fc-0b1a29efeda7 [pid: 7|app: 0|req: 1159/2236] 10.0.0.228 () {32 vars in 722 bytes} [Wed Jul 1 08:40:00 2026] DELETE /v2.0/trunks/94b3fadf-8c68-4edf-9050-105a2ed253d8 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2237] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:40:00 2026] GET /v2.0/security-groups?id=f2a0d9fb-7398-4d34-922b-b8aa9b777fc0&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: 1161/2238] 199.204.45.53 () {34 vars in 1017 bytes} [Wed Jul 1 08:40:00 2026] GET /v2.0/networks?tenant_id=90735529091143a5a3941a8db8fae2d4&shared=False => generated 757 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2239] 10.0.0.228 () {32 vars in 719 bytes} [Wed Jul 1 08:40:00 2026] GET /v2.0/trunks/5848e3e5-90f9-42e2-98f8-6d7693761c43 => generated 420 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2240] 199.204.45.53 () {34 vars in 929 bytes} [Wed Jul 1 08:40:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2241] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:40:00 2026] DELETE /v2.0/floatingips/c8a1cf9b-bb7d-4fb2-af8e-8ad7e165f0ea => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2242] 10.0.0.228 () {32 vars in 717 bytes} [Wed Jul 1 08:40:01 2026] GET /v2.0/ports/a8ccd537-8639-4c9d-92f9-a7677b3f920f => generated 826 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2243] 10.0.0.228 () {32 vars in 722 bytes} [Wed Jul 1 08:40:01 2026] DELETE /v2.0/trunks/5848e3e5-90f9-42e2-98f8-6d7693761c43 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2244] 10.0.0.228 () {32 vars in 719 bytes} [Wed Jul 1 08:40:01 2026] GET /v2.0/trunks/aeae7495-95fb-4cdf-b44d-ecca08ebeaa8 => generated 429 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:40:01.178 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e78c7b3-9965-4a17-aaa1-7d6ba027bef6 7fa4fd9b39b046c2944e3f7453aa0fae 0a6db25b0cc141d7a8869f7e0bdff635 - - default default] TaaS: Handle Delete Port: 7935f6ec-f224-4413-be92-c043df0b8971 2026-07-01 08:40:01.181 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e78c7b3-9965-4a17-aaa1-7d6ba027bef6 7fa4fd9b39b046c2944e3f7453aa0fae 0a6db25b0cc141d7a8869f7e0bdff635 - - default default] Tap Mirror: Handle Delete Port: 7935f6ec-f224-4413-be92-c043df0b8971 [pid: 7|app: 0|req: 1167/2245] 10.0.0.228 () {32 vars in 717 bytes} [Wed Jul 1 08:40:01 2026] GET /v2.0/ports/3676b465-2829-4b85-aca6-a6317bd37270 => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2246] 10.0.0.228 () {32 vars in 722 bytes} [Wed Jul 1 08:40:01 2026] DELETE /v2.0/trunks/aeae7495-95fb-4cdf-b44d-ecca08ebeaa8 => 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: 1079/2247] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:40:01 2026] DELETE /v2.0/floatingips/4a05b23d-7a1b-4532-942e-8ebf1602768e => generated 0 bytes in 299 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2248] 10.0.0.228 () {32 vars in 719 bytes} [Wed Jul 1 08:40:01 2026] GET /v2.0/trunks/db8fcd0b-547f-451f-ad8a-7621b816050e => generated 414 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2249] 10.0.0.228 () {32 vars in 717 bytes} [Wed Jul 1 08:40:01 2026] GET /v2.0/ports/13ce9180-14ff-41ca-881c-7929b407aad0 => generated 826 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:40:01.470 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f7332cb-c077-4444-8c3a-fc7bc9bb35d0 7fa4fd9b39b046c2944e3f7453aa0fae 0a6db25b0cc141d7a8869f7e0bdff635 - - default default] TaaS: Handle Delete Port: dd130fb6-70f9-40ce-8214-ab8aea362322 2026-07-01 08:40:01.473 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f7332cb-c077-4444-8c3a-fc7bc9bb35d0 7fa4fd9b39b046c2944e3f7453aa0fae 0a6db25b0cc141d7a8869f7e0bdff635 - - default default] Tap Mirror: Handle Delete Port: dd130fb6-70f9-40ce-8214-ab8aea362322 [pid: 7|app: 0|req: 1171/2250] 10.0.0.228 () {32 vars in 722 bytes} [Wed Jul 1 08:40:01 2026] DELETE /v2.0/trunks/db8fcd0b-547f-451f-ad8a-7621b816050e => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2251] 10.0.0.228 () {32 vars in 719 bytes} [Wed Jul 1 08:40:01 2026] GET /v2.0/trunks/3e5fdebb-4b75-45a9-b9ba-2e70179d48e9 => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2252] 10.0.0.228 () {32 vars in 717 bytes} [Wed Jul 1 08:40:01 2026] GET /v2.0/ports/034eaca1-3b20-4130-bb78-c2bd4470edee => 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: 1174/2253] 10.0.0.228 () {32 vars in 722 bytes} [Wed Jul 1 08:40:01 2026] DELETE /v2.0/trunks/3e5fdebb-4b75-45a9-b9ba-2e70179d48e9 => 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: 1080/2254] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:40:01 2026] DELETE /v2.0/floatingips/8c824553-cb18-4767-8ab9-7694df57a9de => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:40:01.740 8 INFO neutron_taas.services.taas.taas_plugin [None req-292bb705-0328-4a71-8570-ec0deadd853e 7fa4fd9b39b046c2944e3f7453aa0fae 0a6db25b0cc141d7a8869f7e0bdff635 - - default default] TaaS: Handle Delete Port: bac86c39-e976-4b2e-9ddf-0149d07770b4 2026-07-01 08:40:01.743 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-292bb705-0328-4a71-8570-ec0deadd853e 7fa4fd9b39b046c2944e3f7453aa0fae 0a6db25b0cc141d7a8869f7e0bdff635 - - default default] Tap Mirror: Handle Delete Port: bac86c39-e976-4b2e-9ddf-0149d07770b4 2026-07-01 08:40:01.743 7 INFO neutron_taas.services.taas.taas_plugin [None req-9476b907-69d3-4e2e-b28e-be75b79b1978 c248d4e3f78c4d22a51e2a3cd0fbf02b 84c500d4a5f84fc9b2e4d89ff750ac2c - - default default] TaaS: Handle Delete Port: 75fcde7f-40d5-40a3-b11c-88d43b3cde4d 2026-07-01 08:40:01.746 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9476b907-69d3-4e2e-b28e-be75b79b1978 c248d4e3f78c4d22a51e2a3cd0fbf02b 84c500d4a5f84fc9b2e4d89ff750ac2c - - default default] Tap Mirror: Handle Delete Port: 75fcde7f-40d5-40a3-b11c-88d43b3cde4d [pid: 7|app: 0|req: 1175/2255] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:40:01 2026] DELETE /v2.0/ports/75fcde7f-40d5-40a3-b11c-88d43b3cde4d => 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: 1081/2256] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:40:01 2026] DELETE /v2.0/floatingips/4c2c8365-276d-432e-859b-b117cdbba823 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:40:01.913 7 INFO neutron_taas.services.taas.taas_plugin [None req-16587779-fcf2-410a-91b2-db7318a9a79f c248d4e3f78c4d22a51e2a3cd0fbf02b 84c500d4a5f84fc9b2e4d89ff750ac2c - - default default] TaaS: Handle Delete Port: a8ccd537-8639-4c9d-92f9-a7677b3f920f 2026-07-01 08:40:01.916 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16587779-fcf2-410a-91b2-db7318a9a79f c248d4e3f78c4d22a51e2a3cd0fbf02b 84c500d4a5f84fc9b2e4d89ff750ac2c - - default default] Tap Mirror: Handle Delete Port: a8ccd537-8639-4c9d-92f9-a7677b3f920f [pid: 7|app: 0|req: 1176/2257] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:40:01 2026] DELETE /v2.0/ports/a8ccd537-8639-4c9d-92f9-a7677b3f920f => 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: 1082/2258] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:40:01 2026] GET /v2.0/ports?device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2259] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:40:02 2026] GET /v2.0/security-groups?id=f2a0d9fb-7398-4d34-922b-b8aa9b777fc0&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-07-01 08:40:02.082 7 INFO neutron_taas.services.taas.taas_plugin [None req-9339daaf-121c-4cf9-9c88-192f78f99623 c248d4e3f78c4d22a51e2a3cd0fbf02b 84c500d4a5f84fc9b2e4d89ff750ac2c - - default default] TaaS: Handle Delete Port: 3676b465-2829-4b85-aca6-a6317bd37270 2026-07-01 08:40:02.085 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9339daaf-121c-4cf9-9c88-192f78f99623 c248d4e3f78c4d22a51e2a3cd0fbf02b 84c500d4a5f84fc9b2e4d89ff750ac2c - - default default] Tap Mirror: Handle Delete Port: 3676b465-2829-4b85-aca6-a6317bd37270 [pid: 8|app: 0|req: 1084/2260] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:40:02 2026] GET /v2.0/ports?tenant_id=90735529091143a5a3941a8db8fae2d4&device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2261] 199.204.45.53 () {34 vars in 1059 bytes} [Wed Jul 1 08:40:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6fd70674-979e-4568-905a-d0bfb8fd3b3d => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2262] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:40:02 2026] GET /v2.0/subnets?id=233b7900-e001-4bfb-9612-f7e9f180c1c2 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2263] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:40:01 2026] DELETE /v2.0/ports/3676b465-2829-4b85-aca6-a6317bd37270 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2264] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:40:02 2026] GET /v2.0/ports?network_id=ba25647f-0ac0-4cf2-ba9f-83a18f04b431&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: 1088/2265] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:40:02 2026] GET /v2.0/networks/ba25647f-0ac0-4cf2-ba9f-83a18f04b431?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:40:02.267 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e3dd9c0-0bc2-4199-893c-7bf02dcf05e7 c248d4e3f78c4d22a51e2a3cd0fbf02b 84c500d4a5f84fc9b2e4d89ff750ac2c - - default default] TaaS: Handle Delete Port: 13ce9180-14ff-41ca-881c-7929b407aad0 2026-07-01 08:40:02.271 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e3dd9c0-0bc2-4199-893c-7bf02dcf05e7 c248d4e3f78c4d22a51e2a3cd0fbf02b 84c500d4a5f84fc9b2e4d89ff750ac2c - - default default] Tap Mirror: Handle Delete Port: 13ce9180-14ff-41ca-881c-7929b407aad0 [pid: 8|app: 0|req: 1089/2266] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:40:02 2026] GET /v2.0/networks/ba25647f-0ac0-4cf2-ba9f-83a18f04b431?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: 1178/2267] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:40:02 2026] DELETE /v2.0/ports/13ce9180-14ff-41ca-881c-7929b407aad0 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:40:02.502 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9486551-d081-4230-87c8-512d3d375f07 c248d4e3f78c4d22a51e2a3cd0fbf02b 84c500d4a5f84fc9b2e4d89ff750ac2c - - default default] TaaS: Handle Delete Port: 034eaca1-3b20-4130-bb78-c2bd4470edee 2026-07-01 08:40:02.505 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9486551-d081-4230-87c8-512d3d375f07 c248d4e3f78c4d22a51e2a3cd0fbf02b 84c500d4a5f84fc9b2e4d89ff750ac2c - - default default] Tap Mirror: Handle Delete Port: 034eaca1-3b20-4130-bb78-c2bd4470edee [pid: 8|app: 0|req: 1090/2268] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:40:02 2026] DELETE /v2.0/ports/034eaca1-3b20-4130-bb78-c2bd4470edee => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:40:02.714 7 INFO neutron.services.segments.plugin [-] Segment 558d7410-5274-48e7-9a61-21a6cb5b6fe3 resource provider aggregate not found 2026-07-01 08:40:02.716 7 INFO neutron.services.segments.plugin [-] Segment 558d7410-5274-48e7-9a61-21a6cb5b6fe3 resource provider aggregate not found 2026-07-01 08:40:02.733 7 INFO neutron.services.segments.plugin [-] Segment 558d7410-5274-48e7-9a61-21a6cb5b6fe3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 558d7410-5274-48e7-9a61-21a6cb5b6fe3 found for delete ", "request_id": "req-f11bb8f1-bacf-425f-94ba-984b5a1d6f07"}]} 2026-07-01 08:40:02.736 7 INFO neutron.services.segments.plugin [-] Segment 558d7410-5274-48e7-9a61-21a6cb5b6fe3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 558d7410-5274-48e7-9a61-21a6cb5b6fe3 found for delete ", "request_id": "req-22c3917e-888b-446b-a5c5-42d3d9c03473"}]} [pid: 7|app: 0|req: 1179/2269] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:40:02 2026] DELETE /v2.0/networks/a9ae0e11-64c4-4704-a3b5-b1e443c9a0ed => 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: 1180/2270] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:40:02 2026] DELETE /v2.0/networks/a0d4069d-dd0c-438b-b697-997f5a34ffbb => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2271] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:40:02 2026] GET /v2.0/security-groups?tenant_id=0a6db25b0cc141d7a8869f7e0bdff635&name=default => generated 2929 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2272] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:40:02 2026] DELETE /v2.0/networks/b2d2ab3a-b505-40ef-b1fe-025221cf091a => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2273] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:40:02 2026] DELETE /v2.0/security-groups/00909348-e5bb-4d09-acc7-572d7abd8b42 => 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: 1182/2274] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:40:03 2026] DELETE /v2.0/networks/48d80d34-53ee-4866-af67-65c3c089017f => 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: 1093/2275] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:40:03 2026] GET /v2.0/ports?device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2276] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:40:03 2026] GET /v2.0/security-groups?tenant_id=ba6d2faaa8724322a1eeb7351cd9c6c8&name=default => generated 2929 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:40:03.264 8 INFO neutron.services.segments.plugin [-] Segment 348795b6-1d4d-4507-865b-c779da590923 resource provider aggregate not found [pid: 7|app: 0|req: 1184/2277] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:40:03 2026] GET /v2.0/security-groups?id=f2a0d9fb-7398-4d34-922b-b8aa9b777fc0&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-07-01 08:40:03.295 8 INFO neutron.services.segments.plugin [-] Segment 348795b6-1d4d-4507-865b-c779da590923 resource provider aggregate not found 2026-07-01 08:40:03.300 8 INFO neutron.services.segments.plugin [-] Segment 348795b6-1d4d-4507-865b-c779da590923 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 348795b6-1d4d-4507-865b-c779da590923 found for delete ", "request_id": "req-af82802c-c5da-405d-8cb5-75939cd9e92a"}]} [pid: 8|app: 0|req: 1094/2278] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:40:03 2026] DELETE /v2.0/networks/1d6814de-3340-4c50-967a-4e550c4d36f8 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:40:03.323 8 INFO neutron.services.segments.plugin [-] Segment 348795b6-1d4d-4507-865b-c779da590923 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 348795b6-1d4d-4507-865b-c779da590923 found for delete ", "request_id": "req-3d9d9451-8f97-4fa4-91c5-ea65f66b1430"}]} [pid: 7|app: 0|req: 1185/2279] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:40:03 2026] DELETE /v2.0/security-groups/ef2fcf8c-e1eb-4bad-92ca-d0d2df7bf362 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2280] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:40:03 2026] GET /v2.0/security-groups?tenant_id=fa32ca0a221e4047a4d2fbfb70c708d9&name=default => generated 2929 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2281] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:40:03 2026] DELETE /v2.0/security-groups/4ad316a3-75e5-4653-94b5-badad42db525 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2282] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:40:04 2026] GET /v2.0/ports?device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2283] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:40:04 2026] GET /v2.0/security-groups?id=f2a0d9fb-7398-4d34-922b-b8aa9b777fc0&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: 1096/2284] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:40:04 2026] GET /v2.0/security-groups?tenant_id=e3af26850e374c3db5306f913a9e0364&name=default => generated 2929 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2285] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:40:04 2026] DELETE /v2.0/security-groups/8d26a06b-53c4-4372-aed1-2ad42826a220 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:40:04.752 7 INFO neutron.services.segments.plugin [-] Segment df85abe5-ad70-4aae-990b-519830802571 resource provider aggregate not found 2026-07-01 08:40:04.756 7 INFO neutron.services.segments.plugin [-] Segment df85abe5-ad70-4aae-990b-519830802571 resource provider aggregate not found [pid: 8|app: 0|req: 1097/2286] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:40:04 2026] GET /v2.0/security-groups?tenant_id=84c500d4a5f84fc9b2e4d89ff750ac2c&name=default => generated 2929 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:40:04.781 7 INFO neutron.services.segments.plugin [-] Segment df85abe5-ad70-4aae-990b-519830802571 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df85abe5-ad70-4aae-990b-519830802571 found for delete ", "request_id": "req-5dfac4b5-87e2-410f-8a3a-c24d50fff150"}]} 2026-07-01 08:40:04.789 7 INFO neutron.services.segments.plugin [-] Segment df85abe5-ad70-4aae-990b-519830802571 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df85abe5-ad70-4aae-990b-519830802571 found for delete ", "request_id": "req-bd55cc1b-2f3e-4c73-a87a-a4ee917ab876"}]} 2026-07-01 08:40:04.808 7 INFO neutron.services.segments.plugin [-] Segment e5defebb-e2a1-4696-8f2f-58bc7fad4fcd resource provider aggregate not found 2026-07-01 08:40:04.818 7 INFO neutron.services.segments.plugin [-] Segment e5defebb-e2a1-4696-8f2f-58bc7fad4fcd resource provider aggregate not found 2026-07-01 08:40:04.828 7 INFO neutron.services.segments.plugin [-] Segment e5defebb-e2a1-4696-8f2f-58bc7fad4fcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5defebb-e2a1-4696-8f2f-58bc7fad4fcd found for delete ", "request_id": "req-ac816ca4-4d78-440f-a6a5-82ee1617d257"}]} 2026-07-01 08:40:04.837 7 INFO neutron.services.segments.plugin [-] Segment e5defebb-e2a1-4696-8f2f-58bc7fad4fcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5defebb-e2a1-4696-8f2f-58bc7fad4fcd found for delete ", "request_id": "req-c417b785-1695-4241-a56d-a227f51367a5"}]} 2026-07-01 08:40:04.844 7 INFO neutron.services.segments.plugin [-] Segment 641f8609-e036-4f00-9967-e3a12950118d resource provider aggregate not found 2026-07-01 08:40:04.863 7 INFO neutron.services.segments.plugin [-] Segment 641f8609-e036-4f00-9967-e3a12950118d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 641f8609-e036-4f00-9967-e3a12950118d found for delete ", "request_id": "req-d460d085-d41b-41b3-9c7a-5584f1a0f0b8"}]} 2026-07-01 08:40:04.866 7 INFO neutron.services.segments.plugin [-] Segment 641f8609-e036-4f00-9967-e3a12950118d resource provider aggregate not found 2026-07-01 08:40:04.882 7 INFO neutron.services.segments.plugin [-] Segment 641f8609-e036-4f00-9967-e3a12950118d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 641f8609-e036-4f00-9967-e3a12950118d found for delete ", "request_id": "req-91a2b37b-a645-4956-a096-df6d2cdc3f5f"}]} [pid: 7|app: 0|req: 1190/2287] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:40:04 2026] DELETE /v2.0/security-groups/6107e424-f665-4664-b72e-eeab918c7952 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2288] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:40:05 2026] GET /v2.0/security-groups?tenant_id=03c64f476db34601806655527970443e&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2289] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:40:05 2026] DELETE /v2.0/security-groups/df4de981-dbcc-43b6-9957-95cfc27188eb => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2290] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:40:05 2026] GET /v2.0/ports?device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2291] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:40:05 2026] GET /v2.0/security-groups?id=f2a0d9fb-7398-4d34-922b-b8aa9b777fc0&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2292] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:40:06 2026] GET /v2.0/ports?device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2293] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:40:06 2026] GET /v2.0/security-groups?id=f2a0d9fb-7398-4d34-922b-b8aa9b777fc0&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2296] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:40:07 2026] GET /v2.0/ports?device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2297] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:40:07 2026] GET /v2.0/security-groups?id=f2a0d9fb-7398-4d34-922b-b8aa9b777fc0&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: 1103/2298] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:40:08 2026] GET /v2.0/ports?device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => 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: 1196/2299] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:40:08 2026] GET /v2.0/security-groups?id=f2a0d9fb-7398-4d34-922b-b8aa9b777fc0&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2300] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:40:08 2026] GET /v2.0/ports?device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => 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: 1197/2301] 10.0.0.228 () {34 vars in 676 bytes} [Wed Jul 1 08:40:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2302] 10.0.0.228 () {34 vars in 676 bytes} [Wed Jul 1 08:40:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2303] 10.0.0.228 () {34 vars in 676 bytes} [Wed Jul 1 08:40:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2304] 10.0.0.228 () {34 vars in 676 bytes} [Wed Jul 1 08:40:08 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) 2026-07-01 08:40:08.740 7 INFO neutron.db.segments_db [None req-8077987f-e44e-443a-a31b-f9a740842c9a 8ee36cd51e09400fa20062be0f3a63c9 c61783ecd35145d492aab6d53f3ed9f9 - - default default] Added segment 1f79dcb8-c0a4-4a55-a2d7-de5d2fa74917 of type vxlan for network c4183740-4f23-497e-9f80-a51eeb41d8d6 2026-07-01 08:40:08.961 8 INFO neutron.db.l3_db [None req-8cb42fc6-d7b0-4163-a1cd-506593d5e3e1 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] Floating IP d55a8894-15e8-4fef-946a-026ccacff33d associated. External IP: 10.96.250.211, port: 6fd70674-979e-4568-905a-d0bfb8fd3b3d. 2026-07-01 08:40:08.994 7 INFO neutron.db.l3_hamode_db [None req-8077987f-e44e-443a-a31b-f9a740842c9a 8ee36cd51e09400fa20062be0f3a63c9 c61783ecd35145d492aab6d53f3ed9f9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 08:40:09.106 7 INFO neutron.db.l3_hamode_db [None req-8077987f-e44e-443a-a31b-f9a740842c9a 8ee36cd51e09400fa20062be0f3a63c9 c61783ecd35145d492aab6d53f3ed9f9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1105/2305] 10.0.0.228 () {34 vars in 677 bytes} [Wed Jul 1 08:40:08 2026] POST /v2.0/floatingips => generated 856 bytes in 1169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:40:09.406 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5dc69534-e695-4026-a447-9ccff721122c'] response: {'name': 'network-changed', 'server_uuid': 'cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a', 'tag': '6fd70674-979e-4568-905a-d0bfb8fd3b3d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1106/2306] 10.0.0.228 () {34 vars in 676 bytes} [Wed Jul 1 08:40:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2307] 10.0.0.228 () {32 vars in 729 bytes} [Wed Jul 1 08:40:09 2026] GET /v2.0/floatingips/d55a8894-15e8-4fef-946a-026ccacff33d => generated 856 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2308] 10.0.0.228 () {34 vars in 759 bytes} [Wed Jul 1 08:40:09 2026] PUT /v2.0/subnetpools/b1e6d728-3ab8-448f-b582-25b4cad611a4/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2309] 10.0.0.228 () {34 vars in 759 bytes} [Wed Jul 1 08:40:09 2026] PUT /v2.0/subnetpools/dde6699b-1c6e-4c32-a7ec-3d053128a10b/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2310] 10.0.0.228 () {34 vars in 759 bytes} [Wed Jul 1 08:40:09 2026] PUT /v2.0/subnetpools/15595e13-5a62-4d8d-bcaa-c571fb1200c1/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2311] 10.0.0.228 () {34 vars in 759 bytes} [Wed Jul 1 08:40:09 2026] PUT /v2.0/subnetpools/89622a6f-5201-4852-bfa1-4216c04a2b18/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2312] 10.0.0.228 () {32 vars in 672 bytes} [Wed Jul 1 08:40:09 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2313] 10.0.0.228 () {32 vars in 686 bytes} [Wed Jul 1 08:40:09 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2314] 10.0.0.228 () {32 vars in 682 bytes} [Wed Jul 1 08:40:09 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2315] 10.0.0.228 () {32 vars in 694 bytes} [Wed Jul 1 08:40:09 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2316] 10.0.0.228 () {34 vars in 668 bytes} [Wed Jul 1 08:40:08 2026] POST /v2.0/routers => generated 474 bytes in 1155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2317] 10.0.0.228 () {32 vars in 680 bytes} [Wed Jul 1 08:40:09 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2318] 10.0.0.228 () {32 vars in 694 bytes} [Wed Jul 1 08:40:09 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2319] 10.0.0.228 () {34 vars in 751 bytes} [Wed Jul 1 08:40:09 2026] PUT /v2.0/routers/51b2c793-9fbe-4d50-a216-f7418b912eb7/tags => generated 25 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2320] 10.0.0.228 () {32 vars in 690 bytes} [Wed Jul 1 08:40:09 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2321] 10.0.0.228 () {32 vars in 702 bytes} [Wed Jul 1 08:40:09 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2322] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:40:09 2026] GET /v2.0/ports?tenant_id=90735529091143a5a3941a8db8fae2d4&device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2323] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:40:09 2026] DELETE /v2.0/subnetpools/b1e6d728-3ab8-448f-b582-25b4cad611a4 => 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: 1120/2324] 10.0.0.228 () {32 vars in 731 bytes} [Wed Jul 1 08:40:09 2026] GET /v2.0/routers/51b2c793-9fbe-4d50-a216-f7418b912eb7/tags => generated 25 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2325] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:40:10 2026] GET /v2.0/networks?id=ba25647f-0ac0-4cf2-ba9f-83a18f04b431 => generated 757 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2326] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:40:10 2026] DELETE /v2.0/subnetpools/dde6699b-1c6e-4c32-a7ec-3d053128a10b => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2327] 199.204.45.53 () {34 vars in 1059 bytes} [Wed Jul 1 08:40:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6fd70674-979e-4568-905a-d0bfb8fd3b3d => generated 859 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2328] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:40:10 2026] DELETE /v2.0/subnetpools/15595e13-5a62-4d8d-bcaa-c571fb1200c1 => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2329] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:40:10 2026] GET /v2.0/subnets?id=233b7900-e001-4bfb-9612-f7e9f180c1c2 => generated 678 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2330] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:40:10 2026] DELETE /v2.0/subnetpools/89622a6f-5201-4852-bfa1-4216c04a2b18 => 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: 1206/2331] 10.0.0.228 () {34 vars in 762 bytes} [Wed Jul 1 08:40:10 2026] PUT /v2.0/routers/51b2c793-9fbe-4d50-a216-f7418b912eb7/tags/green => generated 4 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2332] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:40:10 2026] GET /v2.0/ports?network_id=ba25647f-0ac0-4cf2-ba9f-83a18f04b431&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2333] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:40:10 2026] DELETE /v2.0/subnetpools/01b250de-8ea5-431f-a749-ab837c8ed71d => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2334] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:40:10 2026] GET /v2.0/networks/ba25647f-0ac0-4cf2-ba9f-83a18f04b431?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: 1127/2335] 10.0.0.228 () {32 vars in 731 bytes} [Wed Jul 1 08:40:10 2026] GET /v2.0/routers/51b2c793-9fbe-4d50-a216-f7418b912eb7/tags => generated 34 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2336] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:40:10 2026] GET /v2.0/networks/ba25647f-0ac0-4cf2-ba9f-83a18f04b431?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) [pid: 8|app: 0|req: 1128/2337] 10.0.0.228 () {34 vars in 758 bytes} [Wed Jul 1 08:40:10 2026] PUT /v2.0/routers/51b2c793-9fbe-4d50-a216-f7418b912eb7/tags/red => generated 4 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2338] 10.0.0.228 () {32 vars in 729 bytes} [Wed Jul 1 08:40:10 2026] GET /v2.0/floatingips/d55a8894-15e8-4fef-946a-026ccacff33d => generated 856 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2339] 10.0.0.228 () {32 vars in 731 bytes} [Wed Jul 1 08:40:10 2026] GET /v2.0/routers/51b2c793-9fbe-4d50-a216-f7418b912eb7/tags => generated 34 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2340] 10.0.0.228 () {34 vars in 780 bytes} [Wed Jul 1 08:40:10 2026] PUT /v2.0/routers/51b2c793-9fbe-4d50-a216-f7418b912eb7/tags/black.or.white => generated 4 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2341] 10.0.0.228 () {32 vars in 731 bytes} [Wed Jul 1 08:40:10 2026] GET /v2.0/routers/51b2c793-9fbe-4d50-a216-f7418b912eb7/tags => generated 52 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2342] 10.0.0.228 () {34 vars in 751 bytes} [Wed Jul 1 08:40:10 2026] PUT /v2.0/routers/51b2c793-9fbe-4d50-a216-f7418b912eb7/tags => generated 37 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2343] 10.0.0.228 () {32 vars in 731 bytes} [Wed Jul 1 08:40:10 2026] GET /v2.0/routers/51b2c793-9fbe-4d50-a216-f7418b912eb7/tags => generated 37 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2344] 10.0.0.228 () {32 vars in 739 bytes} [Wed Jul 1 08:40:11 2026] GET /v2.0/routers/51b2c793-9fbe-4d50-a216-f7418b912eb7/tags/red => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:40:11.282 7 INFO neutron.api.v2.resource [None req-5cd827fb-ae6c-4c71-b0b9-621f53b7c9a4 8ee36cd51e09400fa20062be0f3a63c9 c61783ecd35145d492aab6d53f3ed9f9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1214/2345] 10.0.0.228 () {32 vars in 743 bytes} [Wed Jul 1 08:40:11 2026] GET /v2.0/routers/51b2c793-9fbe-4d50-a216-f7418b912eb7/tags/green => generated 99 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2346] 10.0.0.228 () {32 vars in 742 bytes} [Wed Jul 1 08:40:11 2026] DELETE /v2.0/routers/51b2c793-9fbe-4d50-a216-f7418b912eb7/tags/red => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2347] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:40:11 2026] GET /v2.0/security-groups?tenant_id=cd6266da4da842f696a8c69115361a78&name=default => generated 2929 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2348] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:40:11 2026] DELETE /v2.0/security-groups/57509d79-ae4b-4f07-ad1d-00989d4fbbea => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2349] 10.0.0.228 () {32 vars in 731 bytes} [Wed Jul 1 08:40:11 2026] GET /v2.0/routers/51b2c793-9fbe-4d50-a216-f7418b912eb7/tags => generated 30 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2350] 10.0.0.228 () {32 vars in 729 bytes} [Wed Jul 1 08:40:11 2026] GET /v2.0/floatingips/d55a8894-15e8-4fef-946a-026ccacff33d => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:40:11.635 8 INFO neutron.api.v2.resource [None req-8fd60234-84e5-4b23-bed8-a4f6040638a8 8ee36cd51e09400fa20062be0f3a63c9 c61783ecd35145d492aab6d53f3ed9f9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1134/2351] 10.0.0.228 () {32 vars in 746 bytes} [Wed Jul 1 08:40:11 2026] DELETE /v2.0/routers/51b2c793-9fbe-4d50-a216-f7418b912eb7/tags/green => generated 99 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2352] 10.0.0.228 () {32 vars in 734 bytes} [Wed Jul 1 08:40:11 2026] DELETE /v2.0/routers/51b2c793-9fbe-4d50-a216-f7418b912eb7/tags => 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: 1135/2353] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:40:11 2026] GET /v2.0/security-groups?tenant_id=06f516d3ca3f4dc09cc5190ea020bf6c&name=default => generated 2929 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2354] 10.0.0.228 () {32 vars in 731 bytes} [Wed Jul 1 08:40:11 2026] GET /v2.0/routers/51b2c793-9fbe-4d50-a216-f7418b912eb7/tags => generated 12 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2355] 10.0.0.228 () {32 vars in 721 bytes} [Wed Jul 1 08:40:11 2026] GET /v2.0/routers/51b2c793-9fbe-4d50-a216-f7418b912eb7 => generated 480 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2356] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:40:11 2026] DELETE /v2.0/security-groups/3d1b1341-048a-49c3-b93a-460036738f4a => 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: 1137/2357] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:40:12 2026] GET /v2.0/security-groups?tenant_id=f1b5ea10cbce4f0bbc0c3de7e28f51d4&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: 1138/2358] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:40:12 2026] DELETE /v2.0/security-groups/1a64099d-32d1-4ce1-b015-df4a06f57c60 => 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: 1221/2359] 10.0.0.228 () {34 vars in 742 bytes} [Wed Jul 1 08:40:11 2026] PUT /v2.0/routers/51b2c793-9fbe-4d50-a216-f7418b912eb7 => generated 480 bytes in 489 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2360] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:40:12 2026] GET /v2.0/ports?device_id=51b2c793-9fbe-4d50-a216-f7418b912eb7 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:40:12.628 7 INFO neutron_taas.services.taas.taas_plugin [None req-f5656c2e-d21d-475e-83b4-9cb245d6b578 8ee36cd51e09400fa20062be0f3a63c9 c61783ecd35145d492aab6d53f3ed9f9 - - default default] TaaS: Handle Delete Port: 18d12b77-4176-4a27-ae3b-e5af7735b702 2026-07-01 08:40:12.644 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5656c2e-d21d-475e-83b4-9cb245d6b578 8ee36cd51e09400fa20062be0f3a63c9 c61783ecd35145d492aab6d53f3ed9f9 - - default default] Tap Mirror: Handle Delete Port: 18d12b77-4176-4a27-ae3b-e5af7735b702 2026-07-01 08:40:12.992 7 INFO neutron.services.segments.plugin [-] Segment 1f79dcb8-c0a4-4a55-a2d7-de5d2fa74917 resource provider aggregate not found 2026-07-01 08:40:13.012 7 INFO neutron.services.segments.plugin [-] Segment 1f79dcb8-c0a4-4a55-a2d7-de5d2fa74917 resource provider aggregate not found 2026-07-01 08:40:13.018 7 INFO neutron.services.segments.plugin [-] Segment 1f79dcb8-c0a4-4a55-a2d7-de5d2fa74917 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f79dcb8-c0a4-4a55-a2d7-de5d2fa74917 found for delete ", "request_id": "req-09b41fff-f490-489c-b252-684e43d2b916"}]} 2026-07-01 08:40:13.022 7 INFO neutron.db.l3_hamode_db [None req-f5656c2e-d21d-475e-83b4-9cb245d6b578 8ee36cd51e09400fa20062be0f3a63c9 c61783ecd35145d492aab6d53f3ed9f9 - - default default] HA network c4183740-4f23-497e-9f80-a51eeb41d8d6 was deleted as no HA routers are present in tenant c61783ecd35145d492aab6d53f3ed9f9. [pid: 7|app: 0|req: 1222/2361] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:40:12 2026] DELETE /v2.0/routers/51b2c793-9fbe-4d50-a216-f7418b912eb7 => generated 0 bytes in 615 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:40:13.038 7 INFO neutron.services.segments.plugin [-] Segment 1f79dcb8-c0a4-4a55-a2d7-de5d2fa74917 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f79dcb8-c0a4-4a55-a2d7-de5d2fa74917 found for delete ", "request_id": "req-f74454b9-9528-430d-9056-918e0ff0846e"}]} [pid: 8|app: 0|req: 1140/2362] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:40:13 2026] GET /v2.0/security-groups?tenant_id=c61783ecd35145d492aab6d53f3ed9f9&name=default => generated 2929 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2363] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:40:13 2026] DELETE /v2.0/security-groups/0d638217-8709-495b-ba03-baa4472dceae => 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: 1141/2364] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:40:14 2026] GET /v2.0/security-groups?tenant_id=a011709c5d5a4dfb9d2dcffb9ee4f53f&name=default => generated 2929 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2365] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:40:14 2026] DELETE /v2.0/security-groups/e5f185cb-4d19-4f9b-9e20-149f6932de0d => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:40:15.999 8 INFO neutron.db.segments_db [None req-9e40f75d-48a5-4255-8c3a-1684878b8e96 74f9e14f2f034583a1873146b23f5dc5 ee7d2b80b4284f5db0364217ffbcef7f - - default default] Added segment 98fbc3e7-0cad-4944-9d02-acc4aa0232e3 of type vxlan for network ae6b4348-3e8e-4074-86b6-e627a5485179 [pid: 8|app: 0|req: 1142/2366] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:40:15 2026] POST /v2.0/networks => generated 631 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2367] 10.0.0.228 () {34 vars in 664 bytes} [Wed Jul 1 08:40:16 2026] POST /v2.0/ports => generated 743 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2368] 10.0.0.228 () {34 vars in 747 bytes} [Wed Jul 1 08:40:16 2026] PUT /v2.0/ports/4044a0ac-1661-468d-a48d-c04eda9b2f87/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1226/2369] 10.0.0.228 () {32 vars in 727 bytes} [Wed Jul 1 08:40:16 2026] GET /v2.0/ports/4044a0ac-1661-468d-a48d-c04eda9b2f87/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1144/2370] 10.0.0.228 () {34 vars in 758 bytes} [Wed Jul 1 08:40:16 2026] PUT /v2.0/ports/4044a0ac-1661-468d-a48d-c04eda9b2f87/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: 7|app: 0|req: 1227/2371] 10.0.0.228 () {32 vars in 727 bytes} [Wed Jul 1 08:40:16 2026] GET /v2.0/ports/4044a0ac-1661-468d-a48d-c04eda9b2f87/tags => generated 34 bytes in 48 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: 1145/2372] 10.0.0.228 () {34 vars in 754 bytes} [Wed Jul 1 08:40:16 2026] PUT /v2.0/ports/4044a0ac-1661-468d-a48d-c04eda9b2f87/tags/red => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1228/2373] 10.0.0.228 () {32 vars in 727 bytes} [Wed Jul 1 08:40:16 2026] GET /v2.0/ports/4044a0ac-1661-468d-a48d-c04eda9b2f87/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1146/2374] 10.0.0.228 () {34 vars in 776 bytes} [Wed Jul 1 08:40:16 2026] PUT /v2.0/ports/4044a0ac-1661-468d-a48d-c04eda9b2f87/tags/black.or.white => 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: 7|app: 0|req: 1229/2375] 10.0.0.55 () {34 vars in 989 bytes} [Wed Jul 1 08:40:16 2026] GET /v2.0/ports?device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => 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: 1230/2376] 10.0.0.55 () {34 vars in 1039 bytes} [Wed Jul 1 08:40:16 2026] GET /v2.0/security-groups?id=f2a0d9fb-7398-4d34-922b-b8aa9b777fc0&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: 1147/2377] 10.0.0.228 () {32 vars in 727 bytes} [Wed Jul 1 08:40:16 2026] GET /v2.0/ports/4044a0ac-1661-468d-a48d-c04eda9b2f87/tags => generated 52 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2378] 10.0.0.228 () {34 vars in 747 bytes} [Wed Jul 1 08:40:17 2026] PUT /v2.0/ports/4044a0ac-1661-468d-a48d-c04eda9b2f87/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1148/2379] 10.0.0.228 () {32 vars in 727 bytes} [Wed Jul 1 08:40:17 2026] GET /v2.0/ports/4044a0ac-1661-468d-a48d-c04eda9b2f87/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1232/2380] 10.0.0.228 () {32 vars in 735 bytes} [Wed Jul 1 08:40:17 2026] GET /v2.0/ports/4044a0ac-1661-468d-a48d-c04eda9b2f87/tags/red => generated 0 bytes in 59 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-07-01 08:40:17.315 8 INFO neutron.api.v2.resource [None req-557fadab-5a7a-4cc2-840e-f989e5b4f955 74f9e14f2f034583a1873146b23f5dc5 ee7d2b80b4284f5db0364217ffbcef7f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1149/2381] 10.0.0.228 () {32 vars in 739 bytes} [Wed Jul 1 08:40:17 2026] GET /v2.0/ports/4044a0ac-1661-468d-a48d-c04eda9b2f87/tags/green => generated 99 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1233/2382] 10.0.0.228 () {32 vars in 738 bytes} [Wed Jul 1 08:40:17 2026] DELETE /v2.0/ports/4044a0ac-1661-468d-a48d-c04eda9b2f87/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: 1150/2383] 10.0.0.228 () {32 vars in 727 bytes} [Wed Jul 1 08:40:17 2026] GET /v2.0/ports/4044a0ac-1661-468d-a48d-c04eda9b2f87/tags => generated 30 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 08:40:17.507 7 INFO neutron.api.v2.resource [None req-85b892c9-9e8b-4825-90ba-4794c1e6f71f 74f9e14f2f034583a1873146b23f5dc5 ee7d2b80b4284f5db0364217ffbcef7f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1234/2384] 10.0.0.228 () {32 vars in 742 bytes} [Wed Jul 1 08:40:17 2026] DELETE /v2.0/ports/4044a0ac-1661-468d-a48d-c04eda9b2f87/tags/green => generated 99 bytes in 55 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: 1151/2385] 10.0.0.228 () {32 vars in 730 bytes} [Wed Jul 1 08:40:17 2026] DELETE /v2.0/ports/4044a0ac-1661-468d-a48d-c04eda9b2f87/tags => generated 0 bytes in 83 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: 1235/2386] 10.0.0.228 () {32 vars in 727 bytes} [Wed Jul 1 08:40:17 2026] GET /v2.0/ports/4044a0ac-1661-468d-a48d-c04eda9b2f87/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 08:40:17.753 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f67b847-4e22-484e-9797-6a1f3a692112 74f9e14f2f034583a1873146b23f5dc5 ee7d2b80b4284f5db0364217ffbcef7f - - default default] TaaS: Handle Delete Port: 4044a0ac-1661-468d-a48d-c04eda9b2f87 2026-07-01 08:40:17.756 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f67b847-4e22-484e-9797-6a1f3a692112 74f9e14f2f034583a1873146b23f5dc5 ee7d2b80b4284f5db0364217ffbcef7f - - default default] Tap Mirror: Handle Delete Port: 4044a0ac-1661-468d-a48d-c04eda9b2f87 [pid: 8|app: 0|req: 1152/2387] 10.0.0.228 () {32 vars in 720 bytes} [Wed Jul 1 08:40:17 2026] DELETE /v2.0/ports/4044a0ac-1661-468d-a48d-c04eda9b2f87 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 08:40:17.970 8 INFO neutron.services.segments.plugin [-] Segment 98fbc3e7-0cad-4944-9d02-acc4aa0232e3 resource provider aggregate not found 2026-07-01 08:40:17.972 8 INFO neutron.services.segments.plugin [-] Segment 98fbc3e7-0cad-4944-9d02-acc4aa0232e3 resource provider aggregate not found 2026-07-01 08:40:17.991 8 INFO neutron.services.segments.plugin [-] Segment 98fbc3e7-0cad-4944-9d02-acc4aa0232e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98fbc3e7-0cad-4944-9d02-acc4aa0232e3 found for delete ", "request_id": "req-0af04fd6-32e7-4132-a2b3-4261d850a516"}]} 2026-07-01 08:40:17.995 8 INFO neutron.services.segments.plugin [-] Segment 98fbc3e7-0cad-4944-9d02-acc4aa0232e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98fbc3e7-0cad-4944-9d02-acc4aa0232e3 found for delete ", "request_id": "req-0d38e0d9-4dec-4595-a26f-734e91deda01"}]} [pid: 8|app: 0|req: 1153/2388] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:40:17 2026] DELETE /v2.0/networks/ae6b4348-3e8e-4074-86b6-e627a5485179 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2389] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:40:17 2026] GET /v2.0/security-groups?tenant_id=0b6093a471124b798f3296ba103e3a1f&name=default => generated 2929 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2390] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:40:18 2026] DELETE /v2.0/security-groups/9faa6ade-603e-49ce-be3d-6a1801187334 => 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: 1237/2391] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:40:18 2026] GET /v2.0/security-groups?tenant_id=8636e0671d3b4566a718da117adb584f&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2392] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:40:18 2026] DELETE /v2.0/security-groups/f29a1864-e632-479e-ba64-c50198defb37 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2393] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:40:18 2026] GET /v2.0/security-groups?tenant_id=ee7d2b80b4284f5db0364217ffbcef7f&name=default => generated 2929 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2394] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:40:18 2026] DELETE /v2.0/security-groups/2370f5ce-9b3c-4879-adeb-2574fa26e8b0 => 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: 1239/2395] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:40:19 2026] GET /v2.0/security-groups?tenant_id=1ad29fb03cc14b4e87b748c795dcf91c&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2396] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:40:19 2026] DELETE /v2.0/security-groups/8b765c34-8d54-4e61-b0d6-c6ee4baa616c => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2399] 10.0.0.228 () {34 vars in 684 bytes} [Wed Jul 1 08:40:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2400] 10.0.0.228 () {34 vars in 767 bytes} [Wed Jul 1 08:40:22 2026] PUT /v2.0/security-groups/6c68bbdb-14dc-4e1a-bba0-17ad83503e3a/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: 1160/2401] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:40:22 2026] GET /v2.0/security-groups/6c68bbdb-14dc-4e1a-bba0-17ad83503e3a/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: 1242/2402] 10.0.0.228 () {34 vars in 778 bytes} [Wed Jul 1 08:40:22 2026] PUT /v2.0/security-groups/6c68bbdb-14dc-4e1a-bba0-17ad83503e3a/tags/green => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2403] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:40:23 2026] GET /v2.0/security-groups/6c68bbdb-14dc-4e1a-bba0-17ad83503e3a/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2404] 10.0.0.228 () {34 vars in 774 bytes} [Wed Jul 1 08:40:23 2026] PUT /v2.0/security-groups/6c68bbdb-14dc-4e1a-bba0-17ad83503e3a/tags/red => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2405] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:40:23 2026] GET /v2.0/security-groups/6c68bbdb-14dc-4e1a-bba0-17ad83503e3a/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: 1244/2406] 10.0.0.228 () {34 vars in 796 bytes} [Wed Jul 1 08:40:23 2026] PUT /v2.0/security-groups/6c68bbdb-14dc-4e1a-bba0-17ad83503e3a/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: 1163/2407] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:40:23 2026] GET /v2.0/security-groups/6c68bbdb-14dc-4e1a-bba0-17ad83503e3a/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2408] 10.0.0.228 () {34 vars in 767 bytes} [Wed Jul 1 08:40:23 2026] PUT /v2.0/security-groups/6c68bbdb-14dc-4e1a-bba0-17ad83503e3a/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2409] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:40:23 2026] GET /v2.0/security-groups/6c68bbdb-14dc-4e1a-bba0-17ad83503e3a/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: 1246/2410] 10.0.0.228 () {32 vars in 755 bytes} [Wed Jul 1 08:40:23 2026] GET /v2.0/security-groups/6c68bbdb-14dc-4e1a-bba0-17ad83503e3a/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:40:23.588 8 INFO neutron.api.v2.resource [None req-d0e6ced3-73a1-416a-8f55-bcdb99690a9c 9ca296f40e1048caa7cc8d783177a2ac 4f4e248c2e3c4877bf2531261b6e3e59 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1165/2411] 10.0.0.228 () {32 vars in 759 bytes} [Wed Jul 1 08:40:23 2026] GET /v2.0/security-groups/6c68bbdb-14dc-4e1a-bba0-17ad83503e3a/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2412] 10.0.0.228 () {32 vars in 758 bytes} [Wed Jul 1 08:40:23 2026] DELETE /v2.0/security-groups/6c68bbdb-14dc-4e1a-bba0-17ad83503e3a/tags/red => 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: 1166/2413] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:40:23 2026] GET /v2.0/security-groups/6c68bbdb-14dc-4e1a-bba0-17ad83503e3a/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:40:23.747 7 INFO neutron.api.v2.resource [None req-8df6b448-c051-4e47-803b-ff0f6f5380ff 9ca296f40e1048caa7cc8d783177a2ac 4f4e248c2e3c4877bf2531261b6e3e59 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1248/2414] 10.0.0.228 () {32 vars in 762 bytes} [Wed Jul 1 08:40:23 2026] DELETE /v2.0/security-groups/6c68bbdb-14dc-4e1a-bba0-17ad83503e3a/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2415] 10.0.0.228 () {32 vars in 750 bytes} [Wed Jul 1 08:40:23 2026] DELETE /v2.0/security-groups/6c68bbdb-14dc-4e1a-bba0-17ad83503e3a/tags => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2416] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:40:23 2026] GET /v2.0/security-groups/6c68bbdb-14dc-4e1a-bba0-17ad83503e3a/tags => 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: 1168/2417] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:40:23 2026] DELETE /v2.0/security-groups/6c68bbdb-14dc-4e1a-bba0-17ad83503e3a => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2418] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:40:24 2026] GET /v2.0/security-groups?tenant_id=e2fa948b0e314109af3c0700783b5108&name=default => generated 2929 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2419] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:40:24 2026] DELETE /v2.0/security-groups/86a15afc-1c7c-4f48-83dc-43843dea4185 => 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: 1251/2420] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:40:25 2026] GET /v2.0/security-groups?tenant_id=4f4e248c2e3c4877bf2531261b6e3e59&name=default => generated 2929 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2421] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:40:25 2026] DELETE /v2.0/security-groups/6f5c7355-89a1-4cdd-a038-f25fab190279 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2422] 10.0.0.228 () {32 vars in 826 bytes} [Wed Jul 1 08:40:27 2026] GET /v2.0/ports?project_id=90735529091143a5a3941a8db8fae2d4&network_id=ba25647f-0ac0-4cf2-ba9f-83a18f04b431 => generated 3695 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2423] 10.0.0.228 () {32 vars in 742 bytes} [Wed Jul 1 08:40:27 2026] GET /v2.0/subnets?network_id=97dcbd31-661b-4af7-85c2-d9e96017363f => generated 667 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:40:27.717 7 INFO neutron.db.l3_db [None req-174128a6-c701-47a5-a21d-bd09a7092611 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] Floating IP d55a8894-15e8-4fef-946a-026ccacff33d disassociated. External IP: 10.96.250.211, port: 6fd70674-979e-4568-905a-d0bfb8fd3b3d. [pid: 7|app: 0|req: 1253/2424] 10.0.0.228 () {34 vars in 749 bytes} [Wed Jul 1 08:40:27 2026] PUT /v2.0/floatingips/d55a8894-15e8-4fef-946a-026ccacff33d => generated 554 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2425] 10.0.0.228 () {32 vars in 729 bytes} [Wed Jul 1 08:40:28 2026] GET /v2.0/floatingips/d55a8894-15e8-4fef-946a-026ccacff33d => generated 554 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:40:28.068 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e44ab4c-ae24-4089-8fd8-31fea2e77bc6'] response: {'name': 'network-changed', 'server_uuid': 'cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a', 'tag': '6fd70674-979e-4568-905a-d0bfb8fd3b3d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1254/2426] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:40:28 2026] GET /v2.0/ports?tenant_id=90735529091143a5a3941a8db8fae2d4&device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2427] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:40:28 2026] GET /v2.0/networks?id=ba25647f-0ac0-4cf2-ba9f-83a18f04b431 => generated 757 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2428] 199.204.45.53 () {34 vars in 1059 bytes} [Wed Jul 1 08:40:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6fd70674-979e-4568-905a-d0bfb8fd3b3d => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2429] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:40:28 2026] GET /v2.0/subnets?id=233b7900-e001-4bfb-9612-f7e9f180c1c2 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2430] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:40:28 2026] GET /v2.0/ports?network_id=ba25647f-0ac0-4cf2-ba9f-83a18f04b431&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2431] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:40:28 2026] GET /v2.0/networks/ba25647f-0ac0-4cf2-ba9f-83a18f04b431?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2432] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:40:28 2026] GET /v2.0/networks/ba25647f-0ac0-4cf2-ba9f-83a18f04b431?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: 1176/2433] 10.0.0.228 () {32 vars in 729 bytes} [Wed Jul 1 08:40:29 2026] GET /v2.0/floatingips/d55a8894-15e8-4fef-946a-026ccacff33d => generated 554 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2434] 10.0.0.228 () {32 vars in 729 bytes} [Wed Jul 1 08:40:30 2026] GET /v2.0/floatingips/d55a8894-15e8-4fef-946a-026ccacff33d => generated 552 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2435] 10.0.0.228 () {34 vars in 685 bytes} [Wed Jul 1 08:40:31 2026] POST /v2.0/security-groups => generated 1677 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2436] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:40:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2437] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:40:31 2026] POST /v2.0/security-group-rules => generated 596 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2438] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:40:31 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2439] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:40:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:40:31.820 7 INFO neutron.db.securitygroups_db [None req-55d9a6fd-4c5b-4ba8-89c2-3bd04f8aeeac 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] Project 90735529091143a5a3941a8db8fae2d4 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: 1261/2440] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:40:31 2026] POST /v2.0/security-group-rules => generated 607 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:40:31.917 8 INFO neutron.db.securitygroups_db [None req-aeea3609-221e-40ef-b696-05495de93ded 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] Project 90735529091143a5a3941a8db8fae2d4 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: 1180/2441] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:40:31 2026] POST /v2.0/security-group-rules => generated 606 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2442] 10.0.0.228 () {32 vars in 649 bytes} [Wed Jul 1 08:40:32 2026] GET /v2.0/networks => generated 1298 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2443] 10.0.0.133 () {34 vars in 1100 bytes} [Wed Jul 1 08:40:32 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2114859703&fields=id&tenant_id=90735529091143a5a3941a8db8fae2d4 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2444] 10.0.0.133 () {34 vars in 982 bytes} [Wed Jul 1 08:40:32 2026] GET /v2.0/networks?id=ba25647f-0ac0-4cf2-ba9f-83a18f04b431 => generated 661 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2445] 10.0.0.133 () {34 vars in 965 bytes} [Wed Jul 1 08:40:32 2026] GET /v2.0/quotas/90735529091143a5a3941a8db8fae2d4 => 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: 1264/2446] 10.0.0.133 () {34 vars in 1002 bytes} [Wed Jul 1 08:40:32 2026] GET /v2.0/ports?tenant_id=90735529091143a5a3941a8db8fae2d4&fields=id => generated 149 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2447] 10.0.0.133 () {34 vars in 1008 bytes} [Wed Jul 1 08:40:32 2026] GET /v2.0/networks/ba25647f-0ac0-4cf2-ba9f-83a18f04b431?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: 1265/2448] 10.0.0.133 () {34 vars in 1108 bytes} [Wed Jul 1 08:40:32 2026] GET /v2.0/networks/ba25647f-0ac0-4cf2-ba9f-83a18f04b431?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: 1184/2449] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:40:33 2026] GET /v2.0/ports?device_id=b274f817-0d97-4ae6-bf5e-cdbdbc2555cd => 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: 1266/2450] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:40:34 2026] GET /v2.0/ports?device_id=b274f817-0d97-4ae6-bf5e-cdbdbc2555cd => 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: 1185/2451] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:40:35 2026] GET /v2.0/ports?device_id=b274f817-0d97-4ae6-bf5e-cdbdbc2555cd => 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: 1267/2452] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:40:36 2026] GET /v2.0/ports?device_id=b274f817-0d97-4ae6-bf5e-cdbdbc2555cd => 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: 1186/2453] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:40:37 2026] GET /v2.0/networks?id=ba25647f-0ac0-4cf2-ba9f-83a18f04b431 => generated 661 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2454] 199.204.45.53 () {34 vars in 1049 bytes} [Wed Jul 1 08:40:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=90735529091143a5a3941a8db8fae2d4 => generated 274 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2455] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:40:37 2026] GET /v2.0/ports?device_id=b274f817-0d97-4ae6-bf5e-cdbdbc2555cd => 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: 1187/2458] 199.204.45.53 () {38 vars in 954 bytes} [Wed Jul 1 08:40:37 2026] POST /v2.0/ports => generated 954 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2459] 199.204.45.53 () {38 vars in 1027 bytes} [Wed Jul 1 08:40:37 2026] PUT /v2.0/ports/c9015600-e213-43f5-ab6b-5cc1598d6f76 => generated 1235 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:40:38.140 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb6a3c21-47c8-4347-8502-96ad78051220'] response: {'name': 'network-changed', 'server_uuid': 'b274f817-0d97-4ae6-bf5e-cdbdbc2555cd', 'tag': 'c9015600-e213-43f5-ab6b-5cc1598d6f76', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1188/2460] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:40:38 2026] GET /v2.0/ports?device_id=b274f817-0d97-4ae6-bf5e-cdbdbc2555cd => generated 969 bytes in 32 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: 1273/2461] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:40:38 2026] GET /v2.0/security-groups?id=f8dc8718-10e9-47a0-888e-647a30fe4635&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: 1189/2462] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:40:38 2026] GET /v2.0/ports?tenant_id=90735529091143a5a3941a8db8fae2d4&device_id=b274f817-0d97-4ae6-bf5e-cdbdbc2555cd => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2463] 199.204.45.53 () {34 vars in 1017 bytes} [Wed Jul 1 08:40:38 2026] GET /v2.0/networks?tenant_id=90735529091143a5a3941a8db8fae2d4&shared=False => generated 757 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2464] 199.204.45.53 () {34 vars in 929 bytes} [Wed Jul 1 08:40:38 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2465] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:40:39 2026] GET /v2.0/ports?device_id=b274f817-0d97-4ae6-bf5e-cdbdbc2555cd => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2466] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:40:39 2026] GET /v2.0/security-groups?id=f8dc8718-10e9-47a0-888e-647a30fe4635&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2467] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:40:39 2026] GET /v2.0/ports?tenant_id=90735529091143a5a3941a8db8fae2d4&device_id=b274f817-0d97-4ae6-bf5e-cdbdbc2555cd => 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: 1192/2468] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:40:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=c9015600-e213-43f5-ab6b-5cc1598d6f76 => 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: 1277/2469] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:40:39 2026] GET /v2.0/subnets?id=233b7900-e001-4bfb-9612-f7e9f180c1c2 => 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: 1193/2470] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:40:39 2026] GET /v2.0/ports?network_id=ba25647f-0ac0-4cf2-ba9f-83a18f04b431&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2471] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:40:39 2026] GET /v2.0/networks/ba25647f-0ac0-4cf2-ba9f-83a18f04b431?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2472] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:40:39 2026] GET /v2.0/networks/ba25647f-0ac0-4cf2-ba9f-83a18f04b431?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: 1279/2473] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:40:40 2026] GET /v2.0/ports?device_id=b274f817-0d97-4ae6-bf5e-cdbdbc2555cd => 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: 1195/2474] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:40:40 2026] GET /v2.0/security-groups?id=f8dc8718-10e9-47a0-888e-647a30fe4635&fields=id&fields=name => generated 114 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2475] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:40:41 2026] GET /v2.0/ports?device_id=b274f817-0d97-4ae6-bf5e-cdbdbc2555cd => 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: 1196/2476] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:40:41 2026] GET /v2.0/security-groups?id=f8dc8718-10e9-47a0-888e-647a30fe4635&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: 1281/2477] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:40:43 2026] GET /v2.0/ports?device_id=b274f817-0d97-4ae6-bf5e-cdbdbc2555cd => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2478] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:40:43 2026] GET /v2.0/security-groups?id=f8dc8718-10e9-47a0-888e-647a30fe4635&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2479] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:40:44 2026] GET /v2.0/ports?device_id=b274f817-0d97-4ae6-bf5e-cdbdbc2555cd => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2480] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:40:44 2026] GET /v2.0/security-groups?id=f8dc8718-10e9-47a0-888e-647a30fe4635&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: 1283/2481] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:40:45 2026] GET /v2.0/ports?device_id=b274f817-0d97-4ae6-bf5e-cdbdbc2555cd => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2482] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:40:45 2026] GET /v2.0/security-groups?id=f8dc8718-10e9-47a0-888e-647a30fe4635&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: 1284/2483] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:40:45 2026] GET /v2.0/ports?device_id=b274f817-0d97-4ae6-bf5e-cdbdbc2555cd => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2484] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:40:45 2026] GET /v2.0/security-groups?id=f8dc8718-10e9-47a0-888e-647a30fe4635&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: 1285/2485] 10.0.0.228 () {32 vars in 736 bytes} [Wed Jul 1 08:40:45 2026] GET /v2.0/ports?device_id=b274f817-0d97-4ae6-bf5e-cdbdbc2555cd => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:40:46.063 8 INFO neutron.db.l3_db [None req-40818ea0-ff33-4fba-b4d2-53b1fdacb683 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] Floating IP d55a8894-15e8-4fef-946a-026ccacff33d associated. External IP: 10.96.250.211, port: c9015600-e213-43f5-ab6b-5cc1598d6f76. [pid: 8|app: 0|req: 1201/2486] 10.0.0.228 () {34 vars in 749 bytes} [Wed Jul 1 08:40:45 2026] PUT /v2.0/floatingips/d55a8894-15e8-4fef-946a-026ccacff33d => generated 855 bytes in 639 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:40:46.427 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-57d90886-2e06-475b-bb42-49f045f4ae5d'] response: {'name': 'network-changed', 'server_uuid': 'b274f817-0d97-4ae6-bf5e-cdbdbc2555cd', 'tag': 'c9015600-e213-43f5-ab6b-5cc1598d6f76', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1286/2487] 10.0.0.228 () {32 vars in 729 bytes} [Wed Jul 1 08:40:46 2026] GET /v2.0/floatingips/d55a8894-15e8-4fef-946a-026ccacff33d => generated 855 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2488] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:40:46 2026] GET /v2.0/ports?tenant_id=90735529091143a5a3941a8db8fae2d4&device_id=b274f817-0d97-4ae6-bf5e-cdbdbc2555cd => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2489] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:40:46 2026] GET /v2.0/networks?id=ba25647f-0ac0-4cf2-ba9f-83a18f04b431 => generated 757 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2490] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:40:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=c9015600-e213-43f5-ab6b-5cc1598d6f76 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2491] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:40:47 2026] GET /v2.0/subnets?id=233b7900-e001-4bfb-9612-f7e9f180c1c2 => 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: 1204/2492] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:40:47 2026] GET /v2.0/ports?network_id=ba25647f-0ac0-4cf2-ba9f-83a18f04b431&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2493] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:40:47 2026] GET /v2.0/networks/ba25647f-0ac0-4cf2-ba9f-83a18f04b431?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2494] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:40:47 2026] GET /v2.0/networks/ba25647f-0ac0-4cf2-ba9f-83a18f04b431?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: 1290/2495] 10.0.0.228 () {32 vars in 729 bytes} [Wed Jul 1 08:40:47 2026] GET /v2.0/floatingips/d55a8894-15e8-4fef-946a-026ccacff33d => generated 855 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2496] 10.0.0.228 () {32 vars in 729 bytes} [Wed Jul 1 08:40:48 2026] GET /v2.0/floatingips/d55a8894-15e8-4fef-946a-026ccacff33d => generated 857 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2499] 10.0.0.55 () {34 vars in 989 bytes} [Wed Jul 1 08:40:53 2026] GET /v2.0/ports?device_id=b274f817-0d97-4ae6-bf5e-cdbdbc2555cd => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2500] 10.0.0.55 () {34 vars in 1039 bytes} [Wed Jul 1 08:40:53 2026] GET /v2.0/security-groups?id=f8dc8718-10e9-47a0-888e-647a30fe4635&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: 1293/2501] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:41:04 2026] GET /v2.0/ports?device_id=b274f817-0d97-4ae6-bf5e-cdbdbc2555cd => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2502] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:41:04 2026] GET /v2.0/security-groups?id=f8dc8718-10e9-47a0-888e-647a30fe4635&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2503] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:41:05 2026] GET /v2.0/ports?device_id=b274f817-0d97-4ae6-bf5e-cdbdbc2555cd => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2504] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:41:05 2026] GET /v2.0/security-groups?id=f8dc8718-10e9-47a0-888e-647a30fe4635&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: 1295/2505] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:41:06 2026] GET /v2.0/ports?device_id=b274f817-0d97-4ae6-bf5e-cdbdbc2555cd => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2506] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:41:06 2026] GET /v2.0/security-groups?id=f8dc8718-10e9-47a0-888e-647a30fe4635&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: 1296/2507] 199.204.45.53 () {34 vars in 993 bytes} [Wed Jul 1 08:41:06 2026] GET /v2.0/ports?device_id=b274f817-0d97-4ae6-bf5e-cdbdbc2555cd => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:41:06.912 8 INFO neutron_taas.services.taas.taas_plugin [req-6febe6b3-91cd-4ed7-9c83-0f2dea673ff0 req-5734b915-3e59-4234-9306-419b0c3daba7 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] TaaS: Handle Delete Port: c9015600-e213-43f5-ab6b-5cc1598d6f76 2026-07-01 08:41:06.914 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6febe6b3-91cd-4ed7-9c83-0f2dea673ff0 req-5734b915-3e59-4234-9306-419b0c3daba7 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] Tap Mirror: Handle Delete Port: c9015600-e213-43f5-ab6b-5cc1598d6f76 2026-07-01 08:41:06.997 8 INFO neutron.db.l3_db [req-6febe6b3-91cd-4ed7-9c83-0f2dea673ff0 req-5734b915-3e59-4234-9306-419b0c3daba7 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] Floating IP d55a8894-15e8-4fef-946a-026ccacff33d disassociated. External IP: 10.96.250.211, port: c9015600-e213-43f5-ab6b-5cc1598d6f76. [pid: 8|app: 0|req: 1212/2508] 199.204.45.53 () {36 vars in 996 bytes} [Wed Jul 1 08:41:06 2026] DELETE /v2.0/ports/c9015600-e213-43f5-ab6b-5cc1598d6f76 => generated 0 bytes in 591 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:41:07.422 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-730b0527-5cff-4700-b3e9-8978632b193c'] response: {'server_uuid': 'b274f817-0d97-4ae6-bf5e-cdbdbc2555cd', 'name': 'network-vif-deleted', 'tag': 'c9015600-e213-43f5-ab6b-5cc1598d6f76', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1214/2511] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:41:07 2026] GET /v2.0/ports?device_id=b274f817-0d97-4ae6-bf5e-cdbdbc2555cd => 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: 1298/2512] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:41:08 2026] GET /v2.0/ports?device_id=b274f817-0d97-4ae6-bf5e-cdbdbc2555cd => 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: 1215/2513] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:41:09 2026] GET /v2.0/ports?device_id=b274f817-0d97-4ae6-bf5e-cdbdbc2555cd => 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: 1299/2514] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:41:10 2026] DELETE /v2.0/security-groups/f8dc8718-10e9-47a0-888e-647a30fe4635 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:41:11.073 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e6241dd-d615-4185-a45e-30a7f0a707fd 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] TaaS: Handle Delete Port: e6fc640a-be2a-4ce1-ac43-7f0ed5bd51a4 2026-07-01 08:41:11.076 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e6241dd-d615-4185-a45e-30a7f0a707fd 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] Tap Mirror: Handle Delete Port: e6fc640a-be2a-4ce1-ac43-7f0ed5bd51a4 [pid: 8|app: 0|req: 1216/2515] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:41:10 2026] DELETE /v2.0/floatingips/d55a8894-15e8-4fef-946a-026ccacff33d => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2516] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:41:11 2026] GET /v2.0/ports?device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2517] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:41:11 2026] GET /v2.0/security-groups?id=f2a0d9fb-7398-4d34-922b-b8aa9b777fc0&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: 1301/2518] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:41:12 2026] GET /v2.0/ports?device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => 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: 1218/2519] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:41:12 2026] GET /v2.0/security-groups?id=f2a0d9fb-7398-4d34-922b-b8aa9b777fc0&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: 1302/2520] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:41:13 2026] GET /v2.0/ports?device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2521] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:41:13 2026] GET /v2.0/security-groups?id=f2a0d9fb-7398-4d34-922b-b8aa9b777fc0&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2522] 199.204.45.53 () {34 vars in 993 bytes} [Wed Jul 1 08:41:13 2026] GET /v2.0/ports?device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:41:13.984 8 INFO neutron_taas.services.taas.taas_plugin [req-080c163f-5168-41cf-90da-461d8ca66be3 req-01d00ba1-62d2-4397-ba35-362fd60a1107 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] TaaS: Handle Delete Port: 6fd70674-979e-4568-905a-d0bfb8fd3b3d 2026-07-01 08:41:13.987 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-080c163f-5168-41cf-90da-461d8ca66be3 req-01d00ba1-62d2-4397-ba35-362fd60a1107 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] Tap Mirror: Handle Delete Port: 6fd70674-979e-4568-905a-d0bfb8fd3b3d [pid: 8|app: 0|req: 1220/2523] 199.204.45.53 () {36 vars in 996 bytes} [Wed Jul 1 08:41:13 2026] DELETE /v2.0/ports/6fd70674-979e-4568-905a-d0bfb8fd3b3d => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:41:14.155 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-91e0e914-4d87-4370-a38f-24a9c173a280'] response: {'server_uuid': 'cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a', 'name': 'network-vif-deleted', 'tag': '6fd70674-979e-4568-905a-d0bfb8fd3b3d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1304/2524] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:41:14 2026] GET /v2.0/ports?device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => 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: 1221/2525] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:41:15 2026] GET /v2.0/ports?device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => 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: 1305/2526] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:41:17 2026] GET /v2.0/ports?device_id=cf8dcf3a-a5fe-4b2d-abec-4c86d9ef669a => 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: 1222/2527] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:41:18 2026] DELETE /v2.0/security-groups/f2a0d9fb-7398-4d34-922b-b8aa9b777fc0 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:41:18.691 7 INFO neutron_taas.services.taas.taas_plugin [None req-5b59fdbb-a120-402d-a628-eaf369ec268e 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] TaaS: Handle Delete Port: e8ada5b9-1f16-4c65-95a9-32634fca4fe1 2026-07-01 08:41:18.695 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b59fdbb-a120-402d-a628-eaf369ec268e 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] Tap Mirror: Handle Delete Port: e8ada5b9-1f16-4c65-95a9-32634fca4fe1 [pid: 7|app: 0|req: 1306/2528] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:41:18 2026] PUT /v2.0/routers/0dbb1af7-2653-4424-b952-829b5de73032/remove_router_interface => generated 309 bytes in 930 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2529] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:41:19 2026] DELETE /v2.0/subnets/233b7900-e001-4bfb-9612-f7e9f180c1c2 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:41:19.598 7 INFO neutron_taas.services.taas.taas_plugin [None req-3dc24d26-3793-45e2-8bef-d140ba0dac45 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] TaaS: Handle Delete Port: ae4ece1b-d779-45c4-ac41-fb88681b4230 2026-07-01 08:41:19.600 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3dc24d26-3793-45e2-8bef-d140ba0dac45 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] Tap Mirror: Handle Delete Port: ae4ece1b-d779-45c4-ac41-fb88681b4230 2026-07-01 08:41:19.810 7 INFO neutron_taas.services.taas.taas_plugin [None req-3dc24d26-3793-45e2-8bef-d140ba0dac45 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] TaaS: Handle Delete Port: 6ca221bf-0947-427e-96d0-795562d4258a 2026-07-01 08:41:19.813 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3dc24d26-3793-45e2-8bef-d140ba0dac45 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] Tap Mirror: Handle Delete Port: 6ca221bf-0947-427e-96d0-795562d4258a 2026-07-01 08:41:20.114 7 INFO neutron.services.segments.plugin [-] Segment 21432f97-a12a-4d0b-a18f-60567201c27e resource provider aggregate not found 2026-07-01 08:41:20.120 7 INFO neutron.services.segments.plugin [-] Segment 21432f97-a12a-4d0b-a18f-60567201c27e resource provider aggregate not found 2026-07-01 08:41:20.136 7 INFO neutron.services.segments.plugin [-] Segment 21432f97-a12a-4d0b-a18f-60567201c27e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21432f97-a12a-4d0b-a18f-60567201c27e found for delete ", "request_id": "req-213ae825-c05f-4bec-bdd0-cc908bbf2bc1"}]} 2026-07-01 08:41:20.141 7 INFO neutron.services.segments.plugin [-] Segment 21432f97-a12a-4d0b-a18f-60567201c27e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21432f97-a12a-4d0b-a18f-60567201c27e found for delete ", "request_id": "req-85b0cbe1-dcd3-4a5a-83f1-5cf1906ba7e6"}]} 2026-07-01 08:41:20.144 7 INFO neutron.db.l3_hamode_db [None req-3dc24d26-3793-45e2-8bef-d140ba0dac45 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] HA network 68b1275a-8f53-4a38-9494-4c6308604897 was deleted as no HA routers are present in tenant 90735529091143a5a3941a8db8fae2d4. [pid: 7|app: 0|req: 1307/2530] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:41:19 2026] DELETE /v2.0/routers/0dbb1af7-2653-4424-b952-829b5de73032 => generated 0 bytes in 708 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:41:20.249 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6fca0c7-0790-41b6-80ed-8600faf6d97f 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] TaaS: Handle Delete Port: 79e2bcef-c34c-46cc-8acc-b4924c04722a 2026-07-01 08:41:20.252 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6fca0c7-0790-41b6-80ed-8600faf6d97f 0a0769df16bc49b281a2c12d00ec90cc 90735529091143a5a3941a8db8fae2d4 - - default default] Tap Mirror: Handle Delete Port: 79e2bcef-c34c-46cc-8acc-b4924c04722a 2026-07-01 08:41:20.449 8 INFO neutron.services.segments.plugin [-] Segment 2b08e3cc-5a02-4569-be2e-d0c7e598ee27 resource provider aggregate not found 2026-07-01 08:41:20.458 8 INFO neutron.services.segments.plugin [-] Segment 2b08e3cc-5a02-4569-be2e-d0c7e598ee27 resource provider aggregate not found 2026-07-01 08:41:20.463 8 INFO neutron.services.segments.plugin [-] Segment 2b08e3cc-5a02-4569-be2e-d0c7e598ee27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b08e3cc-5a02-4569-be2e-d0c7e598ee27 found for delete ", "request_id": "req-cd595663-289f-413a-8286-e90696d203e6"}]} 2026-07-01 08:41:20.473 8 INFO neutron.services.segments.plugin [-] Segment 2b08e3cc-5a02-4569-be2e-d0c7e598ee27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b08e3cc-5a02-4569-be2e-d0c7e598ee27 found for delete ", "request_id": "req-0f4941fd-01f3-4477-9d4b-9eb133900fbf"}]} [pid: 8|app: 0|req: 1224/2531] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:41:20 2026] DELETE /v2.0/networks/ba25647f-0ac0-4cf2-ba9f-83a18f04b431 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2532] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:41:21 2026] GET /v2.0/security-groups?tenant_id=ef154543a0f74309b9ffa69d9cf4315d&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: 1225/2533] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:41:21 2026] DELETE /v2.0/security-groups/02decf74-4543-4464-b2a6-a6771931b462 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2534] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:41:21 2026] GET /v2.0/security-groups?tenant_id=90735529091143a5a3941a8db8fae2d4&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: 1226/2535] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:41:21 2026] DELETE /v2.0/security-groups/c5f3e9c6-046a-4d84-8f9d-c9873248ecdf => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:41:30.126 7 INFO neutron.db.segments_db [None req-843da28b-bb34-4117-a6aa-a6de13d97fb8 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] Added segment eae15bf8-2111-4c30-8cb9-11b9fcc92289 of type vxlan for network 4e169de3-cbb9-49b4-a10c-e1aca21194ed [pid: 7|app: 0|req: 1311/2538] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:41:29 2026] POST /v2.0/networks => generated 640 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2539] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:41:30 2026] POST /v2.0/subnets => generated 656 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2540] 10.0.0.228 () {32 vars in 722 bytes} [Wed Jul 1 08:41:30 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2541] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:41:30 2026] POST /v2.0/subnets => generated 731 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:41:30.802 7 INFO neutron.db.segments_db [None req-706ce089-8507-4b49-84a4-2c609f0407e7 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] Added segment cc8b8311-b6df-4c3e-9852-ab6a365e7313 of type vxlan for network 894d958c-662f-4b5a-90d3-464bfcb17e5d [pid: 7|app: 0|req: 1313/2542] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:41:30 2026] POST /v2.0/networks => generated 637 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2543] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:41:30 2026] POST /v2.0/subnets => generated 655 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2544] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:41:31 2026] POST /v2.0/subnets => generated 726 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:41:31.504 8 INFO neutron.db.segments_db [None req-271d4015-a3f5-4ccc-9f9a-0a7cc35d5a09 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] Added segment fdb230ed-764f-4474-9a5c-617a2ae272ed of type vxlan for network 70f0490a-a6a0-495f-990d-1ce66c53d1d6 [pid: 8|app: 0|req: 1231/2545] 10.0.0.228 () {34 vars in 670 bytes} [Wed Jul 1 08:41:31 2026] POST /v2.0/networks => generated 638 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2546] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:41:31 2026] POST /v2.0/subnets => generated 655 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2547] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:41:31 2026] POST /v2.0/subnets => generated 730 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:41:32.115 7 INFO neutron.db.segments_db [None req-329901a4-2c7b-45c1-b44a-bca3c7b25874 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] Added segment 358edb2f-c76d-4cb3-859d-cd777de40f3b of type vxlan for network 5fa7f64e-9d26-4233-b050-82015078c029 2026-07-01 08:41:32.374 7 INFO neutron.db.l3_hamode_db [None req-329901a4-2c7b-45c1-b44a-bca3c7b25874 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 08:41:33.124 7 INFO neutron.db.l3_hamode_db [None req-329901a4-2c7b-45c1-b44a-bca3c7b25874 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1316/2548] 10.0.0.228 () {34 vars in 669 bytes} [Wed Jul 1 08:41:32 2026] POST /v2.0/routers => generated 685 bytes in 1961 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2549] 10.0.0.228 () {34 vars in 783 bytes} [Wed Jul 1 08:41:34 2026] PUT /v2.0/routers/9d04d830-ceef-41d3-9416-c98335002a31/add_router_interface => generated 309 bytes in 1133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2550] 10.0.0.228 () {34 vars in 783 bytes} [Wed Jul 1 08:41:35 2026] PUT /v2.0/routers/9d04d830-ceef-41d3-9416-c98335002a31/add_router_interface => generated 309 bytes in 1354 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2553] 10.0.0.228 () {34 vars in 783 bytes} [Wed Jul 1 08:41:36 2026] PUT /v2.0/routers/9d04d830-ceef-41d3-9416-c98335002a31/add_router_interface => generated 309 bytes in 1286 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2554] 10.0.0.228 () {34 vars in 684 bytes} [Wed Jul 1 08:41:37 2026] POST /v2.0/security-groups => generated 1630 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2555] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:41:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2556] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:41:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2557] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:41:38 2026] POST /v2.0/security-group-rules => generated 599 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2558] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:41:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2559] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:41:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2560] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:41:38 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: 8|app: 0|req: 1238/2561] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:41:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2562] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:41:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2563] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:41:39 2026] POST /v2.0/security-group-rules => generated 599 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2564] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:41:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2565] 10.0.0.228 () {34 vars in 695 bytes} [Wed Jul 1 08:41:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2566] 10.0.0.133 () {34 vars in 1096 bytes} [Wed Jul 1 08:41:40 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1755653282&fields=id&tenant_id=d0c78fd873834b17a40394e148e9175c => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2567] 10.0.0.133 () {34 vars in 982 bytes} [Wed Jul 1 08:41:40 2026] GET /v2.0/networks?id=894d958c-662f-4b5a-90d3-464bfcb17e5d => 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: 1327/2568] 10.0.0.133 () {34 vars in 965 bytes} [Wed Jul 1 08:41:40 2026] GET /v2.0/quotas/d0c78fd873834b17a40394e148e9175c => 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: 1242/2569] 10.0.0.133 () {34 vars in 1002 bytes} [Wed Jul 1 08:41:40 2026] GET /v2.0/ports?tenant_id=d0c78fd873834b17a40394e148e9175c&fields=id => generated 287 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2570] 10.0.0.133 () {34 vars in 1008 bytes} [Wed Jul 1 08:41:40 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d?fields=segments => generated 14 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2571] 10.0.0.133 () {34 vars in 1108 bytes} [Wed Jul 1 08:41:40 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2572] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:41:40 2026] GET /v2.0/ports?device_id=81a208db-e645-47bc-989a-a58c3af2c877 => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2573] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:41:44 2026] GET /v2.0/networks?id=894d958c-662f-4b5a-90d3-464bfcb17e5d => generated 704 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2574] 199.204.45.53 () {34 vars in 1049 bytes} [Wed Jul 1 08:41:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d0c78fd873834b17a40394e148e9175c => generated 179 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2575] 199.204.45.53 () {38 vars in 954 bytes} [Wed Jul 1 08:41:45 2026] POST /v2.0/ports => generated 1183 bytes in 419 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: 1246/2576] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:41:45 2026] GET /v2.0/ports?device_id=81a208db-e645-47bc-989a-a58c3af2c877 => generated 1198 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2577] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:41:45 2026] GET /v2.0/security-groups?id=8e77fe0e-19f0-4cda-90cf-117c1c4cbbc5&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2578] 199.204.45.53 () {38 vars in 1027 bytes} [Wed Jul 1 08:41:45 2026] PUT /v2.0/ports/69351b06-b057-4f94-b524-3d057721ba7b => generated 1464 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:41:45.956 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-09cd3d67-482c-45b8-82f6-69e80a1baf28'] response: {'name': 'network-changed', 'server_uuid': '81a208db-e645-47bc-989a-a58c3af2c877', 'tag': '69351b06-b057-4f94-b524-3d057721ba7b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1248/2579] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:41:46 2026] GET /v2.0/ports?tenant_id=d0c78fd873834b17a40394e148e9175c&device_id=81a208db-e645-47bc-989a-a58c3af2c877 => generated 1467 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: 1332/2580] 199.204.45.53 () {34 vars in 1017 bytes} [Wed Jul 1 08:41:46 2026] GET /v2.0/networks?tenant_id=d0c78fd873834b17a40394e148e9175c&shared=False => generated 2376 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2581] 199.204.45.53 () {34 vars in 929 bytes} [Wed Jul 1 08:41:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2582] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:41:47 2026] GET /v2.0/ports?tenant_id=d0c78fd873834b17a40394e148e9175c&device_id=81a208db-e645-47bc-989a-a58c3af2c877 => generated 1467 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2583] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:41:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.160&port_id=69351b06-b057-4f94-b524-3d057721ba7b => 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: 1334/2584] 199.204.45.53 () {34 vars in 1103 bytes} [Wed Jul 1 08:41:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A25c&port_id=69351b06-b057-4f94-b524-3d057721ba7b => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2585] 199.204.45.53 () {34 vars in 1063 bytes} [Wed Jul 1 08:41:47 2026] GET /v2.0/subnets?id=eef8dd68-a06f-4c0d-86b6-d7c141cc255f&id=176c4c68-c3b3-400a-8251-4d66ec72161e => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2586] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:41:47 2026] GET /v2.0/ports?network_id=894d958c-662f-4b5a-90d3-464bfcb17e5d&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: 1252/2587] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:41:47 2026] GET /v2.0/ports?network_id=894d958c-662f-4b5a-90d3-464bfcb17e5d&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: 1336/2588] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:41:47 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d?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: 1253/2589] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:41:47 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2590] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:41:50 2026] GET /v2.0/ports?device_id=81a208db-e645-47bc-989a-a58c3af2c877 => generated 1200 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2591] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:41:50 2026] GET /v2.0/security-groups?id=8e77fe0e-19f0-4cda-90cf-117c1c4cbbc5&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2594] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:41:56 2026] GET /v2.0/ports?device_id=81a208db-e645-47bc-989a-a58c3af2c877 => generated 1200 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2595] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:41:56 2026] GET /v2.0/security-groups?id=8e77fe0e-19f0-4cda-90cf-117c1c4cbbc5&fields=id&fields=name => generated 112 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2596] 10.0.0.228 () {32 vars in 818 bytes} [Wed Jul 1 08:41:56 2026] GET /v2.0/ports?network_id=894d958c-662f-4b5a-90d3-464bfcb17e5d&mac_address=fa%3A16%3A3e%3A98%3Ae0%3Aa0 => generated 1200 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:41:57.072 8 INFO neutron.db.l3_db [None req-d1ab6081-a08f-42c8-9859-96783b07db95 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] Floating IP 9f2614b0-d5dd-4b0a-9936-9e9d7f6152ec associated. External IP: 10.96.250.202, port: 69351b06-b057-4f94-b524-3d057721ba7b. [pid: 8|app: 0|req: 1257/2597] 10.0.0.228 () {34 vars in 677 bytes} [Wed Jul 1 08:41:56 2026] POST /v2.0/floatingips => generated 855 bytes in 1471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:41:57.862 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc60063c-55ea-47a8-ab68-e826539dc788'] response: {'name': 'network-changed', 'server_uuid': '81a208db-e645-47bc-989a-a58c3af2c877', 'tag': '69351b06-b057-4f94-b524-3d057721ba7b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1341/2598] 10.0.0.133 () {34 vars in 1096 bytes} [Wed Jul 1 08:41:57 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1755653282&fields=id&tenant_id=d0c78fd873834b17a40394e148e9175c => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2599] 10.0.0.133 () {34 vars in 982 bytes} [Wed Jul 1 08:41:57 2026] GET /v2.0/networks?id=70f0490a-a6a0-495f-990d-1ce66c53d1d6 => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2600] 10.0.0.133 () {34 vars in 965 bytes} [Wed Jul 1 08:41:57 2026] GET /v2.0/quotas/d0c78fd873834b17a40394e148e9175c => 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: 1259/2601] 10.0.0.133 () {34 vars in 1002 bytes} [Wed Jul 1 08:41:57 2026] GET /v2.0/ports?tenant_id=d0c78fd873834b17a40394e148e9175c&fields=id => generated 333 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2602] 10.0.0.133 () {34 vars in 1008 bytes} [Wed Jul 1 08:41:58 2026] GET /v2.0/networks/70f0490a-a6a0-495f-990d-1ce66c53d1d6?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2603] 10.0.0.133 () {34 vars in 1108 bytes} [Wed Jul 1 08:41:58 2026] GET /v2.0/networks/70f0490a-a6a0-495f-990d-1ce66c53d1d6?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: 1344/2604] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:41:58 2026] GET /v2.0/ports?device_id=ad75d0f2-df31-48aa-b747-026af06f2745 => 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: 1261/2605] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:41:58 2026] GET /v2.0/ports?tenant_id=d0c78fd873834b17a40394e148e9175c&device_id=81a208db-e645-47bc-989a-a58c3af2c877 => generated 1469 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2606] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:41:58 2026] GET /v2.0/networks?id=894d958c-662f-4b5a-90d3-464bfcb17e5d => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2607] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:41:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.160&port_id=69351b06-b057-4f94-b524-3d057721ba7b => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2608] 199.204.45.53 () {34 vars in 1103 bytes} [Wed Jul 1 08:41:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A25c&port_id=69351b06-b057-4f94-b524-3d057721ba7b => 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: 1263/2609] 199.204.45.53 () {34 vars in 1063 bytes} [Wed Jul 1 08:41:58 2026] GET /v2.0/subnets?id=eef8dd68-a06f-4c0d-86b6-d7c141cc255f&id=176c4c68-c3b3-400a-8251-4d66ec72161e => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2610] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:41:58 2026] GET /v2.0/ports?network_id=894d958c-662f-4b5a-90d3-464bfcb17e5d&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2611] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:41:58 2026] GET /v2.0/ports?network_id=894d958c-662f-4b5a-90d3-464bfcb17e5d&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: 1348/2612] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:41:58 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d?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: 1265/2613] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:41:58 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d?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: 1349/2614] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:42:02 2026] GET /v2.0/networks?id=70f0490a-a6a0-495f-990d-1ce66c53d1d6 => generated 705 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2615] 199.204.45.53 () {34 vars in 1049 bytes} [Wed Jul 1 08:42:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d0c78fd873834b17a40394e148e9175c => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2616] 199.204.45.53 () {38 vars in 954 bytes} [Wed Jul 1 08:42:02 2026] POST /v2.0/ports => generated 1187 bytes in 446 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: 1351/2617] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:42:03 2026] GET /v2.0/ports?device_id=ad75d0f2-df31-48aa-b747-026af06f2745 => generated 1202 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2618] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:42:03 2026] GET /v2.0/security-groups?id=8e77fe0e-19f0-4cda-90cf-117c1c4cbbc5&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2619] 199.204.45.53 () {38 vars in 1027 bytes} [Wed Jul 1 08:42:03 2026] PUT /v2.0/ports/544d88ae-9329-4d4a-be22-d30d85e393b3 => generated 1468 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:42:03.520 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a243352-c776-436d-a404-1d5d53e31f45'] response: {'name': 'network-changed', 'server_uuid': 'ad75d0f2-df31-48aa-b747-026af06f2745', 'tag': '544d88ae-9329-4d4a-be22-d30d85e393b3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1353/2620] 10.0.0.55 () {34 vars in 989 bytes} [Wed Jul 1 08:42:03 2026] GET /v2.0/ports?device_id=81a208db-e645-47bc-989a-a58c3af2c877 => generated 1469 bytes in 38 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: 1268/2621] 10.0.0.55 () {34 vars in 1039 bytes} [Wed Jul 1 08:42:03 2026] GET /v2.0/security-groups?id=8e77fe0e-19f0-4cda-90cf-117c1c4cbbc5&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2622] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:42:04 2026] GET /v2.0/ports?tenant_id=d0c78fd873834b17a40394e148e9175c&device_id=ad75d0f2-df31-48aa-b747-026af06f2745 => generated 1471 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2623] 199.204.45.53 () {34 vars in 1017 bytes} [Wed Jul 1 08:42:04 2026] GET /v2.0/networks?tenant_id=d0c78fd873834b17a40394e148e9175c&shared=False => generated 2376 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2624] 199.204.45.53 () {34 vars in 929 bytes} [Wed Jul 1 08:42:04 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2625] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:42:05 2026] GET /v2.0/ports?tenant_id=d0c78fd873834b17a40394e148e9175c&device_id=ad75d0f2-df31-48aa-b747-026af06f2745 => generated 1471 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2626] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:42:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.158&port_id=544d88ae-9329-4d4a-be22-d30d85e393b3 => 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: 1271/2627] 199.204.45.53 () {34 vars in 1105 bytes} [Wed Jul 1 08:42:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A384&port_id=544d88ae-9329-4d4a-be22-d30d85e393b3 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2628] 199.204.45.53 () {34 vars in 1063 bytes} [Wed Jul 1 08:42:05 2026] GET /v2.0/subnets?id=1141b8fb-c8cd-4e79-a57c-d96df191abf7&id=757759b6-f6c6-4a57-ba16-56825ab757c2 => generated 1414 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2629] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:42:05 2026] GET /v2.0/ports?network_id=70f0490a-a6a0-495f-990d-1ce66c53d1d6&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2630] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:42:05 2026] GET /v2.0/ports?network_id=70f0490a-a6a0-495f-990d-1ce66c53d1d6&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: 1273/2631] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:42:05 2026] GET /v2.0/networks/70f0490a-a6a0-495f-990d-1ce66c53d1d6?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: 1359/2632] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:42:05 2026] GET /v2.0/networks/70f0490a-a6a0-495f-990d-1ce66c53d1d6?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: 1275/2635] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:42:08 2026] GET /v2.0/ports?device_id=ad75d0f2-df31-48aa-b747-026af06f2745 => generated 1204 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2636] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:42:08 2026] GET /v2.0/security-groups?id=8e77fe0e-19f0-4cda-90cf-117c1c4cbbc5&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2637] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:42:13 2026] GET /v2.0/ports?device_id=ad75d0f2-df31-48aa-b747-026af06f2745 => generated 1204 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2638] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:42:13 2026] GET /v2.0/security-groups?id=8e77fe0e-19f0-4cda-90cf-117c1c4cbbc5&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2639] 10.0.0.228 () {32 vars in 818 bytes} [Wed Jul 1 08:42:13 2026] GET /v2.0/ports?network_id=70f0490a-a6a0-495f-990d-1ce66c53d1d6&mac_address=fa%3A16%3A3e%3A63%3Adf%3A6e => generated 1204 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:42:14.555 7 INFO neutron.db.l3_db [None req-7d39bbf3-c090-4f9d-841c-acc84c3ba371 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] Floating IP 53736d68-c4f6-4d8a-87e0-18abcb0c3448 associated. External IP: 10.96.250.207, port: 544d88ae-9329-4d4a-be22-d30d85e393b3. [pid: 7|app: 0|req: 1363/2640] 10.0.0.228 () {34 vars in 677 bytes} [Wed Jul 1 08:42:13 2026] POST /v2.0/floatingips => generated 855 bytes in 987 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 08:42:14.928 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b4c6095c-af2a-4b35-981b-df325c2aefec'] response: {'name': 'network-changed', 'server_uuid': 'ad75d0f2-df31-48aa-b747-026af06f2745', 'tag': '544d88ae-9329-4d4a-be22-d30d85e393b3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1278/2641] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:42:15 2026] GET /v2.0/ports?tenant_id=d0c78fd873834b17a40394e148e9175c&device_id=ad75d0f2-df31-48aa-b747-026af06f2745 => generated 1473 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2642] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:42:15 2026] GET /v2.0/networks?id=70f0490a-a6a0-495f-990d-1ce66c53d1d6 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2643] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:42:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.158&port_id=544d88ae-9329-4d4a-be22-d30d85e393b3 => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2644] 199.204.45.53 () {34 vars in 1105 bytes} [Wed Jul 1 08:42:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A384&port_id=544d88ae-9329-4d4a-be22-d30d85e393b3 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2645] 199.204.45.53 () {34 vars in 1063 bytes} [Wed Jul 1 08:42:15 2026] GET /v2.0/subnets?id=1141b8fb-c8cd-4e79-a57c-d96df191abf7&id=757759b6-f6c6-4a57-ba16-56825ab757c2 => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2646] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:42:15 2026] GET /v2.0/ports?network_id=70f0490a-a6a0-495f-990d-1ce66c53d1d6&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: 1281/2647] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:42:15 2026] GET /v2.0/ports?network_id=70f0490a-a6a0-495f-990d-1ce66c53d1d6&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: 1367/2648] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:42:15 2026] GET /v2.0/networks/70f0490a-a6a0-495f-990d-1ce66c53d1d6?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2649] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:42:15 2026] GET /v2.0/networks/70f0490a-a6a0-495f-990d-1ce66c53d1d6?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: 1368/2650] 10.0.0.55 () {34 vars in 989 bytes} [Wed Jul 1 08:42:21 2026] GET /v2.0/ports?device_id=ad75d0f2-df31-48aa-b747-026af06f2745 => generated 1473 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2651] 10.0.0.55 () {34 vars in 1039 bytes} [Wed Jul 1 08:42:21 2026] GET /v2.0/security-groups?id=8e77fe0e-19f0-4cda-90cf-117c1c4cbbc5&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2654] 10.0.0.228 () {32 vars in 721 bytes} [Wed Jul 1 08:42:31 2026] GET /v2.0/subnets/ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2655] 10.0.0.33 () {30 vars in 689 bytes} [Wed Jul 1 08:42:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2656] 10.0.0.33 () {30 vars in 691 bytes} [Wed Jul 1 08:42:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2657] 10.0.0.33 () {30 vars in 667 bytes} [Wed Jul 1 08:42:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2658] 10.0.0.33 () {30 vars in 703 bytes} [Wed Jul 1 08:42:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2659] 10.0.0.33 () {28 vars in 438 bytes} [Wed Jul 1 08:42:33 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: 1288/2660] 10.0.0.33 () {30 vars in 727 bytes} [Wed Jul 1 08:42:33 2026] GET /v2.0/subnets/ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => generated 656 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2661] 10.0.0.33 () {30 vars in 689 bytes} [Wed Jul 1 08:42:33 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: 1289/2662] 10.0.0.33 () {30 vars in 691 bytes} [Wed Jul 1 08:42: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: 7|app: 0|req: 1374/2663] 10.0.0.33 () {30 vars in 667 bytes} [Wed Jul 1 08:42: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: 1290/2664] 10.0.0.33 () {30 vars in 703 bytes} [Wed Jul 1 08:42: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: 1375/2665] 10.0.0.33 () {30 vars in 727 bytes} [Wed Jul 1 08:42:33 2026] GET /v2.0/subnets/ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2666] 10.0.0.33 () {30 vars in 689 bytes} [Wed Jul 1 08:42:33 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: 1376/2667] 10.0.0.33 () {30 vars in 691 bytes} [Wed Jul 1 08:42: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: 8|app: 0|req: 1292/2668] 10.0.0.33 () {30 vars in 667 bytes} [Wed Jul 1 08:42:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2669] 10.0.0.33 () {30 vars in 703 bytes} [Wed Jul 1 08:42: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: 8|app: 0|req: 1293/2670] 10.0.0.33 () {30 vars in 729 bytes} [Wed Jul 1 08:42:33 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2671] 10.0.0.33 () {30 vars in 681 bytes} [Wed Jul 1 08:42:33 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2672] 10.0.0.33 () {34 vars in 703 bytes} [Wed Jul 1 08:42:33 2026] POST /v2.0/ports => generated 1128 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2673] 199.204.45.53 () {30 vars in 702 bytes} [Wed Jul 1 08:42:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1295/2674] 199.204.45.53 () {30 vars in 704 bytes} [Wed Jul 1 08: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: 1380/2675] 199.204.45.53 () {30 vars in 680 bytes} [Wed Jul 1 08:42:36 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: 1296/2676] 199.204.45.53 () {30 vars in 716 bytes} [Wed Jul 1 08:42:36 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: 1381/2677] 199.204.45.53 () {30 vars in 736 bytes} [Wed Jul 1 08:42:36 2026] GET /v2.0/ports/9ea8351a-9319-4c2f-a71b-5584f460f8fd => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2678] 199.204.45.53 () {30 vars in 702 bytes} [Wed Jul 1 08: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: 7|app: 0|req: 1382/2679] 199.204.45.53 () {30 vars in 704 bytes} [Wed Jul 1 08:42:36 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: 1298/2680] 199.204.45.53 () {30 vars in 680 bytes} [Wed Jul 1 08:42:36 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: 1383/2681] 199.204.45.53 () {30 vars in 716 bytes} [Wed Jul 1 08: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) 2026-07-01 08:42:37.031 8 INFO neutron.api.v2.resource [None req-c0532414-c1cb-4956-9a6c-033ed8406c19 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1299/2682] 199.204.45.53 () {30 vars in 762 bytes} [Wed Jul 1 08:42:37 2026] GET /v2.0/security-groups/lb-bc2b0cd1-a149-4077-85b6-96a064c224d3 => generated 149 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2683] 199.204.45.53 () {30 vars in 784 bytes} [Wed Jul 1 08:42:37 2026] GET /v2.0/security-groups?name=lb-bc2b0cd1-a149-4077-85b6-96a064c224d3 => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2684] 199.204.45.53 () {34 vars in 735 bytes} [Wed Jul 1 08:42:37 2026] POST /v2.0/security-groups => generated 1638 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2685] 199.204.45.53 () {30 vars in 814 bytes} [Wed Jul 1 08:42:37 2026] GET /v2.0/security-group-rules?security_group_id=2518beb8-9253-42d9-a5d1-512a1c2a474f => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2688] 199.204.45.53 () {34 vars in 788 bytes} [Wed Jul 1 08:42:37 2026] PUT /v2.0/ports/9ea8351a-9319-4c2f-a71b-5584f460f8fd => generated 1128 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2689] 199.204.45.53 () {30 vars in 702 bytes} [Wed Jul 1 08:42:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1302/2690] 199.204.45.53 () {30 vars in 704 bytes} [Wed Jul 1 08:42:37 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: 1389/2691] 199.204.45.53 () {30 vars in 680 bytes} [Wed Jul 1 08:42:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2692] 199.204.45.53 () {30 vars in 716 bytes} [Wed Jul 1 08:42:37 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: 1390/2693] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:42:37 2026] GET /v2.0/subnets/ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => 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: 1304/2694] 10.0.0.133 () {34 vars in 1016 bytes} [Wed Jul 1 08:42:44 2026] GET /v2.0/security-groups?id=1d3eb99d-9fd2-441d-9c04-859c726a929e&fields=id => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2695] 10.0.0.133 () {34 vars in 982 bytes} [Wed Jul 1 08:42:44 2026] GET /v2.0/networks?id=44836d81-209e-464f-a169-484c1280dcb1 => generated 735 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2696] 10.0.0.133 () {34 vars in 965 bytes} [Wed Jul 1 08:42:44 2026] GET /v2.0/quotas/075b41ad5db5452fac1a166ae5a6d627 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2697] 10.0.0.133 () {34 vars in 1002 bytes} [Wed Jul 1 08:42:44 2026] GET /v2.0/ports?tenant_id=075b41ad5db5452fac1a166ae5a6d627&fields=id => generated 149 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2698] 10.0.0.133 () {34 vars in 1008 bytes} [Wed Jul 1 08:42:44 2026] GET /v2.0/networks/44836d81-209e-464f-a169-484c1280dcb1?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2699] 10.0.0.133 () {34 vars in 1108 bytes} [Wed Jul 1 08:42:44 2026] GET /v2.0/networks/44836d81-209e-464f-a169-484c1280dcb1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2700] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:42:45 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => 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: 1394/2701] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:42:45 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => 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: 1308/2702] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:42:48 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => 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: 1395/2703] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:42:48 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => 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: 1309/2704] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:42:49 2026] GET /v2.0/networks?id=44836d81-209e-464f-a169-484c1280dcb1 => generated 735 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2705] 199.204.45.53 () {34 vars in 1049 bytes} [Wed Jul 1 08:42:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=075b41ad5db5452fac1a166ae5a6d627 => generated 343 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2706] 199.204.45.53 () {38 vars in 954 bytes} [Wed Jul 1 08:42:49 2026] POST /v2.0/ports => generated 1082 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2707] 199.204.45.53 () {38 vars in 1027 bytes} [Wed Jul 1 08:42:49 2026] PUT /v2.0/ports/c5a3fa07-c2c0-40bc-b9c1-9f87081a8d63 => generated 1243 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:42:50.362 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dc5d12f1-216e-4f8a-8410-4066f902d3f4'] response: {'name': 'network-changed', 'server_uuid': '010d812e-1477-46e5-bba2-a493aacd6763', 'tag': 'c5a3fa07-c2c0-40bc-b9c1-9f87081a8d63', '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: 1311/2708] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:42:50 2026] GET /v2.0/ports?tenant_id=075b41ad5db5452fac1a166ae5a6d627&device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 1246 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: 1398/2709] 199.204.45.53 () {34 vars in 1017 bytes} [Wed Jul 1 08:42:50 2026] GET /v2.0/networks?tenant_id=075b41ad5db5452fac1a166ae5a6d627&shared=False => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2710] 199.204.45.53 () {34 vars in 929 bytes} [Wed Jul 1 08:42:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2711] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:42:51 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => 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: 1313/2712] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:42:51 2026] GET /v2.0/security-groups?id=1d3eb99d-9fd2-441d-9c04-859c726a929e&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2713] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:42:51 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2714] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:42:52 2026] GET /v2.0/ports?tenant_id=075b41ad5db5452fac1a166ae5a6d627&device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2715] 199.204.45.53 () {34 vars in 1061 bytes} [Wed Jul 1 08:42:52 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.144&port_id=c5a3fa07-c2c0-40bc-b9c1-9f87081a8d63 => 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: 1315/2716] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:42:52 2026] GET /v2.0/subnets?id=b67c3148-510f-4242-a608-a4d34bc7f511 => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2717] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:42:52 2026] GET /v2.0/ports?network_id=44836d81-209e-464f-a169-484c1280dcb1&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2718] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:42:52 2026] GET /v2.0/networks/44836d81-209e-464f-a169-484c1280dcb1?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: 1403/2719] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:42:52 2026] GET /v2.0/networks/44836d81-209e-464f-a169-484c1280dcb1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2722] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:42:54 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 1246 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2723] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:42:54 2026] GET /v2.0/security-groups?id=1d3eb99d-9fd2-441d-9c04-859c726a929e&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2724] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:42:54 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2725] 199.204.45.53 () {34 vars in 993 bytes} [Wed Jul 1 08:42:55 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 1246 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2726] 199.204.45.53 () {34 vars in 1043 bytes} [Wed Jul 1 08:42:56 2026] GET /v2.0/security-groups?id=1d3eb99d-9fd2-441d-9c04-859c726a929e&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2727] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:42:57 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2728] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:42:57 2026] GET /v2.0/security-groups?id=1d3eb99d-9fd2-441d-9c04-859c726a929e&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2729] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:42:57 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2730] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:42:59 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => 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: 1322/2731] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:42:59 2026] GET /v2.0/security-groups?id=1d3eb99d-9fd2-441d-9c04-859c726a929e&fields=id&fields=name => generated 96 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2732] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:43:00 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2737] 199.204.45.53 () {30 vars in 702 bytes} [Wed Jul 1 08:43:34 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: 1325/2738] 199.204.45.53 () {30 vars in 704 bytes} [Wed Jul 1 08:43:34 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: 1414/2739] 199.204.45.53 () {30 vars in 680 bytes} [Wed Jul 1 08:43:34 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: 1326/2740] 199.204.45.53 () {30 vars in 716 bytes} [Wed Jul 1 08:43:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2741] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:43:35 2026] GET /v2.0/subnets/ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => generated 674 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2742] 199.204.45.53 () {30 vars in 768 bytes} [Wed Jul 1 08:43:35 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2743] 199.204.45.53 () {34 vars in 716 bytes} [Wed Jul 1 08:43:35 2026] POST /v2.0/ports => generated 1051 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2744] 10.0.0.133 () {34 vars in 971 bytes} [Wed Jul 1 08:43:35 2026] GET /v2.0/ports/ef116914-3abd-499b-afe4-a84f8c68aebb => generated 1051 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2745] 10.0.0.133 () {34 vars in 907 bytes} [Wed Jul 1 08:43:35 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2746] 199.204.45.53 () {34 vars in 1261 bytes} [Wed Jul 1 08:43:36 2026] GET /v2.0/ports/ef116914-3abd-499b-afe4-a84f8c68aebb?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2747] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:43:36 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2748] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:43:36 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed?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: 1419/2749] 199.204.45.53 () {34 vars in 974 bytes} [Wed Jul 1 08:43:37 2026] GET /v2.0/ports/ef116914-3abd-499b-afe4-a84f8c68aebb => generated 1051 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2750] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:43:37 2026] GET /v2.0/networks?id=4e169de3-cbb9-49b4-a10c-e1aca21194ed => generated 803 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2753] 199.204.45.53 () {38 vars in 1027 bytes} [Wed Jul 1 08:43:37 2026] PUT /v2.0/ports/ef116914-3abd-499b-afe4-a84f8c68aebb => generated 1241 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:43:37.749 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-47a15727-b1c0-4046-a26b-190cb7d70c8d'] response: {'name': 'network-changed', 'server_uuid': '010d812e-1477-46e5-bba2-a493aacd6763', 'tag': 'ef116914-3abd-499b-afe4-a84f8c68aebb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1334/2754] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:43:38 2026] GET /v2.0/ports?tenant_id=075b41ad5db5452fac1a166ae5a6d627&device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 2481 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2755] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:43:38 2026] GET /v2.0/networks?id=4e169de3-cbb9-49b4-a10c-e1aca21194ed => generated 803 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2756] 199.204.45.53 () {34 vars in 1053 bytes} [Wed Jul 1 08:43:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.7&port_id=ef116914-3abd-499b-afe4-a84f8c68aebb => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2757] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:43:38 2026] GET /v2.0/subnets?id=ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2758] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:43:38 2026] GET /v2.0/ports?network_id=4e169de3-cbb9-49b4-a10c-e1aca21194ed&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: 1423/2759] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:43:38 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2760] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:43:38 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed?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: 1424/2761] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:43:39 2026] GET /v2.0/ports?tenant_id=075b41ad5db5452fac1a166ae5a6d627&device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 2481 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2762] 199.204.45.53 () {34 vars in 1061 bytes} [Wed Jul 1 08:43:39 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.144&port_id=c5a3fa07-c2c0-40bc-b9c1-9f87081a8d63 => 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: 1425/2763] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:43:39 2026] GET /v2.0/subnets?id=b67c3148-510f-4242-a608-a4d34bc7f511 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2764] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:43:39 2026] GET /v2.0/ports?network_id=44836d81-209e-464f-a169-484c1280dcb1&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2765] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:43:39 2026] GET /v2.0/networks/44836d81-209e-464f-a169-484c1280dcb1?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2766] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:43:39 2026] GET /v2.0/networks/44836d81-209e-464f-a169-484c1280dcb1?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: 1427/2767] 199.204.45.53 () {34 vars in 1053 bytes} [Wed Jul 1 08:43:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.7&port_id=ef116914-3abd-499b-afe4-a84f8c68aebb => 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: 1341/2768] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:43:39 2026] GET /v2.0/subnets?id=ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2769] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:43:39 2026] GET /v2.0/ports?network_id=4e169de3-cbb9-49b4-a10c-e1aca21194ed&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2770] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:43:39 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed?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: 1429/2771] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:43:39 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed?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: 1343/2772] 10.0.0.133 () {34 vars in 971 bytes} [Wed Jul 1 08:43:44 2026] GET /v2.0/ports/ef116914-3abd-499b-afe4-a84f8c68aebb => generated 1243 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2773] 199.204.45.53 () {34 vars in 788 bytes} [Wed Jul 1 08:43:44 2026] PUT /v2.0/ports/ef116914-3abd-499b-afe4-a84f8c68aebb => generated 1267 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:43:44.412 8 INFO neutron.api.v2.resource [None req-9863aade-3c3b-43c6-a335-24aae636a40e e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1344/2774] 199.204.45.53 () {30 vars in 762 bytes} [Wed Jul 1 08:43:44 2026] GET /v2.0/security-groups/lb-bc2b0cd1-a149-4077-85b6-96a064c224d3 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:43:44.437 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-44591577-4324-47b5-aaf8-3db5efd2b0ba'] response: {'name': 'network-changed', 'server_uuid': '010d812e-1477-46e5-bba2-a493aacd6763', 'tag': 'ef116914-3abd-499b-afe4-a84f8c68aebb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1431/2775] 199.204.45.53 () {30 vars in 784 bytes} [Wed Jul 1 08:43:44 2026] GET /v2.0/security-groups?name=lb-bc2b0cd1-a149-4077-85b6-96a064c224d3 => 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: 1345/2776] 199.204.45.53 () {34 vars in 788 bytes} [Wed Jul 1 08:43:44 2026] PUT /v2.0/ports/ef116914-3abd-499b-afe4-a84f8c68aebb => generated 1305 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:43:44.753 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ae7a778-a8c2-4177-8906-f860767fd359'] response: {'name': 'network-changed', 'server_uuid': '010d812e-1477-46e5-bba2-a493aacd6763', 'tag': 'ef116914-3abd-499b-afe4-a84f8c68aebb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1432/2777] 199.204.45.53 () {30 vars in 702 bytes} [Wed Jul 1 08:43:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1346/2778] 199.204.45.53 () {30 vars in 704 bytes} [Wed Jul 1 08:43:44 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: 1433/2779] 199.204.45.53 () {30 vars in 680 bytes} [Wed Jul 1 08:43:44 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: 1347/2780] 199.204.45.53 () {30 vars in 716 bytes} [Wed Jul 1 08:43:44 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: 1348/2781] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:43:44 2026] GET /v2.0/subnets/ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2782] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:43:44 2026] GET /v2.0/ports?tenant_id=075b41ad5db5452fac1a166ae5a6d627&device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 2581 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2783] 199.204.45.53 () {30 vars in 736 bytes} [Wed Jul 1 08:43:44 2026] GET /v2.0/ports/9ea8351a-9319-4c2f-a71b-5584f460f8fd => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2784] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:43:44 2026] GET /v2.0/networks?id=4e169de3-cbb9-49b4-a10c-e1aca21194ed => generated 803 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2785] 199.204.45.53 () {30 vars in 736 bytes} [Wed Jul 1 08:43:45 2026] GET /v2.0/ports/ef116914-3abd-499b-afe4-a84f8c68aebb => generated 1341 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2786] 199.204.45.53 () {34 vars in 1053 bytes} [Wed Jul 1 08:43:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.7&port_id=ef116914-3abd-499b-afe4-a84f8c68aebb => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2787] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:43:45 2026] GET /v2.0/subnets?id=ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2788] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:43:45 2026] GET /v2.0/subnets/ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => 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: 1352/2789] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:43:45 2026] GET /v2.0/ports?network_id=4e169de3-cbb9-49b4-a10c-e1aca21194ed&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2790] 199.204.45.53 () {30 vars in 742 bytes} [Wed Jul 1 08:43:45 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed => 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: 1353/2791] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:43:45 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed?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: 1439/2792] 199.204.45.53 () {30 vars in 736 bytes} [Wed Jul 1 08:43:45 2026] GET /v2.0/ports/9ea8351a-9319-4c2f-a71b-5584f460f8fd => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2793] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:43:45 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed?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: 1440/2794] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:43:45 2026] GET /v2.0/subnets/ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2795] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:43:46 2026] GET /v2.0/ports?tenant_id=075b41ad5db5452fac1a166ae5a6d627&device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 2581 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2796] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:43:46 2026] GET /v2.0/networks?id=4e169de3-cbb9-49b4-a10c-e1aca21194ed => generated 803 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2797] 199.204.45.53 () {34 vars in 1053 bytes} [Wed Jul 1 08:43:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.7&port_id=ef116914-3abd-499b-afe4-a84f8c68aebb => 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: 1442/2798] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:43:46 2026] GET /v2.0/subnets?id=ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2799] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:43:46 2026] GET /v2.0/ports?network_id=4e169de3-cbb9-49b4-a10c-e1aca21194ed&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: 1443/2800] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:43:46 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2801] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:43:46 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed?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-07-01 08:43:55.837 7 INFO neutron.db.l3_db [None req-9d60abfa-6beb-4c3d-94b4-cae04337e612 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] Floating IP 024f4cff-1945-499b-8a27-fa2326dedde0 associated. External IP: 10.96.250.215, port: 9ea8351a-9319-4c2f-a71b-5584f460f8fd. [pid: 7|app: 0|req: 1445/2804] 10.0.0.228 () {34 vars in 677 bytes} [Wed Jul 1 08:43:54 2026] POST /v2.0/floatingips => generated 898 bytes in 1478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2805] 199.204.45.53 () {30 vars in 702 bytes} [Wed Jul 1 08:43:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2806] 199.204.45.53 () {30 vars in 704 bytes} [Wed Jul 1 08: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: 1361/2807] 199.204.45.53 () {30 vars in 680 bytes} [Wed Jul 1 08:43:59 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: 1447/2808] 199.204.45.53 () {30 vars in 716 bytes} [Wed Jul 1 08:43:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:43:59.165 8 INFO neutron.api.v2.resource [None req-cd2d46ff-4088-4d0a-a2e1-b795cb99a1dd e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1362/2809] 199.204.45.53 () {30 vars in 762 bytes} [Wed Jul 1 08:43:59 2026] GET /v2.0/security-groups/lb-bc2b0cd1-a149-4077-85b6-96a064c224d3 => 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: 1448/2810] 199.204.45.53 () {30 vars in 784 bytes} [Wed Jul 1 08:43:59 2026] GET /v2.0/security-groups?name=lb-bc2b0cd1-a149-4077-85b6-96a064c224d3 => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2811] 199.204.45.53 () {30 vars in 814 bytes} [Wed Jul 1 08:43:59 2026] GET /v2.0/security-group-rules?security_group_id=2518beb8-9253-42d9-a5d1-512a1c2a474f => generated 1182 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2812] 199.204.45.53 () {34 vars in 746 bytes} [Wed Jul 1 08:43:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2813] 199.204.45.53 () {34 vars in 746 bytes} [Wed Jul 1 08:43:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2816] 10.0.0.33 () {30 vars in 689 bytes} [Wed Jul 1 08:44:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2817] 10.0.0.33 () {30 vars in 691 bytes} [Wed Jul 1 08:44:07 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: 1452/2818] 10.0.0.33 () {30 vars in 667 bytes} [Wed Jul 1 08:44:07 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: 1367/2819] 10.0.0.33 () {30 vars in 703 bytes} [Wed Jul 1 08:44:07 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: 1453/2820] 10.0.0.33 () {28 vars in 438 bytes} [Wed Jul 1 08:44:08 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: 1368/2821] 10.0.0.33 () {30 vars in 727 bytes} [Wed Jul 1 08:44:08 2026] GET /v2.0/subnets/eef8dd68-a06f-4c0d-86b6-d7c141cc255f => generated 655 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2822] 199.204.45.53 () {30 vars in 702 bytes} [Wed Jul 1 08:44:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2823] 199.204.45.53 () {30 vars in 704 bytes} [Wed Jul 1 08:44:10 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: 1455/2824] 199.204.45.53 () {30 vars in 680 bytes} [Wed Jul 1 08:44:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2825] 199.204.45.53 () {30 vars in 716 bytes} [Wed Jul 1 08:44:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2826] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:44:10 2026] GET /v2.0/subnets/eef8dd68-a06f-4c0d-86b6-d7c141cc255f => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2827] 199.204.45.53 () {30 vars in 768 bytes} [Wed Jul 1 08:44:10 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 2581 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2828] 199.204.45.53 () {30 vars in 702 bytes} [Wed Jul 1 08:44:11 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: 1372/2829] 199.204.45.53 () {30 vars in 704 bytes} [Wed Jul 1 08:44:11 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: 1458/2830] 199.204.45.53 () {30 vars in 680 bytes} [Wed Jul 1 08:44:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2831] 199.204.45.53 () {30 vars in 716 bytes} [Wed Jul 1 08:44:11 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: 1459/2832] 199.204.45.53 () {34 vars in 716 bytes} [Wed Jul 1 08:44:11 2026] POST /v2.0/ports => generated 1328 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2833] 10.0.0.133 () {34 vars in 971 bytes} [Wed Jul 1 08:44:11 2026] GET /v2.0/ports/a3cf7f01-70f1-4783-b06c-cc8e0fa78fab => 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: 7|app: 0|req: 1460/2834] 199.204.45.53 () {34 vars in 1261 bytes} [Wed Jul 1 08:44:13 2026] GET /v2.0/ports/a3cf7f01-70f1-4783-b06c-cc8e0fa78fab?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2835] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:44:13 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d?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: 1461/2836] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:44:13 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d?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: 1376/2837] 199.204.45.53 () {34 vars in 974 bytes} [Wed Jul 1 08:44:13 2026] GET /v2.0/ports/a3cf7f01-70f1-4783-b06c-cc8e0fa78fab => generated 1328 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2838] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:44:13 2026] GET /v2.0/networks?id=894d958c-662f-4b5a-90d3-464bfcb17e5d => 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: 1377/2839] 199.204.45.53 () {38 vars in 1027 bytes} [Wed Jul 1 08:44:13 2026] PUT /v2.0/ports/a3cf7f01-70f1-4783-b06c-cc8e0fa78fab => generated 1518 bytes in 484 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:44:14.326 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d58db466-b084-4241-bf20-987e2b8ce629'] response: {'name': 'network-changed', 'server_uuid': '010d812e-1477-46e5-bba2-a493aacd6763', 'tag': 'a3cf7f01-70f1-4783-b06c-cc8e0fa78fab', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1463/2840] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:44:14 2026] GET /v2.0/ports?tenant_id=075b41ad5db5452fac1a166ae5a6d627&device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 4091 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: 1378/2841] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:44:14 2026] GET /v2.0/networks?id=894d958c-662f-4b5a-90d3-464bfcb17e5d => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2842] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:44:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.182&port_id=a3cf7f01-70f1-4783-b06c-cc8e0fa78fab => 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: 1379/2843] 199.204.45.53 () {34 vars in 1103 bytes} [Wed Jul 1 08:44:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1a0&port_id=a3cf7f01-70f1-4783-b06c-cc8e0fa78fab => 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: 1465/2844] 199.204.45.53 () {34 vars in 1063 bytes} [Wed Jul 1 08:44:14 2026] GET /v2.0/subnets?id=eef8dd68-a06f-4c0d-86b6-d7c141cc255f&id=176c4c68-c3b3-400a-8251-4d66ec72161e => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2845] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:44:15 2026] GET /v2.0/ports?network_id=894d958c-662f-4b5a-90d3-464bfcb17e5d&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2846] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:44:15 2026] GET /v2.0/ports?network_id=894d958c-662f-4b5a-90d3-464bfcb17e5d&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2847] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:44:15 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d?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: 1467/2848] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:44:15 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d?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: 1382/2849] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:44:16 2026] GET /v2.0/ports?tenant_id=075b41ad5db5452fac1a166ae5a6d627&device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 4091 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2850] 199.204.45.53 () {34 vars in 1061 bytes} [Wed Jul 1 08:44:16 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.144&port_id=c5a3fa07-c2c0-40bc-b9c1-9f87081a8d63 => 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: 1383/2851] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:44:16 2026] GET /v2.0/subnets?id=b67c3148-510f-4242-a608-a4d34bc7f511 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2852] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:44:16 2026] GET /v2.0/ports?network_id=44836d81-209e-464f-a169-484c1280dcb1&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: 1384/2853] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:44:16 2026] GET /v2.0/networks/44836d81-209e-464f-a169-484c1280dcb1?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: 1470/2854] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:44:16 2026] GET /v2.0/networks/44836d81-209e-464f-a169-484c1280dcb1?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: 1385/2855] 199.204.45.53 () {34 vars in 1053 bytes} [Wed Jul 1 08:44:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.7&port_id=ef116914-3abd-499b-afe4-a84f8c68aebb => 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: 1471/2856] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:44:16 2026] GET /v2.0/subnets?id=ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2857] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:44:16 2026] GET /v2.0/ports?network_id=4e169de3-cbb9-49b4-a10c-e1aca21194ed&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2858] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:44:16 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed?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: 1387/2859] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:44:16 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2860] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:44:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.182&port_id=a3cf7f01-70f1-4783-b06c-cc8e0fa78fab => 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: 1388/2861] 199.204.45.53 () {34 vars in 1103 bytes} [Wed Jul 1 08:44:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1a0&port_id=a3cf7f01-70f1-4783-b06c-cc8e0fa78fab => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2862] 199.204.45.53 () {34 vars in 1063 bytes} [Wed Jul 1 08:44:16 2026] GET /v2.0/subnets?id=eef8dd68-a06f-4c0d-86b6-d7c141cc255f&id=176c4c68-c3b3-400a-8251-4d66ec72161e => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2863] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:44:16 2026] GET /v2.0/ports?network_id=894d958c-662f-4b5a-90d3-464bfcb17e5d&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2864] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:44:16 2026] GET /v2.0/ports?network_id=894d958c-662f-4b5a-90d3-464bfcb17e5d&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2865] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:44:16 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d?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: 1476/2866] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:44:16 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d?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: 1391/2867] 10.0.0.133 () {34 vars in 971 bytes} [Wed Jul 1 08:44:21 2026] GET /v2.0/ports/a3cf7f01-70f1-4783-b06c-cc8e0fa78fab => generated 1518 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2868] 199.204.45.53 () {30 vars in 742 bytes} [Wed Jul 1 08:44:21 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d => generated 797 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2869] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:44:21 2026] GET /v2.0/subnets/eef8dd68-a06f-4c0d-86b6-d7c141cc255f => generated 673 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2870] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:44:21 2026] GET /v2.0/subnets/176c4c68-c3b3-400a-8251-4d66ec72161e => generated 744 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2871] 199.204.45.53 () {30 vars in 702 bytes} [Wed Jul 1 08:44:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2872] 199.204.45.53 () {30 vars in 704 bytes} [Wed Jul 1 08:44:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2873] 199.204.45.53 () {30 vars in 680 bytes} [Wed Jul 1 08:44:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2874] 199.204.45.53 () {30 vars in 716 bytes} [Wed Jul 1 08:44:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2875] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:44:21 2026] GET /v2.0/subnets/ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2876] 199.204.45.53 () {30 vars in 736 bytes} [Wed Jul 1 08:44:21 2026] GET /v2.0/ports/9ea8351a-9319-4c2f-a71b-5584f460f8fd => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2877] 199.204.45.53 () {30 vars in 736 bytes} [Wed Jul 1 08:44:21 2026] GET /v2.0/ports/ef116914-3abd-499b-afe4-a84f8c68aebb => generated 1341 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2878] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:44:21 2026] GET /v2.0/subnets/ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => generated 674 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2879] 199.204.45.53 () {30 vars in 742 bytes} [Wed Jul 1 08:44:21 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed => generated 800 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2880] 199.204.45.53 () {30 vars in 736 bytes} [Wed Jul 1 08:44:21 2026] GET /v2.0/ports/9ea8351a-9319-4c2f-a71b-5584f460f8fd => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2881] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:44:21 2026] GET /v2.0/subnets/ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2884] 10.0.0.33 () {30 vars in 689 bytes} [Wed Jul 1 08:44:29 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: 1485/2885] 10.0.0.33 () {30 vars in 691 bytes} [Wed Jul 1 08:44:29 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: 1401/2886] 10.0.0.33 () {30 vars in 667 bytes} [Wed Jul 1 08:44:29 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: 1486/2887] 10.0.0.33 () {30 vars in 703 bytes} [Wed Jul 1 08:44:29 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: 1402/2888] 10.0.0.33 () {28 vars in 438 bytes} [Wed Jul 1 08:44:29 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2889] 10.0.0.33 () {30 vars in 727 bytes} [Wed Jul 1 08:44:29 2026] GET /v2.0/subnets/757759b6-f6c6-4a57-ba16-56825ab757c2 => generated 655 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2890] 199.204.45.53 () {30 vars in 702 bytes} [Wed Jul 1 08:44: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: 1488/2891] 199.204.45.53 () {30 vars in 704 bytes} [Wed Jul 1 08:44:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2892] 199.204.45.53 () {30 vars in 680 bytes} [Wed Jul 1 08: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: 1489/2893] 199.204.45.53 () {30 vars in 716 bytes} [Wed Jul 1 08:44:30 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: 1405/2894] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:44:30 2026] GET /v2.0/subnets/eef8dd68-a06f-4c0d-86b6-d7c141cc255f => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2895] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:44:30 2026] GET /v2.0/subnets/757759b6-f6c6-4a57-ba16-56825ab757c2 => generated 673 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2896] 199.204.45.53 () {30 vars in 768 bytes} [Wed Jul 1 08:44:30 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 4093 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2897] 199.204.45.53 () {30 vars in 702 bytes} [Wed Jul 1 08:44: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: 1407/2898] 199.204.45.53 () {30 vars in 704 bytes} [Wed Jul 1 08:44:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2899] 199.204.45.53 () {30 vars in 680 bytes} [Wed Jul 1 08:44:30 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: 1408/2900] 199.204.45.53 () {30 vars in 716 bytes} [Wed Jul 1 08:44: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: 7|app: 0|req: 1493/2901] 199.204.45.53 () {34 vars in 716 bytes} [Wed Jul 1 08:44:30 2026] POST /v2.0/ports => generated 1324 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2902] 10.0.0.133 () {34 vars in 971 bytes} [Wed Jul 1 08:44:31 2026] GET /v2.0/ports/ab92b75f-72f9-4e63-964a-8410526fa805 => generated 1324 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: 7|app: 0|req: 1494/2903] 199.204.45.53 () {34 vars in 1261 bytes} [Wed Jul 1 08:44:32 2026] GET /v2.0/ports/ab92b75f-72f9-4e63-964a-8410526fa805?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2904] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:44:32 2026] GET /v2.0/networks/70f0490a-a6a0-495f-990d-1ce66c53d1d6?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: 1495/2905] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:44:32 2026] GET /v2.0/networks/70f0490a-a6a0-495f-990d-1ce66c53d1d6?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: 1411/2906] 199.204.45.53 () {34 vars in 974 bytes} [Wed Jul 1 08:44:33 2026] GET /v2.0/ports/ab92b75f-72f9-4e63-964a-8410526fa805 => generated 1324 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2907] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:44:33 2026] GET /v2.0/networks?id=70f0490a-a6a0-495f-990d-1ce66c53d1d6 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2908] 199.204.45.53 () {38 vars in 1027 bytes} [Wed Jul 1 08:44:33 2026] PUT /v2.0/ports/ab92b75f-72f9-4e63-964a-8410526fa805 => generated 1514 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:44:33.616 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b525f1c8-82ae-4892-b29c-17176894f41f'] response: {'name': 'network-changed', 'server_uuid': '010d812e-1477-46e5-bba2-a493aacd6763', 'tag': 'ab92b75f-72f9-4e63-964a-8410526fa805', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1497/2909] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:44:34 2026] GET /v2.0/ports?tenant_id=075b41ad5db5452fac1a166ae5a6d627&device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 5599 bytes in 50 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: 1413/2910] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:44:34 2026] GET /v2.0/networks?id=70f0490a-a6a0-495f-990d-1ce66c53d1d6 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2911] 199.204.45.53 () {34 vars in 1055 bytes} [Wed Jul 1 08:44:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.20&port_id=ab92b75f-72f9-4e63-964a-8410526fa805 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2912] 199.204.45.53 () {34 vars in 1103 bytes} [Wed Jul 1 08:44:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Abf&port_id=ab92b75f-72f9-4e63-964a-8410526fa805 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2913] 199.204.45.53 () {34 vars in 1063 bytes} [Wed Jul 1 08:44:34 2026] GET /v2.0/subnets?id=1141b8fb-c8cd-4e79-a57c-d96df191abf7&id=757759b6-f6c6-4a57-ba16-56825ab757c2 => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2914] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:44:34 2026] GET /v2.0/ports?network_id=70f0490a-a6a0-495f-990d-1ce66c53d1d6&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2915] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:44:34 2026] GET /v2.0/ports?network_id=70f0490a-a6a0-495f-990d-1ce66c53d1d6&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2916] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:44:34 2026] GET /v2.0/networks/70f0490a-a6a0-495f-990d-1ce66c53d1d6?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: 1501/2917] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:44:34 2026] GET /v2.0/networks/70f0490a-a6a0-495f-990d-1ce66c53d1d6?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: 1417/2918] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:44:35 2026] GET /v2.0/ports?tenant_id=075b41ad5db5452fac1a166ae5a6d627&device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 5599 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2919] 199.204.45.53 () {34 vars in 1061 bytes} [Wed Jul 1 08:44:35 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.144&port_id=c5a3fa07-c2c0-40bc-b9c1-9f87081a8d63 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2920] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:44:35 2026] GET /v2.0/subnets?id=b67c3148-510f-4242-a608-a4d34bc7f511 => 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: 1503/2921] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:44:35 2026] GET /v2.0/ports?network_id=44836d81-209e-464f-a169-484c1280dcb1&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2922] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:44:35 2026] GET /v2.0/networks/44836d81-209e-464f-a169-484c1280dcb1?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: 1504/2923] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:44:35 2026] GET /v2.0/networks/44836d81-209e-464f-a169-484c1280dcb1?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: 1420/2924] 199.204.45.53 () {34 vars in 1053 bytes} [Wed Jul 1 08:44:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.7&port_id=ef116914-3abd-499b-afe4-a84f8c68aebb => 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: 1505/2925] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:44:35 2026] GET /v2.0/subnets?id=ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2926] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:44:35 2026] GET /v2.0/ports?network_id=4e169de3-cbb9-49b4-a10c-e1aca21194ed&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: 1506/2927] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:44:35 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2928] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:44:35 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed?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: 1507/2929] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:44:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.182&port_id=a3cf7f01-70f1-4783-b06c-cc8e0fa78fab => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2930] 199.204.45.53 () {34 vars in 1103 bytes} [Wed Jul 1 08:44:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1a0&port_id=a3cf7f01-70f1-4783-b06c-cc8e0fa78fab => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2931] 199.204.45.53 () {34 vars in 1063 bytes} [Wed Jul 1 08:44:36 2026] GET /v2.0/subnets?id=eef8dd68-a06f-4c0d-86b6-d7c141cc255f&id=176c4c68-c3b3-400a-8251-4d66ec72161e => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2932] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:44:36 2026] GET /v2.0/ports?network_id=894d958c-662f-4b5a-90d3-464bfcb17e5d&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2933] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:44:36 2026] GET /v2.0/ports?network_id=894d958c-662f-4b5a-90d3-464bfcb17e5d&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: 1425/2934] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:44:36 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d?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: 1510/2935] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:44:36 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d?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: 1426/2936] 199.204.45.53 () {34 vars in 1055 bytes} [Wed Jul 1 08:44:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.20&port_id=ab92b75f-72f9-4e63-964a-8410526fa805 => 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: 1511/2937] 199.204.45.53 () {34 vars in 1103 bytes} [Wed Jul 1 08:44:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Abf&port_id=ab92b75f-72f9-4e63-964a-8410526fa805 => 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: 1427/2938] 199.204.45.53 () {34 vars in 1063 bytes} [Wed Jul 1 08:44:36 2026] GET /v2.0/subnets?id=1141b8fb-c8cd-4e79-a57c-d96df191abf7&id=757759b6-f6c6-4a57-ba16-56825ab757c2 => generated 1414 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2939] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:44:36 2026] GET /v2.0/ports?network_id=70f0490a-a6a0-495f-990d-1ce66c53d1d6&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: 1428/2940] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:44:36 2026] GET /v2.0/ports?network_id=70f0490a-a6a0-495f-990d-1ce66c53d1d6&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: 1513/2941] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:44:36 2026] GET /v2.0/networks/70f0490a-a6a0-495f-990d-1ce66c53d1d6?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2942] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:44:36 2026] GET /v2.0/networks/70f0490a-a6a0-495f-990d-1ce66c53d1d6?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: 1515/2945] 10.0.0.133 () {34 vars in 971 bytes} [Wed Jul 1 08:44:40 2026] GET /v2.0/ports/ab92b75f-72f9-4e63-964a-8410526fa805 => generated 1516 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2946] 199.204.45.53 () {30 vars in 742 bytes} [Wed Jul 1 08:44:40 2026] GET /v2.0/networks/70f0490a-a6a0-495f-990d-1ce66c53d1d6 => generated 798 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2947] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:44:40 2026] GET /v2.0/subnets/757759b6-f6c6-4a57-ba16-56825ab757c2 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2948] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:44:40 2026] GET /v2.0/subnets/1141b8fb-c8cd-4e79-a57c-d96df191abf7 => generated 748 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2949] 199.204.45.53 () {30 vars in 736 bytes} [Wed Jul 1 08:44:40 2026] GET /v2.0/ports/a3cf7f01-70f1-4783-b06c-cc8e0fa78fab => generated 1520 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2950] 199.204.45.53 () {34 vars in 789 bytes} [Wed Jul 1 08:44:40 2026] PUT /v2.0/ports/a3cf7f01-70f1-4783-b06c-cc8e0fa78fab => generated 1255 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:44:41.051 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-58ea5cf1-a439-465c-bcbe-5627ecac39b0'] response: {'name': 'network-changed', 'server_uuid': '010d812e-1477-46e5-bba2-a493aacd6763', 'tag': 'a3cf7f01-70f1-4783-b06c-cc8e0fa78fab', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1518/2951] 199.204.45.53 () {30 vars in 742 bytes} [Wed Jul 1 08:44:41 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d => generated 797 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1434/2952] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:44:41 2026] GET /v2.0/subnets/eef8dd68-a06f-4c0d-86b6-d7c141cc255f => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2953] 199.204.45.53 () {30 vars in 702 bytes} [Wed Jul 1 08:44:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2954] 199.204.45.53 () {30 vars in 704 bytes} [Wed Jul 1 08:44:41 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2955] 199.204.45.53 () {30 vars in 680 bytes} [Wed Jul 1 08:44:41 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: 1436/2956] 199.204.45.53 () {30 vars in 716 bytes} [Wed Jul 1 08:44:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2957] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:44:41 2026] GET /v2.0/subnets/ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => generated 674 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2958] 199.204.45.53 () {30 vars in 736 bytes} [Wed Jul 1 08:44:41 2026] GET /v2.0/ports/9ea8351a-9319-4c2f-a71b-5584f460f8fd => generated 1128 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2959] 199.204.45.53 () {30 vars in 736 bytes} [Wed Jul 1 08:44:41 2026] GET /v2.0/ports/ef116914-3abd-499b-afe4-a84f8c68aebb => generated 1341 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2960] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:44:41 2026] GET /v2.0/subnets/ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => generated 674 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2961] 199.204.45.53 () {30 vars in 742 bytes} [Wed Jul 1 08:44:41 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed => generated 800 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2962] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:44:41 2026] GET /v2.0/ports?tenant_id=075b41ad5db5452fac1a166ae5a6d627&device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 5372 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2963] 199.204.45.53 () {30 vars in 736 bytes} [Wed Jul 1 08:44:41 2026] GET /v2.0/ports/9ea8351a-9319-4c2f-a71b-5584f460f8fd => generated 1128 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2964] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:44:41 2026] GET /v2.0/networks?id=894d958c-662f-4b5a-90d3-464bfcb17e5d => generated 800 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2965] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:44:41 2026] GET /v2.0/subnets/ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => generated 674 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2966] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:44:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.182&port_id=a3cf7f01-70f1-4783-b06c-cc8e0fa78fab => 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: 1526/2967] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:44:41 2026] GET /v2.0/subnets?id=eef8dd68-a06f-4c0d-86b6-d7c141cc255f => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2968] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:44:41 2026] GET /v2.0/ports?network_id=894d958c-662f-4b5a-90d3-464bfcb17e5d&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2969] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:44:41 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2970] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:44:41 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d?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: 1445/2973] 199.204.45.53 () {30 vars in 702 bytes} [Wed Jul 1 08:44:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2974] 199.204.45.53 () {30 vars in 704 bytes} [Wed Jul 1 08:44: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: 8|app: 0|req: 1446/2975] 199.204.45.53 () {30 vars in 680 bytes} [Wed Jul 1 08:44:54 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: 1530/2976] 199.204.45.53 () {30 vars in 716 bytes} [Wed Jul 1 08:44:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2977] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:44:54 2026] GET /v2.0/subnets/eef8dd68-a06f-4c0d-86b6-d7c141cc255f => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2978] 199.204.45.53 () {30 vars in 768 bytes} [Wed Jul 1 08:44:54 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 5372 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2979] 199.204.45.53 () {30 vars in 702 bytes} [Wed Jul 1 08:44:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2980] 199.204.45.53 () {30 vars in 704 bytes} [Wed Jul 1 08:44:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2981] 199.204.45.53 () {30 vars in 680 bytes} [Wed Jul 1 08:44:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2982] 199.204.45.53 () {30 vars in 716 bytes} [Wed Jul 1 08:44:54 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: 1450/2983] 199.204.45.53 () {30 vars in 736 bytes} [Wed Jul 1 08:44:54 2026] GET /v2.0/ports/ab92b75f-72f9-4e63-964a-8410526fa805 => generated 1516 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2984] 199.204.45.53 () {34 vars in 789 bytes} [Wed Jul 1 08:44:54 2026] PUT /v2.0/ports/ab92b75f-72f9-4e63-964a-8410526fa805 => generated 1307 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:44:54.859 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e126ec4-9f39-40d4-a73d-59e87eb2788d'] response: {'name': 'network-changed', 'server_uuid': '010d812e-1477-46e5-bba2-a493aacd6763', 'tag': 'ab92b75f-72f9-4e63-964a-8410526fa805', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1451/2985] 199.204.45.53 () {30 vars in 742 bytes} [Wed Jul 1 08:44:54 2026] GET /v2.0/networks/70f0490a-a6a0-495f-990d-1ce66c53d1d6 => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1535/2986] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:44:54 2026] GET /v2.0/subnets/1141b8fb-c8cd-4e79-a57c-d96df191abf7 => generated 748 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2987] 199.204.45.53 () {30 vars in 736 bytes} [Wed Jul 1 08:44:54 2026] GET /v2.0/ports/ab92b75f-72f9-4e63-964a-8410526fa805 => generated 1343 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2988] 199.204.45.53 () {34 vars in 788 bytes} [Wed Jul 1 08:44:54 2026] PUT /v2.0/ports/ab92b75f-72f9-4e63-964a-8410526fa805 => generated 1080 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2989] 199.204.45.53 () {30 vars in 742 bytes} [Wed Jul 1 08:44:55 2026] GET /v2.0/networks/70f0490a-a6a0-495f-990d-1ce66c53d1d6 => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1537/2990] 199.204.45.53 () {30 vars in 768 bytes} [Wed Jul 1 08:44:55 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 4972 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2991] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:44:55 2026] GET /v2.0/ports?tenant_id=075b41ad5db5452fac1a166ae5a6d627&device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 4972 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/2992] 199.204.45.53 () {30 vars in 768 bytes} [Wed Jul 1 08:44:55 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 4972 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2993] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:44:55 2026] GET /v2.0/networks?id=70f0490a-a6a0-495f-990d-1ce66c53d1d6 => generated 801 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2994] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:44:55 2026] GET /v2.0/networks/70f0490a-a6a0-495f-990d-1ce66c53d1d6?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2995] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:44:55 2026] GET /v2.0/networks/70f0490a-a6a0-495f-990d-1ce66c53d1d6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2996] 199.204.45.53 () {30 vars in 768 bytes} [Wed Jul 1 08:44:56 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 4972 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:44:56.893 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-48fbbab8-d12f-48c3-bb84-a6ef6f9ebf57'] response: {'name': 'network-changed', 'server_uuid': '010d812e-1477-46e5-bba2-a493aacd6763', 'tag': 'ab92b75f-72f9-4e63-964a-8410526fa805', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1457/2997] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:44:57 2026] GET /v2.0/ports?tenant_id=075b41ad5db5452fac1a166ae5a6d627&device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 4972 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/2998] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:44:57 2026] GET /v2.0/networks?id=70f0490a-a6a0-495f-990d-1ce66c53d1d6 => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2999] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:44:57 2026] GET /v2.0/networks/70f0490a-a6a0-495f-990d-1ce66c53d1d6?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: 1542/3000] 199.204.45.53 () {30 vars in 768 bytes} [Wed Jul 1 08:44:57 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 4972 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/3001] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:44:57 2026] GET /v2.0/networks/70f0490a-a6a0-495f-990d-1ce66c53d1d6?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: 1543/3002] 199.204.45.53 () {34 vars in 974 bytes} [Wed Jul 1 08:44:57 2026] GET /v2.0/ports/ab92b75f-72f9-4e63-964a-8410526fa805 => generated 1116 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3003] 199.204.45.53 () {34 vars in 1059 bytes} [Wed Jul 1 08:44:57 2026] GET /v2.0/ports/ab92b75f-72f9-4e63-964a-8410526fa805?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3004] 199.204.45.53 () {34 vars in 1015 bytes} [Wed Jul 1 08:44:57 2026] GET /v2.0/networks/70f0490a-a6a0-495f-990d-1ce66c53d1d6?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/3005] 199.204.45.53 () {38 vars in 1027 bytes} [Wed Jul 1 08:44:57 2026] PUT /v2.0/ports/ab92b75f-72f9-4e63-964a-8410526fa805 => generated 917 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3006] 199.204.45.53 () {30 vars in 768 bytes} [Wed Jul 1 08:44:58 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 3864 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-07-01 08:44:58.731 8 INFO neutron_taas.services.taas.taas_plugin [None req-9b2dffb8-08dd-4e34-806c-a4280102b253 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: ab92b75f-72f9-4e63-964a-8410526fa805 2026-07-01 08:44:58.734 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b2dffb8-08dd-4e34-806c-a4280102b253 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: ab92b75f-72f9-4e63-964a-8410526fa805 [pid: 8|app: 0|req: 1462/3007] 199.204.45.53 () {32 vars in 758 bytes} [Wed Jul 1 08:44:58 2026] DELETE /v2.0/ports/ab92b75f-72f9-4e63-964a-8410526fa805 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3008] 199.204.45.53 () {30 vars in 702 bytes} [Wed Jul 1 08:44:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3009] 199.204.45.53 () {30 vars in 704 bytes} [Wed Jul 1 08:44:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3010] 199.204.45.53 () {30 vars in 680 bytes} [Wed Jul 1 08:44:58 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: 1464/3011] 199.204.45.53 () {30 vars in 716 bytes} [Wed Jul 1 08:44:58 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: 1548/3012] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:44:58 2026] GET /v2.0/subnets/ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => generated 674 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3013] 199.204.45.53 () {30 vars in 736 bytes} [Wed Jul 1 08:44:59 2026] GET /v2.0/ports/9ea8351a-9319-4c2f-a71b-5584f460f8fd => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3014] 199.204.45.53 () {30 vars in 736 bytes} [Wed Jul 1 08:44:59 2026] GET /v2.0/ports/ef116914-3abd-499b-afe4-a84f8c68aebb => generated 1341 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3015] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:44:59 2026] GET /v2.0/subnets/ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3016] 199.204.45.53 () {30 vars in 742 bytes} [Wed Jul 1 08:44:59 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3017] 199.204.45.53 () {30 vars in 736 bytes} [Wed Jul 1 08:44:59 2026] GET /v2.0/ports/9ea8351a-9319-4c2f-a71b-5584f460f8fd => generated 1128 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3018] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:44:59 2026] GET /v2.0/subnets/ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => 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: 1468/3019] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:44:59 2026] GET /v2.0/ports?tenant_id=075b41ad5db5452fac1a166ae5a6d627&device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 3864 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3020] 199.204.45.53 () {34 vars in 1225 bytes} [Wed Jul 1 08:44:59 2026] GET /v2.0/networks?id=44836d81-209e-464f-a169-484c1280dcb1&id=4e169de3-cbb9-49b4-a10c-e1aca21194ed&id=894d958c-662f-4b5a-90d3-464bfcb17e5d&id=70f0490a-a6a0-495f-990d-1ce66c53d1d6 => generated 3097 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3021] 199.204.45.53 () {34 vars in 1061 bytes} [Wed Jul 1 08:44:59 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.144&port_id=c5a3fa07-c2c0-40bc-b9c1-9f87081a8d63 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3022] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:44:59 2026] GET /v2.0/subnets?id=b67c3148-510f-4242-a608-a4d34bc7f511 => 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: 1470/3023] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:44:59 2026] GET /v2.0/ports?network_id=44836d81-209e-464f-a169-484c1280dcb1&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: 1554/3024] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:44:59 2026] GET /v2.0/networks/44836d81-209e-464f-a169-484c1280dcb1?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: 1471/3025] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:44:59 2026] GET /v2.0/networks/44836d81-209e-464f-a169-484c1280dcb1?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: 1555/3026] 199.204.45.53 () {34 vars in 1053 bytes} [Wed Jul 1 08:44:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.7&port_id=ef116914-3abd-499b-afe4-a84f8c68aebb => 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: 1472/3027] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:44:59 2026] GET /v2.0/subnets?id=ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3028] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:45:00 2026] GET /v2.0/ports?network_id=4e169de3-cbb9-49b4-a10c-e1aca21194ed&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3029] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:45:00 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3030] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:45:00 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3031] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:45:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.182&port_id=a3cf7f01-70f1-4783-b06c-cc8e0fa78fab => 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: 1558/3032] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:45:00 2026] GET /v2.0/subnets?id=eef8dd68-a06f-4c0d-86b6-d7c141cc255f => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3033] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:45:00 2026] GET /v2.0/ports?network_id=894d958c-662f-4b5a-90d3-464bfcb17e5d&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3034] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:45:00 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3035] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:45:00 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3036] 199.204.45.53 () {30 vars in 702 bytes} [Wed Jul 1 08:45:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3037] 199.204.45.53 () {30 vars in 704 bytes} [Wed Jul 1 08:45:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3038] 199.204.45.53 () {30 vars in 680 bytes} [Wed Jul 1 08:45:04 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: 1478/3039] 199.204.45.53 () {30 vars in 716 bytes} [Wed Jul 1 08:45:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3040] 199.204.45.53 () {30 vars in 768 bytes} [Wed Jul 1 08:45:04 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 3864 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3041] 199.204.45.53 () {30 vars in 702 bytes} [Wed Jul 1 08:45:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3042] 199.204.45.53 () {30 vars in 704 bytes} [Wed Jul 1 08:45:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3043] 199.204.45.53 () {30 vars in 680 bytes} [Wed Jul 1 08:45:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3044] 199.204.45.53 () {30 vars in 716 bytes} [Wed Jul 1 08:45:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3045] 199.204.45.53 () {30 vars in 736 bytes} [Wed Jul 1 08:45:05 2026] GET /v2.0/ports/a3cf7f01-70f1-4783-b06c-cc8e0fa78fab => generated 1291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3046] 199.204.45.53 () {34 vars in 788 bytes} [Wed Jul 1 08:45:05 2026] PUT /v2.0/ports/a3cf7f01-70f1-4783-b06c-cc8e0fa78fab => generated 1080 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:45:05.571 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-59ab5726-c7a4-4764-80d4-81d3ddbcd319'] response: {'name': 'network-changed', 'server_uuid': '010d812e-1477-46e5-bba2-a493aacd6763', 'tag': 'a3cf7f01-70f1-4783-b06c-cc8e0fa78fab', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1482/3047] 199.204.45.53 () {30 vars in 742 bytes} [Wed Jul 1 08:45:05 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d => generated 797 bytes in 57 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: 1566/3048] 199.204.45.53 () {30 vars in 768 bytes} [Wed Jul 1 08:45:05 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 3689 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3049] 199.204.45.53 () {30 vars in 768 bytes} [Wed Jul 1 08:45:05 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 3689 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3050] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:45:06 2026] GET /v2.0/ports?tenant_id=075b41ad5db5452fac1a166ae5a6d627&device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 3689 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3051] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:45:06 2026] GET /v2.0/networks?id=894d958c-662f-4b5a-90d3-464bfcb17e5d => generated 800 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3052] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:45:06 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3053] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:45:06 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d?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: 1569/3054] 199.204.45.53 () {30 vars in 768 bytes} [Wed Jul 1 08:45:06 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 3689 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3057] 199.204.45.53 () {34 vars in 974 bytes} [Wed Jul 1 08:45:07 2026] GET /v2.0/ports/a3cf7f01-70f1-4783-b06c-cc8e0fa78fab => generated 1116 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3058] 199.204.45.53 () {34 vars in 1059 bytes} [Wed Jul 1 08:45:07 2026] GET /v2.0/ports/a3cf7f01-70f1-4783-b06c-cc8e0fa78fab?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3059] 199.204.45.53 () {34 vars in 1015 bytes} [Wed Jul 1 08:45:07 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d?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: 1572/3060] 199.204.45.53 () {30 vars in 768 bytes} [Wed Jul 1 08:45:07 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 3689 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3061] 199.204.45.53 () {38 vars in 1027 bytes} [Wed Jul 1 08:45:07 2026] PUT /v2.0/ports/a3cf7f01-70f1-4783-b06c-cc8e0fa78fab => generated 917 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3062] 199.204.45.53 () {30 vars in 768 bytes} [Wed Jul 1 08:45:08 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 2581 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 08:45:09.056 8 INFO neutron_taas.services.taas.taas_plugin [None req-80f69d69-6f64-46c5-9d62-f1001bbdab78 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: a3cf7f01-70f1-4783-b06c-cc8e0fa78fab 2026-07-01 08:45:09.059 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80f69d69-6f64-46c5-9d62-f1001bbdab78 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: a3cf7f01-70f1-4783-b06c-cc8e0fa78fab [pid: 8|app: 0|req: 1490/3063] 199.204.45.53 () {32 vars in 758 bytes} [Wed Jul 1 08:45:08 2026] DELETE /v2.0/ports/a3cf7f01-70f1-4783-b06c-cc8e0fa78fab => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3064] 199.204.45.53 () {30 vars in 702 bytes} [Wed Jul 1 08:45:09 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: 1491/3065] 199.204.45.53 () {30 vars in 704 bytes} [Wed Jul 1 08:45:09 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: 1575/3066] 199.204.45.53 () {30 vars in 680 bytes} [Wed Jul 1 08:45:09 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: 1492/3067] 199.204.45.53 () {30 vars in 716 bytes} [Wed Jul 1 08:45:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3068] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:45:09 2026] GET /v2.0/subnets/ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => 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: 1493/3069] 199.204.45.53 () {30 vars in 736 bytes} [Wed Jul 1 08:45:09 2026] GET /v2.0/ports/9ea8351a-9319-4c2f-a71b-5584f460f8fd => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3070] 199.204.45.53 () {30 vars in 736 bytes} [Wed Jul 1 08:45:09 2026] GET /v2.0/ports/ef116914-3abd-499b-afe4-a84f8c68aebb => generated 1341 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3071] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:45:09 2026] GET /v2.0/subnets/ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3072] 199.204.45.53 () {30 vars in 742 bytes} [Wed Jul 1 08:45:09 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3073] 199.204.45.53 () {30 vars in 736 bytes} [Wed Jul 1 08:45:09 2026] GET /v2.0/ports/9ea8351a-9319-4c2f-a71b-5584f460f8fd => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3074] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:45:09 2026] GET /v2.0/subnets/ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => 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: 1496/3075] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:45:09 2026] GET /v2.0/ports?tenant_id=075b41ad5db5452fac1a166ae5a6d627&device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 2581 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3076] 199.204.45.53 () {34 vars in 1145 bytes} [Wed Jul 1 08:45:09 2026] GET /v2.0/networks?id=44836d81-209e-464f-a169-484c1280dcb1&id=4e169de3-cbb9-49b4-a10c-e1aca21194ed&id=894d958c-662f-4b5a-90d3-464bfcb17e5d => generated 2310 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3077] 199.204.45.53 () {34 vars in 1061 bytes} [Wed Jul 1 08:45:09 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.144&port_id=c5a3fa07-c2c0-40bc-b9c1-9f87081a8d63 => 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: 1581/3078] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:45:09 2026] GET /v2.0/subnets?id=b67c3148-510f-4242-a608-a4d34bc7f511 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3079] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:45:09 2026] GET /v2.0/ports?network_id=44836d81-209e-464f-a169-484c1280dcb1&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3080] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:45:09 2026] GET /v2.0/networks/44836d81-209e-464f-a169-484c1280dcb1?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: 1499/3081] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:45:09 2026] GET /v2.0/networks/44836d81-209e-464f-a169-484c1280dcb1?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: 1583/3082] 199.204.45.53 () {34 vars in 1053 bytes} [Wed Jul 1 08:45:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.7&port_id=ef116914-3abd-499b-afe4-a84f8c68aebb => 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: 1500/3083] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:45:09 2026] GET /v2.0/subnets?id=ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => 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: 1584/3084] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:45:10 2026] GET /v2.0/ports?network_id=4e169de3-cbb9-49b4-a10c-e1aca21194ed&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3085] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:45:10 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed?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: 1585/3086] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:45:10 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed?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: 1502/3087] 199.204.45.53 () {30 vars in 702 bytes} [Wed Jul 1 08:45: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: 1586/3088] 199.204.45.53 () {30 vars in 704 bytes} [Wed Jul 1 08:45:20 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: 1503/3089] 199.204.45.53 () {30 vars in 680 bytes} [Wed Jul 1 08:45:20 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: 1587/3090] 199.204.45.53 () {30 vars in 716 bytes} [Wed Jul 1 08:45:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:45:20.842 8 INFO neutron.api.v2.resource [None req-133e1dbe-c06c-4583-9dc4-2dc14167499b e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1504/3091] 199.204.45.53 () {30 vars in 762 bytes} [Wed Jul 1 08:45:20 2026] GET /v2.0/security-groups/lb-bc2b0cd1-a149-4077-85b6-96a064c224d3 => 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: 1588/3092] 199.204.45.53 () {30 vars in 784 bytes} [Wed Jul 1 08:45:20 2026] GET /v2.0/security-groups?name=lb-bc2b0cd1-a149-4077-85b6-96a064c224d3 => generated 2865 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3093] 199.204.45.53 () {30 vars in 814 bytes} [Wed Jul 1 08:45:20 2026] GET /v2.0/security-group-rules?security_group_id=2518beb8-9253-42d9-a5d1-512a1c2a474f => generated 2334 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3094] 199.204.45.53 () {32 vars in 788 bytes} [Wed Jul 1 08:45:20 2026] DELETE /v2.0/security-group-rules/3e381869-2bca-4751-867a-fcf26369ce89 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3095] 199.204.45.53 () {32 vars in 788 bytes} [Wed Jul 1 08:45:21 2026] DELETE /v2.0/security-group-rules/b6ed5fd4-a433-4d6b-9302-ee217c9ae5b7 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:45:24.717 8 INFO neutron_taas.services.taas.taas_plugin [None req-4eec026e-0627-4c34-a5b0-eb1e19150c97 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] TaaS: Handle Delete Port: 56299555-f386-4cce-b066-aa70d56a8476 2026-07-01 08:45:24.720 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4eec026e-0627-4c34-a5b0-eb1e19150c97 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] Tap Mirror: Handle Delete Port: 56299555-f386-4cce-b066-aa70d56a8476 2026-07-01 08:45:24.875 8 INFO neutron.db.l3_db [None req-4eec026e-0627-4c34-a5b0-eb1e19150c97 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] Floating IP 024f4cff-1945-499b-8a27-fa2326dedde0 disassociated (deleted). External IP: 10.96.250.215, port: 9ea8351a-9319-4c2f-a71b-5584f460f8fd. [pid: 8|app: 0|req: 1508/3098] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:45:24 2026] DELETE /v2.0/floatingips/024f4cff-1945-499b-8a27-fa2326dedde0 => generated 0 bytes in 553 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:45:25.163 7 INFO neutron.api.v2.resource [None req-80af28a3-264b-453f-b2dd-cc02811dd9b2 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1591/3099] 10.0.0.228 () {32 vars in 729 bytes} [Wed Jul 1 08:45:25 2026] GET /v2.0/floatingips/024f4cff-1945-499b-8a27-fa2326dedde0 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3100] 199.204.45.53 () {30 vars in 702 bytes} [Wed Jul 1 08:45:25 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: 1592/3101] 199.204.45.53 () {30 vars in 704 bytes} [Wed Jul 1 08:45:25 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: 1510/3102] 199.204.45.53 () {30 vars in 680 bytes} [Wed Jul 1 08:45:25 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: 1593/3103] 199.204.45.53 () {30 vars in 716 bytes} [Wed Jul 1 08:45:25 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-07-01 08:45:26.000 8 INFO neutron.api.v2.resource [None req-431d8359-c568-46ad-9d6d-245b1f291e2d e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1511/3104] 199.204.45.53 () {30 vars in 762 bytes} [Wed Jul 1 08:45:25 2026] GET /v2.0/security-groups/lb-bc2b0cd1-a149-4077-85b6-96a064c224d3 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3105] 199.204.45.53 () {30 vars in 784 bytes} [Wed Jul 1 08:45:26 2026] GET /v2.0/security-groups?name=lb-bc2b0cd1-a149-4077-85b6-96a064c224d3 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3106] 199.204.45.53 () {30 vars in 814 bytes} [Wed Jul 1 08:45:26 2026] GET /v2.0/security-group-rules?security_group_id=2518beb8-9253-42d9-a5d1-512a1c2a474f => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3107] 199.204.45.53 () {30 vars in 702 bytes} [Wed Jul 1 08:45:26 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: 1513/3108] 199.204.45.53 () {30 vars in 704 bytes} [Wed Jul 1 08:45:26 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: 1596/3109] 199.204.45.53 () {30 vars in 680 bytes} [Wed Jul 1 08:45:26 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: 1514/3110] 199.204.45.53 () {30 vars in 716 bytes} [Wed Jul 1 08:45:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3111] 199.204.45.53 () {30 vars in 740 bytes} [Wed Jul 1 08:45:26 2026] GET /v2.0/subnets/ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3112] 199.204.45.53 () {30 vars in 768 bytes} [Wed Jul 1 08:45:26 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 2581 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3113] 199.204.45.53 () {30 vars in 768 bytes} [Wed Jul 1 08:45:26 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 2581 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3114] 199.204.45.53 () {30 vars in 768 bytes} [Wed Jul 1 08:45:26 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 2581 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3115] 199.204.45.53 () {30 vars in 768 bytes} [Wed Jul 1 08:45:27 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 2581 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3116] 199.204.45.53 () {34 vars in 974 bytes} [Wed Jul 1 08:45:28 2026] GET /v2.0/ports/ef116914-3abd-499b-afe4-a84f8c68aebb => generated 1341 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3117] 199.204.45.53 () {34 vars in 1059 bytes} [Wed Jul 1 08:45:28 2026] GET /v2.0/ports/ef116914-3abd-499b-afe4-a84f8c68aebb?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3118] 199.204.45.53 () {34 vars in 1015 bytes} [Wed Jul 1 08:45:28 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed?fields=dns_domain => generated 29 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3119] 199.204.45.53 () {30 vars in 768 bytes} [Wed Jul 1 08:45:28 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 2581 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3120] 199.204.45.53 () {38 vars in 1027 bytes} [Wed Jul 1 08:45:28 2026] PUT /v2.0/ports/ef116914-3abd-499b-afe4-a84f8c68aebb => generated 1142 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3121] 199.204.45.53 () {30 vars in 768 bytes} [Wed Jul 1 08:45:29 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1603/3122] 199.204.45.53 () {34 vars in 788 bytes} [Wed Jul 1 08:45:29 2026] PUT /v2.0/ports/ef116914-3abd-499b-afe4-a84f8c68aebb => generated 1082 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3123] 199.204.45.53 () {30 vars in 736 bytes} [Wed Jul 1 08:45:29 2026] GET /v2.0/ports/ef116914-3abd-499b-afe4-a84f8c68aebb => generated 1082 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 08:45:30.048 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ec3dc21-a619-4f4f-b014-752cb2d0bf97 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: ef116914-3abd-499b-afe4-a84f8c68aebb 2026-07-01 08:45:30.050 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ec3dc21-a619-4f4f-b014-752cb2d0bf97 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: ef116914-3abd-499b-afe4-a84f8c68aebb [pid: 7|app: 0|req: 1604/3124] 199.204.45.53 () {32 vars in 758 bytes} [Wed Jul 1 08:45:29 2026] DELETE /v2.0/ports/ef116914-3abd-499b-afe4-a84f8c68aebb => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3125] 199.204.45.53 () {30 vars in 702 bytes} [Wed Jul 1 08:45: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: 1605/3126] 199.204.45.53 () {30 vars in 704 bytes} [Wed Jul 1 08:45:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3127] 199.204.45.53 () {30 vars in 680 bytes} [Wed Jul 1 08:45: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: 8|app: 0|req: 1523/3128] 199.204.45.53 () {30 vars in 716 bytes} [Wed Jul 1 08:45: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-07-01 08:45:30.363 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d0d3076f-a85e-4867-9d6c-fb2f096759ad e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1524/3129] 199.204.45.53 () {32 vars in 758 bytes} [Wed Jul 1 08:45:30 2026] DELETE /v2.0/ports/ef116914-3abd-499b-afe4-a84f8c68aebb => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3130] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:45:30 2026] GET /v2.0/ports?tenant_id=075b41ad5db5452fac1a166ae5a6d627&device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 1248 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3131] 199.204.45.53 () {30 vars in 736 bytes} [Wed Jul 1 08:45:30 2026] GET /v2.0/ports/9ea8351a-9319-4c2f-a71b-5584f460f8fd => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3132] 199.204.45.53 () {34 vars in 1065 bytes} [Wed Jul 1 08:45:30 2026] GET /v2.0/networks?id=44836d81-209e-464f-a169-484c1280dcb1&id=4e169de3-cbb9-49b4-a10c-e1aca21194ed => generated 1524 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:45:30.449 8 INFO neutron.api.v2.resource [None req-e727cda3-0809-4345-b6d3-b2f20fbb10e4 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1526/3133] 199.204.45.53 () {30 vars in 762 bytes} [Wed Jul 1 08:45:30 2026] GET /v2.0/security-groups/lb-bc2b0cd1-a149-4077-85b6-96a064c224d3 => generated 149 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3134] 199.204.45.53 () {34 vars in 1061 bytes} [Wed Jul 1 08:45:30 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.144&port_id=c5a3fa07-c2c0-40bc-b9c1-9f87081a8d63 => 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: 1527/3135] 199.204.45.53 () {30 vars in 784 bytes} [Wed Jul 1 08:45:30 2026] GET /v2.0/security-groups?name=lb-bc2b0cd1-a149-4077-85b6-96a064c224d3 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3136] 199.204.45.53 () {34 vars in 983 bytes} [Wed Jul 1 08:45:30 2026] GET /v2.0/subnets?id=b67c3148-510f-4242-a608-a4d34bc7f511 => 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: 1528/3137] 199.204.45.53 () {30 vars in 736 bytes} [Wed Jul 1 08:45:30 2026] GET /v2.0/ports/9ea8351a-9319-4c2f-a71b-5584f460f8fd => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3138] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:45:30 2026] GET /v2.0/ports?network_id=44836d81-209e-464f-a169-484c1280dcb1&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3139] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:45:30 2026] GET /v2.0/networks/44836d81-209e-464f-a169-484c1280dcb1?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: 1612/3140] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:45:30 2026] GET /v2.0/networks/44836d81-209e-464f-a169-484c1280dcb1?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: 1529/3141] 199.204.45.53 () {34 vars in 788 bytes} [Wed Jul 1 08:45:30 2026] PUT /v2.0/ports/9ea8351a-9319-4c2f-a71b-5584f460f8fd => generated 1090 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3142] 199.204.45.53 () {32 vars in 778 bytes} [Wed Jul 1 08:45:30 2026] DELETE /v2.0/security-groups/2518beb8-9253-42d9-a5d1-512a1c2a474f => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:45:30.983 8 INFO neutron_taas.services.taas.taas_plugin [None req-89e298c3-b455-4152-a55f-7f16811a6947 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: 9ea8351a-9319-4c2f-a71b-5584f460f8fd 2026-07-01 08:45:30.986 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89e298c3-b455-4152-a55f-7f16811a6947 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: 9ea8351a-9319-4c2f-a71b-5584f460f8fd [pid: 8|app: 0|req: 1530/3143] 199.204.45.53 () {32 vars in 758 bytes} [Wed Jul 1 08:45:30 2026] DELETE /v2.0/ports/9ea8351a-9319-4c2f-a71b-5584f460f8fd => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3144] 199.204.45.53 () {34 vars in 993 bytes} [Wed Jul 1 08:45:33 2026] GET /v2.0/ports?device_id=010d812e-1477-46e5-bba2-a493aacd6763 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:45:34.136 8 INFO neutron_taas.services.taas.taas_plugin [req-d2d694d2-9dff-43e7-a9c3-168e5930fb38 req-84538fa1-6879-4625-9774-d68ea0b0ad77 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] TaaS: Handle Delete Port: c5a3fa07-c2c0-40bc-b9c1-9f87081a8d63 2026-07-01 08:45:34.143 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d2d694d2-9dff-43e7-a9c3-168e5930fb38 req-84538fa1-6879-4625-9774-d68ea0b0ad77 e01e9152d89049d2bbc86ba3b35b32de 075b41ad5db5452fac1a166ae5a6d627 - - default default] Tap Mirror: Handle Delete Port: c5a3fa07-c2c0-40bc-b9c1-9f87081a8d63 [pid: 8|app: 0|req: 1531/3145] 199.204.45.53 () {36 vars in 996 bytes} [Wed Jul 1 08:45:34 2026] DELETE /v2.0/ports/c5a3fa07-c2c0-40bc-b9c1-9f87081a8d63 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:45:34.327 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-74eaefd2-674a-4270-93fa-0339fddc9e51'] response: {'server_uuid': '010d812e-1477-46e5-bba2-a493aacd6763', 'name': 'network-vif-deleted', 'tag': 'c5a3fa07-c2c0-40bc-b9c1-9f87081a8d63', 'status': 'completed', 'code': 200} 2026-07-01 08:45:35.514 7 INFO neutron_taas.services.taas.taas_plugin [None req-280a502b-fac4-4a2d-9a24-710ed6250e50 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] TaaS: Handle Delete Port: 3fa70a4d-8706-4992-925c-ea2f6fac1702 2026-07-01 08:45:35.517 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-280a502b-fac4-4a2d-9a24-710ed6250e50 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] Tap Mirror: Handle Delete Port: 3fa70a4d-8706-4992-925c-ea2f6fac1702 2026-07-01 08:45:35.705 7 INFO neutron.db.l3_db [None req-280a502b-fac4-4a2d-9a24-710ed6250e50 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] Floating IP 53736d68-c4f6-4d8a-87e0-18abcb0c3448 disassociated (deleted). External IP: 10.96.250.207, port: 544d88ae-9329-4d4a-be22-d30d85e393b3. [pid: 7|app: 0|req: 1615/3146] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:45:35 2026] DELETE /v2.0/floatingips/53736d68-c4f6-4d8a-87e0-18abcb0c3448 => generated 0 bytes in 608 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:45:36.011 8 INFO neutron.api.v2.resource [None req-df9c4aa2-47c0-4ea3-820c-0d63d4140083 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1532/3147] 10.0.0.228 () {32 vars in 729 bytes} [Wed Jul 1 08:45:35 2026] GET /v2.0/floatingips/53736d68-c4f6-4d8a-87e0-18abcb0c3448 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:45:36.023 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-feb50489-1fe8-483a-b8d6-2726461bb882'] response: {'name': 'network-changed', 'server_uuid': 'ad75d0f2-df31-48aa-b747-026af06f2745', 'tag': '544d88ae-9329-4d4a-be22-d30d85e393b3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1616/3148] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:45:36 2026] GET /v2.0/ports?device_id=ad75d0f2-df31-48aa-b747-026af06f2745 => generated 1204 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3149] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:45:36 2026] GET /v2.0/security-groups?id=8e77fe0e-19f0-4cda-90cf-117c1c4cbbc5&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3150] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:45:36 2026] GET /v2.0/ports?tenant_id=d0c78fd873834b17a40394e148e9175c&device_id=ad75d0f2-df31-48aa-b747-026af06f2745 => generated 1473 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3151] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:45:36 2026] GET /v2.0/networks?id=70f0490a-a6a0-495f-990d-1ce66c53d1d6 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3152] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:45:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.158&port_id=544d88ae-9329-4d4a-be22-d30d85e393b3 => 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: 1535/3153] 199.204.45.53 () {34 vars in 1105 bytes} [Wed Jul 1 08:45:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A384&port_id=544d88ae-9329-4d4a-be22-d30d85e393b3 => 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: 1619/3154] 199.204.45.53 () {34 vars in 1063 bytes} [Wed Jul 1 08:45:36 2026] GET /v2.0/subnets?id=1141b8fb-c8cd-4e79-a57c-d96df191abf7&id=757759b6-f6c6-4a57-ba16-56825ab757c2 => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3155] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:45:36 2026] GET /v2.0/ports?network_id=70f0490a-a6a0-495f-990d-1ce66c53d1d6&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: 1620/3156] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:45:36 2026] GET /v2.0/ports?network_id=70f0490a-a6a0-495f-990d-1ce66c53d1d6&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3157] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:45:36 2026] GET /v2.0/networks/70f0490a-a6a0-495f-990d-1ce66c53d1d6?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: 1621/3158] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:45:36 2026] GET /v2.0/networks/70f0490a-a6a0-495f-990d-1ce66c53d1d6?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: 1539/3161] 199.204.45.53 () {34 vars in 993 bytes} [Wed Jul 1 08:45:38 2026] GET /v2.0/ports?device_id=ad75d0f2-df31-48aa-b747-026af06f2745 => generated 1204 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:45:38.785 7 INFO neutron_taas.services.taas.taas_plugin [req-78687c43-01de-4b5e-a4ca-a5858f663498 req-8246d121-ffa6-4dab-8e53-1ab189d241cb 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] TaaS: Handle Delete Port: 544d88ae-9329-4d4a-be22-d30d85e393b3 2026-07-01 08:45:38.788 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-78687c43-01de-4b5e-a4ca-a5858f663498 req-8246d121-ffa6-4dab-8e53-1ab189d241cb 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] Tap Mirror: Handle Delete Port: 544d88ae-9329-4d4a-be22-d30d85e393b3 [pid: 7|app: 0|req: 1623/3162] 199.204.45.53 () {36 vars in 996 bytes} [Wed Jul 1 08:45:38 2026] DELETE /v2.0/ports/544d88ae-9329-4d4a-be22-d30d85e393b3 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:45:38.980 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-175a0428-76b0-4895-bed8-d1aad4d29519'] response: {'server_uuid': 'ad75d0f2-df31-48aa-b747-026af06f2745', 'name': 'network-vif-deleted', 'tag': '544d88ae-9329-4d4a-be22-d30d85e393b3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1540/3163] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:45:41 2026] GET /v2.0/ports?device_id=ad75d0f2-df31-48aa-b747-026af06f2745 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 08:45:46.598 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee19c8ab-67a7-440b-b927-b1998c9a452f 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] TaaS: Handle Delete Port: 02f77fdb-813f-4b6d-b502-30d08d95e917 2026-07-01 08:45:46.600 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee19c8ab-67a7-440b-b927-b1998c9a452f 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] Tap Mirror: Handle Delete Port: 02f77fdb-813f-4b6d-b502-30d08d95e917 2026-07-01 08:45:46.785 7 INFO neutron.db.l3_db [None req-ee19c8ab-67a7-440b-b927-b1998c9a452f 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] Floating IP 9f2614b0-d5dd-4b0a-9936-9e9d7f6152ec disassociated (deleted). External IP: 10.96.250.202, port: 69351b06-b057-4f94-b524-3d057721ba7b. [pid: 7|app: 0|req: 1624/3164] 10.0.0.228 () {32 vars in 732 bytes} [Wed Jul 1 08:45:46 2026] DELETE /v2.0/floatingips/9f2614b0-d5dd-4b0a-9936-9e9d7f6152ec => generated 0 bytes in 643 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:45:47.131 8 INFO neutron.api.v2.resource [None req-76e639e8-06d4-474e-9eb8-ec80e7dda242 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1541/3165] 10.0.0.228 () {32 vars in 729 bytes} [Wed Jul 1 08:45:47 2026] GET /v2.0/floatingips/9f2614b0-d5dd-4b0a-9936-9e9d7f6152ec => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:45:47.141 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f33ab94f-8fa3-4a73-9b05-88ce06301441'] response: {'name': 'network-changed', 'server_uuid': '81a208db-e645-47bc-989a-a58c3af2c877', 'tag': '69351b06-b057-4f94-b524-3d057721ba7b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1625/3166] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:45:47 2026] GET /v2.0/ports?device_id=81a208db-e645-47bc-989a-a58c3af2c877 => generated 1200 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3167] 10.0.0.133 () {34 vars in 1040 bytes} [Wed Jul 1 08:45:47 2026] GET /v2.0/security-groups?id=8e77fe0e-19f0-4cda-90cf-117c1c4cbbc5&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3168] 199.204.45.53 () {34 vars in 1079 bytes} [Wed Jul 1 08:45:47 2026] GET /v2.0/ports?tenant_id=d0c78fd873834b17a40394e148e9175c&device_id=81a208db-e645-47bc-989a-a58c3af2c877 => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3169] 199.204.45.53 () {34 vars in 985 bytes} [Wed Jul 1 08:45:47 2026] GET /v2.0/networks?id=894d958c-662f-4b5a-90d3-464bfcb17e5d => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3170] 199.204.45.53 () {34 vars in 1057 bytes} [Wed Jul 1 08:45:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.160&port_id=69351b06-b057-4f94-b524-3d057721ba7b => 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: 1544/3171] 199.204.45.53 () {34 vars in 1103 bytes} [Wed Jul 1 08:45:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A25c&port_id=69351b06-b057-4f94-b524-3d057721ba7b => 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: 1628/3172] 199.204.45.53 () {34 vars in 1063 bytes} [Wed Jul 1 08:45:47 2026] GET /v2.0/subnets?id=eef8dd68-a06f-4c0d-86b6-d7c141cc255f&id=176c4c68-c3b3-400a-8251-4d66ec72161e => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3173] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:45:47 2026] GET /v2.0/ports?network_id=894d958c-662f-4b5a-90d3-464bfcb17e5d&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3174] 199.204.45.53 () {34 vars in 1051 bytes} [Wed Jul 1 08:45:47 2026] GET /v2.0/ports?network_id=894d958c-662f-4b5a-90d3-464bfcb17e5d&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3175] 199.204.45.53 () {34 vars in 1011 bytes} [Wed Jul 1 08:45:47 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d?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: 1630/3176] 199.204.45.53 () {34 vars in 1111 bytes} [Wed Jul 1 08:45:47 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d?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: 1547/3177] 199.204.45.53 () {34 vars in 993 bytes} [Wed Jul 1 08:45:49 2026] GET /v2.0/ports?device_id=81a208db-e645-47bc-989a-a58c3af2c877 => generated 1200 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 08:45:49.848 7 INFO neutron_taas.services.taas.taas_plugin [req-98ec69c4-93df-49d8-8496-8d1bacac04bd req-c63fefa7-195c-474e-a0b2-803801f77d5b 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] TaaS: Handle Delete Port: 69351b06-b057-4f94-b524-3d057721ba7b 2026-07-01 08:45:49.851 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-98ec69c4-93df-49d8-8496-8d1bacac04bd req-c63fefa7-195c-474e-a0b2-803801f77d5b 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] Tap Mirror: Handle Delete Port: 69351b06-b057-4f94-b524-3d057721ba7b [pid: 7|app: 0|req: 1631/3178] 199.204.45.53 () {36 vars in 996 bytes} [Wed Jul 1 08:45:49 2026] DELETE /v2.0/ports/69351b06-b057-4f94-b524-3d057721ba7b => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:45:50.034 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d65762db-150d-4f9a-8094-9505d1f0eb33'] response: {'server_uuid': '81a208db-e645-47bc-989a-a58c3af2c877', 'name': 'network-vif-deleted', 'tag': '69351b06-b057-4f94-b524-3d057721ba7b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1633/3181] 10.0.0.133 () {34 vars in 990 bytes} [Wed Jul 1 08:45:52 2026] GET /v2.0/ports?device_id=81a208db-e645-47bc-989a-a58c3af2c877 => 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: 1549/3182] 10.0.0.228 () {32 vars in 750 bytes} [Wed Jul 1 08:45:57 2026] DELETE /v2.0/security-group-rules/b1d46430-c03f-4e1c-b6ce-403dbc4f7e35 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:45:57.639 7 INFO neutron.api.v2.resource [None req-9b50ec3c-d259-498d-8791-69128df45cfd 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1634/3183] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:45:57 2026] GET /v2.0/security-group-rules/b1d46430-c03f-4e1c-b6ce-403dbc4f7e35 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3184] 10.0.0.228 () {32 vars in 750 bytes} [Wed Jul 1 08:45:57 2026] DELETE /v2.0/security-group-rules/81eca627-1054-4e48-9d7d-25932b38f981 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:45:57.725 7 INFO neutron.api.v2.resource [None req-0f6e5f99-4550-40c0-91b4-9370e34202b4 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1635/3185] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:45:57 2026] GET /v2.0/security-group-rules/81eca627-1054-4e48-9d7d-25932b38f981 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3186] 10.0.0.228 () {32 vars in 750 bytes} [Wed Jul 1 08:45:57 2026] DELETE /v2.0/security-group-rules/7c507e81-fb51-40ae-936b-021f67d31221 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:45:57.807 7 INFO neutron.api.v2.resource [None req-a81ee499-0f35-4956-a342-251f0cd3e0ec 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1636/3187] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:45:57 2026] GET /v2.0/security-group-rules/7c507e81-fb51-40ae-936b-021f67d31221 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3188] 10.0.0.228 () {32 vars in 750 bytes} [Wed Jul 1 08:45:57 2026] DELETE /v2.0/security-group-rules/48d6bc54-894b-4a66-bec1-e8bd240fc13f => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:45:57.879 7 INFO neutron.api.v2.resource [None req-e3ba1099-2378-4485-9b51-4dfdddd82e70 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1637/3189] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:45:57 2026] GET /v2.0/security-group-rules/48d6bc54-894b-4a66-bec1-e8bd240fc13f => 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: 1553/3190] 10.0.0.228 () {32 vars in 750 bytes} [Wed Jul 1 08:45:57 2026] DELETE /v2.0/security-group-rules/acbd1278-7caa-47c5-b734-fbaa6f55c028 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:45:57.956 7 INFO neutron.api.v2.resource [None req-39b78ca8-ec94-4399-9475-91be9a1ba8a9 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1638/3191] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:45:57 2026] GET /v2.0/security-group-rules/acbd1278-7caa-47c5-b734-fbaa6f55c028 => 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: 1554/3192] 10.0.0.228 () {32 vars in 750 bytes} [Wed Jul 1 08:45:57 2026] DELETE /v2.0/security-group-rules/c621cf4a-ec88-43f0-9150-1c840ba07a19 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:45:58.031 7 INFO neutron.api.v2.resource [None req-ea5f844b-ddb7-4358-8bf2-40185ff11aa8 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1639/3193] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:45:58 2026] GET /v2.0/security-group-rules/c621cf4a-ec88-43f0-9150-1c840ba07a19 => 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: 1555/3194] 10.0.0.228 () {32 vars in 750 bytes} [Wed Jul 1 08:45:58 2026] DELETE /v2.0/security-group-rules/e088ac01-982d-4c7f-b5ce-244314121480 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:45:58.125 7 INFO neutron.api.v2.resource [None req-386145f7-2d91-45da-9995-87eb9ca7320c 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3195] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:45:58 2026] GET /v2.0/security-group-rules/e088ac01-982d-4c7f-b5ce-244314121480 => 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: 1556/3196] 10.0.0.228 () {32 vars in 750 bytes} [Wed Jul 1 08:45:58 2026] DELETE /v2.0/security-group-rules/cf4ca4e9-0d6b-4f42-abde-40470614224e => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:45:58.207 7 INFO neutron.api.v2.resource [None req-b696e76a-e6c6-47be-b9a6-ce63943112b7 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1641/3197] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:45:58 2026] GET /v2.0/security-group-rules/cf4ca4e9-0d6b-4f42-abde-40470614224e => 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: 1557/3198] 10.0.0.228 () {32 vars in 750 bytes} [Wed Jul 1 08:45:58 2026] DELETE /v2.0/security-group-rules/2299ee32-a183-4452-acd2-ef025dcf82c0 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:45:58.310 7 INFO neutron.api.v2.resource [None req-218f3375-d09f-4b38-96ca-b7585b4b48b3 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1642/3199] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:45:58 2026] GET /v2.0/security-group-rules/2299ee32-a183-4452-acd2-ef025dcf82c0 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3200] 10.0.0.228 () {32 vars in 750 bytes} [Wed Jul 1 08:45:58 2026] DELETE /v2.0/security-group-rules/06dcb76d-028e-4c6e-9866-e7853fb84b7e => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:45:58.429 7 INFO neutron.api.v2.resource [None req-cca9c74a-4ebf-4af2-9b60-a83f1d652ca6 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1643/3201] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:45:58 2026] GET /v2.0/security-group-rules/06dcb76d-028e-4c6e-9866-e7853fb84b7e => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3202] 10.0.0.228 () {32 vars in 750 bytes} [Wed Jul 1 08:45:58 2026] DELETE /v2.0/security-group-rules/f2dcaf1f-15fe-4b10-b4c7-127d7c770e27 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:45:58.530 7 INFO neutron.api.v2.resource [None req-78c1f880-e9f6-446f-9d27-2ef145dad57c 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1644/3203] 10.0.0.228 () {32 vars in 747 bytes} [Wed Jul 1 08:45:58 2026] GET /v2.0/security-group-rules/f2dcaf1f-15fe-4b10-b4c7-127d7c770e27 => 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: 1560/3204] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:45:58 2026] DELETE /v2.0/security-groups/8e77fe0e-19f0-4cda-90cf-117c1c4cbbc5 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:45:58.631 7 INFO neutron.api.v2.resource [None req-1b760eaf-dd8e-49c2-8156-17e06bc2aba6 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1645/3205] 10.0.0.228 () {32 vars in 737 bytes} [Wed Jul 1 08:45:58 2026] GET /v2.0/security-groups/8e77fe0e-19f0-4cda-90cf-117c1c4cbbc5 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:45:58.984 8 INFO neutron_taas.services.taas.taas_plugin [None req-aebc0db7-833b-451e-b9b6-ce7529d04c7a 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] TaaS: Handle Delete Port: 4bcec8f0-4198-4dae-8be2-eb3a2bf95c81 2026-07-01 08:45:58.986 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aebc0db7-833b-451e-b9b6-ce7529d04c7a 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] Tap Mirror: Handle Delete Port: 4bcec8f0-4198-4dae-8be2-eb3a2bf95c81 [pid: 8|app: 0|req: 1561/3206] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:45:58 2026] PUT /v2.0/routers/9d04d830-ceef-41d3-9416-c98335002a31/remove_router_interface => generated 309 bytes in 832 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:45:59.642 7 INFO neutron.api.v2.resource [None req-e259b1b4-227e-4046-a88e-2077c9d81fea 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1646/3207] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:45:59 2026] PUT /v2.0/routers/9d04d830-ceef-41d3-9416-c98335002a31/remove_router_interface => generated 198 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:46:00.021 8 INFO neutron_taas.services.taas.taas_plugin [None req-7979e8fb-bbbb-44e3-8715-e57db7c7a0bc 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] TaaS: Handle Delete Port: 740e477b-b81d-4fae-beac-d1c9025736a2 2026-07-01 08:46:00.025 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7979e8fb-bbbb-44e3-8715-e57db7c7a0bc 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] Tap Mirror: Handle Delete Port: 740e477b-b81d-4fae-beac-d1c9025736a2 [pid: 8|app: 0|req: 1562/3208] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:45:59 2026] PUT /v2.0/routers/9d04d830-ceef-41d3-9416-c98335002a31/remove_router_interface => generated 309 bytes in 953 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:46:00.771 7 INFO neutron.api.v2.resource [None req-9ea6ff4b-dd7e-4b0a-b2f9-95fc81aaaa8b 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1647/3209] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:46:00 2026] PUT /v2.0/routers/9d04d830-ceef-41d3-9416-c98335002a31/remove_router_interface => generated 198 bytes in 162 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:46:01.123 8 INFO neutron_taas.services.taas.taas_plugin [None req-00252ebe-baaa-41fb-a442-2226874a6f06 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] TaaS: Handle Delete Port: 950fd51b-029c-4ad3-aec0-764e884a771f 2026-07-01 08:46:01.126 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00252ebe-baaa-41fb-a442-2226874a6f06 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] Tap Mirror: Handle Delete Port: 950fd51b-029c-4ad3-aec0-764e884a771f [pid: 8|app: 0|req: 1563/3210] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:46:00 2026] PUT /v2.0/routers/9d04d830-ceef-41d3-9416-c98335002a31/remove_router_interface => generated 309 bytes in 915 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 08:46:01.848 7 INFO neutron.api.v2.resource [None req-b273c359-ede1-4e4f-b5e0-2f7d1c0720a1 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1648/3211] 10.0.0.228 () {34 vars in 789 bytes} [Wed Jul 1 08:46:01 2026] PUT /v2.0/routers/9d04d830-ceef-41d3-9416-c98335002a31/remove_router_interface => generated 198 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:46:02.023 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a856a7d-84b0-4225-bb2e-3bf8a0736fb4 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] TaaS: Handle Delete Port: fb97b9da-e568-4f90-9688-1b0d4f6422f4 2026-07-01 08:46:02.027 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a856a7d-84b0-4225-bb2e-3bf8a0736fb4 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] Tap Mirror: Handle Delete Port: fb97b9da-e568-4f90-9688-1b0d4f6422f4 2026-07-01 08:46:02.239 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a856a7d-84b0-4225-bb2e-3bf8a0736fb4 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] TaaS: Handle Delete Port: 43711e04-b6bd-4f5d-8473-1b84caa2891b 2026-07-01 08:46:02.241 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a856a7d-84b0-4225-bb2e-3bf8a0736fb4 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] Tap Mirror: Handle Delete Port: 43711e04-b6bd-4f5d-8473-1b84caa2891b 2026-07-01 08:46:02.627 8 INFO neutron.db.l3_hamode_db [None req-6a856a7d-84b0-4225-bb2e-3bf8a0736fb4 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] HA network 5fa7f64e-9d26-4233-b050-82015078c029 was deleted as no HA routers are present in tenant d0c78fd873834b17a40394e148e9175c. [pid: 8|app: 0|req: 1564/3212] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:46:01 2026] DELETE /v2.0/routers/9d04d830-ceef-41d3-9416-c98335002a31 => generated 0 bytes in 781 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 08:46:02.641 8 INFO neutron.services.segments.plugin [-] Segment 358edb2f-c76d-4cb3-859d-cd777de40f3b resource provider aggregate not found 2026-07-01 08:46:02.653 8 INFO neutron.services.segments.plugin [-] Segment 358edb2f-c76d-4cb3-859d-cd777de40f3b resource provider aggregate not found 2026-07-01 08:46:02.656 8 INFO neutron.services.segments.plugin [-] Segment 358edb2f-c76d-4cb3-859d-cd777de40f3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 358edb2f-c76d-4cb3-859d-cd777de40f3b found for delete ", "request_id": "req-af42cf05-dc2f-431b-a57b-dbe57e472428"}]} 2026-07-01 08:46:02.656 7 INFO neutron.api.v2.resource [None req-a480921c-368f-4605-8cae-b89c6c58002c 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1649/3213] 10.0.0.228 () {32 vars in 721 bytes} [Wed Jul 1 08:46:02 2026] GET /v2.0/routers/9d04d830-ceef-41d3-9416-c98335002a31 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:46:02.672 8 INFO neutron.services.segments.plugin [-] Segment 358edb2f-c76d-4cb3-859d-cd777de40f3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 358edb2f-c76d-4cb3-859d-cd777de40f3b found for delete ", "request_id": "req-e141be52-98c5-4961-9585-bbc399075957"}]} [pid: 8|app: 0|req: 1565/3214] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:46:02 2026] DELETE /v2.0/subnets/1141b8fb-c8cd-4e79-a57c-d96df191abf7 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:46:02.822 7 INFO neutron.pecan_wsgi.hooks.translation [None req-85f43a39-863a-437d-a17d-84a0cd04e620 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1650/3215] 10.0.0.228 () {32 vars in 721 bytes} [Wed Jul 1 08:46:02 2026] GET /v2.0/subnets/1141b8fb-c8cd-4e79-a57c-d96df191abf7 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3216] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:46:02 2026] DELETE /v2.0/subnets/757759b6-f6c6-4a57-ba16-56825ab757c2 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:46:02.982 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b16612c6-0633-4655-902b-fe20366ee13e 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1651/3217] 10.0.0.228 () {32 vars in 721 bytes} [Wed Jul 1 08:46:02 2026] GET /v2.0/subnets/757759b6-f6c6-4a57-ba16-56825ab757c2 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:46:03.074 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ae31e68-aa25-411d-a17a-45126a0515e4 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] TaaS: Handle Delete Port: 72f794a4-86e3-4d4c-a111-be22664acc80 2026-07-01 08:46:03.077 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ae31e68-aa25-411d-a17a-45126a0515e4 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] Tap Mirror: Handle Delete Port: 72f794a4-86e3-4d4c-a111-be22664acc80 [pid: 8|app: 0|req: 1567/3218] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:46:02 2026] DELETE /v2.0/networks/70f0490a-a6a0-495f-990d-1ce66c53d1d6 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:46:03.288 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a5369872-4b87-478d-9b12-ad06274a5439 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1652/3219] 10.0.0.228 () {32 vars in 723 bytes} [Wed Jul 1 08:46:03 2026] GET /v2.0/networks/70f0490a-a6a0-495f-990d-1ce66c53d1d6 => 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: 1568/3220] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:46:03 2026] DELETE /v2.0/subnets/176c4c68-c3b3-400a-8251-4d66ec72161e => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:46:03.465 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8afa5128-6c5f-468c-a65b-7c9de2ec50bc 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1653/3221] 10.0.0.228 () {32 vars in 721 bytes} [Wed Jul 1 08:46:03 2026] GET /v2.0/subnets/176c4c68-c3b3-400a-8251-4d66ec72161e => 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: 1569/3222] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:46:03 2026] DELETE /v2.0/subnets/eef8dd68-a06f-4c0d-86b6-d7c141cc255f => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:46:03.634 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dba5994d-1563-4fa6-bc8f-00f9e12ab4a0 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1654/3223] 10.0.0.228 () {32 vars in 721 bytes} [Wed Jul 1 08:46:03 2026] GET /v2.0/subnets/eef8dd68-a06f-4c0d-86b6-d7c141cc255f => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:46:03.735 8 INFO neutron_taas.services.taas.taas_plugin [None req-557011b8-8414-4f01-b649-a7fdfb7c2313 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] TaaS: Handle Delete Port: 958e1155-a179-4293-b974-308ce029e4f2 2026-07-01 08:46:03.737 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-557011b8-8414-4f01-b649-a7fdfb7c2313 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] Tap Mirror: Handle Delete Port: 958e1155-a179-4293-b974-308ce029e4f2 [pid: 8|app: 0|req: 1570/3224] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:46:03 2026] DELETE /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:46:03.956 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3f6c2633-70df-414b-82fb-d8a59d800b79 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1655/3225] 10.0.0.228 () {32 vars in 723 bytes} [Wed Jul 1 08:46:03 2026] GET /v2.0/networks/894d958c-662f-4b5a-90d3-464bfcb17e5d => generated 138 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3226] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:46:03 2026] DELETE /v2.0/subnets/c5fdbce2-7a1c-4a23-8caf-6363fbcb903b => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:46:04.123 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5be139d7-35bb-49be-b2e7-0e5ba9bc8ffb 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1656/3227] 10.0.0.228 () {32 vars in 721 bytes} [Wed Jul 1 08:46:04 2026] GET /v2.0/subnets/c5fdbce2-7a1c-4a23-8caf-6363fbcb903b => 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: 1572/3228] 10.0.0.228 () {32 vars in 724 bytes} [Wed Jul 1 08:46:04 2026] DELETE /v2.0/subnets/ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:46:04.355 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4afa73cf-8e7b-46a7-a030-82ddc78f1603 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1657/3229] 10.0.0.228 () {32 vars in 721 bytes} [Wed Jul 1 08:46:04 2026] GET /v2.0/subnets/ad1566b8-e98d-4abf-8ddf-0b44b54ad469 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:46:04.447 8 INFO neutron_taas.services.taas.taas_plugin [None req-043b9d39-bb64-49bc-8af4-45ddbd3d343c 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] TaaS: Handle Delete Port: fd7142cd-e2ca-4bd4-92b7-e5cacbb36c87 2026-07-01 08:46:04.450 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-043b9d39-bb64-49bc-8af4-45ddbd3d343c 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] Tap Mirror: Handle Delete Port: fd7142cd-e2ca-4bd4-92b7-e5cacbb36c87 [pid: 8|app: 0|req: 1573/3230] 10.0.0.228 () {32 vars in 726 bytes} [Wed Jul 1 08:46:04 2026] DELETE /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 08:46:04.640 7 INFO neutron.pecan_wsgi.hooks.translation [None req-374e7715-769f-4c90-aa9a-dca4f54e9ec4 538c7b7ee6054169a6fc722c35714405 d0c78fd873834b17a40394e148e9175c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1658/3231] 10.0.0.228 () {32 vars in 723 bytes} [Wed Jul 1 08:46:04 2026] GET /v2.0/networks/4e169de3-cbb9-49b4-a10c-e1aca21194ed => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 08:46:04.669 8 INFO neutron.services.segments.plugin [-] Segment fdb230ed-764f-4474-9a5c-617a2ae272ed resource provider aggregate not found 2026-07-01 08:46:04.690 8 INFO neutron.services.segments.plugin [-] Segment fdb230ed-764f-4474-9a5c-617a2ae272ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdb230ed-764f-4474-9a5c-617a2ae272ed found for delete ", "request_id": "req-9e7d16b7-1d6e-44b7-a785-d111d651aac5"}]} 2026-07-01 08:46:04.694 8 INFO neutron.services.segments.plugin [-] Segment fdb230ed-764f-4474-9a5c-617a2ae272ed resource provider aggregate not found 2026-07-01 08:46:04.708 8 INFO neutron.services.segments.plugin [-] Segment cc8b8311-b6df-4c3e-9852-ab6a365e7313 resource provider aggregate not found 2026-07-01 08:46:04.711 8 INFO neutron.services.segments.plugin [-] Segment fdb230ed-764f-4474-9a5c-617a2ae272ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdb230ed-764f-4474-9a5c-617a2ae272ed found for delete ", "request_id": "req-c65da301-47f8-4617-8fd7-e9d3a80a06bc"}]} 2026-07-01 08:46:04.723 8 INFO neutron.services.segments.plugin [-] Segment cc8b8311-b6df-4c3e-9852-ab6a365e7313 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc8b8311-b6df-4c3e-9852-ab6a365e7313 found for delete ", "request_id": "req-65b2ac44-64bd-474a-8019-9de19b1036a3"}]} 2026-07-01 08:46:04.732 8 INFO neutron.services.segments.plugin [-] Segment cc8b8311-b6df-4c3e-9852-ab6a365e7313 resource provider aggregate not found 2026-07-01 08:46:04.747 8 INFO neutron.services.segments.plugin [-] Segment eae15bf8-2111-4c30-8cb9-11b9fcc92289 resource provider aggregate not found 2026-07-01 08:46:04.752 8 INFO neutron.services.segments.plugin [-] Segment cc8b8311-b6df-4c3e-9852-ab6a365e7313 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc8b8311-b6df-4c3e-9852-ab6a365e7313 found for delete ", "request_id": "req-82bc5ab3-019e-41db-bd35-25aeb3573d11"}]} 2026-07-01 08:46:04.766 8 INFO neutron.services.segments.plugin [-] Segment eae15bf8-2111-4c30-8cb9-11b9fcc92289 resource provider aggregate not found 2026-07-01 08:46:04.769 8 INFO neutron.services.segments.plugin [-] Segment eae15bf8-2111-4c30-8cb9-11b9fcc92289 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eae15bf8-2111-4c30-8cb9-11b9fcc92289 found for delete ", "request_id": "req-9f0ca168-17a7-42a3-9b14-9f72f071ca01"}]} 2026-07-01 08:46:04.782 8 INFO neutron.services.segments.plugin [-] Segment eae15bf8-2111-4c30-8cb9-11b9fcc92289 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eae15bf8-2111-4c30-8cb9-11b9fcc92289 found for delete ", "request_id": "req-8e213c50-6c57-40fd-ad88-7b8dc608a40a"}]} [pid: 8|app: 0|req: 1574/3232] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:46:06 2026] GET /v2.0/security-groups?tenant_id=16a28885d595400d92dbf3eecc370eb4&name=default => generated 2929 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3233] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:46:06 2026] DELETE /v2.0/security-groups/d356e204-7f21-4fbc-a7ef-0a41985453b6 => 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: 1575/3234] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:46:06 2026] GET /v2.0/security-groups?tenant_id=63e6527baac8400facecb69cee4758e8&name=default => generated 2929 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3235] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:46:07 2026] DELETE /v2.0/security-groups/a630e000-5b3f-4e34-bf31-91c24bd2d387 => 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: 1576/3236] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:46:07 2026] GET /v2.0/security-groups?tenant_id=d0c78fd873834b17a40394e148e9175c&name=default => generated 2929 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3237] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:46:07 2026] DELETE /v2.0/security-groups/d027af3f-7562-4ce2-85cf-5352f56b1967 => 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: 1663/3240] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:46:07 2026] GET /v2.0/security-groups?tenant_id=71cf73dfb41746f793fe95c26da947f4&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3241] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:46:07 2026] DELETE /v2.0/security-groups/2c52d8e1-105e-45a9-84fb-42434ef46556 => 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: 1664/3242] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:46:07 2026] GET /v2.0/security-groups?tenant_id=b2ae4b1880d4459cbe8e566adb89c631&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3243] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:46:08 2026] DELETE /v2.0/security-groups/27f73587-e170-4c82-88de-b21114bc57cd => 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: 1665/3244] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:46:08 2026] GET /v2.0/security-groups?tenant_id=ba537ceeba29467c91db2be19303bdfb&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3245] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:46:08 2026] DELETE /v2.0/security-groups/798404fd-0c83-43cf-b93a-03c2d8125162 => 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: 1666/3246] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:46:08 2026] GET /v2.0/security-groups?tenant_id=306331b954cc41f8a16d5390e43a4529&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3247] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:46:08 2026] DELETE /v2.0/security-groups/9459415d-1342-40e3-b471-c9341c17cda4 => 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: 1667/3248] 10.0.0.228 () {34 vars in 678 bytes} [Wed Jul 1 08:46:12 2026] POST /v2.0/qos/policies => generated 359 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3249] 10.0.0.228 () {34 vars in 678 bytes} [Wed Jul 1 08:46:13 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3250] 10.0.0.228 () {34 vars in 678 bytes} [Wed Jul 1 08:46:13 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3251] 10.0.0.228 () {34 vars in 678 bytes} [Wed Jul 1 08:46:13 2026] POST /v2.0/qos/policies => generated 359 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3252] 10.0.0.228 () {34 vars in 678 bytes} [Wed Jul 1 08:46:13 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: 1584/3253] 10.0.0.228 () {34 vars in 753 bytes} [Wed Jul 1 08:46:13 2026] PUT /v2.0/policies/5052e40f-e607-48e7-9a26-41fe00489ed0/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3254] 10.0.0.228 () {34 vars in 753 bytes} [Wed Jul 1 08:46:13 2026] PUT /v2.0/policies/5f4db267-7dde-44f8-8198-b1f7b0880c52/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3255] 10.0.0.228 () {34 vars in 753 bytes} [Wed Jul 1 08:46:13 2026] PUT /v2.0/policies/ee7d95b5-d8da-47d9-9b7b-cf961e13f7d4/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3256] 10.0.0.228 () {34 vars in 753 bytes} [Wed Jul 1 08:46:13 2026] PUT /v2.0/policies/3444065e-1ffd-45e8-9b15-5f636341d80b/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3257] 10.0.0.228 () {32 vars in 674 bytes} [Wed Jul 1 08:46:13 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3258] 10.0.0.228 () {32 vars in 688 bytes} [Wed Jul 1 08:46:13 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3259] 10.0.0.228 () {32 vars in 684 bytes} [Wed Jul 1 08:46:13 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3260] 10.0.0.228 () {32 vars in 696 bytes} [Wed Jul 1 08:46:14 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3261] 10.0.0.228 () {32 vars in 682 bytes} [Wed Jul 1 08:46:14 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3262] 10.0.0.228 () {32 vars in 696 bytes} [Wed Jul 1 08:46:14 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3263] 10.0.0.228 () {32 vars in 692 bytes} [Wed Jul 1 08:46:14 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3264] 10.0.0.228 () {32 vars in 704 bytes} [Wed Jul 1 08:46:14 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: 1590/3265] 10.0.0.228 () {32 vars in 734 bytes} [Wed Jul 1 08:46:14 2026] DELETE /v2.0/qos/policies/5052e40f-e607-48e7-9a26-41fe00489ed0 => 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: 1676/3266] 10.0.0.228 () {32 vars in 734 bytes} [Wed Jul 1 08:46:14 2026] DELETE /v2.0/qos/policies/5f4db267-7dde-44f8-8198-b1f7b0880c52 => 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: 1591/3267] 10.0.0.228 () {32 vars in 734 bytes} [Wed Jul 1 08:46:14 2026] DELETE /v2.0/qos/policies/ee7d95b5-d8da-47d9-9b7b-cf961e13f7d4 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3268] 10.0.0.228 () {32 vars in 734 bytes} [Wed Jul 1 08:46:14 2026] DELETE /v2.0/qos/policies/3444065e-1ffd-45e8-9b15-5f636341d80b => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3269] 10.0.0.228 () {32 vars in 734 bytes} [Wed Jul 1 08:46:14 2026] DELETE /v2.0/qos/policies/3c33ed0c-f4e9-4f10-94a7-93f0b6bd997e => 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: 1678/3270] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:46:15 2026] GET /v2.0/security-groups?tenant_id=154e1086411f411a8aefe7565f837e7d&name=default => generated 2929 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3271] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:46:15 2026] DELETE /v2.0/security-groups/f69b3bb0-f5d4-42d0-b8d1-9b28b88efd14 => 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: 1679/3272] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:46:15 2026] GET /v2.0/security-groups?tenant_id=4a84dbf06a764930afc104bb0a6056d1&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3273] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:46:16 2026] DELETE /v2.0/security-groups/b5c306ba-4107-476c-b585-7d9ad0784fa5 => 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: 1680/3274] 10.0.0.228 () {32 vars in 774 bytes} [Wed Jul 1 08:46:16 2026] GET /v2.0/security-groups?tenant_id=cb5ef38450234a8689265095457cb117&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3275] 10.0.0.228 () {32 vars in 740 bytes} [Wed Jul 1 08:46:16 2026] DELETE /v2.0/security-groups/03e6be5a-2164-42b7-920e-c075e65d8942 => 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: 1681/3276] 10.0.0.228 () {32 vars in 649 bytes} [Wed Jul 1 08:46:18 2026] GET /v2.0/networks => generated 2168 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3277] 10.0.0.228 () {32 vars in 655 bytes} [Wed Jul 1 08:46:20 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3278] 10.0.0.228 () {32 vars in 647 bytes} [Wed Jul 1 08:46:20 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: 8|app: 0|req: 1597/3279] 10.0.0.228 () {32 vars in 643 bytes} [Wed Jul 1 08:46:20 2026] GET /v2.0/ports => generated 4725 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3280] 10.0.0.228 () {32 vars in 647 bytes} [Wed Jul 1 08:46:20 2026] GET /v2.0/subnets => generated 1308 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3281] 10.0.0.228 () {32 vars in 649 bytes} [Wed Jul 1 08:46:20 2026] GET /v2.0/networks => generated 2168 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3282] 10.0.0.228 () {32 vars in 663 bytes} [Wed Jul 1 08:46:20 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: 8|app: 0|req: 1599/3283] 10.0.0.228 () {32 vars in 655 bytes} [Wed Jul 1 08:46:20 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)